body {
  background-color: #5bff5b;
}

h1 {
  font-size: 48px;
  text-align: center;
  color: #2a7912;
}

h2 {
  font-size: 32px;
  text-align : center;
  color: #629466;
}

h3 {
  font-size: 24px;
  text-align : center;
  color: #629466;
}

h4 {
  font-size: 24px;
  text-align: center;
  color: #629466;
  text-decoration: underline;
}


p {
  font-size: 16px;
  text-align: center;
  color: #163a16;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#image-case {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

/* Lecteur audio */
#player {
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
  text-align: center;
  background: #c0c0c0;
  border: 3px outset #fff;
  padding: 10px;
  box-sizing: border-box;
}

/* Carrousel */
#carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  max-width: 700px;
  width: 100%;
  gap: 10px;
}

#carousel {
  max-width: 700px;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #333;
}

#carousel-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.carousel-btn {
  background-color: #c0c0c0;
  color: #333;
  border: 3px outset #fff;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-btn:hover {
  background-color: #a0a0a0;
}

.carousel-btn:active {
  background-color: #808080;
  border-style: inset;
}
