
:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
    --bleu: rgb(29 138 240);
}


#page_secondaire {
    position: relative;
    width: 100%;
    /* border: 1px solid rgb(13, 0, 255) !important; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*** header    */

#header{ /********** section principale     **/
    position: relative;
    width: 100%;
    margin-top: 20px;
}
#header .items{ /********** section principale     **/
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;

    display: flex;
    border-bottom: 1px solid rgba(231, 231, 231, 0.6);
}
#header .items a{ 
    position: relative;
    display: inline-block;
    font-size: 11px;
    text-decoration: none; 
    font-weight: 00;
    margin-right: 7px;
    color: rgb(29, 29, 29);
    transition: ease-in all 0.3s;
}
#header .items span{ 
    position: relative;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    margin-right: 5px;
}
#header .items span.separateur{ 
    position: relative;
    display: inline-block;
    font-size: 5px;
    text-decoration: none
}
#page_secondaire ._content{
    position: relative;
    width: auto;
    width: 63%;
    /* border: 1px solid rgb(115, 255, 0); */
}


/**********************************************************************************************    la  colonne droite  ****/
#colonne_droite{
    display: inline-block;
    width: 400px;

}



/********************************     agenda     ******************/
#colonne_droite .content{
    position: relative;
    width: 100%;
}

/**       Grands dossiers       **********************************************/

#colonne_droite .content .section_thematiques{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
#colonne_droite .content .section_thematiques .items .titre{
    position: relative;
    width: 100%;
    border-top: 0px solid var(--orange);
    padding-top: 10px;
    margin-bottom: 25px;
}
#colonne_droite .content .section_thematiques .items .titre h1{
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--noir);
}
#colonne_droite .content .section_thematiques .items .titre h1::after{
    position: relative;
   display: block;
   content: "";
   background-color: var(--vert);
   height: 4px;
   width: 125px;
   margin: 5px 0;
}
#colonne_droite .content .section_thematiques .items .slide{
    position: relative;
    width: 100%;
}


#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item {
    background-color: #f5f5f5;
    padding: 0px;
    text-align: center;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    max-height: auto;
    overflow: hidden;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-head{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-head .inner{
    position: relative;
    width: 100%;
    height: 225px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    overflow: hidden;
    z-index: 1;
    border-bottom: 4px solid var(--orange);
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-head .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-head:hover .inner img{
    transform: scale(1.01);
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-head .titre{
    position: relative;
    width: 100%;
    height: 100px;
    padding: 15px 20px;
    transition: ease all  0.3s;
    opacity: 1;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item:hover .item-head .titre{
    opacity: 0;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item h2{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .description{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .description *,#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .description p,#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .description p *{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    margin: 0 !important;
    color: rgb(85, 85, 85);
    line-height: 12px;
    /* color: red; */
}

#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot{
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 0;
    padding: 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.055);
    margin-bottom: 0 !important;
    opacity: 0;
    transition: ease 0.2s all;
    transform: scale(0.8);
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item:hover .item-foot{
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    /* background-color: rgba(1, 156, 14, 0.955); */
    background-color: rgba(240, 240, 240, 0.9);
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot h2{
    position: relative;
    color: var(--orange);
    margin-bottom: 5px;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot p{
    position: relative;
    color: #1d1d1d;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot .links{
    position: relative;
    margin-top: 15px;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot a{
    position: relative;
    width: auto;
    padding: 6px 8px !important;
    color: var(--blanc);
    text-decoration: none;
    font-size: 12px;
    color: rgb(44, 44, 44);
    transition: ease-in-out all 0.3s;
    background-color: var(--vert);
    margin-top: 10px;
    text-align: center;
    border-radius: 2px;
    color: var(--blanc);
    opacity: 0;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item:hover .item-foot a{
    position: relative;
    opacity: 1;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot a:hover{
    background-color: var(--orange);
    opacity: 1;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot a span{
    position: relative;
}


#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot a.apercu_bilan{
    position: relative;
    display: none;
}#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-item .item-foot a.apercu_bilan:nth-child(1){
    position: relative;
    /* border: 1px solid red; */
    display: inline-block;
}






#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button.owl-next:focus{
    outline: 0;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button{
    position: absolute;
    bottom: -115;
    width: 40px;
    height: 30px;
    background-color: var(--vert);

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 30px;
    color: #fff;
    margin: 0px;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button.owl-prev{
    margin-right: 50px;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button.owl-next{
    margin-left: 75px;
}
#colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button:hover{
    background-color: var(--orange);
}

#colonne_droite .content .gouv_videos{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: rgba(231, 231, 231, 0.0);
    padding: 0px; /* border: 1px solid red; */
}

#colonne_droite .content .gouv_videos .titre{
    position: relative;
    padding: 0px;
    background-color: rgba(239, 173, 73, 0.0);
}
#colonne_droite .content .gouv_videos .titre h2{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--blanc);
    /* background: linear-gradient(to right, var(--vert), #044404); */
    background-color: gray;
    padding: 5px 25px;
    width: auto;
}

#colonne_droite .content .gouv_videos .item{
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
    margin-top: 10px;
    padding: 10px;
    background-color: var(--blanc);
    box-shadow: 0 4px 8px 0 rgba(104, 104, 104, 0.1), 0 6px 20px 0 rgba(155, 155, 155, 0.1);
}
#colonne_droite .content .gouv_videos .item a{
    position: relative;
    display: flex;
    text-decoration: none;
    transition: ease all 0.3s;
}

#colonne_droite .content .gouv_videos .item a .inner{
    position: relative;
    width: 45%;
    height: 100px;
    overflow: hidden;
}
#colonne_droite .content .gouv_videos .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
    transition: all 0.3s ease;
}
#colonne_droite .content .gouv_videos .item a:hover .inner img{
    transform: scale(1.02);
}
#colonne_droite .content .gouv_videos .item a .inner .icon{
    position: absolute;
    right: 33%;
    top: 33%;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in;
}
#colonne_droite .content .gouv_videos .item a .inner .icon span{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orange);
    transition: all 0.3s ease-in;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.88);
}
#colonne_droite .content .gouv_videos .item:hover .inner .icon span{
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.9999);
}
#colonne_droite .content .gouv_videos .item a .caption{
    position: relative;
    width: 70%;
    background-color: var(--blanc);
    padding: 10px;
    padding-top: 1px;
    display: flex;
    flex-direction: column;
}
#colonne_droite .content .gouv_videos .item a:hover .caption h2{
    background-color: var(--orange);
}
#colonne_droite .content .gouv_videos .item a .caption h3{
    position: relative;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    color: var(--noir);
    margin: 0;
}
#colonne_droite .content .gouv_videos .item a .caption p{
    position: relative;
    width: auto;
    font-size: 12px;
    font-weight: normal;
    color: var(--orange);
    font-weight: 500;
    margin: 0;
    
    text-transform: uppercase;
    /* border: 1px solid var(--vert); */
    margin-bottom: 5px;
    padding: 0px;
}
#colonne_droite .content .gouv_videos .item a:hover h3{
    color: var(--orange);
}
#colonne_droite .content .gouv_videos .item a .caption .foot{
    position: relative;
    display: flex;
    display: none;
}
#colonne_droite .content .gouv_videos .item a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#colonne_droite .content .gouv_videos .item a .caption .foot .left{
    font-size: 11px;
    color: var(--orange);
    text-transform: capitalize;
}
#colonne_droite .content .gouv_videos .item a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}




#ne_pas_manquer{
    display: block;
    width: 100% !important;
    /* border: 1px solid rgb(215, 234, 13); */
    background-color: var(--blanc);
    padding: 15px;
}

#ne_pas_manquer h1{
    display: block;
    width: 100% !important;
    font-size: 25px;
    font-weight: 700;
    color: var(--noir);
    margin-top: 15px;
    margin-bottom: 25px;
}

#ne_pas_manquer .items{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


#ne_pas_manquer .items .item{
    position: relative;
    width: 24%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(104, 104, 104, 0.1), 0 6px 20px 0 rgba(155, 155, 155, 0.1);
}
#ne_pas_manquer .items .item a{
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
#ne_pas_manquer .items .item a .inner{
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
#ne_pas_manquer .items .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
}
#ne_pas_manquer .items .item a:hover .inner img{
    transform: scale(1.02);
}
#ne_pas_manquer .items .item a .caption{
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    height: 175px;
}
#ne_pas_manquer .items .item a .caption h2{
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 12px;
    font-weight: 550;
    text-transform: uppercase;
    color: var(--blanc);
    background-color: var(--vert);
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
#ne_pas_manquer .items .item a:hover .caption h2{
    background-color: var(--orange);
}

#ne_pas_manquer .items .item a .caption h3{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: var(--noir);
    margin-bottom: 4px;
    font-weight: 600;
}
#ne_pas_manquer .items .item a .caption .foot{
    position: relative;
    display: flex;
    margin-top: 10px;
}
#ne_pas_manquer .items .item a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#ne_pas_manquer .items .item a .caption .foot .left{
    font-size: 12px;
    color: var(--orange);
    text-transform: capitalize;
}
#ne_pas_manquer .items .item a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}








/******************************************* Responsive********************/

@media screen and (max-width: 1520px) {

}
@media screen and (max-width: 1400px) {
    #page_secondaire ._content{
        position: relative;
        width: auto;
        width: 58%;
        /* border: 1px solid rgb(8, 0, 255); */
    }
}
@media screen and (max-width: 1350px) {
    
}
@media screen and (max-width: 1250px) {
    #page_secondaire ._content{
        position: relative;
        width: auto;
        width: 60%;
      
        /* border: 1px solid rgb(255, 31, 191); */
        
      }

      #colonne_droite{
        display: inline-block;
        width: 350px;
      }
}
@media screen and (max-width: 992px) {
    #page_secondaire ._content{
        position: relative;
        width: auto;
        max-width: 100%;
    
        
    }

    #colonne_droite{
        display: inline-block;
        width: 100%;
        margin-top: 35px;
    }
      
      
      
    /********************************     agenda     ******************/
    #colonne_droite .content{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      #colonne_droite .content #agenda{
        position: relative;
        padding: 15px;
        width: 48%;
      }
    #colonne_droite .content #agenda h1{
        position: relative;
        width: auto;
        display: inline-block;
        padding: 6px 20px;
        font-size: 16px;
        font-weight: 600;
        color: var(--blanc);
        background: linear-gradient(to right, var(--vert), #023A05);
    }

    /**  Section page secondaire ****/
    #colonne_droite .section_thematiques{
        position: relative;
        width: 48% !important;
        padding: 0 !important;
        margin: 0;
        margin-top: -70px !important;
    }
    #colonne_droite .section_thematiques .content .titre{
        position: relative;
        width: 100%;
        border-top: 2px solid var(--orange);
        padding-top: 20px;
        margin-bottom: 45px;
        margin-top: -35px !important;
    }

    #colonne_droite .content .section_thematiques .items .titre h1{
        position: relative;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: var(--noir);
    }
    #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .caption{
        position: relative;
        height: 195px !important;
        z-index: 30;
    
        padding: 10px 20px !important;
        padding-bottom: 25px !important;
    }
    
    #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .inner h2{
        position: absolute;
        bottom: 10px;
        width: 60%;
        left: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        font-size: 12px;
        font-weight: 600;
      }
      #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .inner .trait{
        position: absolute;
        content: "";
        bottom: 10px;
        width: 5px;
        height: 35px;
        left: 18%;
      }
    #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .caption h3{
        position: relative;
        width: 99% ;
        font-size: 18px;
        font-weight: 500;
    }
    #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button{
        position: absolute;
        bottom: -115;
        width: 33px;
        height: 25px;
        background-color: var(--vert);
      
        display: flex;
        justify-content: center;
        align-items: center;
      
        font-size: 25px;
      }
      #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button.owl-prev{
        margin-right: 40px;
      }
      #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button.owl-next{
        margin-left: 70px;
      }



    #ne_pas_manquer{
        display: block;
        width: 100% !important;
        background-color: var(--blanc);
        padding: 15px;
        margin-top: 35px;
    }
      
    #ne_pas_manquer .items{
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
      
    #ne_pas_manquer .items .item{
        position: relative;
        width: 48%;
        height: auto;
        overflow: hidden;
        box-shadow: 0 4px 8px 0 rgba(104, 104, 104, 0.1), 0 6px 20px 0 rgba(155, 155, 155, 0.1);
        margin-bottom: 30px;
    }
      
}

@media screen and (max-width: 768px) {
    #page_secondaire ._content{
        position: relative;
        width: auto;
        max-width: 100%;
        /* border: 1px solid rgb(31, 68, 255); */
    }
    #colonne_droite .content #agenda{
        position: relative;
        padding: 15px;
        width: 100%;
        margin-bottom: 25px;
      }
    #colonne_droite .section_thematiques{
        position: relative;
        width: 100% !important;
        padding: 0 !important;
        margin: 0;
        margin-top: -70px !important;
    }
   
}
@media screen and (max-width: 640px) {
    
}
@media screen and (max-width: 560px) {
  
    #ne_pas_manquer .items .item{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
  
    
}


/**************       dark mode   ***********/
.dark-mode #header .items a, 
.dark-mode #colonne_droite .content #agenda h1,
.dark-mode #colonne_droite .content #agenda .items .item.active,
.dark-mode #colonne_droite .content #agenda .items .item .titre,
.dark-mode #colonne_droite .content #agenda .items .item.active .event h2,
.dark-mode #colonne_droite .content .section_thematiques .items .titre h1,
.dark-mode #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .caption h3,
.dark-mode #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme .owl-nav button,
.dark-mode #colonne_droite .content .gouv_videos .titre h2,
.dark-mode #colonne_droite .content .gouv_videos .item a .caption h3,
.dark-mode #colonne_droite .content .gouv_videos .item a .caption p,
.dark-mode #colonne_droite .content .gouv_videos .item a .inner .icon span,
.dark-mode #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .inner h2{
    color: yellow !important;
}
.dark-mode #colonne_droite .content #agenda,
.dark-mode #colonne_droite .content .gouv_videos .item a .caption p{
    border: 1px solid yellow !important;
}
.dark-mode .section_e_services::before,
.dark-mode .section_e_services::after{
    border-top: 1px solid yellow !important;
}
.dark-mode #header .items{
    border-bottom: 1px solid yellow !important;
}
.dark-mode #colonne_droite .content .section_thematiques .items .titre{
    border-top: 2px solid yellow;
}
.dark-mode #colonne_droite .content .section_thematiques .items .titre h1::after,
.dark-mode #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .inner .trait{
   background-color: yellow !important;
}
.dark-mode #colonne_droite .content #agenda h1,
.dark-mode #colonne_droite .content .gouv_videos .item{
   background-color: rgb(29, 29, 29) !important;
}
.dark-mode #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .caption,
.dark-mode #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .caption{
   background-color: rgb(36, 36, 36) !important;
}
.dark-mode #colonne_droite .content #agenda h1,
.dark-mode #colonne_droite .content #agenda .items .item.active,
.dark-mode #colonne_droite .content #agenda .items .item,
.dark-mode #colonne_droite .content .gouv_videos .titre h2,
.dark-mode #colonne_droite .content .gouv_videos .item a .caption,
.dark-mode #colonne_droite .content .section_thematiques .items #owl_thematiques.owl-carousel.owl-theme a .inner h2{
   background-color: rgb(37, 37, 37) !important;
   background: rgb(36, 36, 36) !important;
}
.dark-mode .section_chiffres_cles .content h3,
.dark-mode .section_chiffres_cles .content,
.dark-mode #colonne_droite .content .gouv_videos .item .inner .icon span{
    background-color: #000 !important;
    background: #000 !important;
}
