
:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}



#projet_one {
    position: relative;
}


#projet_one .titre{
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100% !important;
    color: var(--blanc);
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: var(--orange);
    border-radius: 4px;
    border-bottom: 3px solid var(--vert-fonce);
}
#projet_one .titre h2{
   font-size: 16px;
    font-weight: 600;
}
#projet_one .titre p{
    font-size: 15px;
    font-weight: 550;
    color: rgb(57, 57, 57);
}
#projet_one .titre ul{
   position: relative;
   margin: 0;
   padding: 0;
}
#projet_one .titre ul li a{
    font-size: 14px;
}

#projet_one section{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


#projet_one section ul.nav-secteurs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    width: 100%;
}
#projet_one section ul.nav-secteurs li {
    list-style: none;
}
#projet_one section ul.nav-secteurs button.btn {
    border: 0;
    cursor: pointer;
    outline: none;
    margin: 4px;
    border-radius: 5px;
    background-color: rgb(39, 39, 39);
    color: var(--blanc);
    font-size: 13px;
    padding: 10px 15px;
}

#projet_one section ul.nav-secteurs li:nth-child(2) .btn {
    background-color: rgb(204, 71, 71);
}
#projet_one section ul.nav-secteurs li:nth-child(3) .btn {
    background-color: rgb(124, 62, 33);
}
#projet_one section ul.nav-secteurs li:nth-child(4) .btn {
    background-color: rgb(117, 134, 4);
}
#projet_one section ul.nav-secteurs li:nth-child(5) .btn {
    background-color: rgb(54, 127, 236);
}
#projet_one section ul.nav-secteurs li:nth-child(6) .btn {
    background-color: rgb(97, 23, 52);
}

#projet_one section ul.nav-secteurs li:nth-child(7) .btn {
    background-color: rgb(211, 89, 19);
}
#projet_one section ul.nav-secteurs li:nth-child(8) .btn {
    background-color: rgb(87, 44, 139);
}
#projet_one section ul.nav-secteurs li:nth-child(9) .btn {
    background-color: rgb(107, 146, 34);
}
#projet_one section ul.nav-secteurs li:nth-child(10) .btn {
    background-color: rgb(167, 27, 81);
}
#projet_one section ul.nav-secteurs li:nth-child(11) .btn {
    background-color: rgb(1, 148, 153);
}

#projet_one section ul.nav-secteurs li:nth-child(12) .btn {
    background-color: rgb(172, 87, 143);
}
#projet_one section ul.nav-secteurs li:nth-child(13) .btn {
    background-color: rgb(142, 160, 36);
}
#projet_one section ul.nav-secteurs li:nth-child(14) .btn {
    background-color: rgb(65, 37, 118);
}
#projet_one section ul.nav-secteurs li:nth-child(15) .btn {
    background-color: rgb(58, 73, 201);
}
#projet_one section ul.nav-secteurs li:nth-child(16) .btn {
    background-color: rgb(162, 122, 12);
}
#projet_one section ul.nav-secteurs li:nth-child(17) .btn {
    background-color: rgb(224, 8, 8);
}
#projet_one section ul.nav-secteurs li:nth-child(18) .btn {
    background-color: rgb(32, 165, 20);
}
#projet_one section ul.nav-secteurs li:nth-child(19) .btn {
    background-color: rgb(30, 31, 80);
}
#projet_one section ul.nav-secteurs li:nth-child(20) .btn {
    background-color: rgb(151, 114, 34);
}
#projet_one section ul.nav-secteurs li:nth-child(21) .btn {
    background-color: rgb(1, 15, 36);
}
#projet_one section ul.nav-secteurs li:nth-child(22) .btn {
    background-color: rgb(172, 5, 210);
}
#projet_one section ul.nav-secteurs li:nth-child(23) .btn {
    background-color: rgb(34, 151, 65);
}
#projet_one section ul.nav-secteurs li:nth-child(24) .btn {
    background-color: rgb(56, 39, 1);
}
#projet_one section ul.nav-secteurs li:nth-child(25) .btn {
    background-color: rgb(142, 4, 54);
}
#projet_one section ul.nav-secteurs li:nth-child(26) .btn {
    background-color: rgb(23, 76, 70);
}
#projet_one section ul.nav-secteurs li:nth-child(27) .btn {
    background-color: rgb(16, 64, 12);
}
#projet_one section ul.nav-secteurs li:nth-child(28) .btn {
    background-color: rgb(141, 38, 105);
}
#projet_one section ul.nav-secteurs li:nth-child(29) .btn {
    background-color: rgb(113, 97, 59);
}
#projet_one section ul.nav-secteurs li:nth-child(30) .btn {
    background-color: rgb(102, 153, 20);
}
#projet_one section ul.nav-secteurs div.btn.active {
    background-color: var(--vert);
    color: var(--blanc);

}

#projet_one section .items_de_secteurs {
    position: relative;
    width: 100%;
}

#projet_one section form#form_items {
    display: none;
    width: 100%;
    margin-bottom: 75px;
}
#projet_one section form table {
    display: none;
    position: relative;
    width: 100% !important;
}

#projet_one section form table.active {
    display: block;
}

#projet_one section form table td.sousmission {
    min-width: 250px !important;
}


#projet_one section form table h2{
    font-size: 13px;
    max-width: 500px;
}
#projet_one section form table th{
    font-size: 12px;
}
@media screen and (max-width: 992px) {
    #projet_one .titre h2{
        font-size: 20px;
        font-weight: 600;
        color: var(--noir);
    }
    #projet_one .titre p{
        font-size: 14px;
        font-weight: 550;
        color: rgb(57, 57, 57);
    }
    #projet_one .liste .item{
        position: relative;
        width: 48%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 560px) {
    #projet_one .titre h2{
        font-size: 18px;
        font-weight: 600;
    }
    #projet_one .titre p{
        font-size: 13px;
        font-weight: 500;
    }
    #projet_one .liste .item{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    #projet_one .liste.photos_liste .item{
        position: relative;
        width: 48%;
        margin-bottom: 10px;
    }

}
/**************       dark mode   ***********/
.dark-mode #projet_one .liste .item a{
    box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.01), 0 6px 20px 0 rgba(195, 148, 41, 0.081);
}
.dark-mode #projet_one .titre h2,
.dark-mode #projet_one .titre p,
.dark-mode #projet_one .liste .item .inner .icon,
.dark-mode #projet_one .liste .item .caption h2{
    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 #publication .items .item a{
    border-bottom: 2px solid yellow;
}

.dark-mode #dossiers_liste .items .inner .trait{
   background-color: yellow !important;
}

.dark-mode #projet_one .titre{
   background-color: rgb(34, 34, 34) !important;
   background: rgb(44, 44, 44) !important;
}
.dark-mode #projet_one .liste .item .inner .icon{
    background-color: #000 !important;
    background: #000 !important;
}
