
@media (max-width: 600px) {
  body {
      background-color: lightblue;
  }
}
body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #ffda8a;
  background-image: url('assets/background.png');
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
}
h4{
  margin-left: 10px;
  color: #b4b4b4;
}
h2{
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  color: #414141;
  font-size: 35px;
}
.group_name {
  font-size: 70px; /* Taille par défaut pour les ordinateurs */
}

@media (max-width: 768px) {
  .group_name {
    font-size: 35px; /* Taille pour les écrans de téléphone ou petits écrans */
  }
}

.front_container{
  display: flex;
  justify-content: left;
}
.frontimage {
  width: 500px;
  height: 400px;
  background-color: #49494970;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: background-image 1s ease-in-out; /* Smooth transition */
}

.frontimage.slide::before {
  left: 0;
}
.players{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.player-container {
  margin: 20px 20px;
  max-width: 400px;
  background-color: #b4b4b4;
  border-radius: 10px;
  /* From https://css.glass */
  background: rgba(4, 65, 70, 0.47);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.4px);
  -webkit-backdrop-filter: blur(4.4px);
  border: 1px solid rgba(151, 151, 151, 0.69);
}
.white-mask {
  filter: brightness(200%); /* Rend l'image plus claire */
}
.playlist {
  margin-top: 20px;
  padding-bottom: 10px;
}
.pdp {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #585858;
}
.info{
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.toggle-buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(33, 33, 33, 0.527);
  border-radius: 16px 16px 0px 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.4px);
  -webkit-backdrop-filter: blur(4.4px);
  border: 1px solid rgba(151, 151, 151, 0.69);
}
.toggle-buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  right: 1px;
}

.toggle-buttons button img {
  display: block;
  width: 24px;
  height: 24px;
}

.toggle-buttons button:hover {
  transform: scale(1.1);
}

.playlist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 5px 5px;
  background-color: #494949;
  color: rgb(208, 208, 208);
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.4px);
  -webkit-backdrop-filter: blur(4.4px);
  border: 1px solid rgba(151, 151, 151, 0.69);
}
.playlist-item:hover {
  background-color: #96969600;
}
.playlist-item button {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.playlist-item button:focus {
  outline: none;
}
.playlist-item span {
  flex: 1;
  margin-left: 10px;
  text-align: left;
}
.playlist-item .play-button img {
  width: 24px;
  height: 24px;
  display: block;
}

/* Container for the buttons */
.fixed-buttons {
  position: fixed;
  bottom: 20px; /* Distance from the bottom of the page */
  right: 20px; /* Distance from the right of the page */
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  gap: 10px; /* Space between buttons */
  z-index: 1000; /* Ensure the buttons are always on top */
}

/* Style for individual buttons */
.round-button {
  width: 50px; /* Size of the button */
  height: 50px;
  border-radius: 50%; /* Makes the button round */
  background-color: #fff; /* Button background color */
  border: 2px solid #ccc; /* Optional border */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Add a shadow */
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.round-button:hover {
  transform: scale(1.1); /* Slightly enlarge on hover */
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3); /* Add a stronger shadow */
}

/* Style for the logo inside the button */
.round-button img {
  width: 70%; /* Adjust the size of the logo inside the button */
  height: 70%;
  object-fit: contain; /* Keep the logo proportions */
}
.black_glass{
  background: rgba(0, 0, 0, 0.479);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.4px);
  -webkit-backdrop-filter: blur(4.4px);
  border: 1px solid rgba(151, 151, 151, 0.69);
  color: #e0e0e0;
  margin-top: 20px;
}
.titre{
  font-size: 30px;
}
ul {
  list-style-type: none; /* Supprime les points */
  padding: 0;
  margin: 15px 0;
}

ul li {
  padding: 5px 0;
  font-weight: bold;
}

ul li::before {
  content: "• "; /* Ajoute une puce personnalisée */
  color: #8b8b8d00;
  font-weight: bold;
  margin-right: 5px;
}

.card_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card {
  position: relative;
  width: 400px;
  height: 400px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  margin-top: 50px;
}


.card img {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 1; 
  border-radius: 10px;
}
.description{
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 2;
  bottom: 0;
  border-radius: 0px 0px 10px 10px;
  background: rgba(0, 0, 0, 0.479);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.4px);
  -webkit-backdrop-filter: blur(4.4px);
  border: 1px solid rgba(151, 151, 151, 0.69);
  color: #e0e0e0
}
.event{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #dadada;
}
.date{
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 10px;
  margin-top: 0px;
  font-weight: bold;
  color: #a4a4a4;
}

.member_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member {
  position: relative;
  width: 200px;
  height: 250px;
  border: 3px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
}


.member img {
  position: absolute; /* Positionnement absolu par rapport au conteneur parent */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Assure que l'image remplit le conteneur */
  z-index: 1; /* Derrière l'overlay */
  border-radius: 10px;
}
.namecontainer{
  position: absolute;
  z-index: 3;
  bottom: 1px;
  right: 5px;
  background-color: #222222ab;
  border-radius: 10px;
}
.name{
  color: #ccc;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
}
.white_stroke{
  -webkit-text-stroke: #dadada 1px;
  margin: 50px;
}
footer{
  background-color: #494949;
  padding-bottom: 0px;
}
.main-content {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-top: 100px;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}

.footer-section {
  margin: 10px;
  flex: 1 1 300px;
}

.footer-section h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #f4a261;
}

.footer-bottom {
  background: #111;
  padding: 10px 0;
  font-size: 14px;
  margin-top: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}

.social-icons a img:hover {
  transform: scale(1.2);
}

.footer-bottom {
  background: #111;
  padding: 10px 0;
  font-size: 14px;
  margin-top: 10px;
}
