
.infos__hero {
  position: relative;
  margin-top: 70px;
  width: 100%;
  min-height: 380px;
  overflow: hidden;
  background: #010811;
}

.infos__hero .hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  filter: brightness(0.5) contrast(0.95);
}

.infos__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1,8,17,0.5) 0%, rgba(1,8,17,0.8) 100%);
  z-index: 1;
}

.infos__hero .hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  width: 90%;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
}

.section__tarifs-billetterie {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 20px;
  margin: 0 16px 24px;
  box-shadow: 0 12px 30px rgba(1,8,17,0.15);
  position: relative;
  z-index: 3;
}

.tarifs__title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #010811;
}

.tarif__card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  text-align: left;
}

.tarif__card--highlight {
  background: #8ab752;
  border: none;
  color: #ffffff;
}

.tarif__name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #010811;
}

.tarif__card--highlight .tarif__name {
  color: #ffffff;
}

.tarif__description {
  margin: 0 0 12px;
  font-size: 13px;
  color: #666;
}

.tarif__card--highlight .tarif__description {
  color: rgba(255, 255, 255, 0.9);
}

.tarif__price {
  margin: 12px 0;
  font-size: 36px;
  font-weight: 600;
  color: #010811;
}

.tarif__card--highlight .tarif__price {
  color: #ffffff;
}

.tarif__button {
  display: inline-block;
  background-color: #8ab752;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tarif__button:hover {
  background-color: #7a9a42;
}

.tarif__button--white {
  background-color: #ffffff;
  color: #010811;
}

.tarif__button--white:hover {
  background-color: #f0f0f0;
}

.section__hebergements {
  padding: 32px 16px;
  background-color: #f9f9f9;
}

.hebergements__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.hebergements__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #010811;
}

.hebergements__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.hebergement__card {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.hebergement__name {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #010811;
}

.hebergement__text {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.hebergement__list {
  margin: 12px 0 0;
  padding-left: 20px;
  font-size: 13px;
  color: #333;
}

.hebergement__list li {
  margin-bottom: 6px;
}

.section__transport {
  padding: 32px 16px;
  background-color: #ffffff;
}

.transport__title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #010811;
}

.transport__card {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.transport__name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #010811;
}

.transport__text {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.transport__list {
  margin: 12px 0 0;
  padding-left: 20px;
  font-size: 13px;
  color: #333;
}

.transport__list li {
  margin-bottom: 6px;
}

.section__faq {
  padding: 32px 16px;
  background-color: #f9f9f9;
}

.faq__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.faq__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.faq__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #010811;
}

.faq__item {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #010811;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__question::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #8ab752;
  border: 2px solid #e0f0d9;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq__item[open] .faq__question::before {
  content: "−";
  background: #8ab752;
  color: #ffffff;
  border: none;
}

.faq__answer {
  margin: 0;
  padding: 0 16px 16px 52px;
  font-size: 13px;
  color: #333;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .infos__hero {
    min-height: 420px;
  }

  .infos__hero .hero__title {
    font-size: 40px;
  }

  .section__tarifs-billetterie {
    margin: 0 48px 32px;
    padding: 40px 32px;
  }

  .tarifs__title,
  .hebergements__title,
  .transport__title,
  .faq__title {
    font-size: 24px;
  }

  .section__hebergements,
  .section__transport,
  .section__faq {
    padding: 48px 48px;
  }
}
