/* Polices auto-hébergées (sous-ensemble latin, couvre le français) */
@font-face {
  font-family: 'Noto Serif Display';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay-400i.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Serif Display';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Serif Display';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/OpenSans-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/OpenSans-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/OpenSans-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   CENTURY 21 Kadima — design inspiré des grandes maisons (junot.fr)
   Palette : blanc #fff · beige rosé #e5dcd6 · beige clair #f2edeb
             noir #1e1e1e · terracotta #a5644b · gris ardoise #333f48
   Typo : Noto Serif Display (titres) · Open Sans (corps)
   ========================================================================== */

:root {
  --blanc: #ffffff;
  --creme: #faf8f6;
  --beige: #e5dcd6;
  --beige-clair: #f2edeb;
  --noir: #1e1e1e;
  --ardoise: #333f48;
  --terracotta: #a5644b;
  --bronze: #9f8170;
  --gris: #757068;
  --serif: "Noto Serif Display", Georgia, serif;
  --sans: "Open Sans", "Segoe UI", sans-serif;
  --largeur: 1280px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 15px;
  color: var(--noir);
  background: var(--blanc);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
main { min-height: 60vh; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.2; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h1 em, h2 em, h3 em { font-style: italic; color: inherit; }

/* ------------------------------------------------ rendez-vous en ligne */
.rdv { max-width: 860px; margin: 0 auto; }
.rdv-etape { display: flex; gap: 1.4rem; padding: 1.6rem 0; border-bottom: 1px solid var(--beige); }
.rdv-num {
  flex-shrink: 0; width: 2.2rem; height: 2.2rem; border-radius: 50%;
  background: var(--noir); color: var(--blanc); display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1rem;
}
.rdv-corps { flex: 1; min-width: 0; }
.rdv-titre { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 0.9rem; }
.rdv-pilules { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.rdv-pilule {
  border: 1px solid var(--noir); background: none; color: var(--noir); cursor: pointer;
  padding: 0.6rem 1.2rem; border-radius: 999px; font-size: 0.8rem; letter-spacing: 0.06em; transition: 0.25s;
  display: flex; align-items: center; gap: 0.5rem;
}
.rdv-pilule:hover { background: var(--beige-clair); }
.rdv-pilule.est-choisi { background: var(--noir); color: var(--blanc); }
.rdv-pilule img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.rdv-adresse-bloc { display: block; margin-top: 1rem; font-size: 0.85rem; }
.rdv-adresse-bloc input { display: block; width: 100%; max-width: 420px; margin-top: 0.35rem; padding: 0.7rem 0.9rem; border: 1px solid var(--beige); font: inherit; }
.rdv-nav { display: flex; gap: 0.5rem; justify-content: flex-end; margin-bottom: 0.7rem; }
.rdv-fleche {
  width: 2.2rem; height: 2.2rem; border: 1px solid var(--noir); background: none; cursor: pointer;
  font-size: 1.2rem; line-height: 1; border-radius: 50%; transition: 0.25s;
}
.rdv-fleche:hover:not(:disabled) { background: var(--noir); color: var(--blanc); }
.rdv-fleche:disabled { opacity: 0.25; cursor: default; }
.rdv-grille { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
@media (max-width: 640px) { .rdv-grille { grid-template-columns: repeat(2, 1fr); } }
.rdv-jour-titre { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; text-align: center; margin-bottom: 0.6rem; }
.rdv-jour-titre small { display: block; font-weight: 400; color: var(--gris); letter-spacing: 0; text-transform: none; }
.rdv-creneau {
  display: block; width: 100%; margin-bottom: 0.45rem; padding: 0.5rem 0; text-align: center;
  border: 1px solid var(--beige); background: var(--beige-clair); cursor: pointer; font: inherit; font-size: 0.85rem;
  transition: 0.2s; font-variant-numeric: tabular-nums;
}
.rdv-creneau:hover { border-color: var(--terracotta); color: var(--terracotta); }
.rdv-creneau.est-choisi { background: var(--noir); color: var(--blanc); border-color: var(--noir); }
.rdv-plus { background: none; border: none; color: var(--terracotta); cursor: pointer; font-size: 0.78rem; width: 100%; text-align: center; padding: 0.3rem 0; }
.rdv-recap {
  background: var(--beige-clair); border-left: 3px solid var(--terracotta);
  padding: 0.8rem 1.1rem; margin-bottom: 1.1rem; font-size: 0.9rem;
}

/* ------------------------------------------- bandeau espaces clients */
.bandeau-espaces {
  background: var(--noir);
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.55rem 2rem; gap: 1.5rem;
}
.bandeau-espaces a { display: flex; flex-direction: column; line-height: 1.5; }
.bandeau-espaces a + a { text-align: right; align-items: flex-end; }
.bandeau-espaces strong {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  color: var(--beige); transition: 0.3s;
}
.bandeau-espaces a:hover strong { color: var(--blanc); }
.bandeau-espaces span { font-size: 0.72rem; color: rgba(255, 255, 255, 0.55); }
@media (max-width: 640px) {
  .bandeau-espaces { padding: 0.5rem 1rem; }
  .bandeau-espaces span { display: none; }
}

/* ------------------------------------------------------------- en-tête */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--blanc);
  border-bottom: 1px solid var(--beige);
}
.header-inner {
  max-width: var(--largeur); margin: 0 auto; padding: 1.1rem 2rem;
  display: flex; align-items: center; gap: 2.5rem;
}
.logo { display: flex; align-items: center; gap: 0.7rem; line-height: 1.1; }
.logo .sceau { width: 40px; height: 40px; color: var(--bronze); flex-shrink: 0; }
.logo-texte { display: flex; flex-direction: column; }
.logo-c21 { font-size: 0.62rem; letter-spacing: 0.45em; color: var(--bronze); font-weight: 600; }
.logo-nom { font-family: var(--serif); font-size: 1.7rem; letter-spacing: 0.04em; color: var(--noir); }
.nav { display: flex; gap: 1.5rem; margin-left: auto; }
.nav a {
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  white-space: nowrap;
  color: var(--noir); padding: 0.3rem 0; border-bottom: 1px solid transparent; transition: 0.3s;
}
.nav a:hover { border-bottom-color: var(--noir); }
.header-tel {
  font-size: 0.78rem; letter-spacing: 0.14em; font-weight: 600; color: var(--noir);
  border: 1px solid var(--noir); padding: 0.55rem 1.3rem; transition: 0.3s; white-space: nowrap;
}
.header-tel:hover { background: var(--noir); color: var(--blanc); }
.burger { display: none; background: none; border: none; cursor: pointer; }
.burger span { display: block; width: 24px; height: 1px; background: var(--noir); margin: 6px 0; transition: 0.3s; }

/* ----------------------------------------------------------------- héros */
.hero {
  position: relative; min-height: 86vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--ardoise) center/cover no-repeat;
  color: var(--blanc);
}
.hero-voile {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30,30,30,0.5) 0%, rgba(30,30,30,0.32) 50%, rgba(30,30,30,0.62) 100%);
}
.hero-contenu { position: relative; max-width: 900px; padding: 4rem 1.5rem; }
.hero-sur {
  font-size: 0.7rem; letter-spacing: 0.5em; text-transform: uppercase; font-weight: 600;
  color: var(--blanc); opacity: 0.85; margin-bottom: 1.6rem;
}
.hero h1 { margin-bottom: 1.4rem; font-weight: 400; }
.hero h1 em { font-style: italic; }
.hero-sous { font-size: 1rem; font-weight: 300; max-width: 640px; margin: 0 auto 2.6rem; opacity: 0.92; letter-spacing: 0.02em; }
.hero-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

/* --------------------------------------------------------------- boutons */
.btn {
  display: inline-block; padding: 1rem 2.6rem;
  font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600;
  transition: 0.3s; border: 1px solid transparent; cursor: pointer; background: none;
}
.btn-or { background: var(--noir); color: var(--blanc); border-color: var(--noir); }
.btn-or:hover { background: transparent; color: var(--noir); }
.hero .btn-or, .section-sombre .btn-or { background: var(--blanc); color: var(--noir); border-color: var(--blanc); }
.hero .btn-or:hover { background: transparent; color: var(--blanc); }
.section-sombre .btn-or:hover { background: transparent; color: var(--noir); border-color: var(--noir); }
.btn-blanc { border-color: var(--blanc); color: var(--blanc); }
.btn-blanc:hover { background: var(--blanc); color: var(--noir); }
.btn-ligne { border-color: var(--noir); color: var(--noir); }
.btn-ligne:hover { background: var(--noir); color: var(--blanc); }
.btn-bloc { display: block; text-align: center; margin-bottom: 0.8rem; }
.lien-or {
  color: var(--noir); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600;
  border-bottom: 1px solid var(--bronze); padding-bottom: 2px; transition: 0.3s;
}
.lien-or:hover { color: var(--terracotta); border-bottom-color: var(--terracotta); }
.txt-or { color: var(--terracotta); }

/* --------------------------------------------------------- bande chiffres */
.bande-chiffres {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  max-width: var(--largeur); margin: 0 auto; padding: 3.4rem 2rem;
  gap: 2rem; text-align: center;
}
.bande-chiffres a { display: block; transition: 0.25s; }
.bande-chiffres a:hover strong { color: var(--terracotta); }
.bande-chiffres a:hover span { color: var(--terracotta); }
.bande-chiffres strong {
  display: block; font-family: var(--serif); font-size: 2.6rem; font-weight: 400; color: var(--noir);
}
.bande-chiffres span {
  font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gris); font-weight: 600;
}

/* --------------------------------------------------------------- sections */
.section { max-width: var(--largeur); margin: 0 auto; padding: 6rem 2rem; }
.section-titre { font-size: clamp(1.8rem, 3.2vw, 2.7rem); margin-bottom: 2.8rem; font-weight: 400; }
.section-suite { margin-top: 3rem; text-align: center; }
.section-sombre { max-width: none; background: var(--beige); color: var(--noir); }
.section-sombre > * { max-width: var(--largeur); margin-left: auto; margin-right: auto; }
.section-sombre.section, section.section-sombre { padding: 6rem 2rem; }
.section-double { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.double-texte p { margin-bottom: 1.6rem; font-weight: 300; }
.texte-large { font-size: 1.02rem; max-width: 720px; font-weight: 300; }

/* ----------------------------------------------------------------- cartes */
.grille { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 2.4rem; }
.carte { background: transparent; display: block; }
.carte-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--beige-clair); }
.carte-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.carte:hover .carte-photo img { transform: scale(1.06); }
.carte-sansphoto { width: 100%; height: 100%; background: linear-gradient(135deg, var(--beige-clair), var(--beige)); }
.badge-exclu, .badge-vendu {
  position: absolute; top: 1.1rem; left: 1.1rem; z-index: 2;
  padding: 0.35rem 1.1rem; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600;
}
.badge-exclu { background: var(--blanc); color: var(--noir); }
.badge-vendu { background: var(--noir); color: var(--blanc); }
.carte-corps { padding: 1.3rem 0.2rem 0; }
.carte-type { font-size: 0.65rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gris); font-weight: 600; }
.carte-corps .carte-type a { color: var(--terracotta); }
.carte-details { font-size: 0.88rem; margin-top: 0.4rem; color: var(--gris); font-weight: 300; }
.carte-prix { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; margin-top: 0.45rem; color: var(--noir); }
.carte-vendu .carte-photo img { filter: saturate(0.8); }

/* ------------------------------------------------------- cartes communes */
.grille-communes { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.6rem; }
.carte-commune { background: var(--blanc); padding: 2.4rem; transition: 0.35s; }
.carte-commune:hover { box-shadow: 0 24px 50px rgba(30, 30, 30, 0.09); transform: translateY(-4px); }
.carte-commune h3 { font-size: 1.55rem; margin-bottom: 0.5rem; }
.carte-commune p { font-size: 0.88rem; color: var(--gris); margin-bottom: 1.4rem; font-weight: 300; }

/* -------------------------------------------------------------- entêtes */
.entete-page { max-width: var(--largeur); margin: 0 auto; padding: 4.5rem 2rem 2rem; }
.entete-sous { font-size: 1.02rem; color: var(--gris); max-width: 760px; margin-top: 1.1rem; font-weight: 300; }
.fil { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gris); margin-bottom: 2rem; font-weight: 600; }
.fil a:hover { color: var(--terracotta); }
.fil-sep { margin: 0 0.7rem; color: var(--bronze); }

/* --------------------------------------------------------------- filtres */
.filtres {
  max-width: var(--largeur); margin: 0 auto; padding: 0 2rem;
  display: flex; gap: 0.9rem; flex-wrap: wrap; align-items: center;
}
.filtres select {
  font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.05em; padding: 0.75rem 1.1rem;
  border: 1px solid var(--beige); background: var(--blanc); color: var(--noir); cursor: pointer;
}
.filtres select:focus { outline: none; border-color: var(--noir); }
.filtres-compte { font-size: 0.75rem; letter-spacing: 0.1em; color: var(--gris); margin-left: auto; }
.filtres-vide { text-align: center; font-size: 1rem; color: var(--gris); padding: 3.5rem 0; font-weight: 300; }
.filtres-vide a { color: var(--terracotta); text-decoration: underline; }

/* ---------------------------------------------------------------- détail */
.detail-entete { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
.detail-sous { color: var(--gris); margin-top: 0.7rem; font-size: 0.95rem; font-weight: 300; letter-spacing: 0.03em; }
.detail-prix { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 400; }
.galerie {
  max-width: var(--largeur); margin: 2.5rem auto 0; padding: 0 2rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem;
}
.galerie-item { aspect-ratio: 4 / 3; overflow: hidden; cursor: pointer; }
.galerie-item.est-grande { grid-column: span 2; grid-row: span 2; }
.galerie-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.galerie-item:hover img { transform: scale(1.04); }
.galerie-item:nth-child(n+8) { display: none; }
.galerie.est-ouverte .galerie-item:nth-child(n+8) { display: block; }
.detail-corps { display: grid; grid-template-columns: 1.7fr 1fr; gap: 4.5rem; align-items: start; }
.detail-texte p { margin-bottom: 1.35rem; font-weight: 300; }
.detail-ref { font-size: 0.65rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gris); margin-top: 2.4rem; font-weight: 600; }
.detail-aside { display: flex; flex-direction: column; gap: 1.4rem; position: sticky; top: 100px; }
.encart { background: var(--beige-clair); padding: 2rem; }
.encart-titre { font-family: var(--serif); font-size: 1.35rem; margin-bottom: 1.1rem; font-weight: 400; }
.encart-note { font-size: 0.76rem; color: var(--gris); margin-top: 0.9rem; font-weight: 300; }
.encart-contact { background: var(--noir); color: var(--blanc); }
.encart-contact .encart-note { color: rgba(255, 255, 255, 0.55); }
.encart-contact .btn-or { background: var(--blanc); color: var(--noir); border-color: var(--blanc); }
.encart-contact .btn-or:hover { background: transparent; color: var(--blanc); }
.encart-contact .btn-ligne { border-color: rgba(255, 255, 255, 0.5); color: var(--blanc); }
.encart-contact .btn-ligne:hover { background: var(--blanc); color: var(--noir); border-color: var(--blanc); }
.specs { list-style: none; }
.specs li { display: flex; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid var(--beige); font-size: 0.88rem; }
.specs li span { color: var(--gris); font-weight: 300; }
.dpe {
  display: inline-block; min-width: 1.8em; text-align: center; padding: 0.1em 0.4em;
  color: #fff; font-weight: 600; border-radius: 2px; font-size: 0.85em;
}
.dpe-A { background: #00a06d; } .dpe-B { background: #52b153; } .dpe-C { background: #a5cc74; color: #333; }
.dpe-D { background: #f4e70f; color: #333; } .dpe-E { background: #f0b40f; color: #333; }
.dpe-F { background: #eb8235; } .dpe-G { background: #d7221f; }

/* ------------------------------------------------------------ graphiques */
.graphs { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 3rem; margin-top: 1rem; }
.graph-bloc { margin: 0; }
.graph-bloc figcaption {
  font-size: 0.65rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600;
  color: var(--gris); margin-bottom: 1rem;
}
.graph { width: 100%; height: auto; display: block; }
.graph-tick { font-family: var(--sans); font-size: 11px; fill: var(--gris); font-weight: 400; }
.graph-val { font-family: var(--sans); font-size: 11.5px; fill: var(--noir); font-weight: 600; }

/* --------------------------------------------------------------- tableau */
.tableau-defilant { overflow-x: auto; }
.tableau-marche { width: 100%; border-collapse: collapse; background: var(--blanc); }
.tableau-marche th {
  font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600;
  text-align: left; padding: 1.1rem 1.3rem; background: var(--noir); color: var(--blanc);
}
.tableau-marche td { padding: 1rem 1.3rem; border-bottom: 1px solid var(--beige); font-size: 0.92rem; }
.tableau-marche tr:hover td { background: var(--beige-clair); }
.note-methodo { font-size: 0.78rem; color: var(--gris); margin-top: 1.6rem; max-width: 820px; font-weight: 300; }

/* ----------------------------------------------------------------- étapes */
.etapes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 3rem; }
.etape-num { font-family: var(--serif); font-size: 3.2rem; color: var(--beige); font-style: italic; display: block; margin-bottom: 0.7rem; line-height: 1; }
.etape h3 { font-size: 1.35rem; margin-bottom: 0.7rem; }
.etape p { font-size: 0.9rem; color: var(--gris); font-weight: 300; }
.atouts { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2.4rem; }
.atout strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; display: block; margin-bottom: 0.5rem; }
.atout p { font-size: 0.9rem; color: var(--gris); font-weight: 300; }
.atout a { color: var(--terracotta); text-decoration: underline; }
.appel-vendre { text-align: center; }
.appel-vendre .section-titre { margin-bottom: 2rem; }
.encart-estimation { text-align: center; }
.encart-estimation .texte-large { margin: 0 auto 2.4rem; }
.encart-estimation .encart-note a { color: var(--terracotta); text-decoration: underline; }
.encart-estimation .btn-blanc { border-color: var(--noir); color: var(--noir); }
.encart-estimation .btn-blanc:hover { background: var(--noir); color: var(--blanc); }

/* ---------------------------------------------------------------- articles */
.grille-articles { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 2rem; }
.carte-article { background: var(--beige-clair); padding: 2.6rem; transition: 0.35s; display: flex; flex-direction: column; gap: 0.8rem; }
.carte-article:hover { box-shadow: 0 24px 50px rgba(30, 30, 30, 0.09); transform: translateY(-4px); }
.carte-article-date { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--terracotta); font-weight: 600; }
.carte-article h2 { font-size: 1.5rem; font-weight: 400; }
.carte-article p { font-size: 0.9rem; color: var(--gris); flex: 1; font-weight: 300; }
.article-corps { max-width: 780px; }
.article-corps p { margin-bottom: 1.35rem; font-weight: 300; }
.article-corps h2 { margin-top: 2.8rem; margin-bottom: 1.3rem; }
.article-corps h3 { font-size: 1.35rem; margin: 2rem 0 0.9rem; }
.article-corps ul { margin: 0 0 1.35rem 1.2rem; }
.article-corps li { margin-bottom: 0.55rem; font-weight: 300; }
.article-corps a { color: var(--terracotta); text-decoration: underline; }
.article-appel { margin-top: 4rem; padding: 3.5rem 2rem; }
.a-completer { background: var(--beige-clair); border-left: 3px solid var(--terracotta); padding: 1.1rem 1.4rem; font-size: 0.9rem; }

/* ------------------------------------------------------------ avis clients */
.grille-avis { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.8rem; }
.avis { background: var(--beige-clair); padding: 2.2rem; margin: 0; }
.avis-etoiles { color: var(--terracotta); letter-spacing: 0.2em; font-size: 0.95rem; margin-bottom: 0.9rem; }
.avis-texte { font-family: var(--serif); font-size: 1.12rem; font-style: italic; line-height: 1.55; margin-bottom: 1rem; }
.avis footer { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--gris); }
.avis footer span { color: var(--terracotta); }
.agence-photo { width: 100%; max-height: 460px; object-fit: cover; }
.badge-google { margin-top: 1.2rem; font-size: 0.95rem; }
.badge-google .avis-etoiles { display: inline; margin: 0 0.3rem 0 0; }
.badge-google a { border-bottom: 1px solid var(--bronze); padding-bottom: 2px; }
.badge-google a:hover { color: var(--terracotta); }
.badge-google-grand { font-size: 1.15rem; margin: 0 0 2.4rem; }

/* icônes réseaux sociaux */
.rs { display: flex; gap: 0.9rem; margin-top: 1.2rem; }
.rs a { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center;
  border: 1px solid currentColor; border-radius: 50%; transition: 0.25s; opacity: 0.85; }
.rs a:hover { color: var(--terracotta); opacity: 1; transform: translateY(-2px); }
.rs svg { width: 16px; height: 16px; }
.rs-footer { margin-top: 0.4rem; }

/* mot du responsable */
.mot-responsable { display: flex; gap: 2.5rem; align-items: center; max-width: 900px; }
.mot-responsable-photo { width: 130px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; flex-shrink: 0; }
.mot-responsable blockquote { margin: 0; }
.mot-responsable footer { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--gris); }

/* carte d'accès agence */
.encart-carte { padding: 0; overflow: hidden; }
.encart-carte iframe { width: 100%; height: 260px; border: 0; display: block; }
.carte-agence { width: 100%; height: 260px; }
.carte-prix small { font-size: 0.6em; color: var(--gris); font-weight: 300; }
.detail-prix small { font-size: 0.5em; color: var(--gris); }

/* -------------------------------------------------------------------- FAQ */
.faq details { background: var(--blanc); border-bottom: 1px solid var(--beige); }
.faq summary {
  cursor: pointer; padding: 1.3rem 0.2rem; font-family: var(--serif); font-size: 1.15rem;
  list-style: none; position: relative; padding-right: 3rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0.5rem; top: 50%; transform: translateY(-50%); color: var(--bronze); font-size: 1.5rem; font-family: var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0.2rem 1.4rem; color: var(--gris); font-weight: 300; max-width: 800px; }

/* ------------------------------------------------------------- pied de page */
.site-footer { background: var(--noir); color: rgba(255, 255, 255, 0.75); margin-top: 5rem; }
.footer-inner {
  max-width: var(--largeur); margin: 0 auto; padding: 4.5rem 2rem 2.5rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 3rem;
}
.footer-logo { font-size: 0.68rem; letter-spacing: 0.4em; color: var(--bronze); margin-bottom: 1.1rem; font-weight: 600; }
.footer-logo .sceau { display: block; width: 52px; height: 52px; color: var(--bronze); margin-bottom: 0.9rem; }
.footer-espaces .espace-btn {
  display: block; text-align: center; padding: 0.8rem 1.4rem; margin-bottom: 0.45rem;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  border: 1px solid var(--beige); color: var(--beige); transition: 0.3s; border-radius: 999px;
}
.footer-espaces .espace-plein { background: var(--beige); color: var(--noir); }
.footer-espaces .espace-btn:hover { background: var(--blanc); border-color: var(--blanc); color: var(--noir); }
.footer-espaces .espace-sous { font-size: 0.76rem; color: rgba(255, 255, 255, 0.5); margin: 0 0 1.1rem; text-align: center; }
.footer-logo em { display: block; font-family: var(--serif); font-size: 1.8rem; letter-spacing: 0.02em; color: var(--blanc); font-style: normal; margin-top: 0.2rem; }
.footer-col p { font-size: 0.85rem; margin-bottom: 0.9rem; font-weight: 300; }
.footer-col a { display: block; font-size: 0.85rem; padding: 0.24rem 0; transition: 0.25s; font-weight: 300; }
.footer-col a:hover { color: var(--blanc); }
.footer-titre { font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--bronze); margin-bottom: 1.1rem; font-weight: 600; }
.footer-bas {
  text-align: center; font-size: 0.72rem; padding: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.4); font-weight: 300;
}

/* ---------------------------------------------------------- bandeau actu */
.bandeau-actu {
  background: var(--noir); color: var(--blanc);
  display: flex; gap: 1.5rem; align-items: center; justify-content: center; flex-wrap: wrap;
  padding: 0.8rem 2rem; text-align: center;
}
.bandeau-actu p { font-size: 0.88rem; font-weight: 300; }
.bandeau-actu a { color: var(--or-clair, #d4c29a); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: #d9c3b6; }
.bandeau-actu a:hover { color: var(--blanc); }

/* ------------------------------------------------------------------ équipe */
.grille-equipe { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 2.4rem; }
.carte-conseiller { text-align: center; display: block; }
.carte-conseiller img, .conseiller-sansphoto {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; margin-bottom: 1.1rem;
  background: var(--beige-clair); transition: 0.4s;
}
.carte-conseiller:hover img { filter: brightness(1.05); }
.conseiller-sansphoto { display: flex; align-items: center; justify-content: center; }
.conseiller-sansphoto span { font-family: var(--serif); font-size: 3rem; color: var(--bronze); }
.carte-conseiller h2 { font-size: 1.4rem; font-weight: 400; }
.carte-conseiller p { font-size: 0.85rem; color: var(--gris); margin: 0.3rem 0 0.7rem; font-weight: 300; }
.conseiller-entete { display: flex; gap: 2.5rem; align-items: center; flex-wrap: wrap; }
.conseiller-photo { width: 180px; aspect-ratio: 3 / 4; object-fit: cover; }
.conseiller-reseaux { margin-top: 1rem; }
.conseiller-reseaux a { color: var(--terracotta); font-size: 0.8rem; letter-spacing: 0.1em; text-decoration: underline; }

/* -------------------------------------------------------------- actualités */
.liste-actus { max-width: 780px; }
.actu { padding: 2rem 0; border-bottom: 1px solid var(--beige); }
.actu.est-epinglee { background: var(--beige-clair); padding: 2rem; border: none; margin-bottom: 1rem; }
.actu h2 { font-size: 1.6rem; margin: 0.4rem 0 0.6rem; font-weight: 400; }
.actu p { font-weight: 300; color: var(--gris); margin-bottom: 0.8rem; }

/* ------------------------------------------------------------- formulaires */
.formulaire { max-width: 760px; margin-top: 2.5rem; }
.champ-groupe { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.2rem; margin-bottom: 1.2rem; }
.formulaire label, .form-visite label {
  display: block; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 1.2rem;
}
.formulaire input, .formulaire select, .formulaire textarea,
.form-visite input {
  display: block; width: 100%; font-family: var(--sans); font-size: 0.95rem; font-weight: 300;
  padding: 0.75rem 0.9rem; margin-top: 0.4rem;
  border: 1px solid rgba(30, 30, 30, 0.25); background: var(--blanc); color: var(--noir);
}
.section-sombre .formulaire input, .section-sombre .formulaire select, .section-sombre .formulaire textarea {
  border-color: rgba(30, 30, 30, 0.2);
}
.formulaire input:focus, .formulaire select:focus, .formulaire textarea:focus, .form-visite input:focus {
  outline: none; border-color: var(--terracotta);
}
.formulaire textarea { resize: vertical; }
.fourchette {
  background: var(--blanc); border-left: 3px solid var(--terracotta);
  padding: 1.1rem 1.4rem; margin: 0 0 1.4rem; font-weight: 300;
}
.fourchette strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.fourchette span { font-size: 0.8rem; color: var(--gris); }
.form-retour { margin-top: 1rem; padding: 1rem 1.2rem; background: var(--blanc); border-left: 3px solid #2f4c41; font-weight: 400; }
.form-retour.est-erreur { border-left-color: #d7221f; }
.encart-contact .form-visite { margin-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1.2rem; }
.encart-contact .form-visite input { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.25); color: var(--blanc); }
.encart-contact .form-visite input::placeholder { color: rgba(255,255,255,0.4); }
.encart-contact .form-visite .form-retour { background: transparent; color: var(--blanc); padding-left: 0; }

/* ---------------------------------------------------------------- mobile */
@media (max-width: 960px) {
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--blanc); padding: 1rem 2rem 1.6rem;
    border-bottom: 1px solid var(--beige);
  }
  .nav.est-ouvert { display: flex; }
  .nav a { padding: 0.9rem 0; border-bottom: 1px solid var(--beige-clair); }
  .burger { display: block; margin-left: auto; }
  .header-tel { margin-left: auto; }
  .burger { margin-left: 0; }
  .section { padding: 4rem 1.5rem; }
  .section-double { grid-template-columns: 1fr; gap: 3rem; }
  .detail-corps { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: 70vh; }
}

/* équipe par agence */
.section-equipe { padding-top: 3rem; padding-bottom: 2rem; }
.section-equipe .section-titre { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }

/* cartes agences */
.grille-agences { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); }
.carte-agence { background: var(--blanc); }
.carte-agence .carte-photo { aspect-ratio: 16 / 9; }
.carte-agence-nom { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; margin: 0.2rem 0 0.4rem; }
.carte-agence .lien-or { display: inline-block; margin-top: 0.8rem; }

/* mini équipe d'agence */
.mini-equipe { display: flex; flex-wrap: wrap; gap: 1.4rem 1.8rem; }
.mini-conseiller { text-align: center; width: 92px; }
.mini-conseiller img, .mini-initiales {
  width: 76px; height: 76px; border-radius: 50%; object-fit: cover; margin: 0 auto 0.5rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--beige-clair); transition: 0.3s;
}
.mini-initiales { font-family: var(--serif); font-size: 1.3rem; color: var(--bronze); }
.mini-conseiller:hover img { transform: scale(1.06); box-shadow: 0 8px 20px rgba(30,30,30,0.15); }
.mini-nom { display: block; font-size: 0.72rem; letter-spacing: 0.06em; line-height: 1.3; }

/* monogramme agence sans photo */
.agence-monogramme { display: flex; align-items: center; justify-content: center; }
.agence-monogramme span { font-family: var(--serif); font-size: 3.4rem; font-style: italic; color: var(--bronze); }

/* recherche du héros */
.hero-recherche {
  display: flex; gap: 0.6rem; flex-wrap: wrap; justify-content: center;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(6px);
  padding: 1rem; margin-bottom: 1.8rem;
}
.hero-recherche select {
  font-family: var(--sans); font-size: 0.88rem; font-weight: 300;
  padding: 0.85rem 1rem; border: none; background: var(--blanc); color: var(--noir);
  min-width: 180px; cursor: pointer;
}
.hero-recherche .btn { padding: 0.85rem 2rem; }

/* carte stylisée du secteur */
.carte-secteur { width: 100%; height: auto; display: block; max-width: 1000px; margin: 0 auto; }
.carte-fond { fill: var(--blanc); opacity: 0.55; }
.carte-point circle { fill: var(--terracotta); opacity: 0.85; transition: 0.25s; }
.carte-point.est-majeur circle { fill: var(--noir); }
.carte-point text {
  text-anchor: middle; font-family: var(--sans); font-size: 15px; font-weight: 600;
  fill: var(--noir); letter-spacing: 0.02em;
}
.carte-point .carte-prix-texte { font-size: 13px; font-weight: 400; fill: var(--gris); font-style: italic; }
.carte-point:hover circle { transform: scale(1.35); opacity: 1; }
.carte-point:hover text { fill: var(--terracotta); }

/* vidéo d'agence */
.cadre-video { position: relative; aspect-ratio: 16 / 9; max-width: 880px; }
.cadre-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* carte Leaflet des communes */
.carte-communes { height: 520px; max-width: 1000px; margin: 0 auto; border: 1px solid var(--beige); }
.etiquette-commune { background: var(--blanc); border: 1px solid var(--beige); padding: 0.2rem 0.55rem;
  white-space: nowrap; box-shadow: 0 2px 8px rgba(30,30,30,0.12); width: auto !important; height: auto !important;
  transform: translate(-50%, -50%); font-family: var(--sans); line-height: 1.25; text-align: center; }
.etiquette-commune strong { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.03em; }
.etiquette-commune span { display: block; font-size: 10px; color: var(--terracotta); }
.etiquette-commune.est-majeure { border-color: var(--noir); }
.etiquette-commune.est-majeure strong { font-size: 12px; }
.leaflet-popup-content a { color: var(--terracotta); font-weight: 600; }

/* pastilles métiers & secteur */
.pastilles { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.5rem; }
.pastille { display: inline-flex; align-items: baseline; gap: 0.45rem; padding: 0.5rem 1.2rem;
  border: 1px solid var(--beige); background: var(--beige-clair);
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.pastille small { font-size: 0.72rem; letter-spacing: 0.02em; text-transform: none; font-weight: 400; color: var(--terracotta); }
.pastille.est-lien { background: var(--blanc); transition: 0.25s; }
.pastille.est-lien:hover { border-color: var(--terracotta); color: var(--terracotta); }

/* héros d'agence */
.hero-agence { min-height: 66vh; }
.badge-google-hero { color: var(--blanc); margin-top: 0.4rem; margin-bottom: 1.6rem; }
.badge-google-hero a { border-bottom-color: rgba(255,255,255,0.5); }

/* pied de page resserré */
.footer-adresse { font-style: normal; font-size: 0.88rem; font-weight: 300; line-height: 1.9; margin-bottom: 0.9rem; }
.footer-adresse a { color: var(--blanc); }
.footer-adresse a:hover { color: var(--or-clair, #d4c29a); }
.footer-horaires { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-bottom: 0.6rem; }
.footer-note { font-size: 0.8rem; color: rgba(255,255,255,0.55); }
.footer-note a { text-decoration: underline; }

/* lisibilité des héros d'agence (fonds parfois clairs) */
.hero-agence .hero-voile {
  background: linear-gradient(180deg, rgba(20,18,16,0.6) 0%, rgba(20,18,16,0.45) 50%, rgba(20,18,16,0.7) 100%);
}
.hero-agence .hero-contenu { text-shadow: 0 1px 14px rgba(0,0,0,0.45); }
.hero-agence .btn { text-shadow: none; }

/* bouton d'appel : libellé + numéro insécable sur deux lignes */
.btn-tel { padding: 0.8rem 1rem; }
.btn-tel span { display: block; font-size: 0.62rem; letter-spacing: 0.26em; opacity: 0.8; }
.btn-tel strong { display: block; font-size: 1.05rem; letter-spacing: 0.12em; white-space: nowrap; font-weight: 600; margin-top: 0.15rem; }

/* boutons de l'encart contact tous alignés à la même largeur */
.btn-bloc { width: 100%; }
.footer-agence { font-style: normal; font-size: 0.82rem; font-weight: 300; line-height: 1.65; margin-bottom: 0.9rem; }
.footer-agence strong { font-weight: 600; letter-spacing: 0.04em; }
.footer-agence a:hover { color: #fff; }

/* bande de vendus défilante au doigt sur mobile */
@media (max-width: 960px) {
  .bande-defilante {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 1rem; padding-bottom: 1rem; -webkit-overflow-scrolling: touch;
  }
  .bande-defilante::-webkit-scrollbar { height: 4px; }
  .bande-defilante::-webkit-scrollbar-thumb { background: var(--beige); }
  .bande-defilante .carte { flex: 0 0 72%; scroll-snap-align: start; }
}

/* icônes sociales par agence dans le pied de page */
.rs-agence { margin: 0.4rem 0 0.2rem; gap: 0.5rem; }
.rs-agence a { width: 26px; height: 26px; opacity: 0.7; }
.rs-agence svg { width: 12px; height: 12px; }

/* visionneuse photos plein écran */
.visionneuse {
  position: fixed; inset: 0; z-index: 200; background: rgba(15, 13, 11, 0.96);
  display: flex; align-items: center; justify-content: center;
}
.visionneuse[hidden] { display: none; }
.visionneuse img { max-width: 92vw; max-height: 88vh; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.visionneuse-fermer {
  position: absolute; top: 1rem; right: 1.4rem; z-index: 2;
  background: none; border: none; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: 0.8;
}
.visionneuse-fermer:hover { opacity: 1; }
.visionneuse-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.3); color: #fff;
  width: 52px; height: 52px; border-radius: 50%; font-size: 1.9rem; line-height: 1; cursor: pointer; transition: 0.2s;
}
.visionneuse-nav:hover { background: rgba(255,255,255,0.22); }
.visionneuse-prec { left: 1.2rem; }
.visionneuse-suiv { right: 1.2rem; }
.visionneuse-compteur {
  position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.75); font-size: 0.8rem; letter-spacing: 0.2em;
}
.galerie-item { cursor: zoom-in; }
@media (max-width: 700px) {
  .visionneuse-nav { width: 42px; height: 42px; font-size: 1.5rem; }
  .visionneuse-prec { left: 0.5rem; }
  .visionneuse-suiv { right: 0.5rem; }
}
