.footerContainer2{
    clear: both;
    margin-top :50px;
    background :  #3D3D3D;
    width:100%;
    display : flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    /* position:absolute; */
    bottom:0;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.25);
}

.logo_footer{
    width: 20vw;
    max-width: 175px;
    display: flex;
    align-items: flex-start;
}

.back_footer{
    height: 100vh;
    width: 100vw;
    transform: translateX(110%);
    transition: transform 1s;
    position: fixed;
    top: 0;
    bottom: 0;
}


.ftop{
    width: 90%;
    padding: 20px 0;
    display : flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end;
    border-bottom: solid 1px white;
}

.ftop_mobile {
    display: none;
    width: 90%;
    border-bottom: 1px solid white;
    padding: 10px;
}

.sous_ftop_mobile {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.fbottom{
    width: 90%;
    margin: 20px 20px 20px -20px;
    display : flex;
    flex-direction: row;
    justify-content: space-around;
    align-items:center;
}

.footerItem2 {
    text-decoration: underline;
    text-decoration-color: #3D3D3D;
    text-align: center;
    width: 35%;
    vertical-align: middle;
}

.footerItemImageFrance {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerItemLinkedin2{
    display:flex;
    justify-content : center;
    text-align: left;
    align-items: center;
    border-right: 3px white;
}
.footerItemLinkedin2 button {
    color: white;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.separation{
    color: white;
}

.texteFooter {
    color:white;
    text-align: left;
    text-decoration: underline ;
    text-decoration-color: #3D3D3D;
    border: none;
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
}

.texteFooter i{
    font-size: 1vw;
    padding: 5px;
}

.rotation i{
    transform: rotate(90deg);
    color: #3D3D3D;
}

.texteFooter2 {
    color:white;
    text-align: right;
    cursor: pointer;
    padding: 5px;
}

.texteFooter2 span {
    position: relative;
    padding: 5px;
}

.texteFooter2 span a {
    color: white;
    font-size: inherit;
}

.texteFooter2 span::after {
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    transition: .5s all ease-in-out;
}

.texteFooter2 span:hover::after {
    width: 100%;
}

.lienFooterMention {
    text-align: left;
    color: white;
    text-decoration: none;
}

.texte_Footer_bottom{
    color: white;
    text-align: center;
    display: flex;
    padding: 5px;
    align-items: center;
}

/* .texte_Footer_bottom::after {
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    transition: .5s all ease-in-out;
} */
/* .texte_Footer_bottom:hover::after {
    width: 100%;
} */



.logoLinkedinFooter {
    height:30px;
    padding: 5px;
}



.texteTelephone2 {
    
    text-align: left;
}

.imageTelephone {
    vertical-align:middle;
}

.numTelFooter2 {
    margin-bottom:15px;
}


.imageFrance {
    width: 100%;
    max-width: 150px;
    padding: 5px;
}

#footer_toggle{
    height: 100vh;
    background: #232f3e;
    position: fixed;
    top: 0;
    right:0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.25);
    transform: translateX(110%);
    transition: transform 1s;
    z-index: 4;
    overflow: auto;
}

.open_bottom{
    cursor: pointer;
}

.open_contact .back_footer {
    transform: translateX(0%);
}

.open_contact #footer_toggle {
    transform: translateX(0%);
}

.contact div{
    border-bottom: solid 1px white;
    margin: 5px 10px;
    padding: 10px;

}

.contact div div{
    border-bottom: none;
    margin: 0px;
    padding: 0px;

}

.contact div:last-child{
    border-bottom:none;
}

.contact_titre{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.drapeaux_contact{
    width: 4vw;
    margin: 0 5px;
}

.top_toggle{
    display : flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}


.toggle_f .close_footer{
    color: white;  
    margin-right:10px ;
    background: none;
    border: none;
    cursor: pointer;
}

.contact h4{
    text-align: start;
    padding: 0 5px;
    color: white;
    font-size: 1vw;
}

.contact p{
    text-align: start;
    color: white;
    padding: 5px;
    margin-left: 10px;
    font-size: 0.75vw;
    display: flex;
    align-items: center;
}

.contact i{
    font-size: 0.75vw;
    padding: 5px;
}

@media (max-width:1440px) {
    .contact h4{
        font-size: 1.25vw;
    }
    
    .contact p{
        font-size: 1vw;
    }

    .contact i{
        font-size: 1vw;
    }

    .texteFooter i{
        font-size: 1.25vw;
    }
    
}

@media (max-width:1024px) {
    .contact h4{
        font-size: 1.5vw;
    }
    
    .contact p{
        font-size: 1.25vw;
    }

    .contact i{
        font-size: 1.25vw;
    }

    .texteFooter i{
        font-size: 1.5vw;
    }
    
}

@media (max-width:800px) {
    .contact h4{
        font-size: 1.75vw;
    }
    
    .contact p{
        font-size: 1.5vw;
    }

    .contact i{
        font-size: 1.5vw;
    }

    .texteFooter i{
        font-size: 1.75vw;
    }
    .ftop_mobile {
        display: block;
    }   
    .ftop {
        display: none;
    }
    .footerItem2 {
        width: 50%;
    }

    
}

@media (max-width:600px) {
    .contact h4{
        font-size: 2.75vw;
    }
    
    .contact p{
        font-size: 2.25vw;
    }

    .contact i{
        font-size:2.25vw;
    }

    .texteFooter i{
        font-size: 2.5vw;
    }
    
}