/***********************STYLE BLOC A PROPOS ************************/
.btn-read-more {
    display: inline-block;
    background-color: #106fa8;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}
.wrapper-apropos-pays {
    padding: 80px 0 36px;
    background-color: #fafafa;
    border-bottom: 1px solid #dedede;
}

.wrap-apropos-pays {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.wrap-img-pays {
    width: auto;
    margin-right: 30px;
    position: relative;
}

.wrap-contain-apropos-pays {
    width: 70%;
}

.wrap-img-pays:before {/* content: ''; */position: absolute;background-color: #106fa8;width: 80px;height: 80px;right: -10px;top: -10px;}

.wrap-img-pays:after {/* content: ''; */position: absolute;background-color: #106fa8;width: 80px;height: 80px;left: -10px;bottom: -10px;z-index:0;}

h3.titre-rubique {
    margin: 0 0 10px 0;
}

.wrap-text-apropos-pays {
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}


/********************* END STYLE A PROPOS ******************/

/**************STYLE ONGLET ************************/
    ul.conteneur-onglet {
        display: flex;
        justify-content: center;
        margin: 0px 0 20px;
        padding: 0;
        flex-wrap: wrap;
    }

    ul.conteneur-onglet li {
        padding: 2px 10px;
        margin: 0 6px;
        border: 1px solid #bfbfbf;
        border-radius: 25px;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 16px;
        color: gray;
    }

    ul.conteneur-onglet li.actif, 
    ul.conteneur-onglet li:hover {
        border: 1px solid #106fa8;
        color: #106fa8;
        background-color: #106fa8;
        color: #fff;
        cursor: pointer;
    }
/************END STYLE ONGLET********************/


/******************************* style news **************************/

.wrapper-news {
    position: relative;
    padding: 50px 0;
    max-width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

.news {
    width: 1200px;
    margin: 0 auto;
   
}
.wrapper-bloc-news {
    max-width: 100% !important;
}

.wrapper-bloc-news {
    display: flex;
    /* padding-left: 12%; */
}

.bloc-news {
    padding: 0;
    margin: 19px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.bloc-news .wrap-img {
    margin: 15px 15px 0;
    border-radius: 10px;
    overflow: hidden;
}
.wrapper-contain-text-news {
    padding: 25px 25px 10px 25px;
    /* position: unset; */
}

.cible-news {
    position: absolute;
    top: -15px;
    background-color: #106fa8;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 25px;
    color: #fff;
}

.link-detail {
    font-size: 12px;
    color: #808080;
    font-style: revert;
}

.title-news {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    padding: 5px 0;
    margin-bottom: 10px;
}
p.desc-event {
    padding: 15px 0;
}
.wrapper-footer-news {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 12px;
}

a.link-join-figth {
    background-color: #ffffff;
    /* padding: 3px 19px; */
    border-radius: 25px;
    color: #106fa8;
    cursor: pointer;
    margin-top: 5px;
}

ul.wrap-social-sharing > li {
    position: relative;
    width: auto;
    padding-left: 40px;
    padding-top: 5px;
    color: gray;
}

ul.wrapper-elt-social-sharing {
    position: absolute;
    bottom: 150%;
    display: flex;
    background-color: #106fa8;
    padding: 5px 7px;
    border-radius: 25px;
    font-size: 11px;
    right: -11px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    color: #fff;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

ul.wrapper-elt-social-sharing li {
    padding: 0 6px;
}

ul.wrap-social-sharing {display: flex;}

ul.wrap-social-sharing > li:hover .wrapper-elt-social-sharing {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}

ul.wrapper-elt-social-sharing:after {content: '';position: absolute;top: 100%;right: 11px;border-top: 6px solid #106fa8;border-left: 5px solid transparent;border-right: 5px solid transparent;}

ul.wrap-social-sharing > li:hover {
    color: #106fa8;
    cursor: pointer;
}



.wrapper-jauge {
    width: 100%;
    height: 7px;
    border-radius: 7px;
    position: relative;
    background-color:#e7e7e7;
    margin-bottom:-15px;
    margin-top:20px;
}

.niveau-jauge {
    background-color: #106fa8;
    width: 50%;
    height: 7px;
    position: absolute;
    border-radius: 7px;
}

.niveau-jauge:before {
    top: -28px;
    right: 0;
    padding: 3px 5px;
    background-color: #106fa8;
    color: #fff;
    content: attr(data-percent);
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    position: absolute;
    transform: translateX(50%);
}

.niveau-jauge:after {
    content: '';
    right: 0;
    top: -10px;
    position: absolute;
    border-left: 1px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #106fa8;
    transform: translateX(10px);
    }

.wrapper-news .owl-item:nth-child(2n+1) .cible-news {
    background-color: rgb(241 142 0 / 1);
}

.wrapper-news .owl-item:nth-child(3n+3) .cible-news {
    background-color: rgb(140 23 19 / 1);
}

.wrapper-news .owl-item:nth-child(4n+4) .cible-news {
    background-color: rgb(86 147 201 / 1);
}


.wrapper-bloc-date-news {
    position: absolute;
    right: 35px;
    background-color: #106fa8;
    padding: 6px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    transform: translateY(-90%);
}
.wrapper-news .owl-item:nth-child(2n+1) .wrapper-bloc-date-news {
    background-color: rgb(241 142 0 / 1);
}

.wrapper-news .owl-item:nth-child(3n+3) .wrapper-bloc-date-news {
    background-color: rgb(140 23 19 / 1);
}

.wrapper-news .owl-item:nth-child(4n+4) .wrapper-bloc-date-news {
    background-color: rgb(86 147 201 / 1);
}

.day-month-news {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ************************** END STYLE news ******************************/



/**************************** STYLE FOR DOCUMENTATION **********************/
div#wrapper-doc {
    background-image: url(../images/priorbgok.jpg);
    position: relative;
    padding: 50px 0;
}

.doc {
    width: 1220px;
    margin:  0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}

.bloc-doc {
    /* width: 100%; */
    float: left;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    margin:  20px;
}

strong.numero-doc {
    color: rgb(0 174 239);
    font-size: 41px;
    color: #106fa8;
    display: block;
    line-height: 48px;
    margin: 0 0 8px;
    opacity: 0.5;
}

h3.titre-doc {
    color: #000000;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    height: 50px;
}

p.description-doc {
    font-size: 14px;
    line-height: 24px;
    /* text-align: justify; */
    color: #555;
    margin: 0 0 17px;
    height: 110px;
}
strong.numero-doc img {
    height: 50px;
}
strong.numero-doc img {
    display:none;
}
strong.numero-doc img.bleu {
    display:block;
}
.bloc-doc a {
    color: #106fa8;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.bloc-doc:hover strong.numero-doc img.bleu {
    display:none;
}
.bloc-doc:hover strong.numero-doc img {
    display:block;
}
.bloc-doc:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../images/pdots.png);
    width: 58px;
    height: 58px;
    content: "";
    z-index: 8000;
}

.wrapper-bloc-doc {
    /* margin-top: 40px; */
}

.bloc-doc:hover {
    background: #106fa8;
}

.bloc-doc:hover strong.numero-doc {
    color: rgb(255 255 255);
}

.bloc-doc:hover h3.titre-doc {
    color: #fff;
}

.bloc-doc:hover p.description-doc {
    color: #fff;
}

.bloc-doc:hover a {
    color: #fff;
}

/**************************** END STYLE DOCUMENTATION ************************/

/****************************  STYLE LIENS UTILS ************************/

.wrap-contact-link {
    width: 1200px;
    margin: 0 auto;
}

.wrapper-infos-contact {
    /* display: flex; */
    padding: 5px 0 25px;
}

ul.infos-contact {
    display: flex;
    justify-content: center;
}

li.elt-infos-contact {
    padding: 0 15px;
}

.wrapper-bloc-contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

a.useful-link {
    display: inline-block;
    padding: 5px 15px;
    background-color: #e6e6e6;
    margin: 5px;
    font-size: 13px;
    /* text-decoration: underline; */
    color: #000;
}

.wrapper-contact-link {
    padding: 50px 0;
    border-top: 1px solid #dedede;
}

ul.infos-contact svg, ul.infos-contact svg path {
    fill: #00aef0 !important;
}

li.elt-infos-contact i {
    color: #00aef0;
}

/**************************** END STYLE LIENS UTILS ************************/


div#presentation-pays {
    display: flex;
}

.wrap-bloc-left-presentation {
    width: 58%;
}

.wrap-bloc-right-presentation {
    width: 40%;
    padding: 0 0 0 25px;
}

.rubrique-fiche-pays {
    padding: 25px;
   
}

ul.wrapper-link- {
    line-height: 1.4em;
    list-style: none;
    font-size: 14px;
}

h4.titre-srubrique {
    font-size: 15px;
    font-style: italic;
    color: #494949;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 7px;
}

h3.titre-rubrique-fiche-pays {
    padding: 15px;
    background-color: #fafafa;
    border-left: 4px solid #00739d;
    font-weight: 700;
    margin-bottom: 22px;
}

.wrap-bloc-rubrique {
    margin-bottom: 25px;
}

.wrap-contain-rubrique-pays {
    padding-left: 20px;
}

.rubrique-fiche-pays li {
    list-style: none !important;
    position: relative;
}

.rubrique-fiche-pays li:before {content: '\f101';font-family: 'Font Awesome 5 Free';position: absolute;font-weight: 900;left: -15px;font-size: 12px;}

.text-article {
    box-shadow: none;
    padding: 0;
}

.wrapper-rubique-fiche-pays {
    box-shadow: 0px 0px 20px 0px rgb(123 123 123 / 10%);
    margin: 25px 0;
    border-radius: 10px;
}

.wrapper-pays-fiche a {
    text-decoration: underline;
}

.wrap-bloc-news {
    width: 100% !important;
}

.text-article li {
    margin-bottom: 15px;
}

h1.titre-article {
    color: #121212;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'Work Sans', sans-serif;
}


.owl-carousel .owl-stage-outer {
    position: relative;
     overflow: hidden !important; 
    -webkit-transform: translate3d(0px, 0px, 0px);
}

/***********************STYLE BLOC A PROPOS ************************/
.btn-read-more {
    display: inline-block;
    background-color: #106fa8;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}
.wrapper-apropos-pays {
    padding: 80px 0 36px;
    background-color: #fafafa;
    border-bottom: 1px solid #dedede;
}

.wrap-apropos-pays {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.wrap-img-pays {
    width: auto;
    margin-right: 30px;
    position: relative;
}

.wrap-contain-apropos-pays {
    width: 70%;
}

.wrap-img-pays:before {/* content: ''; */position: absolute;background-color: #106fa8;width: 80px;height: 80px;right: -10px;top: -10px;}

.wrap-img-pays:after {/* content: ''; */position: absolute;background-color: #106fa8;width: 80px;height: 80px;left: -10px;bottom: -10px;z-index:0;}

h3.titre-rubique {
    margin: 0 0 10px 0;
}

.wrap-text-apropos-pays {
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}


/********************* END STYLE A PROPOS ******************/

/**************STYLE ONGLET ************************/
    ul.conteneur-onglet {
        display: flex;
        justify-content: center;
        margin: 0px 0 20px;
        padding: 0;
        flex-wrap: wrap;
    }

    ul.conteneur-onglet li {
        padding: 2px 10px;
        margin: 0 6px;
        border: 1px solid #bfbfbf;
        border-radius: 25px;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 16px;
        color: gray;
    }

    ul.conteneur-onglet li.actif, 
    ul.conteneur-onglet li:hover {
        border: 1px solid #106fa8;
        color: #106fa8;
        background-color: #106fa8;
        color: #fff;
        cursor: pointer;
    }
/************END STYLE ONGLET********************/


/******************************* style news **************************/

.wrapper-news {
    position: relative;
    padding: 50px 0;
    max-width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

.news {
    width: auto;
    margin: 0 auto;
   
}
.wrapper-bloc-news {
    max-width: 100% !important;
}

.wrapper-bloc-news {
    display: flex;
    /* padding-left: 12%; */
}

.bloc-news {
    padding: 0;
    margin: 19px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.bloc-news .wrap-img {
    margin: 15px 15px 0;
    border-radius: 10px;
    overflow: hidden;
}
.wrapper-contain-text-news {
    padding: 25px 25px 10px 25px;
    /* position: unset; */
}

.cible-news {
    position: absolute;
    top: -15px;
    background-color: #106fa8;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 25px;
    color: #fff;
}

.link-detail {
    font-size: 12px;
    color: #808080;
    font-style: revert;
}

.title-news {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    padding: 5px 0;
    margin-bottom: 10px;
}
p.desc-event {
    padding: 15px 0;
}
.wrapper-footer-news {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 12px;
}

a.link-join-figth {
    background-color: #ffffff;
    /* padding: 3px 19px; */
    border-radius: 25px;
    color: #106fa8;
    cursor: pointer;
    margin-top: 5px;
}

ul.wrap-social-sharing > li {
    position: relative;
    width: auto;
    padding-left: 40px;
    padding-top: 5px;
    color: gray;
}

ul.wrapper-elt-social-sharing {
    position: absolute;
    bottom: 150%;
    display: flex;
    background-color: #106fa8;
    padding: 5px 7px;
    border-radius: 25px;
    font-size: 11px;
    right: -11px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    color: #fff;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

ul.wrapper-elt-social-sharing li {
    padding: 0 6px;
}

ul.wrap-social-sharing {display: flex;}

ul.wrap-social-sharing > li:hover .wrapper-elt-social-sharing {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}

ul.wrapper-elt-social-sharing:after {content: '';position: absolute;top: 100%;right: 11px;border-top: 6px solid #106fa8;border-left: 5px solid transparent;border-right: 5px solid transparent;}

ul.wrap-social-sharing > li:hover {
    color: #106fa8;
    cursor: pointer;
}



.wrapper-jauge {
    width: 100%;
    height: 7px;
    border-radius: 7px;
    position: relative;
    background-color:#e7e7e7;
    margin-bottom:-15px;
    margin-top:20px;
}

.niveau-jauge {
    background-color: #106fa8;
    width: 50%;
    height: 7px;
    position: absolute;
    border-radius: 7px;
}

.niveau-jauge:before {
    top: -28px;
    right: 0;
    padding: 3px 5px;
    background-color: #106fa8;
    color: #fff;
    content: attr(data-percent);
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    position: absolute;
    transform: translateX(50%);
}

.niveau-jauge:after {
    content: '';
    right: 0;
    top: -10px;
    position: absolute;
    border-left: 1px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #106fa8;
    transform: translateX(10px);
    }

.wrapper-news .owl-item:nth-child(2n+1) .cible-news {
    background-color: rgb(241 142 0 / 1);
}

.wrapper-news .owl-item:nth-child(3n+3) .cible-news {
    background-color: rgb(140 23 19 / 1);
}

.wrapper-news .owl-item:nth-child(4n+4) .cible-news {
    background-color: rgb(86 147 201 / 1);
}


.wrapper-bloc-date-news {
    position: absolute;
    right: 35px;
    background-color: #106fa8;
    padding: 6px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    transform: translateY(-90%);
}
.wrapper-news .owl-item:nth-child(2n+1) .wrapper-bloc-date-news {
    background-color: rgb(241 142 0 / 1);
}

.wrapper-news .owl-item:nth-child(3n+3) .wrapper-bloc-date-news {
    background-color: rgb(140 23 19 / 1);
}

.wrapper-news .owl-item:nth-child(4n+4) .wrapper-bloc-date-news {
    background-color: rgb(86 147 201 / 1);
}

.day-month-news {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ************************** END STYLE news ******************************/



/**************************** STYLE FOR DOCUMENTATION **********************/
div#wrapper-doc {
    background-image: url(../images/priorbgok.jpg);
    position: relative;
    padding: 50px 0;
}

.doc {
    width: 1220px;
    margin:  0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}

.bloc-doc {
    /* width: 100%; */
    float: left;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    margin:  20px;
}

strong.numero-doc {
    color: rgb(0 174 239);
    font-size: 41px;
    color: #106fa8;
    display: block;
    line-height: 48px;
    margin: 0 0 8px;
    opacity: 0.5;
}

h3.titre-doc {
    color: #000000;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    height: 50px;
}

p.description-doc {
    font-size: 14px;
    line-height: 24px;
    /* text-align: justify; */
    color: #555;
    margin: 0 0 17px;
    height: 110px;
}
strong.numero-doc img {
    height: 50px;
}
strong.numero-doc img {
    display:none;
}
strong.numero-doc img.bleu {
    display:block;
}
.bloc-doc a {
    color: #106fa8;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.bloc-doc:hover strong.numero-doc img.bleu {
    display:none;
}
.bloc-doc:hover strong.numero-doc img {
    display:block;
}
.bloc-doc:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../images/pdots.png);
    width: 58px;
    height: 58px;
    content: "";
    z-index: 8000;
}

.wrapper-bloc-doc {
    /* margin-top: 40px; */
}

.bloc-doc:hover {
    background: #106fa8;
}

.bloc-doc:hover strong.numero-doc {
    color: rgb(255 255 255);
}

.bloc-doc:hover h3.titre-doc {
    color: #fff;
}

.bloc-doc:hover p.description-doc {
    color: #fff;
}

.bloc-doc:hover a {
    color: #fff;
}

/**************************** END STYLE DOCUMENTATION ************************/

/****************************  STYLE LIENS UTILS ************************/

.wrap-contact-link {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.wrapper-infos-contact {
    /* display: flex; */
    padding: 5px 0 25px;
}

ul.infos-contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

li.elt-infos-contact {
    padding: 0 15px;
}

.wrapper-bloc-contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

a.useful-link {
    display: inline-block;
    padding: 5px 15px;
    background-color: #e6e6e6;
    margin: 5px;
    font-size: 13px;
    /* text-decoration: underline; */
    color: #000;
}

.wrapper-contact-link {
    padding: 50px 0;
    border-top: 1px solid #dedede;
}

ul.infos-contact svg, ul.infos-contact svg path {
    fill: #00aef0 !important;
}

li.elt-infos-contact i {
    color: #00aef0;
}

/**************************** END STYLE LIENS UTILS ************************/


div#presentation-pays {
    display: flex;
    flex-wrap: wrap;
}

.wrap-bloc-left-presentation {
    width: 100%;
}

.wrap-bloc-right-presentation {
    width: 40%;
    padding: 0 0 0 25px;
}
.item-bloc-left .rubrique-fiche-pays {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.rubrique-fiche-pays {
    padding: 25px;
   
}

ul.wrapper-link- {
    line-height: 1.4em;
    list-style: none;
    font-size: 14px;
}

h4.titre-srubrique {
    font-size: 15px;
    font-style: italic;
    color: #494949;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 7px;
}
.wrap-actualites {
    padding: 0 0 50px !important;
}

.wrap-actualites .owl-dots {
    position: relative;
    margin: 25px 0 0;
    text-align: center;
}

.wrap-actualites .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    margin: 0 9px;
    background-color: #a4b0b4;
    position: relative;
    display: block;
}

.wrap-actualites .owl-dots .owl-dot.active span{
    background-color: var(--primary-color);
    display: none;
}

.wrap-actualites .owl-dots .owl-dot.active span::before {
   width: 15px;
   aspect-ratio: 1;
   position: absolute;
   border: 2px solid var(--primary-color);
   content: '';
   left: -6px;
   top: -6px;
   transition: all 300ms linear 0ms;
   box-sizing: border-box;
   border-radius: 50%;
}

h3.titre-rubrique-fiche-pays {
    padding: 15px;
    background-color: #fafafa;
    border-left: 4px solid #00739d;
    font-weight: 700;
    margin-bottom: 22px;
    color: #585858;
}

.wrap-bloc-rubrique {
    margin-bottom: 25px;
}

.wrap-contain-rubrique-pays {
    padding-left: 20px;
}

.rubrique-fiche-pays li {
    list-style: none !important;
    position: relative;
}

.rubrique-fiche-pays li:before {content: '\f101';font-family: 'Font Awesome 5 Free';position: absolute;font-weight: 900;left: -15px;font-size: 12px;color: var(--primary-color);}

.text-article {
    box-shadow: none;
    padding: 0;
}

.wrapper-rubique-fiche-pays {
    box-shadow: 0px 0px 20px 0px rgb(123 123 123 / 10%);
    margin: 25px 0;
    border-radius: 10px;
}

.wrapper-pays-fiche a {
    text-decoration: underline;
}

.wrap-bloc-news {
    width: 100% !important;
}

.text-article li {
    margin-bottom: 15px;
}
ul.wrapper-link- li {
    list-style: square;
    margin-left: 25px;
    margin-bottom: 7px;
    font-weight: 400;
    line-height: 1.8;
    position:relative;
}

h1.titre-article {
    color: #121212;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'Work Sans', sans-serif;
}


.owl-carousel .owl-stage-outer {
    position: relative;
     overflow: hidden !important; 
    -webkit-transform: translate3d(0px, 0px, 0px);
}

p.desc-actu {
    margin-top: 0;
    font-size: 14px;
}

h4.titre-legende {
    margin: 10px 0 0;
    padding: 0;
}
 .wrapper-news .owl-stage { left: 0px !important; } 
p.desc-legende {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    font-size: 14px;
    margin-bottom: 10px;
}

.legende-pays {
    line-height: 1.3em;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    width: 202px;
    color: grey;
    text-align: left;
}

.wrapper-news .owl-nav {
    top: -55px !important;
}

li.elt-infos-contact.representant {
    width: 100%;
    text-align: center;
    margin: 15px 0 15px 0px;
}

h4.titre-rubrique-texte-pays {
    color: #106fa8;
    font-size: 18px;
}

.texte-presentation-pays {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    height: 400px;
    overflow: hidden;
    transition: 0.4s;
}

.texte-presentation-pays li {
    margin-top: 10px;
    margin-left: 25px;
}

.wrap-text-presentation {}

.link-plus-text-pays {
    color: #106fa8;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}

.wrap-text-presentation.full-text .texte-presentation-pays {
    height: auto;
    transition: 0.4s;
}

.wrap-text-presentation.full-text {}


.wrap-bloc-rubrique a {
    font-weight: 400;
}

.wrapper-news .wrap-title {
    width: 100%;
    line-height: 2em;
}

.wrap-bloc-documentation.etudes {
    width: auto !important;
}

.wrap-documentation {
    padding: 0 50px;
}

.wrap-documentation .nav-btn {
  display: none;
}

.wrap-documentation .nav-btn.next-slide {
    right: 0 !important;
}

.wrap-documentation .nav-btn.prev-slide {
    left: 0 !important;
}


/********************************************************************************************************************|
                                                    ACTUALITES                                                       |
*********************************************************************************************************************/


.wrapper-actualites {
    padding: 70px 0 50px;
    background-image: url("../images/bg/bg-actu.png");
    background-size: cover;
    position: relative;
}

.wrapper-actualites .ligne-titre {
    margin: 0 auto 15px;
}

.actualites .section-title {}

.wrapper-actualites .title-filigrane::after {
    top: -9px;
    display: none;
}

.actualites .title-filigrane {
    /* top: -20px; */
    /* opacity: 0.14; */
    color: #f1f1f1;
}

ul.conteneur-onglet-actu {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 15px;
    position: relative;
    justify-content: end;
    font-size: 13px;
}

li.onglet-actu {
    padding: 8px 26px;
    background: #d0d0d0;
    border-radius: 50px;
    line-height: 1;
    color: var(--black-color);
    margin-right: -20px;
    border: 1px solid #8080802b;
    background: #f3f3f3;
    font-size: 12px;
}

li.onglet-actu.actif {
    font-weight: 500;
    background: var(--primary-color);
    color: var(--white-color);
    z-index: 1;
    border-color: var(--primary-color);
    position: relative;
    transition: all 0.5s ease-in-out;
}

.wrap-actualites {
    padding-top: 40px;
}

.wrap-item-actualite {
  padding: 15px;
  /*! margin: 19px; */
  background-color: white;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  /* border-radius: 10px; */
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  min-height: 440px;
}
.item-actualite {
  padding: 0 15px;
  height: auto;
}
.top-actualites {
  position: relative;
}
.content-actualite.row-container {
  position: relative;
  padding-top: 45px;
}
.categorie-actu {
  position: absolute;
  bottom: -15px;
  background-color: #106fa8;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 28px;
  color: #fff;
  max-width: 74%;
}
.image-actualite {
  /* border-radius: 10px; */
  overflow: hidden;
  height: 300px;
}
.image-actualite img {
  object-fit: cover;
  height: 100%;
}
.titre-actu {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 0;
  margin-bottom: 10px;
}
.actualites.container {
  width: 1320px;
}
.details-agenda-date {
  position: absolute;
  right: 20px;
  background-color: #01aeef;
  padding: 6px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  transform: translateY(0);
  max-width: 56px;
  line-height: 1.3;
  top: -31px;
  text-align: center;
}
.categorie-actu i {
  margin-right: 5px;
}
.bottom-actu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*! margin-top: 15px; */
    top: 10px;
}

.wrap-actualites .owl-nav {
}

.wrap-actualites .nav-btn {
    position: absolute;
    transition: all ease 0.5s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    z-index: 4;
    width: 70px;
    aspect-ratio: 1;
    height: 70px;
    margin: 0;
    border: 3px solid #ffffff;
    top: 37%;
    transform: translateY(1%);
    border-radius: 50%;
    background-color: #808080bd;
    box-shadow: 0 8px 19px 0 rgba(126, 126, 126, 0.35);
}

.wrap-actualites:hover .nav-btn {
    background-color: var(--primary-color);
}

.wrap-actualites .nav-btn.next-slide {
    right: -21px;
}

.wrap-actualites .nav-btn.prev-slide {
    left: -21px;
}

.wrap-actualites .owl-dots {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 9%;
    position: absolute;
}
.conteneur-contenu-joint .wrap-actualites .owl-dot {
  position: absolute;
  width: 10px;
  height: 5px;
  top: 100%;
  border-radius: 10px;
}
