<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;

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


body{
    margin: 0;
    padding: 0;

}


#page_ministre {                 /*******************        _ministre         ***********/
    position: relative;
    padding: 0 !important;
    /* border: 2px solid red; */
}
#page_ministre .photo{
    position: relative;
    padding: 0 !important;
    width: 100%;
}

#page_ministre .photo .inner{
    position: relative;
    padding: 0 !important;
    max-height: 400px;
    width: 250px;
    float: left;
    clear: both;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--blanc);
    border: 1px solid rgba(214, 214, 214, 0.32);
}
#page_ministre .photo .caption{
    position: relative;
    display: inline-block;
    padding: 10px !important;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: rgba(217, 224, 218, 0.1888);
}
#page_ministre .photo .caption .nom{
    position: relative;
    margin-top: 10px;
}
#page_ministre .photo .caption .nom h3{
    position: relative;
    width: auto;
    color: var(--vert);
    font-size: 20px;
    font-weight: 700;
}
#page_ministre .photo .caption .nom p{
    position: relative;
    width: auto;
    color: var(--orange);
    font-size: 14px;
    font-weight: 650;
}
#page_ministre .photo .caption .mot{
    position: relative;
    margin-top: 25px;
}
#page_ministre .photo .caption .mot h3{
    position: relative;
    font-weight: 700;
    width: 100%;
    font-size: 13px;
    color: var(--noir);
}
#page_ministre .photo .caption .mot h3 .ligne{
    position: relative;
    width: 33%;
    display: inline-block;
    content: "";
    height: 3px;
    background-color: var(--vert);
    margin-left: 10px;
}
#page_ministre .photo .caption .mot ul{
    position: relative;
    margin-left: 12px;
}
#page_ministre .photo .caption .mot h1{
    position: relative;
    text-align: justify;
    width: 100%;
    font-size: 15px;
}
#page_ministre .photo .caption .mot h2,
#page_ministre .photo .caption .mot h3{
    position: relative;
    text-align: justify;
    width: 100%;
    font-size: 14px;
}
#page_ministre .photo .caption .mot p,
#page_ministre .photo .caption .mot li{
    position: relative;
    text-align: justify;
    width: 100%;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#page_ministre .biographie{  /**   Biographie  **/
    position: relative;
    width: 100%;
    margin-top: 20px;
}
#page_ministre .biographie .titre h3{
    position: relative;
    font-weight: 700;
    width: 100%;
    font-size: 20px;
    color: var(--noir);
}
#page_ministre .biographie .titre h3 .ligne{
    position: relative;
    width: 33%;
    display: inline-block;
    content: "";
    height: 3px;
    background-color: var(--vert);
    margin-left: 10px;
}

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

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

}
@media screen and (max-width: 1400px) {
    #page_ministre .liste .item .item_content{
        position: relative;
        width: 100%;
        padding: 10px;
    }
    #page_ministre .liste .item .caption {
        width: 100%;
        padding: 0 !important;
        margin-top: 10px;
    }
    #page_ministre .liste .item .caption h3{
        position: relative;
        text-align: center;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1350px) {
    
}
@media screen and (max-width: 1250px) {
    #page_ministre .liste .item{
        position: relative;
        width: 46%;
        margin: 10px;
        cursor: pointer;
    } 
}
@media screen and (max-width: 992px) {
    #page_ministre .groupe &gt; h3{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    #page_ministre .groupe &gt; h3::before{
        width: 25%;
        height: 2px;
        margin-right: 15px;
    }
    #page_ministre .groupe &gt; h3::after{
        width: 25%;
        height: 2px;
        margin-left: 15px;
    }
    #page_ministre .liste .item .item_content{
        position: relative;
        width: 100%;
        height: 250px !important;
        padding: 10px;
    }
    #page_ministre .liste .item.premier .item_content{
        position: relative;
        width: 100%;
    }
    #page_ministre .liste .item .caption h3{
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        color: var(--orange);
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
    }
    #page_ministre .liste .item .caption p{
        position: relative;
        color: var(--vert);
        text-align: center;
    }
}

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

    #page_ministre .titre{
        padding: 20px;
        width: 100% !important;
        color: var(--noir);
        margin-top: 15px;
    }
    #page_ministre .titre h2{
        font-size: normal;
    }
    #page_ministre .titre ul{
       position: relative;
       margin: 0;
       padding: 0;
    }
    #page_ministre .liste .item{
        width: 46%;
        /* border: 1px solid blue; */
    }
    #page_ministre .liste .item.premier .inner{
        position: relative;
        width: 180px;
        height: 180px;
    }
    #page_ministre .liste .item .item_content{
        position: relative;
        margin-bottom: 10px;
    }
    #page_ministre .liste .item.premier .item_content{
        position: relative;
        width: 100%;
        padding: 10px;
    }
    #page_ministre .titre ul li .item_content{
        font-size: 13px;
    }
}
@media screen and (max-width: 620px) {
    #page_ministre .liste .item .item_content{
        position: relative;
        width: 100%;
        height: 250px !important;
        /* border: 1px solid green; */
    }
}
@media screen and (max-width: 540px) {
    #page_ministre .liste .item{
        width: 100%;
        /* border: 1px solid blue; */
    }
    #page_ministre .liste .item .item_content{
        position: relative;
        width: 100% !important;
        height: auto !important;
    }
}
@media screen and (max-width: 480px) {
    #page_ministre .titre ul li a{
        text-align: center;
        color: var(--orange);
    }
    #page_ministre .groupe &gt; h3{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    #page_ministre .groupe &gt; h3::before{
        width: 21%;
        height: 1.5px;
        margin-right: 11px;
    }
    #page_ministre .groupe &gt; h3::after{
        width: 21%;
        height: 1.5px;
        margin-left: 11px;
    }

    #page_ministre .liste .item.premier .inner{
        position: relative;
        width: 150px;
        height: 150px;
    }
    #page_ministre .liste .item.premier .caption h3{
        color: var(--orange);
    }
    #page_ministre .liste .item.premier .caption p{
        position: relative;
        color: var(--blanc);
        text-align: center;
    }
}

/**************       dark mode   ***********/
.dark-mode #page_ministre .photo .caption .nom h3,
.dark-mode #page_ministre .photo .caption .nom p,
.dark-mode #page_ministre .biographie .titre h3,
.dark-mode #page_ministre .mot .titre h3{
    color: yellow;
}
.dark-mode .section_e_services a{
    color: yellow !important;
    /* border: 1px solid red; */
    background-color: rgba(31, 31, 31, 0.9) !important;
}
.dark-mode .section_e_services{
    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 .section_grands_dossiers .content .titre{
    border-top: 2px solid yellow;
}
.dark-mode .section_e_services .content .titre{
   background-color: rgb(19, 19, 19) !important;
   background: rgb(19, 19, 19) !important;
}
.dark-mode .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button{
    background-color: #000 !important;
    background: #000 !important;
    color: yellow !important;
}
.dark-mode .section_e_services .content .titre h1{
    color: yellow !important;
}
</pre></body></html>