@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
    font-family: "Open-Sans-Bold";
    src: url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold_1.woff") format("woff");
}
@font-face {
    font-family: "Open-Sans-Medium";
    src: url("../font/OpenSans-Medium.woff2") format("woff2"), url("../font/OpenSans-Medium_1.woff") format("woff");
}
@font-face {
    font-family: "Open-Sans-Regular";
    src: url("../font/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans-Regular_1.woff") format("woff");
}
@font-face {
    font-family: "Open-Sans-Semi-bold";
    src: url("../font/OpenSans-SemiBold.woff2") format("woff2"), url("../font/OpenSans-SemiBold_1.woff") format("woff");
}

@font-face {
    font-family: "inter";
    src: url("../font/inter/Inter-Regular.woff2") format("woff2"), url("../font/inter/Inter-Regular.woff") format("woff");
}
@font-face {
    font-family: "inter-bold";
    src: url("../font/inter/Inter-Bold.woff2") format("woff2"), url("../font/inter/Inter-Bold.woff") format("woff");
}
@font-face {
    font-family: "inter-medium";
    src: url("../font/inter/Inter-Medium.woff2") format("woff2"), url("../font/inter/Inter-Medium.woff") format("woff");
}
@font-face {
    font-family: "inter-semi-bold";
    src: url("../font/inter/Inter-SemiBold.woff2") format("woff2"), url("../font/inter/Inter-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "inter-light";
    src: url("../font/inter/Inter-Light.woff2") format("woff2"), url("../font/inter/Inter-Light.woff") format("woff");
}


@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px !important;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 85%) !important;
    font-size: 18px !important;
}
b{
    font-family: "Open-Sans-Bold";
}
body{
    font-family: "Open-Sans-Regular";
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.navbar-nav .nav-link.active{
    color: #80BA27 !important;
    font-size: 17px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 15px !important;
}
.col-50{
    width: 48%;
    padding: 0 15px;
}
.carousel-caption {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    padding-top: 55px;
}
.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    border-radius: 100%;
}
.carousel-control-prev, .carousel-control-next{
    opacity: 1 !important;
    z-index: 99 !important;
    width: 6% !important;
}
.carousel-control-prev-icon {
    background-image: url("../img/arrow-lef1.svg") !important;
}
.carousel-control-next-icon {
    background-image: url("../img/arrow-right1.svg") !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    display: none !important;
}
.carousel p {
    color: #fbba03;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    font-family: "Open-Sans-Medium";
    margin-bottom: 35px;
}

.carousel h1 {
    font-family: "Open-Sans-Bold";
    text-align: left;
    font-weight: bold;
    font-size: 41px;
    line-height: 61px;
    color: #FFFFFF;
    max-width: 800px;
    margin-bottom: 55px;
}
.carousel a.btn {
    margin-top: 20px;
}

.carousel-indicators {
    bottom: 10px;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item{
    height: 100vh;
}
.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.btn-decouvrir {
    background-color: #6CBE03 !important;
    border-radius: 30px !important;
    border: none !important;
    padding: 11px 30px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    display: flex !important;
    width: fit-content;
    min-width: 167px;
    justify-content: center;
}
.btn-decouvrir{
    color: #FFFFFF !important;
}
.btn-decouvrir img{
    background: #00000057;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin: 5px 0px 5px 15px;
}
.section-domaine-intervention {
    margin-bottom: 50px;
}
.section-chiffre-cle{
    background: url("../img/bg-chiifre-cle.png");
    padding: 75px 30px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 30vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-chiffre-cle h3{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    width: 920px;
    margin: 45px auto 85px;
}
.theme-projet-group{
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}
.theme-projet-group .element-projet{
    width: 20%;
    margin: 0 5px;
    display: flex;
    justify-content: center;
}
.theme-projet-group .element-projet img{
    max-width: 70px;
    margin-right: 15px;
    height: fit-content;
}
.theme-projet-group .element-projet .number{
    font-weight: 600;
    font-size: 45px;
    color: #fbba03;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 2px;
    margin-top: -9px;
}
.theme-projet-group .element-projet .description{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #76bc22;
}
.subTitle{
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
}
h2{
    font-family: "Open-Sans-Bold";
    font-size: 30px !important;
    line-height: 41px !important;
    color: #0a5a35;
    margin-bottom: 22px !important;
}
.section-qui-sommes-nous .description-qui-sommes-nous, #myModal .modal-body p{
    font-weight: 400;
    font-size: 17px;
    color: #111111;
    line-height: 38px;
    margin-bottom: 33px;
}
.btn-en-savoir-plus{
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    width: fit-content;
    display: flex;
    align-items: center;
}
.carousel-caption .btn-en-savoir-plus {
    background: none;
    border: 1px solid #FFFFFF !important;
    border-radius: 9px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    color: #FFFFFF !important;
    width: fit-content;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.btn-en-savoir-plus:hover{
    background: #6CBE03;
    color: #FFFFFF;
    border: 1px solid #6CBE03;
}
.carousel-caption .btn-en-savoir-plus:hover{
    background: #6CBE03;
    color: #FFFFFF;
    border: 1px solid #6CBE03 !important;
}
.btn-en-savoir-plus i{
    display: none;
}
.btn-en-savoir-plus:hover i{
    display: block;
    margin-right: 3px;
}
#africa{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path:hover, circle:hover {
    stroke: #002868 !important;
    stroke-width:2px;
    stroke-linejoin: round;
    fill: #002868 !important;
    cursor: pointer;
}
#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}
#infoBubble {
    display: none;
    tom: 0;
    right: 0;
    background-color: #ffffff;
    border: 2px solid #BF0A30;
    border-radius: 5px;
    padding: 5px;
}
.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 110%;
}
.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}
.my-legend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
}
.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}
.my-legend .legend-source {
    font-size: 90%;
    color: #999;
    clear: both;
}
.my-legend a {
    color: #777;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.subFigure{
    width: 137px;
    height: 25px;
    margin: -10px auto 30px;
}
.nos-projets-section  {
    margin-bottom: 40px;
}
.nos-projets-section h3{
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #2C2C2C;
    margin: 0 auto 60px;
    max-width: 527px;
}
.section-domaine-intervention h3 {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #2C2C2C;
    margin: 0 auto 60px;
    max-width: 900px;
}
.card-projets{
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    width: 31%;
    margin: 0 15px 35px;
}
.card-projets:hover, .card-publication:hover, .card-evenement:hover, .card-blog:hover, .card-stories:hover, .card-hub-de-recherche:hover {
    box-shadow: 0px 1px 1px 1px #c8c8c8;
    text-decoration: none;
}
.card-evenement i{
    color: #656565;
}
.card-projets:hover . {
    box-shadow: 0px 1px 1px 1px #c8c8c8;
}
.card-projets .head-img-block{
    width: 100%;
    height: 204px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
.card-projets .head-img-block img{
    width: 70%;
    height: 70%;
    object-fit: contain;
    margin: 34px 0 0;
}
.body-card{
    padding: 20px 20px 25px;
    position: relative;
    min-height: 260px;
}
.card-projets .body-card .titre-projets{
    font-weight: 600;
    font-size: 18.5px;
    color: #2C2C2C;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.card-projets .body-card .description-projets{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: left;
}
/*.card-projets .body-card a{
    font-size: 12px;
    line-height: 16px;
    color: #656565;
    font-family: "Open-Sans-Medium";
}
.card-projets .body-card a img{
    width: 19px;
    height: 19px;
    margin-left: 4px;
    margin-top: -5px;
}*/

.nos-projets-section .btn-en-savoir-plus{
    border-radius: 20px;
    margin: 40px auto 0;
    font-family: "Open-Sans-Medium";
    font-size: 17px;
    min-width: 184px;
    background: #6CBE03;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}
.nos-partenaires-section h3{
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #2C2C2C;
}
.owl-carousel .item img{
    width: 76% !important;
    margin: 0 auto;
}
.nos-partenaires-section .owl-carousel {
    padding: 0 40px;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #6dbe04;
}
.owl-carousel .owl-stage-outer {
    margin: 39px auto;
}
.presentation-doc{
    background: url("../img/bg-rapport.png") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 257px;
    margin: 90px 0;
    background-attachment: fixed;
    background-position: center;
}
.presentation-doc p{
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Open-Sans-Medium";
    margin-bottom: 45px;
}
.presentation-doc .btn-en-savoir-plus {
    font-size: 16px;
    margin: 0 auto 20px;
}
.presentation-doc .btn-en-savoir-plus i {
    margin-left: 5px;
}
.description-blog-evenement{
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #2C2C2C;
    margin: -10px auto 60px;
    max-width: 700px;
}
.blog-evenement h3{
    font-size: 20px;
    line-height: 33px;
    color: #333333;
    font-family: "Open-Sans-Semi-bold";
}
.hr-bottom{
    border-top: 3px solid #FBBA00;
    width: 80px;
    margin-left: 0;
    margin-bottom: 40px;
}
.card-blog .date-ajout i, .card-blog .nbr-commentaire i{
    font-size: 16px;
    margin-right: 10px;
    color: #656565;
}
.card-blog .date-ajout p, .card-blog .nbr-commentaire p{
    font-weight: 400;
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
}
.card-blog .block-img{
    width: 30%;
    height: auto;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.05));
    margin-right: 22px;
}
.card-blog .block-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-blog .detail-card-blog {
    width: 72%;
    padding-right: 25px;
}

.card-blog .title-card-blog:hover{
    color: #6CBE03;
}
.card-blog{
    display: flex;
    margin-bottom: 25px;
}
.card-blog .description-article, .card-blog .detail-card-blog p{
    font-size: 15px;
    line-height: 24px;
    color: #2C2C2C !important;
    margin-bottom: 0;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.card-blog .detail-card-blog .date-ajout p{
    font-size: 14px;
    line-height: unset;
    color: #656565 !important;
    margin-bottom: 0;
    margin-top: 0px;
    overflow: hidden;
    display: unset;
}
.card-blog .detail-card-blog .date-ajout {
    margin-right: 25px;
    margin-top: 15px;
}
.card-evenement{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
}
.card-evenement .head-card{
    height: 250px;
    overflow: hidden;
}
.card-evenement .head-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-evenement .body-card-event{
    padding: 15px 20px;
}
.card-evenement .body-card-event .date-event{
    background: #6CBE03;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
    padding: 10px 10px;
    width: 78px;
    height: fit-content;
    position: relative;
    z-index: 99;
    margin-top: -53px;
}
.card-evenement .body-card-event .date-event p{
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 6px 12px;
}
.card-evenement .body-card-event .date-ajout i, .card-evenement .body-card-event .user-add-event i{
    font-size: 16px;
    margin-right: 10px;
}
.card-evenement .body-card-event .date-ajout p, .card-evenement .body-card-event .user-add-event p{
    font-weight: 400;
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
}
.card-evenement .title-event{
    font-family: "Open-Sans-Semi-bold";
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 14px;
}
.card-blog .title-card-blog{
    font-family: "Open-Sans-Semi-bold";
    font-weight: 600;
    margin-top: 0 !important;
    font-size: 16px !important;
    line-height: 27px !important;
    color: #000000 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}
.card-evenement .description-event{
    font-size: 16px;
    line-height: 26px;
    color: #2C2C2C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}
.card-evenement .body-card-event .date-ajout {
    margin-right: 25px;
}
.card-evenement .body-card-event a{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #6CBE03;
}
.newlestter-section{
    background: #0a5a35;
    padding: 60px 40px 65px;
    width: fit-content;
    margin: 115px auto 140px;
    overflow: hidden;
    position: relative;
    height: fit-content;
    border-radius: 20px;
}
.newlestter-section .round-img{
    position: absolute;
    left: 0;
    top: 0;
    justify-content: space-between;
}
.newlestter-section h2{
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 21px;
}
.newlestter-section .description-newwlestter{
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
    width: 55%;
    text-align: center;
    margin: 0 auto 40px;
    position: relative;
}
.newlestter-section form input{
    border-radius: 10px;
    min-height: 40px;
    background: none;
    border: 1px solid white;
    padding: 12px 58px 12px 15px;
    color: black !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.form-newwlestter{
    display: flex;
}
.newlestter-section form .form-group {
    margin: 0 15px !important;
}
.newlestter-section form input::placeholder {
    color: white !important;
}
.btn-abonner {
    border: 1px solid #fbba00 !important;
    padding: 7px 25px !important;
    margin: 0 15px;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}
.btn-abonner:hover {
    background: #fbba00;
    color: #000000;
}
.input-newlestter:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.footer-section{
    background: url("../img/footer.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.absolute-element{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0a5a35d9;
}
.footer-block{
    padding: 65px 0 20px;
}
.footer-block .logo-footer{
    height: 70px;
    width: 70px;
    margin-bottom: 33px;
}
.footer-block .logo-footer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-block .description-element{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    padding-right: 30px;
    margin-bottom: 33px;
}
.footer-block .btn-icone-social{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: white;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-block .btn-icone-social i{
    color: #666666;
}
.footer-block h2{
    font-size: 21px !important;
    line-height: 30px !important;
    color: #FFFFFF;
    font-family: "Open-Sans-Bold";
    margin-bottom: 34px !important;
}
.footer-block .group-link-page .link-footer, .footer-block .group-link-page-detail p{
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.footer-block .group-link-page-detail i{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 17px;
}
.sub-footer{
    padding-bottom: 30px;
    z-index: 99;
    position: relative;
}
.sub-footer p{
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.group-link-page {
    display: grid;
}
.section-qui-sommes-nous .btn-en-savoir-plus{
    background: #6CBE03;
    color: #FFFFFF;
    border: 1px solid #6CBE03;
}

.head-intern-page{
    background-size: cover !important;
    text-align: center;
    height: 630px;
    display: flex;
    align-items: center;
    padding-top: 46px;
    margin-bottom: 100px;
}
.head-inter-mission-strategie{
    background: url("../img/mission.webp") no-repeat;
}
.head-INR{
    background: url("../img/Organisation et gouvernance.webp") no-repeat;
}
.head-resultat{
    background: url("../img/resultat.webp") no-repeat;
}
.head-espace-presse{
    background: url("../img/espace-presse.webp") no-repeat;
}
.head-centre-de-recherche{
    background: url("../img/bg-centre-de-recherche.png") no-repeat;
}
.head-partenaires{
    background: url("../img/Partenariat.webp") no-repeat;
}
.head-team{
    background: url("../img/equipe.webp") no-repeat;
}
.head-etique-politique{
    background: url("../img/etique-politique.webp") no-repeat;
}
.head-domaine-intervention{
    background: url("../img/Domaine dintervention.webp") no-repeat;
}
.head-projets{
    background: url("../img/head-projet.png") no-repeat;
}
.head-actualite{
    background: url("../img/bg-actu.webp") no-repeat;
}
.head-evenement{
    background: url("../img/Evenements.webp") no-repeat;
}
.head-centre-de-connaissance{
    background: url("../img/centre-de-connaissance.webp") no-repeat;
}
.head-directives-de-marque{
    background: url("../img/bg-directives-de-marque.png") no-repeat;
}
.head-reglements-lignes-directives{
    background: url("../img/Reglement-et-ligne-directrice.webp") no-repeat;
}
.head-histoire-impact{
    background: url("../img/bg-head-histoire-impact.png") no-repeat;
}
.head-mon-propre-histoire{
    background: url("../img/bg-mon-propre-histoire.png") no-repeat;
}
.head-ressources{
    background: url("../img/publication.webp") no-repeat;
}
.head-carriere{
    background: url("../img/carriere.webp") no-repeat;
    background-position: bottom;
}
.head-ag{
    background: url("../img/conference.jpg") no-repeat;
    position: relative;
    height: 65vh;
    background-position-y: center;
    background-size: cover;
}
.head-mita{
    background: url("../img/bg-ag.png") no-repeat;
}
.head-manif-interet{
    background: url("../img/Passation-de-marche.webp") no-repeat;
}
.head-blog{
    background: url("../img/bg-blog.webp") no-repeat;
}
.head-intern-page h1{
    color: #ffc107;
    font-size: 35px;
    line-height: 54px;
    font-family: "Open-Sans-Bold";
    margin-bottom: 20px;
    text-align: left;
}
.absolute-bg-black-2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000075;
}
.mita-propos .content-img {
    width: 45% !important;
    height: 520px !important;
    margin: 0px 0 0 auto !important;
    border-radius: 24px;
    overflow: hidden;
}
.head-intern-page .sub-title-head{
    width: 702px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

.content-a-propos .description{
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #2C2C2C;
    margin: 0 auto 70px;
    max-width: 1080px;
}
.content-infos-countdown .content-text {
    padding-top: 189px;
}
.section-historique {
    padding: 80px 0;
}
.content-element-historique {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-video {
    width: 48%;
    margin: 0 5px;
}
.content-text-description {
    width: 48%;
    margin: 0 5px;
}
.content-text-description p{
    text-align: left;
    font-size: 17px;
    line-height: 36px;
}
.section-historique-statistique{
    background: url("../img/bg-rapport.png") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 50px 70px;
    margin: 90px 0 100px;
}
.section-historique-statistique .description-historique{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    max-width: 867px;
    margin: 0 auto 55px;
}
.theme-projet-historique{
    display: flex;
    justify-content: center;
}
.section-historique-statistique .element-projet {
    width: 13%;
    margin: 0 5px;
    display: flex;
    align-items: center;
}
.section-historique-statistique .element-projet img {
    width: 43px;
    margin-right: 15px;
    height: fit-content;
}
.section-historique-statistique .element-projet .number {
    font-weight: 600;
    font-size: 23px;
    color: #FFFFFF;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 2px;
    text-align: left;
}
.section-historique-statistique .element-projet .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.text-description-mission {
    font-size: 17px;
    line-height: 39px;
    color: #666666;
}
.ul-missions li{
    align-items: center;
    margin-bottom: 15px;
}
.ul-missions li p{
    margin-bottom: 0;
    margin-left: 12px;
}
.img-mission {
    height: 100%;
    max-height: 466px;
    width: 100%;
    object-fit: cover;
}
.section-objectifs{
    background: url("../img/bg-objectifs.png") no-repeat;
    background-size: cover;
    padding: 200px 0 0;
}
.section-objectifs h1{
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #FFFFFF;
    font-family: "Open-Sans-Bold";
    margin-bottom: 30px;
}
.section-objectifs .description-objectif{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 603px;
    margin-bottom: 60px;
}
.group-content-objectif{
    display: flex;
    flex-wrap: wrap;
}
.group-content-objectif .content-objectif{
    width: 33%;
}
.group-content-objectif .content-objectif .objectifs-text{
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #FFFFFF;
}
.group-content-objectif .content-objectif i{
    color: #FBBA00;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 4px;
}
.group-content-objectif .content-objectif {
    width: 32%;
    margin-right: 10px;
    margin-bottom: 50px;
}
.group-content-objectif .content-objectif .descriptif-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #D2D2D2;
}
.group-equipe{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.group-equipe .card-equipe{
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    padding: 30px 20px;
    width: 28%;
    margin: 0 25px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
}
.group-equipe .card-equipe:hover{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.group-equipe .card-equipe .logo-equipe{
    width: 80px;
    height: 80px;
    margin-bottom: 21px;
}
.group-equipe .card-equipe .logo-equipe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.group-equipe .card-equipe .nom-pays{
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #2C2C2C;
}
.group-equipe .card-equipe .text-descriptif-equipe{
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #666666;
}
.btn-card-equipe {
    background-color: #6CBE03 !important;
    width: 35px;
    height: 35px;
    margin-left: auto;
    bottom: 20px;
    position: absolute;
    padding: 3px 5px 8px !important;
    right: 25px;
}
.btn-card-storie {
    width: fit-content;
    min-width: 56px;
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.btn-voir-tout {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    background: #6CBE03;
    border-radius: 30px;
    padding: 8px 25px;
    width: fit-content;
    margin: 50px auto 0;
    display: flex;
}
.section-decouvrir-autres{
    display: flex;
}
.section-decouvrir-autres .block-section-decouvrir{
    display: flex;
    align-items: center;
    height: 330px;
    width: 33.5%;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.section-decouvrir-autres h4{
    font-weight: 600;
    font-size: 29px;
    line-height: 39px;
    color: #FFFFFF;
    font-family: "Open-Sans-Semi-bold";
}
.section-decouvrir-autres a{
    font-size: 18px;
    line-height: 25px;
    color: #EDEDED;
    margin: 0 auto;
}
#projetsBg{
    background: url("../img/bgProjets.png") no-repeat;
}
#rapportBg{
    background: url("../img/bgRapports.png") no-repeat;
}
#impactBg{
    background: url("../img/bgImpact.png") no-repeat;
}
.img-centre-de-recherche{
    width: auto;
    height: 100%;
    margin-right: auto;
}
.description-text-centre-de-recherche{
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #000000;
    padding-top: 60px;
}
.block-hub-de-recherche{
    background: url("../img/bg-hub-de-recherche.png") no-repeat;
    background-size: cover;
    width: 649px;
    height: 274px;
    padding: 30px 79px;
}
.block-hub-de-recherche h2{
    font-weight: 400;
    font-size: 20px !important;
    line-height: 27px !important;
    text-transform: uppercase;
    color: #FFFFFF;
}
.block-hub-de-recherche p{
    font-size: 21px;
    line-height: 29px;
    color: #FFFFFF;
    font-family: "Open-Sans-Bold";
    max-width: 409px;
}
.card-hub-de-recherche{
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 460px;
    position: relative;
}
.card-hub-de-recherche:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.card-hub-de-recherche .head-hub-de-recherche{
    position: relative;
    height: 250px;
}
.card-hub-de-recherche .head-hub-de-recherche img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-hub-de-recherche .head-hub-de-recherche .pays{
    background: #FBBA00;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    font-family: "Open-Sans-Semi-bold";
    width: fit-content;
    position: absolute;
    bottom: -16px;
    left: 0px;
    padding: 9px 18px;
}
.section-hub-de-recherche .container-modife-top {
    margin-top: -80px;
}
.card-hub-de-recherche .body-card {
    padding: 25px 20px;
}
.card-hub-de-recherche .body-card .title-hub-de-recherche {
    font-size: 20px;
    line-height: 25px;
    color: #29682D;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 15px;
}
.card-hub-de-recherche .body-card .description-card-hub{
    font-weight: 400;
    font-size: 15.5px;
    line-height: 27px;
    color: #2C2C2C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}
.block-img-section-recherche{
    height: 540px;
    margin-bottom: 45px;
}
.block-img-section-recherche img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title-centre-de-recherche{
    font-size: 26px;
    line-height: 30px;
    color: #2C2C2C;
    font-family: "Open-Sans-Bold";
    margin-bottom: 40px;
}
.caracteristique-title{
    font-size: 20px;
    line-height: 30px;
    color: #2C2C2C;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 0px;
}
.description-caracteristique{
    font-weight: 400;
    font-size: 17px;
    line-height: 33px;
    color: #666666;
    margin-bottom: 15px;
}
.img-double-trait {
    margin-bottom: 26px;
    margin-top: 15px;
    width: 40px;
    height: 9px;
}
.section-tabs {
    margin-top: 60px;
}
.section-tabs .nav-tabs li a{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-right: 20px;
}
.section-tabs .nav-tabs .active a{
    background: #FBBA00;
    border-radius: 6px;
    line-height: 19px;
    color: #000000;
    font-family: "Open-Sans-Semi-bold";
    padding: 8px 15px;
}
.section-tabs .nav-tabs .active a:hover{
    color: black !important;
}
.section-tabs .nav-tabs {
    border-bottom: unset !important;
    margin-bottom: 35px;
}
.section-tabs .tab-content .row img{
    height: 240px;
    width: 100%;
    margin-bottom: 33px;
}
.detail-section {
    padding: 80px 15px;
}
.first-section-impact {
    margin: 100px 0;
}
.first-section-impact .impact1Img{
    height: 469px;
    width: 47%;
}
.first-section-impact .d-flex{
    justify-content: space-between;
}
.first-section-impact .block-img-experience{
    width: 47%;
}
.first-section-impact .impact1Img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first-section-impact .impact2Img{
    width: 100%;
    height: 339px;
    margin-bottom: 20px;
}
.first-section-impact .impact2Img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first-section-impact .block-experience{
    background: #80BA27;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.first-section-impact .description-impact{
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #111111;
}
.padding-element {
    padding-right: 70px;
}
.text-experience {
    font-size: 21px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}
.text-experience span{
    font-size: 26px;
    font-family: "Open-Sans-Semi-bold";
}
.section-impact-statistique{
    background: url("../img/impact-bg.png") no-repeat;
    background-size: cover;
    padding: 80px 0 45px;
}
.section-impact-statistique .description-impact-stat{
    font-weight: 400;
    font-size: 22px;
    line-height: 42px;
    color: #FFFFFF;
    padding-right: 40px;
}
.section-impact-statistique .element-stat-impact img {
    width: 86px;
    height: 86px;
    margin: 0 auto 25px;
}
.section-impact-statistique .element-stat-impact {
    text-align: center;
}

.section-impact-statistique .element-stat-impact p{
    font-size: 23px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-family: "Open-Sans-Semi-bold";
}
.section-impact-statistique .content-stat-impact {
    justify-content: space-between;
    padding-right: 60px;
}
.item .card-stories{
    width: 100%;
}
.card-stories{
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    overflow: hidden;
}

.card-stories a {
    color: black;
    padding: 11px 20px;
    border-radius: 5px;
    background: rgba(251, 186, 0, 0.70);
    font-family: "Open-Sans-Semi-bold";
    margin: 10px 0 10px;
    display: block;
    width: fit-content;
    font-size: 15px;
}


.card-stories .head-card{
    height: 258px;
}
.card-stories .head-card img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.card-stories .name-autors{
    font-size: 20px;
    line-height: 27px;
    color: #2C2C2C;
    font-family: "Open-Sans-Semi-bold";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-stories .text-storie{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #151515;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.card-stories a{
    color: #6cbe03;
    text-decoration: none;
    background-color: transparent;
}
.card-stories .btn-card-storie img{
    width: 100% !important;
}
.section-etude-impact h2 {
    margin-bottom: 40px;
}
.block-img-detail{
    width: 100%;
    height: 420px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 5px;
}
.block-img-detail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-projet-block .block-img-detail{
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ececec;
}
.detail-projet-block .block-img-detail img{
    width: 70%;
    height: 70%;
    object-fit: contain;
    margin: 55px auto;
}
.content-paneliste .tab-pane a {
    color: #76bd1d !important;
}
.name-autors-stories{
    font-family: "Open-Sans-Semi-bold" !important;
    font-size: 25px !important;
    line-height: 33px !important;
    color: #2a682d !important;
    margin-bottom: 20px !important;
}
.name-autors-stories b{
    color: #80BA27 !important;
}
.block-fa-text{
    width: fit-content;
    margin-bottom: 20px;
    display: flex;
}
.block-fa-text i{
    color: #80BA27;
    font-size: 15px;
    margin-right: 10px;
}
.block-fa-text p{
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 16px !important;
    color: #656565 !important;
    margin-bottom: 0 !important;
}
.section-detail-stories .storie-text{
    font-size: 17px;
    line-height: 31px;
    color: #666666;
    margin-bottom: 10px;
}
.right-block .head-right-block{
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #C8C8C8;
    margin-bottom: 33px;
    align-items: center;
}
.right-block .head-right-block a{
    font-size: 16px;
    line-height: 22px;
    color: #6CBE03;
    font-family: "Open-Sans-Semi-bold";
}
.right-block .body-right-block .card-right-block{
    display: flex;
    margin-bottom: 15px;
}
.right-block .body-right-block .card-right-block:last-child{
    margin-bottom: 0;
}
.right-block .body-right-block .card-right-block .block-img{
    width: 30%;
    height: 119px;
    margin-right: 15px;
}
.right-block .body-right-block .card-right-block .block-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-block .body-right-block .card-right-block .detail-element{
    width: 100%;
    margin-bottom: 16px;
}
.right-block .body-right-block .card-right-block .name-autors{
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 7px;
}
.right-block .body-right-block .card-right-block .description-storie{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #656565;
    margin-bottom: 0;
}

.section-detail-stories h3{
    font-family: "Open-Sans-Semi-bold";
    font-size: 20px;
    line-height: 41px;
    color: #2C2C2C;
    margin-bottom: 0px;
}
.padding-8 {
    padding-right: 45px;
}
.section-all-projets .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.section-all-projets .head p{
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #2C2C2C;
    max-width: 630px;
}
.content-custum-select {
    background: #E7E7E7;
    border-radius: 6px;
    width: fit-content;
    padding: 11px 20px;
}
.section-all-projets .head select{
    border: none;
    background: #E7E7E7;
    font-weight: 400;
    line-height: 31px;
    color: #111111;
}
.section-all-projets .head select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.content-custum-select i{
    font-size: 18px;
}
.navbar .dropdown-menu {
    margin: 18px 0 0 !important;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 11px 1.5rem !important;
}
.search-bar-block {
    display: flex;
    align-items: center;
    width: fit-content;
    background: #ffffff;
    z-index: 99;
    padding: 10px;
}
.search-bar-block .btn-hide-form {
    background: none;
    border: none;
    height: fit-content;
}
.search-bar-block .btn-hide-form svg{
    width: 30px;
    height: 30px;
}
.mb-0{
    margin-bottom: 0 !important;
}
.search-bar-block form input{
    width: fit-content;
    min-width: 361px;
    padding: 21px 15px !important;
    border-radius: 9px !important;
}
.form-control:focus {
    border-color: #fbba0057 !important;
    box-shadow: none !important;
}
.hide-element{
    display: none;
    animation: fadeInRight 1s ease-in-out;
    position: absolute;
    right: 0px;
}
.wb-search-btn{
    padding: 0 !important;
}
.wb-search-btn i{
    font-size: 20px;
    margin-top: -2px;
    margin-left: 10px;
    color: rgba(0,0,0,.5);
}
.variante-logo {
    width: 10%;
    height: 10%;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
    }
}
.left-element{
    display: none ;
    animation: slideRight 1s ease-in-out;
}
@keyframes slideRight {
    from {
        left: 68%; /* Position de départ, à gauche */
    }
    to {
        left: 100%; /* Position finale, à droite (100%) */
    }
}
.section-qui-sommes-nous {
    padding-top: 100px;
}
.card-intervention .block-img{
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
}
.card-intervention .block-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-intervention .title{
    text-align: center;
    font-size: 21px;
    font-family: "Open-Sans-Bold";
    line-height: 28px;
    margin-bottom: 15px;
}
.card-intervention .description{
    color: #52525B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.btn-voir {
    padding: 0;
    height: fit-content;
    color: #67B205;
    font-size: 17px;
    font-weight: 600;
}
.btn-voir i{
    margin-left: 10px;
}
.section-etude-impact h3{
    font-family: "Open-Sans-Bold";
    font-size: 25px;
    color: #2C2C2C;
    margin-bottom: 22px;
}
.section-etude-impact .subFigure {
    margin-bottom: 0;
}
.section-first-mission h2{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-family: "Open-Sans-Bold";
    margin-bottom: 0px;
}
.section-first-mission h3{
    color: #2C2C2C;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}
.section-first-mission .description{
    color: #111;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    padding-right: 30px;
}
.section-first-mission ul li{
    list-style: none;
    margin-bottom: 15px;
}
.section-first-mission ul li span{
    color: #111;
    font-size: 16px;
    line-height: 30px;
}
.section-first-mission ul li .fa{
    color: #78bc1e;
    font-size: 17px;
}
.section-first-mission .img-mission{
    height: 100%;
    width: 100%;
    margin-left: auto;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}
.h3-plan-strategique{
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #2C2C2C;
    width: 1135px;
    margin: 0 auto 43px;
}
.h3-plan-strategique b{
    color: #000000;
}
.section-plan-strategique .content-plan-stratégique{
    max-width: 858px;
    margin: 0 auto;
}
.card-plan-strategique{
    border-radius: 20px;
    border: 1px solid #E4E4E7;
    background: #008800;
    padding: 20px;
    display: flex;
    height: 100%;
}
.content-plan-stratégique .col-md-6 {
    margin-bottom: 15px;
}
.card-plan-strategique:hover{
    border: 1.7px solid #E4E4E7;
}
.card-plan-strategique img{
    height: 21px;
    margin-right: 13px;
    margin-top: 2px;
}
.card-plan-strategique p{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
}
.card-plan-strategique p b{
    font-family: "Open-Sans-Bold";
}
.section-etique .card-plan-strategique {
    margin-bottom: 0;
    height: 100%;
}
.section-content-inr .description{
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
    width: 100%;
    margin: -15px 0 55px;
}
.content-inr{
    display: flex;
    flex-wrap: wrap;
}
.content-inr a{
    width: 21%;
    margin: 0 auto 30px;
}
.content-inr img{
    height: 195px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.content-inr p{
    color: #2A692E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.card-partenaires{
    width: 45%;
    margin: 0 30px 38px;
    border: 1px solid #dedede;
    padding: 22px 15px;
    display: flex;
    border-radius: 11px;
}
.card-partenaires:hover{
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.09);
}
.card-partenaires .block-img{
    width: 140px;
    height: 120px;
    margin-right: 37px;
}
.card-partenaires .block-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-partenaires .block-infos-partenaires {
    display: grid;
    padding-top: 9px;
}
.card-partenaires .block-infos-partenaires p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #212529;
    font-weight: 600;
    line-height: 19.2px;
    font-size: 17px;
}
.card-partenaires .block-infos-partenaires a{
    color: #027609;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.content-team .members{
    width: 22%;
    margin: 0 15px 50px;
    text-align: center;
}
.content-team .members:hover{
    box-shadow: 0px 1px 1px 1px #c8c8c84f;
    padding-bottom: 10px;
}
.content-team .members .block-img{
    width: 100%;
    height: 231px;
    border-radius: 100%;
    margin: 0 auto 18px;
    transition: transform 0.3s ease;
}
.content-team .members .block-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-team .members .name{
    color: #101828;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}
.content-team .members .poste{
    color: #FBBA00;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.description-etique{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 50px;
}
.block-signaler-incident{
    width: 35%;
    margin-right: 20px;
}

.status-open {
    color: green; /* Couleur verte pour Open */
}

.status-closed {
    color: red; /* Couleur rouge pour Closed */
}
.block-signaler-incident .element-img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.block-signaler-incident .element-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-signaler-incident .title-block, .bloc-comment-soumettre .title-block{
    color: #000;
    font-size: 20px;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 15px;
}
.block-signaler-incident .description-block{
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
}
.block-signaler-incident .btn-soumettre{
    padding: 12px 21px;
    border-radius: 10px;
    background: #29682D;
    color: #FFF;
    font-size: 15px;
    font-family: "Open-Sans-Semi-bold";
    height: fit-content;
}
.bloc-comment-soumettre .infos-contact i{
    font-size: 20px;
    color: #80BA27;
    margin-right: 11px;
    margin-top: 3px;
}
.bloc-comment-soumettre .infos-contact .fa-phone{
    font-size: 23px;
}
.section-more-infos-incident .infos-contact p{
    color: #000;
    font-size: 18px;
}
.section-more-infos-incident h2 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 25px;
}
.section-more-infos-incident h3 {
    font-family: "Open-Sans-Semi-bold";
    font-size: 20px;
    line-height: 30px;
    color: #2C2C2C;
    margin-bottom: 12px;
}
.section-more-infos-incident .text-faq {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}
.infos-contact {
    margin-right: 35px;
}
.card-publication{
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    overflow: hidden;
    min-height: 465px;
    position: relative;
    display: block;
}
.card-publication .block-img{
    position: relative;
    width: 100%;
    height: 217px;
}
.card-publication .block-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-publication .block-img .categori-tags{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #3C3C3C;
    font-size: 14px;
    font-family: "Open-Sans-Medium";
    margin-bottom: 0;
    padding: 6px 12px;
    border-radius: 3px;
    background: #F4F4F4;
}
.card-publication .title-publication{
    font-family: "Open-Sans-Semi-bold";
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    margin-top: 0 !important;
    color: #000000 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    margin-bottom: 10px !important;
}
.card-publication .text-publication{
    font-size: 15px;
    line-height: 24px;
    color: #656565;
    margin-bottom: 0;
    margin-top: 0px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.card-publication .body-card-pub p{
    font-size: 15px;
    line-height: 24px;
    color: #656565;
    margin-bottom: 0;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.card-publication .body-card-pub{
    padding: 20px 15px;
}
.card-publication .block-date-pub i{
    font-size: 21px;
    margin-right: 10px;
    color: #76bc22;
}
.card-publication .block-date-pub .date-publication{
    font-weight: 400;
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
    margin-top: 0;
}

.card-publication  a {
    color: black;
    padding: 11px 20px;
    border-radius: 5px;
    background: rgba(251, 186, 0, 0.70);
    font-family: "Open-Sans-Semi-bold";
    margin: 30px 0 10px;
    display: block;
    width: fit-content;
    font-size: 15px;
}


.figVeddete{
    margin-bottom: 60px !important;
}
.owl-carousel-img-slide .owl-item{
    height: 235px;
}
.owl-carousel-img-slide .owl-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-fait-equipe .description{
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 30px;
}
.btn-associer {
    color: #FFF !important;
    font-size: 16px !important;
    padding: 12px 25px !important;
    border-radius: 30px !important;
    background-color: #29682D !important;
    margin-bottom: 5px;
}
.filter-text-title {
    color: #000;
    font-size: 20px;
    font-family: "Open-Sans-Medium";
    margin-bottom: 7px;
}
.select-filter-block .filterby {
    word-wrap: normal;
    background: none;
    border: 1px solid #bebebe;
    width: fit-content;
    padding: 8px 7px;
    margin-right: 15px;
    font-size: 17px;
    border-radius: 7px;
}
.btn-group-layouts .btn {
    border: 1px solid #1a1a1a;
    padding: 9px 10px;
    font-size: 13px;
    margin: 0 10px;
    color: #04414d;
}
.btn-group-layouts .btn i {
    color: #29682D;
    font-size: 14px;
    margin-right: 6px;
}
.btn-group-layouts .active{
    background: #29682D;
    border: 1px solid #29682D;
    color: white;
}
.btn-group-layouts .active:hover{
    color: white !important;
}
.btn-group-layouts .active i{
    color: white;
}
.filter-layouts-btn-block {
    margin-bottom: 34px;
}
.list .card-projets {
    width: 100%;
    margin: 0 15px 35px;
    display: flex;
}
.list .card-projets .head-img-block {
    width: 35%;
    margin-right: 25px;
}
.list .card-projets .body-card .description-projets {
    -webkit-line-clamp: 3;
}
.section-nouvelle-vedette .card-evenement .title-event {
    margin-top: 15px;
    margin-bottom: 14px;
}
.tag-actualite {
    margin-bottom: 0;
    padding: 2px 10px;
    border-radius: 16px;
    background: #F4F4F4;
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}
.section-nouvelle-vedette .card-blog .detail-card-blog .date-ajout {
    margin-right: 0px;
    margin-bottom: 10px;
}
.section-nouvelle-vedette .card-blog .description-article {
    margin-bottom: 17px;
    -webkit-line-clamp: 3;
}
.section-nouvelle-vedette .col-lg-7 {
    padding-left: 40px;
}
.section-nouvelle-vedette .col-lg-5 {
    padding-right: 40px;
}
.section-nouvelle-vedette .card-blog .block-img {
    width: 44%;
}
.section-nouvelle-vedette .card-blog {
    margin-bottom: 40px;
}
.section-nouvelle-vedette .card-blog:last-child {
    margin-bottom: 0px;
}
.section-nouvelle-vedette .card-evenement .head-card {
    height: 240px;
}
.section-nouvelle-vedette a {
    color: unset !important;
    display: block;
}
.section-nouvelle-vedette a:hover {
    text-decoration: unset !important;
}
.section-dernier-nouvelle .grid .card-publication {
    width: 45%;
    margin: 0 15px 35px;
}
.section-dernier-nouvelle .list .card-publication {
    width: 100%;
    display: flex;
    min-height: 218px;
    margin-bottom: 35px;
}
.card-publication .list .body-card-pub {
    padding: 20px 15px;
    position: relative;
}
.section-dernier-nouvelle .right-block {
    height: 100%;
    border-left: 1px solid #65656591;
    padding-left: 33px;
    margin-left: 10px;
    padding-top: 2px;
}
section .search-input{
    padding: 0px 15px 0px 40px !important;
    border-radius: 11px !important;
    margin-bottom: 30px;
    min-height: 49px !important;
    border: 1px solid #909090;
}

.section-dernier-nouvelle .right-block .filter-text-title{
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 20px;
}
.section-dernier-nouvelle .right-block .select-filter select{
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #909090;
    min-height: 45px;
    margin-bottom: 30px;
}
.section-dernier-nouvelle .right-block .btn-filter{
    border-radius: 10px;
    background: #29682D;
    display: inline-flex;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Open-Sans-Medium";
    margin-top: 12px;
}
.fa-search-absolute{
    color: #909090;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.section-communique-presse .head-section {
    align-items: center;
    margin-bottom: 50px;
}
.section-communique-presse .card-publication {
    margin-bottom: 40px;
}
.section-communique-presse .content-block-patterns .card-patterns-communique{
    width: 35%;
    margin: 0 30px;
    background: url("../img/bg-espace-presse.png") no-repeat;
    background-size: cover;
    padding: 55px;
}
.content-block-patterns .card-patterns-communique .body-card-patterns{
    background: white;
    padding: 40px;
}
.content-block-patterns .card-patterns-communique .body-card-patterns .title{
    color: #101010;
    font-size: 20px;
    line-height: 31px;
    font-family: "Open-Sans-Semi-bold";
}
.content-block-patterns .card-patterns-communique .body-card-patterns .description{
    color: #101010;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 32px;
}
.content-block-patterns .card-patterns-communique .body-card-patterns .btn-submit{
    padding: 10px 20px;
    border-radius: 5px;
    background: #29682D;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 0;
}
.section-ressource-presse h3 {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #2C2C2C;
    margin-top: -13px;
    margin-bottom: 50px;
}
.section-ressource-presse .btn-voir-tous{
    padding: 11px 30px;
    border-radius: 13px;
    background: #29682D;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    margin: 35px auto 0;
    display: block;
}
.section-a-propos-coraf .description{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 33px;
}
.section-a-propos-coraf .btn-voir-tous{
    padding: 11px 30px;
    border-radius: 13px;
    background: #29682D;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
}
.block-partage-actu p{
    color: #000;
    font-size: 16px;
    font-family: "Open-Sans-Semi-bold";
    margin-right: 15px;
}
.block-partage-actu a{
    width: 33px;
    height: 33px;
    background: #2a682d;
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-partage-actu a i{
    width: 14px;
    height: 14px;
    color: #FFFFFF;
}
.group-tag-partage {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 55px;
}
.date-pub-bg-vert{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 9px 10px;
    border-radius: 4px;
    background: #29682D;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    width: 60px;
    font-family: "Open-Sans-Semi-bold";
}
.body-right-block ul li{
    list-style: none;
    margin-bottom: 15px;
}
.body-right-block ul li img{
    width: 20px;
    height: 7px;
    margin-right: 7px;
}
.body-right-block ul li p{
    color: #666;
    font-size: 18px;
}
.body-right-block .content-img .element-img{
    width: 130px;
    height: 90px;
    margin: 0 3px 10px;
}
.body-right-block .content-img .element-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-evenement .head-section{
    margin-bottom: 50px;
    align-items: center;
}
.section-evenement select{
    background: none;
    padding: 11px 15px 10px 10px;
    border: 1px solid #b4b4b4;
    border-radius: 9px;
}
.section-evenement .card-evenement {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-bottom: 40px;
}
.section-evenement .grid .card-evenement {
    width: 31%;
    margin: 0 15px 40px;
}
.section-evenement .list .card-evenement {
    display: flex;
}
.list .card-evenement .body-card-event .date-event {
    display: none;
}
.section-detail-stories .caracteristique-projet-block .head h3 {
    font-size: 18px;
    line-height: 25px;
    color: #81ba27;
    margin-bottom: 0px;
}
.caracteristique-projet-block .trait-orange{
    height: 8px;
    margin-top: -15px;
}
.section-detail-stories .caracteristique-projet-block {
    padding-top: 25px;
}
.detail-evenement {
    width: 80%;
    margin: 60px auto;
    border-radius: 10px;
    background: #f3f3f3ba;
    padding: 30px;
}
.detail-evenement .head{
    margin-bottom: 15px;
}
.detail-evenement .element-detail-evenement{
    width: 46%;
    margin-right: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.detail-evenement .element-detail-evenement:last-child{
    width: 100%;
    margin-bottom: 0;
}
.detail-evenement .element-detail-evenement i{
    height: fit-content;
    color: #76bc22;
    font-size: 20px;
    margin-right: 10px;
}
.detail-evenement .element-detail-evenement p{
    margin-bottom: 0;
    align-items: center;
}
.doc-block button {
    padding: 0;
    margin-top: -7px;
    margin-bottom: 7px;
}
.doc-block .btn-doawnload img {
    margin-right: 0px;
    height: fit-content;
    width: 24px;
}
.doc-block ul li p {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
}
.body-right-block .doc-block ul li {
    list-style: none;
    margin-bottom: 15px;
    align-items: center;
}
.card-centre-de-connaissance {
    border: 1px solid #909090;
    background: #FFF;
    padding: 35px;
    margin-bottom: 35px;
    border-radius: 9px;
}
.card-centre-de-connaissance:hover{
    box-shadow: 0px 0px 1.4px 1.4px #cacaca;
}
.card-centre-de-connaissance .title{
    color: #29682D;
    font-size: 18px;
    line-height: 32px;
    font-family: "Open-Sans-Semi-bold";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-centre-de-connaissance .title b{
    color: #29682D;
    font-size: 18px;
    line-height: 32px;
    font-family: "Open-Sans-Semi-bold";
}
.card-centre-de-connaissance .description{
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.card-centre-de-connaissance .btn-voir-card{
    border-radius: 5px;
    background: #29682D;
    display: inline-flex;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 19px;
}
.section-detail-centre-de-recherche .right-block .body-right-block .card-right-block .description-storie {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.section-detail-centre-de-recherche .right-block .body-right-block .card-right-block .description-storie b{
    color: #80BA27;
}
.section-detail-centre-de-recherche .right-block .body-right-block .card-right-block .block-img {
    height: 80px;
}
.description-directives{
    color: #2C2C2C;
    text-align: center;
    font-size: 19px;
    font-family: "Open-Sans-Medium";
    line-height: 37px;
    margin-bottom: 45px;
}
.section-directive-de-marque h2 {
    font-size: 19px;
    margin-bottom: 30px;
}
.section-directive-de-marque .content-tabs .col-md-3 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
.section-directive-de-marque .content-tabs .col-md-9 {
    flex: 0 0 79% !important;
    max-width: 79%  !important;
}
.section-directive-de-marque .nav-pills .nav-link {
    color: #565656;
    line-height: normal;
    width: fit-content;
}
.section-directive-de-marque .nav-pills .nav-link.active, .section-directive-de-marque .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #29682D !important;
    padding: 10px 1rem !important;
    margin: 10px 0;
}
.section-directive-de-marque .nav-item{
    margin-bottom: 5px;
}

.section-directive-de-marque  h3 {
    color: #000;
    font-size: 23px;
    line-height: normal;
    font-family: "Open-Sans-Medium";
    margin-bottom: 15px;
}
.section-directive-de-marque .content-tabs .active p {
    color: #2C2C2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 0;
}
.section-directive-de-marque .content-tabs .list-conseil li {
    margin-bottom: 10px;
}
.section-regleement-et-ligne-directive .contentPdf{
    display: flex;
    flex-wrap: wrap;
}
.section-regleement-et-ligne-directive .contentPdf a{
    width: 23%;
    margin: 0 10px 20px;
    padding: 15px;
    position: relative;
    height: 218px;
}
.section-regleement-et-ligne-directive .contentPdf .footerboxPdf{
    position: absolute;
    bottom: 12px;
    left: 19px;
}
.section-regleement-et-ligne-directive .contentPdf a:hover{
    text-decoration: none;
    border: 1px solid #dcdcdc;
}
.section-regleement-et-ligne-directive .contentPdf a .SubTitle{
    color: #545454;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-left: 3px solid #6cbe03;
    padding-left: 12px;
}
.section-regleement-et-ligne-directive .contentPdf a .name-document{
    color: #000000;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
}
.section-regleement-et-ligne-directive .contentPdf a .pdfText, .taille{
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.857px;
}
.section-regleement-et-ligne-directive .contentPdf a .pdfText{
    text-decoration: underline;
    margin-right: 5px;
}
.btn-sommettre-storie{
    color: #FFF !important;
    font-size: 18px !important;
    font-family: "Open-Sans-Semi-bold";
    padding: 10px 35px !important;
    display: block !important;
    width: fit-content;
    margin: 0 auto 20px;
    border-radius: 30px !important;
    background-color: #29682D !important;
}
.section-histoire-impact .card-right-block .block-img {
    height: 127px !important;
    width: 38%;
}
.section-histoire-impact .right-block .body-right-block .card-right-block {
    display: flex;
    margin-bottom: 20px;
}
.section-mon-propre-histoire form {
    display: flex;
    flex-wrap: wrap;
}
.section-mon-propre-histoire form .form-group {
    margin-bottom: 30px;
    width: 100%;
}
.section-mon-propre-histoire form .form-control {
    padding: 23px 15px !important;
}
.section-mon-propre-histoire form .form-control label {
    margin-bottom: 15px;
}
.section-mon-propre-histoire form textarea {
    width: 100%;
    border: 1px solid #ced4da;
}
.section-mon-propre-histoire form .sub-title{
    color: #212529;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Open-Sans-Medium";
}
.section-mon-propre-histoire form input[type="file"] {
    padding: 10px 15px 38px 15px !important;
}
.section-mon-propre-histoire form .sub-description{
    color: #6E7882;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}
.section-mon-propre-histoire .first-description {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    font-family: "Open-Sans-Medium";
    width: 840px;
    margin: 0 auto 60px;
}
.section-mon-propre-histoire h2 {
    font-size: 22px;
    line-height: 25px;
}
.section-mon-propre-histoire .col-50 {
    width: 47%;
    padding: 0;
    margin-right: 20px;
}
.section-mon-propre-histoire .col-50 {
    width: 47%;
    padding: 0;
    margin-right: 20px;
}
.section-mon-propre-histoire .btn-soumettre {
    padding: 10px 30px;
    border-radius: 30px;
    background: #29682D;
    color: white;
    margin-bottom: 45px;
    font-family: "Open-Sans-Semi-bold";
}
.section-mon-propre-histoire .content-card .card .tag-categories{
    position: absolute;
    top: 20px;
    left: 0;
    background: rgba(128, 186, 39, 0.79);
    color: white;
    display: flex;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 18.6px;
    text-transform: uppercase;
    font-family: "Open-Sans-Semi-bold";
}
.section-mon-propre-histoire .content-card .card .head{
    height: 197px;
    width: 100%;
}
.section-mon-propre-histoire .content-card .card .head img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-mon-propre-histoire .content-card .card .title{
    color: #212529;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Open-Sans-Semi-bold";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.section-mon-propre-histoire .content-card .card .description{
    color: #6E7882;
    font-size: 17px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
}
.section-mon-propre-histoire .content-card .card .date{
    color: #29682D;
    font-size: 18px;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 0;
}
.section-mon-propre-histoire .content-card .card {
    margin-bottom: 30px;
}
.head-for-filter form {
    justify-content: center;
    margin-bottom: 55px;
}
.head-for-filter form .form-group {
    display: grid;
    margin: 0 15px;
}
.head-for-filter form .form-group select {
    border-radius: 5px !important;
    border: 1px solid #909090;
    min-width: 230px;
    padding: 7px 10px 9px 15px !important;
}
.head-for-filter form .search-input {
    border-radius: 5px !important;
    margin-bottom: 0px;
    min-width: 350px;
}
.head-for-filter form .btn-recherche {
    color: #FFF;
    font-size: 14px;
    font-family: "Open-Sans-Semi-bold";
    border-radius: 5px;
    background: #29682D;
    min-width: 150px;
    min-height: 50px;
    margin-top: 28px;
    margin-left: 20px;
}
.content-tabs-modife .nav-pills {
    border-bottom: 1px solid #656565;
    padding-bottom: 15px;
}
.content-tabs-modife .nav-pills li a {
    font-family: "Open-Sans-Medium";
    color: #666;
    font-size: 20px;
    margin-right: 50px;
}
.content-tabs-modife .nav-pills li .active {
    color: #2C2C2C;
    font-size: 23px;
    font-family: "Open-Sans-Semi-bold";
    border-bottom: 2px solid #FBBA00;
    line-height: 33px;
    padding-bottom: 15px;
}
.content-tabs-modife .tab-content>.tab-pane {
    margin-top: 40px;
}
.head-for-filter .form-group img{
    position: absolute;
    left: 15px;
    top: 16px;
    height: 18px;
}
.card-opportinute{
    border-radius: 8px;
    border: 1px solid #ECEDF2;
    padding: 25px;
    margin-bottom: 35px;
}
.block-for-pagination .card-opportinute{
    width: 100%;
}
.card-opportinute:hover{
    box-shadow: 0px 1px 0px 2px #f6f6f6cc;
}
.card-opportinute .title{
    color: #202124;
    font-size: 16px;
    font-family: "Open-Sans-Semi-bold";
}
.img-svg-opportinute {
    height: 15px;
    color: #696969;
    margin-right: 5px;
    margin-top: 3px;
}
.map-opportinute,.date-ajout-opportinute {
    color: #696969;
    font-size: 15px;
    margin-bottom: 0;
}
.description-opportinute {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 27px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.card-opportinute a {
    color: black;
    padding: 11px 20px;
    border-radius: 5px;
    background: rgba(251, 186, 0, 0.70);
    font-family: "Open-Sans-Semi-bold";
    margin: 30px 0 10px;
    display: block;
    width: fit-content;
    font-size: 15px;
}
.block-apercu-emploie{
    border-radius: 8px;
    border: 1px solid #ECEDF2;
    padding: 30px;
    width: 75%;
    margin: 50px auto 60px;
}
.block-apercu-emploie .text-apercu{
    color: #202124;
    font-size: 17px;
    font-family: "Open-Sans-Semi-bold";
    text-align: center;
}
.block-apercu-emploie img{
    height: 22px;
    margin-right: 11px;
    margin-top: 4px;
}
.block-apercu-emploie .element-block-apercu .first-title{
    color: #202124;
    font-size: 16px;
    margin-bottom: 0.5px;
}
.block-apercu-emploie .element-block-apercu .details-title{
    color: #696969;
    font-size: 15px;
    margin-bottom: 0px;
}
.element-block-apercu {
    margin-right: 50px;
}
.btn-postuler{
    color: #202124 !important;
    font-size: 17px !important;
    font-family: "Open-Sans-Semi-bold";
    border-radius: 5px !important;
    background-color: #FBBA00 !important;
    padding: 7px 30px !important;
}
.content-emploie h3 {
    color: #2C2C2C;
    font-size: 20px;
    font-family: "Open-Sans-Semi-bold";
    margin-bottom: 15px;
}
.content-emploie .description-emploi{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}
.content-emploie li {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 13px;
}
.content-emploie li:last-child {
    margin-bottom: 30px;
}
.cv-group input {
    padding-bottom: 37px !important;
    padding-top: 8px;
}
.section-candidature-spontane .form-group{
    width: 46%;
    margin: 0 25px 30px;
}

.section-candidature-spontane .btn-soumettre{
    padding: 12px 21px;
    border-radius: 10px;
    background: #29682D;
    color: #FFF;
    font-size: 15px;
    font-family: "Open-Sans-Semi-bold";
    height: fit-content;
}


.section-candidature-spontane .title-block{
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    margin-bottom: 30px;
}
.section-candidature-spontane .block-form {
    border-radius: 3px;
    border-top: 3px solid #80BA27;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
    padding-top: 30px;
}
.section-candidature-spontane .block-form .input-group {
    border: 1px solid #ced4da;
    align-items: center;
    min-height: 46px;
}
.section-candidature-spontane .block-form .input-group .form-control {
    border: none !important;
    padding: 4px 14px;
}
.section-candidature-spontane .block-form .input-group .input-group-addon {
    border-right: 2px solid #ced4da;
    height: 38px;
    padding: 7px 15px;
}
.section-candidature-spontane .fr-wrapper {
    min-height: 250px;
}
.section-candidature-spontane .sub-title{
    width: 18%;
    margin-right: 10px ;
    color: #333;
    font-size: 14px;
    font-family: "Open-Sans-Semi-bold";
}
.section-candidature-spontane .group-reference .form-group {
    width: 46%;
    margin: 0 15px 30px;
}
.section-content-partenaires h2{
    font-size: 19px;
    margin-bottom: 60px;
    text-align: center;
    line-height: 35px;
}
.card-intervention {
    margin-bottom: 50px;
}
.section-etude-impact{
    background: #123145;
    padding: 60px 0;
}
.section-etude-impact h3{
    color: #FFFFFF !important;
}
.section-etude-impact .d-flex a{
    color: white !important;
}
.card-etude-impact{
    width: 18%;
    background: white;
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}
.card-etude-impact:hover {
    transform: scale(1.1); /* Increase the size by 10% */
}
.card-etude-impact .img-block{
    width: 100%;
    height: 250px;
}
.card-etude-impact .img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-etude-impact .body-card .name-file{
    color: black;
    font-weight: 500;
    font-size: 15px;
}
.card-etude-impact .footercard {
    width: fit-content;
}
.card-etude-impact .footercard a{
    background: #81ba27;
    color: white;
    width: 32px;
    height: 32px;
    display: block;
}
.card-etude-impact .footercard a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pagination-container, .pagination-container-2 {
    justify-content: center;
    display: flex;
    padding: 40px 0 100px;
    flex-wrap: wrap;
    width: 100%;
}
.pagination-container button, .pagination-container-2 button{
    border-radius: 2px;
    border: 1px solid #E4E6EF;
    background: #FFF;
    padding: 10px 15px;
    color: #737373;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pagination-container .active, .pagination-container-2 .active{
    border-radius: 2px;
    border: 1px solid #E4E6EF;
    background: #2a682d !important;
    color: white !important;
}
.search-centre {
    min-width: 333px;
    margin-bottom: 30px !important;
}
.date-lime-candidature p, .date-lime-candidature i {
    color: #ff0000;
}
.retour {
    color: #676767;
    margin: 0 20px;
}
.btn-voir-site{
    background-color: #81ba27 !important;
    color: white !important;
    padding: 10px 25px 11px !important;
    font-size: 18px !important;
    border-radius: 35px !important;
    margin: -25px 0 80px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 (hauteur/largeur) */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-partage-actu{
    margin-bottom: 30px;
}
.block-sub-head-presse .subFigure {
    width: 137px;
    height: 25px;
    margin: 10px auto 30px;
    display: flex;
}
.card-etude-impact .body-card {
    min-height: unset;
}
.btn-unique{
    padding: 10px 25px !important;
    font-size: 16px !important;
    min-width: 160px;
}
.accordionFAQ .btn-link{
    color: #0a5a35 !important;
}
.section-all-projets .form-search {
    width: 30%;
    margin-bottom: 9px;
}
.section-ressources .body-card {
    background: #8080800f;
    border: 1px solid #80808014;
}
.section-ressources .head-for-filter {
    margin-bottom: 110px;
}
.section-ressources .card-etude-impact {
    margin-bottom: 50px;
}
.resultat-section {
    padding-top: 25px;
}
.text-affliate {
    color: #000;
    text-align: center;
    font-family: Open Sans;
    font-size: 19px;
    font-weight: 400;
    width: 71%;
    margin: 0 auto 60px;
}
.group-chiffre .element{
    margin: 0 10px;
    padding: 10px 10px 27px 10px;
    width: 48%;
}
.group-chiffre .element:last-child{
    border-right: 0px;
}
.group-chiffre .element img{
    margin-top: 5px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
}
.group-chiffre .element .chiffre{
    color: #28a745;
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 600;
}
.group-chiffre .element .text-element{
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 7px;
}
.group-chiffre {
    margin-bottom: 50px;
}
.content-resultat .card-etude-impact {
    margin-bottom: 33px;
}
.pays-content{
    width: 16%;
    margin: 0 0px 30px;
    text-align: center;
}
.pays-content img{
    width: 65px;
    margin-bottom: 20px;
}
.pays-content .name-pays{
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
}
.pays-content .chiffre-pays{
    color: #FBBA00;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
.absolute-bg-black {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000047;
}
.head-intern-page .container{
    z-index: 9;
}
.h2-directive-de-marque{
    font-size: 22px !important;
    margin-bottom: 40px !important;
}
.tab-pane h4{
    font-size: 18px;
    color: #76BC21;
    font-weight: 700;
    margin-bottom: 16px;
}
.tab-pane ul li {
    list-style: auto;
    margin-bottom: 7px;
    font-size: 18px;
    color: #666666;
}
.content-with-img {
    overflow: hidden;
}
.content-with-img img {
    width: 100%;
    margin: 25px 0;
}
.list .card-publication .block-img {
    position: relative;
    width: 284px;
    height: auto;
    overflow: hidden;
}
.list .card-publication .body-card-pub {
    padding: 20px 15px;
    width: 67%;
}
.modal-incident .modal-dialog {
    max-width: 600px;
}
.group-area{
    padding: 0 15px;
    margin: 15px 0 25px;
}
.modal-incident .btn-soumettre {
    background-color: #6CBE03 !important;
    border-radius: 30px !important;
    border: none !important;
    color: white !important;
    margin: 28px 0px 25px 16px;
    padding: 9px 20px;
    font-family: "Open-Sans-Semi-bold";
}
.img-block canvas{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.vision-texte {
    width: 55%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #000000;
}
.objectif-sub-title{
    font-size: 20px !important;
    line-height: 38px !important;
    margin-bottom: 30px !important;
}
.newlestter-section form .btn-abonner{
    color: white !important;
}
.descriptif-gouvernancve{
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
    padding-right: 19px;
}
.faq-section h2 {
    font-family: "Open-Sans-Bold";
    font-size: 17px !important;
    line-height: 41px !important;
    color: #0a0a0a;
    margin-bottom: 22px !important;
}
.faq-section .btn-link {
    color: #0a5a35 !important;
}
.faq-section h2 {
    margin-bottom: 0 !important;
}
.faq-section p {
    font-size: 17px;
    line-height: 34px;
}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.block-hub-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#modal-histoire .modal-dialog {
    max-width: 700px;
}

#modal-histoire .btn-soumettre{
    background-color: #6CBE03 !important;
    border-radius: 10px !important;
    padding: 11px 30px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    width: fit-content;
    margin: 30px auto;
    display: block;
    color: white;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #76bd1d !important;
}
.block-input-newlestter-modal input{
    height: calc(1.5em + 0.75rem + 14px);
}
.block-input-newlestter-modal .form-group, .block-input-newlestter-modal input{
    width: 100%;
}
#modalNewwlestter .btn-abonner {
    background-color: #fbba00 !important;
    width: fit-content;
    margin: 40px auto 0;
    display: block;
    min-width: 410px;
}
.navbar-brand img{
    width: auto;
    height: 79px;
}
.col-md-7 center img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-link {
    color: #2a682d !important;
}
.page-item.active .page-link {
    background-color: #81ba27 !important;
    border-color: #81ba27 !important;
}
.pagination {
    margin: 0 auto !important;
}
.entry-content{
    max-width: 100% !important;
    padding: 0 !important;
}
.entry-content p, .content-paragraphe p{
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #191919;
    font-family: "Open-Sans-Regular";
    margin-bottom: 30px;
}
.content-paragraphe a {
    color: #76bd1d !important;
}
.empty-block{
    width: 100%;
}
.empty-block img{
    width: 40%;
    height: 40%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.btn-success {
    color: #fff;
    background-color: #76bd1d !important;
    border-color: #76bd1d !important;
}
.filter-layouts-btn-block  .btn-success {
    min-width: 100px;
}
.card-etudee-impact-ressource {
    margin-bottom: 50px;
    background: #e9e9e9;
    padding-top: 23px;
}
.block-paginatioon{
    width: fit-content;
    margin: 0 auto 35px;
    display: block;
}
.navbar-nav {
    margin-right: 39px;
}
.conveythis-no-translate {
    right: 115px !important;
    top: -42px !important;
    height: fit-content !important;
}
.conveythis-widget-main {
    height: 37px !important;
    padding-left: 10px !important;
}
#opportinute-du-moment .head-for-filter form .form-group select {
    padding: 12px 13px 14px 38px !important;
}
.new-card-project .block-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin: 25px auto 0;
    display: block;
}
.btn-plus{
    height: fit-content;
    font-size: 18px;
    line-height: 33px;
    color: #6cbf03;
    font-family: "Open-Sans-Semi-bold";
    margin-right: 25px;
}
.btn-plus i{
    margin-left: 5px;
}
.list .card-evenement .head-card {
    height: 250px;
    overflow: hidden;
    width: 325px;
}
.block-world{
    width: 190px;
    margin: 0 auto;
}
.block-world img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-partenership p {
    padding: 0 23px;
    text-align: center;
    line-height: 30px;
}
.mt-100{
    margin-top: 100px;
}
.section-detail-carriere h1 {
    font-size: 21px;
}
.section-detail-carriere h2 {
    font-size: 18px;
}
.tag-element span {
    background: #28a74526;
    padding: 8px 16px 12px;
    border-radius: 9px;
    color: #28a745;
    font-weight: 500;
    margin: 0 5px;
}
.block-date-projet .element-detail-evenement {
    width: 28%;
}
.block-date-projet .element-detail-evenement i{
    margin-top: 4px;
    margin-right: 7px;
}
.block-date-projet {
    margin-bottom: 20px;
}
.block-partenaire .title , .block-statut .title{
    font-size: 18px;
    line-height: 25px;
    color: #81ba27;
    margin-bottom: 0px;
    margin-right: 15px;
}
.block-partenaire, .block-statut {
    margin-bottom: 20px;
}
.block-partenaire img {
    height: 59px;
    margin-right: 25px;
}
.block-statut .statut {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    padding: 7px 15px;
    background: #00000012;
    font-weight: 600;
    border-radius: 8px;
}
.block-statut{
    margin-bottom: 70px;
}
.section-detail-stories .content-tabs-modife .nav-pills li {
    width: 50%;
    text-align: center;
}
.section-detail-stories .content-tabs-modife .nav-pills li {

}
.section-detail-stories .content-tabs-modife .nav-pills li a {
    width: 100%;
    display: block;
    padding: 10px;
}
.section-detail-stories .content-tabs-modife .nav-pills li .active {
    color: #2C2C2C;
    font-size: 20px;
    border: 1.5px solid #2C2C2C;
    border-radius: 9px;
}
.section-detail-stories .content-tabs-modife .nav-pills li:hover {
    color: #fff;
    font-size: 20px;
    border: 0;
    border-radius: 9px;
    background: #ffc107;
}
.section-detail-stories .content-tabs-modife .nav-pills li:hover a{
    text-decoration: none;
    border: 0;
}
.section-detail-stories .content-tabs-modife .nav-pills {
    padding-bottom: 0;
}
.section-detail-stories h4 {
    font-size: 16px;
    line-height: 25px;
    color: #81ba27;
    margin-bottom: 0px;
}
.section-detail-stories .context {
    margin-bottom: 20px;
}
.group-actu .card-publication {
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    overflow: hidden;
    min-height: 440px;
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.context p{
    font-size: 17px;
    line-height: 31px;
    color: #666666;
    margin-bottom: 10px;
}
.nav-ag .navbar-nav .nav-link {
    color: rgb(255 255 255 / 85%) !important;
    font-size: 16px !important;
    font-family: "Open-Sans-Semi-bold" !important;
}
.nav-ag .nav-link.active {
    color: #ffc107 !important;
    font-size: 18px !important;
}
.nav-ag img {
    height: 56px;
}
.nav-ag .nav-link {
    padding: 0px 10px !important;
}
.nav-ag.scrolled-ag .navbar-nav .nav-link{
    color: rgb(0 0 0 / 85%) !important;
}
.nav-ag.scrolled-ag .navbar-nav .active{
    color: #ffc107 !important;
}
.content-ag .date-block {
    z-index: 9;
    position: relative;
    background: none;
}
.text-date-block {
    text-align: center;
    font-size: 35px;
    color: white;
    font-family: "inter-light";
}
.content-ag h1{
    color: white;
    font-size: 65px;
    font-weight: 500;
    text-align: center;
    margin: 45px auto 45px;
}
.countdown {
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 37%;
    margin: -69px auto 0;
    background: #09764d;
    padding: 25px 58px;
    position: relative;
    z-index: 9;
    font-family: "inter-bold";
    font-size: 34px;
    border-radius: 16px;
}
.countdown span {
    font-size: 16px;
    color: #ffffff;
    margin-top: -5px;
    font-family: "Open-Sans-Semi-bold";
}
.countdown div {
    display: grid;
}
.content-infos-countdown{
    height: 87%;
}
.container_mouse {
    text-align: center;
    margin-top: -20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.container_mouse .mouse-btn {
    margin: 10px auto;
    width: 40px;
    height: 80px;
    border: 2px solid white;
    border-radius: 30px;
    display: flex;
    position: relative;
    z-index: 9;
}

.container_mouse .mouse-btn .mouse-scroll {
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    margin: auto;
    animation: scrolling 1s linear infinite;
}


@keyframes scrolling {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(20px);
    }
}

.section-a-propos-ag{
    padding: 130px 0;
    background: #09764d;
    color: white;
}
.section-a-propos-ag h2 {
    font-size: 25px !important;
    color: #181818;
    margin-bottom: 20px !important;
}
.section-a-propos-ag .content-img{
    width: 45%;
    height: 100%;
    margin: 0 auto;
}
.section-a-propos-ag .content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 15px;
}
.section-a-propos-ag .content-text{
    width: 51%;
}
#a-propos .content-img {
    width: 43%;
    height: 100%;
    margin: 40px 0 0 auto;
}
.section-a-propos-ag .description-ag{
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    font-family: "inter-light";
}
.section-programe h2 {
    font-size: 26px !important;
    line-height: 41px !important;
    color: #181818;
    margin-bottom: 22px !important;
    font-weight: 700 !important;
}
.img-text-a-propos-ag {
    height: 27px;
    margin-right: 15px;
}
.text-a-propos-ag {
    color: #000000;
}
.mission-text{
    margin-bottom: 32px;
}
.group-mission{
    margin-bottom: 20px;
}
.second-section-ag {
    background: black;
    margin-bottom: 150px;
}
.text-composition-delegue{
    font-size: 20px;
    color: white;
    margin: 70px 10px 0 60px;
    line-height: 43px;
}
.text-composition-delegue span{
    color: #ffc107 !important;
}
.second-section-ag .img-second-block{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.description-programme {
    color: #4C4C4C;
    font-size: 19px;
    width: 100%;
    margin: 0 auto 40px;
    line-height: 31px;
    font-family: "inter-light";
}
.blog-logo-evens {
    height: 330px;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.blog-logo-evens img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.btn-Telecharger-ag{
    background: #76BD1D !important;
    padding: 15px 27px !important;
    color: white !important;
    font-weight: 600 !important;
    margin-right: 27px;
    font-size: 15px !important;
    height: fit-content;
    border-radius: 10px !important;
    overflow: hidden;
    font-family: "inter-semi-bold";
}
.content-reserve-btn a{
    background-color: #76BD1D29 !important;
    color: #76BD1D !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 16px 40px !important;
    height: fit-content !important;
    border-radius: 10px !important;
    overflow: hidden;
    font-family: "inter-semi-bold" !important;
}
.content-programme .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #181818;
    background-color: #FBB900 !important;
    font-weight: 600;
}
.content-programme .nav-pills .nav-link {
    font-weight: 600;
    font-size: 15px;
    color: #181818;
    padding: 16px 7px;
    border: 1px solid rgba(251, 185, 0, 1);
    border-radius: 9px;
    margin: 0 9px 0 0;
}

.content-programme .nav-pills img{
    margin-right: 6px;
    height: 20px;
}
.content-programme .tabbable .nav-pills {
    margin-left: 0px;
}
.content-programme .detail-programme {
    padding-top: 30px;
}
.content-programme .detail-programme .sub-detail-bloc{
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    background: white;
    border-radius: 13px;
}
.content-programme .detail-programme .sub-detail-bloc .hours-bloc p{
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0;
}
.content-programme .detail-programme .sub-detail-bloc .description-detail .title{
    color: #181818;
    font-weight: 600;
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
    font-family: "inter-medium";
}
.content-programme .detail-programme .sub-detail-bloc .description-detail .description{
    color: #4C4C4C;
    margin-bottom: 0px;
    font-family: "inter-light";
    line-height: 30px;
}
.btn-telecharger-programme{
    background: #ffc107 !important;
    font-size: 20px !important;
    color: white !important;
    font-weight: 500;
    padding: 7px 25px !important;
    margin: 0 20px;
}
.btn-reserver-place{
    color: #ffffff !important;
    font-size: 16px !important;
    margin: 7px 0px;
    padding: 11px 18px !important;
    background-color: #76bd1d !important;
    border-radius: 9px !important;
    border: none;
    font-family: "inter-semi-bold";
}
.content-session-reservation button{
    color: #ffffff !important;
    font-size: 16px !important;
    margin: 7px 0px !important;
    padding: 11px 18px !important;
    background-color: #76bd1d !important;
    border-radius: 9px !important;
    border: none;
    font-family: "inter-semi-bold";
    height: fit-content !important;
}
.content-caption-btn button{
    color: #000000 !important;
    font-size: 16px !important;
    margin: 7px 0px !important;
    padding: 8px 25px !important;
    background-color: rgba(251, 185, 0, 1) !important;
    border-radius: 9px !important;
    border: none;
    font-family: "inter-semi-bold";
    height: fit-content !important;
}
.group-btn-ag-evens {
    margin: 55px 0;
}
.content-visite-block {
    margin: 50px 0 0;
}
.content-visite-block h3{
    color: #ffc107;
    margin-bottom: 24px;
}
.content-visite-block .description-visite{
    color: white;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 28px;
}
.content-visite-block ul li p{
    color: white;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 23px;
}

.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 0px auto;
    padding: 0 50px;
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 17px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
    color: #000000;
    font-weight: 600;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 16px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 24px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 0;
    line-height: 28px;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
input[type="checkbox"]:checked
~ .accordion-item-title
.icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}
.content-btn-reserve{
    margin: 60px 0;
}
.content-btn-reserve .btn{
    padding: 10px 40px !important;
}
.section-foire-innovateur .content-text {
    width: 50%;
    margin-right: 40px;
}
.section-foire-innovateur .description-ag {
    line-height: 35px;
}
.section-paneliste .owl-theme .owl-nav [class*=owl-] {
    font-size: 31px !important;
}
.section-paneliste .owl-theme .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -98px;
}
.section-paneliste .owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
    color: #29682d;
    text-decoration: none;
}
.section-paneliste .owl-carousel .owl-item .bloc-img {
    width: 100%;
    height: 290px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 22px;
}
.section-paneliste .owl-carousel .owl-item .bloc-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-paneliste .card-paneliste .name {
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.section-paneliste .card-paneliste .fonction{
    color: #28a745;
    margin-bottom: 0;
}
.section-paneliste{
    margin-bottom: 150px;
}
.section-foire-innovateur{
    margin-bottom: 60px;
    margin-top: 40px;
}
.section-programe {
    margin-bottom: 60px;
    padding-top: 80px;
    padding-bottom: 45px;
}
.section-bienvenue{
    margin: 135px 0 40px;
}
.section-bienvenue .content-text{
    width: 50%;
    margin-right: 55px;
}
.section-bienvenue .content-text{
    width: 47%;
    margin-right: 55px;
    margin-left: auto;
}
.section-bienvenue p {
    font-size: 19px;
    color: #1E1E1E;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 21px;
}
.section-bienvenue .content-img{
    height: 385px;
    width: auto;
    margin: 0 auto;
    max-width: 50%;
}
.section-bienvenue .content-img img, .img-foires{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-section-ag .btn-reserver-place{
    margin-left: 0;
    margin-bottom: 35px;
    padding: 10px 17px !important;
    background: #fbb900;
    color: white !important;
    border: none !important;
}
.section-gouvernance p {
    font-size: 19px;
    color: #1E1E1E;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    width: 80%;
    margin: 27px auto -12px;
}
#section-contact .desccription{
    font-size: 19px;
    color: #1E1E1E;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    width: 52%;
    margin: 27px auto 50px;
}
#section-contact .block-details .title{
    color: #76bd1d;
    font-size: 20px;
    font-weight: 500;
}
#section-contact .block-details .sub-title{
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
#section-contact .block-details ul {
    list-style: circle;
}
#section-contact .block-details ul li{
    margin-bottom: 18px;
    font-size: 17px;
}
.btn-reservation{
    background: #ffc107 !important;
    font-size: 17px !important;
    color: white !important;
    font-weight: 500;
    padding: 7px 25px !important;
}
.page-espace-presse-content .section-communique-presse .card-publication {
    margin-bottom: 40px;
    min-height: 462px;
}
.blog-evenement .btn-decouvrir {
    padding: 8px 20px !important;
    font-size: 16px !important;
    min-width: 138px;
    margin-top: 50px;
}
.card-stories .body-card {
    min-height: 195px !important;
}
.card-hub-de-recherche .body-card {
    min-height: 200px;
}
.section-more-infos-incident .accordion {
    max-width: unset;
    min-width: 320px;
    margin: 45px auto;
    padding: 0;
}
.section-img-slide .owl-carousel .owl-stage-outer {
    margin: 0px auto 40px;
}
#nav-element {
    padding: 17px 1rem 16px !important;
    position: fixed;
    top: 0;
}
.content-page {
    padding-top: 30px;
}
.section-resultat-search .card-projets, .section-resultat-search .card-etude-impact {
    width: 100%;
}
.section-resultat-search .card-etude-impact {
    background: #e9e9e966;
}
.section-resultat-search .card-publication , .section-resultat-search .card-evenement{
    margin-bottom: 40px;
}
.section-resultat-search .bloc-element{
    margin-bottom: 40px;
}
.section-resultat-search .bloc-element h2{
    margin-bottom: 34px !important;
}
.fa-calendar {
    font-size: 21px;
    margin-right: 5px;
    color: #76bc22;
}
.new-group-date p {
    color: #262626;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: -5px;
}
.group-card-projets .date-de-debut{
    margin-right: 15px;
}
.group-card-projets .group-date{
    margin-bottom: 18px;
    margin-top: 7px;
}
.search-bar-block form{
    position: relative;
}
.btn-search {
    position: absolute;
    right: 20px;
}
.section-histoire-impact .date-de-debut {
    margin-bottom: 12px;
}
.section-histoire-impact .card-stories .name-autors {
    margin-bottom: 7px;
}
.content-centre-de-recherche .faq-section .accordion {
    max-width: 100%;
    margin: 0px auto;
    padding: 42px 0px 0;
}
.content-inr a:hover{
    box-shadow: 0px 1px 1px 1px #c8c8c8;
}
.section-all-projets .group-card-projets .new-group-date {
    margin: 10px 0 15px;
}
.section-all-projets .card-projets .body-card .titre-projets {
    margin-bottom: 13px;
}
.content-card-communique .card-publication .block-date-pub{
    margin-top: 5px;
}
.list .card-evenement {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
}
.list .card-evenement .body-card-event {
    padding: 15px 20px;
    width: 72%;
}
.section-detail-stories .title-event{
    font-family: "Open-Sans-Semi-bold" !important;
    font-size: 28px !important;
    line-height: 33px !important;
    color: #2a682d !important;
    margin-bottom: 40px !important;
}

.caracteristique-projet-block a {
    color: #fbb900;
}
.content-actu-page .group-actu .block-date-pub {
    position: absolute;
    bottom: 22px;
    left: 20px;
}
.content-actu-page .list .block-date-pub {
    left: 305px;
}
.content-actu-page .col-lg-8 {
    padding-right: 0 !important;
}
.content-blog-page p{
    color: #656565;
    margin-bottom: 0;
}
.content-blog-page .block-date-pub {
    align-items: center;
}
.card-opportinute .first-title{
    margin-bottom: 0;
    margin-top: -1px;
}
.group-card-projets .map-block p {
    font-family: "inter-light";
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
    margin-left: 5px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.body-card-event .fa{
    color: #80BA27 !important;
}

.nav-ag .btn-moments {
    background: #fbb900;
    padding: 10px 10px 12px !important;
    border-radius: 8px;
}
.content-infos-countdown .content-text p {
    color: #ffffffb8;
    z-index: 999;
    position: relative;
    font-size: 16px;
    font-family: "Open-Sans-Semi-bold";
    text-transform: uppercase;
}
.content-infos-countdown h1 {
    color: white;
    font-size: 41px;
    position: relative;
    font-weight: 700;
    margin: -7px 0 38px;
    width: 70%;
    text-align: left;
}
.block-detail-head{
    position: relative;
    display: flex;
    align-items: center;
    background: #fbb900;
    height: fit-content;
    padding: 15px 25px;
    border-radius: 9px;
    margin-right: 25px;
}
.block-detail-head p{
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Open-Sans-Semi-bold" !important;
    margin-left: 10px;
}
.img-logo-ag{
    height: 138px;
    margin: 25px auto 0;
    display: block;
}
.texte-bienvenue{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    color: #0a0a0a;
    font-family: "inter-semi-bold";
}
.texte-bienvenue span{
    color: #76BD1D;
}
.texte-first-desccription{
    font-family: "inter-light";
    line-height: 31px;
    margin-bottom: 0;
    font-size: 17px;
}
.texte-second-description{
    color: #181818;
    font-family: "inter-light";
    margin-bottom: 7px;
}
.texte-trird-description{
    font-size: 18px;
    color: #181818;
    font-family: "inter-medium";
}
.first-section-ag {
    padding: 80px 0 130px;
    background: white;
}
.secction-count-down {
    background: white;
}
.content-ag{
    background: #F2F2F2;
}
.section-reservation-place-tab{
    background: white;
    padding: 100px 0;
}
.section-reservation-place-tab h2 {
    font-size: 24px !important;
    color: #181818;
    margin-right: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    width: 22%;
}
.section-reservation-place-tab .description{
    color: #4C4C4C;
    font-family: "inter-light";
    font-size: 17px;
    line-height: 29px;
}
.content-paneliste{
    border: 1px solid #c3beb2c7;
    border-radius: 13px;
    padding: 35px 35px 15px;
    margin-top: 51px;
}
.section-reservation-place-tab .nav-pills .nav-link {
    border-radius: 0.25rem;
    width: fit-content;
    border: 1px solid #FBB900;
    color: #181818;
    font-weight: 500;
    padding: 9px 20px;
    margin-right: 35px;
}
.section-reservation-place-tab .nav-pills .nav-link.active, .section-reservation-place-tab .nav-pills .show>.nav-link {
    color: #181818 !important;
    background-color: #FBB900 !important;
}
.section-reservation-place-tab .nav {
    margin-bottom: 28px !important;
}
.section-reservation-place-tab .tab-content p{
    color: #4C4C4C;
    font-weight: 400;
    line-height: 28px;
}
.foire-aux-innovateurs-section{
    padding: 100px 0;
}
.foire-aux-innovateurs-section h2, .section-visite-site-carousel h2{
    color: #181818;
    font-weight: 700;
    font-size: 24px;
}
.foire-aux-innovateurs-section p{
    color: #4C4C4C;
    font-family: "inter-light";
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 32px;
}
.foire-aux-innovateurs-section img{
    width: 95%;
    height: 100%;
    object-fit: cover;
    margin: -13px auto 0;
    display: block;
    border-radius: 44px;
    overflow: hidden;
}
.section-visite-site-carousel{
    background: white;
    padding: 100px 0;
}
.section-visite-site-carousel .description-block{
    color: #4C4C4C;
    font-size: 17px;
    width: 38%;
    line-height: 27px;
    margin-bottom: 50px;
}
.section-visite-site-carousel .carousel-control-next {
    margin-left: 20px;
}
.section-visite-site-carousel .content-btn-carousel a {
    width: 35px !important;
    position: relative;
    top: unset;
    left: 0;
    bottom: unset;
    right: 0;
}
.section-visite-site-carousel .content-btn-carousel a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-btn-carousel{
    padding: 15px;
    position: absolute;
    left: 55px;
    top: 96px;
    bottom: unset;
    display: none;
}
.section-visite-site-carousel .carousel-item .container{
    padding-top: 50px;
    text-align: left;
}
.section-visite-site-carousel h5{
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 25px;
}
.section-visite-site-carousel .carousel-caption p {
    color: #ffffff;
    font-size: 20px;
    line-height: 37px;
    text-align: left;
    margin-bottom: 13px;
    width: 60%;
    font-family: "inter-light";
}
.section-visite-site-carousel .btn-reserver-place {
    color: #000000 !important;
    background-color: #FBB900 !important;
    font-family: "inter-semi-bold";
}
.section-visite-site-carousel .carousel-inner .carousel-item {
    height: 580px;
}
.section-visite-site-carousel .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-Intervenants {
    background: white;
}
.section-Intervenants h2{
    text-align: center;
    color: #181818;
    font-weight: 700;
    margin-bottom: 50px !important;
}
.card-intervenants {
    height: fit-content;
    border: 1px solid #EAE9DD;
}
.card-intervenants:hover {
    border: 1.7px solid #76bd1d78;
}
.card-intervenants .body-card {
    padding: 20px 20px 25px;
    position: relative;
    min-height: unset;
}
.card-intervenants .body-card .name{
    color: #141405;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 17px;
    /*
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    */
}
.card-intervenants .body-card .poste{
    color: #9A9D88;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 14px;
}
.card-intervenants .body-card button{
    color: #68AA15;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 14px;
    background: none;
    border: none;
}
.card-intervenants .head-card-intervenant{
    height: 205px;
}
.card-intervenants .head-card-intervenant img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.content-owl-carousel {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.modal-intervenants .modal-dialog {
    max-width: 800px !important;
}
.modal-intervenants .modal-dialog p{
    font-family: "inter";
    line-height: 29px;
    margin-bottom: 25px;
}
.content-owl-carousel .owl-prev span{
    display: none !important;
    opacity: 0;
}
.content-owl-carousel .owl-prev {
    background: url("../img/owl-carousel-left.png") no-repeat !important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 134px;
    left: -65px;
}
.content-owl-carousel .owl-next {
    background: url("../img/owl-carousel-right.png") no-repeat !important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 134px;
    right: -65px;
}
.gouvernance-section{
    background: url("../img/gouvernance-bg.png") no-repeat !important;
    background-size: cover !important;
    padding: 156px 0 100px;
}
.gouvernance-section h2{
   text-align: center;
    color: white !important;
}
.gouvernance-section .description{
    color: white;
    width: 60%;
    margin: 35px auto 45px;
    font-size: 18px;
    text-align: center;
    line-height: 33px;
    font-family: "inter-light";
}
.gouvernance-section .btn{
    background: #FBB900 !important;
    color: #000000 !important;
    margin: 0 auto;
    display: block;
    font-family: "inter-semi-bold";
}
.section-documents{
    background: white;
    padding: 100px 0;
}
.section-documents h2{
    color: #181818 !important;
    margin-bottom: 20px;
}
.section-documents .block-docs{
    width: 23%;
    margin-right: 20px;
    background: white;
    padding: 30px 10px;
    border: 1px solid #76BD1D4D;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.section-documents .block-docs:hover {
    border: 2px solid #76bd1d78;
}
.section-documents .block-docs .doc-img{
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: white;
    display: block;
}
.section-documents .block-docs .title{
    color: #1F2F49;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
.section-documents .block-docs .btn-rapport{
    color: #76BD1D;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
}
.section-documents .block-docs .btn-rapport a img{
    height: 20px;
    margin-left: 12px;
}
.footer-ag .absolute-element {
    background: #EFEFEF !important;
}
.footer-ag .description-element, .footer-ag h2 , .footer-ag .link-footer, .footer-ag .group-link-page-detail p{
    color: #181818 !important;
}
.footer-ag .group-link-page-detail i {
    color: #76bd1d !important;
}
.sub-footer-ag {
    background: #efefef;
    padding: 10px 0 30px;
}
.sub-footer-ag a, .sub-footer-ag p {
    color: #181818 !important;
    margin-right: 15px;
    font-size: 15px !important;
    margin-bottom: 0;
}
.sub-footer-ag a {
    font-size: 0;
}
.sub-footer-ag .block-sociaux .fa{
    color: #6cbe03 !important;
    font-size: 21px;
}
.sub-footer-ag .block-sociaux {
    margin-left: 100px;
}
.logo-footer-ag {
    margin-bottom: 0 !important;
    height: 60px !important;
    width: auto !important;
    margin-left: 20px;
    margin-top: 4px;
}
.logo-footer-ag img{
    object-fit: cover !important;
}
.hours-bloc {
    margin-bottom: 10px;
}
.description-detail ul li {
    list-style: circle !important;
}
.description-detail ul {
    padding-left: 15px;
}
.modal-programme .modal-body {
    background: #f2f2f2;
}
.modal-programme .modal-dialog {
    max-width: 700px;
}
.btn-show-more-date {
    font-size: 17px !important;
    color: #76bd1d !important;
    border: 1px solid !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    margin-top: 20px;
    border-radius: 10px !important;
}
.btn-show-more-date:hover {
    background: #76bd1d;
    color: white !important;
}
.conveythis-widget-language > div:first-child{
    z-index: 999;
}
.conveythis-language-arrow {
    z-index: 99999;
}
.content-paneliste ul li {
    margin-top: 15px;
}
.btn-formulaire {
    background-color: #09764d !important;
    color: #ffffff !important;
    padding: 15px 15px !important;
    border-radius: 8px !important;
    margin-top: 25px;
}
.btn-soumettre {
    background-color: #09764d !important;
    color: #ffffff !important;
    padding: 7px 15px !important;
    border-radius: 8px !important;
}
.section-visite-site-carousel-2 {
    background: white;
    padding: 100px 0 0 !important;
}
.title-sponsort {
    text-align: center;
    color: black;
    margin-bottom: 22px !important;
}
.description-sponsort {
    text-align: center;
    font-size: 18px;
    width: 64%;
    margin: 0 auto 50px;
}
.element-sponsors {
    width: 24%;
    margin-bottom: 43px;
}
.element-sponsors img{
    height: 66px;
    margin: 0 auto;
    display: block;
}
.element-sponsors p{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 0;
}
#sponsort {
    margin-bottom: 100px;
}
.texte-first-desccription b{
    color: #09764d !important;
    font-weight: bold;
}
.video-block {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#prix-innovation {
    background: #ffffff;
    padding-top: 155px;
    padding-bottom: 40px;
}
#itra{
    height: 98px;
    margin-top: -15px;
}
#transprot{
    height: 98px;
    margin-top: -15px;
}
#bank{
    height: 53px;
    margin-top: 9px;
}
/* Code CSS pour Safari uniquement */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-touch-callout: none) {
        /* Styles spécifiques à Safari */
        .mita-propos .content-img img{
            height: 520px !important;
        }
    }
}

/*responsive Mobile*/
@media all and (max-width: 767px) {
    .video-block {
        width: 100%;
    }
    .padding-8 {
        padding-right: 15px;
    }
    .navbar-nav {
        margin-right: 0px;
    }
    .carousel p {
        font-size: 20px;
        line-height: 35px;
    }
    .carousel h1 {
        font-size: 19px;
        line-height: 35px;
        max-width: unset;
        margin-bottom: 39px;
    }
    .btn-decouvrir {
        padding: 11px 23px;
        font-size: 16px;
        line-height: 30px;
        min-width: 125px;
    }
    .carousel-inner .carousel-item {
        height: 63vh;
    }
    .carousel-inner .carousel-item > img {
        height: 100%;
        object-fit: cover;
    }
    .btn-decouvrir {
        padding: 7px 18px !important;
        font-size: 16px !important;
        min-width: fit-content;
    }
    .theme-projet-group {
        padding: 50px 20px 25px;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .theme-projet-group .element-projet {
        width: 100%;
        justify-content: unset;
    }
    .theme-projet-group .element-projet img {
        max-width: 35px;
        margin-right: 10px;
    }
    .theme-projet-group .element-projet .number {
        font-size: 20px;
        text-align: left;
    }
    .theme-projet-group .element-projet .description {
        font-size: 14px;
        color: #FFFFFF;
        text-align: left;
    }
    .section-qui-sommes-nous {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .section-qui-sommes-nous .col-50 {
        width: 100%;
        padding: 0;
    }
    .vision-texte {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .descriptif-gouvernancve {
        font-size: 18px;
        line-height: 32px;
        padding-right: 0;
    }
    .block-hub-de-recherche h2 {
        font-size: 18px !important;
    }
    .block-carte-map {
        margin-bottom: 40px;
    }
    .block-carte-map img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .subTitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 24px !important;
        line-height: 31px !important;
        margin-bottom: 25px !important;
    }
    .section-qui-sommes-nous .description-qui-sommes-nous {
        font-size: 16px;
        color: #111111;
        line-height: 31px;
        margin-bottom: 33px;
    }
    .btn-en-savoir-plus i {
        display: block;
        margin-left: 11px;
    }
    .btn-en-savoir-plus {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 30px;
    }
    .nos-projets-section h3 {
        font-size: 16px;
        max-width: unset;
        margin: 0 auto 45px;
    }
    .group-card-projets {
        flex-wrap: wrap;
    }
    .card-projets {
        width: 100%;
        margin: 0 0 30px;
    }
    .card-projets .body-card .titre-projets {
        font-size: 17px;
        margin-bottom: 16px;
    }
    .card-projets .body-card .description-projets {
        font-size: 14px;
        line-height: 25px;
    }
/*    .card-projets .body-card a {
        font-size: 11px;
    }*/
    .filter-element .d-flex {
        flex-wrap: wrap;
    }
    .select-filter-block .filterby {
        margin-bottom: 19px;
    }
    .section-all-projets .form-search {
        width: 100%;
        margin-bottom: 9px;
    }
    .nos-partenaires-section h3 {
        font-size: 16px;
        line-height: 29px;
    }
    .filter-layouts-btn-block .btn-success {
        margin-bottom: 40px;
    }
    .filter-text-title {
        margin: -14px 0 22px;
    }
    .presentation-doc {
        padding: 50px 0px;
        margin: 65px 0;
    }
    .presentation-doc p {
        font-size: 16px;
        line-height: 33px;
    }
    .presentation-doc .btn-en-savoir-plus {
        font-size: 14px;
        background: #6CBE03;
        color: #FFFFFF;
        border: 1px solid #6CBE03;
        margin: 0 auto 10px;
    }
    .description-blog-evenement {
        font-size: 16px;
        line-height: 33px;
        margin: -13px auto 40px;
        max-width: unset;
    }
    .blog-evenement h3 {
        font-size: 18px;
        line-height: 33px;
    }
    .card-blog .block-img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 22px;
    }
    .card-blog .title-card-blog {
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
    }
    .card-blog .detail-card-blog {
        width: 75%;
        padding-right: 0px;
    }
    .card-evenement .body-card-event .date-event p {
        font-size: 14px;
        padding: 4px 8px;
    }
    .card-evenement .title-event {
        font-size: 16px;
    }
    .card-evenement .description-event {
        font-size: 14px;
    }
    .card-evenement .body-card-event a {
        font-size: 12px;
    }
    .newlestter-section h2 {
        font-size: 18px;
        width: fit-content;
        text-align: center;
        margin: 0 auto 18px;
    }
    .newlestter-section .description-newwlestter {
        font-size: 15px;
        line-height: 23px;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-block .btn-icone-social {
        width: 28px;
        height: 28px;
        margin-right: 15px;
        margin-bottom: 55px;
    }
    .group-link-page {
        margin-bottom: 25px;
    }
    .footer-block h2 {
        font-size: 20px;
        margin-bottom: 23px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(0,0,0,.03);
        color: #666;
        padding: 10px 5% !important;
        display: block;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .head-intern-page {
        height: 465px;
        background-size: cover;
        margin-bottom: 80px;
    }
    .head-intern-page h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .head-intern-page .sub-title-head {
        width: 100%;
        font-size: 18px;
        line-height: 29px;
    }
    .content-a-propos .description {
        font-size: 16px;
        line-height: 26px;
        margin: 0 auto 50px;
        max-width: unset;
    }
    .content-element-historique {
        flex-wrap: wrap;
    }
    .content-video {
        width: 100%;
        margin: 0 5px 55px;
        position: relative;
        padding-bottom: 56.25%;
    }
    .content-video iframe{
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .content-text-description {
        width: 100%;
        margin: 0;
    }
    .content-text-description p {
        text-align: left;
        font-size: 16px;
        line-height: 31px;
    }
    .section-historique {
        padding: 80px 0 0;
    }
    .section-historique-statistique {
        padding: 70px 0px 60px;
        margin: 70px 0 90px;
    }
    .section-historique-statistique .description-historique {
        font-size: 16px;
        line-height: 32px;
        max-width: unset;
        margin: 0 auto 45px;
    }
    .theme-projet-historique {
        width: 100%;
        flex-wrap: wrap;
    }
    .section-historique-statistique .element-projet {
        width: 44%;
        margin: 0 5px 25px;
        display: flex;
        align-items: center;
    }
    .text-description-mission {
        font-size: 16px;
        line-height: 35px;
    }
    .ul-missions {
        padding-left: 0;
    }
    .section-objectifs {
        padding: 125px 0 30px;
        margin-bottom: 60px;
    }
    .section-objectifs h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section-objectifs .description-objectif {
        font-size: 16px;
        max-width: unset;
        margin-bottom: 50px;
    }
    .group-content-objectif .content-objectif {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .group-equipe .card-equipe {
        width: 100%;
        margin: 0 0px 30px;
    }
    .group-equipe .card-equipe .nom-pays {
        font-size: 20px;
    }
    .section-decouvrir-autres {
        flex-wrap: wrap;
    }
    .section-decouvrir-autres .block-section-decouvrir {
        height: 270px;
        width: 100%;
    }
    .block-hub-de-recherche {
        width: 100%;
        padding: 30px 30px;
    }
    .block-hub-de-recherche p {
        font-size: 19px;
        max-width: 100%;
    }
    .block-img-section-recherche {
        height: 186px;
        margin-bottom: 45px;
        margin-top: 40px;
    }
    .title-centre-de-recherche {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .caracteristique-title {
        font-size: 17px;
        line-height: 25px;
    }
    .description-caracteristique {
        font-size: 15px;
        line-height: 29px;
    }
    .col-sm-6{
        width: 50% !important;
    }
    .section-tabs .tab-content .row img {
        height: auto;
        width: 100%;
        margin-bottom: 33px;
    }
    .detail-section {
        padding: 0;
    }
    .padding-element {
        padding-right: 15px;
    }
    .section-impact-statistique .description-impact-stat {
        font-size: 19px;
        line-height: 40px;
        padding-right: 0;
        margin-bottom: 35px;
    }
    .section-impact-statistique .content-stat-impact {
        justify-content: center;
        padding-right: 0;
    }
    .section-impact-statistique .element-stat-impact {
        text-align: center;
        margin: 0 10px;
    }
    .section-impact-statistique .element-stat-impact img {
        width: 65px;
        height: 65px;
        margin: 0 auto 25px;
    }
    .block-img-detail {
        height: 280px;
    }
    .section-detail-stories .col-lg-4 {
        margin-top: 40px;
    }
    .section-all-projets .head {
        flex-wrap: wrap;
    }
    .section-domaine-intervention h3 {
        font-size: 16px;
        line-height: 33px;
        margin: 0 auto 60px;
    }
    .card-intervention {
        margin-bottom: 45px;
    }
    .section-chiffre-cle {
        padding: 30px 20px 25px;
    }
    .section-chiffre-cle h3 {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        line-height: 31px;
        width: 100%;
        margin: 20px auto 20px;
    }
    .theme-projet-group {
        padding: 45px 0px 25px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .evenement-a-venir-block{
        margin-top: 25px;
    }
    .newlestter-section {
        padding: 40px 20px 45px;
        margin: 70px auto 99px;
    }
    .newlestter-section .round-img {
        display: none;
    }
    .btn-abonner {
        border-radius: 8px;
        width: 100%;
    }
    .form-newwlestter {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .newlestter-section form .form-group {
        margin: 0 15px 25px !important;
        width: 100%;
    }
    .section-first-mission ul {
        margin-left: -20px !important;
    }
    .section-first-mission .img-mission {
        height: auto;
        width: 100%;
        margin-top: 15px;
    }
    .img-centre-de-recherche {
        width: 100%;
        height: 100%;
        margin-right: auto;
    }
    .description-text-centre-de-recherche {
        font-size: 16px;
        line-height: 33px;
        padding-top: 45px;
    }
    .h3-plan-strategique {
        font-size: 17px;
        line-height: 30px;
        width: 100%;
    }
    .card-plan-strategique p {
        font-size: 16px;
    }
    .section-content-inr .description {
        font-size: 18px;
        width: 100%;
        margin: -15px 0 55px;
    }
    .content-inr a {
        width: 48%;
        margin: 0 auto 25px;
    }
    .content-inr img {
        height: auto;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .card-partenaires {
        width: 100%;
        margin: 0 0px 38px;
    }
    .content-team .members {
        width: 42%;
        margin: 0 6px 40px;
        text-align: center;
    }
    .content-team .members .name {
        font-size: 16px;
    }
    .content-team .members .poste {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .content-team .members .block-img {
        height: 160px;
    }
    .description-etique {
        font-size: 17px;
    }
    .section-etique .card-plan-strategique {
        margin-bottom: 30px;
        height: fit-content;
    }

    .block-signaler-incident {
        width: 100%;
        margin-bottom: 35px;
        margin-right: 0;
        margin-top: -25px;
    }
    .block-signaler-incident:last-child {
        margin-bottom: 0px;
    }
    .block-signaler-incident .btn-soumettre {
        padding: 12px 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .block-signaler-incident .btn-soumettre:last-child {
        margin-bottom: 0px;
    }
    .infos-contact {
        margin-bottom: 13px;
    }
    .infos-contact:last-child {
        margin-bottom: 0px;
    }
    .section-more-infos-incident h3 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .section-more-infos-incident .text-faq {
        color: #000;
        font-size: 16px;
        line-height: 30px;
    }
    .card-publication {
        margin-bottom: 35px;
    }
    .card-publication .block-date-pub {
        bottom: 55px;
    }
    .card-publication .card-publication:last-child {
        bottom: 0px;
    }
    .filter-layouts-btn-block {
        flex-wrap: wrap;
    }
    .filter-layouts-btn-block .btn-group-layouts {
        margin-top: 20px;
    }
    .listb .head-img-block {
        height: 100%;
        width: 97%;
        margin-right: 10px;
        min-width: 111px;
    }
    .section-nouvelle-vedette .col-lg-5 {
        padding-right: 15px;
    }
    .section-nouvelle-vedette .col-lg-7 {
        padding-left: 15px;
    }
    .section-nouvelle-vedette .card-evenement {
        background: #FFFFFF;
        border: 1px solid #F0F0F0;
        margin-bottom: 35px;
    }
    .section-dernier-nouvelle .grid .card-publication {
        width: 100%;
        margin: 0 0px 35px;
        position: relative;
    }
    .section-dernier-nouvelle .grid .block-date-pub {
        bottom: 24px;
        left: 15px;
    }
    .section-dernier-nouvelle .right-block {
        height: 100%;
        border-left: unset;
        padding-left: 0;
        margin-left: 15px;
        padding-top: 30px;
        margin-right: 15px;
        margin-bottom: 70px;
    }
    .section-communique-presse .head-section form{
        width: 100%;
        margin-top: 25px;
    }
    .section-communique-presse .card-publication .block-date-pub {
        bottom: 20px;
        left: 16px;
    }
    .section-communique-presse .content-block-patterns .card-patterns-communique {
        width: 100%;
        margin: 0 0 40px;
        padding: 30px;
    }
    .section-ressource-presse h3 {
        font-size: 17px;
        line-height: 29px;
    }
    .group-tag-partage {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .group-tag-partage .tag-element{
        margin-bottom: 20px !important;
    }
    .body-right-block .content-img .element-img {
        width: 48%;
        height: 115px;
        margin: 0 3px 10px;
    }
    .section-evenement .btn-group-layouts {
        margin-bottom: 30px;
    }
    .section-evenement .grid .card-evenement {
        width: 100%;
        margin: 0 0px 40px;
    }
    .name-autors-stories {
        font-size: 20px !important;
    }
    .detail-evenement {
        width: 100%;
    }
    .detail-evenement .element-detail-evenement {
        width: 100%;
        margin-right: 0;
    }
    .detail-evenement .element-detail-evenement {
        width: 100%;
    }
    .description-directives {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 45px;
    }
    .section-directive-de-marque .content-tabs .col-md-3,.section-directive-de-marque .content-tabs .col-md-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .content-tabs .flex-column {
        flex-wrap: wrap;
        flex-direction: initial !important;
        margin-bottom: 20px;
    }
    .content-tabs .flex-column .nav-item {
        width: fit-content;
        margin-right: 10px;
    }
    .section-regleement-et-ligne-directive .contentPdf a {
        width: 100%;
    }
    .section-mon-propre-histoire .first-description {
        margin: 0 auto 60px;
    }
    .section-mon-propre-histoire .col-50 {
        width: 100%;
        padding: 0;
        margin-right: 0px;
    }
    .section-mon-propre-histoire .content-card {
        display: flex;
        flex-wrap: wrap;
    }
    .head-for-filter form {
        justify-content: initial;
        flex-wrap: wrap;
    }
    .head-for-filter form .form-group {
        display: grid;
        margin: 0 25px 30px;
    }
    .head-for-filter form .form-group {
        display: grid;
        margin: 0 10px 25px;
        width: 100%;
    }
    .head-for-filter form .btn-recherche {
        margin: 20px auto 0;
    }
    .content-tabs-modife .nav-pills li .active {
        font-size: 23px;
    }

    .head-for-filter form .form-group select {
        width: 100%;
    }
    .block-apercu-emploie {
        width: 100%;
        margin: 50px auto 55px;
    }
    .block-apercu-emploie .d-flex {
        flex-wrap: wrap;
    }
    .element-block-apercu {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .section-candidature-spontane .form-group {
        width: 100%;
        margin: 0 25px 30px;
    }
    .section-candidature-spontane .group-reference {
        flex-wrap: wrap;
    }
    .section-candidature-spontane .sub-title {
        width: 100%;
    }
    .section-candidature-spontane .group-reference .form-group {
        width: 100%;
        margin: 0 15px 30px;
    }
    .card-hub-de-recherche{
        min-height: unset;
    }
    .section-dernier-nouvelle .list .card-publication {
        display: block;
    }
    .list .card-publication .block-date-pub {
        position: relative;
        bottom: unset;
        left: unset;
        margin: 25px 0 5px;
    }
    .card-blog .d-flex {
        flex-wrap: wrap;
    }
    .section-nouvelle-vedette .card-blog .block-img {
        width: 100%;
        margin-bottom: 30px;
    }
    .card-blog .detail-card-blog {
        width: 100%;
        padding-right: 0px;
    }
    .select-filter-block{
        flex-wrap: wrap;
    }
    .search-bar-block .btn-hide-form {
        display: none !important;
    }
    .wb-search-btn{
        display: none !important;
    }
    .navbar-collapse {
        overflow-x: scroll;
        height: 100vh;
        padding-bottom: 200px !important;
    }
    .search-bar-block form input {
        width: 100%;
        min-width: 100%;
        padding: 21px 15px !important;
        border-radius: 9px !important;
    }
    .search-bar-block form {
        width: 100%;
    }
    .search-bar-block {
        width: 100%;
    }
    .btn-search {
        position: absolute;
        right: 0px;
    }
    .navbar .dropdown-menu {
        margin: 6px 0 12px !important;
    }
    .text-affliate {
        color: #000;
        text-align: center;
        font-size: 16px;
        width: 100%;
        line-height: 32px;
    }
    .group-chiffre {
        flex-wrap: wrap;
    }
    .group-chiffre .element {
        margin: 0 5px;
        border-right: 0px solid #28a745;
        padding: 10px 0px 20px 0px;
        width: 100%;
    }
    .group-chiffre .element img {
        margin-top: 8px;
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }
    .group-chiffre .element .chiffre {
        font-size: 23px;
    }
    .group-chiffre .element .text-element {
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 0px;
    }
    .card-etude-impact {
        width: 100%;
        margin: 0 8px 30px;
    }
    .card-etude-impact {
        width: 46%;
        margin: 0 8px;
    }
    .card-etude-impact .body-card .name-file {
        font-size: 14px;
    }
    .pays-content {
        width: 33%;
    }
    .pays-content img {
        width: 50px;
    }
    .pays-content .name-pays {
        font-size: 16px;
    }
    .pays-content .chiffre-pays {
        font-size: 22px;
    }
    .card-blog {
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    #nav-element div:nth-child(2) {
        display: contents !important;
     }
    .conveythis-no-translate {
        right: 115px !important;
        top: 49px !important;
        height: fit-content !important;
    }
    .detail-projet-block .block-img-detail {
        height: 300px;
    }
    .detail-projet-block .block-img-detail img {
        width: 60%;
        height: 60%;
    }
    .block-date-projet .element-detail-evenement {
        width: 100%;
    }
    .content-tabs-modife .nav-pills li a {
        margin-right: 0;
        font-size: 15px;
    }
    .section-detail-stories .content-tabs-modife .nav-pills li .active {
        font-size: 15px;
    }
    .card-publication .block-date-pub {
        bottom: 25px !important;
    }
    .text-date-block {
        font-size: 18px;
    }
    .content-ag h1{
        font-size: 22px;
        margin: 15px 0px 45px;
        line-height: 37px;
        width: 100%;
    }
    .block-detail-head {
        margin-bottom: 55px;
    }
    .countdown {
        font-size: 23px;
        width: 100%;
    }
    .countdown span {
        font-size: 13px;
    }
    .texte-bienvenue {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    #a-propos .d-flex, #foire-aux-innovateurs .d-flex{
        flex-wrap: wrap;
    }
    .section-a-propos-ag .content-text {
        width: 100%;
        margin-left: 0px;
    }
    .section-a-propos-ag .content-img {
        width: 100%;
        height: 445px;
        margin: 0 auto 50px;
    }
    .text-a-propos-ag {
        width: 83%;
    }
    .text-composition-delegue {
        font-size: 17px;
        color: white;
        margin: 40px 5px 47px 5px;
        line-height: 38px;
    }
    .description-programme {
        font-size: 16px;
        width: 100%;
    }
    .content-programme .detail-programme .sub-detail-bloc {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 17px;
    }
    .content-programme .detail-programme .sub-detail-bloc .hours-bloc p {
        font-size: 16px;
    }
    .content-programme .detail-programme .sub-detail-bloc .description-detail {
        margin-left: 20px;
        width: 76%;
    }
    .group-btn-ag-evens  {
        flex-wrap: wrap;
    }
    .btn-telecharger-programme {
        font-size: 17px !important;
        margin: 0 20px 35px;
    }
    .accordion {
        min-width: 320px;
        margin: 0px auto;
        padding: 0;
    }
    .section-foire-innovateur .content-text {
        width: 50%;
        margin-right: 0;
    }
    .section-a-propos-ag .content-img img {
        margin-right: 0;
    }
    .section-a-propos-ag .content-img:last-child {
        margin: 0 auto 0px;
    }
    .card-etude-impact {
        width: 45%;
        margin: 0 8px;
    }

    #foire-aux-innovateurs .content-text {
        width: 100%;
        margin-right: 0;
    }
    .section-bienvenue .d-flex, #section-contact .d-flex{
        flex-wrap: wrap;
    }
    .section-bienvenue .content-text {
        width: 100%;
        margin-right: 0;
        margin-left: auto;
    }
    .section-bienvenue .content-img {
        height: 385px;
        width: auto;
        margin: 0 auto;
        max-width: 100%;
    }
    h2 {
        font-size: 22px !important;
    }
    .section-gouvernance p {
        font-size: 17px;
        width: 100%;
    }
    .block-paginatioon {
        width: 100%;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .list .card-publication .block-img {
        position: relative;
        width: 100%;
        height: 185px;
        overflow: hidden;
    }
    .list .card-publication .body-card-pub {
        width: 100%;
    }
    .list .card-publication .block-date-pub {
        bottom: 0px !important;
    }
    .section-partenership p {
        padding: 0;
    }
    .head-for-filter form .search-input {
        min-width: unset;
    }
    .card-centre-de-connaissance .title {
        -webkit-line-clamp: unset;
    }
    .content-tabs .flex-column {
        align-items: center;
    }
    .content-tabs-modife .nav-pills li .active {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 15px;
        height: fit-content;
        border-bottom: unset;
    }
    #nav-element {
        padding: 25px 1rem 5px !important;
        overflow-x: hidden;
    }
    .content-page {
        padding-top: 90px;
    }
    .head-ag {
        height: 68vh;
    }
    .content-infos-countdown {
        height: 100%;
    }

    #a-propos .content-img {
        width: 100%;
        height: 100%;
        margin: 40px 0 0 auto;
    }
    .blog-logo-evens {
        height: 245px;
        margin-bottom: 40px;
    }
    .section-programe .d-flex, .section-reservation-place-tab .d-flex{
        flex-wrap: wrap;
    }
    .section-programe .d-flex .btn{
        padding: 15px 27px !important;
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0 !important;
    }
    .section-reservation-place-tab h2 {
        margin-bottom: 18px !important;
        width: 100%;
    }
    .section-reservation-place-tab .nav-pills .nav-link {
        margin-right: 0;
        margin-bottom: 16px !important;
    }
    .section-reservation-place-tab .tab-content{
        margin-top: -10px;
    }
    .foire-aux-innovateurs-section {
        padding: 60px 0;
    }
    .section-visite-site-carousel .description-block {
        width: 100%;
    }
    .section-visite-site-carousel .carousel-caption p {
        width: 100%;
    }
    .content-btn-carousel {
        left: 9px;
        top: 80px;
    }
    .section-visite-site-carousel .carousel-item .container {
        padding-top: 80px;
        text-align: left;
    }
    .content-owl-carousel {
        width: 80%;
    }
    .gouvernance-section {
        padding: 110px 0 100px;
    }
    .gouvernance-section .description {
        font-size: 16px;
        line-height: 29px;
        font-weight: 700;
    }
    .gouvernance-section .btn {
        font-size: 13px !important;
    }
    .section-documents .block-docs {
        width: 100%;
        margin-right: 0px;
    }
    .sub-footer-ag {
        background: #efefef;
        padding: 0px 0 200px;
    }
    .sub-footer-block{
        flex-wrap: wrap;
    }
    .sub-footer-ag .block-sociaux {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .img-logo-ag {
        height: 100px;
        margin: 10px auto 45px;
        display: block;
    }
    .content-programme .tabbable .nav-pills {
        flex-wrap: wrap;
    }
    .content-programme .tabbable .nav-pills .nav-item{
        width: 49%;
        margin-bottom: 20px;
    }
    .content-programme .nav-pills .nav-link {
        font-weight: 600;
        font-size: 14px !important;
        color: #181818;
        padding: 16px 10px;
        border: 1px solid rgba(251, 185, 0, 1);
        border-radius: 9px;
        margin: 0 9px;
    }
    .mita-propos .content-img {
        width: 100% !important;
        height: 346px !important;
        margin: 35px 0 0 auto !important;
        border-radius: 24px;
        overflow: hidden;
    }
    .nav-item {
        width: 100%;
        text-align: center;
    }
    .video-block iframe {
        margin: 0 auto 0px;
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    .element-sponsors {
        width: 46%;
        margin-bottom: 20px;
    }
    .element-sponsors img {
        height: 33px;
        margin: 0 auto;
        display: block;
    }
    .mita-propos .content-img {
        width: 100% !important;
        height: 440px !important;
    }

}

/*Responsive Tablette*/

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .carousel-inner .carousel-item > img {
        object-fit: cover;
        height: 100%;
    }
    .carousel p {
        font-size: 28px;
    }
    .carousel h1 {
        font-size: 28px;
        line-height: 47px;
    }
    .btn-decouvrir {
        font-size: 17px;
        min-width: 130px;
    }
    .theme-projet-group {
        padding: 30px 15px 25px;
        flex-wrap: wrap;
    }
    .theme-projet-group .element-projet {
        width: 100%;
        margin-bottom: 20px;
    }
    .theme-projet-group .element-projet img {
        max-width: 35px;
    }
    .theme-projet-group .element-projet .number {
        font-size: 22px;
    }
    .theme-projet-group .element-projet .description {
        font-size: 15px;
    }
    .block-carte-map img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 28px;
    }
    .section-qui-sommes-nous .description-qui-sommes-nous {
        font-size: 14px;
        line-height: 29px;
        margin-bottom: 33px;
    }
    .btn-en-savoir-plus {
        padding: 5px 13px;
        font-size: 13px;
        line-height: 30px;
    }
    .section-qui-sommes-nous .col-50 {
        width: 48%;
    }
    .section-qui-sommes-nous .col-50:last-child {
        width: 80%;
    }
    .impact-section h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .impact-section ul li p {
        font-size: 14px;
        line-height: 25px;
    }
    .impact-section ul {
        margin-bottom: 50px;
    }
    .group-card-projets {
        flex-wrap: wrap;
    }
    .card-projets {
        width: 45%;
        margin: 0 15px 35px;
    }
    .card-projets .body-card .titre-projets {
        font-size: 16.5px;
        margin-bottom: 15px;
    }
    .card-projets .body-card .description-projets {
        font-size: 14px;
        line-height: 25px;
    }
    .presentation-doc {
        padding: 70px 70px;
        margin: 90px 0;
    }
    .presentation-doc p {
        font-size: 17px;
        line-height: 36px;
        margin-bottom: 45px;
    }
    .presentation-doc .btn-en-savoir-plus {
        font-size: 16px;
        background: #6CBE03;
        color: #FFFFFF;
        border: 1px solid #6CBE03;
        margin: 0 auto 15px;
    }
    .description-blog-evenement {
        margin: -10px auto 40px;
        max-width: 700px;
    }
    .blog-evenement .col-md-7, .blog-evenement .col-md-5 {
        flex: 100%;
        max-width: 100%;
    }
    .newlestter-section .description-newwlestter {
        font-size: 16px;
        width: 100%;
    }
    .footer-section .footer-block .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .group-link-page {
        margin-bottom: 20px;
    }
    .footer-block h2 {
        margin-bottom: 25px;
    }
    .content-element-historique {
        flex-wrap: wrap;
    }
    .content-video {
        width: 100%;
        margin: 0 0px 30px;
    }
    .content-text-description {
        width: 100%;
        margin: 0 5px;
    }
    .section-historique-statistique {
        padding: 80px 0px 70px;
    }
    .section-historique-statistique .element-projet {
        width: 24%;
    }
    .group-content-objectif .content-objectif {
        width: 48%;
    }
    .group-equipe .card-equipe {
        width: 45%;
        margin: 0 15px 35px;
    }
    .group-equipe {
        justify-content: flex-start;
    }
    .block-img-section-recherche {
        height: 240px;
        margin-bottom: 45px;
        margin-top: 44px;
    }
    .section-tabs .tab-content .row img {
        height: auto;
        width: 100%;
        margin-bottom: 33px;
    }
    .detail-section {
        padding: 0;
    }
    .section-impact-statistique .content-stat-impact {
        justify-content: center;
        padding-right: 0;
    }
    .first-section-impact h2 {
        margin-top: 50px;
    }
    .section-impact-statistique .element-stat-impact {
        text-align: center;
        margin: 35px 20px 0;
    }
    .padding-8 {
        padding-right: 15px;
    }
    .content-custum-select {
        min-width: 122px;
        margin-left: 25px;
    }
    .form-newwlestter {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .newlestter-section form .form-group {
        margin: 0 15px 25px !important;
    }
    .newlestter-section form .form-group:last-child {
        margin: 0 15px 0px !important;
    }
    .btn-abonner {
        border: 1px solid #fbba00;
        padding: 7px 25px;
        margin: 0 15px;
        border-radius: 5px;
        color: #ffffff;
        font-weight: 800;
        height: 44px;
        width: 38%;
    }
    .newlestter-section {
        padding: 60px 40px 40px;
    }
    .section-chiffre-cle h3 {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        width: 100%;
        margin: 45px auto 60px;
    }
    .row {
        align-items: center;
    }
    .section-first-mission .img-mission {
        height: auto;
        width: 100%;
    }
    .img-centre-de-recherche {
        width: 100%;
        height: auto;
        margin-right: auto;
    }
    .h3-plan-strategique {
        width: 100%;
        margin: 0 auto 50px;
    }
    .card-partenaires {
        width: 47%;
        margin: 0 10px 38px;
        padding: 22px 10px;
    }
    .card-partenaires .block-img {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }
    .card-partenaires .block-infos-partenaires a {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .content-team .members {
        width: 21%;
        margin: 0 13px 50px;
        text-align: center;
    }
    .section-etique .card-plan-strategique {
        margin-bottom: 30px;
        height: 100%;
    }
    .block-signaler-incident {
        width: 50%;
        margin-right: 0;
    }
    .block-signaler-incident .btn-soumettre {
        margin-bottom: 15px;
    }
    .block-signaler-incident .btn-soumettre:last-child {
        margin-bottom: 0px;
    }
    .card-publication {
        margin-bottom: 30px;
    }
    .card-publication .block-date-pub {
        bottom: 40px;
    }
    .card-publication .card-publication:last-child {
        bottom: 0px;
    }
    .list .card-projets .head-img-block {
        width: 81%;
        margin-right: 7px;
        height: 227px;
    }
    .section-nouvelle-vedette a {
        color: unset !important;
        display: block;
        margin-bottom: 40px;
    }
    .section-nouvelle-vedette .col-lg-5 {
        padding-right: 15px;
    }
    .section-nouvelle-vedette .col-lg-7 {
        padding-left: 15px;
    }
    .section-dernier-nouvelle .row{
        align-items: normal;
    }
    .section-dernier-nouvelle .group-actu{
        width: 100%;
    }
    .section-dernier-nouvelle .grid .card-publication {
        width: 100%;
        margin: 0 15px 35px;
    }
    .card-publication .list .body-card-pub {
        width: 60%;
    }
    .card-publication .list .block-img {
        width: 40%;
    }
    .content-card-communique .card-publication .block-date-pub {
        bottom: 25px;
        left: 18px;
    }
    .section-communique-presse .content-block-patterns .card-patterns-communique {
        width: 45%;
        margin: 0 15px;
        padding: 45px 20px;
    }
    .content-block-patterns .card-patterns-communique .body-card-patterns {
        background: white;
        padding: 35px;
    }
    .section-evenement .grid .card-evenement {
        width: 45%;
        margin: 0 15px 40px;
    }
    .section-directive-de-marque .content-tabs .col-md-3 {
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }
    .section-directive-de-marque .content-tabs .col-md-9 {
        flex: 0 0 64% !important;
        max-width: 64% !important;
    }
    .section-regleement-et-ligne-directive .contentPdf a {
        width: 47%;
    }
    .section-mon-propre-histoire .content-card {
        display: flex;
        flex-wrap: wrap;
    }
    .section-mon-propre-histoire .content-card .card {
        width: 47%;
        margin: 0 10px 30px;
    }
    .head-for-filter form {
        justify-content: initial;
        flex-wrap: wrap;
    }
    .head-for-filter form .form-group {
        display: grid;
        margin: 0 25px 30px;
    }
    .block-apercu-emploie {
        padding: 20px;
        width: 100%;
    }
    .btn-postuler {
        font-size: 16px;
        background: #FBBA00;
        padding: 7px 20px;
    }
    .section-candidature-spontane .form-group {
        width: 44%;
        margin: 0 20px 30px;
    }
    .section-candidature-spontane .group-reference {
        flex-wrap: wrap;
    }
    .section-candidature-spontane .sub-title {
        width: 100%;
    }
    .section-candidature-spontane .group-reference .form-group {
        width: 45%;
        margin: 0 15px 30px;
    }
    .vision-texte {
        width: 100%;
    }
    .mb-100 {
        margin-bottom: 75px;
    }
    .block-paginatioon {
        width: 100%;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .head-ag {
        height: 28vh;
    }
    .container, .container-md, .container-sm {
        max-width: 869px !important;
    }
    .video-block iframe {
        margin: 0 auto 30px;
        display: block;
        width: 100%;
        height: auto;
    }
    .element-sponsors {
        width: 45%;
        margin-bottom: 29px;
    }
    .element-sponsors img {
        height: 46px;
        margin: 0 auto;
        display: block;
    }
}

@media (min-width: 1150px) and (max-width: 1390px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
    .head-ag {
        height: 73vh;
    }
    .nav-ag .navbar-nav .nav-link {
        font-size: 14px !important;
    }
    .countdown {
        width: 43%;
        font-size: 30px;
    }
}

@media (min-width: 1023px) and (max-width: 1130px){
    .nav-ag .navbar-nav .nav-link {
        font-size: 12px !important;
    }
}

