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

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

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

.festival__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__histoire {
  padding: 40px 16px;
  background-color: #ffffff;
}

.titre__histoire {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 600;
  color: #010811;
  display: flex;
  align-items: center;
  gap: 12px;
}

.titre__histoire::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('/assets/icones/icone logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.paragraphe__hitoire {
  margin: 0 0 16px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.paragraphe__hitoire:last-of-type {
  margin-bottom: 0;
}

/* Notre Équipe */
.section__equipe {
  padding: 40px 16px;
  background-color: #ffffff;
}

.titre__equipe {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 600;
  color: #010811;
}

.image__equipe {
  /* default: avatar size (most images in this section are portraits) */
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  margin: 8px 0 12px 0;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid rgba(138,183,82,0.95);
}

.section__equipe img.image__equipe:first-of-type {
  /* keep the first image as a full-width banner */
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
  display: block;
  border: none;
}

.paragraphe__equipe {
  margin: 0 0 24px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.sous__titre-equipe {
  margin: 0 0 24px;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}

/* Team card (dark) */
.team__card {
  background: linear-gradient(180deg,#020617 0%, #06121a 100%);
  color: #fff;
  border-radius: 16px;
  padding: 28px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 18px 40px rgba(1,8,17,0.45);
}

.team__header { display:flex; gap:12px; align-items:center; }
.team__icon {
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
  display:inline-block;
  flex-shrink:0;
  box-shadow: 0 6px 16px rgba(1,8,17,0.4);
  background: none;
}
.team__title { margin:0; font-size:18px; font-weight:700; color:#fff; }
.team__description { color: rgba(255,255,255,0.85); font-size:14px; margin:12px 0 16px; }

.team__members { display:flex; flex-direction:column; gap:18px; }
.team__member { display:flex; gap:14px; align-items:center; }
.team__avatar { width:56px; height:56px; border-radius:50%; object-fit:cover; border:4px solid rgba(138,183,82,0.95); }
.team__info { display:flex; flex-direction:column; }
.team__name { font-weight:600; font-size:15px; color:#fff; }
.team__role { font-size:13px; color: rgba(255,255,255,0.75); }

@media (min-width: 768px) {
  .section__equipe { display:flex; justify-content:center; }
  .team__card { max-width: 520px; }
}

/* Nos Valeurs */
.section__valeurs {
  padding: 12px 16px;
  background-color: #ffffff;
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.valeurs__box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  padding: 12px 16px;
  border-radius: 12px;
}

.valeurs__icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  display: block;
}

.titre__valeurs {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #010811;
}

/* Écologie */
.section__écologie {
  background: #eaf6e8; /* pale green card */
  border-radius: 12px;
  padding: 18px 16px;
  max-width: 400px;
  margin: 18px 16px;
  box-shadow: 0 8px 24px rgba(10,30,10,0.06);
}

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

.img__écologie {
  width: 55px;
  height: 55px;
  border-radius: 60%;
  object-fit: cover;
  background: #fff;
  display:inline-block;
  padding:6px;
  box-shadow: 0 6px 14px rgba(1,8,17,0.06);
}

.titre__écologie {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #18321a;
}

.sous__titre-écologie {
  margin: 6px 0 12px;
  font-size: 13px;
  color: #4b6b50;
  font-weight: 500;
}

.paragraphe__écologie {
  margin: 0 0 12px;
  font-size: 14px;
  color: #18321a;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .section__écologie { margin: 18px 48px; }
}

/* Accessibilité */
.section__accessibilité {
  padding: 18px 16px;
  background-color: #f5f5f5;
  border-radius: 12px;
  max-width: 400px;
  margin: 18px 16px;
  box-shadow: 0 8px 24px rgba(10,10,10,0.04);
}

.img__accessibilité {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  object-fit: cover;
}

.titre__accessibilité {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #010811;
}

.sous__titre-accessibilité {
  margin: 6px 0 12px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.paragraphe__accessibilité {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}


/* Thématique */
.section__thématique {
  padding: 18px 16px;
  background-color: #010811;
  color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
  margin: 18px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.titre__thématique {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.paragraphe__thématique {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

@media (min-width: 768px) {
  .section__thématique { margin: 18px 48px; }
}


/* Responsive */
@media (min-width: 768px) {
  .festival__hero .hero__title {
    font-size: 40px;
  }

  .titre__histoire,
  .titre__valeurs,
  .titre__equipe,
  .titre__thématique {
    font-size: 28px;
  }

  .section__histoire,
  .section__equipe,
  .section__valeurs,
  .section__écologie,
  .section__accessibilité,
  .section__thématique {
    padding: 60px 24px;
  }
}
