.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;
}


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

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

.allband {
    text-align: center;
}

.leadband {
    margin: 0 3rem 0 3rem;
    display: inline-block;
}

.allband 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;
}

.allband img {
    width: 30rem;
    margin-bottom: 4rem;
}

/* responsive design*/

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

    .leadband img,
    .leadband 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) {
    .leadband img {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 650px) {
    .leadband {
        margin: 0;
        width: 80%;
    }

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

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

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


    .leadband {
        margin-bottom: 0;
    }
}

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