.ligne_footer_content {
    display: table;
    opacity: .7;
    transition: .3s all ease;
}

.ligne_footer_content:hover {
    opacity: 1;
}

.ligne_footer_content > * {
    display: block;
    text-align: left;
    padding: 5px 0;
    display: none;
}

.copyright {
    text-align: left;
    display: block;
}

.copyright .enregistrement_numero {
    display: none;
}

#footer .ligne_footer,
#footer .ligne_footer a {
    color: #FFF
}

.credit {
    text-align: right;
}

.credit a {
    color: white;
    font-weight: 600;
}

.credit a:hover {
    color: white;
    text-decoration: underline;
}

.logo_blobul {
    width: 100px;
    padding: 7px 0 7px 10px;
}

@media only screen and (min-width: 481px) {
    .ligne_footer_content .copyright,
    .ligne_footer_content .logo_blobul {
        display: table-cell;
        vertical-align: middle;
        font-size: .9em;
    }
}

@media only screen and (min-width: 768px) {
    .ligne_footer_content > * {
        display: table-cell;
        vertical-align: middle;
    }

    .copyright .enregistrement_numero {
        display: inline;
    }
}
