/* ============================================================
   Les Événements Mondains (EVMO) - evenementsmondains.com
   Direction : « le gala » - carton d'invitation grand soir
   Palette : Noir smoking #131211 / Anthracite #1C1A17
             Or du logo #B49762 / Or clair #E3C185
             Ivoire #F2EDE3 / Gris perle #A29C90
   Typo : Cormorant Garamond (titres) + Jost (texte)
   Signature : le double filet doré des cartons gravés
   ============================================================ */

:root {
  --noir: #131211;
  --carte: #1C1A17;
  --or: #B49762;
  --or-clair: #E3C185;
  --ivoire: #F2EDE3;
  --perle: #A29C90;
  --ligne: #2C2925;
  --max: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

html { background: #131211; }
body {
  font-family: 'Jost', system-ui, sans-serif;
  background: #131211;
  background: var(--noir);
  color: var(--ivoire);
  line-height: 1.7;
  font-size: 17.5px;
  font-weight: 300;
}

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.08; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--or-clair); }
img, video { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* Le double filet : signature des cartons d'invitation gravés */
.filet-double {
  height: 7px; position: relative; margin: 0 auto;
  border-top: 1px solid var(--or);
  border-bottom: 1px solid var(--or);
  width: 120px; opacity: 0.9; overflow: hidden;
}
.filet-double::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(232,203,140,0.9) 50%, transparent 80%);
  transform: translateX(-130%);
  animation: reflet 3.2s ease-in-out 0.4s 2;
}
@keyframes reflet { to { transform: translateX(130%); } }
.eyebrow {
  font-family: 'Jost', sans-serif; font-weight: 400;
  letter-spacing: 0.32em; text-transform: uppercase;
  font-size: 0.74rem; color: var(--or-clair);
}

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(19,18,17,0.93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ligne);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; gap: 12px; }
.logo { flex: 0 0 auto; }
.logo img { height: 48px; width: auto; display: block; }
.nav ul { display: flex; gap: 13px; list-style: none; align-items: center; flex-wrap: nowrap; }
.nav a.link {
  text-decoration: none; font-weight: 400; font-size: 0.82rem; color: var(--ivoire);
  letter-spacing: 0.01em; white-space: nowrap; padding-bottom: 3px; border-bottom: 1px solid transparent;
}
.nav a.link:hover, .nav a.link[aria-current="page"] { border-bottom-color: var(--or); color: var(--or-clair); }
.btn {
  display: inline-block; text-decoration: none; font-weight: 500;
  background: transparent; color: var(--or-clair);
  padding: 11px 22px; font-size: 0.87rem; letter-spacing: 0.06em; white-space: nowrap;
  border: 1px solid var(--or); cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover { background: var(--or); color: var(--noir); box-shadow: 0 0 24px rgba(180,151,98,0.35); }
.btn.plein { background: var(--or); color: var(--noir); }
.btn.plein:hover { background: var(--or-clair); border-color: var(--or-clair); }
.burger { display: none; background: none; border: none; font-size: 1.7rem; cursor: pointer; color: var(--or); }

/* ---------- Hero : le carton d'invitation ---------- */
.hero {
  text-align: center; padding: 0 0 34px;
  border-bottom: 1px solid var(--ligne);
  position: relative; overflow: hidden;
}
.hero::before, .hero::after {
  content: ""; position: absolute; width: 60vw; height: 60vw; max-width: 820px; max-height: 820px;
  border-radius: 50%; pointer-events: none; filter: blur(10px);
  background: radial-gradient(circle, rgba(227,193,133,0.16), transparent 62%);
}
.hero::before { top: -22vw; left: -14vw; animation: projecteurA 14s ease-in-out infinite alternate; }
.hero::after { bottom: -26vw; right: -16vw; animation: projecteurB 17s ease-in-out infinite alternate; }
@keyframes projecteurA { from { transform: translate(0,0) scale(1); } to { transform: translate(9vw, 5vw) scale(1.15); } }
@keyframes projecteurB { from { transform: translate(0,0) scale(1.1); } to { transform: translate(-8vw, -5vw) scale(0.95); } }
.hero .invitation { position: relative; z-index: 2; }
.hero .video-bandeau { position: relative; width: 100%; }
.hero .video-bandeau { background: var(--noir); }
.hero .video-bandeau video {
  width: 100%; display: block; height: auto;
}
.hero .video-bandeau::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(19,18,17,0.05) 0%, rgba(19,18,17,0.25) 55%, rgba(19,18,17,0.92) 88%, var(--noir) 100%);
}
.hero .invitation { margin-top: clamp(-120px, -8vw, -40px); }
.hero h1 { text-shadow: 0 0 60px rgba(227,193,133,0.25); }
.hero .invitation { max-width: 780px; margin: 0 auto; }
.hero .filet-double { margin-bottom: 24px; }
.hero .eyebrow { display: block; margin-bottom: 18px; }
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.3rem);
  font-weight: 500; letter-spacing: 0.01em;
}
.hero p.sous {
  margin: 20px auto 0; max-width: 56ch;
  font-size: 1.08rem; color: var(--perle); font-weight: 300;
}
.hero .actions { margin-top: 30px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero .filet-bas { margin-top: 26px; }

/* ---------- Sections ---------- */
section { padding: 34px 0; }
.entete-section { text-align: center; margin-bottom: 26px; }
.entete-section .eyebrow { display: block; margin-bottom: 14px; }
.entete-section h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 500; }
.entete-section p { color: var(--perle); max-width: 60ch; margin: 14px auto 0; }

/* ---------- Le programme (services) ---------- */
.programme { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 40px 30px; }
.service {
  background: #F5F0E4; color: #1D1B16;
  padding: 52px 34px 38px; text-decoration: none; display: block;
  position: relative;
  box-shadow: 0 16px 44px rgba(0,0,0,0.55);
  transform: rotate(-0.8deg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service:nth-child(even) { transform: rotate(0.9deg); }
.service:hover { transform: rotate(0deg) translateY(-5px); box-shadow: 0 22px 54px rgba(0,0,0,0.65), 0 0 30px rgba(180,151,98,0.25); }
.service::before {
  /* double filet gravé du carton */
  content: ""; position: absolute; top: 12px; left: 12px; right: 12px; bottom: 12px;
  border: 1px solid #C4AE7C; box-shadow: inset 0 0 0 3px #F5F0E4, inset 0 0 0 4px #C4AE7C;
  pointer-events: none;
}
.service::after {
  /* sceau de cire doré */
  content: ""; position: absolute; top: -22px; left: 50%; transform: translateX(-50%) rotate(-6deg);
  width: 52px; height: 52px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #E8CB8C, #B49762 58%, #8C7440);
  box-shadow: 0 6px 14px rgba(0,0,0,0.5), inset 0 0 0 6px rgba(140,116,64,0.55);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.5rem; color: #2A2113;
}
.service img, .service video, .service .photo-avenir {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border: 1px solid #C4AE7C; margin-bottom: 22px; display: block;
}
.service .photo-avenir {
  display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(45deg, #EDE7D8, #EDE7D8 12px, #E4DDCB 12px, #E4DDCB 24px);
  color: #6E6858; font-size: 0.85rem; text-align: center; padding: 12px;
}
.service h3 { font-size: 1.55rem; font-weight: 700; color: #1D1B16; margin-bottom: 10px; }
.service p { color: #5C5648; font-size: 0.97rem; }
.service .aller { display: inline-block; margin-top: 20px; color: #8C7440; font-size: 0.88rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
.service:hover .aller { color: #6E5A2E; }

/* ---------- Bande citation / signature ---------- */
.citation {
  text-align: center; background: var(--carte);
  border-top: 1px solid var(--ligne); border-bottom: 1px solid var(--ligne);
}
.citation blockquote {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem); max-width: 26ch; margin: 0 auto; color: var(--ivoire);
}
.citation .auteur { margin-top: 22px; color: var(--or-clair); letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.78rem; }

/* ---------- Deux colonnes (à propos / conférences) ---------- */
.duo-texte { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.duo-texte h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 500; margin-bottom: 18px; }
.duo-texte p { color: var(--perle); margin-bottom: 16px; }
.duo-texte .btn { margin-top: 10px; }
.duo-texte img { border: 1px solid var(--ligne); }

/* ---------- Blogue ---------- */
.articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.article {
  border: 1px solid var(--ligne); background: var(--carte); padding: 34px 30px;
  text-decoration: none; display: block; transition: border-color .25s ease;
}
.article:hover { border-color: var(--or); }
.article .cat { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--or-clair); }
.article h3 { font-size: 1.35rem; margin: 12px 0 10px; font-weight: 600; }
.article p { color: var(--perle); font-size: 0.95rem; }

/* ---------- Bande CTA ---------- */
.bande { text-align: center; background: var(--carte); border-top: 1px solid var(--or); border-bottom: 1px solid var(--or); }
.bande h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 500; }
.bande p { color: var(--perle); margin: 16px auto 30px; max-width: 56ch; }
.bande .ecrire { margin-top: 20px; font-size: 0.96rem; }
.bande .ecrire a { color: var(--or-clair); text-decoration: none; font-weight: 500; }
.bande .ecrire a:hover { text-decoration: underline; }

/* ---------- Formulaire ---------- */
form.contact { max-width: 680px; margin: 0 auto; }
.champ { margin-bottom: 22px; }
.champ label { display: block; font-weight: 400; margin-bottom: 7px; font-size: 0.92rem; letter-spacing: 0.05em; color: var(--ivoire); }
.champ input, .champ select, .champ textarea {
  width: 100%; padding: 14px 15px; font: inherit; font-weight: 300;
  border: 1px solid var(--ligne); background: var(--carte); color: var(--ivoire);
}
.champ input:focus, .champ select:focus, .champ textarea:focus {
  outline: 1px solid var(--or); border-color: var(--or);
}
.deux-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bloc-courriel {
  border: 1px solid var(--or); background: rgba(180,151,98,0.06);
  padding: 24px 28px; margin: 0 auto 40px; max-width: 680px;
  display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; justify-content: space-between;
}
.bloc-courriel p { font-weight: 400; }
.bloc-courriel a.courriel {
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-style: italic;
  color: var(--or-clair); text-decoration: none; font-size: clamp(1.05rem, 2.8vw, 1.3rem);
  word-break: break-all;
}
.bloc-courriel a.courriel:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
footer.site { background: #0D0C0B; color: var(--perle); padding: 64px 0 44px; font-size: 0.95rem; border-top: 1px solid var(--ligne); }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; align-items: start; }
footer h4 { color: var(--ivoire); font-family: 'Jost', sans-serif; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 14px; }
footer a { color: var(--perle); text-decoration: none; }
footer a:hover { color: var(--or-clair); }
footer ul { list-style: none; }
footer li { margin-bottom: 9px; }
footer .logo-footer img { height: 62px; width: auto; margin-bottom: 18px; }
footer .tuflash img { height: 34px; width: auto; margin: 4px 0 10px; }
footer .legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--ligne); font-size: 0.84rem; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .duo-texte { grid-template-columns: 1fr; gap: 36px; }
  footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1300px) {
  .nav ul {
    display: none; position: absolute; top: 80px; left: 0; right: 0;
    background: var(--noir); flex-direction: column; padding: 22px 24px;
    border-bottom: 1px solid var(--ligne); gap: 18px;
  }
  .nav ul.open { display: flex; }
  .burger { display: block; }
  .deux-col { grid-template-columns: 1fr; }
  footer .cols { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero::before, .hero::after, .filet-double::after { animation: none; }
}
a:focus-visible, button:focus-visible { outline: 2px solid var(--or-clair); outline-offset: 3px; }

/* ---------- FAQ ---------- */
details.faq {
  border: 1px solid var(--ligne); background: var(--carte);
  padding: 20px 26px; margin-bottom: 14px;
}
details.faq summary {
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.25rem;
  cursor: pointer; color: var(--ivoire); list-style-position: outside;
}
details.faq summary::marker { color: var(--or); }
details.faq p { margin-top: 12px; color: var(--perle); font-size: 0.98rem; }

.faq-cat {
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.6rem;
  color: var(--or-clair); margin: 40px 0 16px; text-align: center;
}
.faq-cat:first-of-type { margin-top: 0; }

/* ---------- Galerie d'items (DJ, personnages, décor) ---------- */
.galerie { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.item {
  background: var(--carte); border: 1px solid var(--ligne);
  transition: border-color .25s ease;
}
.item:hover { border-color: var(--or); }
.item img, .item video { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.item .corps { padding: 16px 18px 18px; }
.item h3 { font-size: 1.18rem; font-weight: 600; color: var(--or-clair); margin-bottom: 4px; }
.item .note { color: var(--perle); font-size: 0.88rem; }
.item details { margin-top: 8px; }
.item details summary { cursor: pointer; color: var(--ivoire); font-size: 0.85rem; letter-spacing: 0.06em; }
.item details summary::marker { color: var(--or); }
.item details p { color: var(--perle); font-size: 0.9rem; margin-top: 8px; }
.sep-section { border: none; border-top: 1px solid var(--ligne); margin: 64px 0; }

/* ---------- Page produit ---------- */
a.item { text-decoration: none; display: block; }
.produit { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: start; }
.produit img, .produit video { width: 100%; border: 1px solid var(--or-fonce); }
.produit .texte p { color: var(--perle); margin-bottom: 16px; font-size: 1.02rem; }
.produit .texte .btn { margin-top: 14px; }
@media (max-width: 860px) { .produit { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Heros des pages intérieures : typo réduite ---------- */
.hero-page h1 { font-size: clamp(1.9rem, 4.5vw, 3.1rem); }
.hero-page p.sous { font-size: 1rem; }
/* ---------- Listes des pages produit ---------- */
.produit .texte h3 { color: var(--or-clair); font-size: 1.3rem; margin: 22px 0 10px; }
.produit .texte ul { list-style: none; margin-bottom: 8px; }
.produit .texte li { color: var(--perle); margin-bottom: 7px; padding-left: 20px; position: relative; }
.produit .texte li::before { content: "✦"; color: var(--or); position: absolute; left: 0; font-size: 0.75rem; top: 4px; }

/* ---------- Fiches conférences (cartes index) ---------- */
.fiches { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 46px 30px; margin-top: 20px; }
.fiche {
  position: relative;
  display: flex; flex-direction: column;
  background:
    linear-gradient(#fcfbf7, #fcfbf7) padding-box,
    repeating-linear-gradient(#fcfbf7 0 27px, #b9d4e6 27px 28px);
  background-color: #fcfbf7;
  color: #23221f;
  border: 1px solid #e4ddce;
  border-radius: 3px;
  padding: 40px 30px 30px;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0,0,0,0.5), 0 2px 6px rgba(0,0,0,0.3);
  transform: rotate(-1deg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.fiche:nth-child(even) { transform: rotate(1.1deg); }
.fiche:nth-child(3n) { transform: rotate(-0.6deg); }
.fiche:hover { transform: rotate(0deg) translateY(-6px); box-shadow: 0 26px 60px rgba(0,0,0,0.6), 0 0 30px rgba(180,151,98,0.22); }
/* marge rouge verticale de la carte index */
.fiche::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 42px;
  width: 1px; background: #e2a9a2;
  pointer-events: none;
}
/* trombone métallique */
.fiche .trombone {
  position: absolute; top: -18px; left: 34px; width: 26px; height: 62px;
  border: 3px solid #b7bcc4; border-radius: 13px;
  border-bottom-color: #cfd3d9;
  background: transparent;
  transform: rotate(-8deg);
  box-shadow: 0 3px 5px rgba(0,0,0,0.35);
}
.fiche .trombone::after {
  content: ""; position: absolute; top: 8px; left: 5px; right: 5px; bottom: 20px;
  border: 3px solid #c7ccd3; border-top: none; border-radius: 0 0 9px 9px;
}
.fiche .photo-fiche {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border: 6px solid #fff; border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.28);
  margin: 4px 0 20px; display: block;
  transform: rotate(0.6deg);
}
/* le texte s'écrit à droite de la marge rouge, comme sur une vraie fiche */
.fiche .eyebrow,
.fiche h3,
.fiche p,
.fiche .en-savoir { margin-left: 22px; }
.fiche .eyebrow { display: block; margin-bottom: 8px; color: #8c7440; }
.fiche h3 { font-size: 1.4rem; font-weight: 600; color: #1b1a17; margin-bottom: 10px; line-height: 1.2; }
.fiche p { color: #444036; font-size: 0.95rem; margin-bottom: 12px; }
.fiche .en-savoir {
  display: inline-block; margin-top: auto; padding-top: 14px;
  color: #8c7440; font-size: 0.84rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 500; border-bottom: 1px solid #cbb885; padding-bottom: 2px;
  align-self: flex-start;
}
.fiche:hover .en-savoir { color: #6e5a2e; border-bottom-color: #6e5a2e; }

/* Variante compacte : fiches sans photo (en attendant les images) */
.fiche.compacte { padding: 34px 24px 24px; }
.fiche.compacte .trombone { width: 22px; height: 52px; top: -15px; }
.fiche.compacte h3 { font-size: 1.18rem; margin-bottom: 8px; }
.fiche.compacte p { font-size: 0.88rem; margin-bottom: 10px; }
.fiche.compacte .en-savoir { font-size: 0.78rem; padding-top: 10px; }
.fiche.compacte::before { left: 34px; }
.fiche.compacte .eyebrow,
.fiche.compacte h3,
.fiche.compacte p,
.fiche.compacte .en-savoir { margin-left: 16px; }

/* ---------- Vidéo des pages conférence ---------- */
#video-conf { padding-top: 10px; }
.video-conf-cadre {
  max-width: 860px; margin: 0 auto;
  border: 1px solid var(--ligne);
  box-shadow: 0 18px 50px rgba(0,0,0,0.55);
  background: #000;
}
.video-conf-cadre video { width: 100%; display: block; }

/* ---------- Ajustements de titres et espacements (v36) ---------- */
/* Titre forcé sur une ligne sur desktop, retour normal sur mobile */
.titre-une-ligne { font-size: clamp(1.4rem, 3vw, 2.5rem); }
@media (min-width: 800px) { .titre-une-ligne { white-space: nowrap; } }
/* Citations longues : plus larges et un peu plus petites pour tenir sur 2 lignes */
.citation.citation-large blockquote { max-width: 46ch; font-size: clamp(1.3rem, 2.6vw, 1.8rem); }
/* Portraits ronds de l'équipe (page À propos) */
.portrait-equipe {
  width: 130px; height: 130px; object-fit: cover; border-radius: 50%;
  border: 2px solid var(--or); margin: 0 auto 18px; display: block;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
.raison:has(.portrait-equipe) { text-align: center; }

/* ---------- Blocs "pourquoi / raison" (3 colonnes avec séparateurs) ---------- */
.pourquoi {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
}
.raison {
  padding: 10px 30px;
  border-left: 1px solid var(--ligne);
}
.raison:first-child { border-left: none; }
.raison h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600;
  color: var(--or-clair); margin-bottom: 12px;
}
.raison p { color: var(--perle); font-size: 0.95rem; }
@media (max-width: 860px) {
  .raison { border-left: none; border-top: 1px solid var(--ligne); padding: 26px 0; }
  .raison:first-child { border-top: none; padding-top: 0; }
}

/* ---------- Encadré TuFlash ---------- */
.encadre-tuflash {
  display: grid; grid-template-columns: 180px 1fr; gap: 34px; align-items: center;
  background: var(--carte); border: 1px solid var(--or-fonce, var(--ligne));
  padding: 32px 36px; max-width: 900px; margin: 0 auto;
  box-shadow: 0 14px 40px rgba(0,0,0,0.4);
}
.logo-tuflash-encadre { width: 100%; height: auto; }
.encadre-tuflash h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600;
  color: var(--or-clair); margin-bottom: 10px;
}
.encadre-tuflash p { color: var(--perle); margin-bottom: 18px; }
@media (max-width: 720px) {
  .encadre-tuflash { grid-template-columns: 1fr; text-align: center; gap: 22px; }
  .logo-tuflash-encadre { max-width: 160px; margin: 0 auto; }
}
/* Citation courte sur une seule ligne */
.citation.citation-une-ligne blockquote { max-width: 100%; font-size: clamp(1.2rem, 2.4vw, 1.9rem); }

/* ---------- BLOGUE : grille des articles ---------- */
.grille-articles { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 36px 28px; }
.carte-article {
  display: flex; flex-direction: column;
  background: var(--carte); border: 1px solid var(--ligne);
  text-decoration: none; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.carte-article:hover { transform: translateY(-6px); border-color: var(--or); box-shadow: 0 20px 46px rgba(0,0,0,0.55); }
.carte-article img { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; }
.carte-article .corps-article { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.carte-article .meta-article { font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--or); margin-bottom: 10px; }
.carte-article h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600;
  color: var(--ivoire); line-height: 1.25; margin-bottom: 10px;
}
.carte-article p { color: var(--perle); font-size: 0.92rem; margin-bottom: 16px; flex: 1; }
.carte-article .lire {
  color: var(--or-clair); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  align-self: flex-start; border-bottom: 1px solid transparent;
}
.carte-article:hover .lire { border-bottom-color: var(--or); }
/* image de remplacement quand pas encore fournie */
.carte-article .img-attente {
  width: 100%; aspect-ratio: 3/2; background: #1F1D1A;
  display: flex; align-items: center; justify-content: center;
  color: #4A453C; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase;
  border-bottom: 1px solid var(--ligne);
}

/* ---------- BLOGUE : page d'article ---------- */
.article-corps { max-width: 780px; margin: 0 auto; }
.article-corps > p { color: var(--perle); margin-bottom: 20px; line-height: 1.75; }
.article-corps h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 600;
  color: var(--or-clair); margin: 40px 0 16px; line-height: 1.25;
}
.article-corps h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600;
  color: var(--ivoire); margin: 30px 0 12px;
}
.article-corps ul { list-style: none; margin: 0 0 22px; }
.article-corps ul li {
  color: var(--perle); margin-bottom: 10px; padding-left: 22px; position: relative; line-height: 1.7;
}
.article-corps ul li::before { content: "✦"; color: var(--or); position: absolute; left: 0; font-size: 0.75rem; top: 6px; }
.article-corps strong { color: var(--ivoire); font-weight: 500; }
.article-corps em { color: var(--or-clair); }
.article-corps a { color: var(--or-clair); }
.article-corps figure { margin: 30px 0; }
.article-corps figure img { width: 100%; height: auto; border: 1px solid var(--ligne); display: block; }
.article-corps figcaption { color: var(--perle); font-size: 0.85rem; font-style: italic; margin-top: 8px; text-align: center; }
.article-corps blockquote {
  border-left: 2px solid var(--or); padding: 6px 0 6px 22px; margin: 26px 0;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.25rem; color: var(--ivoire);
}
.entete-article { text-align: center; max-width: 820px; margin: 0 auto 30px; }
.entete-article .meta-article { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--or); margin-bottom: 14px; }
.entete-article h1 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); line-height: 1.2; margin-bottom: 14px; }
.entete-article .chapeau { color: var(--perle); font-size: 1.05rem; font-style: italic; }
.image-vedette { max-width: 900px; margin: 0 auto 36px; }
.image-vedette img { width: 100%; height: auto; border: 1px solid var(--ligne); display: block; }
.image-attente-vedette {
  max-width: 900px; margin: 0 auto 36px; aspect-ratio: 3/2; background: #1F1D1A;
  border: 1px dashed var(--ligne); display: flex; align-items: center; justify-content: center;
  color: #4A453C; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.85rem;
}

/* Mots-clés */
.mots-cles { max-width: 780px; margin: 36px auto 0; padding-top: 24px; border-top: 1px solid var(--ligne); }
.mots-cles span.etiquette {
  display: inline-block; margin: 0 8px 8px 0; padding: 5px 12px;
  border: 1px solid var(--ligne); color: var(--perle); font-size: 0.78rem;
}

/* Bio auteur en fin d'article */
.bio-auteur {
  max-width: 780px; margin: 40px auto 0; display: grid; grid-template-columns: 110px 1fr; gap: 24px;
  background: var(--carte); border: 1px solid var(--ligne); padding: 26px 28px; align-items: start;
}
.bio-auteur img { width: 110px; height: 110px; object-fit: cover; border-radius: 50%; border: 2px solid var(--or); }
.bio-auteur h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--or-clair); margin-bottom: 10px; }
.bio-auteur p { color: var(--perle); font-size: 0.92rem; margin-bottom: 12px; }
.en-savoir-bio { color: var(--or-clair); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--or); }
@media (max-width: 620px) {
  .bio-auteur { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

/* ---------- BLOGUE : pages d'article en fond clair (papier) ---------- */
body.article-clair { background: #F4F0E8; }
body.article-clair main { background: #F4F0E8; }
body.article-clair .hero.hero-page { background: #F4F0E8; }
body.article-clair .entete-article .meta-article { color: #8C7440; }
body.article-clair .entete-article h1 { color: #1B1A17; text-shadow: none; }
body.article-clair .entete-article .chapeau { color: #5A5449; }
body.article-clair .article-corps > p { color: #33302A; }
body.article-clair .article-corps h2 { color: #6E5A2E; }
body.article-clair .article-corps h3 { color: #1B1A17; }
body.article-clair .article-corps ul li { color: #33302A; }
body.article-clair .article-corps ul li::before { color: #B49762; }
body.article-clair .article-corps strong { color: #1B1A17; font-weight: 600; }
body.article-clair .article-corps em { color: #6E5A2E; }
body.article-clair .article-corps a { color: #8C7440; }
body.article-clair .article-corps blockquote {
  border-left: 2px solid #B49762; color: #1B1A17; background: #EDE7DA;
  padding: 16px 0 16px 22px;
}
body.article-clair .article-corps figure img { border: 1px solid #DDD5C4; }
body.article-clair .article-corps figcaption { color: #6A6459; }
body.article-clair .image-vedette img { border: 1px solid #DDD5C4; }
body.article-clair .image-attente-vedette {
  background: #EDE7DA; border: 1px dashed #C9C0AC; color: #A79E8C;
}
body.article-clair .mots-cles { border-top: 1px solid #DDD5C4; }
body.article-clair .mots-cles span.etiquette { border-color: #DDD5C4; color: #6A6459; background: #EDE7DA; }
body.article-clair .bio-auteur { background: #EDE7DA; border: 1px solid #DDD5C4; }
body.article-clair .bio-auteur h4 { color: #6E5A2E; }
body.article-clair .bio-auteur p { color: #4A453C; }
body.article-clair .en-savoir-bio { color: #8C7440; border-bottom-color: #B49762; }
body.article-clair .btn { color: #6E5A2E; border-color: #B49762; }
body.article-clair .btn:hover { background: #B49762; color: #FFF; }
/* la bande CTA et le footer restent sombres pour la cohérence du site */
body.article-clair .bande { background: var(--carte); }
body.article-clair .bande h2 { color: var(--ivoire); }
body.article-clair .bande p { color: var(--perle); }
body.article-clair .bande .btn { color: var(--noir); }

/* ===== Images du blogue ===== */
.carte-article .img-carte {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--or);
}
figure.vedette { margin: 0 0 34px; }
figure.vedette img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--or);
}
.article-corps figure video {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--ligne);
}
.article-corps figcaption {
  font-family: 'Jost', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 10px;
  opacity: 0.75;
}
body.article-clair .article-corps figure video { border: 1px solid #DDD5C4; }
body.article-clair .article-corps figcaption { color: #6B6152; opacity: 1; }

.signature-article {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--or);
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
}
