#theFooter {
    background-color: var(--main-color);
    color: white;
    padding-bottom: 2%;
    margin-top: 6%;
}

#theFooter .container{
    border-bottom: 1px solid rgba(54, 87, 155);
}

#theFooter .Footer-textes{
    padding: 4% 14% 2% 14%;
}

#theFooter .Footer-textes .title{
    font: normal normal 600 16px Barlow;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    width: fit-content;
    padding: 0;
    margin: auto;
}

#theFooter .Footer-textes .subtitle{
    font: normal normal 300 16px Barlow;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    width: fit-content;
    padding-bottom: 30px;
    margin: auto;
    text-align: center;
}

#theFooter .Footer-textes .phrase{
    text-align: center;
    font: normal normal 600 13px Barlow;
    letter-spacing: 0;
    width: fit-content;
    padding-bottom: 30px;
    margin: auto;
}

#theFooter .Footer-textes .textes .bloc-2:first-of-type{
    padding-right: 3%;
}

#theFooter .Footer-textes .textes .bloc-2:last-of-type{
    padding-left: 3%;
}

#theFooter .Footer-textes .textes .bloc-2 p{
    font: normal normal 13px Barlow;
    padding: 0;
    margin: 0;
}

#theFooter .Footer-infos{
    padding: 2% 14% 0 14%;
}

#theFooter .Footer-infos .row-address-coor{
    height: 100%;
}

#theFooter .Footer-infos #icon{
    width: 15px;
    margin-right: 10px;
}

#theFooter .Footer-infos .address,
#theFooter .Footer-infos .telephone,
#theFooter .Footer-infos .mail{
    font: normal normal 300 14px Barlow;
    letter-spacing: 1.4px;
}

#theFooter .Footer-infos .telephone-container,
#theFooter .Footer-infos .mail-container{
    align-items: center;
}

#theFooter .Footer-infos .telephone,
#theFooter .Footer-infos .mail{
    width: fit-content;
    line-height: 1.5;
}

#theFooter .Footer-infos .address{
    line-height: 1.5;
}

#theFooter .Footer-infos a:hover .telephone,
#theFooter .Footer-infos a:hover .mail,
#theFooter .Footer-infos .links .footer-link:hover,
#theFooter .Footer-infos .id-interactive a:hover{
    font-weight: 600;
}

#theFooter .Footer-infos .coordonnees{
    margin-top: auto;
}

#theFooter .Footer-infos .coordonnees a{
    width: fit-content;
    color: white;
}

#theFooter .Footer-infos .links .footer-link{
    display: block;
    color: white;
    text-transform: uppercase;
    font: normal normal 300 14px Barlow;
    letter-spacing: 1.4px;
    line-height: 1.5;
    width: fit-content;
}

#theFooter .Footer-infos .id-interactive a{
    color: white;
    text-transform: uppercase;
    font: normal normal 300 14px Barlow;
    letter-spacing: 1.4px;
    opacity: 50%;
}

#theFooter .Footer-infos .id-interactive{
    text-align: right;
}

body:not(.home) .bloc-2.id-interactive a:first-child{
    display: none;
}

@media screen and (max-width: 1450px) {
    #theFooter .Footer-infos {
        padding: 0 10%;
    }

    #theFooter .Footer-textes {
        padding: 4% 10% 2% 10%;
    }

    .bloc-text {
        padding: 4% 10vw;
    }
}

@media screen and (max-width: 1239px) {
    #theFooter .Footer-infos {
        padding: 0 8%;
    }

    #theFooter .Footer-textes {
        padding: 4% 8% 2% 8%;
    }

    .bloc-text {
        padding: 4% 8vw;
    }
}

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

    #theFooter .Footer-infos {
        padding: 0 4%;
    }

    .bloc-text {
        padding: 4% 4vw;
    }

    #theFooter .Footer-textes {
        padding: 4% 4% 2% 4%;
    }

}

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

    #theFooter .Footer-infos .bloc-2{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 2% 0;
    }

    #theFooter .Footer-infos .bloc-2 .row .bloc-2:first-of-type{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    #theFooter .Footer-infos .bloc-2 .row .bloc-2:last-of-type{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    #theFooter .Footer-infos {
        padding: 0 14%;
    }

    #theFooter .Footer-infos .id-interactive {
        text-align: left;
    }

    #theFooter .Footer-textes .textes .bloc-2:first-of-type{
        padding-right: 0;
        margin-bottom: 6%;
    }

    #theFooter .Footer-textes .textes .bloc-2:last-of-type {
        padding-left: 0;
        margin-bottom: 2%;
    }

    #theFooter .Footer-textes .phrase {
        padding-bottom: 5%;
    }
}

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

    #theFooter .Footer-infos {
        padding: 0 8%;
    }

}

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

    #theFooter .Footer-infos .bloc-2 .row .bloc-2:first-of-type,
    #theFooter .Footer-infos .bloc-2 .row .bloc-2:last-of-type{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #theFooter .Footer-infos {
        padding: 0 12%;
    }

    #theFooter .Footer-textes .title, #theFooter .Footer-textes .subtitle {
        font-size: 14px;
        letter-spacing: 3px;
    }

    #theFooter .Footer-textes .phrase, #theFooter .Footer-textes .textes .bloc-2 p {
        font-size: 12px;
    }

}

@media screen and (max-width: 480px) {
    #theFooter .Footer-textes .title, #theFooter .Footer-textes .subtitle {
        letter-spacing: 1.8px;
    }

}
