: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_premier_ministre {                 /*******************          premier_ministre         ***********/
    position: relative;
    padding: 0 !important;
}

#page_premier_ministre .titre{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px;
    width: 100% !important;

    color: var(--noir);
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: rgba(255, 236, 210, 0.4);
}
#page_premier_ministre .titre h2{
    font-size: 22px;
    font-weight: 600;
    color: rgb(45, 45, 45);
    text-align: center;
}
#page_premier_ministre .titre ul{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   list-style: none;
}
#page_premier_ministre .titre ul li a{
    font-size: 13px;
    text-align: center;
    color: var(--orange);
}

#page_premier_ministre .groupe{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
#page_premier_ministre .groupe > h3{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: var(--noir);
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
#page_premier_ministre .groupe > h3::before{
    position: relative;
    content: "";
    display: inline-block;
    background-color: var(--orange);
    width: 33%;
    height: 2px;
    margin-right: 20px;
    margin-top: -5px !important;
}
#page_premier_ministre .groupe > h3::after{
    position: relative;
    content: "";
    display: inline-block;
    background-color: var(--orange);
    width: 33%;
    height: 2px;
    margin-left: 20px;
}
#page_premier_ministre .liste{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}
#page_premier_ministre .liste .item{
    position: relative;
    width: 100%;
    margin: 10px;
    cursor: pointer;
    display: block;
    background-color: rgba(189, 189, 189, 0.1222);
} 


#page_premier_ministre .liste .item .item_content{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 15px;
    transition: ease all 0.3s;
}

#page_premier_ministre .liste .item .inner{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0%;
    margin: auto;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}
#page_premier_ministre .liste .item .inner img{
    position: relative;
    width: 75%;
}
#page_premier_ministre .liste .item .caption{
    position: relative;
    width: 100%;
    padding: 10px;
    margin-top: 15px;

    /* border: 1px solid red; */
}
#page_premier_ministre .liste .item .caption h2{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--noir);
}
#page_premier_ministre .liste .item .caption h3{
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--orange) !important;
    font-weight: 600;
    text-align: center;
}
#page_premier_ministre .liste .item .caption p{
    position: relative;
    font-size: 14px;
    color: var(--vert);
    text-align: center;
    font-weight: 550;
    margin-top: 8px;
}
#page_premier_ministre .liste .item.premier .caption p{
    position: relative;
    font-size: 16px;
    color: var(--noir);
    text-align: center;
}
#page_premier_ministre .biographie {
    position: relative;
    width: 100%;
}
#page_premier_ministre .biographie .titre_biographie{
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--noir);
    margin: 10px 0;

}
#page_premier_ministre .biographie .titre_biographie::before{
    position: relative;
    display: inline-block;
    width: 11px;
    height: 13px;
    margin-right: 6px;
    background-color: var(--vert);
    content: "";
}


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

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

}
@media screen and (max-width: 1400px) {
    #page_premier_ministre .liste .item .item_content{
        position: relative;
        width: 100%;
        padding: 10px;
    }
    #page_premier_ministre .liste .item .caption {
        width: 100%;
        padding: 0 !important;
        margin-top: 10px;
    }
    #page_premier_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;
    }
}
@media screen and (max-width: 1350px) {
    
}
@media screen and (max-width: 1250px) {
    #page_premier_ministre .liste .item{
        position: relative;
        width: 46%;
        margin: 10px;
        cursor: pointer;
    } 
}
@media screen and (max-width: 992px) {
    #page_premier_ministre .groupe > h3{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--noir);
        margin-bottom: 25px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    #page_premier_ministre .groupe > h3::before{
       
        width: 25%;
        height: 2px;
        margin-right: 15px;
    }
    #page_premier_ministre .groupe > h3::after{
        width: 25%;
        height: 2px;
        margin-left: 15px;
    }

    #page_premier_ministre .liste .item .item_content{
        position: relative;
        width: 100%;
        height: 250px !important;
        padding: 10px;
        /* border: 2px solid rgb(0, 4, 255); */
    }
    #page_premier_ministre .liste .item.premier .item_content{
        position: relative;
        width: 100%;
    }
    #page_premier_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_premier_ministre .liste .item .caption p{
        position: relative;
        font-size: 11px;
        color: var(--vert);
        text-align: center;
    }
}

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

    #page_premier_ministre .titre{
        
        padding: 20px;
        width: 100% !important;
    
        color: var(--noir);
        margin-top: 15px;
    }
    #page_premier_ministre .titre h2{
        font-size: 16px;
        font-weight: 550;
    }
    #page_premier_ministre .titre ul{
       position: relative;
       margin: 0;
       padding: 0;
    }

    #page_premier_ministre .liste .item{
        width: 46%;
        /* border: 1px solid blue; */
    }
    #page_premier_ministre .liste .item.premier .inner{
        position: relative;
        width: 180px;
        height: 180px;
    }
    #page_premier_ministre .liste .item .item_content{
        position: relative;
        margin-bottom: 10px;
    }
    #page_premier_ministre .liste .item.premier .item_content{
        position: relative;
        width: 100%;
        padding: 10px;
    }

    #page_premier_ministre .titre ul li .item_content{
        font-size: 13px;
    }
}
@media screen and (max-width: 620px) {
    #page_premier_ministre .liste .item .item_content{
        position: relative;
        width: 100%;
        height: 250px !important;
        /* border: 1px solid green; */
    }
}
@media screen and (max-width: 540px) {
    #page_premier_ministre .liste .item{
        width: 100%;
        /* border: 1px solid blue; */
    }
    #page_premier_ministre .liste .item .item_content{
        position: relative;
        width: 100% !important;
        height: auto !important;
    }
}
@media screen and (max-width: 480px) {
    #page_premier_ministre .titre ul li a{
        font-size: 11px;
        text-align: center;
        color: var(--orange);
    }
    #page_premier_ministre .groupe > h3{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--noir);
        margin-bottom: 25px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    #page_premier_ministre .groupe > h3::before{
       
        width: 21%;
        height: 1.5px;
        margin-right: 11px;
    }
    #page_premier_ministre .groupe > h3::after{
        width: 21%;
        height: 1.5px;
        margin-left: 11px;
    }

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

}