
.QuiSommesNous .sec-texte-image {
    margin: 80px 0 70px;
}

.annee {
    position: relative;
}
.annee::before {
    content: "";
    background: #00426B ;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 79px;
}
.annee:after {
    content: "";
    height: 10px;
    width: 100%;
    display: block;
    background:linear-gradient(90deg, #cccccc 50%, #f0f0f0 50%);
}
.lstAnnee {
    margin-bottom:60px;
    padding-bottom: 20px
}
.lstAnnee .item {
    width: 25%
}
.lstAnnee .item .inner .ans {
    color: #00426B ;
    font-size: 24px;
    font-family: Montserrat-E;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 64px
}
.lstAnnee .item .inner .ans:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #00426B ;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
}
.lstAnnee .item .inner .mois {
    background-color: #b2c8d4;
    padding: 8px 27px;
    border-radius: 25px;
    color: #000000;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 25px;
    
}
.lstAnnee .item .inner p {
    max-width: 256px;
    margin-bottom: 17px
}
.lstAnnee .item .inner a {
    color: #000000
}

.blc-Mois {
    padding-bottom: 33px;
    position: relative;
    margin-bottom: 33px;
}

.blc-Mois:after {
    content: "";
    width: 1px;
    height: 40px;
    border-left: #346481 dashed 1px;
    position: absolute;
    bottom:-20px;
    left: 0
}
.blc-Mois:last-child:after { display: none  }

.lstAnnee .item:nth-child(2n+2) .blc-Mois .mois {
    background-color: #f7b4b8
}

.lstAnnee .item:nth-child(2n+2) .blc-Mois .mois.last {
    background-color: #b2c8d4
}

.lstAnnee .item .inner .mois.rose {
    background: #f7b4b8;
}

.lstAnnee .item .inner .mois.bleu {
    background: #b2c8d4 ;
}

.lstAnnee .item .inner a:hover {
    color: #DF231D
}

.mission {
    padding:87px 0 26px
}
.lstMissions {
    padding-top: 70px;
    padding-bottom: 72px
}
.lstMissions h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    text-align: center;
}
.lstMissions .icon {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px
}

.mission .blcText h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
}
.mission .blcText ul {
    padding-left: 50px;
    padding-bottom: 24px
}
.mission .blcText ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;

}
.mission .blcText ul li strong{
    margin-bottom: 10px;
    display: block;
}

.mission .blcText ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #DF231D;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.lstMissions  .slick-dots{
    margin-top: 50px
}
.lstEquipe {
    flex-flow: row wrap;
    margin: 0 -90px;
    justify-content: center;

}
.lstEquipe .item {
    width: 33.33%;
    margin-bottom: 50px
}

.lstEquipe .profil {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: block;
    overflow-y: hidden;
    margin: 0 auto 36px
}

.lstEquipe .profil img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lstEquipe .item .inner {
    text-align: center;
}

.lstEquipe .item .inner h3 {  
    color: #00426B ;
    font-size: 20px;
    font-family: Montserrat-E;
    margin-bottom: 11px

 }
.lstEquipe .item .inner .fonction {
    display: block;
    font-size: 16px;
    color: #000000
}
.lstEquipe .item .inner .fonction a {
    margin-left: 10px
  }
.lstEquipe .item .inner .fonction a:hover {
    opacity: 0.7
}

.lstAnnee .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 20
}

.lstAnnee .slick-arrow.slick-prev {
    background: url(../images/arw2.png);
    width: 21px;
    height: 13px;
    left: -80px;
    transform: rotate(180deg);
}
.lstAnnee .slick-arrow.slick-next {
    background: url(../images/arw2.png);
    width: 21px;
    height: 13px;
    right: -80px
}

.lstAnnee .slick-arrow:hover {
    opacity: 0.6
}


@media (max-width:1365px) { 
    .lstEquipe {
        margin: 0 -40px;
    }

}

@media (max-width:1200px) { 
    .lstAnnee .item .inner {
        max-width: 250px;
        margin: 0 auto;
    }
}

@media (max-width:991px) { 
    .QuiSommesNous .sec-texte-image {
        margin: 40px 0;
    }
    .mission {
        padding: 60px 0;
    }
    .lstEquipe .profil {
        width: 180px;
        height: 180px;

    }
    .lstMissions {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lstMissions .slick-dots {
        margin-top: 40px
    }

}

@media (max-width:767px) { 
    .QuiSommesNous .sec-texte-image {
        margin: 20px 0;
    }
    .mission {
        padding:40px 0 0
    }
    .lstMissions {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mission .blcText ul {
        padding-left: 0;
    }
    .lstEquipe .item {
        width: 50%;
        margin-bottom: 30px;
    }
    .lstEquipe {
        margin: 0;
    }
    .mission {
        padding: 40px 0 10px;
    }
    .QuiSommesNous .sec-texte-image picture {
        display: block;
    }
    .QuiSommesNous .sec-texte-image .txt {
        padding-top: 30px;
    }

}

@media (max-width:600px) {  

    .lstEquipe .item {
        width: 50%;
        margin-bottom: 30px;
    }
    .blc-Mois {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
 
}

@media (max-width:480px) { 

    .lstEquipe .item {
        width: 100%;
        margin-bottom: 20px;
    }

}

