body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.titre-page{
    text-align: center;
    font-family: roboto;
    color: #494949;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.contacts-container{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
    font-family: roboto;
    color: #494949;
}
.contacts-container .right{
    width: 30%;
    height: 100vh;
}
.contacts-container .right .logo-img{
    width: 100%;
    height: 30%;
    background: url('../images/hlc-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 100px;
}
.contacts-container .right .fdfp-img{
    width: 100%;
    height: 40%;
    background: url('../images/logo-fdfp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 100px;

}
.contacts-container .right .cnvc-img{
    width: 100%;
    height: 30%;
    background: url('../images/cnvc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contacts-container .contain{
    width: 60%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.contacts-container .contain div{
    border-left: 2px solid #50B1E9;
    margin-bottom: 20px;
}
.contacts-container .contain div h2{
    color: #50B1E9;
    position: relative;
    padding-left: 10px;
    text-transform: uppercase;
}
.contacts-container .contain div h2::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background: #50B1E9;
    bottom: 0;
    left: 0;
}

.contacts-container .contain div p{
    width: 80%;
    text-align: justify;
    padding: 10px;
}
.contacts-container .contain  li{
    margin-bottom: 10px;
    width: 80%;
}
.notre-mission li{
    list-style-type: square;
}
.equipe{
    width: 100%;
    min-height: 100vh;
    margin-bottom: 50px;
}
.equipe .membres{
    width: 100%;
    height: 200vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.equipe .membres .membre{
    width: 40%;
    height: 15%;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 5px 5px 15px rgba(0,0, 0, 0.5);
    border-top-left-radius: 10px;
    border-bottom-left-radius:10px;
    overflow: hidden;
}
.membres .membre .img-membre{
    width: 28%;
    height: 100%;
}
.membres .membre:nth-child(1) .img-membre{
    background: url('../images/t1.jpg');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(1) .img-membre{
    background: url('../images/t1.jpg');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(2) .img-membre{
    background: url('../images/johan.png');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(3) .img-membre{
    background: url('../images/t2.jpg');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(4) .img-membre{
    background: url('../images/t3.jpg');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(5) .img-membre{
    background: url('../images/ane.jpg');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(6) .img-membre{
    background: url('../images/egnon.png');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(7) .img-membre{
    background: url('../images/sande.png');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(8) .img-membre{
    background: url('../images/alice.png');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(9) .img-membre{
    background: url('../images/victoire.png');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(10) .img-membre{
    background: url('../images/cesar.jpg');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(11) .img-membre{
    background: url('../images/marie-france.jpg');
    background-size: contain;
    background-position: top;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre:nth-child(12) .img-membre{
    background: url('../images/diloma.jpg');
    background-size: contain;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
}
.membres .membre .desc-membre{
    width: 72%;
    height: 100%;
    background: #50B1E9;
    color: #000;
    font-family: roboto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.membres .membre .desc-membre span{
    color: #fff;
}

