/* temoignage.css - Mémoire retrouvée > Témoignages filmés - Ventabren.info */

.temoignage-page,
.temoignage-fiche-page {
  background: #f7f5f0;
  color: #2f2f2f;
  position: relative;
  overflow: hidden;
}

.temoignage-page::after,
.temoignage-fiche-page::after {
  content: "";
  position: fixed;
  top: 0%;
  right: -400px;
  width: 1800px;
  height: 1800px;
  background-image: url("/refonte/images/olivier2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.temoignage-page > *,
.temoignage-fiche-page > * {
  position: relative;
  z-index: 1;
}

.temoignage-intro {
  padding-bottom: 20px;
}

/* --- SÉRIE (histoire à épisodes) --- */
.temoignage-series {
  max-width: 1000px;
  margin: 20px auto 60px;
  padding: 0 30px;
}

.temoignage-serie-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: #1f1f1f;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  color: #f2ede3;
  box-shadow: 0 25px 60px rgba(0,0,0,.18);
  transition: transform .3s ease, box-shadow .3s ease;
}

.temoignage-serie-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 75px rgba(0,0,0,.24);
}

.temoignage-serie-image {
  min-height: 260px;
}

.temoignage-serie-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.temoignage-serie-content {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.temoignage-serie-badge {
  display: inline-block;
  align-self: flex-start;
  background: rgba(182,139,82,.18);
  color: #d4a978;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.temoignage-serie-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 14px;
  line-height: 1.15;
}

.temoignage-serie-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #c9c2b6;
  margin: 0 0 22px;
}

.temoignage-serie-cta {
  font-weight: 700;
  color: #d4a978;
}

/* --- GRILLE TÉMOIGNAGES INDÉPENDANTS --- */
.temoignage-grid-section {
  max-width: 1180px;
  margin: 0 auto 100px;
  padding: 0 30px;
}

.temoignage-grid-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  margin: 0 0 40px;
  color: #5a4a36;
}

.temoignage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.temoignage-card {
  background: white;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #2f2f2f;
  box-shadow: 0 16px 40px rgba(0,0,0,.09);
  transition: transform .3s ease, box-shadow .3s ease;
}

.temoignage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(0,0,0,.14);
}

.temoignage-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.temoignage-card-content {
  padding: 22px 24px 26px;
}

.temoignage-card-periode {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b68b52;
  font-weight: 700;
  margin-bottom: 8px;
}

.temoignage-card-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
}

.temoignage-card-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #6a6258;
  margin: 0;
}

/* --- FICHE DÉTAIL --- */

/* Titre — au-dessus de la vidéo */
.temoignage-context {
  max-width: 900px;
  margin: 175px auto 0;
  padding: 0 30px;
}

.temoignage-context h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 46px;
  color: #2f2f2f;
  margin: 0;
  line-height: 1.15;
}

/* Vidéo : reste propre, sans texte incrusté, taille réduite */
.temoignage-hero {
  position: relative;
  max-width: 900px;
  margin: 24px auto 0;
  padding: 0 30px;
}

.temoignage-hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,.20);
}

.temoignage-hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* En-tête sous la vidéo — méta uniquement */
.temoignage-header {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 0 30px;
}

.temoignage-meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  color: #b68b52;
}

.temoignage-meta-item strong {
  color: #5a4a36;
  font-weight: 700;
}

/* Récit */
.temoignage-body {
  max-width: 860px;
  margin: 36px auto 0;
  padding: 0 30px;
}

.temoignage-texte {
  font-size: 19px;
  line-height: 1.85;
  color: #3a3a3a;
}

.temoignage-texte p {
  margin: 0 0 22px;
}

.temoignage-chapo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: #5a4a36;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e2d5c2;
}

.temoignage-chapo p {
  margin: 0;
}

/* --- MODULE DE NAVIGATION D'ÉPISODES (prev/next + pastilles, regroupés) --- */
.temoignage-episodes-module {
  max-width: 860px;
  margin: 64px auto 0;
  padding: 40px 40px 36px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 16px 44px rgba(0,0,0,.06);
}

.temoignage-episode-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.temoignage-nav-link {
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  background: #f7f5f0;
  border-radius: 16px;
  text-decoration: none;
  color: #2f2f2f;
  transition: transform .2s ease, background .2s ease;
}

.temoignage-nav-link:hover {
  transform: translateY(-3px);
  background: rgba(182,139,82,.10);
}

.temoignage-nav-next {
  text-align: right;
  align-items: flex-end;
}

.temoignage-nav-link span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b68b52;
  font-weight: 700;
  margin-bottom: 6px;
}

.temoignage-nav-link strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
}

.temoignage-nav-disabled {
  visibility: hidden;
}

.temoignage-episode-list {
  margin: 32px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid #eee2d2;
  text-align: center;
}

.temoignage-episode-list h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 20px;
  color: #6a6258;
  margin: 0 0 18px;
}

.temoignage-episode-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.temoignage-episode-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f7f5f0;
  color: #6a6258;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s ease;
}

.temoignage-episode-pill:hover {
  background: rgba(182,139,82,.14);
  color: #b68b52;
}

.temoignage-episode-pill-active {
  background: #b68b52;
  color: #fff;
}

/* --- SUGGESTIONS --- */
.temoignage-related {
  max-width: 1000px;
  margin: 90px auto 0;
  padding: 0 30px;
}

.temoignage-related h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 26px;
  text-align: center;
  color: #5a4a36;
}

.temoignage-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.temoignage-related-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #2f2f2f;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.temoignage-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.13);
}

.temoignage-related-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.temoignage-related-info {
  padding: 16px 18px 18px;
}

.temoignage-related-info span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b68b52;
  font-weight: 700;
  margin-bottom: 4px;
}

.temoignage-related-info h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

/* --- RETOUR --- */
.temoignage-back-link {
  text-align: center;
  margin: 60px 0 100px;
}

.temoignage-back-link a {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid rgba(182,139,82,.35);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #b68b52;
  transition: all .25s ease;
}

.temoignage-back-link a:hover {
  background: rgba(182,139,82,.08);
  border-color: rgba(182,139,82,.60);
}

/* --- RESPONSIVE --- */
@media (max-width: 800px) {
  .temoignage-serie-card {
    grid-template-columns: 1fr;
  }

  .temoignage-serie-image {
    min-height: 200px;
  }

  .temoignage-serie-content {
    padding: 30px 26px;
  }

  .temoignage-grid,
  .temoignage-related-grid {
    grid-template-columns: 1fr;
  }

  .temoignage-context {
    margin: 110px auto 0;
    padding: 0 22px;
  }

  .temoignage-context h1 {
    font-size: 30px;
  }

  .temoignage-hero {
    margin: 18px auto 0;
    padding: 0 22px;
  }

  .temoignage-hero-video {
    border-radius: 18px;
  }

  .temoignage-header {
    margin-top: 22px;
    padding: 0 22px;
  }

  .temoignage-body {
    margin-top: 28px;
    padding: 0 22px;
  }

  .temoignage-episodes-module {
    margin: 44px 22px 0;
    padding: 28px 24px;
    border-radius: 18px;
  }

  .temoignage-episode-nav {
    grid-template-columns: 1fr;
  }

  .temoignage-nav-next {
    text-align: left;
    align-items: flex-start;
  }

  .temoignage-related {
    padding: 0 22px;
  }
}
