/* ==================================================================
   Pompe Chaleur Roanne — feuille de style unique (famille « Atelier »)
   Direction : papier chaud #f7f2e9 + encre #1a1712 + terracotta #a23e28
   (accent unique). Titres Fraunces variable, corps en stack système,
   angles droits, filets 1px, aucune ombre, photos bord à bord.
   Classes propres au site (aucune partagée avec le reste du réseau).
   ================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-variable.woff2") format("woff2-variations");
  font-weight: 300 760;
  font-style: normal;
  font-display: swap;
}

:root {
  --papier: #f7f2e9;
  --creme: #efe7d6;
  --blanc: #fffdf9;
  --encre: #1a1712;
  --encre-doux: #574f42;
  --filet: #ded2ba;
  --filet-fort: #c7b998;
  --brique: #a23e28;
  --brique-clair: #b8492f;
  --brique-pale: #f1e4dc;
  --sur-encre: #cdc4b0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--papier);
  color: var(--encre);
  font: 400 16.5px/1.72 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brique); }
[id] { scroll-margin-top: 96px; }

.enveloppe { max-width: 1180px; margin: 0 auto; padding: 0 30px; }

h1, h2, h3, h4, .serif {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.008em;
}

/* Surtitre : petite ligne capitales espacées au-dessus des titres */
.chapeau {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brique);
  margin-bottom: 1rem;
}

/* Boutons : angles droits, aucune ombre */
.bouton, .bouton-pale {
  display: inline-block;
  padding: 15px 30px;
  font-size: 0.94rem;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid var(--brique);
  background: var(--brique);
  color: var(--blanc);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.bouton:hover { background: var(--brique-clair); border-color: var(--brique-clair); }
.bouton-pale { background: var(--papier); border-color: var(--papier); color: var(--encre); }
.bouton-pale:hover { background: #fff; border-color: #fff; }

.appel-fixe {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.32rem;
  color: var(--encre);
  text-decoration: none;
  white-space: nowrap;
}
.appel-fixe small {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--encre-doux);
}
.appel-fixe:hover { color: var(--brique); }

/* ===================== Header ===================== */
.bandeau-haut {
  background: var(--papier);
  border-bottom: 1px solid var(--encre);
  position: sticky;
  top: 0;
  z-index: 220;
}
.bandeau-rang {
  max-width: 1180px;
  margin: 0 auto;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.raison {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1.12;
  color: var(--encre);
  text-decoration: none;
  white-space: nowrap;
}
.raison small {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brique);
  margin-top: 3px;
}
.bandeau-menu { display: flex; gap: 26px; flex: 1; justify-content: center; flex-wrap: wrap; }
.bandeau-menu a {
  font-size: 0.91rem;
  font-weight: 500;
  color: var(--encre);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.bandeau-menu a:hover { border-bottom-color: var(--brique); color: var(--brique); }
.bandeau-tel { font-size: 1.42rem; }
.cle-menu {
  display: none;
  width: 42px;
  height: 34px;
  background: none;
  border: 1px solid var(--encre);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 9px;
  margin-left: auto;
}
.cle-menu span { display: block; height: 1px; background: var(--encre); }
.tiroir { display: none; background: var(--papier); border-bottom: 1px solid var(--encre); }
.tiroir.ouvert { display: block; }
.tiroir a {
  display: block;
  padding: 14px 30px;
  font-size: 1rem;
  color: var(--encre);
  text-decoration: none;
  border-bottom: 1px solid var(--filet);
}
.tiroir a:last-child { border-bottom: none; }
.tiroir .tiroir-devis { background: var(--brique); color: var(--blanc); text-align: center; border-bottom: none; }

/* ===================== Hero accueil : contenu + formulaire ===================== */
.entree { background: var(--papier); padding: 56px 0 0; }
.entree-rang {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 54px;
  align-items: start;
}
.entree h1 {
  font-size: clamp(2.3rem, 4.4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.014em;
}
.entree h1 em { font-style: normal; font-weight: 640; color: var(--brique); }
.ligne-preuve {
  margin-top: 1.2rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--encre-doux);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ligne-preuve .etoiles { color: var(--brique); letter-spacing: 2px; font-size: 1rem; }
.ligne-preuve strong { color: var(--encre); font-weight: 700; }
.entree-chapo { margin-top: 1.05rem; font-size: 1.03rem; color: var(--encre-doux); }
.entree-chapo strong { color: var(--encre); }
.entree-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 1.6rem; }
.entree-gages { list-style: none; margin-top: 1.7rem; border-top: 1px solid var(--filet); }
.entree-gages li {
  border-bottom: 1px solid var(--filet);
  padding: 10px 2px;
  font-size: 0.9rem;
  display: flex;
  gap: 11px;
  align-items: baseline;
  color: var(--encre-doux);
}
.entree-gages .marque { color: var(--brique); font-weight: 700; }
.entree-gages strong { color: var(--encre); font-weight: 600; }

/* Panneau formulaire : bordé 1px encre, fond sable, sans ombre ni arrondi */
.demande {
  background: var(--creme);
  border: 1px solid var(--encre);
  padding: 24px 26px 22px;
}
.demande h2 { font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
.demande .sous-note { font-size: 0.8rem; color: var(--encre-doux); margin: 4px 0 4px; }
.demande-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.demande label {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--encre);
  margin: 11px 0 4px;
}
.demande input, .demande select, .demande textarea {
  width: 100%;
  padding: 8px 11px;
  border: 1px solid var(--filet-fort);
  border-radius: 0;
  background: var(--blanc);
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--encre);
  transition: border-color 0.15s;
}
.demande textarea { resize: vertical; min-height: 52px; }
.demande input:focus, .demande select:focus, .demande textarea:focus { outline: none; border-color: var(--brique); }
.demande button { width: 100%; margin-top: 16px; }
.petites-lignes { font-size: 0.72rem; color: var(--encre-doux); margin-top: 9px; line-height: 1.5; }
.champ-cache { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

/* Photo bandeau bord à bord sous le hero */
.bandeau-vue { position: relative; margin-top: 52px; }
.bandeau-vue img { width: 100%; height: clamp(280px, 42vw, 500px); object-fit: cover; }
.bandeau-cartel {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--papier);
  border-top: 1px solid var(--encre);
  border-right: 1px solid var(--encre);
  padding: 11px 24px 11px max(30px, calc((100vw - 1180px) / 2 + 30px));
  font-size: 0.79rem;
  letter-spacing: 0.04em;
  color: var(--encre-doux);
}
.bandeau-cartel strong { color: var(--encre); font-weight: 600; }

/* ===================== Ligne de repères chiffrés ===================== */
.jalons { background: var(--papier); padding: 38px 0; }
.jalons-rang { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--filet-fort); }
.jalon { border-right: 1px solid var(--filet-fort); padding: 6px 24px; }
.jalon .valeur { font-family: "Fraunces", Georgia, serif; font-size: 1.9rem; font-weight: 380; line-height: 1.15; display: block; }
.jalon .valeur em { font-style: normal; color: var(--brique); }
.jalon .legende { font-size: 0.83rem; color: var(--encre-doux); }

/* ===================== En-tête de section générique ===================== */
.tete-section { max-width: 760px; margin: 0 auto 60px; padding: 0 30px; }
.tete-section h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); font-weight: 400; line-height: 1.12; }
.tete-section p { margin-top: 0.9rem; color: var(--encre-doux); }

/* ===================== Prestations : liste éditoriale alternée ===================== */
.savoirs { padding-top: 82px; }
.savoir { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
.savoir:nth-child(odd) { background: var(--blanc); }
.savoir:nth-child(even) { background: var(--creme); }
.savoir-photo { align-self: stretch; position: relative; }
.savoir-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.savoir-prix-bulle {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--encre);
  color: var(--papier);
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.98rem;
  padding: 9px 18px;
}
.savoir-prix-bulle b { color: #fff; font-weight: 620; }
.savoir-texte { padding: 76px min(6vw, 88px) 76px max(30px, calc((100vw - 1180px) / 2 + 30px)); }
.savoir-inverse .savoir-texte { padding: 76px max(30px, calc((100vw - 1180px) / 2 + 30px)) 76px min(6vw, 88px); }
.savoir-inverse .savoir-photo { order: 2; }
.savoir-numero { font-family: "Fraunces", Georgia, serif; font-size: 0.92rem; color: var(--brique); letter-spacing: 0.22em; display: block; margin-bottom: 12px; }
.savoir-texte h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 430; line-height: 1.14; }
.savoir-texte h3 a { color: inherit; text-decoration: none; }
.savoir-texte h3 a:hover { color: var(--brique); }
.savoir-texte > p { margin-top: 0.9rem; color: var(--encre-doux); font-size: 0.97rem; }
.savoir-inclus { list-style: none; margin-top: 1.2rem; border-top: 1px solid var(--filet); }
.savoir-inclus li { border-bottom: 1px solid var(--filet); padding: 9px 2px 9px 24px; font-size: 0.9rem; position: relative; }
.savoir-inclus li::before { content: "✓"; position: absolute; left: 2px; color: var(--brique); font-weight: 700; }

/* Variante grille (maillage prestations sur pages internes) */
.savoirs-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.carte-savoir { border: 1px solid var(--filet-fort); background: var(--blanc); display: flex; flex-direction: column; }
.carte-savoir .carte-photo { position: relative; }
.carte-savoir .carte-photo img { width: 100%; height: 210px; object-fit: cover; }
.carte-savoir .carte-prix { position: absolute; left: 0; bottom: 0; background: var(--encre); color: var(--papier); font-family: "Fraunces", Georgia, serif; font-size: 0.9rem; padding: 7px 14px; }
.carte-savoir .carte-corps { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.carte-savoir h3 { font-size: 1.28rem; font-weight: 460; }
.carte-savoir h3 a { color: inherit; text-decoration: none; }
.carte-savoir h3 a:hover { color: var(--brique); }
.carte-savoir p { margin-top: 0.6rem; font-size: 0.92rem; color: var(--encre-doux); }
.carte-savoir ul { list-style: none; margin-top: 1rem; border-top: 1px solid var(--filet); }
.carte-savoir li { border-bottom: 1px solid var(--filet); padding: 7px 2px 7px 22px; font-size: 0.86rem; position: relative; }
.carte-savoir li::before { content: "✓"; position: absolute; left: 2px; color: var(--brique); font-weight: 700; }

/* ===================== Pourquoi nous choisir ===================== */
.merites { padding: 90px 0; background: var(--papier); }
.merites-grille { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 60px; align-items: start; }
.merites-liste { list-style: none; border-top: 1px solid var(--encre); }
.merites-liste li { border-bottom: 1px solid var(--filet-fort); padding: 22px 0; }
.merites-liste h3 { font-size: 1.24rem; font-weight: 470; margin-bottom: 5px; }
.merites-liste h3 span { color: var(--brique); margin-right: 10px; }
.merites-liste p { font-size: 0.94rem; color: var(--encre-doux); }
.merites-bloc { background: var(--encre); color: var(--sur-encre); padding: 44px 40px; }
.merites-bloc .grand { font-family: "Fraunces", Georgia, serif; font-size: 3.4rem; font-weight: 340; line-height: 1; color: var(--papier); display: block; }
.merites-bloc .grand sup { font-size: 0.3em; color: var(--brique-clair); }
.merites-bloc .ligne-stat { border-top: 1px solid #3a352b; padding: 15px 0; font-size: 0.92rem; }
.merites-bloc .ligne-stat b { color: var(--papier); font-weight: 700; }
.merites-bloc .bouton-pale { margin-top: 18px; width: 100%; text-align: center; }

/* ===================== Avis ===================== */
.dires { padding: 90px 0; }
.dires-tete { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; flex-wrap: wrap; margin-bottom: 46px; }
.dires-tete h2 { font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 400; line-height: 1.14; }
.dires-bilan { font-size: 0.9rem; color: var(--encre-doux); }
.dires-bilan strong { color: var(--encre); font-weight: 700; }
.dires-bilan .etoiles { color: var(--brique); letter-spacing: 2px; margin-right: 6px; }
.dires-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 44px; }
.dire { border-top: 1px solid var(--filet-fort); padding: 24px 0 26px; break-inside: avoid; }
.dire.repli { display: none; }
.dires-grille.deplie .dire.repli { display: block; }
.dire .etoiles { color: var(--brique); letter-spacing: 2px; display: block; margin-bottom: 10px; font-size: 0.95rem; }
.dire blockquote { font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; font-weight: 380; line-height: 1.42; }
.dire blockquote::before { content: "« "; color: var(--brique); }
.dire blockquote::after { content: " »"; color: var(--brique); }
.dire .signe { margin-top: 14px; font-size: 0.82rem; color: var(--encre-doux); }
.dire .signe b { color: var(--encre); font-weight: 700; }
.plus-dires { text-align: center; margin-top: 40px; }

/* ===================== Qui sommes-nous / texte SEO ===================== */
/* Le bloc SEO est premier dans le source (lu en haut par les crawlers),
   affiché en bas via l'ordre flex sur les pages accueil + villes. */
.flux main { display: flex; flex-direction: column; }
.bloc-seo { order: 99; background: var(--creme); border-top: 1px solid var(--filet-fort); padding: 84px 0; }
.bloc-seo-grille { display: grid; grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.bloc-seo h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); font-weight: 400; line-height: 1.14; }
.bloc-seo .amorce-seo { margin-top: 1rem; font-size: 0.92rem; color: var(--encre-doux); }
.bloc-seo-corps > p { margin-bottom: 1.05rem; color: var(--encre-doux); font-size: 0.98rem; }
.bloc-seo-corps > p:first-child { color: var(--encre); font-size: 1.06rem; }
.bloc-seo-corps h3 { font-size: 1.3rem; font-weight: 470; margin: 1.6rem 0 0.7rem; }

/* ===================== Prix : carte de restaurant ===================== */
.ardoise-prix { background: var(--blanc); border-top: 1px solid var(--filet-fort); border-bottom: 1px solid var(--filet-fort); padding: 88px 0; }
.ardoise-grille { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: 70px; }
.ardoise-prix h2 { font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 400; margin-bottom: 0.8rem; }
.ardoise-prix .chapo-prix { color: var(--encre-doux); max-width: 56ch; margin-bottom: 2.2rem; }
.carte-prix { list-style: none; }
.poste { display: flex; align-items: baseline; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--filet); }
.poste:first-child { border-top: 1px solid var(--encre); }
.poste .intitule { font-size: 0.97rem; font-weight: 500; }
.poste .intitule small { display: block; font-size: 0.81rem; font-weight: 400; color: var(--encre-doux); margin-top: 2px; }
.poste .pointille { flex: 1; border-bottom: 1px dotted var(--filet-fort); transform: translateY(-4px); min-width: 26px; }
.poste .montant { font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; font-weight: 500; color: var(--brique); white-space: nowrap; }
.ardoise-aparte { border-left: 1px solid var(--encre); padding-left: 28px; margin-top: 6px; align-self: start; }
.ardoise-aparte h3 { font-size: 1.22rem; font-weight: 460; margin-bottom: 0.7rem; }
.ardoise-aparte p { font-size: 0.9rem; color: var(--encre-doux); margin-bottom: 0.9rem; }
.ardoise-aparte .bouton { margin-top: 0.3rem; }

/* ===================== Simulateur : bloc encre ===================== */
.estimation { background: var(--encre); color: var(--sur-encre); padding: 90px 0; }
.estimation h2 { color: var(--papier); font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 380; }
.estimation .chapeau { color: var(--brique-clair); }
.estimation .chapo-sim { margin-top: 0.9rem; max-width: 58ch; }
.estimation-grille { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; margin-top: 2.6rem; }
.estimation-champs label { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--papier); margin: 16px 0 6px; }
.estimation-champs label:first-child { margin-top: 0; }
.estimation-champs select, .estimation-champs input {
  width: 100%; padding: 11px 13px; background: var(--papier); border: 1px solid var(--papier);
  border-radius: 0; font-size: 0.94rem; font-family: inherit; color: var(--encre);
}
.estimation-champs select:focus, .estimation-champs input:focus { outline: 2px solid var(--brique-clair); outline-offset: 1px; }
.estimation-sortie { border-left: 1px solid var(--sur-encre); padding-left: 42px; display: flex; flex-direction: column; justify-content: center; }
.estimation-sortie .etiquette { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.estimation-sortie .montant-sim { font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 3.8vw, 3.1rem); font-weight: 360; color: var(--papier); line-height: 1.1; margin: 12px 0 12px; }
.estimation-sortie .reserve { font-size: 0.83rem; max-width: 40ch; }
.estimation-sortie .bouton-pale { align-self: flex-start; margin-top: 24px; }

/* ===================== Réalisations : planches bord à bord ===================== */
.besognes-bloc { background: var(--blanc); border-top: 1px solid var(--filet-fort); padding: 86px 0 0; }
.besognes { display: grid; grid-template-columns: repeat(3, 1fr); }
.besogne { position: relative; }
.besogne img { width: 100%; height: 330px; object-fit: cover; }
.besogne figcaption {
  position: absolute; left: 0; bottom: 0; right: 24%;
  background: var(--papier); border-top: 1px solid var(--encre); border-right: 1px solid var(--encre); padding: 12px 18px;
}
.besogne .lieu { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brique); display: block; }
.besogne h3 { font-size: 1rem; font-weight: 470; margin-top: 3px; }
.besognes-pied { text-align: center; padding: 44px 30px 0; }

/* ===================== Étude de cas (ville / prestation) ===================== */
.etude { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 0; border: 1px solid var(--encre); background: var(--blanc); }
.etude-photo img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.etude-corps { padding: 40px 44px; }
.etude-lieu { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brique); display: block; margin-bottom: 8px; }
.etude-corps h3 { font-size: 1.55rem; font-weight: 450; line-height: 1.15; }
.etude-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 18px; }
.etude-meta span { border: 1px solid var(--filet-fort); padding: 5px 12px; font-size: 0.78rem; color: var(--encre-doux); }
.etude-corps p { font-size: 0.93rem; color: var(--encre-doux); margin-bottom: 0.8rem; }

/* ===================== Méthode / process ===================== */
.demarche { padding: 90px 0; }
.demarche-grille { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: 66px; align-items: start; }
.demarche h2 { font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 400; line-height: 1.12; }
.demarche .chapo-methode { margin-top: 1rem; color: var(--encre-doux); font-size: 0.96rem; }
.cadence { display: grid; grid-template-columns: 82px 1fr; gap: 24px; border-top: 1px solid var(--filet-fort); padding: 24px 0; }
.cadence:last-child { border-bottom: 1px solid var(--filet-fort); }
.cadence .numero { font-family: "Fraunces", Georgia, serif; font-size: 2.3rem; font-weight: 320; color: var(--brique); line-height: 1; }
.cadence h3 { font-size: 1.16rem; font-weight: 480; margin-bottom: 5px; }
.cadence p { font-size: 0.92rem; color: var(--encre-doux); }

/* ===================== Aides financières (cartes) ===================== */
.aides { padding: 88px 0; background: var(--papier); }
.aides-intro { max-width: 60ch; margin: 0 auto 40px; text-align: center; color: var(--encre-doux); }
.aides-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aide-carte { border: 1px solid var(--filet-fort); background: var(--blanc); padding: 26px 24px; }
.aide-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brique); border: 1px solid var(--brique); padding: 3px 10px; margin-bottom: 14px; }
.aide-carte h3 { font-size: 1.24rem; font-weight: 470; margin-bottom: 8px; }
.aide-carte p { font-size: 0.92rem; color: var(--encre-doux); }

/* ===================== Équipe ===================== */
.equipe-atelier { padding: 90px 0; }
.equipe-tete { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; flex-wrap: wrap; margin-bottom: 46px; }
.equipe-tete h2 { font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 400; line-height: 1.14; }
.equipe-tete p { color: var(--encre-doux); font-size: 0.93rem; max-width: 44ch; }
.equipe-grille { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.equipier img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(0.94); border-radius: 50%; }
.equipier .fonction { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brique); display: block; margin-top: 16px; }
.equipier h3 { font-size: 1.18rem; font-weight: 470; margin-top: 4px; }
.equipier p { font-size: 0.88rem; color: var(--encre-doux); margin-top: 6px; }

/* ===================== Zone d'intervention ===================== */
.territoire { background: var(--creme); border-top: 1px solid var(--filet-fort); border-bottom: 1px solid var(--filet-fort); padding: 86px 0; }
.territoire-grille { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.territoire h2 { font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 400; line-height: 1.12; }
.territoire .chapo-zone { margin-top: 1rem; color: var(--encre-doux); }
.territoire .chapo-zone strong { color: var(--encre); }
.communes-liste { columns: 2; column-gap: 36px; margin-top: 18px; }
.communes-liste a { display: block; padding: 10px 2px; border-bottom: 1px solid var(--filet-fort); color: var(--encre); text-decoration: none; font-size: 0.92rem; break-inside: avoid; }
.communes-liste a:hover { color: var(--brique); }
.territoire-note { font-size: 0.83rem; color: var(--encre-doux); margin-top: 16px; }
.territoire-carte iframe { width: 100%; height: 100%; min-height: 420px; border: 1px solid var(--encre); display: block; }

/* ===================== FAQ ===================== */
.questions-frequentes { padding: 90px 0; }
.qf-grille { display: grid; grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr); gap: 66px; align-items: start; }
.questions-frequentes h2 { font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 400; line-height: 1.12; }
.questions-frequentes .chapo-faq { margin-top: 1rem; color: var(--encre-doux); font-size: 0.94rem; }
.question { border-top: 1px solid var(--filet-fort); }
.question:last-child { border-bottom: 1px solid var(--filet-fort); }
.question summary { cursor: pointer; list-style: none; padding: 19px 44px 19px 2px; font-family: "Fraunces", Georgia, serif; font-size: 1.14rem; font-weight: 440; position: relative; }
.question summary::-webkit-details-marker { display: none; }
.question summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; font-weight: 300; color: var(--brique); }
.question[open] summary::after { content: "\00d7"; }
.question p { padding: 0 44px 22px 2px; font-size: 0.93rem; color: var(--encre-doux); }

/* ===================== Bande CTA (relance) ===================== */
.relance { background: var(--encre); color: var(--sur-encre); padding: 82px 30px; text-align: center; }
.relance .chapeau { color: var(--brique-clair); }
.relance h2 { color: var(--papier); font-size: clamp(1.75rem, 3.3vw, 2.45rem); font-weight: 380; max-width: 24ch; margin: 0 auto; line-height: 1.15; }
.relance p { max-width: 58ch; margin: 1rem auto 1.9rem; }
.relance .appel-fixe { color: var(--papier); font-size: 1.55rem; }
.relance .appel-fixe small { color: var(--sur-encre); }
.relance-actions { display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; }

/* ===================== Contact ===================== */
.echange { padding: 90px 0; }
.echange-grille { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 70px; align-items: start; }
.echange h2 { font-size: clamp(1.85rem, 3.3vw, 2.5rem); font-weight: 400; line-height: 1.12; }
.echange .chapo-contact { margin-top: 1rem; color: var(--encre-doux); }
.coordonnees { list-style: none; margin-top: 1.8rem; border-top: 1px solid var(--encre); }
.coordonnees li { border-bottom: 1px solid var(--filet-fort); padding: 15px 2px; }
.coordonnees .champ-coord { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brique); display: block; margin-bottom: 3px; }
.coordonnees a { color: var(--encre); text-decoration: none; font-family: "Fraunces", Georgia, serif; font-size: 1.16rem; }
.coordonnees a:hover { color: var(--brique); }
.coordonnees span.detail-coord { display: block; font-size: 0.85rem; color: var(--encre-doux); margin-top: 3px; font-family: -apple-system, sans-serif; }
/* Réutilise le panneau .demande pour le formulaire de contact bas de page */
.echange .demande { background: var(--creme); }

/* ===================== Footer ===================== */
.socle { background: var(--encre); color: var(--sur-encre); padding: 64px 0 28px; font-size: 0.9rem; }
.socle-grille { display: grid; grid-template-columns: 1.25fr 0.9fr 0.9fr 0.9fr; gap: 46px; padding-bottom: 42px; }
.socle .raison-pied { font-family: "Fraunces", Georgia, serif; font-size: 1.28rem; color: var(--papier); display: block; margin-bottom: 12px; }
.socle-desc { font-size: 0.86rem; line-height: 1.6; }
.socle h4 { color: var(--papier); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 15px; }
.socle ul { list-style: none; }
.socle li { margin-bottom: 9px; }
.socle a { color: var(--sur-encre); text-decoration: none; }
.socle a:hover { color: var(--papier); text-decoration: underline; }
.socle-bas { border-top: 1px solid #3a352b; padding-top: 22px; font-size: 0.77rem; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }

/* ===================== Callbar mobile ===================== */
.reglette { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 320; background: var(--papier); border-top: 1px solid var(--encre); }
.reglette a { flex: 1; text-align: center; padding: 15px 10px; font-size: 0.94rem; font-weight: 600; text-decoration: none; letter-spacing: 0.02em; }
.reglette .rg-appel { color: var(--encre); border-right: 1px solid var(--encre); }
.reglette .rg-devis { background: var(--brique); color: var(--blanc); }

/* ===================== Exit-intent ===================== */
.rideau { position: fixed; inset: 0; background: rgba(26, 23, 18, 0.62); z-index: 500; display: flex; align-items: center; justify-content: center; padding: 22px; }
.rideau[hidden] { display: none; }
.surgissement { background: var(--papier); border: 1px solid var(--encre); max-width: 460px; width: 100%; padding: 42px 38px 34px; position: relative; text-align: center; }
.surgissement::before { content: ""; position: absolute; inset: 7px; border: 1px solid var(--filet-fort); pointer-events: none; }
.surgissement-fermer { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; background: none; border: 1px solid var(--filet-fort); font-size: 1.15rem; color: var(--encre-doux); cursor: pointer; line-height: 1; z-index: 2; }
.surgissement-fermer:hover { border-color: var(--encre); color: var(--encre); }
.surgissement h3 { font-size: 1.5rem; font-weight: 420; line-height: 1.2; }
.surgissement p { font-size: 0.91rem; color: var(--encre-doux); margin: 0.85rem 0 1.4rem; }
.surgissement form { text-align: left; }
.surgissement label { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin: 10px 0 4px; }
.surgissement input { width: 100%; padding: 10px 12px; border: 1px solid var(--filet-fort); background: var(--blanc); border-radius: 0; font-family: inherit; font-size: 0.94rem; }
.surgissement input:focus { outline: none; border-color: var(--brique); }
.surgissement button { width: 100%; margin-top: 16px; }
.surgissement .refus { background: none; border: none; color: var(--encre-doux); font-size: 0.82rem; text-decoration: underline; cursor: pointer; margin-top: 14px; width: auto; }
.surgissement .appel-fixe { display: inline-block; margin-top: 16px; }

/* ===================== Hero interne (villes / prestations / blog / annexes) ===================== */
.hero-clair { background: linear-gradient(var(--creme), var(--papier)); border-bottom: 1px solid var(--filet-fort); padding: 66px 0 60px; text-align: center; }
.hero-clair h1 { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 400; line-height: 1.08; max-width: 20ch; margin: 0 auto; }
.hero-clair h1 em { font-style: normal; color: var(--brique); font-weight: 620; }
.hero-clair .chapo { margin: 1.2rem auto 0; max-width: 62ch; color: var(--encre-doux); }
.hero-clair .hero-actions { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-clair .badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-clair .badges span { border: 1px solid var(--filet-fort); padding: 6px 14px; font-size: 0.8rem; color: var(--encre-doux); }

.hero-sombre { background: var(--encre); color: var(--sur-encre); padding: 66px 0; }
.hero-sombre-grille { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 54px; align-items: center; }
.hero-sombre .chapeau { color: var(--brique-clair); }
.hero-sombre h1 { color: var(--papier); font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 400; line-height: 1.08; }
.hero-sombre h1 em { font-style: normal; color: #fff; font-weight: 620; }
.hero-sombre .chapo { margin-top: 1.1rem; max-width: 54ch; }
.hero-sombre .hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 1.7rem; }
.hero-sombre .appel-fixe { color: var(--papier); }
.hero-sombre .appel-fixe small { color: var(--sur-encre); }
.hero-sombre-vignette { border: 1px solid #3a352b; padding: 10px; }
.hero-sombre-vignette img { width: 100%; height: 280px; object-fit: cover; }

/* Fil d'ariane */
.fil { padding: 16px 0; font-size: 0.82rem; color: var(--encre-doux); border-bottom: 1px solid var(--filet); }
.fil a { color: var(--encre-doux); text-decoration: none; }
.fil a:hover { color: var(--brique); }

/* ===================== Corps d'article ===================== */
.article-meta { text-align: center; color: var(--encre-doux); font-size: 0.86rem; margin-top: 1rem; }
.article-corps { max-width: 820px; margin: 0 auto; padding: 60px 30px; }
.article-corps > figure { margin-bottom: 34px; }
.article-corps > figure img { width: 100%; height: auto; border: 1px solid var(--filet-fort); }
.article-corps h2 { font-size: clamp(1.55rem, 2.8vw, 2rem); font-weight: 430; margin: 2.2rem 0 0.9rem; line-height: 1.16; }
.article-corps h3 { font-size: 1.25rem; font-weight: 470; margin: 1.6rem 0 0.6rem; }
.article-corps p { margin-bottom: 1.05rem; color: #2a2620; }
.article-corps ul, .article-corps ol { margin: 0 0 1.05rem 1.3rem; color: #2a2620; }
.article-corps li { margin-bottom: 0.5rem; }
.article-corps strong { font-weight: 700; color: var(--encre); }
.inline-cta { border: 1px solid var(--encre); background: var(--creme); padding: 24px 26px; margin: 30px 0; text-align: center; }
.inline-cta p { margin-bottom: 1rem; font-family: "Fraunces", Georgia, serif; font-size: 1.15rem; color: var(--encre); }
.tableau { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: 0.92rem; }
.tableau th, .tableau td { border: 1px solid var(--filet-fort); padding: 11px 13px; text-align: left; }
.tableau th { background: var(--creme); font-family: "Fraunces", Georgia, serif; font-weight: 500; }
.tableau caption { font-size: 0.82rem; color: var(--encre-doux); margin-bottom: 8px; text-align: left; }
.auteur-boite { display: flex; gap: 20px; align-items: center; border-top: 1px solid var(--filet-fort); border-bottom: 1px solid var(--filet-fort); padding: 26px 0; margin: 40px 0; }
.auteur-boite img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.auteur-boite .fonction { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brique); display: block; }
.auteur-boite h3 { font-size: 1.15rem; font-weight: 480; margin: 3px 0 5px; }
.auteur-boite p { font-size: 0.88rem; color: var(--encre-doux); }
.artisan-carte { border: 1px solid var(--filet-fort); background: var(--blanc); padding: 24px 26px; margin: 18px 0 26px; }
.artisan-carte .badge-note { display: inline-block; background: var(--creme); border: 1px solid var(--filet-fort); padding: 4px 12px; font-size: 0.84rem; margin-bottom: 12px; }
.artisan-carte dl { display: grid; grid-template-columns: 130px 1fr; gap: 6px 16px; font-size: 0.9rem; }
.artisan-carte dt { color: var(--encre-doux); }
.artisan-carte .distingue { border-left: 2px solid var(--brique); padding-left: 14px; margin-top: 16px; font-family: "Fraunces", Georgia, serif; font-size: 1.02rem; }

/* Grille cartes (blog index / réalisations) */
.vignettes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vignette { border: 1px solid var(--filet-fort); background: var(--blanc); display: flex; flex-direction: column; }
.vignette img { width: 100%; height: 200px; object-fit: cover; }
.vignette .vignette-corps { padding: 20px 22px 24px; }
.vignette .lieu { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brique); display: block; margin-bottom: 6px; }
.vignette h3 { font-size: 1.2rem; font-weight: 470; }
.vignette h3 a { color: inherit; text-decoration: none; }
.vignette h3 a:hover { color: var(--brique); }
.vignette p { margin-top: 0.6rem; font-size: 0.9rem; color: var(--encre-doux); }

/* Contenu légal / simple */
.page-simple { max-width: 820px; margin: 0 auto; padding: 56px 30px 80px; }
.page-simple h2 { font-size: 1.4rem; font-weight: 460; margin: 1.8rem 0 0.7rem; }
.page-simple p, .page-simple li { color: var(--encre-doux); margin-bottom: 0.8rem; }
.page-simple ul { margin-left: 1.3rem; }

/* ===================== Règles « centered » (accueil + villes) ===================== */
.centered .tete-section, .centered .aides-intro { text-align: center; }
.centered .dires-grille, .centered .savoirs-grille { text-align: left; }

/* ===================== Responsive ===================== */
@media (max-width: 1080px) {
  .bandeau-menu { display: none; }
  .bandeau-tel { margin-left: auto; }
  .cle-menu { display: flex; margin-left: 0; }
}
@media (max-width: 960px) {
  .entree-rang { grid-template-columns: 1fr; gap: 34px; }
  .merites-grille, .ardoise-grille, .estimation-grille, .demarche-grille,
  .territoire-grille, .qf-grille, .echange-grille, .bloc-seo-grille, .hero-sombre-grille { grid-template-columns: 1fr; gap: 42px; }
  .savoir, .savoir-inverse { grid-template-columns: 1fr; }
  .savoir-inverse .savoir-photo { order: 0; }
  .savoir-photo img { min-height: 0; height: clamp(230px, 52vw, 400px); }
  .savoir-texte, .savoir-inverse .savoir-texte { padding: 50px 30px 56px; }
  .estimation-sortie { border-left: none; border-top: 1px solid var(--sur-encre); padding: 32px 0 0; }
  .besognes, .vignettes, .savoirs-grille, .aides-grille { grid-template-columns: 1fr; }
  .besogne img { height: clamp(230px, 56vw, 360px); }
  .equipe-grille { grid-template-columns: 1fr 1fr; gap: 34px; }
  .etude { grid-template-columns: 1fr; }
  .dires-grille { grid-template-columns: 1fr; gap: 0; }
  .jalons-rang { grid-template-columns: 1fr 1fr; border-top: 1px solid var(--filet-fort); }
  .jalon { padding: 16px 22px; border-bottom: 1px solid var(--filet-fort); }
  .socle-grille { grid-template-columns: 1fr 1fr; gap: 32px; }
  .reglette { display: flex; }
  body { padding-bottom: 54px; }
}
@media (max-width: 560px) {
  .enveloppe { padding: 0 20px; }
  .bandeau-rang { padding: 13px 20px; gap: 14px; }
  .raison { font-size: 1rem; }
  .raison small { display: none; }
  .bandeau-tel { font-size: 1.12rem; }
  .bandeau-tel small { display: none; }
  .demande-duo { grid-template-columns: 1fr; gap: 0; }
  .communes-liste { columns: 1; }
  .equipe-grille { grid-template-columns: 1fr; }
  .socle-grille { grid-template-columns: 1fr; gap: 28px; }
  .entree { padding-top: 40px; }
  .bandeau-cartel { position: static; border: none; border-top: 1px solid var(--encre); padding: 10px 20px; }
  .entree-actions .bouton, .hero-clair .hero-actions .bouton { width: 100%; text-align: center; }
  .cadence { grid-template-columns: 54px 1fr; gap: 14px; }
  .savoir-texte, .savoir-inverse .savoir-texte { padding: 40px 20px 48px; }
  .auteur-boite { flex-direction: column; text-align: center; }
  .artisan-carte dl { grid-template-columns: 1fr; gap: 2px; }
}
