.choix {
    text-align: start;
}

.rond {
    display: inline-block;
    margin: 5rem 1rem 0 1.5rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

a {
    text-decoration: none;
}

#leader {
    width: 5rem;
    height: 5rem;
    background-image: url('../Ressources/images/band/leader-2.webp');
    background-size: cover;

}


.bouton {
    font-family: 'Poiret One', sans-serif;
    text-align: center;
    background-color: #b98a82d5;
    color: #520b0f;
    font-weight: bold;
    position: absolute;
    bottom: 20%;
    width: 100%;
    font-size: 0.9rem;
}

/* contenu */


.allband {
    text-align: center;
}

.sideband {
    margin: 0 4rem;
    height: 18rem;
    display: inline-block;
}

.sideband h1 {
    font-family: 'Poiret One', sans-serif;
    background-color: #b98a82d5;
    color: #520b0f;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    top: 1.75rem;
}

.sideband img {
    width: 35rem;
    margin-bottom: 4rem;
}

/* responsive design*/

@media only screen and (max-width:1880px) {
    .sideband img, .sideband h1 {
        width: 28rem;
    }
    .sideband {
        margin-bottom: 4rem;

    }
}

@media only screen and (max-width: 1100px) {
    .sideband {
        margin-bottom: 4rem;
        width: 65%;
    }

    .sideband img,
    .sideband h1 {
        width: 100%;
    }

}

@media only screen and (max-width: 900px) {
    .choix {
        text-align: end;
    }

    .rond{
        margin-top: 1rem;
    }
}


@media only screen and (max-width: 770px) {
}

@media only screen and (max-width: 650px) {
    .sideband img {
        margin-bottom: 0;
    }

    .sideband {
        margin: 0;
        width: 80%;
    }

    #fes {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 375px) {
    .allband h1 {
        font-size: 1.35rem;
        top: 1.5rem;
    }

    .sideband {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 328px){
    .allband h1 {
        font-size: 1rem;
        top: 1rem;
    }
}