
: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_anciens_ministres {
    position: relative;
    width: 100%;
}



#page_anciens_ministres .titre{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px;
    background-color: rgba(197, 232, 201, 0.167);
}
#page_anciens_ministres .titre h2{
    font-size: 22px;
    font-weight: 600;
    color: var(--noir);
}
#page_anciens_ministres .titre p{
    font-size: 13px;
}

 #page_anciens_ministres .liste{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

#page_anciens_ministres .liste a{
    position: relative;
    width: 48%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.2), 0 6px 20px 0 rgba(223, 223, 223, 0.11);
}
#page_anciens_ministres .liste a h2{
    position: relative;
    font-size: 14px;
    font-weight: 650;
    color: var(--vert);
    transition: all 0.3s ease;
}
#page_anciens_ministres .liste a:hover h2{
    position: relative;
    font-size: 14px;
    font-weight: 650;
    color: var(--orange);
    transition: all 0.3s ease;
}
#page_anciens_ministres .liste a p{
    position: relative;
    font-size: 13px;
    color: var(--orange);
}

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

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

}
@media screen and (max-width: 1400px) {
    #page_anciens_ministres .liste a{
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        margin-bottom: 20px;
        box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.2), 0 6px 20px 0 rgba(223, 223, 223, 0.11);
    }
}
@media screen and (max-width: 1350px) {
    
}
@media screen and (max-width: 1250px) {

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

}

@media screen and (max-width: 768px) {
    #page_anciens_ministres .titre h2{
        font-size: 16px;
        font-weight: 600;
        color: var(--noir);
    }
    #page_anciens_ministres .titre p{
        font-size: 12px;
    }


    #page_anciens_ministres .liste a h2{
        position: relative;
        font-size: 13px;
        font-weight: 550;
        color: var(--vert);
        transition: all 0.3s ease;
    }
    #page_anciens_ministres .liste a:hover h2{
        position: relative;
        font-size: 12px;
        font-weight: 500;
    }
    #page_anciens_ministres .liste a p{
        position: relative;
        font-size: 13px;
        color: var(--orange);
    }
}
@media screen and (max-width: 640px) {
    
}
@media screen and (max-width: 480px) {
  

}



/**************       dark mode   ***********/
.dark-mode #page_anciens_ministres .titre h2,
.dark-mode #page_anciens_ministres .liste a h2,
.dark-mode #page_anciens_ministres .liste a p{
    color: yellow !important;
}
.dark-mode #page_anciens_ministres .liste a{
    box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.01), 0 6px 20px 0 rgba(223, 223, 223, 0.01);
}
.dark-mode #colonne_droite .content .gouv_videos .item a .caption p{
    border: 1px solid yellow !important;
}
.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_grands_dossiers .items .titre{
    border-top: 2px solid yellow;
}
.dark-mode #colonne_droite .content .section_grands_dossiers .items .titre h1::after{
   background-color: yellow !important;
}
.dark-mode #page_anciens_ministres .titre{
   background-color: rgb(36, 36, 36) !important;
}
.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 .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 #colonne_droite .content .gouv_videos .item .inner .icon span{
    background-color: #000 !important;
    background: #000 !important;
}
