body {
    height: auto;
}

.choix {
    text-align: center;
}

.choix a {
    text-decoration: none;
}

.rond {
    display: inline-block;
    margin: 10rem 6rem 6rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

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

#sidewoman {
    width: 20rem;
    height: 20rem;
    background-image: url('../Ressources/images/band/sidewoman.webp');
    background-size: cover;
}

h1 {
    font-family: 'Poiret One', sans-serif;
    background-color: #b98a82d5;
    color: #520b0f;
    font-weight: bold;
    position: absolute;
    bottom: 20%;
    width: 100%;
}


@media only screen and (max-width:1100px) {
    .rond {
        margin: 10rem 6rem 0 6rem;
    }
}

@media only screen and (max-width: 770px) {
    .rond {
        margin: 8rem 6rem 0 6rem;
    }
}

@media only screen and (max-width: 650px) {
    .rond {
        margin: 6rem 2rem 0 2rem;
    }
}

@media only screen and (max-width: 375px) {
    #leader {
        width: 16rem;
        height: 16rem;
    }

    #sidewoman {
        width: 16rem;
        height: 16rem;
    }

    .rond {
        margin: 3rem 2rem 0 2rem;
    }

}