/*css de header */

/*footer*/
footer{
    background-color:#e7e7e7 ;
    padding-top: 1em;
}
.footerB{
    margin-left: 2em;
    background-color: white;
    max-width: 300px;
    max-height: 400px;

    padding: 5px 10px ;
    border-radius: 3em;

}
.footerB p {
    margin-left: 10px;
}
.blockLogo{
    width: 100%;
    text-align: center;
    padding-bottom:  10px ;
}

.blockLogo img{
    width: 180PX;
}

.footer{
    display: flex;
    justify-content: space-between;
}

.col-9 h4{
    margin-top: 1em;
    margin-bottom: 10px;
    text-align: center;
    /*font-family: 'SF Pro Display', Thin, serif ;*/
}
.col-9 img{
    margin: 0 1em;
}

.logos{
    margin:2em 1em ;
}

.reseau i {
    background-color: #4B4B4B;
    color: #C6C5C5;
    font-size: 1em;
    padding: 5px;
    border-radius: 30px;
    margin-right: 1em;

}
.reseau a {
    border-radius: 30px;

}
.RSociaux{
    text-align: center;
    font-weight: bold;
   margin-right: 30px;
}
.reseau .fa-facebook{
    padding: 6px 10px;
}
.reseau{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    margin-top: 10px;
}
.reseau p{
    font-weight: revert;
    font-size: larger;

}
.chat i{
    font-size: 2em;
    color: white;
    border-radius: 40px;
    padding: 10px 2px 10px 2px;
    margin-left: 5px;

}
.chat{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    background-color: #4B4B4B;
    border-radius: 120px;
    box-shadow: 0px 8px 12px #B9B9B9 ;
    padding-left: 4px;


}
.boxContact{
    display: none;
    position: fixed;
    bottom: 10%;
    right: 5%;
    background-color: white;
    box-shadow:  0 8px 12px #B9B9B9;
    border-radius: 30px;


}

.boxContact form{
    padding: 30px;
}
.boxContact textarea{
    width: 100%;
    height: 120px;
    margin-top: 10px;
}
.boxContact button{
    margin-left: 30%;
    background-color: #484848;
    color: white;
    border-radius: 5px;
}

.popupConnexion{
    display: none;
    position: fixed;
    top: 10%;
    right: 5%;
    background-color: white;
    box-shadow: 2px 2px 2px 2px #E5E5E5 ;
    border-radius: 30px;
    z-index: 100;
    padding: 20px;


}
.popupConnexion form{
    padding: 3px 10px 10px 10px ;
}
.popupConnexion label{
    padding: 7px 0 5px 0 ;
}
.popupConnexion input{
    border-radius: 5px;
}
.popupConnexion button{

    background-color: #4B4B4B;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin: 20px 0;
    border: none;
}
.popupConnexion p {
    text-align: center;
}

.bas{
    text-decoration:none;
    color: #4B4B4B;
}
.connectForm{
    margin-top: 50px;
    width: 100%;
}
div ul li:not(.li,.l2){
    color: #B0413E;
}
.l2{
    color: black;
}
.partenaireLogo{
    text-align: center;
    font-weight: bold;
}
.flash-notice{
    z-index: 100;
}
#EN:target{
    background-color: #252B6A;
    border-radius: 30em;
    color: white;
    font-weight: lighter;
    padding: 5px 8px;
}
#liste3 {
    margin-top: 2px;
   display: flex;
    justify-content: start;
}
#liste3 li:not(#l3,#l4){
    width: 20%;
     padding:0 1px 0 0;
}
#l3 , #l4{
    width: 10%;
    padding:0 1px 0 0;
}

.col-10 li a :hover{
    font-weight: bold;
    color: #252B6A;
}

@media (max-width: 990px) {


    .footer{
        display: block;
    }
    .partenaireLogo{
        text-align: center;
        margin-top: 10px;
    }

    .footerB{

        max-width: 100%;
        border-radius: 0;
        margin: 0;
    }
    footer{
        padding-top: 0;
        border: none;
    }
    .footerB p{
        text-align: center;
        max-width: 100%;
    }


    .footerB {
        text-align: center;
    }
    .reseau p {
        font-size:11px;
    }

}
@media (max-width: 900px){
    .popupConnexion{
        top:50%
    }
}
.mt-4{
    text-align: center;
}



