.page-histoire .histoire-page {
  font-family: "Inter", system-ui, sans-serif;
}

.page-histoire .histoire-page > section {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.page-histoire .accueil-titre,
.page-histoire .chronologie-titre,
.page-histoire .chronologie-annee,
.page-histoire .benevole-titre {
  font-family: "Archivo", system-ui, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.page-histoire .accueil-titre {
  font-weight: 700;
  font-size: clamp(1.85rem, 4.2vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #1d3a9d;
  margin-bottom: 1rem;
  text-align: left;
}

.page-histoire .histoire-titre-marine {
  color: #0f2744;
  font-weight: 800;
}

.page-histoire .histoire-titre-mauve {
  color: #7c4dc4;
  font-weight: 900;
  font-size: 1.75em;
}

.page-histoire .titre-deux-lignes .titre-ligne {
  display: block;
}

.page-histoire .chronologie-titre {
  font-weight: 900;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #1d3a9d;
  margin: 0 0 1.25rem;
  text-align: center;
}

.page-histoire .chronologie-titre::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 0.65rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #1d3a9d, #3451c9);
}

.page-histoire .chronologie-liste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

@media (min-width: 768px) {
  .page-histoire .chronologie-liste {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-histoire .chronologie-item {
  margin: 0;
  padding: 1.35rem 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1.25rem;
  border: 1px solid rgba(109, 40, 217, 0.1);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 14px 36px rgba(15, 23, 42, 0.07);
}

.page-histoire .chronologie-annee {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  color: #5b21b6;
  margin-bottom: 0.65rem;
  letter-spacing: 0.02em;
}

.page-histoire .chronologie-texte {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

/* --- Bénévoles --- */
.page-histoire .benevoles-intro {
  text-align: center;
  margin: 0 auto 1.75rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #475569;
}

.page-histoire .benevoles-grille {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

@media (max-width: 991px) {
  .page-histoire .benevoles-grille {
    grid-template-columns: 1fr;
    max-width: 24rem;
    margin-inline: auto;
  }
}

.page-histoire .benevole-carte {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.25rem 1.65rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.25rem;
  border: 1px solid rgba(109, 40, 217, 0.12);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.page-histoire .benevole-icone-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ede9fe 0%, #e0e7ff 100%);
}

.page-histoire .benevole-icone {
  font-size: 2rem;
  color: #5b21b6;
  line-height: 1;
}

.page-histoire .benevole-titre {
  font-weight: 700;
  font-size: 1.1rem;
  color: #312e81;
  margin: 0 0 0.6rem;
}

.page-histoire .benevole-texte {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #475569;
}

/* --- CTA rendez-vous (.hero-section : fond visible hors .page-services) --- */
.hero-section .benevoles-rdv {
  width: 100%;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.hero-section .benevoles-rdv-fond {
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(145deg, #cca0ff 0%, #dab9ff 55%, #efdbff 100%);
  border-radius: 2rem;
  box-shadow: 0 18px 48px rgba(109, 40, 217, 0.2);
  width: 100%;
}

.hero-section .benevoles-rdv-texte {
  width: 100%;
  min-width: 0;
}

.hero-section .benevoles-rdv-titre {
  font-family: "Archivo", system-ui, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: 800;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  color: #2b0053;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.hero-section .benevoles-rdv-desc {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5a3289;
  margin: 0 0 1.25rem;
}

.hero-section .benevoles-rdv-lien {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  background: #21359a;
  color: #fff !important;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(33, 53, 154, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.hero-section .benevoles-rdv-lien:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

@media (max-width: 767px) {
  .hero-section .benevoles-rdv-fond {
    text-align: center;
  }

  .hero-section .benevoles-rdv-lien {
    width: 100%;
    max-width: 20rem;
  }
}
