
: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%;
    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.section_page_secondaire_formulaire{
    display: inline-block;
    width: 400px;
}
#colonne_droite.section_page_secondaire_formulaire .content{
    position: relative;
    width: 100%;
}


/**       Grands dossiers       **********************************************/
#colonne_droite.section_page_secondaire_formulaire .content .criteres{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;

    margin-bottom: 33px;
    box-shadow: 0 4px 8px 0 rgba(104, 104, 104, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
}
#colonne_droite.section_page_secondaire_formulaire .content .criteres .titre{
    position: relative;

    background-color: var(--vert);
    padding: 5px 10px;
}
#colonne_droite.section_page_secondaire_formulaire .content .criteres .titre h2{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: var(--blanc);
    margin: 0;
}

#colonne_droite.section_page_secondaire_formulaire .content .criteres section{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    padding-left: 10px;
}
#colonne_droite.section_page_secondaire_formulaire .content .criteres section h3{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
#colonne_droite.section_page_secondaire_formulaire .content .criteres section ol{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    padding-left: 10px;
    margin-left: 15px;
}





/*************************************************************************************/
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 20px;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .titre{
    position: relative;

    background-color: rgba(56, 56, 56, 0.8);
    padding: 5px 10px;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .titre h2{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--blanc);
    padding: 10px;
    margin: 0;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item{
    position: relative;
    width: 100%;
    height: 270px;
    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.section_page_secondaire_formulaire .content .video_tutoriel .item a{
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: ease all 0.3s;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .inner{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a:hover .inner img{
    transform: scale(1.02);
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .inner .icon{
    position: absolute;
    right: 45%;
    top: 45%;
    height: 40px;
    width: 40px;
    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.section_page_secondaire_formulaire .content .video_tutoriel .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.section_page_secondaire_formulaire .content .video_tutoriel .item:hover .inner .icon span{
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.9999);
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption{
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px;
    padding-top: 1px;
    display: flex;
    flex-direction: column;

    display: none;
}

#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a:hover .caption h2{
    background-color: var(--orange);
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption h3{
    position: relative;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    color: var(--noir);
    margin: 0;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .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;
    margin-bottom: 5px;
    padding: 0px;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a:hover h3{
    color: var(--orange);
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption .foot{
    position: relative;
    display: flex;
    display: none;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption .foot .left{
    font-size: 11px;
    color: var(--orange);
    text-transform: capitalize;
}
#colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .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%;
    }
}
@media screen and (max-width: 1350px) {

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


    }

    #colonne_droite.section_page_secondaire_formulaire{
        display: inline-block;
        width: 100%;
        margin-top: 35px;
    }


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


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

    #colonne_droite.section_page_secondaire_formulaire .content .criteres .items .titre h1{
        position: relative;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        color: var(--noir);
    }
    #colonne_droite.section_page_secondaire_formulaire .content .criteres .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.section_page_secondaire_formulaire .content .criteres .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: 12px;
        font-weight: 600;
      }
      #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme a .inner .trait{
        position: absolute;
        content: "";
        bottom: 10px;
        width: 5px;
        height: 35px;
        left: 18%;
      }
    #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3{
        position: relative;
        width: 99% ;
        font-size: 14px;
        font-weight: 500;
    }
    #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button{
        position: absolute;
        bottom: -115;
        width: 33px;
        height: 30px;
        background-color: var(--vert);

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

        font-size: 25px;
      }
      #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-prev{
        margin-right: 40px;
      }
      #colonne_droite.section_page_secondaire_formulaire .content .criteres .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.section_page_secondaire_formulaire .content #agenda{
        position: relative;
        padding: 15px;
        width: 100%;
        margin-bottom: 25px;
      }
    #colonne_droite.section_page_secondaire_formulaire .criteres{
        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.section_page_secondaire_formulaire .content #agenda h1,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda .items .item.active,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda .items .item .titre,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda .items .item.active .event h2,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items .titre h1,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .titre h2,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption h3,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption p,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .inner .icon span,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme a .inner h2{
    color: yellow !important;
}
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .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.section_page_secondaire_formulaire .content .criteres .items .titre{
    border-top: 2px solid yellow;
}
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items .titre h1::after,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme a .inner .trait{
   background-color: yellow !important;
}
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda h1,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item{
   background-color: rgb(29, 29, 29) !important;
}
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .items #owl_grands_dossiers.owl-carousel.owl-theme a .caption{
   background-color: rgb(36, 36, 36) !important;
}
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda h1,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda .items .item.active,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content #agenda .items .item,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .titre h2,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .video_tutoriel .item a .caption,
.dark-mode #colonne_droite.section_page_secondaire_formulaire .content .criteres .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.section_page_secondaire_formulaire .content .video_tutoriel .item .inner .icon span{
    background-color: #000 !important;
    background: #000 !important;
}
