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

#page_cabinet .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_cabinet .titre h2{
    font-size: 14px;
    font-weight: 600;
    color: rgb(45, 45, 45);
    text-align: left;
}
#page_cabinet .titre ul{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   list-style: none;
}
#page_cabinet .titre ul li a{
    font-size: 12px;
    text-align: center;
    color: var(--orange);
}

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

#page_cabinet .liste .item .item_content{
    position: relative;
    width: 100%;
    height: 240px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(207, 207, 207, 0.1);
    box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.1222), 0 6px 20px 0 rgba(223, 223, 223, 0.11);
    padding: 10px;
    transition: ease all 0.3s;
}
#page_cabinet .liste .item.premier .item_content{
    position: relative;
    width: 100%;
    height: auto !important;
    display: block;
}
#page_cabinet .liste .item .item_content:hover{
    position: relative;
    border: 1px solid rgba(207, 207, 207, 0.422);
    box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.222), 0 6px 20px 0 rgba(223, 223, 223, 0.11);
}
#page_cabinet .liste .item .item_content:hover{
    position: relative;
    width: 100%;

    box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.2), 0 6px 20px 0 rgba(223, 223, 223, 0.11);
}
#page_cabinet .liste .item.premier .item_content,
#page_cabinet .liste .item.premier .item_content:hover{
    position: relative;
    border: 0px solid rgba(207, 207, 207, 0.422);
    box-shadow: 0 0px 0px 0 rgba(189, 189, 189, 0), 0 6px 20px 0 rgba(223, 223, 223, 0);
}

#page_cabinet .liste .item .inner{
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    margin: auto;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    background-color: var(--orange);
    border: 2px solid var(--orange);
}
#page_cabinet .liste .item.premier .inner{
    position: relative;
    width: 230px !important;
    height: 230px !important;
    margin: 20px auto;
    display: block;
    border: 2px solid var(--blanc);
}
#page_cabinet .liste .item .inner img{
    position: relative;
    width: 100%;
}
#page_cabinet .liste .item .caption{
    position: relative;
    width: 100%;
    padding: 10px;

    /* border: 1px solid red; */
}
#page_cabinet .liste .item .caption h2{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--noir);
}
#page_cabinet .liste .item .caption h3{
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--orange) !important;
    font-weight: 600;
    text-align: center;
}
#page_cabinet .liste .item.premier .caption h3{
    color: var(--orange);
    font-size: 14px;
}
#page_cabinet .liste .item .caption p{
    position: relative;
    font-size: 13px;
    color: var(--vert);
    text-align: center;
    font-weight: 550;
    margin-top: 8px;
}
#page_cabinet .liste .item.premier .caption p{
    position: relative;
    font-size: 13px;
    color: var(--blanc);
    text-align: center;
}
#page_cabinet .liste .item .icon{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgb(255, 161, 39);
    padding: 0px;
    display: none !important;
    margin-top: 10px;
}



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

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

}
@media screen and (max-width: 1400px) {
    #page_cabinet .liste .item.premier{
        position: relative;
        width: 100%;
        /* border: 1px solid rgb(0, 106, 255); */
    }
    #page_cabinet .liste .item .item_content{
        position: relative;
        width: 100%;
        padding: 10px;
    }
    #page_cabinet .liste .item .caption {
        width: 100%;
        padding: 0 !important;
        margin-top: 10px;
    }
    #page_cabinet .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_cabinet .liste .item{
        position: relative;
        width: 46%;
        margin: 10px;
        cursor: pointer;
    } 
}
@media screen and (max-width: 992px) {
    #page_cabinet .groupe &gt; 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_cabinet .groupe &gt; h3::before{
       
        width: 25%;
        height: 2px;
        margin-right: 15px;
    }
    #page_cabinet .groupe &gt; h3::after{
        width: 25%;
        height: 2px;
        margin-left: 15px;
    }
    #page_cabinet .liste .item .icon{
        position: relative;
        margin-top: 10px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: rgb(255, 161, 39);
        padding: 5px;
    }

    

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

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

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

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

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

}</pre></body></html>