/*
-------------------------------------------------------------------
                       Bloc entête                               1
-------------------------------------------------------------------
*/
body{
    background: #fff;
}

.page-template-template-pageBlocs .breacrumb{
    padding-top: 24px;
    padding-bottom: 21px;
}
.page-template-template-pageBlocs .breacrumb ul{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}
.page-template-template-pageBlocs .breacrumb ul .homePage{
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #002B6F;
}
.page-template-template-pageBlocs .breacrumb ul .pageTitle{
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #0071DC;
}
.page-template-template-pageBlocs .breacrumb ul li{
    display: inline-flex;
}
.bloc-entete h1{
    padding: 0 20px;
    text-align: center;
    color: #22293A;
    margin-bottom: 42px;
    font-family: "Nunito", sans-serif;
    font-size: 40px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0;
}
@media only screen and (max-width:798px) {
    .articles-page h1,
    .bloc-entete h1{
        font-size: 32px;
        margin-bottom: 38px;
    }
    .bloc-timeline .slick-next{
        right: -50px !important;        
    }
    .bloc-timeline .slick-prev{
        left: -50px !important;
    }

}
@media only screen and (max-width:576px) {
    .bloc-timeline .dates ul li{
        font-size: 18px !important;
    }
    .bloc-timeline .dates ul li.slick-active.slick-center{
        font-size: 30px !important;
    }
}
.bloc-entete img{
    width: 100%;
    max-height: 538px;
    object-fit: cover;
}
.bloc-entete .bg{
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width:991px) {
    .bloc-entete .bg{
        background-position: center;
        height: 263px;
    }
}

.bloc-entete p{
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    margin-top: 42px;
    margin-bottom: 76px;
    text-align: center;
    color: #0071DC;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    font-size: 22px;
    line-height: 30px;
}
@media only screen and (max-width:991px) {
    .bloc-entete img{
        height: 263px;
    }
    .bloc-entete p{
        margin-bottom: 30px;
    }
}
/*
-------------------------------------------------------------------
                       Bloc 1 : Texte v1                          2
-------------------------------------------------------------------
*/
.bloc-texte_v1{
    padding-bottom: 39px;
    font-family: "Nunito", sans-serif;
}
.bloc-texte_v1 h2{
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #22293A;
    padding-bottom: 24px;
    position: relative;
    margin-top: 0;
    font-family: "Mulish", sans-serif;
    margin-bottom: 28px;
}
.bloc-texte_v1 h2:after{
    content: "";
    width: 51px;
    height: 2px;
    background: #FCB731;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bloc-texte_v1 .content p,
.bloc-texte_v1 .content{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.bloc-texte_v1 .content > h2{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #002B6F;
    margin-bottom: 21px;
    padding-bottom: 0;
    margin-top: 5px;
}
.bloc-texte_v1 .content > h2:after{
    display: none;
}
.bloc-texte_v1 .content > h3{
    margin-top: 0;
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #002B6F;
    font-family: "Mulish", sans-serif;
}
.bloc-texte_v1 .content > h4{
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-bottom: 5px;
}
.bloc-texte_v3 .content em,
.bloc-texte_v2 .content em,
.bloc-texte_v1 .content em
{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-decoration: underline;
    color: #0071DC;
}

/*
-------------------------------------------------------------------
                       Bloc 1 : Texte v2                          3
-------------------------------------------------------------------
*/
.bloc-texte_v2{
    padding-bottom: 71px;
}
.bloc-texte_v2 h2{
    color: #22293A;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    font-family: "Nunito", sans-serif;
}
.bloc-texte_v2 h2:after{
    content: "";
    width: 51px;
    height: 2px;
    background: #FCB731;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bloc-texte_v1 .content ul li,
.bloc-texte_v2 .content ul li,
.bloc-texte_v2 .content p,
.bloc-texte_v2 .content{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
}
.bloc-texte_v2 .content p span{
    /*text-decoration: underline;*/
}
.bloc-texte_v2 .content p a{
    background: #0071DC;
    color: #fff;
    padding: 5.5px 41px;
    font-weight: 700;
    line-height: 24px;
    width: fit-content;
    display: block;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: 0.3s;
}
.bloc-texte_v2 .content p a:hover{
    background: #002B6F;
}
.bloc-texte_v2 .content h3{
    color: #002B6F;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 16px;
}
.bloc-texte_v1 .content ul,
.bloc-texte_v2 .content ul{
    padding-left: 20px;
    list-style: none;
    margin-bottom: 18px;
}
.bloc-texte_v1 .content ul li,
.bloc-texte_v2 .content ul li{
    padding-left: 25.91px;
    position: relative;
}
.bloc-texte_v1 .content ul li:before,
.bloc-texte_v2 .content ul li:before{
    content: "";
    background: #FCB731;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px;
    margin: auto;
}

/*
-------------------------------------------------------------------
                       Bloc 1 : Texte v3                          4
-------------------------------------------------------------------
*/
.bloc-texte_v3{
    background: #FCB731B2;
    padding-top: 61px;
    padding-bottom: 48px;
}
.bloc-texte_v3 h2{
    color: #22293A;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    font-family: "Nunito", sans-serif;
}
.bloc-texte_v3 h2:after{
    content: "";
    width: 51px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bloc-texte_v3 .content ul li,
.bloc-texte_v3 .content p,
.bloc-texte_v3 .content{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
}
.bloc-texte_v3 .content p span{
    text-decoration: underline;
}
.bloc-texte_v3 .content p a{
    background: #0071DC;
    color: #fff;
    padding: 5.5px 41px;
    font-weight: 700;
    line-height: 24px;
    width: fit-content;
    display: block;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: 0.3s;
}
.bloc-texte_v3 .content p a:hover{
    background: #002B6F;
}
.bloc-texte_v3 .content h3{
    color: #002B6F;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 16px;
    font-family: "Nunito", sans-serif;
}
.bloc-texte_v3 .content ul{
    padding-left: 20px;
    list-style: none;
    margin-bottom: 18px;
}
.bloc-texte_v3 .content ul li{
    padding-left: 25.91px;
    position: relative;
}
.bloc-texte_v3 .content ul li:before{
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px;
    margin: auto;
}
/*
-------------------------------------------------------------------
                            Bloc 2                                4
-------------------------------------------------------------------
*/
.position-unset{
    position: unset;
}
.bloc-texte-image{
    position: relative;
    padding: 76px 0 85px;
}
.bloc-texte-image h3
{
    margin-top: 0;
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #002B6F;
    font-family: "Mulish", sans-serif;
}
.bloc-texte-image img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-left: 50%;
    max-width: 100%;
    max-height: 100%;
}
.bloc-texte-image img.left{
    padding-right: 50%;
    padding-left: 0;
    left: 0;
    right: unset;
}

.bloc-texte-image h2{
    color: #22293A;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    font-family: "Nunito", sans-serif;
}
.bloc-texte-image h2:after{
    content: "";
    width: 51px;
    height: 2px;
    background: #FCB731;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bloc-texte-image .content ul li,
.bloc-texte-image .content p{
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;

}

.bloc-texte-image a.btn-cta{
    background: #0071DC;
    color: #fff;
    padding: 10px 13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    width: fit-content;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: 0.3s;
    margin-top: 14px;
}
.bloc-texte-image a.btn-cta:hover{
    background: #002B6F;
}
@media only screen and (max-width:991px) {
    .bloc-texte-image img{
        position: relative;
        padding-left: 0 !important;
        margin-bottom: 28px;
        width: 100%;
        padding-right: 0 !important;
    }
}

.bloc-texte-image .content ul{
    padding-left: 20px;
    list-style: none;
    margin-bottom: 18px;
}
.bloc-texte-image  ul li{
    padding-left: 25.91px;
    position: relative;
}

.bloc-texte-image  .content ul li:before{
    content: "";
    background: #FCB731;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px;
    margin: auto;
}
/*
-------------------------------------------------------------------
                       Bloc 3: carrousel d'image                  4
-------------------------------------------------------------------
*/

.bloc-carrousel-images{
    padding-bottom: 0;

}
.bloc-carrousel-images img{
    width: 100%;
}

.bloc-carrousel-images .items .element{
    position: relative;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width:991px) {
    .bloc-carrousel-images .items .element{
        height: 263px;
    }
}
.bloc-carrousel-images .slick-prev{
    left: 211px;
    z-index: 9;
    width: 41px;
    height: 41px;
    background: #0071DC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
    transition: 0.3s;
}
.bloc-carrousel-images .slick-next:hover,
.bloc-carrousel-images .slick-prev:hover{
    background: #002B6F;
}

.bloc-carrousel-images .link{
    position: absolute;
    bottom: 75.84px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 7.58px 13px;
    color: #002B6F;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    background: #FCB731;
    width: fit-content;
    border-radius: 3px;

}


.bloc-carrousel-images .slick-next{
    right: 211px;
    z-index: 9;
    width: 41px;
    height: 41px;
    background: #0071DC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: 0.3s;
}

.bloc-carrousel-images .slick-prev:before,
.bloc-carrousel-images .slick-next:before{
    content: url(../img/left-arrow.svg);
    padding-top: 3px;
    padding-right: 3px;
}
.bloc-carrousel-images .slick-dots{
    bottom: 38.06px;
}
.bloc-carrousel-images .slick-dots li button:before{
    font-size: 46px;
    color: #fff;
    opacity: 1;
}
.bloc-carrousel-images .slick-dots li.slick-active button:before{
    color: #FCB731;
    opacity: 1 !important;
}
.bloc-carrousel-images  .slick-dotted.slick-slider{
    margin-bottom: 0;
}
/*
-------------------------------------------------------------------
                        Bloc 4: Chiffres                          5
-------------------------------------------------------------------
*/
.bloc-chiffres{
    padding-top: 60px;
    padding-bottom: 40px;
    background: #002B6F;
    /*margin-bottom: 68px;*/
}
.bloc-chiffres h2{
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    color: #fff;
    padding-bottom: 24px;
    margin-bottom: 38.5px;
    margin-top: 0;
}
.bloc-chiffres h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 51px;
    background: #FCB731
}
.bloc-chiffres .item{
    text-align: center;
    padding-bottom: 36.5px;
    padding-top: 36.5px;
}
.bloc-chiffres .item p{
    font-family: "Nunito", sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    color: #FCB731;
    position: relative;
    padding-bottom: 20px;
}
.bloc-chiffres .item p:after{
    width: 51px;
    height: 2px;
    content: "";
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.bloc-chiffres .item span{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;

}
/*
-------------------------------------------------------------------
                    Bloc 4: Chiffres Vertical                     6
-------------------------------------------------------------------
*/

.bloc-chiffres-2{
    padding-top: 0px;
    padding-bottom: 40px;
    background: #fff;
}

.bloc-chiffres-2 h2{
    padding-bottom: 24px;
    margin-bottom: 22.1px;
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
    margin-bottom: 38.5px;
    position: relative;
}
.bloc-chiffres-2 h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 51px;
    background: #FCB731
}
.bloc-chiffres-2 .items{
    width: fit-content;
    margin: auto;
}
.bloc-chiffres-2 .item{
    /*margin-bottom: 34px;
    padding-left: 40%;*/
    display: flex;
    margin-bottom: 34px;
    margin-left: -50px;
}
.bloc-chiffres-2 .item p{
    font-family: "Nunito", sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 20px;
    color: #FCB731;
    border-right: 2px solid;
    min-width: 220px;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 46px;

}
.bloc-chiffres-2 .item span{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #22293A;
    padding-left: 15.5px;
    margin-top: auto;
    margin-bottom: auto;
}
/*
-------------------------------------------------------------------
                        Bloc 5: 3 blocs manuel                    6
-------------------------------------------------------------------
*/
.bloc-articles{
    background: #F4F4F6;
    padding-bottom: 71px;
    padding-top: 57px;
}
.bloc-articles h2{
    font-family: "Nunito", sans-serif;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 38px;
    margin-top: 0px;
    color: #22293A;
    position: relative;
    padding-bottom: 24px;
}
.bloc-articles h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    background: #FCB731;
    left: 0;
    right: 0;
    width: 51px;
    height: 2px;
}
.bloc-articles .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bloc-articles .articleCard{
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 67px;
}
.bloc-articles .articleCard.pb-0{
    padding-bottom: 0;
}
.bloc-articles .articleCard img{
    width: 360px;
    height: 202px;
    object-fit: cover;
    transition: 0.3s;
}
.bloc-articles .articleCard img:hover{
    transform: scale(1.1);
}

.bloc-articles .articleCard .content{
    padding: 19.5px 17px 19.5px 19px;
    
}
.bloc-articles .articleCard .content h3{
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 21px;
    color: #22293A;
    margin-bottom: 0;
    margin-top: 15px;
    min-height: 67px;
}
.bloc-articles .articleCard .content h3 a:hover{
    color: #002B6F;
}
.bloc-articles .articleCard .content .exerpt{
    display: block;
    margin-bottom: 21px;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000;
}
.bloc-articles .articleCard .content .read-more{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding: 10px 13px;
    color: #0071DC;
    border: 1px solid;
    border-radius: 3px;
    width: fit-content;
    display: block;
    transition: 0.3s;
    margin-bottom: 31.5px;
    position: absolute;
    bottom: 0;
}
.bloc-articles .articleCard .content .read-more:hover{
    background: #0071DC;
    color: #fff;
    border-color: #fff;
}
/*
-------------------------------------------------------------------
                            Bloc 7: Bannière                      6
-------------------------------------------------------------------
*/
.banniere{
    position: relative;
    /*margin-bottom: 80px;*/
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.banniere img
{
    height: 263px;
    object-fit: cover;
    display: none;
}
.banniere .content{
    background: #002B6F;
    color: #fff;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 150px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    padding-top: 31.5px;
    padding-bottom: 31.5px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 458px;
    border-radius: 3px;
}
.banniere .content p{
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 41px;
    word-wrap: break-word;
}
.banniere .content a{
    padding: 9px 12px;
    color: #002B6F;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    background: #FCB731;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #fdb732;
    transition: .3s all;
}
.banniere .content a:hover{
    background: #012b6f;
    color: #fff;
}
/*
-------------------------------------------------------------------
                            Bloc 8: Vidéos                        6
-------------------------------------------------------------------
*/
.bloc-videos{
    text-align: center;
    padding-bottom: 79px;
}
.bloc-videos h2{
    padding-bottom: 24px;
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #22293A;
    position: relative;
    margin-bottom: 39px;
    margin-top: 0;
}
.bloc-videos h2:after{
    position: absolute;
    content: "";
    width: 51px;
    height: 2px;
    background: #FCB731;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.bloc-videos .legende{
    margin-top: 39px;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #0071DC;
    display: block;
}

.bloc-videos .legende.top{
    margin-bottom: 39px;
    margin-top: 0;
}
.bloc-videos .legende.col-legende{
    margin-top: 22px;
    text-align: left;
}
.bloc-videos .legende.top{
    margin-bottom: 22px;
    margin-top: 0;
}
.bloc-videos .col-md-6{
    margin-bottom: 58px;
}

.bloc-videos .video{
    max-width: 750px;
    margin: auto;
}

.bloc-videos .video a{
    position: relative;
    display: block;
}

.bloc-videos .video a img{
    max-height: 420px;
    object-fit: cover;
}

.bloc-videos .video-sliders .video a img{
    height: 202.5px;
}
.bloc-videos .col-md-6 .video a img{
    height: 312px;
}
.bloc-videos .video a:after{
    position: absolute;
    content: url(../img/play-video.svg);
    inset: 0;
    margin: auto;
    height: fit-content;
}

.open-video.no-play:after{
   display:none;
}
.bloc-videos .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}

.bloc-videos .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.bloc-videos .slick-prev{
    z-index: 9;
    width: 41px;
    height: 41px;
    background: #0071DC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
    transition: 0.3s;
    right: calc(100% + 53.22px);
    top: 79px;
    left: unset;
}
.bloc-videos .slick-next{
    right: 0;
    z-index: 9;
    width: 41px;
    height: 41px;
    background: #0071DC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
    transition: 0.3s;
    transform: rotate(180deg);
    top: 79px;
    left: calc(100% + 50.22px);
}

.bloc-videos .slick-prev:hover,
.bloc-videos .slick-next:hover{
    background: #002B6F;
}

.bloc-videos .slick-prev:before,
.bloc-videos .slick-next:before{
    content: url(../img/left-arrow.svg);
    padding-top: 3px;
    padding-right: 3px;
}
/*
-------------------------------------------------------------------
                            Bloc 9: Bannière                      6
-------------------------------------------------------------------
*/
.bloc-banniere{
    position: relative;
    margin-bottom: 91px;
    padding-bottom: 91px;
    padding-top: 66px;
}

.bloc-banniere h2{
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #22293A;
    padding-bottom: 24px;
    position: relative;
    margin-top: 0;
}
.bloc-banniere h2:after{
    content: "";
    width: 51px;
    height: 2px;
    background: #FCB731;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bloc-banniere .contents{
    display: flex;
    gap: 29px;
    justify-con
}
.bloc-banniere .content p{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000;
}
.bloc-banniere .content h3{
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #002B6F;
}
.bloc-banniere .img{
    position: absolute;
    left: 0;
    padding-right: calc(50% + 30px);
    padding-left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
@media only screen and (max-width:991px) {
    .bloc-banniere .img{
        padding-right: 0;
        position: relative;
        margin-bottom: 31px;
    }
    .bloc-articles .row{
        gap: 34px;
    }
}
.bloc-banniere img{
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.bloc-banniere .cta-btn{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding: 10px 13px;
    background: #0071DC;
    display: inline-block;
    border-radius: 3px;
    transition: .3s all;
}
.bloc-banniere .cta-btn:hover{
    background: #002B6F;
}
/*
-------------------------------------------------------------------
                    Bloc 11: logos + legende                      6
-------------------------------------------------------------------
*/
.bloc-images-legendes{
    padding-bottom: 84px;

}
.bloc-images-legendes .elements{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 95px;
    flex-wrap: wrap;
}
.bloc-images-legendes.v2 .elements{
    display: block;
}
.bloc-images-legendes h2{
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #22293A;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 34px;
    margin-top: 0;
}
.bloc-images-legendes h2:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 51px;
    height: 2px;
    background: #FCB731;
}
.bloc-images-legendes .img{
    margin-bottom: 21px;
}
.bloc-images-legendes.v2 .img{
    margin-bottom: 34px;
}
.bloc-images-legendes.v2 .img img{
    width: 165px;
    height: 165px;
    object-fit: cover;
    margin: auto;
}
.bloc-images-legendes span{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.bloc-images-legendes .slick-prev{
    z-index: 9;
    width: 41px;
    height: 41px;
    background: #0071DC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
    transition: 0.3s;
    right: calc(100% + 53.22px);
    top: 63px;
    left: unset;
}
.bloc-images-legendes .slick-next{
    right: 0;
    z-index: 9;
    width: 41px;
    height: 41px;
    background: #0071DC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
    transition: 0.3s;
    transform: rotate(180deg);
    top: 63px;
    left: calc(100% + 50.22px);
}

.bloc-images-legendes .slick-prev:hover,
.bloc-images-legendes .slick-next:hover{
    background: #002B6F;
}
.bloc-images-legendes .slick-prev:before,
.bloc-images-legendes .slick-next:before{
    content: url(../img/left-arrow.svg);
    padding-top: 3px;
    padding-right: 3px;
}
.bloc-images-legendes .btn{
    text-align: center;
    margin-top: 35px;
    width: 100%;

}
.bloc-images-legendes .cta-btn{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding: 10px 13px;
    background: #0071DC;
    display: inline-block;
    border-radius: 3px;
    transition: .3s all;
}
.bloc-images-legendes .cta-btn:hover{
    background: #002B6F;
}
/*
-------------------------------------------------------------------
                          Bloc 12: titre H2                       6
-------------------------------------------------------------------
*/
.bloc-titre-h2 h2{
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #22293A;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 87px;
    /*margin-top: 0;*/
}
.bloc-titre-h2 h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 51px;
    height: 2px;
    background: #FCB731;
}
/*
-------------------------------------------------------------------
                        Bloc 13: témoignages                      6
-------------------------------------------------------------------
*/
.bloc-temoignages{
    padding: 119px 0 60px;
    background: #F4F4F6;
}
.bloc-temoignages-slider{
    background: #fff;
    padding: 158px 0 150px;
    padding: 130px 0 0px;
}
.bloc-temoignages-slider h2,
.bloc-temoignages h2{
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    position: relative;
    color: #22293A;
    margin-bottom: 50px;
    padding-bottom: 24px;
    margin-top: 0;
}
.bloc-temoignages-slider h2::after,
.bloc-temoignages h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 51px;
    height: 2px;
    background: #FCB731;
}
.bloc-temoignages .temoignage{
    background: #FFFFFF;
    border-radius: 3px;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.bloc-temoignages .citation{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: #0071DC;
    margin-right: 8px;
    margin-left: 15px;
    margin-bottom: 20px;
}
.bloc-temoignages .provider{
    background: #002B6F;
    color: #fff;   
    position: relative;
}
.bloc-temoignages .provider:after{
    content: url(../img/quotes.svg);
    left: 20px;
    top: 14px;
    position: absolute;

}
.bloc-temoignages .provider p{
    margin-bottom: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    padding-top: 46px;
}
.bloc-temoignages .provider span{
    margin-bottom: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    display: block;
    padding-bottom: 23px;
}
.bloc-temoignages .provider .img{
    margin-top: 56px;
} 
.bloc-temoignages .provider img{
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    object-fit: cover;
    bottom: calc(100% + -34px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/***************** Bloc témoignage (version 2) *******************/
.bloc-temoignages-slider img{
    width: 164px;
    min-width: 164px;
    height: 164px;
    object-fit: cover;
    border-radius: 50%;
}
.bloc-temoignages-slider .temoignage.no-img .citation{
    padding: 0 40px;
}
.bloc-temoignages-slider .content{
    display: flex;
    gap: 90px;
    align-items: center;
    justify-content: center;
}
.bloc-temoignages-slider .citation{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #0071DC;
    position: relative;
}
.bloc-temoignages-slider .citation:after{
    position: absolute;
    right: calc(100% + 29px);
    top: 0;
    content: url(../img/yellow-quotes.svg);

}
.bloc-temoignages-slider .temoignage.no-img .citation:after{
    left: 0;
}
.bloc-temoignages-slider .provider{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
/*
-------------------------------------------------------------------
                        Bloc 14: bloc timeline                    6
-------------------------------------------------------------------
*/
.bloc-timeline{
    padding: 100px 0 76px;
    background: #002B6F;
}
.bloc-timeline img{
    width: 360px;
    height: 202px;
    text-align: center;
    margin: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 61px;
}
.bloc-timeline h2{
    color: #fff;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 31px;
    margin-top: 0;
}
.bloc-timeline p{
    max-width: 750px;
    margin: auto;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}
.bloc-timeline .dates ul{
    margin-bottom: 65px;
    padding-left: 0;
} 
.bloc-timeline .dates ul li{
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF80;
    text-align: center;
    position: relative;
    /*padding-bottom: 28px;
    padding-top: 20px;*/
    cursor: pointer;
    transition: .3s all;
    height: 80px;
}
.bloc-timeline .dates ul li span{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.bloc-timeline .dates ul li:after{
    bottom: 6px;
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
}
.bloc-timeline .dates ul li:before{
    content: "";
    bottom: 1px;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    background: #fff;
    z-index: 99;
}
@media only screen and (max-width:991px) {
    .bloc-timeline .dates ul li:after{
        background: #FCB731;
    }
}
.bloc-timeline .dates ul li.slick-active.slick-center{
    color: #FCB731;
    font-size: 50px;
    line-height: 35px;
}
.bloc-timeline .dates ul li.slick-active.slick-center span{
    transform: scale(1.2);
    transition: transform 0.3s ease;
    bottom: 40px;
}
.bloc-timeline .contents .slick-dots li button:before{
    color: #fff;
    font-size: 30px;
    opacity: 1 !important;

}
.bloc-timeline .contents .slick-dots li.slick-active button:before{
    color: #FCB731;
}
.bloc-timeline .contents .content{
    margin-bottom: 40px;
}

.bloc-timeline .slick-prev{
    bottom: -12px;
    top: unset;
    left: -55px;
    width: 41px;
    height: 41px;
    transform: none;
    z-index: 999;
}
.bloc-timeline .slick-prev::before{
    content: url(../img/dark-arrow.svg);
    background: #fff;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    padding-top: 2px;
    transform: rotate(180deg);
    transition: .3s all;
}
.bloc-timeline .slick-next{
    top: unset;
    bottom: -12px;
    right: -55px;
    width: 41px;
    height: 41px;
    transform: none;
    z-index: 999;
}
@media only screen and (max-width:1400px) {
    .bloc-timeline .dates{
        padding: 0 40px;
    }

}
.bloc-timeline .slick-next::before{
    content: url(../img/dark-arrow.svg);
    background: #fff;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    padding-top: 2px;
    transition: .3s all;
}
.bloc-timeline .slick-prev:hover::before,
.bloc-timeline .slick-next:hover::before{
    background: #FCB731;
}

.bloc-video-modal{
    z-index: 9999;
}
.bloc-video-modal .close{
    float: right;
    top: 14px;
    position: absolute;
    right: 20px;
}
.bloc-video-modal .modal-title {
    font-family: 'Inter-UI-Bold';
    font-size: 16px;
    color: #002B6F;
}
.bloc-video-modal iframe{
    max-width: 100%;
}

/*
-------------------------------------------------------------------
                             Widget Avis                           
-------------------------------------------------------------------
*/
.widget-avis{
    padding-bottom: 50px;
    padding-top: 50px;
}

.widget_aviz{
    margin: auto;
    width: 80%;
}


/************************* Responsive ***************************/
@media only screen and (max-width:991px) {
    .bloc-texte_v1{
        padding-bottom: 16px;
    }
    .bloc-texte_v1 h2{
        font-size: 24px;
    }
    .bloc-texte_v2{
        padding-bottom: 0;
    }
    .bloc-texte-image{
        padding-top: 50px;
        padding-bottom: 75.5px;
    }
    .bloc-carrousel-images .slick-next{
        right: 20px;
    }
    .bloc-carrousel-images .slick-prev{
        left: 20px;
    }
    .bloc-carrousel-images img{
        height: 236px;
        object-fit: cover;
    }
    .bloc-carrousel-images .link{
        display: none;
    }
    .bloc-carrousel-images .slick-dots{
        bottom: 26.26px;
    }
    .bloc-carrousel-images .slick-dots li button:before{
        font-size: 36px;
    }
    .bloc-carrousel-images .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
    .bloc-chiffres{
        padding-top: 39px;
        padding-bottom: 0;
    }
    .bloc-articles .articleCard{
        margin-bottom: 40px;

    }
    .bloc-articles .articleCard img{
        width: 100%;
    }
    .banniere{
        margin-bottom: 0px;
        padding-bottom: 50px;
        position: relative;
        background-color: #fff;
        background-attachment: local;
        background-size: contain;
        /*height: 361px;*/
        background-size: cover;
        height: fit-content;
        background-image: unset !important;
    }
    .banniere .content{
        position: relative;
        max-width: 100%;
        width: 100%;
        left: 0;
    }
    .banniere img{
        display: block;
        width: 100%;
    }
    .bloc-videos{
        padding-bottom: 40px;
    }
    .bloc-videos .col-md-6{
        margin-bottom: 34px;
    }
    .bloc-videos .row .col-md-6:last-of-type{
        margin-bottom: 0;
    }

    .bloc-videos .slick-prev{
        top: 88.29px;
        left: 10px;
    }
    .bloc-videos .slick-prev::before{
        content: url(../img/left-arrow.svg);
        width: 41px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        border-radius: 50%;
        padding-top: 2px;
        transition: .3s all;
    }
    .bloc-videos .slick-next{
        top: 88.29px;
        right: 10px;
        left: unset;
    }
    .bloc-videos .slick-next::before{
        content: url(../img/left-arrow.svg);
        width: 41px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        border-radius: 50%;
        padding-top: 2px;
        transition: .3s all;
    }
    .bloc-videos .slick-prev:hover::before,
    .bloc-videos .slick-next:hover::before{
        background: #FCB731;
    }
    .bloc-banniere .contents{
        display: block;
    }
    .bloc-banniere{
        margin-bottom: 87.3px;
    }
    .bloc-images-legendes .elements{
        gap:  38px;
    }
    .bloc-images-legendes{
        padding-bottom: 50px;
    }
    .bloc-images-legendes .slick-next{
        right: 10px;
        left: unset;
    }
    .bloc-images-legendes .slick-prev{
        left: 10px;
        right: unset;
    }
    .bloc-titre-h2 h2{
        margin-bottom: 50px;
    }
    .bloc-temoignages{
        padding-top: 45px;
        padding-bottom: 19px;
    }
    .bloc-temoignages-slider h2, .bloc-temoignages h2{
        margin-bottom: 40px;
    }
    .bloc-temoignages-slider{
        padding: 50px 0;
    }
    .bloc-temoignages-slider .content{
        display: block;
    }
    .bloc-temoignages-slider .content .temoignage{
        padding-left: 51px;
    } 
    .bloc-temoignages-slider img{
        margin: auto;
        margin-bottom: 38px;
    }
    .bloc-temoignages-slider .citation:after{
        left: -51px;
        right: unset;
    }
    
    .bloc-timeline{
        padding: 48px 0 50px;
    }
    .bloc-timeline .contents .content{
        margin-bottom: 20px;
    }
    .bloc-chiffres-2 .item{
        display: block;
        margin-left: 0;
        text-align: center;
    }
    .bloc-chiffres-2 .item p{
        text-align: center;
        border: none;
        padding: 0;
        margin-bottom: 28px;
        position: relative;
        padding-bottom: 20px;
    }
    .bloc-chiffres-2 .item p:after{
        content: "";
        width: 51px;
        height: 2px;
        background: #22293A;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .bloc-chiffres-2 .item span
    {
        padding: 0 32px;
        text-align: center;
        margin: auto;
        display: block;
    }
    .bloc-chiffres-2 h2{
        margin-top: 0;
    }
    .bloc-chiffres-2{
        padding-bottom: 37px;
    }
    .banniere .content p{
        font-size: 24px;
        font-family: "Mulish", sans-serif;
    }
}











