/* Hook pour la signature O'Aka */

#footer-bottom,
#footer-info {
    padding-bottom: 5px!important;
    padding-top: 5px!important;
    background-color: #FFF!important;
}

div#footer-info {
    display: flex;
    align-items: center;
    justify-content: end;
    float: unset;
}

div#footer-info:before {

    content: '';
    background-image: url("../../modules/oaka-modules-whitelabel/images/picto-oaka.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;

}

div#footer-info a {
    transition: opacity 300ms ease 0ms;
    color: #FF8300!important;
    font-weight: 600;
}

div#footer-info a:hover {
    opacity: 0.7;
}

@media (max-width: 479px) {

	div#footer-info {
		justify-content: center;
        margin-top: 20px;
	}

}