/* STYLE ONGLET SYNDICAT */

/* ce-qu'on propose  */

    .avantages h3 {
        margin-bottom: 0.5rem;
    }

    .avantages ul {
        padding-left: 2rem;
        
    }

    .avantages li {
        font-size: 1.1rem;
    }

    .lien-txt-marron {
        color: var(--marron);
        font-weight: 500;
    }

    #btn-adherer {
        text-align: center;
        margin-top: 2rem;
        scale: 1.1;
    }

/* adhésion */

    #OU {
        text-align: center;
        font-size: 1rem;
    }

    #form-adhesion {
        font-size: 1rem;
    }
    
/* CA */

    h2 {
        text-align: center;
        margin: 1rem;
    }

    .cards-membre {
        margin: auto 0;
        display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
    }

    .cards-membre2{
        display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
    }

    .card-membre {
        width: 23vw;
        min-width: 15rem;
        background-color: var(--beige);
        margin: 1.2rem;
        text-align: center;
        position: relative;
        font-size: 1.1rem;
    }

    .etiquette {
        background-color: var(--beige);
        padding: 0.2rem 0.8rem;
        position: absolute;
            top: 15px;
            right: -25px;
    }

    .card-membre img {
        width: 100%;
        aspect-ratio: 4/3;
        border: solid 1px var(--blanc);
        object-fit: cover;
        object-position: center;
    }

    .nom {
        padding: 0.8rem;
    }

    /* partenaires */

        .cards-amis {
            display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
            text-align: center;
        }

        .cards-amis .card {
            justify-content: center;
        }

        .lien2 {
            font-size: 0.9rem;
            color:  var(--marron);
        }