/* ============================================
   ITIZ PROD — Feuille de style
   Police : Caviar Dreams — Bleu : #0090ff
   ============================================ */

@font-face {
  font-family: 'Caviar Dreams';
  src: url('fonts/caviardreams-regular.woff2') format('woff2'),
       url('fonts/caviardreams-regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Caviar Dreams';
  src: url('fonts/caviardreams-bold.woff2') format('woff2'),
       url('fonts/caviardreams-bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Caviar Dreams';
  src: url('fonts/caviardreams-italic.woff2') format('woff2'),
       url('fonts/caviardreams-italic.woff') format('woff');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Caviar Dreams';
  src: url('fonts/caviardreams-bolditalic.woff2') format('woff2'),
       url('fonts/caviardreams-bolditalic.woff') format('woff');
  font-weight: 700; font-style: italic; font-display: swap;
}

:root {
  --bleu: #0090ff;
  --noir: #111111;
  --gris: #6b6b6b;
  --gris-clair: #e4e4e4;
  --blanc: #ffffff;
  --largeur: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Caviar Dreams', -apple-system, sans-serif;
  font-weight: 400;
  color: var(--noir);
  background: var(--blanc);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* ---------- EN-TÊTE ---------- */

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 26px 24px;
}

.logo img { height: 54px; width: auto; display: block; }

.menu a {
  color: var(--noir);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  margin-left: 34px;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color .25s, color .25s;
}

.menu a:hover, .menu a.actif {
  color: var(--bleu);
  border-bottom-color: var(--bleu);
}

/* ---------- BANNIÈRE ---------- */

.banniere {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.banniere img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- ACCROCHE ---------- */

.accroche {
  max-width: 1320px;
  margin: 0 auto;
  padding: 66px 24px 40px;
  text-align: center;
}

.accroche h1 {
  font-size: clamp(1.35rem, 2.45vw, 2.0rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.accroche h1 .accent { color: var(--bleu); }

.sous-titre {
  margin-top: 22px;
  color: var(--gris);
  font-size: clamp(.96rem, 1.5vw, 1.22rem);
  line-height: 1.55;
  letter-spacing: 0.03em;
}

/* .sm : saut de ligne uniquement sur petit ecran */
.sm { display: none; }

@media (max-width: 1000px) {
  .sm { display: block; height: 0; }
}

/* ---------- BLOC TEXTE ---------- */

.bloc-texte {
  max-width: 780px;
  margin: 0 auto;
  padding: 34px 24px 52px;
  text-align: center;
}

.bloc-texte h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 28px;
}

.bloc-texte p { color: var(--gris); font-size: 1.05rem; }

.citation {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--gris-clair);
  color: var(--noir) !important;
  font-style: italic;
}

/* ---------- LES DEUX PORTES ---------- */

.portes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  max-width: var(--largeur);
  margin: 24px auto 62px;
  padding: 0 24px;
}

.porte { text-decoration: none; color: inherit; display: block; }

.porte img {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--gris-clair);
  box-shadow: 0 4px 22px rgba(0,0,0,.07);
  transition: box-shadow .35s, transform .35s, border-color .35s;
}

.porte:hover img {
  border-color: var(--bleu);
  box-shadow: 0 10px 34px rgba(0,144,255,.20);
  transform: translateY(-4px);
}

.porte .legende {
  margin-top: 20px; text-align: center;
  color: var(--gris); font-size: .97rem; font-style: italic;
  transition: color .25s;
}

.porte:hover .legende { color: var(--bleu); }

/* ---------- UNIVERS ---------- */

.univers {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 66px;
  align-items: center;
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 54px 24px 46px;
  border-top: 1px solid var(--gris-clair);
}

.univers-image img {
  width: 100%; height: auto; display: block;
  box-shadow: 0 4px 26px rgba(0,0,0,.09);
}

.univers-texte h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 400;
  margin-bottom: 26px;
  letter-spacing: .01em;
}

.univers-texte .phrase-cle {
  color: var(--noir);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 26px;
}

.univers-texte p {
  color: var(--gris);
  font-size: 1.01rem;
  line-height: 1.8;
}

/* ---------- TITRE & LÉGENDE DIPTYQUES ---------- */

.titre-diptyques {
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 26px 24px 0;
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  font-weight: 400;
  letter-spacing: .02em;
}

.legende-diptyques {
  max-width: 780px;
  margin: 12px auto 30px;
  padding: 0 24px;
  text-align: center;
  color: var(--gris);
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.75;
}

/* ---------- DIPTYQUES ---------- */

.diptyques {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 0 24px 62px;
}

.diptyques img {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--gris-clair);
  transition: transform .35s, box-shadow .35s;
}

.diptyques img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0,0,0,.12);
}

/* ---------- MÉTHODE ---------- */

.methode {
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 56px 24px 58px;
  text-align: center;
  border-top: 1px solid var(--gris-clair);
}

.methode h2 {
  font-size: 1.7rem; font-weight: 400;
  letter-spacing: .06em; margin-bottom: 44px;
}

.etapes {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  text-align: left;
}

.etapes li { padding-top: 22px; border-top: 2px solid var(--bleu); }

.etapes .num {
  display: block; color: var(--bleu);
  font-size: .74rem; letter-spacing: .22em; margin-bottom: 12px;
}

.etapes h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }

.etapes p { color: var(--gris); font-size: .94rem; line-height: 1.7; }

.phrase-forte {
  margin-top: 62px;
  font-size: 1.35rem;
  letter-spacing: .02em;
}

/* ---------- SIGNATURE ---------- */

.signature {
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 58px 24px 78px;
  text-align: center;
  border-top: 1px solid var(--gris-clair);
}

.signature p {
  font-size: clamp(1.2rem, 2.3vw, 1.6rem);
  line-height: 1.6; margin-bottom: 38px;
}

.bouton {
  display: inline-block;
  padding: 16px 46px;
  border: 1px solid var(--bleu);
  color: var(--bleu);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem; letter-spacing: .2em;
  transition: background .28s, color .28s;
}

.bouton:hover { background: var(--bleu); color: var(--blanc); }

/* ---------- PIED DE PAGE ---------- */

.site-footer {
  border-top: 1px solid var(--gris-clair);
  padding: 40px 24px;
  text-align: center;
  color: var(--gris);
  font-size: .86rem;
}

.site-footer nav { margin-top: 14px; }

.site-footer nav a {
  color: var(--gris); text-decoration: none;
  margin: 0 14px; transition: color .25s;
}

.site-footer nav a:hover { color: var(--bleu); }

/* ---------- MOBILE ---------- */

@media (max-width: 900px) {
  .site-header { flex-direction: column; gap: 20px; padding: 22px 20px; }
  .menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 0; }
  .menu a { margin: 0 12px; font-size: .76rem; letter-spacing: .14em; }

  .accroche { padding: 46px 20px 32px; }

  .portes { grid-template-columns: 1fr; gap: 40px; margin: 20px auto 46px; }

  .univers { grid-template-columns: 1fr; gap: 32px; padding: 44px 20px 38px; }
  .univers-texte { text-align: center; }

  .diptyques { grid-template-columns: 1fr 1fr; gap: 14px; padding: 26px 20px 60px; }
  .univers-image { max-width: 460px; margin: 0 auto; }
  .titre-diptyques { padding: 20px 20px 4px; }
  .legende-diptyques { padding: 10px 20px 0; font-size: .97rem; }

  .etapes { grid-template-columns: 1fr; gap: 30px; }
  .methode { padding: 46px 20px; }
  .signature { padding: 46px 20px 62px; }
}


/* ============================================
   PAGE PHOTOS
   ============================================ */

.entete-page {
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 58px 24px 42px;
  text-align: center;
}

.entete-page h1 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 20px;
}

.entete-page p {
  color: var(--gris);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ---------- GALERIE ---------- */

.galerie {
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 44px 24px 26px;
  border-top: 1px solid var(--gris-clair);
}

.galerie:first-of-type { border-top: none; }

.galerie h2 {
  text-align: center;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 400;
  letter-spacing: .02em;
}

.galerie-phrase {
  max-width: 700px;
  margin: 12px auto 30px;
  text-align: center;
  color: var(--gris);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.7;
}

/* ---------- MOSAÏQUE 3×3 ---------- */

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

.vignette {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  position: relative;
}

.vignette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease, opacity .35s;
}

.vignette:hover img {
  transform: scale(1.045);
  opacity: .88;
}

.vignette:focus-visible {
  outline: 2px solid var(--bleu);
  outline-offset: 2px;
}

/* ---------- VISIONNEUSE ---------- */

.visionneuse {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(10,10,10,.94);
  display: flex;
  align-items: center;
  justify-content: center;
}

.visionneuse[hidden] { display: none; }

.v-image {
  max-width: 90vw;
  max-height: 86vh;
  object-fit: contain;
  cursor: zoom-out;
  box-shadow: 0 10px 50px rgba(0,0,0,.5);
}

.v-fermer,
.v-precedent,
.v-suivant {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  opacity: .68;
  transition: opacity .22s, color .22s;
  padding: 12px 18px;
}

.v-fermer:hover,
.v-precedent:hover,
.v-suivant:hover {
  opacity: 1;
  color: var(--bleu);
}

.v-fermer {
  top: 18px; right: 26px;
  font-size: 2.4rem;
}

.v-precedent { left: 12px;  font-size: 3.4rem; }
.v-suivant   { right: 12px; font-size: 3.4rem; }

.v-compteur {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  opacity: .6;
  font-size: .84rem;
  letter-spacing: .16em;
}

/* ---------- MOBILE : PAGE PHOTOS ---------- */

@media (max-width: 900px) {

  .entete-page { padding: 42px 20px 32px; }

  .galerie { padding: 34px 20px 20px; }

  .galerie-phrase { margin-bottom: 22px; font-size: .96rem; }

  .mosaique {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .v-fermer { top: 12px; right: 16px; font-size: 2rem; }
  .v-precedent, .v-suivant { font-size: 2.4rem; padding: 10px 8px; }
  .v-image { max-width: 94vw; max-height: 78vh; }
}

@media (max-width: 520px) {
  .mosaique { grid-template-columns: 1fr 1fr; gap: 8px; }
}
/* ========================================
   PAGE COMÉDIENS
   À ajouter à la fin de style.css
   ======================================== */

/* --- Sections d'offre --- */
.section-offre {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 1.5rem 3rem;
  scroll-margin-top: 90px; /* pour que l'ancre ne passe pas sous le menu */
}

.section-offre h2 {
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 3rem;
}

.section-offre .bloc-intro {
  max-width: 720px;
  margin: 0 auto 4rem;
  text-align: center;
}

.section-offre .bloc-intro p {
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 1.2rem;
}

.section-offre .citation {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #0090ff;
  margin: 2rem 0;
}

/* --- Titres de sous-parties --- */
.titre-etapes,
.titre-temoignages {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  margin: 4rem 0 2.5rem;
}

/* --- Étapes numérotées --- */
.etapes-offre {
  list-style: none;
  padding: 0;
  margin: 0 auto 3rem;
  max-width: 760px;
}

.etapes-offre li {
  position: relative;
  padding: 0 0 2.5rem 4.5rem;
  border-left: 1px solid #e4e4e4;
  margin-left: 1rem;
}

.etapes-offre li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.etapes-offre .num {
  position: absolute;
  left: -1.05rem;
  top: 0;
  width: 2.1rem;
  height: 2.1rem;
  background: #fff;
  border: 1px solid #0090ff;
  border-radius: 50%;
  color: #0090ff;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.etapes-offre h4 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0.15rem 0 0.8rem;
}

.etapes-offre p {
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0 0 0.9rem;
}

/* --- Blocs de texte --- */
.bloc-texte-offre {
  max-width: 720px;
  margin: 0 auto 3rem;
}

.bloc-texte-offre p {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.2rem;
}

.avertissement {
  border-left: 2px solid #0090ff;
  padding-left: 1.4rem;
  margin-top: 2.5rem !important;
  color: #444;
}

/* --- Vidéos --- */
.video-cadre {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #111;
  overflow: hidden;
}

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

.video-nom {
  margin: 0.7rem 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}

.video-reference {
  max-width: 900px;
  margin: 3.5rem auto;
}

.mosaique-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.2rem;
  margin: 3rem 0;
}

.temoignages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.2rem;
  max-width: 900px;
  margin: 0 auto 2rem;
}

/* --- Léna Dia --- */
.bloc-lena {
  max-width: 720px;
  margin: 4rem auto 0;
  text-align: center;
}

.bloc-lena p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #555;
  margin: 0;
}

/* --- Mosaïque de portraits --- */
.mosaique-portraits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 3rem 0;
}

.mosaique-portraits .vignette {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.mosaique-portraits .vignette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.mosaique-portraits .vignette:hover img {
  transform: scale(1.04);
  opacity: 0.88;
}

/* --- Mot de la fin --- */
.bloc-admiration {
  max-width: 720px;
  margin: 4rem auto 0;
  text-align: center;
}

.bloc-admiration p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 1.2rem;
}

.lien-interne {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0090ff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  transition: border-color 0.3s ease;
}

.lien-interne:hover {
  border-bottom-color: #0090ff;
}

/* --- Portes de la page Comédiens : fond léger pour détacher --- */
#bande-demo,
#book-photo {
  border-top: 1px solid #ececec;
}

/* Les vignettes cliquables sont sur fond très clair :
   on leur donne une limite visible */
.portes .porte img {
  border: 1px solid #ececec;
}

/* --- Défilement doux pour les ancres --- */
html {
  scroll-behavior: smooth;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 860px) {
  .mosaique-portraits {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .section-offre {
    padding: 3.5rem 1.2rem 2rem;
  }

  .section-offre h2 {
    font-size: 1.9rem;
  }

  .section-offre .citation {
    font-size: 1.15rem;
  }

  .mosaique-videos,
  .temoignages {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .etapes-offre li {
    padding-left: 3.2rem;
  }

  .mosaique-portraits {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========================================
   PAGE FILMS — grille trois colonnes
   ======================================== */

.mosaique-trois {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 860px) {
  .mosaique-trois {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 720px) {
  .mosaique-trois {
    grid-template-columns: 1fr !important;
  }
}

/* ========================================
   PAGE CINÉMA
   ======================================== */

/* --- Badge « film en cours » --- */
.badge-projet {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0090ff;
  border: 1px solid #0090ff;
  border-radius: 2px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.6rem;
}

/* --- Voir ou se procurer le film : deux options --- */
.deux-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 920px;
  margin: 0 auto 2rem;
}

.option-achat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.4rem 2rem 2.8rem;
  border: 1px solid #ececec;
  transition: border-color .3s, box-shadow .3s;
}

.option-achat:hover {
  border-color: #0090ff;
  box-shadow: 0 8px 30px rgba(0,144,255,.10);
}

.option-visuel {
  width: 100%;
  margin-bottom: 1.8rem;
}

.option-visuel img {
  width: 100%;
  height: auto;
  display: block;
}

.option-achat h4 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 1rem;
}

.option-achat p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #555;
  margin: 0 0 0.9rem;
}

.option-achat .prix {
  color: #111;
  font-size: 1.15rem;
  margin: 0.6rem 0 0.4rem;
}

.option-achat .prix span {
  color: #888;
  font-size: 0.9rem;
}

.option-achat .precision {
  font-size: 0.88rem;
  color: #888;
  line-height: 1.6;
}

.option-achat .bouton {
  margin-top: 1.6rem;
}

/* --- Making of : mosaïque (réutilise .mosaique-portraits) --- */
.mosaique-making {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 900px;
  margin: 3rem auto;
}

/* --- Presse : petites vignettes cliquables --- */
.presse-vignettes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 720px;
  margin: 2.5rem auto 3rem;
}

.vignette-presse {
  padding: 0;
  border: 1px solid #ececec;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  display: block;
  transition: transform .35s, box-shadow .35s, border-color .35s;
}

.vignette-presse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  display: block;
  transition: opacity .3s;
}

.vignette-presse:hover {
  border-color: #0090ff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  transform: translateY(-3px);
}

.vignette-presse:hover img { opacity: .9; }

.vignette-presse:focus-visible {
  outline: 2px solid #0090ff;
  outline-offset: 2px;
}

/* --- Mécénat --- */
.mecenat {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 960px;
  margin: 4.5rem auto 1rem;
  padding: 2.5rem;
  border: 1px solid #ececec;
  background: #fafafa;
}

.mecenat-image img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-tof {
  width: 120px;
  height: auto;
  margin-bottom: 1.2rem;
}

.mecenat-texte h3 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem;
}

.mecenat-texte p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #555;
  margin: 0 0 1rem;
}

.mecenat-boutons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.bouton-vide {
  border-color: #bbb;
  color: #666;
}

.bouton-vide:hover {
  background: #666;
  border-color: #666;
  color: #fff;
}

/* --- Autres œuvres --- */
.sous-section-intro {
  max-width: 700px;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  color: #666;
  line-height: 1.7;
}

.oeuvre {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 3.5rem;
}

.oeuvre .video-cadre { margin: 0; }

.oeuvre-inverse .video-cadre { order: 2; }
.oeuvre-inverse .oeuvre-texte { order: 1; }

.oeuvre-genre {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0090ff;
  margin-bottom: 0.6rem;
}

.oeuvre-texte h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1rem;
}

.oeuvre-texte p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #555;
  margin: 0;
}

/* ========================================
   RESPONSIVE — PAGE CINÉMA
   ======================================== */
@media (max-width: 860px) {
  .mosaique-making { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .deux-options {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .presse-vignettes {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }

  .mecenat {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.8rem;
    text-align: center;
  }

  .mecenat-boutons { justify-content: center; }

  .oeuvre,
  .oeuvre-inverse {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .oeuvre-inverse .video-cadre { order: 0; }
  .oeuvre-inverse .oeuvre-texte { order: 0; }

  .oeuvre-texte { text-align: center; }

  .mosaique-making { grid-template-columns: repeat(2, 1fr); }
}

/* ========================================
   PAGE COMÉDIENS — Le duo (présentation)
   ======================================== */
.duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 860px;
  margin: 4rem auto 1rem;
}

.duo-membre {
  text-align: center;
}

.duo-photo {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 1.4rem;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.duo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.duo-membre h4 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 0.3rem;
}

.duo-role {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0090ff;
  margin: 0 0 1.1rem !important;
}

.duo-membre p {
  font-size: 0.97rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

@media (max-width: 720px) {
  .duo {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}

/* ========================================
   PAGE ACCUEIL — Bloc présentation
   ======================================== */
.presentation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 34px 24px 52px;
}

.presentation-photo img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 26px rgba(0,0,0,.10);
}

.presentation-texte h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 400;
  letter-spacing: .02em;
  margin-bottom: 0.3rem;
}

.presentation-role {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bleu);
  margin-bottom: 1.6rem !important;
}

.presentation-texte p {
  color: var(--gris);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 1.1rem;
}

@media (max-width: 900px) {
  .presentation {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 28px 20px 40px;
    text-align: center;
  }
  .presentation-photo { max-width: 520px; margin: 0 auto; }
}

/* ========================================
   PAGE CONTACT
   ======================================== */
.contact {
  max-width: 620px;
  margin: 0 auto;
  padding: 72px 24px 90px;
  text-align: center;
}

.contact-photo {
  width: 200px;
  margin: 0 auto 1.6rem;
}

.contact-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0,0,0,.12);
}

.contact-logo {
  height: 48px;
  width: auto;
  display: block;
  margin: 0 auto 2.4rem;
}

.contact h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 1.2rem;
}

.contact-identite {
  color: var(--noir);
  font-size: 1.06rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

.contact-message {
  color: var(--gris);
  font-size: 1.04rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-mail {
  display: inline-block;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--bleu);
  text-decoration: none;
  letter-spacing: .02em;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  transition: border-color .25s;
}

.contact-mail:hover {
  border-bottom-color: var(--bleu);
}

@media (max-width: 700px) {
  .contact { padding: 48px 20px 64px; }
  .contact-photo { width: 160px; }
}

/* ========================================
   PAGE MENTIONS LÉGALES
   ======================================== */
.mentions {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.mentions h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 2.4rem;
  text-align: center;
}

.mentions h2 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin: 2.4rem 0 0.8rem;
  color: var(--noir);
}

.mentions p {
  color: var(--gris);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.mentions a {
  color: var(--bleu);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .25s;
}

.mentions a:hover {
  border-bottom-color: var(--bleu);
}

@media (max-width: 700px) {
  .mentions { padding: 44px 20px 60px; }
}
