<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 !important;
    padding: 0 !important;
    /* font-family: Poppins, Helvetica, sans-serif; */
}
#footer{
    position: relative;
    width: 1300px;
    padding: 0 !important;
    /* font-family: 'Poppins', sans-serif !important; */
    margin: auto ;
    margin-left: -25px;

    /* border: 1px solid yellow; */
}






/**********************************************************************************************    section one   ****/

#footer .section_one{
    position: relative;
    width: 100%;
    padding: 0;
    margin: auto;
    background-color: #2a2a2a;
    width: 100%;
}
#footer .content{
    position: relative;
    width: 100%;
    margin: auto;
    padding: 10px 15px;
    margin-bottom: -15px;
}
#footer .section_one .content .items{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


#footer .section_one .content .items .item{
    position: relative;
    width: 31%;
    padding: 15px;
}
#footer .section_one .content .items .item.gouv_actu {
    position: relative;
}

#footer .section_one .content .items .item h2{
    position: relative;
    font-size: 18px;
    color: var(--blanc);
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize !important;
}



#footer .section_one .content .items .item.gouv_actu p{
    position: relative;
    font-size: 12px;
    color: lightgray;
    margin-bottom: 20px;
}

#footer .section_one .content .items .item.gouv_actu form{
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
#footer .section_one .content .items .item.gouv_actu input{
    position: relative;
    width: 100%;
    padding: 8px;
    height: 40px;
    margin: 5px 0;
    border: 1px solid rgb(158, 158, 158);
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: var(--blanc);
    border-radius: 2px;
}
#footer .section_one .content .items .item.gouv_actu form p {
    position: relative;
    margin-top: 15px;
}
#footer .section_one .content .items .item.gouv_actu form .bloc_code {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .section_one .content .items .item.gouv_actu form .bloc_code label{
    position: relative;
    width: 38%;
    height: 35px;
    background-color: rgb(197, 125, 57);

    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
}
#footer .section_one .content .items .item.gouv_actu form .bloc_code input{
    position: relative;
    width: 60%;
    height: 35px;
    margin: 0;
    margin-top: -5px;
}
#footer .section_one .content .items .item.gouv_actu form input.submit{
    position: relative;
    width: 100%;
    height: 45px;
    background-color: gray;
    border: none;
    outline: 0;
    color: var(--blanc);
    font-size: 12px;
    font-weight: 600;
}


#footer .section_one .content .items .item .card{
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 345px;
   overflow: hidden;
   border-radius: 0;
}
#footer .section_one .content .items .item .card .inner{
    position: relative;
    width: 100%;
}


/********************************************************          Section two    ********************************/
#footer .section_two{
    position: relative;
    background-color: #070707;
    padding: 15px;  
    margin: auto;
    width: 100%;
    padding-bottom: -25px;
    margin-bottom: -25px !important;
}
#footer .section_two .content .items{
    position: relative;
    width: 100%;
    display: flex;
}
#footer .section_two .content .items .image{
    position: relative;
    width: 300px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}
#footer .section_two .content .items .image .inner{
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 35px;
}


#footer .section_two .content .items .image .reseaux{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(45, 177, 80);
    padding: 9px;
    margin-bottom: 15px;
}


#footer .section_two .content .items .image .reseaux p{
    position: relative;
    font-size: 13px;
    font-weight: 550;
    color: var(--blanc);
    margin: 0 !important;
}

#footer .section_two .content .items .image .reseaux a{
    position: relative;
    font-size: 12px;
    color: var(--blanc);
    margin: 0 !important;
}


#footer .section_two .content .items .image .annuaire{
    position: relative;
    width: 100%;
}
#footer .section_two .content .items .image .annuaire h1{
    position: relative;
    width: 100%;
    font-size: 12px;
    color: var(--blanc);
    margin-top: 20px;
    margin-bottom: 25px;
    /* color: red; */
}
#footer .section_two .content .items .image .annuaire section{
    position: relative;
    width: 100%;
}
#footer .section_two .content .items .image .annuaire section .links{
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(244, 244, 244, 0.4);
    margin-bottom: 10px;
    z-index: 2;
    cursor: pointer;
}
#footer .section_two .content .items .image .annuaire section .links h2{
    position: relative;
    width: 100%;
    font-size: 12px;
    color: var(--blanc);
}

    #footer .section_two .content .items .image .annuaire section .links h2 span{
       float: right;
    }
    

#footer .section_two .content .items .image .annuaire section .links.active h2 {
    color: var(--orange);
}

#footer .section_two .content .items .image .annuaire section .links ul{
 /*   position: absolute; */
    display: none;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0px !important;
    height: 150px !important;
    background-color: var(--blanc);
    overflow-y: scroll;
    z-index: 1;
    transition: ease 0.3s all;
    /* list-style: none !important; */
    scrollbar-color: #346abf rgb(224, 210, 180); /* ascensseur bleu sur fond blanc */
    scrollbar-width: 2px !important;
}
#footer .section_two .content .items .image .annuaire section .links ul li {
    color: var(--orange);
}
#footer .section_two .content .items .image .annuaire section .links.active{
   z-index: 3 !important;
   background-color: var(--gris-clair);
   border: 1px solid rgba(244, 244, 244, 0.0);
}
#footer .section_two .content .items .image .annuaire section .links.active ul{
    display: block;
    z-index: 4 !important;
}
#footer .section_two .content .items .image .annuaire section .links ul li a{
    position: relative;
    display: block;
    font-size: 12px;
    color: rgb(48, 48, 48);
    transition: all ease-in 0.3s;
    padding: 4px 8px;
    border-bottom: 1px solid rgba(248, 183, 123, 0.2);
}
#footer .section_two .content .items .image .annuaire section .links ul li a:hover{
    position: relative;
    background-color: var(--orange);
    transition: all ease-in 0.3s;
    color: var(--blanc);
    text-decoration: none;
}

#footer .section_two .content .items .institutions {
    position: relative;
    width: 70%;
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap into rows */
    justify-content: space-between; 
    margin-left: 25px;
}

#footer .section_two .content .items .institutions .item {
    position: relative;
    width: 30%;
    margin-bottom: 40px;
    border: 1px solid rgba(213, 213, 213, 0.0);
    padding-bottom: -10px !important;
    max-height: 200px; /* Set a maximum height for each item */
    overflow-y: auto; /* Adds vertical scroll if content overflows */
}

/* Custom thin scrollbar */
#footer .section_two .content .items .institutions .item::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
}

#footer .section_two .content .items .institutions .item::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3); /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded edges for the scrollbar thumb */
}

#footer .section_two .content .items .institutions .item::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1); /* Color of the scrollbar track */
}

/* Styles for other elements */
#footer .section_two .content .items .institutions .item h2 {
    position: relative;
    font-size: 14px;
    color: rgb(228, 228, 228);
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footer .section_two .content .items .institutions .item ul {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

#footer .section_two .content .items .institutions .item ul li a {
    position: relative;
    font-size: 12px;
    color: lightgray;
    transition: all ease-in 0.3s;
    text-decoration: none !important;
}

#footer .section_two .content .items .institutions .item ul li a:hover {
    position: relative;
    color: var(--orange);
    transition: all ease-in 0.3s;
    text-decoration: underline;
}

#footer .section_two .content .items .institutions .item.publication {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(213, 213, 213, 0.0);
}

#footer .section_two .content .items .institutions .item.publication ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2;
}

#footer .section_two .content .items .institutions .item.publication ul li {
    position: relative;
    width: 25%;
}





#footer .section_two .content .copyright{
    position: relative;
    margin: 0 !important;
    padding: 15px 50px !important;
    padding-bottom: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -45px;
}
#footer .section_two .content .copyright h2{
    position: relative;
    font-size: 14px;
    color: lightgray;
    font-weight: 500;
}

#footer .section_two .content .copyright .conception{
    position: relative;
    display: flex;
    justify-content: flex-end; 
    align-items: center;
}
#footer .section_two .content .copyright .conception img{
    position: relative;
    width: 50px;
    margin-left: 5px;
}



#footer .section_two .content .logo .inner{
  /*  background-color: rgba(187, 187, 187, 0.3); 
    width:17% ; */
    margin: 0px 10px 30px 500px
}



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

@media screen and (max-width: 1520px) {
    #footer .section_one{
        /* border: 1px solid rgb(251, 112, 48); */
        position: relative;
    }
}
@media screen and (max-width: 1400px) {
    #footer{
       width: auto !important;
        /* border: 2px solid rgb(111, 255, 0); */
        margin-left: -25px !important;
        margin-right: -25px !important;
    }
    #footer .section_one{
        position: relative;
    }


    #footer .section_one .content .items .item h2{
        position: relative;
        font-size: 30px;
        color: var(--blanc);
        font-weight: 650;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1350px) {

    #footer{
        position: relative;
        width: 100%;
        overflow: hidden;
    }
}
@media screen and (max-width: 1280px) {

    #footer .content{
        position: relative;
    }
    #footer .section_one .content .items .item h2{
        position: relative;
        font-size: 25px;
        color: var(--blanc);
        font-weight: 600;
        margin-bottom: 25px;
    }

}
@media screen and (max-width: 1150px) {
    #footer .content{
        position: relative;
        width: 100%;
        margin: auto;
        padding: 75px 10px;
    }
    #footer .section_two .content .items{
        position: relative;
        width: 100%;
        display: flex;
        padding: 25px;
    }
    #footer .section_two .content .items .image{
        position: relative;
        width: 200px;
        margin-right: 50px;
        display: flex;
        flex-direction: column;
    }
  }
@media screen and (max-width: 1024px) {
    #footer .content{
        position: relative;
        width: 100%;
        margin: auto;
        padding: 15px 10px;
    }
    #footer .section_two .content .items{
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        /* border: 1px solid rgb(43, 255, 0); */
        padding: 25px;
    }
    #footer .section_two .content .items .image{
        position: relative;
        width: 300px !important;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
    }
    #footer .section_two .content .items .institutions{
        position: relative;
        width: 550px;
        margin-left: 25px;
    }
    #footer .section_two .content .items .institutions .item{
        position: relative;
        width: 30%;
      /*  margin-bottom: 40px;*/
        border: 1px solid rgba(213, 213, 213, 0.0);
    }

    #footer .section_two .content .logo .inner{
    /*  background-color: rgba(187, 187, 187, 0.3); 
        width:17% ; */
        margin: 0px 10px 30px 400px
    }

}

@media screen and (max-width: 992px) {
    #footer{
        position: relative;
        /* border: 1px solid red; */
    }
    #footer .content{
        position: relative;
        width: 100%;
        margin: auto;
        padding: 75px 10px;
    }
    #footer .section_one .content .items .item{
        position: relative;
        width: 49%;
        padding: 15px;
    }
    #footer .section_one .content .items .item.gouv_actu{
        position: relative;
        width: 100%;
        padding: 15px;
        margin-bottom: 25px;
    }
    

    #footer .section_two .content .items .image{
        position: relative;
        width: 100% !important;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        margin-bottom: 35px;
    }
    #footer .section_two .content .items .institutions{
        position: relative;
        width: 100%;
        margin-left: 0px;
    }

    #footer .section_two .content .items .institutions .item{
        position: relative;
        width: 31%;
        margin-bottom: 40px;
        border: 1px solid rgba(213, 213, 213, 0.0);
    }

    
    #footer .section_two .content .logo .inner{
    /*  background-color: rgba(187, 187, 187, 0.3); 
        width:17% ; */
        margin: 0px 10px 30px 400px
    }

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

    #footer .section_one .content .items .item{
        position: relative;
        width: 49%;
        padding: 15px;
    }
    #footer .section_two .content .items .institutions .item{
        position: relative;
        width: 49%;
        margin-bottom: 40px;
        border: 1px solid rgba(213, 213, 213, 0.0);
    }

    #footer .section_two .content .items .institutions .item.publication ul li{
    position: relative;
    width: 32%;
    
    }

    #footer .section_two .content .logo .inner{
        background-color: rgba(187, 187, 187, 0.3);
        width: 70%;
        margin: 0px 10px 0px 25px;
    }



}


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

    #footer .section_one .content .items .item{
        position: relative;
        width: 100%;
        padding: 10px;
        margin-bottom: 30px;
        border-radius: 5px !important;
        background-color: rgba(63, 63, 63, 0.1);
    }

    #footer .section_two .content .items .institutions .item h2{
        position: relative;
        font-size: 16px;
        margin-bottom: 15px;
      }

      #footer .section_two .content .copyright{
        position: relative;
        margin: 0 !important;
        padding: 45px 25px !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    #footer .section_two .content .copyright h2{
        position: relative;
        font-size: 12px;
        font-weight: 400;
    }

    #footer .section_two .content .logo .inner{
        background-color: rgba(187, 187, 187, 0.3);
        width: 70%;
        margin: 0px 10px 0px 25px;
    }


}

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

    #footer .section_one .content .items .item{
        position: relative;
        width: 100%;
        padding: 10px;
        margin-bottom: 30px;
        border-radius: 5px !important;
        background-color: rgba(63, 63, 63, 0.1);
    }

    #footer .section_two .content .items .institutions .item h2{
        position: relative;
        font-size: 16px;
        margin-bottom: 15px;
      }

      #footer .section_two .content .copyright{
        position: relative;
        margin: 0 !important;
        padding: 45px 25px !important;
        padding-bottom: 10px !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #footer .section_two .content .copyright h2{
        position: relative;
        font-size: 12px;
        font-weight: normal;
    }

    #footer .section_two .content .logo .inner{
        background-color: rgba(187, 187, 187, 0.3);
        width: 70%;
        margin: 0px 10px 0px 25px;
    }

 
  
}



#footer .section_two .content .contact_gouv{
    position: relative;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

#footer .section_two .content .contact_gouv a{
    position: relative;
    display: block;
    font-size: 13px;
    color: lightgray;
    font-weight: 400;
    margin: 5px 5px;
}



#footer .section_two .content .contact_gouv span{
    position: relative;
    display: block;
    content: "";
    background-color: #fff;
    width: 4px;
    height: 2px;
    
}




#footer .section_two .content .links_gouv{
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgb(93, 93, 93);
    border-bottom: 1px solid rgb(94, 94, 94);
}
#footer .section_two .content .links_gouv a{
    position: relative;
    display: block;
    font-size: 12px;
    color: lightgray;
    font-weight: 400;
    margin: 10px 15px;
}
#footer .section_two .content .links_gouv span{
    position: relative;
    display: block;
    content: "";
    background-color: #fff;
    width: 4px;
    height: 2px;
    
}



/**************       dark mode   ***********/
.dark-mode #footer .section_two .content img{
    filter: grayscale(100%) !important;
}
.dark-mode #footer .section_one .content .items .item h2,
.dark-mode #footer .section_one .content .items .item.gouv_actu p,
.dark-mode #footer .section_one .content .items .item.gouv_actu input,
.dark-mode #footer .section_two .content .items .image .annuaire h1,
.dark-mode #footer .section_two .content .items .image .annuaire section .links h2,
.dark-mode #footer .section_two .content .items .image .reseaux p,
.dark-mode #footer .section_two .content .items .image .annuaire h1,
.dark-mode #footer .section_two .content .items .institutions .item h2,
.dark-mode #footer .section_two .content .items .institutions .item ul li a,
.dark-mode #footer .section_two .content .links_gouv a,
.dark-mode #footer .section_two .content .copyright h2,
.dark-mode #footer .section_two .content .items .image .reseaux a{
    color: yellow !important;
}
.dark-mode #footer .section_two .content .items .image .annuaire section .links,
.dark-mode #footer .section_one .content .items .item.gouv_actu input{
    border: 1px solid yellow !important;
}
.dark-mode #footer .section_two .content .links_gouv{
    border-top: 1px solid yellow !important;
    border-bottom: 1px solid yellow !important;
}
.dark-mode .section_grands_dossiers .content .titre{
    border-top: 2px solid yellow;
}

.dark-mode .section_chiffres_cles .content .liste .titre h1::after{
   background-color: yellow !important;
}
.dark-mode #footer .section_two .content .items .image .reseaux,
.dark-mode #footer .section_one .content .items .item .card{
   background-color: rgb(48, 48, 48) !important;
}
.dark-mode .section_chiffres_cles .content #agenda h1,
.dark-mode .section_chiffres_cles .content #agenda .items .item.active{
   background-color: rgb(19, 19, 19) !important;
   background: rgb(19, 19, 19) !important;
}
.dark-mode .section_chiffres_cles .content h3,
.dark-mode .section_chiffres_cles .content{
    background-color: #000 !important;
    background: #000 !important;
}


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