
: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;
}






/**********************************************************************************************    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: 75px 0px;
}
#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: 35px;
    color: var(--blanc);
    font-weight: 700;
    margin-bottom: 25px;
}



#footer .section_one .content .items .item.gouv_actu p{
    position: relative;
    font-size: 13px;
    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: 45px;
    margin: 5px 0;
    border: 1px solid gray;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 12px;
}
#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;
}
#footer .section_one .content .items .item.gouv_actu form .bloc_code input{
    position: relative;
    width: 60%;
    height: 35px;
}
#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: 16px;
    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%;

    /* display: none !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: 16px;
    font-weight: 550;
    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: 13px;
    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: 15px;
    color: var(--blanc);
}
#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: 10px !important;
    height: 150px !important;
    background-color: var(--blanc);
    overflow-y: scroll;
    z-index: 1;
    transition: ease 0.3s all;

    scrollbar-color: #346abf rgb(240, 106, 106); /* ascensseur bleu sur fond blanc */
    scrollbar-width: 3px !important;
}
#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: 13px;
    color: rgb(48, 48, 48);
    transition: all ease-in 0.3s;
    padding: 4px 6px;
    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);
}





#footer .section_two .content .items .institutions{
    position: relative;
    width: auto;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 75px;
}
#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 .items .institutions .item h2{
    position: relative;
    font-size: 20px;
    color: rgb(228, 228, 228);
    text-transform: uppercase;
    margin-bottom: 25px;
}
#footer .section_two .content .items .institutions .item ul{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer .section_two .content .items .institutions .item ul li a{
    position: relative;
    font-size: 13px;
    color: lightgray;
    transition: all ease-in 0.3s;
}
#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 .links_gouv{
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 55px;
    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: 14px;
    color: lightgray;
    font-weight: normal;
    margin: 10px 15px;
}
#footer .section_two .content .links_gouv span{
    position: relative;
    display: block;
    content: "";
    background-color: #fff;
    width: 4px;
    height: 2px;
    
}


#footer .section_two .content .copyright{
    position: relative;
    margin: 0 !important;
    padding: 75px 50px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#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;
}









/******************************************* 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{
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-left: 0px !important;
        margin-right: 0px !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: 75px 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: 650px !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: 49%;
        margin-bottom: 40px;
        border: 1px solid rgba(213, 213, 213, 0.0);
    }
}

@media screen and (max-width: 992px) {
    #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);
    }

}
@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);
    }
}
@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;
    }

}
@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;
        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;
    }

}