


/* FOOTER */

/* Réseaux sociaux */
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column .icones-reseaux-sociaux .et_pb_code_inner {
    display: flex;
    align-items: center;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column .icones-reseaux-sociaux .et_pb_code_inner a {
    display: inline-flex;
    margin-right: 10px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column .icones-reseaux-sociaux .et_pb_code_inner a svg path {
    fill: #3d3d3f;
    transition: all .2s ease;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column .icones-reseaux-sociaux .et_pb_code_inner a:hover svg path {
    fill: #AF0917;
}

/* Moyens de paiement */
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .moyens-de-paiement .et_pb_column {
    display: flex;
    justify-content: center;
    align-items: center;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .moyens-de-paiement .et_pb_column .et_pb_image {
    margin-left: 15px;
    margin-right: 15px;
}



/* RESPONSIVE */

@media only screen and (max-width: 980px) {

    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row_4col .et_pb_column {
        width: 100% !important;
        margin-bottom: 30px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row_4col .et_pb_column .et_pb_module {
        text-align: center !important;
    }

    /* Réseaux sociaux */
    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column .icones-reseaux-sociaux .et_pb_code_inner {
        justify-content: center;
    }

    /* Moyens de paiement */
    body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .moyens-de-paiement .et_pb_column .et_pb_image {
        margin-left: 10px;
        margin-right: 10px;
    }
}


