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

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}



#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.5);
}
#header .items a{ 
    position: relative;
    display: inline-block;
    font-size: 12px;
    text-decoration: none; 
    font-weight: 00;
    margin-right: 7px;
    text-transform: capitalize;
    color: rgb(29, 29, 29);
    transition: ease-in all 0.3s;
}
#header .items span{ 
    position: relative;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    margin-right: 5px;
   /* margin-top: -2px; */
}
#header .items span.separateur{ 
    position: relative;
    display: inline-block;
    font-size: 5px;
    text-decoration: none
}


#page_secondaire ._content{
    position: relative;
    width: auto;
    width: 65%;
    padding: 0px;
    padding: 0 !important;
    /* margin-left: -10px; */
}





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



/********************************     agenda     ******************/
#colonne_droite .content{
    position: relative;
    width: 100%;
}
#colonne_droite .content #agenda{
    position: relative;
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 15px;
    width: 100%;
    margin-top: 25px;
}
#colonne_droite .content #agenda h1{
    position: absolute;
    left: 15px;
    top: -30px;
    width: auto;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--blanc);
    background: linear-gradient(to right, var(--vert), #023A05);
}

#colonne_droite .content #agenda .head{
    position: relative;
    width: 100%;
    display: flex;
}
#colonne_droite .content #agenda .head .head_item{
    position: relative;
    padding: 4px 10px;
    background-color: var(--gris-clair);
    border-radius: 2px;
    margin-right: 8px;
    cursor: pointer;
    transition: ease 0.3s all;
}
#colonne_droite .content #agenda .head .head_item:hover{
    background-color: rgba(240, 205, 140, 0.222);
}
#colonne_droite .content #agenda .head .head_item.active{
    background-color: rgb(18 18 17 / 100%);
    color: var(--blanc);
}

#colonne_droite .content #agenda .items{
   position: relative;
   width: 100%;
   margin-top: 15px;
   padding-right: 20px;
   overflow-y: auto;
   max-height: 280px;
}
#colonne_droite .content #agenda .items .item{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background:  linear-gradient(to right, rgb(197, 197, 197), rgb(154, 154, 154));
    padding: 15px 10px;
}
#colonne_droite .content #agenda .items .item .titre{
    position: relative;
    width: 100%;
    display: flex;
    font-size: 13px;
    flex-direction: row;
    margin-bottom: 3px;
    color: var(--gris-clair);
    margin-bottom: 7px;
} 
#colonne_droite .content #agenda .items .item .titre span{
    position: relative;
    font-weight: 650;
     margin-right: 8px;
}
#colonne_droite .content #agenda .items .item .date{
    position: relative;
    font-size: 12px;
}
#colonne_droite .content #agenda .items .item .event{
    position: relative;
    width: 100%;
}
#colonne_droite .content #agenda .items .item .event h2{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    
}

#colonne_droite .content #agenda .items .item.active{
    background: linear-gradient(to right, var(--orange), #ca5603);
}
#colonne_droite .content #agenda .items .item.active .event h2{
   color: var(--blanc);
}






/**      dossiers       **********************************************/


#colonne_droite .content .section_grands_dossiers{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 55px;
}
#colonne_droite .content .section_grands_dossiers .items .titre{
    position: relative;
    width: 100%;
    border-top: 2px solid var(--orange);
    padding-top: 20px;
    margin-bottom: 45px;
    margin-top: 75px;
}
#colonne_droite .content .section_grands_dossiers .items .titre h1{
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: var(--noir);
}
#colonne_droite .content .section_grands_dossiers .items .titre h1::after{
    position: relative;
   display: block;
   content: "";
   background-color: var(--vert);
   height: 4px;
   width: 90px;
   margin: 6px 0;
}
#colonne_droite .content .section_grands_dossiers .items .slide{
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: var(--gris-clair);
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-item .item{
    cursor: pointer;
    
    position: relative;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    /* overflow: hidden; */
    border-radius: 5px !important; 
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(169, 169, 169, 0.1);
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a .inner{
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 2;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
    transform: scale(1);
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a:hover .inner img{
    transform: scale(1.03);
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a .inner::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.66), transparent);
    opacity: 1;
    transition: ease-out 0.3s;
    z-index: 5;
    /* border: 1px solid rgb(0, 38, 255); */
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a:hover .inner::after{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent);
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.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: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blanc);
    background: linear-gradient(to right, #6a6969, rgb(78 75 73));
    margin-bottom: 10px;
    transition: ease 0.3s all;
    z-index: 10;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .inner .trait{
    position: absolute;
    content: "";
    bottom: 10px;
    width: 5px;
    height: 35px;
    left: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--blanc);
    margin-bottom: 10px;
    transition: ease 0.3s all;
    z-index: 10;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a:hover .inner h2{
    background-color: var(--orange);
    color: var(--blanc);
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    z-index: 30;

    padding: 10px 20px !important;
    padding-bottom: 30px !important;
    background-color: var(--blanc);
    /* border: 1px solid red; */
    /* box-shadow: 0 4px 8px 40px rgba(104, 104, 104, 0.1), 20px 30px rgba(113, 113, 113, 0.6); */

    border: 3px solid rgba(213, 213, 213, 0.1);
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3{
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--vert);
    margin-bottom: 10px;
    text-transform: capitalize !important;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption h4{
    position: relative;
    width: 100%;
    font-size: 14px;
    color: var(--noir);
    font-weight: 500;
    text-transform: capitalize !important;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot{
    position: relative;
    margin-bottom: 10px;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot .left{
    font-size: 13px;
    font-weight: normal;
    color: var(--orange);
    text-transform: capitalize;
    font-style: italic;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: block;
}

#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav{   /* les controls */
    position: absolute !important; 
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    top: -15px;
    right: 0%;
    z-index: 5;

    display: none !important;
    opacity: 0;
}


#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-next:focus{
    outline: 0;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button{
    position: absolute;
    bottom: -115;
    width: 25px;
    height: 20px;
    background-color: #6a6969;

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

    font-size: 22px;
    color: #fff;
    margin: 0px;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-prev{
    margin-right: 30px;
}
#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-next{
    margin-left: 25px;
}

#colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button:hover{
    background-color: var(--blanc);
    color: #6a6969;
    border: 1px solid rgba(204, 204, 204, 0.5);
}

/****   Gouv vidéos  ***/

#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.08);
}

#colonne_droite .content .gouv_videos .titre{
    position: relative;
    display: flex;
    flex-direction: column;
    /* border: 1px solid gray; */
    
    padding: 0px;
    background-color: rgba(239, 173, 73, 0.0);
}
#colonne_droite .content .gouv_videos .titre h2{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: var(--blanc);
    background: linear-gradient(to right, var(--vert), #044404);
    padding: 5px 15px;
    width: 55%;
}


#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: 40%;
    height: 125px;
    overflow: hidden;
}
#colonne_droite .content .gouv_videos .item.facebook .inner::after{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(70, 70, 70, 0.2);
    z-index: 2;
    cursor: pointer;

    border: 1;
}
#colonne_droite .content .gouv_videos .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
    transform: scale(1);
}
#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: 60%;
    background-color: var(--blanc);
    padding: 8px;
    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: 12px;
    font-weight: 500;
    color: var(--noir);
    margin: 0;
    
}
#colonne_droite .content .gouv_videos .item a .caption p{
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: var(--orange);
    font-weight: 550;
    margin: 0;
    
    text-transform: uppercase;
    margin-bottom: 0px;
    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: 12px;
    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;
    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;
}





/***************************    ****    **********  **********  *********************** *******      publication   ***/
#colonne_droite .content  .publication{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgba(159, 159, 159, 0.3);
    margin-top: 20px;
    margin-bottom: 20px;
}

#colonne_droite .content  .publication .slide{
    position: relative;
    width: 100%;
}


#colonne_droite .content  .publication .titre{
    position: relative;
    width: 100%;
    
}
#colonne_droite .content  .publication h2{
    position: relative;
    width: auto;
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    color: var(--blanc);
    background: linear-gradient(to right, #6a6969, rgb(78 75 73));
    margin-bottom: 15px;
}

#colonne_droite .content  .publication .docs{
    position: relative;
    width: 100%;
    /* border: 1px solid green; */
    padding-right: 20px;
    overflow-y: auto;
    max-height: 260px;
    padding-bottom: 20px;
}

#colonne_droite .content  .publication .docs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#colonne_droite .content  .publication .docs::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

#colonne_droite .content  .publication .docs::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: var(--green);
}


#colonne_droite .content  .publication .item{
    cursor: pointer;
    position: relative;
    /* border: 1px solid red; */
}
#colonne_droite .content  .publication a{
    position: relative;
    display: block;
    align-items: center;
    height: auto;
    border-radius: 3px !important; 
    text-decoration: none;
    color: var(--noir);
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: ease-in 0.3s all;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px;
    font-size: 12px;
}
#colonne_droite .content  .publication a:hover{
    position: relative;
    color: var(--orange);
}
#colonne_droite .content  .publication a span.icon{
    position: relative;
    display: inline-block;
    margin-right: -10px;

}
#colonne_droite .content  .publication a span.icon img{
    position: relative;
    width: 50%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
}










/******************************************* 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;
        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;
    }

    
    /**  Section page secondaire ****/
    #colonne_droite .section_grands_dossiers{
        position: relative;
        width: 48% !important;
        padding: 0 !important;
        margin: 0;
        margin-top: -0px !important;
    }
    #colonne_droite .section_grands_dossiers .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_grands_dossiers .items .titre h1{
        position: relative;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        color: var(--noir);
    }
    #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.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_grands_dossiers .items #owl_grands_dossiers.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;
      }
      #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .inner .trait{
        position: absolute;
        content: "";
        bottom: 10px;
        width: 5px;
        height: 35px;
        left: 18%;
      }
    #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3{
        position: relative;
        width: 99%;
    }
    #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button{
        position: absolute;
        bottom: -115;
        width: 30px;
        height: 20px;
        background-color: var(--vert);
      
        display: flex;
        justify-content: center;
        align-items: center;
      
        font-size: 25px;
      }
      #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-prev{
        margin-right: 40px;
      }
      #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.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_grands_dossiers{
        position: relative;
        width: 100% !important;
        padding: 0 !important;
        margin: 0;
        margin-top: -0px !important;
    }
   
}
@media screen and (max-width: 640px) {
    
}
@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_grands_dossiers .items .titre h1,
.dark-mode #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3,
.dark-mode #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.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_grands_dossiers .items #owl_grands_dossiers.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 #agenda .head .head_item {
    background-color: #2c2c2c !important;
    color: yellow !important;
}
.dark-mode #colonne_droite .content #agenda .head .head_item.active {
    background-color: #1d1d1d !important;
    color: yellow !important;
}
.dark-mode #colonne_droite .content .section_grands_dossiers .items .titre{
    border-top: 2px solid yellow;
}
.dark-mode #colonne_droite .content .section_grands_dossiers .items .titre h1::after,
.dark-mode #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.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_grands_dossiers .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption,
.dark-mode #colonne_droite .content .section_grands_dossiers .items #owl_grands_dossiers.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_grands_dossiers .items #owl_grands_dossiers.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;
}


.dark-mode #colonne_droite .content #agenda .items .item.active {
    border: 1px solid red;
}
