﻿/* ===== RESET & ROOT ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
:root {
  --or:       #C9A84C;
  --or-h:     #B8962E;
  --or-pale:  #FBF6EC;
  --noir:     #1A1A1A;
  --g1:       #333;
  --g2:       #555;
  --g3:       #888;
  --gbg:      #F4F4F4;
  --blanc:    #FFFFFF;
  --bleu:     #141414;
  --bleu2:    #0A0A0A;
  --bord:     #E4E4E4;
  --ft:       'Oswald', sans-serif;
  --fb:       'Open Sans', sans-serif;
  --r:        3px;
}
body { background: var(--blanc); color: var(--noir); font-family: var(--fb); line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
mark { background: none; color: inherit; }

/* ===== TOPBAR ===== */
.topbar { background: var(--noir); padding: 0 60px; height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar-left { display: flex; align-items: center; gap: 24px; }
.t-item { display: flex; align-items: center; gap: 7px; font-size: 0.74rem; color: rgba(255,255,255,0.55); }
.t-item svg { width: 12px; height: 12px; stroke: var(--or); fill: none; stroke-width: 2; flex-shrink: 0; }
.t-sep { width: 1px; height: 14px; background: rgba(255,255,255,0.12); }

/* ===== NAV ===== */
nav { position: sticky; top: 0; z-index: 200; background: var(--blanc); border-bottom: 3px solid var(--or); padding: 0 60px; height: 62px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 2px 12px rgba(0,0,0,0.07); }
.nav-logo { font-family: var(--ft); font-weight: 700; font-size: 1.28rem; letter-spacing: 0.04em; color: var(--noir); text-decoration: none; display: flex; align-items: center; gap: 10px; }
.nav-logo-box { width: 34px; height: 34px; background: var(--or); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo-box svg { width: 20px; height: 20px; stroke: var(--noir); fill: none; stroke-width: 1.9; }
.nav-logo span { color: var(--or); }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a { display: block; padding: 8px 14px; font-family: var(--fb); font-size: 0.79rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--g2); text-decoration: none; transition: color 0.2s; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--or); }
.nav-links a.active { color: var(--or); border-bottom-color: var(--or); }
.nav-cta { background: var(--or) !important; color: var(--noir) !important; padding: 9px 20px !important; border-radius: var(--r); font-weight: 700 !important; border-bottom: none !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--or-h) !important; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--bord); background: var(--blanc); align-items: center; justify-content: center; gap: 4px; flex-direction: column; cursor: pointer; border-radius: var(--r); }
.nav-toggle span { width: 18px; height: 2px; background: var(--noir); transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ===== HERO ===== */
.hero { position: relative; height: 580px; background: var(--bleu); overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 62%; opacity: 0.46; display: block; pointer-events: none; transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(17,17,17,0.96) 45%, rgba(17,17,17,0.38) 78%, transparent 100%); display: flex; align-items: center; padding: 0 60px; }
.hero-content { max-width: 600px; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(201,168,76,0.45); padding: 5px 14px; margin-bottom: 20px; }
.hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--or); }
.hero-badge span { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--or); }
.hero h1 { font-family: var(--ft); font-weight: 700; font-size: clamp(2.4rem, 4.8vw, 3.8rem); color: var(--blanc); line-height: 1.06; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 18px; }
.hero h1 mark { background: none; color: inherit; }
.hero-desc { font-size: 0.96rem; color: rgba(255,255,255,0.76); line-height: 1.8; margin-bottom: 30px; font-weight: 300; max-width: 500px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== BANDEAU STATS — placé APRÈS le hero dans le flux normal ===== */
.stats-bar { display: flex; background: #111; border-top: none; border-bottom: 3px solid rgba(201,168,76,0.25); position: relative; z-index: 1; }
.stat-item { flex: 1; padding: 18px 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,0.07); }
.stat-item:last-child { border-right: none; }
.stat-icon { width: 38px; height: 38px; background: rgba(201,168,76,0.13); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stat-icon svg { width: 16px; height: 16px; stroke: var(--or); fill: none; stroke-width: 2; }
.stat-val { font-family: var(--ft); font-size: 1.25rem; font-weight: 700; color: var(--blanc); line-height: 1; }
.stat-lab { font-size: 0.7rem; color: rgba(255,255,255,0.5); margin-top: 3px; line-height: 1.4; }

/* ===== BANDE CONTACT ===== */
.bande { background: var(--bleu); padding: 13px 60px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.bande-items { display: flex; gap: 28px; flex-wrap: wrap; }
.b-item { display: flex; align-items: center; gap: 7px; font-size: 0.79rem; color: rgba(255,255,255,0.68); font-weight: 500; }
.b-item svg { width: 13px; height: 13px; stroke: var(--or); fill: none; stroke-width: 2; flex-shrink: 0; }
.bande-cta { display: flex; align-items: center; gap: 9px; background: var(--or); padding: 9px 22px; border-radius: var(--r); text-decoration: none; transition: background 0.2s; }
.bande-cta:hover { background: var(--or-h); }
.bande-cta svg { width: 14px; height: 14px; stroke: var(--noir); fill: none; stroke-width: 2; flex-shrink: 0; }
.bande-cta span { font-family: var(--ft); font-size: 1rem; font-weight: 700; color: var(--noir); letter-spacing: 0.04em; }

/* ===== BOUTONS ===== */
.btn-p { display: inline-flex; align-items: center; gap: 8px; background: var(--or); color: var(--noir); padding: 12px 24px; font-size: 0.83rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; text-decoration: none; font-family: var(--fb); border-radius: var(--r); transition: background 0.2s; border: 2px solid var(--or); }
.btn-p svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; flex-shrink: 0; }
.btn-p:hover { background: var(--or-h); border-color: var(--or-h); }
.btn-s { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--blanc); padding: 12px 24px; font-size: 0.83rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; text-decoration: none; font-family: var(--fb); border-radius: var(--r); border: 2px solid rgba(255,255,255,0.42); transition: border-color 0.2s, color 0.2s; }
.btn-s svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; }
.btn-s:hover { border-color: var(--or); color: var(--or); }
.btn-dark { display: inline-flex; align-items: center; gap: 8px; background: var(--noir); color: var(--blanc); padding: 12px 24px; font-size: 0.83rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; text-decoration: none; font-family: var(--fb); border-radius: var(--r); border: 2px solid var(--noir); transition: background 0.2s; }
.btn-dark svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; }
.btn-dark:hover { background: #000; }
.btn-od { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--noir); padding: 12px 24px; font-size: 0.83rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; text-decoration: none; font-family: var(--fb); border-radius: var(--r); border: 2px solid var(--noir); transition: background 0.2s, color 0.2s; }
.btn-od svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; }
.btn-od:hover { background: var(--noir); color: var(--blanc); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--or); padding: 11px 22px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; font-family: var(--fb); border-radius: var(--r); border: 2px solid var(--or); transition: background 0.2s, color 0.2s; }
.btn-outline svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; }
.btn-outline:hover { background: var(--or); color: var(--noir); }

/* ===== PAGE HERO (pages intérieures) ===== */
.page-hero { padding: 56px 60px 52px; background: var(--bleu); border-bottom: 3px solid rgba(201,168,76,0.3); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.08); pointer-events: none; }
.breadcrumb { font-size: 0.75rem; color: rgba(255,255,255,0.38); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: rgba(201,168,76,0.7); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--or); }
.breadcrumb svg { width: 10px; height: 10px; stroke: rgba(255,255,255,0.25); fill: none; stroke-width: 2; }
.page-hero h1 { font-family: var(--ft); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--blanc); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 16px; line-height: 1.1; }
.page-hero h1 mark { background: none; color: inherit; }
.page-hero p { font-size: 0.94rem; color: rgba(255,255,255,0.65); max-width: 620px; line-height: 1.8; margin-bottom: 24px; font-weight: 300; }

/* ===== SECTIONS ===== */
.sec { padding: 72px 60px; }
.sec-bg { background: var(--gbg); }
.sec-bleu { background: var(--bleu); }
.sec-bleu2 { background: var(--bleu2); }
.sec-h { margin-bottom: 48px; }
.sec-h.c { text-align: center; }
.sec-h.c .sep { margin: 14px auto 0; }
.lbl { display: inline-block; background: var(--or); color: var(--noir); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; padding: 4px 12px; margin-bottom: 12px; }
.h2 { font-family: var(--ft); font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 700; text-transform: uppercase; color: var(--noir); letter-spacing: 0.02em; line-height: 1.15; }
.h2.w { color: var(--blanc); }
.sub { font-size: 0.91rem; color: var(--g2); line-height: 1.8; max-width: 600px; margin-top: 12px; }
.sub.w { color: rgba(255,255,255,0.58); }
.sep { width: 48px; height: 3px; background: var(--or); margin-top: 14px; }

/* ===== SERVICES GRID ===== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border: 1px solid var(--bord);
}
.svc-card {
  background: var(--blanc);
  border-right: 1px solid var(--bord);
  border-bottom: 1px solid var(--bord);
  padding: 40px 32px 32px;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: background 0.22s;
}
.svc-card:nth-child(3n) { border-right: none; }
.svc-card:nth-last-child(-n+3) { border-bottom: none; }
/* ligne or qui monte depuis le bas au hover */
.svc-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--or);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.32s ease;
}
.svc-card:hover { background: var(--or-pale); }
.svc-card:hover::before { transform: scaleX(1); }

/* numéro décoratif en fond */
.svc-num {
  position: absolute; top: 18px; right: 24px;
  font-family: var(--ft); font-size: 5rem; font-weight: 700;
  color: rgba(201,168,76,0.06); line-height: 1;
  pointer-events: none; user-select: none;
  transition: color 0.22s;
}
.svc-card:hover .svc-num { color: rgba(201,168,76,0.12); }

/* carte "dark" — devis */
.svc-card.dark { background: var(--bleu); border-color: rgba(255,255,255,0.08); }
.svc-card.dark .svc-t { color: var(--blanc); }
.svc-card.dark .svc-d { color: rgba(255,255,255,0.55); }
.svc-card.dark .svc-lien { color: var(--or); }
.svc-card.dark .svc-num { color: rgba(255,255,255,0.04); }
.svc-card.dark:hover { background: #202020; }
.svc-card.dark::before { background: var(--or); }

/* icône */
.svc-icon {
  width: 64px; height: 64px;
  background: rgba(201,168,76,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; flex-shrink: 0;
  transition: background 0.22s;
}
.svc-icon svg { width: 32px; height: 32px; stroke: var(--or); fill: none; stroke-width: 1.5; }
.svc-card:hover .svc-icon { background: rgba(201,168,76,0.2); }
.svc-card.dark .svc-icon { background: rgba(201,168,76,0.14); }
.svc-card.dark:hover .svc-icon { background: rgba(201,168,76,0.22); }

.svc-t {
  font-family: var(--ft); font-size: 1.15rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--noir); margin-bottom: 12px;
  line-height: 1.25;
}
.svc-d { font-size: 0.87rem; color: var(--g2); line-height: 1.85; flex: 1; margin-bottom: 22px; }
.svc-lien {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--or); margin-top: auto;
}
.svc-lien svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; transition: transform 0.2s; }
.svc-card:hover .svc-lien svg { transform: translateX(5px); }

/* ===== PHOTOS GRID ===== */
.photos-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 5px; }
.ph-item { position: relative; overflow: hidden; background: var(--gbg); }
.ph-item:first-child { grid-row: 1 / -1; }
.ph-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s; }
.ph-item:hover img { transform: scale(1.05); }
.ph-cap { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(10,10,10,0.9), transparent); padding: 28px 16px 12px; }
.ph-cap-t { font-size: 0.77rem; font-weight: 700; color: var(--blanc); text-transform: uppercase; letter-spacing: 0.08em; }
.ph-cap-s { font-size: 0.71rem; color: var(--or); font-weight: 600; margin-top: 2px; }

/* ===== ATOUTS ===== */
.atouts-list { list-style: none; margin-top: 24px; }
.atout { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--bord); }
.atout:first-child { border-top: 1px solid var(--bord); }
.atout:last-child { border-bottom: none; }
.atout-ico { width: 44px; height: 44px; background: var(--or); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.atout-ico svg { width: 20px; height: 20px; stroke: var(--noir); fill: none; stroke-width: 2; }
.atout h4 { font-size: 0.92rem; font-weight: 700; color: var(--noir); margin-bottom: 5px; letter-spacing: 0.01em; }
.atout p { font-size: 0.84rem; color: var(--g2); line-height: 1.7; }

/* ===== VILLES ===== */
.villes-wrap { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 24px; }
.vpill { background: var(--blanc); border: 1px solid var(--bord); padding: 5px 14px; font-size: 0.78rem; color: var(--g2); font-weight: 500; border-radius: 2px; transition: border-color 0.2s, color 0.2s; }
.vpill:hover { border-color: var(--or); color: var(--or); }

/* ===== CHIFFRES ===== */
.chiffres { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid rgba(255,255,255,0.07); margin-top: 56px; }
.chiffre {
  padding: 44px 28px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative; overflow: hidden;
  transition: background 0.22s;
}
.chiffre:last-child { border-right: none; }
.chiffre::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 36px; height: 3px; background: var(--or);
}
.chiffre:hover { background: rgba(255,255,255,0.03); }
.chiffre-v { font-family: var(--ft); font-size: 3.4rem; font-weight: 700; color: var(--or); line-height: 1; }
.chiffre-u { font-size: 1.6rem; }
.chiffre-l { font-size: 0.79rem; color: rgba(255,255,255,0.5); margin-top: 12px; line-height: 1.6; text-transform: uppercase; letter-spacing: 0.06em; }

/* ===== TEMOIGNAGES ===== */
.temo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid rgba(255,255,255,0.07); margin-top: 48px; }
.temo {
  background: rgba(255,255,255,0.03);
  border-right: 1px solid rgba(255,255,255,0.07);
  padding: 36px 30px;
  position: relative; overflow: hidden;
}
.temo:last-child { border-right: none; }
.temo::before {
  content: '"';
  position: absolute; top: 16px; right: 22px;
  font-family: Georgia, serif; font-size: 6rem; line-height: 1;
  color: rgba(201,168,76,0.1); pointer-events: none;
}
.temo-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.temo-stars svg { width: 14px; height: 14px; fill: var(--or); stroke: none; }
.temo-txt { font-size: 0.88rem; color: rgba(255,255,255,0.8); line-height: 1.9; margin-bottom: 22px; font-style: italic; }
.temo-bot { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.07); }
.temo-av { width: 38px; height: 38px; border-radius: 50%; background: var(--or); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.temo-av svg { width: 16px; height: 16px; stroke: var(--noir); fill: none; stroke-width: 2; }
.temo-name { font-size: 0.8rem; font-weight: 700; color: var(--or); letter-spacing: 0.06em; text-transform: uppercase; }
.temo-city { font-size: 0.73rem; color: rgba(255,255,255,0.38); margin-top: 2px; }

/* ===== CTA FINAL ===== */
.cta-band { background: var(--or); padding: 52px 60px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-family: var(--ft); font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 700; color: var(--noir); text-transform: uppercase; }
.cta-band-sub { font-size: 0.87rem; color: rgba(28,28,28,0.62); margin-top: 8px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-band-sub span { display: flex; align-items: center; gap: 6px; }
.cta-band-sub svg { width: 13px; height: 13px; stroke: rgba(28,28,28,0.55); fill: none; stroke-width: 2; }
.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* ===== SEO BLOC ===== */
.seo-bloc { background: var(--gbg); padding: 56px 60px; }
.seo-inner { max-width: 900px; margin: 0 auto; }
.seo-inner h2 { font-family: var(--ft); font-size: 1.4rem; font-weight: 700; color: var(--noir); text-transform: uppercase; margin-bottom: 16px; letter-spacing: 0.02em; }
.seo-inner p { font-size: 0.87rem; color: var(--g2); line-height: 1.9; margin-bottom: 14px; }
.seo-inner strong { color: var(--noir); font-weight: 600; }
.seo-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 28px; }
.seo-cols h3 { font-family: var(--ft); font-size: 1.05rem; color: var(--or); text-transform: uppercase; margin-bottom: 10px; letter-spacing: 0.03em; }

/* ===== FOOTER ===== */
footer { background: #111; padding: 56px 60px 28px; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 44px; }
.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo-box { width: 32px; height: 32px; background: var(--or); display: flex; align-items: center; justify-content: center; }
.footer-logo-box svg { width: 18px; height: 18px; stroke: var(--noir); fill: none; stroke-width: 1.9; }
.footer-logo-txt { font-family: var(--ft); font-size: 1.15rem; font-weight: 700; color: var(--blanc); }
.footer-logo-txt span { color: var(--or); }
.footer-desc { font-size: 0.81rem; color: rgba(255,255,255,0.44); line-height: 1.85; margin-bottom: 18px; }
.footer-socials { display: flex; gap: 8px; }
.fsoc { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
.fsoc:hover { border-color: var(--or); background: rgba(201,168,76,0.1); }
.fsoc svg { width: 13px; height: 13px; stroke: rgba(255,255,255,0.55); fill: none; stroke-width: 1.8; transition: stroke 0.2s; }
.fsoc:hover svg { stroke: var(--or); }
.fcol-t { font-size: 0.71rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--or); margin-bottom: 16px; }
.flinks { list-style: none; }
.flinks li { margin-bottom: 9px; }
.flinks a { font-size: 0.81rem; color: rgba(255,255,255,0.48); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; gap: 7px; }
.flinks a:hover { color: var(--or); }
.flinks a svg { width: 11px; height: 11px; stroke: rgba(201,168,76,0.6); fill: none; stroke-width: 2; flex-shrink: 0; }
.fcontact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px; }
.fcontact-item svg { width: 13px; height: 13px; stroke: var(--or); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 3px; }
.fcontact-item a, .fcontact-item span { font-size: 0.81rem; color: rgba(255,255,255,0.48); text-decoration: none; transition: color 0.2s; line-height: 1.5; }
.fcontact-item a:hover { color: var(--or); }
.footer-bot { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 22px; display: flex; justify-content: space-between; font-size: 0.73rem; color: rgba(255,255,255,0.25); flex-wrap: wrap; gap: 8px; }

/* ===== DETAIL SERVICE PAGE ===== */
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.detail-img { background: var(--gbg); border: 1px solid var(--bord); min-height: 360px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; position: relative; overflow: hidden; }
.detail-img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, transparent, var(--or), transparent); }
.detail-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.detail-img-placeholder { padding: 40px; text-align: center; }
.detail-img-placeholder svg { width: 52px; height: 52px; stroke: rgba(201,168,76,0.3); fill: none; stroke-width: 1; margin-bottom: 14px; }
.detail-img-placeholder p { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(201,168,76,0.45); }
.detail-badge { display: inline-block; border: 1px solid rgba(201,168,76,0.35); padding: 4px 13px; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--or); margin-bottom: 14px; }
.detail-h2 { font-family: var(--ft); font-size: clamp(1.7rem, 2.8vw, 2.2rem); color: var(--noir); font-weight: 700; text-transform: uppercase; margin-bottom: 6px; line-height: 1.15; }
.detail-h2 mark { background: none; color: inherit; }
.detail-p { font-size: 0.9rem; color: var(--g2); line-height: 1.85; margin-bottom: 14px; }
.detail-list { list-style: none; margin: 18px 0 26px; }
.detail-list li { padding: 10px 0; border-bottom: 1px solid var(--bord); font-size: 0.88rem; color: var(--g1); display: flex; align-items: center; gap: 12px; }
.detail-list li svg { width: 14px; height: 14px; stroke: var(--or); fill: none; stroke-width: 2.2; flex-shrink: 0; }
.detail-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== FAQ ===== */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
.faq-item { background: var(--blanc); border: 1px solid var(--bord); border-left: 3px solid var(--or); padding: 24px 22px; }
.faq-q { font-family: var(--ft); font-size: 1.05rem; font-weight: 600; color: var(--noir); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.02em; }
.faq-a { font-size: 0.86rem; color: var(--g2); line-height: 1.8; }

/* ===== CONTACT FORM ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.contact-info h2 { font-family: var(--ft); font-size: 1.9rem; color: var(--noir); text-transform: uppercase; margin-bottom: 20px; }
.contact-info h2 mark { background: none; color: inherit; }
.contact-info p { font-size: 0.89rem; color: var(--g2); line-height: 1.85; margin-bottom: 20px; }
.cinfo-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--bord); }
.cinfo-item svg { width: 18px; height: 18px; stroke: var(--or); fill: none; stroke-width: 1.8; flex-shrink: 0; margin-top: 1px; }
.cinfo-strong { font-size: 0.82rem; font-weight: 600; color: var(--noir); margin-bottom: 2px; }
.cinfo-val { font-size: 0.88rem; color: var(--g2); }
.cinfo-val a { color: var(--g2); text-decoration: none; transition: color 0.2s; }
.cinfo-val a:hover { color: var(--or); }
.socials-row { display: flex; gap: 10px; margin-top: 24px; }
.social-btn { display: flex; align-items: center; gap: 8px; border: 1px solid var(--bord); padding: 9px 18px; font-size: 0.79rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--g2); text-decoration: none; transition: all 0.2s; }
.social-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.social-btn:hover { border-color: var(--or); color: var(--or); }
.form-bloc { background: var(--gbg); border: 1px solid var(--bord); border-top: 3px solid var(--or); padding: 40px 36px; }
.form-bloc h2 { font-family: var(--ft); font-size: 1.5rem; color: var(--noir); text-transform: uppercase; margin-bottom: 6px; }
.form-sous { font-size: 0.83rem; color: var(--g3); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { margin-bottom: 18px; }
label { display: block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--g1); margin-bottom: 7px; }
input, select, textarea { width: 100%; background: var(--blanc); border: 1px solid var(--bord); color: var(--noir); padding: 11px 14px; font-family: var(--fb); font-size: 0.9rem; transition: border-color 0.25s; outline: none; border-radius: var(--r); }
input::placeholder, textarea::placeholder { color: var(--g3); }
input:focus, select:focus, textarea:focus { border-color: var(--or); }
select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 14px; }
select option { background: var(--blanc); }
textarea { resize: vertical; min-height: 130px; }
.rgpd-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 22px; }
.rgpd-row input[type="checkbox"] { width: auto; flex-shrink: 0; margin-top: 3px; accent-color: var(--or); }
.rgpd-row label { font-size: 0.78rem; color: var(--g3); text-transform: none; letter-spacing: 0; font-weight: 400; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn-submit { width: 100%; background: var(--or); color: var(--noir); padding: 14px; font-size: 0.87rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; font-family: var(--fb); transition: background 0.2s; border-radius: var(--r); display: flex; align-items: center; justify-content: center; gap: 9px; }
.btn-submit svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2.2; }
.btn-submit:hover { background: var(--or-h); }
.form-ok { display: none; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.3); padding: 24px; text-align: center; margin-top: 18px; border-radius: var(--r); }
.form-ok svg { width: 40px; height: 40px; stroke: var(--or); fill: none; stroke-width: 1.5; margin-bottom: 10px; }
.form-ok h3 { font-family: var(--ft); font-size: 1.3rem; color: var(--or); margin-bottom: 6px; }
.form-ok p { font-size: 0.85rem; color: var(--g2); }

.result-page { min-height: 100vh; background: linear-gradient(180deg, #111 0%, #0a0a0a 100%); display: flex; align-items: center; justify-content: center; padding: 32px 16px; }
.result-wrap { width: 100%; max-width: 760px; }
.result-card { background: var(--blanc); border: 1px solid var(--bord); border-top: 4px solid var(--or); padding: 40px 34px; text-align: center; }
.result-card.is-error { border-top-color: #a33; }
.result-logo { width: 70px; height: 70px; margin: 0 auto 18px; background: var(--or); display: flex; align-items: center; justify-content: center; }
.result-logo svg { width: 34px; height: 34px; stroke: var(--noir); fill: none; stroke-width: 1.8; }
.result-icon { margin-bottom: 10px; }
.result-icon svg { width: 48px; height: 48px; stroke: var(--or); fill: none; stroke-width: 1.8; }
.result-card.is-error .result-icon svg { stroke: #a33; }
.result-kicker { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--or); margin-bottom: 10px; }
.result-card h1 { font-family: var(--ft); font-size: clamp(1.7rem, 3vw, 2.4rem); text-transform: uppercase; color: var(--noir); margin-bottom: 12px; }
.result-message { font-size: 0.92rem; color: var(--g2); line-height: 1.8; max-width: 560px; margin: 0 auto 20px; }
.result-list { list-style: none; margin: 0 auto 24px; padding: 0; max-width: 520px; display: grid; gap: 10px; }
.result-list li { background: var(--gbg); border: 1px solid var(--bord); padding: 12px 14px; font-size: 0.84rem; color: var(--g2); }
.result-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ===== GALERIE PAGE ===== */
.filtres { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.filtre { background: transparent; border: 1px solid var(--bord); color: var(--g2); padding: 8px 20px; font-size: 0.77rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; font-family: var(--fb); transition: all 0.2s; border-radius: var(--r); }
.filtre:hover { border-color: var(--or); color: var(--or); }
.filtre.on { background: var(--or); color: var(--noir); border-color: var(--or); }
.galerie-masonry { columns: 3; column-gap: 5px; }
.gal-item { break-inside: avoid; margin-bottom: 5px; position: relative; overflow: hidden; background: var(--gbg); cursor: pointer; }
.gal-item img { width: 100%; display: block; transition: transform 0.4s; }
.gal-item:hover img { transform: scale(1.04); }
.gal-cap { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(15,26,40,0.88), transparent); padding: 28px 14px 12px; opacity: 0; transition: opacity 0.3s; }
.gal-item:hover .gal-cap { opacity: 1; }
.gal-cap-t { font-size: 0.76rem; font-weight: 700; color: var(--blanc); text-transform: uppercase; letter-spacing: 0.08em; }
.gal-cap-s { font-size: 0.7rem; color: var(--or); margin-top: 2px; }

/* ===== ZONE PAGE ===== */
.villes-big { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--bord); margin-bottom: 0; }
.ville-card {
  background: var(--blanc); padding: 32px 28px;
  border-right: 1px solid var(--bord); border-bottom: 1px solid var(--bord);
  transition: background 0.2s; position: relative;
}
.ville-card:nth-child(3n) { border-right: none; }
.ville-card:nth-last-child(-n+3) { border-bottom: none; }
.ville-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--or); transition: height 0.3s; }
.ville-card:hover { background: var(--or-pale); }
.ville-card:hover::before { height: 100%; }
.ville-name { font-family: var(--ft); font-size: 1.25rem; color: var(--noir); margin-bottom: 4px; text-transform: uppercase; }
.ville-dept { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--or); margin-bottom: 10px; font-weight: 600; }
.ville-desc { font-size: 0.84rem; color: var(--g2); line-height: 1.7; }
.autres-villes { background: var(--blanc); border: 1px solid var(--bord); border-top: none; padding: 28px; }
.autres-villes h3 { font-family: var(--ft); font-size: 1rem; color: var(--g2); text-transform: uppercase; margin-bottom: 16px; letter-spacing: 0.04em; }

/* ===== GARANTIES ===== */
.garanties-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid var(--bord); margin-top: 0; }
.gar-item {
  background: var(--blanc); padding: 36px 24px; text-align: center;
  border-right: 1px solid var(--bord);
  position: relative; transition: background 0.2s;
}
.gar-item:last-child { border-right: none; }
.gar-item::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 32px; height: 3px; background: var(--or); }
.gar-item:hover { background: var(--or-pale); }
.gar-icon { width: 56px; height: 56px; background: var(--or); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.gar-icon svg { width: 26px; height: 26px; stroke: var(--noir); fill: none; stroke-width: 1.8; }
.gar-t { font-family: var(--ft); font-size: 1.05rem; color: var(--noir); text-transform: uppercase; margin-bottom: 8px; letter-spacing: 0.04em; }
.gar-d { font-size: 0.82rem; color: var(--g2); line-height: 1.7; }

/* ===== BLOG / VENTE PROMO ===== */
.insight-band {
  background: linear-gradient(135deg, #141414 0%, #0a0a0a 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 3px solid var(--or);
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.insight-copy h3 { font-family: var(--ft); font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 700; text-transform: uppercase; color: var(--blanc); line-height: 1.15; margin-bottom: 12px; }
.insight-copy p { font-size: 0.9rem; color: rgba(255,255,255,0.68); line-height: 1.85; margin-bottom: 18px; max-width: 660px; }
.insight-points { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.insight-points span { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); padding: 8px 12px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.78); }
.insight-points svg { width: 13px; height: 13px; stroke: var(--or); fill: none; stroke-width: 2; flex-shrink: 0; }
.insight-side { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 24px; }
.mini-label { display: inline-block; margin-bottom: 10px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--or); }
.insight-side h4 { font-family: var(--ft); font-size: 1.05rem; font-weight: 600; text-transform: uppercase; color: var(--blanc); line-height: 1.3; margin-bottom: 10px; }
.insight-side p { font-size: 0.84rem; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 16px; }
.mini-link { display: inline-flex; align-items: center; gap: 7px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--or); text-decoration: none; }
.mini-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.4; }
.blog-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--bord); }
.blog-mini-card { display: flex; flex-direction: column; background: var(--blanc); border-right: 1px solid var(--bord); padding: 28px 26px; text-decoration: none; color: inherit; transition: background 0.2s ease; }
.blog-mini-card:last-child { border-right: none; }
.blog-mini-card:hover { background: var(--or-pale); }
.blog-mini-cat { display: inline-block; margin-bottom: 12px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--or); }
.blog-mini-card h3 { font-family: var(--ft); font-size: 1rem; font-weight: 600; text-transform: uppercase; color: var(--noir); line-height: 1.35; margin-bottom: 10px; }
.blog-mini-card p { font-size: 0.84rem; color: var(--g2); line-height: 1.8; margin-bottom: 18px; flex: 1; }
.blog-mini-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: repeat(2,1fr); }
  .chiffres { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .garanties-grid { grid-template-columns: repeat(2,1fr); }
  .villes-big { grid-template-columns: 1fr 1fr; }
  .galerie-masonry { columns: 2; }
  .blog-mini-grid { grid-template-columns: 1fr; }
  .insight-band { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .topbar { display: none; }
  nav { padding: 0 20px; height: auto; min-height: 56px; flex-wrap: wrap; gap: 10px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 14px; border-top: 1px solid var(--bord); }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
  .nav-links a.active { border-bottom-color: #f0f0f0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { height: auto; min-height: 540px; }
  .hero-overlay { position: relative; padding: 36px 22px 40px; background: linear-gradient(180deg, rgba(17,17,17,0.93) 0%, rgba(17,17,17,0.82) 62%, rgba(17,17,17,0.76) 100%); }
  .hero-content { max-width: 100%; width: 100%; }
  .hero-badge { max-width: 100%; }
  .hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); line-height: 1.04; }
  .hero-desc { max-width: 100%; font-size: 0.92rem; line-height: 1.75; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns a { width: 100%; justify-content: center; }
  .sec, .seo-bloc, .cta-band, .page-hero { padding-left: 20px; padding-right: 20px; }
  .page-hero { padding-top: 40px; padding-bottom: 38px; }
  .page-hero::after { right: -140px; top: -120px; width: 220px; height: 220px; }
  .bande { padding: 14px 20px; flex-direction: column; align-items: flex-start; }
  .bande-items { gap: 12px; }
  .b-item { width: 100%; }
  .bande-cta { width: 100%; justify-content: center; }
  .stats-bar { flex-wrap: wrap; }
  .stat-item { flex: 1 1 50%; border-bottom: 1px solid rgba(255,255,255,0.07); min-width: 0; }
  .svc-grid { grid-template-columns: 1fr; }
  .photos-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .ph-item:first-child { grid-row: auto; }
  .ph-item { height: 230px; }
  .temo-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .form-bloc { padding: 28px 22px; }
  .cta-band { flex-direction: column; }
  .cta-band-sub { gap: 12px; }
  footer { padding: 44px 20px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bot { flex-direction: column; text-align: center; }
  .seo-cols { grid-template-columns: 1fr; }
  [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; gap: 36px !important; }
  [style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: 1fr !important; }
  .detail-grid[style*="direction:rtl"] { direction: ltr !important; }
  .villes-big { grid-template-columns: 1fr; }
  .garanties-grid { grid-template-columns: 1fr 1fr; }
  .galerie-masonry { columns: 1; }
  .chiffres { grid-template-columns: 1fr 1fr; }
  .blog-mini-grid { grid-template-columns: 1fr; }
  .blog-mini-card { border-right: none; border-bottom: 1px solid var(--bord); }
  .blog-mini-card:last-child { border-bottom: none; }
  .insight-band { padding: 24px 22px; }
  .insight-copy h3,
  .insight-side h4,
  .detail-h2,
  .h2 { overflow-wrap: anywhere; }
  .nav-logo { font-size: 1.12rem; min-width: 0; }
  .nav-logo span { display: inline-block; }
}
@media (max-width: 560px) {
  .stat-item { flex: 1 1 100%; }
  .garanties-grid { grid-template-columns: 1fr; }
  .chiffres { grid-template-columns: 1fr; }
  .hero { min-height: 500px; }
  .hero-overlay { padding: 32px 18px 34px; }
  .hero-badge span { letter-spacing: 0.1em; font-size: 0.64rem; }
  .hero h1 { font-size: 1.9rem; }
  .hero-desc { font-size: 0.89rem; }
  .stat-item { padding: 16px 18px; }
  .sec, .seo-bloc, .cta-band, .page-hero { padding-left: 18px; padding-right: 18px; }
  .svc-card,
  .blog-mini-card,
  .faq-item,
  .gar-item,
  .ville-card { padding-left: 20px; padding-right: 20px; }
  .detail-img { min-height: 260px; }
  .cta-btns { width: 100%; }
  .cta-btns a { width: 100%; justify-content: center; }
  .blog-mini-actions { flex-direction: column; }
  .blog-mini-actions a { width: 100%; justify-content: center; }
  .filtres { flex-direction: column; }
  .filtre { width: 100%; }
}
