
: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) {
  

}