

 /* CSS du formulaire ...  */

    #recherche.recherche-container {
        position: relative;
        padding: 0rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #recherche.recherche-container .section_formulaire {
        position: relative;
        width: 100%;
        padding: 75px 50px;
        text-align: left;
        min-height: 200px;
        background: rgb(255, 253, 253);

    }
    #recherche.recherche-container h2 {
        font-size: 2rem;
        font-weight: 700;
        color: var(--orange); /* orange-500 */
        margin-bottom: 0.2rem;
        text-align: center;
    }
    #recherche.recherche-container p {
        font-size: 0.8rem;
        color: #4b5563; /* gray-600 */
        margin-bottom: 1.5rem;
        text-align: center;
    }
     #recherche .form-recherche {
        position: relative;
        width: 100%;
     }

    #recherche .form-recherche .saisie{     /***** 1 zone de saisie *****/
        display: flex;
        align-items: center;
        max-width: 550px;
        margin: 0 auto;
        /* border-bottom: 1px solid var(--vert-drapeau); */
        border: 1px solid var(--vert-drapeau);
        border-radius: 0.2rem;
        margin-bottom: 15px;
        border-radius: 30px;
    }
     #recherche .form-recherche .saisie,
     #recherche .form-recherche .saisie .form-input,
    #recherche .form-recherche .saisie .form-button {
        background: rgb(255, 255, 255);
    }
    #recherche .form-recherche .saisie .form-input {
        flex-grow: 1;
        padding: 0.75rem 0.5rem;
        border: none;
        outline: none;
        font-size: 1rem;
        border-radius: 0px 30px 30px 0;
        padding-right: 1.5rem;
    }

        #recherche .form-recherche .saisie .form-input:focus {
        background: rgb(255, 255, 255);
    }
        #recherche .form-recherche .saisie .form-button {
        color: rgb(194, 194, 194);
        padding: 0.75rem 1rem;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: color 0.2s ease;
        border-radius: 30px 0px 0px 30px;
        font-size: 30px;
    }
        #recherche .form-recherche .saisie .form-button:hover {
        color: rgb(248, 248, 248);
        background: var(--vert-drapeau);
    }
        #recherche .form-recherche .saisie .form-icon {
        height: 1.5rem;
        width: 1.5rem;
    }
    /* @media (max-width: 768px) {
            #recherche .form-recherche .saisie .form-recherche {
            flex-direction: column;
            gap: 0.5rem;
            border: none;
        }
            #recherche .form-recherche .saisie .form-select,
            #recherche .form-recherche .saisie .form-input,
            #recherche .form-recherche .saisie .form-button {
            width: 100%;
            border-radius: 0.375rem;
        }
    } */



 /**** Radios*****/
 #recherche .form-recherche .choix {
    position: relative;
    max-width: 500px;
    margin: auto;
    /* border: 1px solid red; */
 }


.radio-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}
.radio_item {
    padding: 0 !important;
    margin-bottom: -2px;
}
.radio-hidden {
    display: none;
}
.radio-label {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f8f9fa;   
    color: #202124;              
    border: 1px solid #dadce0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 0px;
}
.radio-label:hover {
    /* background-color: #e8eaed; */
    background-color: var(--vert-drapeau);
    color: var(--blanc);
}
.radio-hidden:checked + .radio-label {
    background-color: var(--vert-drapeau); 
    color: var(--blanc);
    /* border-color: #aecbfa; */
}

@media (max-width: 768px) {
        #recherche.recherche-container h2 {
            font-size: 1.6rem;
            font-weight: 700;
        }
        #recherche.recherche-container .section_formulaire {
            padding: 60px 25px;
        }
    /* Zone de saisie : reste en ligne */
    #recherche .form-recherche .saisie {
        flex-direction: row; /* reste horizontal */
        gap: 0;
        max-width: 100%;
        margin: 0 auto 1rem auto;
        padding: 0;
        border-radius: 30px;
    }

    #recherche .form-recherche .saisie .form-input {
        font-size: 0.95rem;
        padding: 0.65rem 0.75rem;
    }

    #recherche .form-recherche .saisie .form-button {
        font-size: 1.2rem;
        padding: 0.65rem 0.75rem;
    }

    /* Groupe de choix */
    #recherche .form-recherche .choix {
        max-width: 100%;
        padding: 0 1rem;
    }

    .radio-button-group {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .radio-label {
        font-size: 0.9rem;
        padding: 8px 14px;
        border-radius: 6px;
    }
}





/************************************************   *******************************************
/* Section resultats */
#recherche .resultats {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-bottom: 2px dotted rgb(211, 211, 211);
}
#recherche .resultats h3{
    position: relative;
    width: 100%;

    font-size: 14px;
    margin-bottom: 15px;
    color: gray;
}
#recherche .resultats h3 i{
    position: relative;
   font-style: normal;
   font-weight: 500;
   color: rgb(107, 107, 107);
}


#recherche #articles a{
    position: relative;
    display: grid;
    grid-template-columns: 150px 1fr;
    text-decoration: none;

    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 5px;
}
#recherche #articles a .inner{
    position: relative;
    height: 100px;
    overflow: hidden;
}
#recherche #articles a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
    transform: scale(1);
}
#recherche #articles a:hover .inner img{
    transform: scale(1.02);
}
#recherche #articles a .caption{
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 0px 12px;
    padding-top: -2px !important;
    background-color: rgba(216, 216, 216, 0.1);
    transition: ease all 0.2s;
}
#recherche #articles a:hover .caption{
    position: relative;
    background-color: rgba(216, 216, 216, 0.3);
}
#recherche #articles a .caption h2{
    position: relative;
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--blanc);
    background-color: var(--vert);
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
#recherche #articles a:hover .caption h2{
    background-color: var(--orange);
}
#recherche #articles a .caption h3{
    position: relative;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    color: var(--noir);
    margin-bottom: 4px;
    text-align: justify;
}
#recherche #articles a .caption .foot{
    position: relative;
    display: flex;
}
#recherche #articles a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#recherche #articles a .caption .foot .left{
    font-size: 10px;
    color: rgb(82, 82, 82);
    text-transform: capitalize;
}
#recherche #articles a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}


/*****************************************************  Publications   */
#publications .items{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;

    border-top: 2px dotted rgba(216, 216, 216, 0.3);
}
#publications .items .item{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 15px;
}
#publications .items .item a{
    position: relative;
   
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: 1px dotted var(--orange);
    font-size: 13px;
    color: var(--noir);
    transition: ease all 0.2s;
}
#publications .items .item a:hover{
    color: var(--orange);
    transition: ease all 0.2s;
}
#publications .items .item a span{
    display: inline-block;
    margin-right: 5px;
}
#publications .items .item a span img{
    display: inline-block;
    width: 18px;
}
#publications .items .item a .inner{
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
#publications .items .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
}
#publications .items .item a:hover .inner img{
    transform: scale(1.02);
}
#publications .items .item a .caption{
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    height: 175px;
}
#publications .items .item a .caption h2{
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 12px;
    font-weight: 550;
    text-transform: uppercase;
    color: var(--blanc);
    background-color: var(--vert);
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
#publications .items .item a:hover .caption h2{
    background-color: var(--orange);
}

#publications .items .item a .caption h3{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: var(--noir);
    margin-bottom: 4px;
    font-weight: 600;
}




/**** ***********       ********************                ************************                    ****************/
#audios .items{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


#audios .items .item{
    position: relative;
    width: 48%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(134, 134, 134, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}
#audios .items .item a{
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
#audios .items .item a .inner{
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
#audios .items .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
}
#audios .items .item a:hover .inner img{
    transform: scale(1.02);
}
#audios .items .item a .caption{
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    height: 125px;
}
#audios .items .item a .caption h2{
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 12px;
    font-weight: 550;
    text-transform: uppercase;
    color: var(--blanc);
    background-color: var(--vert);
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
#audios .items .item a:hover .caption h2{
    background-color: var(--orange);
}

#audios .items .item a .caption h3{
    position: relative;
    width: 100%;
    font-size: 13px;
    color: var(--noir);
    margin-bottom: 4px;
    font-weight: 500;
    margin-top: 8px;
}
#audios .items .item a .caption .foot{
    position: relative;
    display: flex;
    margin-top: 10px;

}
#audios .items .item a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#audios .items .item a .caption .foot .left{
    font-size: 12px;
    color: var(--orange);
    text-transform: capitalize;
}
#audios .items .item a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}



