
#main-footer .footer-widget h4.title {
    padding-bottom: 20px !important;
    font-size: 18px
}

#footer-widgets .footer-widget li {
    padding: 0px;
    font-size: 15px;
    margin-bottom: 0px;
    transition: .3s ease all;
}

#footer-widgets .footer-widget li:hover {
    padding-left: 2px;
}

#footer-widgets .footer-widget li:before {
    list-style-type: none;
    content: "→ " !important;
    border-style: none;
    position: inherit;
    top: inherit !important;
}

#footer-widgets .footer-widget li.ajout-marge {
    margin-bottom: 25px;
}


/* Hook pour la signature O'Aka */

div#footer-bottom {

    background-color: #ffffff !important;

}

div#footer-bottom #footer-info {

    display: flex;
    align-items: center;
    float: unset;

}

div#footer-bottom 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: 30px;
    height: 30px;
    padding: 0 5px 0 0;

}

div#footer-bottom div#footer-info a {

    color: #f48b2e !important;
    font-weight: 600;

}

div#footer-bottom #footer-info span {

    margin-left:4px;

}