#footer {
    padding-bottom: 20px;
}
#footer .container {
    width: var(--container-width);
    max-width: 100%;
    padding-right: var(--margin-right);
    padding-left: var(--margin-left);
}
#footer .footer-container {
    padding: 0;
}
#footer .container.footer-top .row {
    border-radius: 10px;
    display: flex;
    background-image: url('../img/footer-banner.jpg');
    padding-right: var(--block-padding);
    padding-left: var(--block-padding);
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

#footer .container.footer-top .row .block-social {
    padding: 35px 0 35px 0;
    text-align: left;
    width: fit-content;
}
#footer .container.footer-top .row .block-social h3 {
    color: var(--Blanc, #FFF);
    font-family: var(--main-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}
#footer .container.footer-top .row .block-social p {
    color: var(--Blanc, #FFF)!important;
    font-family: var(--secondary-font)!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 55%;
    line-height: normal;
}
#footer .container.footer-top .row .block-social ul {
    gap: 10px;
}
#footer .container.footer-top .row .block-social .facebook {
    background-image: url('../img/facebook.svg');
}
#footer .container.footer-top .row .block-social .instagram {
    background-image: url('../img/Insta.svg');
}
#footer .container.footer-top .row .block-social .linkedin {
    background-image: url('../img/linkedin.svg');
}
#footer .container.footer-top .row .block-social li {
    width: 29px;
    height: 29px;
    background-color: unset;
}
#footer .container.footer-top .block-contact {
    padding: 35px 25px 17px 25px;
    border-radius: 0px 0px 7px 7px;
    background: var(--Couleur-secondaire, #020B49);
    height: fit-content;
    margin-left: auto;
    margin-bottom: 25px;
    width: fit-content;
}
#footer .container.footer-top .block-contact .h4 {
    color: #FFF!important;
    font-family: var(--main-font)!important;
    font-size: 30px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    margin-bottom: 18px!important;
}
#footer .container.footer-top .block-contact .contact-infos {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#footer .container.footer-top .block-contact .contact-infos .info {
    padding-left: 25px;
}
#footer .container.footer-top .block-contact .contact-infos .info,
#footer .container.footer-top .block-contact .contact-infos .info a {
    text-align: left;
    white-space: nowrap;
    color: var(--Blanc, #FFF);
    font-family: var(--secondary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    
}
#footer .container.footer-top .block-contact .contact-infos .info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#footer .container.footer-top .block-contact .contact-infos .address::before {
    background-image: url('../img/contact-localisation.svg');
    width: 11px; 
    height: 14px; 
}
#footer .container.footer-top .block-contact .contact-infos .email::before {
    background-image: url('../img/contact-email.svg');
    width: 13px;
    height: 10px;
}
#footer .container.footer-top .block-contact .contact-infos .phone::before {
    background-image: url('../img/contact-phone.svg');
    width: 12px;
    height: 12px;
}
#footer .container.footer-bottom .row.hook-footer {
    border-radius: 0 0 10px 10px;
    background: var(--second-background-color, #F5F5F5);
    padding: 20px var(--block-padding);
    display: flex;
    flex-wrap: nowrap;
}

#footer .container.footer-bottom .row.hook-footer .footer-logo-container {
    display: flex;
    gap: 15px;
    align-self: center;
    width: 24%;
}
#footer .container.footer-bottom .row.hook-footer .footer-logo-container .right-part {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 5px;
}
#footer .container.footer-bottom .row.hook-footer .footer-logo-container .right-part .footer-logo-quote {
    color: var(--main-color, #9A101D);
    font-family: var(--main-font);
    font-size: 11.445px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
#footer .container.footer-bottom .row.hook-footer .links {
    width: 50%;
    align-content: center;
}
#footer .container.footer-bottom .row.hook-footer .links .col-md-6.wrapper {
    position: relative;
    width: fit-content;
    padding-left: 10px;
}
#footer .container.footer-bottom .row.hook-footer .links .col-md-6.wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
    left: 0;
}
#footer .container.footer-bottom .row.hook-footer .links .h3 {
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#footer .container.footer-bottom .row.hook-footer .links ul {
    display: flex;
    margin-bottom: 0;
    gap: 20px;
    flex-wrap: wrap;
}
#footer .container.footer-bottom .row.hook-footer .links ul li {
    white-space: nowrap;
    padding-left: 15px;
    margin-bottom: 0;
    position: relative;
}
#footer .container.footer-bottom .row.hook-footer .links ul li::before {
    content: "";
    position: absolute;
    border-radius: 1px;
    background: var(--Couleur-principale, #9A101D);
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}
#footer .container.footer-bottom .row.hook-footer .links ul li a {
    color: var(--text-color, #323232);
    font-family: var(--secondary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos {
    width: 26%;
    align-content: center;
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos .col-md-6.wrapper {
    position: relative;
    padding-left: 10px;
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos .col-md-6.wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
    left: 0;
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos h4 a {
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos ul {
    display: flex;
    margin-bottom: 0;
    gap: 20px;
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos ul li {
    white-space: nowrap;
    padding-left: 15px;
    margin-bottom: 0;
    position: relative;
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos ul li::before {
    content: "";
    position: absolute;
    border-radius: 1px;
    background: var(--Couleur-principale, #9A101D);
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}
#footer .container.footer-bottom .row.hook-footer #block_myaccount_infos ul li a {
    color: var(--text-color, #323232);
    font-family: var(--secondary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#footer .container.footer-bottom  .row.footer-copyright p.text-sm-center {
    margin: 0;
    padding-top: 25px;
    color: var(--text-color, #323232);
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 480px){ 
    #footer .container {
        padding-right: var(--margin-right-mobile);
        padding-left: var(--margin-left-mobile);
    }
    #footer .container.footer-top .row {
        display: flex;
        flex-direction: column;
    }
    #footer .container.footer-top .row .block-social {
        padding: 20px 30px 40px 30px;
    }
    #footer .container.footer-top .row .block-social h3 {
        font-size: 20px;
        width: 80%;
    }
    #footer .container.footer-top .row .block-social p {
        font-size: 12px;
        width: 80%;
    }
    #footer .container.footer-top .row .block-social li {
        margin: 0;
    }
    #footer .container.footer-top .block-contact {
        padding: 20px 25px;
        margin: 0 20px;
        width: auto;
        border-radius: 7px 7px 0px 0px;
    }
    #footer .container.footer-top .block-contact .hidden-sm-down {
        display: block!important;
    }
    #footer .container.footer-top .block-contact .hidden-md-up {
        display: none;
    }
    #footer .container.footer-top .block-contact .h4 {
        font-size: 20px!important;
    }
    #footer .container.footer-top .block-contact .contact-infos .info, #footer .container.footer-top .block-contact .contact-infos .info a {
        font-size: 10px;
    }
    #footer .container.footer-bottom .row.hook-footer {
        flex-wrap: wrap;
        padding: 30px 25px;
        border-radius: 0;
    }
    #footer .container.footer-bottom .row.hook-footer .footer-logo-container {
        width: 100%;
        padding-bottom: 20px;
    }
    #footer .container.footer-bottom .row.hook-footer #block_myaccount_infos {
        width: 50%;
        align-content: baseline;
    }
    #footer .container.footer-bottom .row.hook-footer .links {
        align-content: baseline;
    }
    #footer .container.footer-bottom .row.hook-footer .links ul {
        gap: 0;
        padding-left: 15px;
    }
    #footer .container.footer-bottom .row.hook-footer .links .col-md-6.wrapper::before {
        /* display: none; */
    }
    #footer .container.footer-bottom .row.hook-footer .links .col-md-6.wrapper {
        position: relative
    }
    #footer .container.footer-bottom .row.hook-footer .links .col-md-6.wrapper::before {
        height: 90%;
    }
    #footer .container.footer-bottom .row.hook-footer #block_myaccount_infos .col-md-6.wrapper::before {
        height: 90%;
    }
    #footer .container.footer-bottom .row.hook-footer .links ul li {
        border: unset;
        padding: 0 0 0 15px;
    }
    #footer .container.footer-bottom .row.hook-footer .links .title {
        padding: 0 0 0 15px;
        border: unset;
    }
    #footer .container.footer-bottom .row.hook-footer #block_myaccount_infos .col-md-6.wrapper h4 {
        padding: 0 0 0 15px;
    }
    #footer .container.footer-bottom .row.hook-footer #block_myaccount_infos ul {
        padding: 0 0 0 15px;
        flex-direction: column;
        gap: 0;
    }
    #footer .container.footer-bottom .row.hook-footer .links .title span.navbar-toggler.collapse-icons {
        display: none;
    }
    #footer .container.footer-bottom .row.footer-copyright {
        background-color: var(--second-background-color, #F5F5F5);
        border-radius: 0 0 10px 10px;
    }
    #footer .container.footer-bottom .row.footer-copyright p.text-sm-center {
        padding: 25px 0;
    }
    #footer .container.footer-bottom .row.hook-footer .links ul li {
        white-space: normal;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) { 
    #footer .container.footer-bottom .row.hook-footer #block_myaccount_infos {
        width: auto;
    }
    #footer .container.footer-bottom .row.hook-footer {
        gap: 10px;
    }
}