/* ==========================================================================
   Solor'Drone — solordrone.fr
   Charte : noir #1B1617, rouge #EE3435, Orbitron (grands titres), Exo 2 (texte)
   ========================================================================== */

/* ---------- Polices ---------- */
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-SemiBold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- Variables ---------- */
:root {
  --noir: #1B1617;
  --noir-2: #241E1F;
  --anthracite: #2C2F31;
  --rouge: #EE3435;
  --rouge-fonce: #B61F29;
  --blanc: #FFFFFF;
  --gris-bg: #F4F3F2;
  --gris-ligne: #E4E1E0;
  --texte: #2C2F31;
  --texte-inverse: #EDEAEA;
  --titre: 'Orbitron', 'Exo 2', sans-serif;
  --corps: 'Exo 2', 'Segoe UI', sans-serif;
  --largeur: 1180px;
  --header-h: 76px;
  --ombre: 0 18px 50px -18px rgba(27, 22, 23, .35);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--corps);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--texte);
  background: var(--blanc);
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--rouge-fonce); }
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--rouge);
  outline-offset: 3px;
}
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--rouge); color: #fff; padding: .7rem 1.2rem; z-index: 200;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; }

h1, h2 {
  font-family: var(--titre);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
h3, h4 {
  font-family: var(--corps);
  font-weight: 700;
  letter-spacing: .04em;
  margin: 0 0 .6rem;
}
p { margin: 0 0 1rem; }
.conteneur {
  width: min(100% - 2.5rem, var(--largeur));
  margin-inline: auto;
}

/* ---------- Boutons ---------- */
.btn {
  display: inline-block;
  font-family: var(--corps);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .95rem 1.9rem;
  border: 2px solid transparent;
  cursor: pointer;
  transform: skewX(-6deg);
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.btn > span { display: inline-block; transform: skewX(6deg); }
.btn-rouge {
  background: var(--rouge);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(238, 52, 53, .55);
}
.btn-rouge:hover { background: var(--rouge-fonce); }
.btn-contour {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .65);
}
.btn-contour:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }
.btn-contour-sombre {
  background: transparent;
  color: var(--noir);
  border-color: var(--noir);
}
.btn-contour-sombre:hover { background: var(--noir); color: #fff; }

/* ---------- En-tête ---------- */
.entete {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(20, 16, 17, .82), rgba(20, 16, 17, .55) 70%, transparent);
  transition: background .3s, box-shadow .3s;
}
.entete.compact {
  background: rgba(20, 16, 17, .96);
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, .6);
}
.entete-inner {
  width: min(100% - 2.5rem, 1320px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.logo-lien { display: flex; align-items: center; flex-shrink: 0; }
.logo-lien img { height: 46px; width: auto; }
.nav-principale { margin-left: auto; }
.nav-principale ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 1.5rem;
}
.nav-principale a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .03em;
  padding: .4rem 0;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
.nav-principale a:hover,
.nav-principale a[aria-current="page"] { border-bottom-color: var(--rouge); }
.nav-tel {
  color: #fff; text-decoration: none; font-weight: 700;
  font-size: 1rem; letter-spacing: .04em; white-space: nowrap;
}
.nav-tel:hover { color: var(--rouge); }
.nav-devis { flex-shrink: 0; }
.nav-devis .btn { padding: .65rem 1.3rem; font-size: .9rem; }

/* Sous-menu prestations */
.a-sous-menu { position: relative; }
.a-sous-menu > a::after {
  content: ""; display: inline-block; margin-left: .45em;
  border: 5px solid transparent; border-top-color: currentColor;
  transform: translateY(3px);
}
.sous-menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--noir);
  border-top: 3px solid var(--rouge);
  min-width: 300px;
  padding: .5rem 0;
  opacity: 0; visibility: hidden;
  transition: opacity .2s, transform .2s, visibility .2s;
  box-shadow: var(--ombre);
}
.a-sous-menu:hover .sous-menu,
.a-sous-menu:focus-within .sous-menu {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.sous-menu ul { display: block; }
.sous-menu li + li { border-top: 1px solid rgba(255, 255, 255, .08); }
.sous-menu a {
  display: block; padding: .7rem 1.3rem; border-bottom: none;
  font-weight: 500;
}
.sous-menu a:hover { background: rgba(238, 52, 53, .14); color: #fff; }

/* Burger */
.burger {
  display: none;
  margin-left: auto;
  background: none; border: 0; cursor: pointer;
  width: 46px; height: 46px; padding: 10px;
}
.burger span {
  display: block; height: 3px; background: #fff; margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 1023px) {
  .burger { display: block; }
  .nav-devis { display: none; }
  .nav-tel-haut .nav-tel { color: var(--rouge); }
  .nav-principale {
    position: fixed;
    top: var(--header-h); left: 0; right: 0;
    background: rgba(20, 16, 17, .98);
    padding: 1rem 1.4rem 2rem;
    transform: translateY(-130%);
    transition: transform .3s;
    max-height: calc(100vh - var(--header-h));
    overflow: auto;
  }
  .nav-principale.ouverte { transform: translateY(0); }
  .nav-principale ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-principale > ul > li { border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .nav-principale a { display: block; padding: .9rem 0; font-size: 1.06rem; }
  .a-sous-menu > a::after { display: none; }
  .sous-menu {
    position: static; transform: none; opacity: 1; visibility: visible;
    background: none; border-top: 0; box-shadow: none; min-width: 0;
    padding: 0 0 .4rem 1rem;
  }
  .sous-menu a { padding: .55rem 0; font-size: .98rem; color: #cfc9c9; }
}

/* ---------- Héros ---------- */
.heros {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: var(--noir);
}
.heros-media, .heros-media video, .heros-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
}
.heros::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(76deg, rgba(20, 15, 16, .88) 0%, rgba(20, 15, 16, .62) 42%, rgba(20, 15, 16, .18) 78%),
    linear-gradient(rgba(20, 15, 16, .25), rgba(20, 15, 16, .25));
}
.heros-contenu {
  padding: calc(var(--header-h) + 3rem) 0 5.5rem;
  max-width: 780px;
}
.heros-surtitre {
  font-family: var(--corps);
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .85rem;
  color: var(--rouge);
  margin: 0 0 1.1rem;
}
.heros h1 {
  font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  font-weight: 900;
  margin-bottom: 1.2rem;
}
.heros h1 .accent { color: var(--rouge); }
.heros-texte {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 300;
  max-width: 620px;
  color: #EDE8E8;
  margin-bottom: 1.8rem;
}
.heros-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.2rem; margin-bottom: 2.4rem; }
.heros-badges {
  display: flex; flex-wrap: wrap; gap: .6rem 1.6rem;
  padding: 0; margin: 0; list-style: none;
  font-size: .92rem; font-weight: 600; letter-spacing: .05em;
  color: #DDD6D6;
}
.heros-badges li { display: flex; align-items: center; gap: .5rem; }
.heros-badges .puce {
  width: 9px; height: 9px; background: var(--rouge);
  transform: rotate(45deg); flex-shrink: 0;
}

/* Héros interne (pages prestation) */
.heros-page { min-height: 62vh; }
.heros-page .heros-contenu { padding-bottom: 4rem; }
.fil-ariane {
  font-size: .9rem; margin: 0 0 1rem; color: #CFC8C8;
}
.fil-ariane a { color: #fff; text-decoration: none; }
.fil-ariane a:hover { text-decoration: underline; }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.section-sombre {
  background: var(--noir);
  color: var(--texte-inverse);
}
.section-grise { background: var(--gris-bg); }
.section-titre-bloc { max-width: 720px; margin-bottom: 3rem; }
.surtitre {
  font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
  font-size: .82rem; color: var(--rouge); margin: 0 0 .8rem;
}
.section h2 { font-size: clamp(1.45rem, 3vw, 2.15rem); color: var(--noir); }
.section-sombre h2 { color: #fff; }
.trait {
  width: 64px; height: 4px; background: var(--rouge);
  border: 0; margin: 1.2rem 0 0;
}
.section-intro { font-size: 1.1rem; font-weight: 300; }

/* Bande diagonale de transition (motif du dépliant) */
.diagonale {
  height: 84px;
  background: linear-gradient(to bottom right, transparent 49.6%, var(--noir) 50%);
  position: relative;
}
.diagonale::after {
  content: "";
  position: absolute; inset: auto 0 0 0; height: 84px;
  background: linear-gradient(to bottom right, transparent 48%, var(--rouge) 48.2%, var(--rouge) 50%, transparent 50.2%);
}

/* ---------- Cartes prestations ---------- */
.grille-prestations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.6rem;
}
.carte-prestation {
  position: relative;
  display: flex; flex-direction: column;
  background: #fff;
  box-shadow: var(--ombre);
  text-decoration: none;
  color: var(--texte);
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.carte-prestation:hover { transform: translateY(-6px); }
.carte-prestation figure { margin: 0; position: relative; overflow: hidden; aspect-ratio: 16 / 10; }
.carte-prestation figure img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s;
}
.carte-prestation:hover figure img { transform: scale(1.05); }
.carte-prestation figure::after {
  content: "";
  position: absolute; inset: auto 0 0 0; height: 5px;
  background: var(--rouge);
}
.carte-corps { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.carte-corps h3 {
  font-family: var(--titre); font-weight: 700; font-size: 1.02rem;
  letter-spacing: .05em; text-transform: uppercase; color: var(--noir);
}
.carte-corps p { font-size: .98rem; margin-bottom: 1.1rem; }
.carte-lien {
  margin-top: auto;
  font-weight: 700; font-size: .92rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--rouge-fonce);
}
.carte-lien::after { content: " →"; }

/* ---------- Atouts (pourquoi un drone) ---------- */
.grille-atouts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem 2.4rem;
}
.atout { border-left: 3px solid var(--rouge); padding-left: 1.1rem; }
.atout h3 {
  font-family: var(--titre); font-size: .95rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.section-sombre .atout h3 { color: #fff; }
.atout p { font-size: .97rem; margin: 0; color: inherit; }

/* ---------- Chiffres clés ---------- */
.grille-chiffres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 2.5rem 2rem;
  text-align: left;
}
.chiffre-valeur {
  font-family: var(--titre);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  color: var(--rouge);
  line-height: 1.05;
  margin-bottom: .45rem;
  white-space: nowrap;
}
.chiffre-libelle { font-size: .98rem; color: #CFC8C8; margin: 0; }

/* ---------- Étapes ---------- */
.grille-etapes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.6rem;
  counter-reset: etape;
}
.etape {
  background: #fff;
  padding: 1.6rem 1.5rem 1.5rem;
  box-shadow: var(--ombre);
  position: relative;
}
.etape-num {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px;
  background: var(--rouge); color: #fff;
  font-family: var(--titre); font-weight: 700; font-size: 1.15rem;
  margin-bottom: 1rem;
  transform: skewX(-6deg);
}
.etape-num > span { transform: skewX(6deg); }
.etape h3 {
  font-family: var(--titre); font-size: .95rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--noir);
}
.etape p { font-size: .95rem; margin: 0; }

/* ---------- Matériel ---------- */
.bloc-media {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 3rem;
  align-items: center;
}
.bloc-media.inverse { direction: rtl; }
.bloc-media.inverse > * { direction: ltr; }
.bloc-media figure { margin: 0; box-shadow: var(--ombre); position: relative; }
.bloc-media figure img, .bloc-media figure video { width: 100%; }
.bloc-media figcaption {
  position: absolute; inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(20, 15, 16, .85));
  color: #EDE8E8; font-size: .85rem; padding: 2.2rem 1rem .7rem;
}
@media (max-width: 900px) {
  .bloc-media { grid-template-columns: 1fr; gap: 2rem; }
}
.liste-specs { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.liste-specs li {
  display: flex; gap: .85rem; align-items: flex-start;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: .99rem;
}
.section:not(.section-sombre) .liste-specs li { border-bottom-color: var(--gris-ligne); }
.liste-specs .puce {
  width: 9px; height: 9px; background: var(--rouge);
  transform: rotate(45deg); flex-shrink: 0; margin-top: .5rem;
}
.liste-specs strong { font-weight: 700; }

/* ---------- Listes à puces génériques ---------- */
.liste-puces { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.liste-puces li {
  position: relative;
  padding: .32rem 0 .32rem 1.5rem;
  font-size: 1rem;
}
.liste-puces li::before {
  content: "";
  position: absolute; left: 2px; top: .84em;
  width: 8px; height: 8px;
  background: var(--rouge);
  transform: rotate(45deg);
}

/* ---------- Encadré ---------- */
.encadre {
  border-left: 5px solid var(--rouge);
  background: var(--gris-bg);
  padding: 1.5rem 1.7rem;
  margin: 2rem 0;
}
.section-sombre .encadre { background: var(--noir-2); }
.encadre h3 {
  font-family: var(--titre); font-size: .92rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--rouge);
}
.encadre p:last-child { margin-bottom: 0; }

/* ---------- Galerie ---------- */
.grille-galerie {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}
.grille-galerie figure {
  margin: 0; position: relative; overflow: hidden;
  box-shadow: var(--ombre);
  aspect-ratio: 4 / 3;
}
.grille-galerie img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s;
}
.grille-galerie figure:hover img { transform: scale(1.04); }
.grille-galerie figcaption {
  position: absolute; inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(20, 15, 16, .88));
  color: #EDE8E8; font-size: .88rem;
  padding: 2.4rem 1.1rem .8rem;
}

/* ---------- Comparateur visible / thermique ---------- */
.comparateur {
  --pos: 50%;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ombre);
  aspect-ratio: 5 / 4;
  user-select: none;
  background: var(--noir);
}
.comparateur img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.comparateur .calque-avant {
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.comparateur .poignee {
  position: absolute; top: 0; bottom: 0;
  left: var(--pos);
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}
.comparateur .poignee-bouton {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--rouge);
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: .05em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .45);
}
.comparateur .etiquette {
  position: absolute; top: 12px;
  padding: .3rem .7rem;
  font-size: .78rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  background: rgba(20, 15, 16, .75);
  color: #fff;
  pointer-events: none;
}
.comparateur .etiquette-g { left: 12px; border-left: 3px solid var(--rouge); }
.comparateur .etiquette-d { right: 12px; border-right: 3px solid #fff; }
.comparateur input[type="range"] {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  margin: 0; padding: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: none;
}
.comparateur-legende {
  font-size: .9rem; color: #6E6767;
  margin-top: .8rem;
}
.section-sombre .comparateur-legende { color: #CFC8C8; }

/* ---------- Zone d'intervention ---------- */
.grille-zone {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
}
.zone-item {
  background: var(--noir-2);
  border-top: 3px solid var(--rouge);
  padding: 1.3rem 1.4rem;
}
.zone-item h3 {
  font-family: var(--titre); font-size: .95rem; letter-spacing: .07em;
  text-transform: uppercase; color: #fff; margin-bottom: .35rem;
}
.zone-item p { font-size: .93rem; color: #CFC8C8; margin: 0; }

/* ---------- Avis ---------- */
.avis-bloc { text-align: center; max-width: 640px; margin-inline: auto; }
.avis-etoiles {
  font-size: 2rem; letter-spacing: .3rem; color: var(--rouge);
  margin-bottom: .6rem;
}
.avis-note {
  font-family: var(--titre); font-size: 2.6rem; font-weight: 900;
  color: var(--noir); margin: 0 0 .4rem;
}
.avis-bloc p { font-size: 1rem; }

/* ---------- Appel final ---------- */
.cta-final {
  position: relative;
  background: linear-gradient(76deg, rgba(20, 15, 16, .92) 0%, rgba(20, 15, 16, .55) 60%, rgba(20, 15, 16, .35)),
              var(--noir);
  background-size: cover;
  color: #fff;
  text-align: left;
}
.cta-final .conteneur { position: relative; }
.cta-final h2 { color: #fff; max-width: 640px; }
.cta-final p { max-width: 560px; font-weight: 300; font-size: 1.12rem; }
.cta-final .heros-actions { margin-bottom: 0; margin-top: 1.8rem; }
.cta-tel {
  font-family: var(--titre); font-size: clamp(1.3rem, 3vw, 1.9rem);
  color: #fff; text-decoration: none; letter-spacing: .06em;
}
.cta-tel:hover { color: var(--rouge); }

/* ---------- Formulaire devis ---------- */
.formulaire {
  background: #fff;
  box-shadow: var(--ombre);
  padding: 2.4rem clamp(1.2rem, 4vw, 2.8rem) 2.6rem;
  max-width: 860px;
}
.form-grille {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 1.5rem;
}
.form-grille .pleine-largeur { grid-column: 1 / -1; }
@media (max-width: 680px) { .form-grille { grid-template-columns: 1fr; } }
.champ label {
  display: block;
  font-weight: 600; font-size: .92rem; letter-spacing: .03em;
  margin-bottom: .35rem;
}
.champ .facultatif { color: #8B8484; font-weight: 400; }
.champ input, .champ select, .champ textarea {
  width: 100%;
  font: inherit;
  padding: .78rem .9rem;
  border: 1.5px solid var(--gris-ligne);
  border-radius: 0;
  background: var(--gris-bg);
  transition: border-color .2s, background .2s;
}
.champ input:focus, .champ select:focus, .champ textarea:focus {
  outline: none;
  border-color: var(--rouge);
  background: #fff;
}
.champ textarea { min-height: 140px; resize: vertical; }
.champ-consentement { display: flex; gap: .75rem; align-items: flex-start; font-size: .92rem; }
.champ-consentement input { width: 20px; height: 20px; margin-top: .2rem; flex-shrink: 0; }
.form-note { font-size: .88rem; color: #6E6767; margin-top: 1rem; }
.hp-champ { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-erreur {
  background: #FCE9E9; border-left: 5px solid var(--rouge);
  padding: 1rem 1.2rem; margin-bottom: 1.4rem; font-weight: 600;
}
.form-ok {
  background: #EAF6EC; border-left: 5px solid #2E8B44;
  padding: 1rem 1.2rem; margin-bottom: 1.4rem; font-weight: 600;
}

/* ---------- Pied de page ---------- */
.pied {
  background: var(--noir);
  color: #CFC8C8;
  padding: 4rem 0 0;
  font-size: .95rem;
}
.pied a { color: #fff; text-decoration: none; }
.pied a:hover { color: var(--rouge); text-decoration: none; }
.pied-grille {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.6rem;
}
@media (max-width: 900px) { .pied-grille { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pied-grille { grid-template-columns: 1fr; } }
.pied-logo img { height: 52px; width: auto; margin-bottom: 1.1rem; }
.pied h3 {
  font-family: var(--titre); font-size: .85rem; letter-spacing: .12em;
  text-transform: uppercase; color: #fff; margin-bottom: 1rem;
}
.pied ul { list-style: none; margin: 0; padding: 0; }
.pied li { padding: .28rem 0; }
.pied-bas {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 1.3rem 0;
  display: flex; flex-wrap: wrap; gap: .6rem 2rem;
  justify-content: space-between;
  font-size: .85rem; color: #9C9494;
}
.pied-bas a { color: #9C9494; }
.reseaux { display: flex; gap: .9rem; margin-top: 1.2rem; }
.reseaux a {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border: 1.5px solid rgba(255, 255, 255, .35);
  transition: border-color .2s, background .2s;
}
.reseaux a:hover { border-color: var(--rouge); background: rgba(238, 52, 53, .15); }
.reseaux svg { width: 20px; height: 20px; fill: #fff; }

/* ---------- Ken Burns (zoom lent) sur les bannières photo ---------- */
@keyframes ken-burns {
  from { transform: scale(1); }
  to   { transform: scale(1.09); }
}
.heros-page .heros-media > img {
  animation: ken-burns 22s ease-in-out infinite alternate;
  will-change: transform;
}

/* ---------- FAQ (accordéon) ---------- */
.faq { max-width: 860px; }
.faq details {
  background: #fff;
  box-shadow: var(--ombre);
  margin-bottom: .9rem;
  border-left: 4px solid var(--gris-ligne);
  transition: border-color .25s;
}
.faq details[open] { border-left-color: var(--rouge); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.3rem;
  font-weight: 700;
  font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex-shrink: 0;
  display: grid; place-items: center;
  width: 30px; height: 30px;
  color: var(--rouge);
  font-size: 1.5rem; font-weight: 400; line-height: 1;
  transition: transform .3s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-reponse {
  padding: 0 1.3rem 1.2rem;
  font-size: .98rem;
}
.faq .faq-reponse p:last-child { margin-bottom: 0; }

/* ---------- Entrée animée des bannières ---------- */
@keyframes entree-heros {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
.heros-contenu > * {
  animation: entree-heros .8s cubic-bezier(.2, .7, .3, 1) both;
}
.heros-contenu > :nth-child(1) { animation-delay: .1s; }
.heros-contenu > :nth-child(2) { animation-delay: .22s; }
.heros-contenu > :nth-child(3) { animation-delay: .34s; }
.heros-contenu > :nth-child(4) { animation-delay: .46s; }
.heros-contenu > :nth-child(5) { animation-delay: .58s; }

/* ---------- Animations d'apparition ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .heros-media video { display: none; }
  .heros-contenu > * { animation: none; }
  .heros-page .heros-media > img { animation: none; }
}

/* ---------- Divers ---------- */
.texte-centre { text-align: center; }
.marge-haut { margin-top: 2.4rem; }
.note-legale { font-size: .85rem; color: #8B8484; }
.page-legale h2 { font-size: 1.25rem; margin-top: 2.4rem; }
.page-legale .conteneur { max-width: 860px; }
.a-completer { background: #FFF3B8; padding: 0 .25em; }
