.adhesion,
.adhesion article label,
.adFamille,
.adIndi,
.adAnnonce {
    display: flex;
    align-items: flex-end;

}

.adhesion {
    /* min-height: 40vh; */
    padding: 20px;
    background: var(--couleur-primary);
    border: 9px var(--couleur-accent-deux) dotted;
    margin: 5% 0;
}

.adhesion article label {
    background: var(--couleur-accent-deux);
    color: var(--couleur-fond);
    min-height: 5vh;
    width: 60%;
    border-radius: 26px;
    cursor: pointer;
    align-items: center;
    justify-content: space-evenly;
    /* font-size: calc(1rem + 0.4vw); */
}

.adFamille,
.adIndi,
.adAnnonce {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex: 1;
}

.adAnnonce {
    flex: 0.5;
}

.icone_adhesion {
    height: 60%;
}

.adhesion p {
    color: var(--couleur-fond);
    font-size: calc(1rem + 0.2vw);
    text-align: center;
}

#fileFamille {
    display: none;
}

#fileIndi {
    display: none;
}
/***************************************responsive**********************************/
@media screen and (max-width: 768px) {
   

    /* je touche au titre permanaces 
    .activites-sociocult {
        width: 100vw;
    }*/

    /* Je touche à la boite qui regroupe la partie adhesion */
    .adhesion {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            row-gap: 8vh;
    }
    /* je touche au p dans adhesion */
    .adhesion p {
        width: 90%;
        font-size: calc(1rem + 0.5vw);
        text-align: center;
        color: var(--couleur-fond);
    }

    /* je touche aux btns dans adhesion */
    .adhesion article label {
        width: 60vw;
        height: 6vh;
        margin-top: 2vh;
    }

    /* je touche au deux imgs des personnes */
    .icone_adhesion {
        width: 30%;
    }

    /* je touche au texte et au point d exclamation dans adhesion */
    article.adAnnonce {
        row-gap: 4vh;
    }
}