@media (max-width: 600px) {
  body {
      font-size: 14px;
  }
}


@font-face {
  font-family: "Beyonders";
  src: url('Beyonders/Beyonders.ttf') format('truetype');
}
body {
/*padding-top: 56px; /* Ajustement pour la barre de navigation fixée */
background: url('https://en.wikipedia.org/wiki/Korolev_%28lunar_crater%29#/media/File:Korolev_crater_1038_med.jpg') no-repeat center center fixed;
background-size: cover;
}
.navbar{
  font-family: "Beyonders";
  font-size: 8px !important;
  margin:0 0 55px 0;
}

.carousel{
  margin:55px 0 0 0;
}
.carousel-inner img {
-webkit-filter: grayscale(90%);
filter: grayscale(90%); /* make all photos black and white */ 
width: 100%; /* Set width to 100% */
/*margin: auto;*/
}
.carousel-item {
/*height: 50vh;*/
/*min-height: 750px;*/
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#ImgBand{
  width:75%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Beyonders";
  margin: 10px 0 30px 0;
  letter-spacing: 5px;      
  color: #111;
}

.content-section {
background-color: rgba(255, 255, 255, 0.8);
padding: 40px;
border-radius: 10px;
padding: 60px 20px 0 20px;
margin: 20px 0;
}

footer {
background-color: #343a40;
color: white;
padding: 20px 0;
}

.list-member-description {
  font-size: small;
  display: -webkit-box;
  overflow : hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 300px;
  margin: 0 auto;
}
.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
  height: 150px;
}
.playlist {
  list-style-type: none;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.playlist li {
  cursor: pointer;
  padding: 8px;
  border: 1px solid #ddd;
  margin-bottom: 3px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
  font-size: 0.9rem;
  background-color: #fff;
}
.playlist li.active {
  background-color: #e9ecef;
  border-color: #ccc;
}
.playlist li:hover {
  background-color: #f1f1f1;
}
.playlist img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 3px;
}
.controls {
  margin-top: 10px;
  text-align: center;
}
.controls button {
  margin: 0 5px;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.8rem;
  background-color: #000;
  border-color: #000;
}
.controls button:hover {
  background-color: #000;
  border-color: #000;
}
audio {
  width: 100%;
  margin-top: 10px;
}





.accordion-item {
  max-width: 600px;
  margin: 20px auto;
  border: none;
  box-shadow: none;
}
.card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.accordion-header {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 1rem;
  color: inherit;
}
.read-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.9rem;
}
