/* ============================================================
   DUMONT AUTOMATISMES — REFONTE "Flocage Camion"
   Palette : marine #0A1F5C · électrique #1A6FC4 · blanc
             rouge CTA #D62828 · jaune #F5C518
   ============================================================ */
:root{
  --navy:        #0A1F5C;
  --navy-dark:   #060F2E;
  --navy-mid:    #0E2A6E;
  --electric:    #1A6FC4;
  --electric-2:  #2E86E0;
  --sky:         #6FB1E8;
  --red:         #D62828;
  --red-2:       #B81E1E;
  --yellow:      #F5C518;
  --yellow-2:    #FFD83A;
  --white:       #FFFFFF;
  --ink:         #11192E;
  --gray-bg:     #F1F4F9;
  --gray-line:   #DBE2EC;
  --gray-text:   #54627A;
  --anthracite:  #2A2A2A;
  --r-sm: 6px; --r-md: 12px; --r-lg: 18px; --r-pill: 999px;
  --container: 1240px;
  --header-h: 84px;
  --shadow-sm: 0 4px 14px rgba(10,31,92,.08);
  --shadow-md: 0 14px 40px -12px rgba(10,31,92,.28);
  --shadow-lg: 0 28px 70px -20px rgba(10,31,92,.4);
  --shadow-blue: 0 16px 44px -16px rgba(26,111,196,.5);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter', system-ui, sans-serif;
  background:var(--white);
  color:var(--ink);
  font-size:17px; line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
::selection{background:var(--yellow); color:var(--navy)}
img{display:block; max-width:100%}
a{color:inherit; text-decoration:none}
button{font-family:inherit; cursor:pointer; border:0; background:none; color:inherit}

h1,h2,h3,h4{font-family:'Poppins', system-ui, sans-serif; font-weight:800; margin:0; line-height:1.08; letter-spacing:-.01em}
.display{text-transform:uppercase; letter-spacing:.01em}
p{margin:0 0 1em}

.container{max-width:var(--container); margin:0 auto; padding:0 28px}
.section{padding:96px 0; position:relative}
.section-sm{padding:64px 0}

/* Utility text */
.t-red{color:var(--red)} .t-blue{color:var(--electric)} .t-yellow{color:var(--yellow)} .t-white{color:#fff} .t-navy{color:var(--navy)}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:'Poppins'; font-weight:700; font-size:12px; letter-spacing:.18em;
  text-transform:uppercase; color:var(--electric); margin-bottom:18px;
}
.eyebrow::before{content:""; width:30px; height:3px; background:var(--red); border-radius:2px}
.eyebrow.on-dark{color:var(--sky)}

/* Tricolore band (signature) */
.tricolore{display:flex; height:9px; width:100%}
.tricolore i{flex:1}
.tricolore i:nth-child(1){background:var(--electric)}
.tricolore i:nth-child(2){background:#fff}
.tricolore i:nth-child(3){background:var(--red)}
.tricolore.thin{height:6px}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:'Poppins'; font-weight:700; font-size:15px; letter-spacing:.01em;
  padding:15px 26px; border-radius:var(--r-sm); transition:all .25s ease;
  text-transform:uppercase; white-space:nowrap;
}
.btn i{font-size:15px}
.btn-red{background:var(--red); color:#fff; box-shadow:0 12px 30px -10px rgba(214,40,40,.6)}
.btn-red:hover{background:var(--red-2); transform:translateY(-2px); box-shadow:0 18px 40px -10px rgba(214,40,40,.7)}
.btn-yellow{background:var(--yellow); color:var(--navy); box-shadow:0 12px 30px -10px rgba(245,197,24,.6)}
.btn-yellow:hover{background:var(--yellow-2); transform:translateY(-2px)}
.btn-blue{background:var(--electric); color:#fff; box-shadow:0 12px 30px -10px rgba(26,111,196,.6)}
.btn-blue:hover{background:#2E86E0; transform:translateY(-2px); box-shadow:0 18px 40px -10px rgba(26,111,196,.7)}
.btn-blue:hover{background:var(--electric-2); transform:translateY(-2px); box-shadow:var(--shadow-blue)}
.btn-ghost{background:transparent; color:#fff; border:2px solid rgba(255,255,255,.4)}
.btn-ghost:hover{border-color:#fff; background:rgba(255,255,255,.1)}
.btn-outline{background:#fff; color:var(--navy); border:2px solid var(--gray-line)}
.btn-outline:hover{border-color:var(--electric); color:var(--electric)}
.btn-lg{padding:18px 32px; font-size:16px}
.btn-block{width:100%}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{position:sticky; top:0; z-index:100; background:var(--navy); box-shadow:0 2px 20px rgba(6,15,46,.3)}
.header-row{
  max-width:var(--container); margin:0 auto; padding:0 28px; height:var(--header-h);
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.brand{display:flex; align-items:center; gap:14px}
.brand-logo{height:54px; width:auto; background:#fff; border-radius:8px; padding:5px 9px; box-shadow:var(--shadow-sm)}
.brand-tg{display:flex; flex-direction:column; line-height:1.1}
.brand-name{font-family:'Poppins'; font-weight:800; font-size:16px; color:#fff; letter-spacing:.02em; text-transform:uppercase; white-space:nowrap}
.brand-sub{font-size:10.5px; color:var(--sky); letter-spacing:.14em; text-transform:uppercase; font-weight:600; white-space:nowrap}

.main-nav{display:flex; align-items:center; gap:4px}
.main-nav > a, .nav-drop > .nav-drop-trigger{
  display:inline-flex; align-items:center; gap:7px;
  padding:10px 16px; color:#fff; font-family:'Poppins'; font-weight:600; font-size:15px;
  border-radius:var(--r-sm); transition:all .2s; position:relative;
}
.main-nav > a:hover, .nav-drop:hover .nav-drop-trigger{background:rgba(255,255,255,.08); color:var(--yellow)}
.main-nav > a.active{color:var(--yellow)}
.nav-drop{position:relative}
.nav-drop-trigger i.caret{font-size:11px; transition:transform .2s}
.nav-drop:hover .caret{transform:rotate(180deg)}
.nav-menu{
  position:absolute; top:calc(100% + 8px); left:0; min-width:300px;
  background:#fff; border-radius:var(--r-md); box-shadow:var(--shadow-lg);
  padding:10px; opacity:0; visibility:hidden; transform:translateY(8px); transition:all .22s;
  border-top:3px solid var(--red);
}
.nav-drop:hover .nav-menu{opacity:1; visibility:visible; transform:translateY(0)}
.nav-menu a{
  display:flex; align-items:center; gap:12px; padding:11px 14px; border-radius:var(--r-sm);
  color:var(--ink); font-weight:500; font-size:14.5px; transition:all .18s;
}
.nav-menu a i{
  width:34px; height:34px; flex-shrink:0; border-radius:8px; display:grid; place-items:center;
  background:var(--gray-bg); color:var(--electric); font-size:15px; transition:all .18s;
}
.nav-menu a:hover{background:var(--gray-bg); color:var(--electric)}
.nav-menu a:hover i{background:var(--electric); color:#fff}

.header-cta{display:flex; align-items:center; gap:16px}
.phone-plate{
  display:inline-flex; align-items:center; gap:10px; background:var(--yellow); color:var(--navy);
  padding:9px 16px; border-radius:6px; font-family:'Poppins'; font-weight:800; font-size:16px;
  box-shadow:0 6px 16px -6px rgba(245,197,24,.7); border:2px solid #11192E; letter-spacing:.01em;
}
.phone-plate i{font-size:15px}
.phone-plate:hover{background:var(--yellow-2); transform:translateY(-1px)}
.burger{display:none; width:44px; height:44px; flex-direction:column; gap:5px; align-items:center; justify-content:center; border-radius:8px; background:rgba(255,255,255,.08)}
.burger span{width:24px; height:2.5px; background:#fff; border-radius:2px; transition:.25s}
.burger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* Reading progress */
.read-progress{position:fixed; top:0; left:0; height:3px; width:0; background:var(--electric); z-index:200; transition:width .1s}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative; min-height:calc(100vh - var(--header-h) - 9px); display:flex; align-items:center; overflow:hidden}
.hero-media{position:absolute; inset:0; background:var(--anthracite)}
.hero-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center}
.hero-overlay{position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,31,92,.6), rgba(6,15,46,.82))}
.house-stage img{display:block; width:100%}
.label-hit{position:absolute; display:block; border-radius:999px; transition:box-shadow .2s, background .2s; z-index:3}
.label-hit:hover{background:rgba(26,111,196,.14); box-shadow:0 0 0 2px var(--electric), 0 8px 22px -8px rgba(26,111,196,.6)}
.hero-play{
  position:absolute; left:50%; top:42%; transform:translate(-50%,-50%); z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:14px; pointer-events:none;
}
.hero-play .ring{
  width:84px; height:84px; border-radius:50%; background:rgba(255,255,255,.14); backdrop-filter:blur(6px);
  display:grid; place-items:center; border:2px solid rgba(255,255,255,.45);
}
.hero-play .ring i{font-size:28px; color:#fff; margin-left:4px}
.hero-play .ring::after{content:""; position:absolute; width:84px; height:84px; border-radius:50%; border:2px solid rgba(255,255,255,.4); animation:ripple 2.4s ease-out infinite}
@keyframes ripple{0%{transform:scale(1); opacity:.7} 100%{transform:scale(1.8); opacity:0}}
.hero-play span{font-size:12px; color:rgba(255,255,255,.7); letter-spacing:.1em; text-transform:uppercase; font-weight:600}

.hero-inner{position:relative; z-index:3; width:100%; text-align:center; padding:60px 0}
.hero-badge{
  display:inline-flex; align-items:center; gap:9px; background:var(--red); color:#fff;
  font-family:'Poppins'; font-weight:800; font-size:13px; letter-spacing:.06em; text-transform:uppercase;
  padding:8px 16px; border-radius:var(--r-pill); margin-bottom:24px; box-shadow:0 10px 24px -8px rgba(214,40,40,.6);
}
.hero-badge .pulse{width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:0 0 0 0 rgba(255,255,255,.8); animation:hpulse 2s infinite}
@keyframes hpulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.7)} 70%{box-shadow:0 0 0 10px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
.hero h1{
  color:#fff; font-size:clamp(2.2rem, 5vw, 3.8rem); text-transform:uppercase; max-width:1000px; margin:0 auto 22px;
  text-shadow:0 6px 30px rgba(0,0,0,.4); text-wrap:balance;
}
.hero h1 .hl{color:var(--yellow)}
.hero-sub{color:rgba(255,255,255,.9); font-size:clamp(1rem,1.6vw,1.25rem); font-weight:500; margin:0 auto 36px; max-width:680px}
.hero-sub b{color:#fff}
.hero-actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap}
.hero-sav{
  position:absolute; top:26px; right:0; z-index:4;
  display:flex; align-items:center; gap:0; transform:rotate(0deg);
}
.hero-sav .tag-l{background:var(--white); color:var(--navy); font-family:'Poppins'; font-weight:800; font-size:14px; padding:8px 12px; letter-spacing:.05em; text-transform:uppercase; border-radius:6px 0 0 6px}
.hero-sav .tag-r{background:var(--electric); color:#fff; font-family:'Poppins'; font-weight:800; font-size:14px; padding:8px 12px; border-radius:0 6px 6px 0}
.scroll-cue{position:absolute; bottom:24px; left:50%; transform:translateX(-50%); z-index:3; color:rgba(255,255,255,.7); display:flex; flex-direction:column; align-items:center; gap:6px; font-size:11px; letter-spacing:.2em; text-transform:uppercase}
.scroll-cue .mouse{width:24px; height:38px; border:2px solid rgba(255,255,255,.5); border-radius:14px; position:relative}
.scroll-cue .mouse::after{content:""; position:absolute; left:50%; top:7px; width:4px; height:8px; background:#fff; border-radius:2px; transform:translateX(-50%); animation:scrolldot 1.6s infinite}
@keyframes scrolldot{0%{opacity:0; top:7px} 40%{opacity:1} 80%{opacity:0; top:18px} 100%{opacity:0}}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.sec-head{text-align:center; max-width:760px; margin:0 auto 56px}
.sec-head h2{font-size:clamp(1.8rem,3.2vw,2.6rem); text-transform:uppercase; color:var(--navy)}
.sec-head.on-dark h2{color:#fff}
.sec-head p{color:var(--gray-text); font-size:18px; margin-top:14px}
.sec-head.on-dark p{color:rgba(255,255,255,.8)}
.head-rule{display:flex; justify-content:center; gap:5px; margin-top:18px}
.head-rule i{width:30px; height:4px; border-radius:2px}
.head-rule i:nth-child(1){background:var(--electric)} .head-rule i:nth-child(2){background:#fff; box-shadow:inset 0 0 0 1px var(--gray-line)} .head-rule i:nth-child(3){background:var(--red)}
.on-dark .head-rule i:nth-child(2){box-shadow:none}

/* ============================================================
   INTERACTIVE HOUSE
   ============================================================ */
.house-sec{background:var(--gray-bg)}
.house-stage{position:relative; max-width:1040px; margin:0 auto; border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-lg)}
.house-stage img{width:100%; display:block}
/* Clickable category labels (cover the source render's baked text) */
.hspot{
  position:absolute; transform:translate(-50%,-50%); z-index:3;
  display:inline-flex; align-items:center; gap:8px; white-space:nowrap;
  background:var(--navy); color:#fff; font-family:'Poppins'; font-weight:600; font-size:13.5px;
  padding:8px 14px; border-radius:var(--r-pill); box-shadow:0 8px 22px -6px rgba(6,15,46,.7);
  border:1.5px solid rgba(255,255,255,.18); transition:all .2s; cursor:pointer;
}
.hspot .hs-dot{width:9px; height:9px; border-radius:50%; background:var(--red); flex-shrink:0; box-shadow:0 0 0 3px rgba(214,40,40,.25)}
.hspot .hs-dot.blue{background:var(--yellow); box-shadow:0 0 0 3px rgba(245,197,24,.3)}
.hspot:hover{background:var(--electric); border-color:#fff; transform:translate(-50%,-50%) scale(1.07); z-index:5; box-shadow:var(--shadow-blue)}
.hspot:hover .hs-dot{background:#fff; box-shadow:0 0 0 3px rgba(255,255,255,.35)}

.house-mobile{display:none; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:8px}
.house-mobile a{
  display:flex; flex-direction:column; align-items:center; gap:10px; text-align:center;
  background:#fff; border:1px solid var(--gray-line); border-radius:var(--r-md); padding:22px 14px;
  font-family:'Poppins'; font-weight:600; font-size:14px; color:var(--navy); transition:all .2s;
}
.house-mobile a i{width:48px; height:48px; border-radius:12px; background:var(--navy); color:#fff; display:grid; place-items:center; font-size:20px}
.house-mobile a:hover{border-color:var(--electric); transform:translateY(-3px); box-shadow:var(--shadow-sm)}

/* ============================================================
   STATS
   ============================================================ */
.stats-sec{background:var(--navy); position:relative; overflow:hidden}
.stats-sec::before{content:""; position:absolute; inset:0; opacity:.4; background:repeating-linear-gradient(125deg, transparent 0 70px, rgba(26,111,196,.16) 70px 104px)}
.stats-grid{position:relative; z-index:1; display:grid; grid-template-columns:repeat(4,1fr)}
.stat{text-align:center; padding:20px 24px; border-right:1px solid rgba(255,255,255,.14)}
.stat:last-child{border-right:0}
.stat .num{font-family:'Poppins'; font-weight:800; font-size:clamp(2.4rem,4vw,3.4rem); color:#fff; line-height:1; display:flex; justify-content:center; align-items:baseline; gap:3px}
.stat .num .pre, .stat .num .suf{color:var(--yellow); font-size:.55em}
.stat .lbl{margin-top:12px; color:rgba(255,255,255,.78); font-size:14px; font-weight:500; letter-spacing:.02em}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.svc-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.svc{
  position:relative; border-radius:var(--r-lg); overflow:hidden; background:var(--navy);
  min-height:300px; display:flex; flex-direction:column; justify-content:flex-end;
  box-shadow:var(--shadow-sm); transition:all .3s; isolation:isolate;
}
.svc .svc-photo{position:absolute; inset:0; z-index:-2; background:var(--anthracite) center/cover}
.svc .svc-photo::after{
  content:attr(data-ph); position:absolute; inset:0; display:grid; place-items:center;
  color:rgba(255,255,255,.4); font-family:'Poppins'; font-weight:600; font-size:14px;
}
.svc::before{content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg, rgba(10,31,92,.15) 0%, rgba(10,31,92,.55) 55%, rgba(6,15,46,.92) 100%); transition:background .3s}
.svc:hover{transform:translateY(-6px); box-shadow:var(--shadow-lg)}
.svc:hover::before{background:linear-gradient(180deg, rgba(26,111,196,.55) 0%, rgba(10,31,92,.82) 100%)}
.svc-body{padding:26px 24px; position:relative}
.svc-ico{width:46px; height:46px; border-radius:11px; background:var(--red); color:#fff; display:grid; place-items:center; font-size:19px; margin-bottom:14px; box-shadow:0 8px 20px -6px rgba(214,40,40,.6)}
.svc h3{color:#fff; font-size:20px; text-transform:uppercase; margin-bottom:6px}
.svc p{color:rgba(255,255,255,.82); font-size:14px; margin:0; max-height:0; overflow:hidden; opacity:0; transition:all .3s}
.svc:hover p{max-height:80px; opacity:1; margin-top:4px}
.svc-go{display:inline-flex; align-items:center; gap:8px; margin-top:16px; color:var(--yellow); font-family:'Poppins'; font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:.04em; opacity:0; transform:translateY(6px); transition:all .3s}
.svc:hover .svc-go{opacity:1; transform:translateY(0)}

/* ============================================================
   PARTICULIERS / PRO SPLIT
   ============================================================ */
.split{display:grid; grid-template-columns:1fr 1fr; gap:0; border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-md)}
.split-col{padding:64px 56px; color:#fff; position:relative; overflow:hidden}
.split-col.part{background:var(--navy)}
.split-col.pro{background:var(--electric)}
.split-col::after{content:""; position:absolute; inset:0; opacity:.35; background:repeating-linear-gradient(125deg, transparent 0 56px, rgba(255,255,255,.06) 56px 84px); pointer-events:none}
.split-ico{width:64px; height:64px; border-radius:14px; background:rgba(255,255,255,.14); display:grid; place-items:center; font-size:28px; color:#fff; margin-bottom:22px; position:relative}
.split-col h3{font-size:26px; text-transform:uppercase; margin-bottom:12px; position:relative}
.split-col p{color:rgba(255,255,255,.88); font-size:15.5px; margin-bottom:26px; position:relative; max-width:420px}
.split-col .btn{position:relative}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-sec{background:var(--gray-bg)}
.rev-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:40px}
.rev{background:#fff; border-radius:var(--r-lg); padding:28px 26px; box-shadow:var(--shadow-sm); border:1px solid var(--gray-line); display:flex; flex-direction:column; gap:14px; transition:all .3s}
.rev:hover{transform:translateY(-5px); box-shadow:var(--shadow-md); border-color:var(--electric)}
.rev-stars{color:var(--yellow); display:flex; gap:3px; font-size:16px}
.rev-text{color:var(--ink); font-size:15px; line-height:1.6; flex:1; margin:0}
.rev-text b{color:var(--navy)}
.rev-foot{display:flex; align-items:center; gap:12px; padding-top:14px; border-top:1px solid var(--gray-line)}
.rev-av{width:42px; height:42px; border-radius:50%; background:var(--navy); color:#fff; font-family:'Poppins'; font-weight:700; display:grid; place-items:center; font-size:17px}
.rev-id{flex:1; min-width:0}
.rev-name{font-family:'Poppins'; font-weight:700; font-size:14px; color:var(--navy)}
.rev-meta{font-size:12.5px; color:var(--gray-text)}
.rev-g{width:22px; height:22px; flex-shrink:0}
.reviews-cta{text-align:center}

/* ============================================================
   PARTNERS
   ============================================================ */
.partners-sec{background:#fff}
.partner-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px}
.partner{
  height:96px; border:1px solid var(--gray-line); border-radius:var(--r-md);
  display:grid; place-items:center; font-family:'Poppins'; font-weight:800; font-size:20px; letter-spacing:.04em;
  color:#9aa6b8; transition:all .25s; background:#fff;
}
.partner:hover{color:var(--navy); border-color:var(--electric); transform:translateY(-3px); box-shadow:var(--shadow-sm)}

/* ============================================================
   CONTACT BAND
   ============================================================ */
.contact-band{background:var(--navy); color:#fff; position:relative; overflow:hidden}
.contact-band::after{content:""; position:absolute; inset:0; opacity:.4; background:repeating-linear-gradient(125deg, transparent 0 70px, rgba(26,111,196,.16) 70px 104px)}
.cb-inner{position:relative; z-index:1; display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center}
.cb-left h2{font-size:clamp(1.8rem,3vw,2.6rem); text-transform:uppercase; margin-bottom:26px; line-height:1.1}
.cb-info{display:flex; flex-direction:column; gap:16px; margin:0; padding:0}
.cb-info li{display:flex; align-items:center; gap:16px; list-style:none; color:rgba(255,255,255,.92); font-size:16px; line-height:1.4}
.cb-info i{width:46px; height:46px; flex-shrink:0; border-radius:11px; background:rgba(255,255,255,.12); display:grid; place-items:center; color:var(--sky); font-size:18px}
.cb-right{display:flex; flex-direction:column; gap:16px; align-items:stretch}
.cb-phone{
  display:flex; align-items:center; justify-content:center; gap:16px; background:var(--yellow); color:var(--navy);
  padding:20px 28px; border-radius:12px; font-family:'Poppins'; font-weight:800; font-size:clamp(1.5rem,2.6vw,2.1rem);
  border:3px solid var(--ink); box-shadow:0 16px 40px -12px rgba(245,197,24,.6); text-align:center; line-height:1;
}
.cb-phone i{font-size:.8em}
.cb-phone span{display:flex; flex-direction:column; align-items:flex-start; gap:4px}
.cb-phone small{font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; opacity:.7}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--navy-dark); color:rgba(255,255,255,.75)}
.footer-grid{display:grid; grid-template-columns:1.5fr 1fr 1.1fr 1.1fr; gap:42px; padding:64px 0 40px}
.footer-brand .brand-logo{margin-bottom:18px}
.footer-brand p{font-size:14.5px; max-width:280px; line-height:1.6}
.site-footer h4{font-family:'Poppins'; font-weight:700; color:#fff; font-size:14px; letter-spacing:.1em; text-transform:uppercase; margin-bottom:18px}
.site-footer ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px}
.site-footer a:hover{color:var(--yellow)}
.foot-contact li{display:flex; gap:11px; font-size:14px; align-items:flex-start; margin-bottom:11px}
.foot-contact i{color:var(--sky); width:18px; flex-shrink:0; margin-top:3px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1); padding:22px 0; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; font-size:13px}
.footer-bottom a:hover{color:var(--yellow)}

/* ============================================================
   FRENCH BADGE (fixed)
   ============================================================ */
.fr-badge{
  position:fixed; bottom:22px; right:22px; z-index:90;
  width:96px; height:96px; border-radius:50%; background:#fff; box-shadow:var(--shadow-lg);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px;
  border:3px solid var(--navy); transition:transform .3s; text-align:center;
}
.fr-badge:hover{transform:scale(1.06) rotate(-4deg)}
.fr-badge .flag{display:flex; width:42px; height:9px; border-radius:2px; overflow:hidden; margin-bottom:3px}
.fr-badge .flag i{flex:1}
.fr-badge .flag i:nth-child(1){background:var(--electric)} .fr-badge .flag i:nth-child(2){background:#fff; box-shadow:inset 0 0 0 1px #eee} .fr-badge .flag i:nth-child(3){background:var(--red)}
.fr-badge .b-top{font-family:'Poppins'; font-weight:800; font-size:11px; color:var(--navy); text-transform:uppercase; letter-spacing:.04em; line-height:1}
.fr-badge .b-year{font-family:'Poppins'; font-weight:800; font-size:18px; color:var(--red); line-height:1}

/* ============================================================
   REVEAL
   ============================================================ */
.reveal{opacity:0; transform:translateY(34px); transition:opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1)}
.reveal.in{opacity:1; transform:translateY(0)}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .footer-grid{grid-template-columns:1fr 1fr; gap:32px}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1024px){
  .main-nav{
    position:fixed; inset:calc(var(--header-h) + 9px) 0 0 auto; width:min(360px,86vw);
    background:var(--navy); flex-direction:column; align-items:stretch; gap:2px; padding:20px;
    transform:translateX(105%); transition:transform .3s; overflow-y:auto; box-shadow:-10px 0 40px rgba(0,0,0,.4);
  }
  .main-nav.open{transform:translateX(0)}
  .main-nav > a, .nav-drop > .nav-drop-trigger{font-size:17px; padding:14px 12px; width:100%}
  .nav-menu{position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; padding:4px 0 8px 14px; border-top:0; background:transparent}
  .nav-menu a{color:rgba(255,255,255,.85)} .nav-menu a i{background:rgba(255,255,255,.1); color:var(--sky)}
  .nav-menu a:hover{background:rgba(255,255,255,.06); color:var(--yellow)}
  .burger{display:flex}
  .stats-grid{grid-template-columns:repeat(2,1fr); gap:24px 0}
  .stat:nth-child(2){border-right:0}
  .stat{border-bottom:1px solid rgba(255,255,255,.14); padding-bottom:24px}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:1fr}
  .cb-inner{grid-template-columns:1fr; gap:32px}
}
@media (max-width:760px){
  .stats-grid{grid-template-columns:repeat(2,1fr); gap:24px 0}
  .stat:nth-child(2){border-right:0}
  .stat{border-bottom:1px solid rgba(255,255,255,.14); padding-bottom:24px}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .section{padding:64px 0}
  .container{padding:0 20px}
  .header-row{padding:0 18px; height:72px}
  :root{--header-h:72px}
  .brand-tg{display:none}
  .phone-plate span{display:none}
  .phone-plate{padding:9px 13px}
  .house-stage{display:none}
  .house-mobile{display:grid}
  .svc-grid{grid-template-columns:1fr}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .split-col{padding:44px 30px}
  .hero h1{font-size:2rem}
  .btn{width:100%}
  .hero-actions{flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .fr-badge{width:74px; height:74px; bottom:16px; right:16px}
  .fr-badge .b-year{font-size:15px}
}

/* ============================================================
   INNER PAGES
   ============================================================ */
.page-hero{position:relative; background:var(--navy); color:#fff; overflow:hidden; padding:64px 0 56px}
.page-hero::after{content:""; position:absolute; inset:0; opacity:.4; background:repeating-linear-gradient(125deg, transparent 0 70px, rgba(26,111,196,.16) 70px 104px); pointer-events:none}
.page-hero .container{position:relative; z-index:1}
.breadcrumb{display:flex; align-items:center; gap:9px; font-size:13.5px; color:rgba(255,255,255,.7); margin-bottom:20px; flex-wrap:wrap}
.breadcrumb a:hover{color:var(--yellow)}
.breadcrumb .sep{color:var(--electric-2)}
.page-hero h1{font-size:clamp(2rem,4vw,3.2rem); text-transform:uppercase; max-width:900px; text-wrap:balance}
.page-hero .ph-sub{color:rgba(255,255,255,.85); font-size:clamp(1rem,1.5vw,1.2rem); margin-top:16px; max-width:680px}
.page-hero .ph-ico{width:62px; height:62px; border-radius:14px; background:var(--red); display:grid; place-items:center; font-size:26px; color:#fff; margin-bottom:22px; box-shadow:0 12px 30px -10px rgba(214,40,40,.6)}

.alt-row{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; margin-bottom:64px}
.alt-row:last-child{margin-bottom:0}
.alt-row.flip .alt-text{order:2}
.alt-text h2{font-size:clamp(1.5rem,2.6vw,2.1rem); color:var(--navy); text-transform:uppercase; margin-bottom:16px}
.alt-text p{color:var(--gray-text); font-size:16px; margin-bottom:14px}
.alt-text .ck{list-style:none; padding:0; margin:18px 0 0; display:flex; flex-direction:column; gap:11px}
.alt-text .ck li{display:flex; gap:12px; align-items:flex-start; color:var(--ink); font-size:15.5px; font-weight:500}
.alt-text .ck li i{color:var(--electric); margin-top:3px; font-size:15px}
.photo-ph{position:relative; aspect-ratio:16/10; border-radius:var(--r-lg); overflow:hidden; background:var(--anthracite); box-shadow:var(--shadow-md)}
.photo-ph::before{content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:32px 32px}
.photo-ph::after{content:attr(data-ph); position:absolute; inset:0; display:grid; place-items:center; color:rgba(255,255,255,.55); font-family:'Poppins'; font-weight:600; font-size:15px; text-align:center; padding:20px}
.photo-ph.tall{aspect-ratio:4/5}

.brand-tag{display:inline-flex; align-items:center; gap:8px; background:var(--gray-bg); border:1px solid var(--gray-line); color:var(--navy); font-family:'Poppins'; font-weight:700; font-size:12.5px; padding:7px 14px; border-radius:var(--r-pill); margin-top:20px}
.brand-tag i{color:var(--electric)}

/* mid CTA band */
.mid-cta{background:var(--electric); color:#fff; position:relative; overflow:hidden}
.mid-cta::after{content:""; position:absolute; inset:0; opacity:.35; background:repeating-linear-gradient(125deg, transparent 0 56px, rgba(255,255,255,.08) 56px 84px)}
.mid-cta .container{position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; padding-top:42px; padding-bottom:42px}
.mid-cta h3{font-size:clamp(1.3rem,2.2vw,1.8rem); text-transform:uppercase; color:#fff}
.mid-cta p{margin:6px 0 0; color:rgba(255,255,255,.9); font-size:15px}

/* feature mini grid */
.mini-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:8px}
.mini{background:#fff; border:1px solid var(--gray-line); border-radius:var(--r-lg); padding:28px 24px; transition:all .25s}
.mini:hover{border-color:var(--electric); transform:translateY(-4px); box-shadow:var(--shadow-sm)}
.mini i{width:48px; height:48px; border-radius:12px; background:var(--navy); color:#fff; display:grid; place-items:center; font-size:20px; margin-bottom:16px}
.mini h3{font-size:18px; color:var(--navy); text-transform:uppercase; margin-bottom:8px}
.mini p{color:var(--gray-text); font-size:14.5px; margin:0}

/* timeline (à propos) */
.timeline{position:relative; max-width:880px; margin:0 auto; padding:20px 0}
.timeline::before{content:""; position:absolute; left:120px; top:0; bottom:0; width:3px; background:linear-gradient(180deg,var(--electric),var(--red))}
.tl{display:grid; grid-template-columns:120px 1fr; gap:34px; padding:18px 0; position:relative}
.tl .yr{font-family:'Poppins'; font-weight:800; font-size:24px; color:var(--electric); text-align:right; padding-right:8px}
.tl .tl-body{background:#fff; border:1px solid var(--gray-line); border-radius:var(--r-md); padding:20px 24px; position:relative; box-shadow:var(--shadow-sm)}
.tl .tl-body::before{content:""; position:absolute; left:-41px; top:24px; width:15px; height:15px; border-radius:50%; background:var(--red); border:3px solid #fff; box-shadow:0 0 0 3px var(--electric)}
.tl .tl-body h3{font-size:16px; color:var(--navy); margin-bottom:6px}
.tl .tl-body p{margin:0; color:var(--gray-text); font-size:14.5px}

/* contact page */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start}
.call-hero{background:var(--navy); border-radius:var(--r-lg); padding:48px 40px; color:#fff; text-align:center; position:relative; overflow:hidden}
.call-hero::after{content:""; position:absolute; inset:0; opacity:.4; background:repeating-linear-gradient(125deg,transparent 0 60px,rgba(26,111,196,.16) 60px 92px)}
.call-hero > *{position:relative; z-index:1}
.call-hero .big-phone{display:inline-flex; align-items:center; gap:14px; background:var(--yellow); color:var(--navy); border:3px solid var(--ink); padding:18px 30px; border-radius:12px; font-family:'Poppins'; font-weight:800; font-size:clamp(1.5rem,3vw,2.2rem); margin:22px 0; box-shadow:0 16px 40px -12px rgba(245,197,24,.6)}
.info-card{background:#fff; border:1px solid var(--gray-line); border-radius:var(--r-md); padding:22px; display:flex; gap:16px; align-items:flex-start; margin-bottom:14px}
.info-card i{width:46px; height:46px; flex-shrink:0; border-radius:11px; background:var(--gray-bg); color:var(--electric); display:grid; place-items:center; font-size:18px}
.info-card .lbl{font-family:'Poppins'; font-weight:700; font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--gray-text); margin-bottom:3px}
.info-card .val{color:var(--navy); font-weight:600; font-size:15.5px}
.info-card .val a:hover{color:var(--electric)}

/* legal */
.legal{max-width:820px; margin:0 auto}
.legal h2{font-size:22px; color:var(--navy); text-transform:uppercase; margin:36px 0 14px; padding-bottom:10px; border-bottom:2px solid var(--gray-line)}
.legal h2:first-child{margin-top:0}
.legal p, .legal li{color:var(--gray-text); font-size:15.5px}
.legal ul{padding-left:20px}
.legal b{color:var(--navy)}
.legal .muted{color:#94a0b2; font-size:13.5px}

/* reviews page */
.rating-hero{display:flex; align-items:center; justify-content:center; gap:40px; flex-wrap:wrap; background:#fff; border:1px solid var(--gray-line); border-radius:var(--r-lg); padding:36px; box-shadow:var(--shadow-sm); margin-bottom:40px}
.rating-big{font-family:'Poppins'; font-weight:800; font-size:64px; color:var(--navy); line-height:1}
.rating-hero .stars{color:var(--yellow); font-size:22px}
.rating-hero .gwrap{display:flex; align-items:center; gap:14px}
.rating-hero .gwrap img{width:46px; height:46px}

@media (max-width:820px){
  .alt-row{grid-template-columns:1fr; gap:26px}
  .alt-row.flip .alt-text{order:0}
  .mini-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .timeline::before{left:64px}
  .tl{grid-template-columns:64px 1fr; gap:24px}
  .tl .yr{font-size:18px}
  .tl .tl-body::before{left:-31px}
  .mid-cta .container{flex-direction:column; text-align:center; align-items:stretch}
}

/* ============================================================
   CATALOGUE
   ============================================================ */
.catalogue-sec{background:var(--gray-bg)}
.catalogue-card{position:relative; display:grid; grid-template-columns:1.2fr .8fr; gap:40px; align-items:center; background:var(--navy); color:#fff; border-radius:var(--r-lg); padding:52px 52px; overflow:hidden; box-shadow:var(--shadow-lg)}
.catalogue-card::after{content:""; position:absolute; inset:0; opacity:.35; background:repeating-linear-gradient(125deg, transparent 0 60px, rgba(26,111,196,.16) 60px 92px); pointer-events:none}
.cat-left{position:relative; z-index:1}
.cat-left h2{font-size:clamp(1.6rem,2.8vw,2.2rem); text-transform:uppercase; margin-bottom:14px}
.cat-left p{color:rgba(255,255,255,.85); font-size:16px; margin-bottom:26px; max-width:460px}
.cat-actions{display:flex; gap:14px; flex-wrap:wrap}
.cat-visual{position:relative; z-index:1; height:230px; display:grid; place-items:center}
.cat-doc{width:170px; height:210px; background:linear-gradient(160deg,#fff,#e9eef6); border-radius:12px; box-shadow:0 24px 50px -12px rgba(0,0,0,.5); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; color:var(--navy); transform:rotate(-5deg); border-top:6px solid var(--red)}
.cat-doc i{font-size:54px; color:var(--red)}
.cat-doc span{font-family:'Poppins'; font-weight:700; font-size:13px; text-align:center; line-height:1.3}
.cat-spark{position:absolute; width:52px; height:52px; border-radius:12px; background:var(--electric); color:#fff; display:grid; place-items:center; font-size:20px; box-shadow:0 12px 26px -8px rgba(26,111,196,.7); animation:catfloat 4s ease-in-out infinite}
.cat-spark.s1{top:8%; right:14%; background:var(--red); animation-delay:0s}
.cat-spark.s2{bottom:14%; right:6%; background:var(--yellow); color:var(--navy); animation-delay:.8s}
.cat-spark.s3{bottom:6%; left:10%; background:var(--electric); animation-delay:1.6s}
@keyframes catfloat{0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)}}

/* ============================================================
   PARTNERS — aligned & responsive
   ============================================================ */
.partner-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.partner{height:110px; border:1px solid var(--gray-line); border-radius:var(--r-md); display:grid; place-items:center; transition:all .25s; background:#fff; padding:20px 22px}
.partner img{max-width:100%; max-height:62px; width:auto; height:auto; object-fit:contain; filter:grayscale(1); opacity:.62; transition:all .3s}
.partner:hover img{filter:none; opacity:1}
.partner:hover{color:var(--navy); border-color:var(--electric); transform:translateY(-3px); box-shadow:var(--shadow-sm)}

/* ============================================================
   BRANDED MEDIA (replaces plain 📷 placeholders)
   ============================================================ */
.photo-ph{position:relative; aspect-ratio:16/10; border-radius:var(--r-lg); overflow:hidden; background:linear-gradient(150deg,#0E2A6E,#0A1F5C 55%,#060F2E); box-shadow:var(--shadow-md)}
.photo-ph::before{content:""; position:absolute; inset:0; opacity:.5; background:repeating-linear-gradient(125deg, transparent 0 46px, rgba(26,111,196,.18) 46px 72px)}
.photo-ph::after{content:attr(data-ph); position:absolute; left:20px; right:20px; bottom:18px; color:rgba(255,255,255,.92); font-family:'Poppins'; font-weight:700; font-size:14px; letter-spacing:.02em; text-shadow:0 2px 10px rgba(0,0,0,.4)}
.photo-ph .ph-ic{position:absolute; left:50%; top:46%; transform:translate(-50%,-50%); width:74px; height:74px; border-radius:18px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25); display:grid; place-items:center; color:#fff; font-size:30px; z-index:1}
.photo-ph .ph-fr{position:absolute; top:16px; right:16px; display:flex; width:30px; height:7px; border-radius:2px; overflow:hidden; z-index:1; opacity:.9}
.photo-ph .ph-fr i{flex:1}
.photo-ph .ph-fr i:nth-child(1){background:var(--electric)} .photo-ph .ph-fr i:nth-child(2){background:#fff} .photo-ph .ph-fr i:nth-child(3){background:var(--red)}
.photo-ph.tall{aspect-ratio:4/5}

/* ============================================================
   GOOGLE MAP (contact)
   ============================================================ */
.map-wrap{margin-top:26px; border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-md); border:1px solid var(--gray-line)}
.map-wrap iframe{display:block; width:100%; height:340px; border:0; filter:grayscale(.15)}

@media (max-width:820px){
  .catalogue-card{grid-template-columns:1fr; padding:38px 30px; text-align:center}
  .cat-left p{margin-left:auto; margin-right:auto}
  .cat-actions{justify-content:center}
  .cat-visual{height:200px; margin-top:10px}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
}

/* photo-filled media blocks */
.photo-ph.has-img{background:#0A1F5C}
.photo-ph .ph-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0}
.photo-ph.has-img::before{display:none}
.photo-ph.has-img::after{content:none}
.photo-ph.has-img .ph-fr{z-index:2}

/* ============================================================
   BANDEAU PYRÉNÉES — minimal ridge divider
   ============================================================ */
.pyr-band{background:#fff; padding:30px 24px 26px; display:flex; flex-direction:column; align-items:center; gap:14px}
.pyr-inner{display:flex; align-items:center; gap:22px; width:100%; max-width:760px}
.pyr-side{flex:1; height:1px; background:linear-gradient(90deg, transparent, var(--gray-line))}
.pyr-side.right{background:linear-gradient(90deg, var(--gray-line), transparent)}
.pyr-svg{width:240px; height:48px; flex:0 0 auto; overflow:visible}
.pyr-line{fill:none; stroke:var(--navy); stroke-width:2; stroke-linecap:round; stroke-linejoin:round;
  stroke-dasharray:760; stroke-dashoffset:760; transition:stroke-dashoffset 1.8s cubic-bezier(.4,0,.2,1)}
.pyr-band.in .pyr-line{stroke-dashoffset:0}
.pyr-cap{font-family:'Poppins',sans-serif; font-weight:600; font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:#7c8aa0}
@media (max-width:600px){
  .pyr-svg{width:170px; height:38px}
  .pyr-cap{font-size:10.5px; letter-spacing:.1em; text-align:center}
  .pyr-inner{gap:14px}
}
@media (prefers-reduced-motion: reduce){ .pyr-line{stroke-dashoffset:0; transition:none} }

/* ============================================================
   PORTAIL CONFIGURATEUR — section choisir son portail
   ============================================================ */
.portail-config{background:#fff}
.sec-intro{max-width:720px; margin:14px auto 0; color:var(--ink-soft); font-size:16px; line-height:1.6}
.sec-head.reveal .sec-intro strong{color:var(--navy)}
.pc-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:44px}
.pc-card{border:1px solid var(--gray-line); border-radius:16px; overflow:hidden; background:#fff; transition:transform .25s, box-shadow .25s}
.pc-card:hover{transform:translateY(-4px); box-shadow:0 22px 50px -24px rgba(10,31,92,.45)}
.pc-photo{display:block; height:200px; background-size:cover; background-position:center}
.pc-body{padding:22px}
.pc-tag{display:inline-block; font-family:'Poppins'; font-weight:700; font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--electric); background:rgba(26,111,196,.1); padding:5px 11px; border-radius:999px; margin-bottom:12px}
.pc-body h3{font-family:'Poppins'; font-weight:700; font-size:19px; color:var(--navy); margin:0 0 8px}
.pc-body p{margin:0; color:var(--ink-soft); font-size:14.5px; line-height:1.55}
.pc-cta{margin-top:28px; display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap;
  background:linear-gradient(135deg,#0A1F5C,#11337F); color:#fff; border-radius:18px; padding:30px 34px; position:relative; overflow:hidden}
.pc-cta::after{content:""; position:absolute; inset:0; opacity:.4; background:repeating-linear-gradient(125deg, transparent 0 60px, rgba(26,111,196,.18) 60px 92px); pointer-events:none}
.pc-cta-left{display:flex; align-items:center; gap:20px; position:relative; z-index:1; flex:1; min-width:280px}
.pc-cta-ico{width:58px; height:58px; flex-shrink:0; border-radius:14px; background:var(--yellow); color:var(--navy); display:grid; place-items:center; font-size:24px; box-shadow:0 10px 26px -10px rgba(245,197,24,.7)}
.pc-cta-left h3{font-family:'Poppins'; font-weight:800; font-size:21px; margin:0 0 6px}
.pc-cta-left p{margin:0; color:rgba(255,255,255,.85); font-size:14.5px; line-height:1.5; max-width:520px}
.pc-cta .btn{position:relative; z-index:1; flex-shrink:0}
.pc-note{margin:18px 0 0; color:var(--ink-soft); font-size:13px; display:flex; align-items:center; gap:8px}
.pc-note i{color:var(--electric)}
@media (max-width:820px){ .pc-grid{grid-template-columns:1fr} .pc-cta{flex-direction:column; align-items:flex-start} .pc-cta .btn{width:100%; justify-content:center} }

.photo-ph .ph-img.contain{object-fit:contain; padding:20px; background:#0E2A6E}
