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

}


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

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


/* contenu */

.contenu h1 {
   font-family: 'Poiret One', sans-serif;
   margin: 0 2rem 2rem 2rem;
   font-size: 3rem;
}

#image {
   width: 60%;
   margin: 2rem;
}

.titre {
   text-align: center;
}

.contenu {
   color: #B98A82;
   text-align: center;
}

.musiciens {
   font-family: 'Poiret One', sans-serif;
   margin: 2rem 2rem 3rem 2rem;
   line-height: 2.25rem;
}

.contenu p {
   color: #B98A82;
   font-family: 'Alegreya+Sans', sans-serif;
   font-size: 1.2rem;
   line-height: 2rem;
   margin: 4rem;
}

.contenu h3 {
   font-family: 'Poiret One', sans-serif;
   font-size: 2.5rem;
   margin-bottom: 2rem;
   color: #D57239;
}

.contenu li {
   display: inline-block;
   margin: 2rem;
}

.fr h3, .en h3 {
   font-size: 2rem;
}

.videoyt {
   width: 35rem;
   height: 19.5rem;
}

@media only screen and (max-width: 900px) {
   .contenu h1 {
      margin: 2rem;
   }

   #image {
      width: 80%;
      margin: 2rem;
   }

   .choix {
      text-align: end;
   }

   .rond {
      margin: 1rem;
   }

}

@media only screen and (max-width: 650px) {
   .contenu h1 {
      margin: 2rem 2rem 1rem 2rem;
   }

   .contenu p {
      margin: 2rem;
   }

   .contenu li {
      display: block;
      width: 10rem;
   }

   .videoyt {
      width: 23rem;
      height: 13rem;
   }
}

@media only screen and (max-width: 375px) {
   #image {
      width: 90%;
      margin: 0;
   }

   .contenu li {
      margin: 0 0.75rem 2rem 0.75rem;
   }

   .videoyt {
      margin: 0;
      width: 22rem;
      height: 11rem;
   }
}