.elementor-kit-6{--e-global-color-primary:#4A3728;--e-global-color-secondary:#7A5C48;--e-global-color-text:#6B5A4E;--e-global-color-accent:#C4714A;--e-global-color-256d4e0:#FDFAF5;--e-global-color-b83b0c4:#F5F0E8;--e-global-color-92b09c3:#FFFFFF;--e-global-color-822eebc:#2E2218;--e-global-color-d752b31:#E8A080;--e-global-color-cb7f61e:#7A9E87;--e-global-color-5d675a8:#A0B8C8;--e-global-color-9cb935f:#B8D4BF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================================================
   Amandine Laze — CSS à coller UNE SEULE FOIS dans Elementor
   Elementor → ☰ → Réglages du site → CSS personnalisé
   ==========================================================================

   Ce fichier ne contient QUE les composants.
   La mise en page (largeurs, marges, colonnes, points de rupture) est gérée
   par les conteneurs Elementor — ne la dupliquez pas ici.

   Les polices Playfair Display et DM Sans sont chargées par Elementor via
   Réglages du site → Polices globales. Ne les rechargez pas en @import.
   ========================================================================== */

:root {
  --paper:      #FDFAF5;
  --sand:       #F5F0E8;
  --white:      #FFFFFF;
  --ink:        #2E2218;
  --heading:    #4A3728;
  --text:       #6B5A4E;
  --brown:      #7A5C48;
  --accent:     #C4714A;
  --accent-2:   #E8A080;
  --sage:       #7A9E87;
  --mint:       #B8D4BF;
  --sky:        #A0B8C8;
  --line:       rgba(74,55,40,0.12);
  --line-soft:  rgba(74,55,40,0.08);
  --shadow:     0 16px 40px rgba(74,55,40,0.09);
  --radius:     12px;
  --radius-lg:  14px;
}

/* Les widgets HTML ne doivent ajouter aucun espacement propre */
.elementor-widget-html { line-height: 0; }
.elementor-widget-html > * { line-height: 1.65; }

/* --------------------------------------------------------- Typographie --- */
/* Elementor gère tailles et familles. Ici, seulement ce qu'il ne sait pas faire. */

h1 em, h2 em, h3 em,
.elementor-heading-title em { font-style: italic; color: var(--accent); }

.eyebrow,
.elementor-widget-heading.eyebrow .elementor-heading-title {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 2.4px;
  color: var(--accent); line-height: 1.4;
}

.lede, .lede p {
  font-size: 18px; font-weight: 300; line-height: 1.75; color: var(--text);
}
.hero-note {
  font-size: 13.5px; font-weight: 300; color: var(--brown); line-height: 1.6;
}
.hero-note a { color: var(--accent); border-bottom: 1px solid rgba(196,113,74,.35); }

@media (max-width: 767px) {
  .lede, .lede p { font-size: 16.5px; }
}

/* ==========================================================================
   Filet de sécurité typographique
   Le rendu reste correct même si le kit Elementor n'est pas configuré.
   ATTENTION : les fichiers de police ne sont téléchargés QUE si Playfair
   Display et DM Sans sont déclarées dans Réglages du site → Polices globales.
   Cette section règle l'apparence, pas le chargement.
   ========================================================================== */

.elementor-widget-heading .elementor-heading-title,
.elementor h1, .elementor h2, .elementor h3, .elementor h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: var(--heading);
  font-weight: 400;
  line-height: 1.22;
}
.elementor h1, .elementor-widget-heading h1.elementor-heading-title {
  font-size: 48px; font-weight: 500; letter-spacing: -.5px; line-height: 1.2;
}
.elementor h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 40px; }
.elementor h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 24px; }

.elementor-widget-text-editor, .elementor-widget-text-editor p {
  font-family: 'DM Sans', -apple-system, 'Segoe UI', sans-serif;
  color: var(--text); line-height: 1.65;
}

@media (max-width: 1024px) {
  .elementor h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 40px; }
  .elementor h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 34px; }
  .elementor h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 22px; }
}
@media (max-width: 767px) {
  .elementor h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 32px; }
  .elementor h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 27px; }
  .elementor h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 20px; }
}

/* L'italique accentué doit rester prioritaire sur les règles ci-dessus */
.elementor h1 em, .elementor h2 em, .elementor h3 em,
.elementor-widget-heading .elementor-heading-title em {
  font-style: italic; color: var(--accent); font-weight: inherit;
}

/* ----------------------------------------------------- Boutons (thème) --- */
/* À appliquer via la classe CSS du widget Bouton : al-btn + al-btn-primary   */

.elementor-widget-button.al-btn .elementor-button {
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500;
  padding: 17px 34px; border-radius: 5px; border: 1px solid transparent;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease,
              box-shadow .3s ease, transform .2s ease;
}
.elementor-widget-button.al-btn-primary .elementor-button { background: var(--accent); color: #fff; }
.elementor-widget-button.al-btn-primary .elementor-button:hover {
  background: var(--heading); color: #fff;
  box-shadow: 0 10px 24px rgba(74,55,40,.28); transform: translateY(-1px);
}
.elementor-widget-button.al-btn-outline .elementor-button {
  background: transparent; color: var(--heading); border-color: var(--line);
}
.elementor-widget-button.al-btn-outline .elementor-button:hover {
  background: var(--heading); color: #fff; border-color: var(--heading);
}
.elementor-widget-button.al-btn-ghost .elementor-button {
  background: var(--white); color: var(--heading); border-color: var(--line);
}
.elementor-widget-button.al-btn-ghost .elementor-button:hover { background: var(--sand); }

/* Bouton sur fond sombre (bandeau d'appel à l'action) */
.elementor-widget-button.al-btn-on-dark .elementor-button {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.35);
}
.elementor-widget-button.al-btn-on-dark .elementor-button:hover {
  background: #fff; color: var(--heading); border-color: #fff;
}

.link-arrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14.5px; font-weight: 500; color: var(--accent); text-decoration: none;
}
.link-arrow svg { width: 14px; height: 14px; transition: transform .25s ease; }
.link-arrow:hover { color: var(--heading); }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---------------------------------------------- Pastilles et étiquettes --- */

.hero-modes { display: flex; flex-wrap: wrap; gap: 10px; }
.mode-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--line); border-radius: 100px;
  padding: 8px 16px; font-size: 13px; color: var(--brown);
}
.mode-pill svg {
  width: 14px; height: 14px; stroke: var(--accent); stroke-width: 1.8;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
}
.mode-pill.is-primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.mode-pill.is-primary svg { stroke: #fff; }

.badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--line);
  padding: 8px 18px; border-radius: 100px; font-size: 13px; color: var(--brown);
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

/* ------------------------------------------------------------- Repères --- */

.facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
}
.fact { background: var(--white); padding: 26px 24px; }
.fact-v {
  font-family: 'Playfair Display', Georgia, serif; font-size: 32px;
  color: var(--accent); line-height: 1; display: block;
}
.fact-k {
  display: block; margin-top: 10px; font-size: 13px; font-weight: 300;
  line-height: 1.5; color: var(--text);
}
@media (max-width: 860px) { .facts { grid-template-columns: 1fr 1fr; } }

/* -------------------------------------------------------------- Motifs --- */

.motifs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.motif-row {
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--sand); border-radius: 10px; padding: 20px 22px;
  border: 1px solid transparent; color: inherit; text-decoration: none;
  transition: border-color .25s ease, transform .25s ease;
}
a.motif-row:hover {
  border-color: rgba(196,113,74,.35); transform: translateY(-2px); color: inherit;
}
.motif-icon-wrap {
  width: 38px; height: 38px; border-radius: 9px; background: var(--white);
  border: 1px solid var(--line); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.motif-icon-wrap svg {
  width: 18px; height: 18px; stroke: var(--accent); stroke-width: 1.8;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
}
.motif-title {
  font-size: 14px; font-weight: 500; color: var(--heading);
  margin-bottom: 4px; line-height: 1.3; display: block;
}
.motif-desc { font-size: 13px; color: var(--text); line-height: 1.55; display: block; }
.motif-desc a { color: var(--accent); }
@media (max-width: 700px) { .motifs-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------- Étapes --- */

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.steps.three { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding-top: 34px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; top: 0; left: 0;
  font-family: 'Playfair Display', Georgia, serif; font-size: 15px;
  color: var(--accent); letter-spacing: 1px;
}
.step::after {
  content: ''; position: absolute; top: 10px; left: 34px; right: 12px;
  height: 1px; background: var(--line);
}
.step:last-child::after { display: none; }
.step h4 {
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500;
  color: var(--heading); margin: 0 0 7px;
}
.step p { font-size: 13.5px; font-weight: 300; line-height: 1.6; color: var(--text); margin: 0; }
@media (max-width: 860px) {
  .steps, .steps.three { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
}
@media (max-width: 520px) { .steps, .steps.three { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- Cartes --- */

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards-grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px;
  border: 1px solid var(--line-soft); position: relative; overflow: hidden;
  display: flex; flex-direction: column; color: inherit; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card:hover::before { transform: scaleX(1); }
.card-icon {
  width: 42px; height: 42px; background: var(--paper); border-radius: 10px;
  border: 1px solid var(--line); margin-bottom: 24px;
  display: flex; align-items: center; justify-content: center;
}
.card-icon svg {
  width: 20px; height: 20px; stroke: var(--accent); stroke-width: 1.8;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
}
.card-name {
  font-family: 'Playfair Display', Georgia, serif; font-size: 20px;
  color: var(--heading); margin: 0 0 12px; line-height: 1.3; font-weight: 400;
}
.card-desc {
  font-size: 14px; color: var(--text); line-height: 1.65;
  font-weight: 300; margin: 0 0 20px;
}
.card-meta {
  font-size: 11px; font-weight: 500; color: var(--accent);
  letter-spacing: 1.5px; text-transform: uppercase; margin-top: auto;
}
.card-desc + .link-arrow { margin-top: auto; }
@media (max-width: 900px) { .cards-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cards-grid, .cards-grid.two { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- Frises --- */

.exp-timeline-wrap { overflow-x: auto; padding-bottom: 8px; }
.exp-timeline { display: flex; position: relative; min-width: 700px; }
.exp-timeline::before {
  content: ''; position: absolute; top: 10px; left: 10px; right: 10px; height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--mint), var(--accent));
}
.exp-tl-item { flex: 1; padding-top: 36px; padding-right: 16px; position: relative; }
.exp-tl-dot {
  position: absolute; top: 3px; left: 0; width: 16px; height: 16px;
  border-radius: 50%; background: var(--sand); border: 2px solid var(--accent); z-index: 2;
}
.exp-tl-dot--highlight {
  background: var(--accent); border-color: var(--accent);
  width: 20px; height: 20px; top: 1px; box-shadow: 0 0 0 4px rgba(196,113,74,.2);
}
.exp-tl-year {
  font-size: 11px; font-weight: 500; color: var(--text);
  letter-spacing: .5px; margin-bottom: 4px; text-transform: uppercase;
}
.exp-tl-item--highlight .exp-tl-year { color: var(--accent); font-weight: 600; }
.exp-tl-label { font-size: 14px; font-weight: 500; color: var(--heading); margin-bottom: 4px; line-height: 1.3; }
.exp-tl-item--highlight .exp-tl-label { font-weight: 600; }
.exp-tl-sub { font-size: 12px; color: var(--text); line-height: 1.5; font-weight: 300; }
.exp-tl-badge {
  display: inline-block; background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 100px;
  margin-left: 4px; letter-spacing: .5px; vertical-align: middle; white-space: nowrap;
}

/* Frise verticale (page À propos) */
.timeline { position: relative; padding-left: 28px; }
.timeline::before {
  content: ''; position: absolute; left: 4px; top: 8px; bottom: 0; width: 2px;
  background: linear-gradient(to bottom, var(--accent), var(--mint), transparent);
}
.timeline-item { position: relative; margin-bottom: 28px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::before {
  content: ''; position: absolute; left: -28px; top: 7px; width: 11px; height: 11px;
  border-radius: 50%; background: var(--accent); border: 2px solid var(--paper);
  box-shadow: 0 0 0 2px rgba(196,113,74,.25);
}
.timeline-col-title {
  font-family: 'Playfair Display', Georgia, serif; font-size: 22px; color: var(--heading);
  margin: 0 0 28px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-weight: 400;
}
.timeline-year { font-size: 11px; font-weight: 500; color: var(--accent); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 3px; }
.timeline-title { font-size: 15px; font-weight: 500; color: var(--heading); line-height: 1.4; margin-bottom: 3px; }
.timeline-sub { font-size: 13px; color: var(--text); font-weight: 300; line-height: 1.5; }

/* Deux colonnes de frises verticales (page À propos) */
.timeline-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
@media (max-width: 700px) { .timeline-cols { grid-template-columns: 1fr; gap: 48px; } }

/* ------------------------------------------------- Texte mis en valeur --- */

.quote-para, .quote-para p {
  font-size: 16px; color: var(--text); font-weight: 300; line-height: 1.8;
}
.quote-para { border-left: 2px solid var(--accent); padding-left: 24px; }
.quote-para p + p { margin-top: 18px; }

.garanties { display: flex; flex-direction: column; gap: 10px; }
.garantie-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; color: var(--text); line-height: 1.55;
}
.garantie-item svg {
  width: 15px; height: 15px; stroke: var(--accent); stroke-width: 2; fill: none;
  stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 4px;
}

/* ------------------------------------------------ Blocs pratiques/tarifs --- */

.pratique-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pratique-bloc {
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line-soft); padding: 28px 30px;
}
.pratique-titre {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; color: var(--heading);
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.pratique-titre svg {
  width: 16px; height: 16px; stroke: var(--accent); stroke-width: 1.8; fill: none;
  stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
.pratique-contenu, .pratique-contenu p {
  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 300;
}
.pratique-contenu p + p { margin-top: 12px; }
.pratique-contenu strong { color: var(--ink); font-weight: 500; }
.pratique-contenu a { color: var(--accent); }

.tarif-ligne {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--line-soft);
  font-size: 14px; color: var(--ink); font-weight: 300;
}
.tarif-ligne:first-of-type { margin-top: 14px; }
.tarif-ligne:last-of-type { border-bottom: none; }
.tarif-prix {
  font-size: 20px; color: var(--accent); font-weight: 600;
  flex-shrink: 0; margin-left: 16px; font-variant-numeric: tabular-nums;
}
.tarif-label small { display: block; font-size: 12px; color: var(--brown); margin-top: 2px; }
.pratique-note { margin-top: 14px; font-size: 12px; color: var(--text); font-style: italic; line-height: 1.6; }

.horaire-ligne {
  display: flex; justify-content: space-between; padding: 9px 0;
  font-size: 14px; border-bottom: 1px solid var(--line-soft);
  color: var(--ink); font-weight: 300;
}
.horaire-ligne:last-child { border-bottom: none; }
.horaire-jour { font-weight: 500; color: var(--heading); min-width: 90px; }

@media (max-width: 700px) {
  .pratique-grid { grid-template-columns: 1fr; }
  .pratique-bloc { padding: 24px 22px; }
}

/* ------------------------------------------------------------- Encadrés --- */

.notice {
  background: var(--white); border: 1px solid var(--line);
  border-left: 3px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 26px; font-size: 14.5px; font-weight: 300;
  line-height: 1.7; color: var(--text);
}
.notice strong { color: var(--ink); }
.notice-title {
  display: block; font-weight: 500; color: var(--heading);
  margin-bottom: 7px; font-size: 15px;
}
.urgence {
  background: #FBF1EC; border: 1px solid rgba(196,113,74,.28); border-radius: var(--radius);
  padding: 22px 26px; font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--brown);
}
.urgence strong { color: var(--ink); }

/* -------------------------------------------------------------- Contact --- */

.contact-info-row {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 48px; flex-wrap: wrap;
}
.contact-info-item {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 14.5px; color: var(--text); font-weight: 300; line-height: 1.55;
}
.contact-info-item svg {
  width: 16px; height: 16px; stroke: var(--accent); stroke-width: 1.8; fill: none;
  stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 3px;
}
.contact-info-item a {
  color: var(--ink); font-weight: 400;
  border-bottom: 1px solid rgba(196,113,74,.35); text-decoration: none;
}
.contact-info-item a:hover { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 600px) {
  .contact-info-row { flex-direction: column; align-items: center; text-align: center; gap: 18px; }
  .contact-info-item { justify-content: center; }
}

/* ==========================================================================
   Classes nécessaires quand on colle des SECTIONS ENTIÈRES en widget HTML
   (en-têtes de section, mise en deux colonnes, liens-boutons intégrés)
   La largeur du site et les marges de section restent gérées par Elementor.
   ========================================================================== */

.section-head { max-width: 700px; margin: 0 0 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin: 0; }
.section-head p {
  margin-top: 18px; font-weight: 300; font-size: 16.5px; line-height: 1.75; color: var(--text);
}
@media (max-width: 767px) { .section-head { margin-bottom: 32px; } }

/* Deux colonnes avec colonne latérale collante */
.two-col { display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; align-items: start; }
.two-col-side { position: sticky; top: 100px; }
@media (max-width: 980px) {
  .two-col { grid-template-columns: 1fr; gap: 44px; }
  .two-col-side { position: static; }
}

.side-card {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 26px 26px 28px;
}
.side-card h3 { font-size: 19px; margin: 0 0 12px; font-weight: 400; }
.side-card p { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--text); margin: 0; }
/* Respiration dans les cartes latérales : gérée en CSS, pas par des <br>
   glissés dans le balisage — sinon l'espacement varie d'une page à l'autre. */
.side-card br { display: none; }
.side-card a.btn:first-of-type { margin-top: 22px; }
.side-card a.btn + a.btn { margin-top: 14px; }
.side-card + .side-card { margin-top: 16px; }

.side-list { list-style: none; display: flex; flex-direction: column; gap: 2px; margin: 14px 0 0; padding: 0; }
.side-list a {
  display: block; padding: 9px 0; font-size: 14px; color: var(--text);
  border-bottom: 1px solid var(--line-soft); text-decoration: none;
}
.side-list a:hover { color: var(--accent); }
.side-list li:last-child a { border-bottom: 0; }

/* Liens stylés en boutons à l'intérieur des blocs HTML.
   Les widgets Bouton d'Elementor utilisent .al-btn — voir plus haut. */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500;
  padding: 17px 34px; border-radius: 5px; border: 1px solid transparent;
  cursor: pointer; text-align: center; line-height: 1.3; text-decoration: none;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease,
              box-shadow .3s ease, transform .2s ease;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover {
  background: var(--heading); color: #fff;
  box-shadow: 0 10px 24px rgba(74,55,40,.28); transform: translateY(-1px);
}
.btn-outline { background: transparent; color: var(--heading); border-color: var(--line); }
.btn-outline:hover { background: var(--heading); color: #fff; border-color: var(--heading); }
.btn-ghost { background: var(--white); color: var(--heading); border-color: var(--line); }
.btn-ghost:hover { background: var(--sand); color: var(--heading); }
.btn-sm { padding: 12px 22px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }
@media (max-width: 520px) {
  .btn-row { flex-direction: column; }
  .btn-row .btn { width: 100%; }
}

/* Utilitaires de marge présents dans le balisage */
.mt-s { margin-top: 16px; }
.mt-m { margin-top: 28px; }
.mt-l { margin-top: 44px; }
.center { text-align: center; }

/* ==========================================================================
   Pages intérieures : fil d'ariane, contenu long, accordéon de FAQ
   ========================================================================== */

.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 12.5px; color: var(--brown); margin-bottom: 22px;
}
.breadcrumb a { color: var(--brown); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span[aria-hidden] { opacity: .45; }
.breadcrumb .current { color: var(--accent); }

/* Contenu rédactionnel long */
.prose {
  max-width: 640px; font-size: 16.5px; font-weight: 300;
  line-height: 1.85; color: var(--text);
}
.prose > * + * { margin-top: 20px; }
.prose h2 {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 400;
  font-size: 31px; line-height: 1.22; color: var(--heading); margin-top: 48px;
}
.prose h3 {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 400;
  font-size: 22px; line-height: 1.25; color: var(--heading); margin-top: 36px;
}
.prose h2 + p, .prose h3 + p { margin-top: 14px; }
.prose p { margin-bottom: 0; }
.prose strong { color: var(--ink); font-weight: 500; }
.prose a { color: var(--accent); }
.prose ul, .prose ol {
  padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 11px;
}
.prose ul li { padding-left: 22px; position: relative; }
.prose ul li::before {
  content: ''; position: absolute; left: 0; top: .78em;
  width: 8px; height: 1px; background: var(--accent);
}
.prose ol { counter-reset: n; }
.prose ol li { padding-left: 30px; position: relative; counter-increment: n; }
.prose ol li::before {
  content: counter(n) '.'; position: absolute; left: 0; top: 0;
  font-family: 'Playfair Display', Georgia, serif; color: var(--accent); font-size: 15px;
}
.prose blockquote {
  border-left: 2px solid var(--accent); padding-left: 24px; font-style: italic;
  color: var(--brown); font-size: 17px; margin-left: 0; margin-right: 0;
}
.prose .notice { font-style: normal; }

@media (max-width: 767px) {
  .prose { font-size: 16px; }
  .prose h2 { font-size: 25px; margin-top: 38px; }
  .prose h3 { font-size: 20px; margin-top: 30px; }
}

/* Accordéon de FAQ — fonctionne sans JavaScript */
.faq { border-top: 1px solid var(--line); max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  padding: 20px 0; cursor: pointer; list-style: none;
  font-size: 16px; font-weight: 500; color: var(--heading); line-height: 1.45;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::marker { content: ''; }
.faq summary::after {
  content: ''; flex-shrink: 0; width: 11px; height: 11px; margin-top: 6px;
  border-right: 1.5px solid var(--accent); border-bottom: 1.5px solid var(--accent);
  transform: rotate(45deg); transition: transform .28s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { color: var(--accent); }
.faq .faq-body {
  padding: 0 0 22px; font-size: 15px; font-weight: 300; line-height: 1.75;
  color: var(--text); max-width: 68ch;
}
.faq .faq-body p + p { margin-top: 12px; }
.faq .faq-body a { color: var(--accent); }

/* ==========================================================================
   Articles (posts) — le contenu vient de l'éditeur WordPress, pas d'un
   widget HTML. On applique au widget « Contenu de l'article » exactement
   la même typographie que .prose.
   ========================================================================== */

.elementor-widget-theme-post-content {
  max-width: 640px; font-size: 16.5px; font-weight: 300;
  line-height: 1.85; color: var(--text);
}
.elementor-widget-theme-post-content > * + * { margin-top: 20px; }
.elementor-widget-theme-post-content h2 {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 400;
  font-size: 31px; line-height: 1.22; color: var(--heading); margin-top: 48px;
}
.elementor-widget-theme-post-content h3 {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 400;
  font-size: 22px; line-height: 1.25; color: var(--heading); margin-top: 36px;
}
.elementor-widget-theme-post-content h2 + p,
.elementor-widget-theme-post-content h3 + p { margin-top: 14px; }
.elementor-widget-theme-post-content strong { color: var(--ink); font-weight: 500; }
.elementor-widget-theme-post-content a { color: var(--accent); }
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
  padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 11px;
}
.elementor-widget-theme-post-content ul li { padding-left: 22px; position: relative; }
.elementor-widget-theme-post-content ul li::before {
  content: ''; position: absolute; left: 0; top: .78em;
  width: 8px; height: 1px; background: var(--accent);
}
.elementor-widget-theme-post-content ol { counter-reset: n; }
.elementor-widget-theme-post-content ol li {
  padding-left: 30px; position: relative; counter-increment: n;
}
.elementor-widget-theme-post-content ol li::before {
  content: counter(n) '.'; position: absolute; left: 0; top: 0;
  font-family: 'Playfair Display', Georgia, serif; color: var(--accent); font-size: 15px;
}
.elementor-widget-theme-post-content blockquote {
  border-left: 2px solid var(--accent); padding-left: 24px; font-style: italic;
  color: var(--brown); font-size: 17px; margin-left: 0; margin-right: 0;
}

@media (max-width: 767px) {
  .elementor-widget-theme-post-content { font-size: 16px; }
  .elementor-widget-theme-post-content h2 { font-size: 25px; margin-top: 38px; }
  .elementor-widget-theme-post-content h3 { font-size: 20px; margin-top: 30px; }
}

/* Titre et chapeau dynamiques du modèle d'article */
.elementor-widget-theme-post-title .elementor-heading-title {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 500;
  color: var(--heading); line-height: 1.2; letter-spacing: -.5px;
}
.elementor-widget-theme-post-excerpt {
  font-size: 18px; font-weight: 300; line-height: 1.75; color: var(--text); max-width: 62ch;
}
@media (max-width: 767px) { .elementor-widget-theme-post-excerpt { font-size: 16.5px; } }

/* Liste des articles — widget Publications, habillé comme les cartes du site.
   Spécificité renforcée : Elementor applique ses propres règles au même niveau. */
.al-liste .elementor-posts-container { gap: 20px; }

.al-liste .elementor-posts .elementor-post {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 30px 28px 28px;
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.al-liste .elementor-posts .elementor-post::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.al-liste .elementor-posts .elementor-post:hover {
  transform: translateY(-4px); box-shadow: var(--shadow);
}
.al-liste .elementor-posts .elementor-post:hover::before { transform: scaleX(1); }

/* La carte entière est cliquable : le lien du titre est étiré sur toute la surface. */
.al-liste .elementor-post__title a::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
}
.al-liste .elementor-post__text { position: static; }

.al-liste .elementor-post__title,
.al-liste .elementor-post__title a {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 400;
  font-size: 20px; line-height: 1.3; color: var(--heading); text-decoration: none;
}
.al-liste .elementor-posts .elementor-post__title { margin-bottom: 12px; }
.al-liste .elementor-post:hover .elementor-post__title a { color: var(--accent); }

.al-liste .elementor-post__excerpt { margin-bottom: 18px; }
.al-liste .elementor-post__excerpt p {
  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 300; margin: 0;
}

.al-liste .elementor-post__read-more {
  display: inline-block; margin: 0;
  font-size: 14.5px; font-weight: 500; color: var(--accent); text-decoration: none;
}
.al-liste .elementor-post:hover .elementor-post__read-more { color: var(--heading); }

/* Métadonnées masquées par sécurité si le réglage ne prend pas */
.al-liste .elementor-post__meta-data { display: none; }

@media (max-width: 600px) {
  .al-liste .elementor-posts .elementor-post { padding: 26px 22px 24px; }
}

/* ==========================================================================
   Article : encadré flottant à droite, le texte l'enveloppe puis reprend
   toute la largeur en dessous.
   Les conteneurs Elementor sont en flex, qui ignore float — d'où le passage
   en display:block sur le conteneur porteur.
   ========================================================================== */

.al-flow { display: block !important; max-width: 1240px; margin-left: auto; margin-right: auto; }
.al-flow > .elementor-element { width: auto; }

.al-flow .al-aside-float { float: right; width: 340px; margin: 4px 0 28px 40px; }
.al-flow .al-aside-float .two-col-side { position: static; top: auto; }
.al-flow .al-aside-float .side-card { padding: 22px 22px 24px; }
.al-flow .al-aside-float .side-card h3 { font-size: 17px; }

/* le contenu n'est plus bridé : il occupe la largeur disponible */
.al-flow { padding: 0 !important; }
.al-flow .elementor-widget-theme-post-content { max-width: none; }

/* Quand l'article a été ouvert avec Elementor, son contenu est encapsulé dans
   des conteneurs flex. Un conteneur flex crée un contexte de formatage : il
   refuse d'envelopper un float et se place entièrement en dessous.
   On les remet en flux normal pour que le texte enveloppe l'encadré. */
.al-flow .elementor-widget-theme-post-content .elementor,
.al-flow .elementor-widget-theme-post-content .e-con,
.al-flow .elementor-widget-theme-post-content .e-con-inner,
.al-flow .elementor-widget-theme-post-content .elementor-widget-text-editor {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* on garde le texte lisible malgré la pleine largeur */
.al-flow .elementor-widget-theme-post-content h2 { clear: none; }

@media (max-width: 1024px) {
  .al-flow { max-width: 100%; }
  .al-flow .al-aside-float { float: none; width: 100%; margin: 0 0 32px 0; }
}

/* ---------------------------------------------- Barre d'action mobile --- */
/* Modèle Elementor affiché uniquement sur mobile, ancré en bas d'écran.   */

.al-mobile-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 99;
  background: rgba(253,250,245,.97);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
}
.al-mobile-bar .al-hbtn { flex: 1; padding: 14px 12px; }
@media (max-width: 767px) {
  body { padding-bottom: 78px; }
  .al-mobile-bar { display: flex; gap: 10px; }
}

/* ------------------------------------------------------------ Accessibilité --- */

a:focus-visible, button:focus-visible, .card:focus-visible, .motif-row:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .card, .motif-row, .link-arrow svg, .elementor-widget-button.al-btn .elementor-button { transition: none !important; }
  .card:hover, .motif-row:hover { transform: none; }
}

/* ================================================================ En-tête ===
   Modèle « En-tête » du Constructeur de thème : un seul widget HTML
   (wordpress/entete/BLOC-entete.html) dans un conteneur pleine largeur,
   classe al-header-con, padding 0.
   ========================================================================== */

:root { --header-h: 76px; }

html { scroll-padding-top: calc(var(--header-h) + 20px); }

/* L'en-tête colle en haut : c'est le <header> d'Elementor qui doit porter
   position:sticky, pas notre div — nos conteneurs sont trop bas dans l'arbre. */
.elementor-location-header {
  position: sticky; top: 0; z-index: 100;
}

/* Le conteneur ne doit ajouter ni largeur ni marge : .wrap s'en charge. */
.elementor-location-header .al-header-con,
.elementor-location-header .al-header-con > .e-con-inner {
  padding: 0 !important; max-width: none !important; width: 100% !important;
}
.elementor-location-header .elementor-widget-html { line-height: 1.65; }

.al-skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--accent); color: #fff; padding: 12px 20px; font-size: 14px;
}
.al-skip:focus { left: 12px; top: 12px; color: #fff; }

.al-header {
  background: rgba(253,250,245,.94);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.al-header .wrap {
  width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px;
}
.al-header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: var(--header-h);
}
.al-header a { text-decoration: none; }

/* --- Signature ---------------------------------------------------------- */

.al-brand { display: flex; flex-direction: column; line-height: 1.2; flex-shrink: 0; }
.al-brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px; font-weight: 500; color: var(--heading);
}
.al-brand-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 1.6px;
  color: var(--accent); margin-top: 3px;
}

/* --- Navigation --------------------------------------------------------- */

.al-nav { display: flex; align-items: center; gap: 4px; }
.al-nav a {
  position: relative; font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 400; color: var(--heading);
  padding: 9px 13px; border-radius: 4px; transition: color .2s ease;
  white-space: nowrap;
}
.al-nav a::after {
  content: ''; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .28s ease;
}
.al-nav a:hover::after,
.al-nav a[aria-current="page"]::after { transform: scaleX(1); }
.al-nav a:hover,
.al-nav a[aria-current="page"] { color: var(--accent); }

/* Sans display:flex, le lien reste en ligne dans le span : il descend de
   2,3 px et perd 5 px de hauteur, donc son souligne ne s'aligne plus. */
.al-has-sub { position: relative; display: flex; align-items: center; }
.al-sub {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 264px;
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: 10px; box-shadow: var(--shadow); padding: 8px;
  display: none; flex-direction: column; gap: 1px;
}
.al-has-sub:hover .al-sub,
.al-has-sub:focus-within .al-sub { display: flex; }
.al-sub a {
  padding: 10px 12px; font-size: 13.5px; border-radius: 6px;
  color: var(--text); white-space: normal;
}
.al-sub a::after { display: none; }
.al-sub a:hover { background: var(--sand); color: var(--accent); }

/* --- Bouton et menu burger ---------------------------------------------- */

.al-header-cta { display: flex; align-items: center; gap: 10px; }

.al-hbtn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  padding: 12px 22px; border-radius: 5px; border: 1px solid transparent;
  background: var(--accent); color: #fff; line-height: 1.3; text-align: center;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease,
              box-shadow .3s ease, transform .2s ease;
}
.al-hbtn:hover {
  background: var(--heading); color: #fff;
  box-shadow: 0 10px 24px rgba(74,55,40,.28); transform: translateY(-1px);
}
.al-hbtn-outline {
  background: transparent; color: var(--heading); border-color: var(--line);
}
.al-hbtn-outline:hover {
  background: var(--heading); color: #fff; border-color: var(--heading);
}
.al-hbtn-block { width: 100%; }

.al-burger {
  display: none; width: 44px; height: 44px; flex-shrink: 0;
  border: 1px solid var(--line); background: transparent; border-radius: 6px;
  cursor: pointer; align-items: center; justify-content: center; padding: 0;
}
.al-burger span {
  display: block; width: 17px; height: 1.5px; background: var(--heading);
  position: relative; transition: background .2s;
}
.al-burger span::before, .al-burger span::after {
  content: ''; position: absolute; left: 0; width: 17px; height: 1.5px;
  background: var(--heading); transition: transform .28s ease, top .2s ease;
}
.al-burger span::before { top: -5.5px; }
.al-burger span::after  { top:  5.5px; }
.al-burger[aria-expanded="true"] span { background: transparent; }
.al-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.al-burger[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }

/* --- Menu mobile -------------------------------------------------------- */

@media (max-width: 1024px) {
  .al-nav, .al-header-cta .al-hbtn { display: none; }
  .al-burger { display: flex; }
}

.al-mobile-nav {
  display: none; background: var(--paper);
  border-top: 1px solid var(--line-soft); padding: 14px 0 24px;
  max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
}
.al-mobile-nav.open { display: block; }
.al-mobile-nav ul {
  list-style: none; display: flex; flex-direction: column; margin: 0; padding: 0;
}
.al-mobile-nav > .wrap > ul > li > a {
  display: block; padding: 13px 0; font-family: 'DM Sans', sans-serif;
  font-size: 16px; color: var(--heading);
  border-bottom: 1px solid var(--line-soft);
}
.al-mobile-nav .al-sub-m { padding: 4px 0 10px 16px; }
.al-mobile-nav .al-sub-m a {
  display: block; padding: 8px 0; font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--text); border: 0;
}
.al-mobile-nav a[aria-current="page"] { color: var(--accent); }
.al-mobile-actions {
  display: flex; flex-direction: column; gap: 10px; margin-top: 20px;
}

/* =========================================================== Pied de page ===
   Modèle « Pied de page » du Constructeur de thème : un widget HTML
   (wordpress/pied/BLOC-pied.html), conteneur pleine largeur, classe
   al-footer-con, padding 0.
   ========================================================================== */

.elementor-location-footer .al-footer-con,
.elementor-location-footer .al-footer-con > .e-con-inner {
  padding: 0 !important; max-width: none !important; width: 100% !important;
}
.elementor-location-footer .elementor-widget-html { line-height: 1.65; }

.al-footer {
  background: var(--sand); border-top: 1px solid var(--line-soft);
  padding: 64px 0 0; font-family: 'DM Sans', sans-serif;
}
.al-footer .wrap {
  width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px;
}
.al-footer a { text-decoration: none; }

.al-footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px;
}
.al-footer-brand .al-brand-name { font-size: 21px; display: block; }
.al-footer-brand .al-brand-role { display: block; }
.al-footer-brand p {
  margin: 16px 0 0; font-size: 14px; font-weight: 300; line-height: 1.7;
  color: var(--text); max-width: 34ch;
}
.al-footer-brand a { color: var(--accent); }
.al-footer-brand a:hover { color: var(--heading); }

.al-fh {
  margin: 0 0 16px; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px; color: var(--heading);
}
.al-footer-col ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 9px;
}
.al-footer-col a, .al-footer-col li {
  font-size: 14px; font-weight: 300; color: var(--text);
}
.al-footer-col a:hover { color: var(--accent); }

.al-footer-bottom {
  margin-top: 52px; padding: 22px 0 28px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px;
  font-size: 12.5px; font-weight: 300; color: var(--brown);
}
.al-footer-bottom a { color: var(--brown); }
.al-footer-bottom a:hover { color: var(--accent); }
.al-footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 900px) { .al-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 560px) { .al-footer-grid { grid-template-columns: 1fr; } }

/* La barre d'action mobile ne doit pas masquer la dernière ligne du pied. */
@media (max-width: 767px) { .al-footer-bottom { padding-bottom: 20px; } }

/* ============================================================= Page 404 ===
   Modèle « Erreur 404 » du Constructeur de thème.
   ========================================================================== */

.al-404-head { text-align: center; max-width: 720px; margin: 0 auto; }
.al-404-head h1 { margin: 14px 0 0; }
.al-404-head .lede { margin: 22px auto 0; max-width: 60ch; }
.al-404-head .btn-row { margin-top: 34px; }
.al-404-head .hero-note { margin-top: 20px; }
.al-404-head .hero-note a { color: var(--accent); }

.al-404-motifs {
  margin: 34px 0 0; text-align: center;
  font-size: 14px; font-weight: 300; color: var(--text);
}
.al-404-motifs a { color: var(--accent); }
.al-404-motifs a:hover { color: var(--heading); }
.al-404-motifs .sep { color: rgba(74,55,40,.32); margin: 0 9px; }/* End custom CSS */