@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Roboto+Condensed:wght@400;500;700;900&display=swap');
:root{--black:#050607;--dark:#0b0c0d;--orange:#ff970f;--orange2:#ffb13d;--white:#fff;--muted:#c9c9c9;--line:rgba(255,255,255,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Roboto',Arial,sans-serif;color:#111;background:#f5f5f5}a{text-decoration:none;color:inherit}.container{width:min(1520px,90%);margin:auto}svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.site-header{position:sticky;top:0;z-index:50;background:rgba(4,5,6,.98);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px)}
.nav{height:132px;display:flex;align-items:center;gap:42px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:200px;height:auto;display:block}.menu{margin-left:auto;display:flex;align-items:center;gap:42px}.menu a{color:#fff;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:18px;font-weight:900;position:relative;letter-spacing:.2px}.menu a:after{content:"";position:absolute;left:0;bottom:-14px;width:0;height:3px;background:var(--orange);transition:.25s}.menu a:hover:after,.menu a.active:after{width:100%}.menu a.active{color:var(--orange)}.quote.top{background:var(--orange);color:#080808;font-family:'Roboto Condensed',sans-serif;font-size:18px;font-weight:900;text-transform:uppercase;padding:25px 42px;border-radius:14px;box-shadow:0 18px 42px rgba(255,151,15,.38)}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:30px;margin-left:auto}
.hero{position:relative;color:#fff;background:#050607;overflow:hidden;isolation:isolate;min-height:calc(100vh - 132px)}.hero-photo{position:absolute;inset:0;background:url('../images/hero-lift-v6.jpg') center center/cover no-repeat;z-index:0;filter:saturate(1.1) contrast(1.06) brightness(1.04);transform:scale(1.01)}.hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.86) 36%,rgba(0,0,0,.55) 58%,rgba(0,0,0,.22) 100%)}.hero:after{content:"";position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 23% 55%,rgba(255,151,15,.16),transparent 26%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.40))}.hero-inner{position:relative;z-index:3;display:grid;grid-template-columns:minmax(520px,760px) minmax(520px,640px);gap:70px;align-items:center;min-height:calc(100vh - 132px);padding:92px 0 145px}.hero-content{max-width:760px;animation:fadeUp .7s ease both}.eyebrow,.small-title{color:var(--orange);font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:21px;letter-spacing:.2px}.hero h1{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;margin:26px 0 30px;line-height:.95;letter-spacing:-2px}.hero h1 .title-white{display:block;color:#fff;font-size:clamp(62px,4.8vw,105px);text-shadow:0 8px 20px rgba(0,0,0,.55)}.hero h1 span:last-child{display:block;color:var(--orange);font-size:clamp(58px,4.5vw,100px);text-shadow:0 8px 24px rgba(0,0,0,.58);filter:drop-shadow(0 12px 14px rgba(255,151,15,.12))}.lead{font-size:24px;line-height:1.55;color:#f4f4f4;max-width:680px;text-shadow:0 3px 10px rgba(0,0,0,.75)}.hero-actions{display:flex;gap:22px;margin:42px 0 30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:68px;padding:0 39px;border-radius:12px;text-transform:uppercase;font-family:'Roboto Condensed',sans-serif;font-size:20px;font-weight:900;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--orange);color:#080808;box-shadow:0 16px 35px rgba(255,151,15,.36)}.btn.ghost{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(0,0,0,.18);backdrop-filter:blur(8px)}.rating{display:flex;gap:24px;align-items:center;font-family:'Roboto Condensed',sans-serif;font-size:20px;font-weight:900}.rating span{color:var(--orange);letter-spacing:5px}
.quote-form{background:linear-gradient(145deg,rgba(12,14,16,.98),rgba(5,6,7,.96));color:#fff;border:1px solid rgba(255,151,15,.45);box-shadow:0 35px 90px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.04) inset;border-radius:18px}.quote-form-hero{padding:48px 48px 42px;position:relative;overflow:hidden}.quote-form-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 33%),url('../images/hero-lift-v6.jpg') center/cover no-repeat;opacity:.13}.quote-form-hero>*{position:relative}.form-head{display:flex;align-items:center;gap:18px;color:var(--orange);font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:24px}.form-head svg{width:36px;height:36px}.quote-form h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:clamp(40px,2vw,56px);line-height:1.02;margin:14px 0 12px;letter-spacing:-1px}.form-sub{font-size:22px;color:#ddd;margin:0 0 28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-row.three{grid-template-columns:1fr 1fr 1fr}label{position:relative;display:block;margin-bottom:18px}label span{position:absolute;left:19px;top:50%;transform:translateY(-50%);opacity:.8;color:#e9e9e9;z-index:2}.textarea-label span{top:25px;transform:none}input,textarea{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;font:500 18px 'Roboto',sans-serif;padding:21px 20px 21px 54px;outline:none;transition:.2s}textarea{min-height:100px;resize:vertical}input:focus,textarea:focus{border-color:rgba(255,151,15,.8);box-shadow:0 0 0 3px rgba(255,151,15,.12)}.form-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:12px 0 28px;color:#f1f1f1;font-size:17px;line-height:1.3}.form-badges span{display:flex;align-items:center;gap:8px}.quote-form button{width:100%;height:73px;border:0;border-radius:9px;background:linear-gradient(135deg,var(--orange),#ff7900);color:#080808;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:24px;cursor:pointer;box-shadow:0 16px 30px rgba(255,151,15,.30);display:flex;align-items:center;justify-content:center;gap:20px}.quote-form button span{font-size:34px}.secure-note{text-align:center;color:#e5e5e5;font-size:16px;margin:24px 0 0}.success,.error{padding:12px 14px;border-radius:8px;margin-bottom:16px;font-weight:700}.success{background:rgba(22,163,74,.18);border:1px solid rgba(22,163,74,.5)}.error{background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.5)}
.hero-stats{position:relative;z-index:4;margin-top:-93px;margin-bottom:0;display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(180deg,rgba(20,22,24,.86),rgba(8,9,10,.94));border:1px solid rgb(255 148 13);border-radius:14px;overflow:hidden;backdrop-filter:blur(12px);box-shadow:0 28px 70px rgba(0,0,0,.42)}.hero-stats article{display:flex;align-items:center;gap:24px;min-height:125px;padding:25px 46px;color:#fff;border-right:1px solid rgba(255,255,255,.14)}.hero-stats article:last-child{border-right:0}.stat-ico{color:var(--orange);display:flex}.stat-ico svg{width:52px;height:52px}.hero-stats strong{display:block;font-family:'Roboto Condensed',sans-serif;font-size:45px;line-height:1}.hero-stats strong b{font-size:22px;color:var(--orange)}.hero-stats small{display:block;font-size:18px;color:#eee;margin-top:5px}
.section{padding:92px 0}.steps-v11{background:#f7f7f7}.intervention-grid{display:grid;grid-template-columns:minmax(650px,1.2fr) minmax(380px,.8fr);gap:78px;align-items:start}.intervention-left h2,.why-side h2,.gallery h2,.zones h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:clamp(42px,3.4vw,68px);line-height:1.05;margin:18px 0;letter-spacing:-1px}.intervention-left h2 span{color:var(--orange)}.steps-intro{font-size:22px;line-height:1.55;color:#505050;max-width:720px}.process-v9{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin:58px 0 60px;position:relative}.process-v9 article{text-align:center;position:relative}.process-v9 article:not(:last-child):after{content:"→";position:absolute;right:-26px;top:51px;color:var(--orange);font-size:28px}.step-icon{width:112px;height:112px;border-radius:50%;background:#fff;border:3px solid var(--orange);box-shadow:0 18px 38px rgba(0,0,0,.08);display:grid;place-items:center;margin:0 auto 22px;color:var(--orange);font-size:48px;font-family:'Roboto Condensed',sans-serif}.process-v9 strong{display:block;font-family:'Roboto Condensed',sans-serif;color:var(--orange);font-size:39px}.process-v9 h4{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:21px;margin:16px 0 10px}.process-v9 p{font-size:16px;line-height:1.55;color:#555;margin:0}.mini-benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.12);overflow:hidden}.mini-benefits article{padding:31px 26px;text-align:center;border-right:1px solid #e7e7e7}.mini-benefits article:last-child{border-right:0}.mini-benefits span{font-size:38px;color:var(--orange);display:block;margin-bottom:13px}.mini-benefits h5{font-family:'Roboto Condensed',sans-serif;font-size:19px;margin:0 0 9px}.mini-benefits p{font-size:15px;line-height:1.45;color:#555;margin:0}.why-side{background:#fff;border-radius:18px;padding:54px;box-shadow:0 18px 50px rgba(0,0,0,.10)}.why-side h2{text-transform:none;font-size:48px}.checks{padding:0;margin:25px 0 32px;list-style:none}.checks li{margin:14px 0;padding-left:28px;position:relative;font-size:18px}.checks li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}.btn.light{border:1px solid #111;color:#111;min-height:52px;padding:0 22px;font-size:16px}
.gallery{background:#070809;color:#fff}.gallery .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:35px}.cards article{min-height:250px;border-radius:16px;overflow:hidden;position:relative;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,transparent,rgba(0,0,0,.88)),var(--bg) center/cover}.cards span{color:var(--orange);font-size:36px}.cards h3{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:27px;margin:10px 0}.cards p{margin:0;color:#eee}.zones{background:#fff}.zone-list{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.zone-list span{background:#0d0e10;color:#fff;border-radius:999px;padding:13px 21px;font-weight:700}.footer{background:#060707;color:#fff;padding:65px 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:50px}.footer img{width:190px}.footer a{display:block;color:#d7d7d7;margin:10px 0}.footer p{color:#cfcfcf;line-height:1.7}@keyframes fadeUp{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}
@media(max-width:1200px){.nav{height:106px}.brand img{width:210px}.menu{gap:22px}.menu a{font-size:15px}.quote.top{padding:20px 28px;font-size:15px}.hero-inner{grid-template-columns:1fr;gap:38px;padding:70px 0 130px}.quote-form-hero{max-width:760px}.hero-stats{grid-template-columns:repeat(2,1fr)}.intervention-grid{grid-template-columns:1fr}.process-v9,.mini-benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.container{width:92%}.nav{height:auto;min-height:88px}.brand img{width:178px}.menu-btn{display:block}.menu,.quote.top{display:none}.hero{min-height:auto}.hero-inner{min-height:auto;padding:56px 0 115px}.hero h1 .title-white,.hero h1 span:last-child{font-size:54px}.lead{font-size:18px}.hero-actions{flex-direction:column}.form-row,.form-row.three{grid-template-columns:1fr}.quote-form-hero{padding:32px 24px}.hero-stats{grid-template-columns:1fr;margin-top:-65px}.hero-stats article{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.process-v9{grid-template-columns:1fr}.process-v9 article:not(:last-child):after{display:none}.mini-benefits{grid-template-columns:1fr}.gallery .cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}

/* V12 - Responsive hero/header corrections */
@media (min-width:1201px) and (max-width:1600px){
  .container{width:min(1280px,88%)}
  .nav{height:96px;gap:28px}
  .brand img{width:185px}
  .menu{gap:25px}
  .menu a{font-size:14px}
  .quote.top{padding:18px 28px;font-size:14px;border-radius:11px}
  .hero{min-height:calc(100vh - 96px)}
  .hero-inner{min-height:calc(100vh - 96px);grid-template-columns:minmax(430px,610px) minmax(430px,520px);gap:34px;padding:66px 0 115px;align-items:center}
  .eyebrow,.small-title{font-size:16px}
  .hero h1{margin:18px 0 22px;letter-spacing:-1.2px}
  .hero h1 .title-white{font-size:clamp(56px,4.6vw,78px)}
  .hero h1 span:last-child{font-size:clamp(54px,4.3vw,74px)}
  .lead{font-size:18px;max-width:560px;line-height:1.5}
  .hero-actions{gap:14px;margin:28px 0 22px}
  .btn{min-height:52px;padding:0 26px;font-size:16px;border-radius:9px}
  .rating{font-size:18px;gap:14px}.rating span{letter-spacing:3px}
  .quote-form-hero{padding:34px 34px 28px;border-radius:15px;max-width:520px;justify-self:end}
  .form-head{font-size:18px;gap:12px}.form-head svg{width:26px;height:26px}
  .quote-form h2{font-size:clamp(34px,2.7vw,44px);margin:10px 0 8px}
  .form-sub{font-size:17px;margin-bottom:18px}
  .form-row{gap:12px}.form-row.three{gap:12px}
  label{margin-bottom:12px}label span{left:15px;font-size:13px}
  input,textarea{font-size:14px;padding:15px 14px 15px 42px;border-radius:7px}
  textarea{min-height:78px}
  .form-badges{font-size:13px;gap:10px;margin:8px 0 18px}
  .quote-form button{height:56px;font-size:18px}
  .secure-note{font-size:12px;margin-top:15px}
  .hero-stats{margin-top:-70px;max-width:920px}
  .hero-stats article{min-height:92px;padding:18px 28px;gap:16px}.stat-ico svg{width:36px;height:36px}.hero-stats strong{font-size:32px}.hero-stats small{font-size:13px}
}

@media (min-width:861px) and (max-width:1200px){
  .container{width:90%}
  .nav{height:94px;gap:22px}.brand img{width:175px}.menu{gap:18px}.menu a{font-size:13px}.quote.top{padding:16px 22px;font-size:13px}
  .hero{min-height:auto}.hero:before{background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.88) 48%,rgba(0,0,0,.55) 100%)}
  .hero-inner{grid-template-columns:1fr;min-height:auto;padding:72px 0 105px;gap:34px}
  .hero-content{max-width:720px}.hero h1 .title-white{font-size:clamp(56px,8vw,78px)}.hero h1 span:last-child{font-size:clamp(54px,7.5vw,74px)}
  .lead{font-size:19px;max-width:640px}.quote-form-hero{width:100%;max-width:720px;justify-self:start;padding:34px}.hero-stats{max-width:900px}
}

@media (max-width:620px){
  .brand img{width:150px}.hero h1 .title-white,.hero h1 span:last-child{font-size:40px}.hero h1{letter-spacing:-.8px}.eyebrow,.small-title{font-size:15px}.btn{width:100%;padding:0 20px}.quote-form h2{font-size:34px}.form-badges{grid-template-columns:1fr}.hero-stats strong{font-size:34px}.hero-stats article{min-height:90px;padding:20px 24px}
}


/* V13 - Correction responsive visible sur écrans moyens / laptops */
@media (min-width:1201px) and (max-width:1700px){
  .container{width:min(1180px,88%)}
  .site-header{position:sticky;top:0}
  .nav{height:92px;gap:24px}
  .brand img{width:200px}
  .menu{gap:22px}
  .menu a{font-size:14px;white-space:nowrap}
  .quote.top{padding:17px 26px;font-size:14px;border-radius:11px}

  .hero{min-height:auto;overflow:hidden}
  .hero-photo{background-position:center center;transform:none}
  .hero:before{background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.92) 43%,rgba(0,0,0,.62) 68%,rgba(0,0,0,.30) 100%)}
  .hero-inner{
    min-height:auto;
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:38px;
    align-items:start;
    padding:72px 0 120px;
  }
  .hero-content{max-width:760px}
  .eyebrow{font-size:16px}
  .hero h1{margin:18px 0 22px;line-height:.96;letter-spacing:-1px}
  .hero h1 .title-white{font-size:clamp(58px,5.8vw,82px)}
  .hero h1 span:last-child{font-size:clamp(56px,5.6vw,78px)}
  .lead{font-size:19px;max-width:680px;line-height:1.55}
  .hero-actions{margin:28px 0 22px;gap:16px}
  .btn{min-height:55px;padding:0 28px;font-size:16px}
  .rating{font-size:18px;gap:14px}.rating span{letter-spacing:3px}

  .quote-form-hero{
    width:min(720px,100%);
    max-width:720px;
    justify-self:start;
    padding:34px;
    border-radius:16px;
  }
  .form-head{font-size:18px}.form-head svg{width:28px;height:28px}
  .quote-form h2{font-size:42px;line-height:1.04}
  .form-sub{font-size:17px;margin-bottom:18px}
  input,textarea{font-size:15px;padding:16px 14px 16px 44px}
  textarea{min-height:82px}
  .form-badges{font-size:14px;gap:12px}
  .quote-form button{height:58px;font-size:18px}

  .hero-stats{margin-top:-74px;max-width:1000px;grid-template-columns:repeat(4,1fr)}
  .hero-stats article{min-height:96px;padding:18px 26px;gap:15px}
  .stat-ico svg{width:38px;height:38px}.hero-stats strong{font-size:32px}.hero-stats small{font-size:13px}
}

/* V13 - Tablette : formulaire sous le texte, aucun débordement */
@media (min-width:861px) and (max-width:1200px){
  .hero-inner{grid-template-columns:1fr!important;gap:34px!important;padding:65px 0 110px!important}
  .quote-form-hero{width:min(720px,100%)!important;justify-self:start!important}
}

/* V14 - Amélioration uniquement du bloc intervention / pourquoi choisir */
.steps-v11{
  background:linear-gradient(180deg,#f8f8f8 0%,#f3f3f3 100%);
  overflow:hidden;
}
.steps-v11 .intervention-grid{
  grid-template-columns:minmax(0,1.38fr) minmax(390px,.62fr);
  gap:72px;
  align-items:start;
}
.steps-v11 .intervention-left h2{
  max-width:720px;
  letter-spacing:-1.4px;
}
.steps-v11 .steps-intro{
  max-width:660px;
  color:#4a4a4a;
}
.steps-v11 .process-v9{
  gap:30px;
  margin:56px 0 58px;
}
.steps-v11 .process-v9 article{
  padding:0 4px;
}
.steps-v11 .process-v9 article:not(:last-child):after{
  right:-22px;
  top:48px;
  font-size:24px;
  opacity:.85;
}
.steps-v11 .step-icon{
  width:104px;
  height:104px;
  border-width:2px;
  box-shadow:0 18px 42px rgba(0,0,0,.075);
  transition:transform .25s ease, box-shadow .25s ease;
}
.steps-v11 .process-v9 article:hover .step-icon{
  transform:translateY(-4px);
  box-shadow:0 24px 48px rgba(255,151,15,.18);
}
.steps-v11 .process-v9 strong{
  font-size:36px;
  line-height:1;
}
.steps-v11 .process-v9 h4{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:14px 0 8px;
}
.steps-v11 .process-v9 p{
  max-width:170px;
  margin:0 auto;
}
.steps-v11 .mini-benefits{
  border:1px solid #ececec;
  box-shadow:0 24px 60px rgba(0,0,0,.10);
}
.steps-v11 .mini-benefits article{
  padding:34px 24px;
  transition:background .25s ease, transform .25s ease;
}
.steps-v11 .mini-benefits article:hover{
  background:#fffaf2;
  transform:translateY(-2px);
}
.steps-v11 .mini-benefits span{
  line-height:1;
}
.steps-v11 .why-side{
  position:sticky;
  top:126px;
  border:1px solid #ededed;
  padding:52px 50px;
  box-shadow:0 24px 70px rgba(0,0,0,.11);
}
.steps-v11 .why-side h2{
  font-size:clamp(36px,2.25vw,50px);
  line-height:1.06;
  margin-bottom:24px;
}
.steps-v11 .checks li{
  line-height:1.45;
}
.steps-v11 .btn.light{
  width:max-content;
  max-width:100%;
  white-space:normal;
}

@media (min-width:1201px) and (max-width:1600px){
  .steps-v11 .intervention-grid{
    grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);
    gap:50px;
  }
  .steps-v11 .process-v9{gap:22px}
  .steps-v11 .step-icon{width:92px;height:92px;font-size:42px}
  .steps-v11 .process-v9 article:not(:last-child):after{right:-17px;top:42px;font-size:20px}
  .steps-v11 .process-v9 h4{font-size:18px;min-height:40px}
  .steps-v11 .process-v9 p{font-size:14px;max-width:150px}
  .steps-v11 .mini-benefits article{padding:28px 18px}
  .steps-v11 .mini-benefits h5{font-size:17px}
  .steps-v11 .mini-benefits p{font-size:13px}
  .steps-v11 .why-side{padding:42px 38px;top:112px}
  .steps-v11 .checks li{font-size:15px;margin:12px 0}
}
@media(max-width:1200px){
  .steps-v11 .intervention-grid{grid-template-columns:1fr;gap:44px}
  .steps-v11 .why-side{position:relative;top:auto;max-width:760px}
}
@media(max-width:860px){
  .steps-v11{padding:70px 0}
  .steps-v11 .intervention-left h2{font-size:46px;line-height:1.02}
  .steps-v11 .steps-intro{font-size:18px}
  .steps-v11 .process-v9{gap:22px;margin:40px 0}
  .steps-v11 .process-v9 article{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:26px 22px;
    box-shadow:0 14px 34px rgba(0,0,0,.06);
  }
  .steps-v11 .step-icon{width:82px;height:82px;font-size:36px;margin-bottom:16px}
  .steps-v11 .process-v9 h4{min-height:auto}
  .steps-v11 .process-v9 p{max-width:260px}
  .steps-v11 .mini-benefits{border-radius:16px}
  .steps-v11 .mini-benefits article{border-right:0;border-bottom:1px solid #e7e7e7}
  .steps-v11 .mini-benefits article:last-child{border-bottom:0}
  .steps-v11 .why-side{padding:34px 26px;border-radius:16px}
  .steps-v11 .why-side h2{font-size:34px}
  .steps-v11 .checks li{font-size:16px}
  .steps-v11 .btn.light{width:100%}
}
@media(max-width:480px){
  .steps-v11 .intervention-left h2{font-size:38px}
  .steps-v11 .small-title{font-size:15px}
  .steps-v11 .step-icon{width:76px;height:76px}
  .steps-v11 .why-side{padding:30px 22px}
}

/* V15 - Esquisse intégrée : bloc intervention plus premium et plus aéré */
.steps-v11{
  background:linear-gradient(180deg,#fafafa 0%,#f5f5f5 100%)!important;
  padding:105px 0 88px;
}
.steps-v11 .intervention-grid{
  grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr)!important;
  gap:76px!important;
  align-items:center!important;
}
.steps-v11 .small-title{
  color:var(--orange);
  font-weight:900;
  letter-spacing:.02em;
}
.steps-v11 .intervention-left h2{
  font-size:clamp(48px,4.15vw,76px)!important;
  line-height:.98!important;
  margin:16px 0 22px!important;
  letter-spacing:-1.8px!important;
  max-width:760px!important;
}
.steps-v11 .intervention-left h2:after,
.steps-v11 .why-side .small-title:after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  background:var(--orange);
  margin-top:24px;
  border-radius:5px;
}
.steps-v11 .steps-intro{
  max-width:720px!important;
  font-size:21px!important;
  line-height:1.55!important;
  color:#3f3f3f!important;
}
.steps-v11 .process-premium{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:28px!important;
  margin:78px 0 44px!important;
}
.steps-v11 .process-premium article{
  position:relative;
  background:rgba(255,255,255,.20);
  border:1px solid rgba(0,0,0,.055);
  border-radius:22px;
  padding:48px 20px 34px!important;
  min-height:310px;
  box-shadow:0 22px 55px rgba(0,0,0,.055);
  backdrop-filter:blur(8px);
}
.steps-v11 .process-premium article:not(:last-child):after{
  content:""!important;
  width:54px;
  height:1px;
  background:var(--orange);
  position:absolute;
  right:-41px;
  top:86px;
  opacity:.65;
}
.steps-v11 .process-premium article:not(:last-child):before{
  content:"";
  width:9px;
  height:9px;
  background:var(--orange);
  border-radius:50%;
  position:absolute;
  right:-19px;
  top:82px;
  z-index:2;
}
.steps-v11 .process-premium strong{
  position:absolute;
  left:50%;
  top:-19px;
  transform:translateX(-50%);
  background:var(--orange);
  color:#fff!important;
  border-radius:9px;
  padding:8px 13px;
  font-size:20px!important;
  line-height:1!important;
  box-shadow:0 12px 24px rgba(255,137,0,.28);
}
.steps-v11 .process-premium .step-icon{
  width:96px!important;
  height:96px!important;
  border:0!important;
  background:#f6f6f6!important;
  color:#111!important;
  font-size:42px!important;
  margin:0 auto 34px!important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.035),0 15px 32px rgba(0,0,0,.045)!important;
}
.steps-v11 .process-premium h4{
  min-height:44px!important;
  font-size:21px!important;
  line-height:1.05!important;
  margin:0 0 14px!important;
}
.steps-v11 .process-premium p{
  max-width:205px!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.steps-v11 .why-side{
  position:relative!important;
  top:auto!important;
  overflow:hidden;
  border-radius:24px!important;
  padding:62px 60px!important;
  min-height:620px;
  box-shadow:0 28px 78px rgba(0,0,0,.10)!important;
}
.steps-v11 .why-side:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 46%,rgba(255,255,255,.78) 100%),url('../images/hero-lift-v6.jpg') right center/cover no-repeat;
  opacity:.42;
  pointer-events:none;
}
.steps-v11 .why-side>*{position:relative;z-index:1}
.steps-v11 .why-side h2{
  font-size:clamp(38px,2.8vw,56px)!important;
  line-height:1.08!important;
  max-width:610px;
  margin:38px 0 38px!important;
}
.steps-v11 .checks{
  margin:0 0 42px!important;
}
.steps-v11 .checks li{
  border-bottom:1px solid rgba(0,0,0,.08);
  margin:0!important;
  padding:18px 0 18px 46px!important;
  font-size:20px!important;
  color:#111;
}
.steps-v11 .checks li:before{
  left:0!important;
  top:18px!important;
  font-size:28px;
  line-height:1;
  font-weight:500;
}
.steps-v11 .cta-orange{
  background:var(--orange)!important;
  color:#fff!important;
  border:0!important;
  border-radius:10px!important;
  padding:0 34px!important;
  min-height:66px!important;
  box-shadow:0 15px 32px rgba(255,137,0,.24)!important;
}
.steps-v11 .benefits-strip{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  border-radius:22px!important;
  box-shadow:0 22px 65px rgba(0,0,0,.08)!important;
  border:1px solid rgba(0,0,0,.055)!important;
}
.steps-v11 .benefits-strip article{
  display:flex!important;
  align-items:center!important;
  text-align:left!important;
  gap:24px;
  padding:34px 36px!important;
  min-height:122px;
}
.steps-v11 .benefits-strip span{
  min-width:52px;
  text-align:center;
  font-size:44px!important;
  margin:0!important;
  color:var(--orange)!important;
}
.steps-v11 .benefits-strip h5{
  font-size:20px!important;
  text-transform:uppercase;
  margin:0 0 8px!important;
}
.steps-v11 .benefits-strip p{
  font-size:16px!important;
  line-height:1.45!important;
}
@media (max-width:1500px){
  .steps-v11 .intervention-grid{grid-template-columns:1fr!important;gap:52px!important;align-items:start!important}
  .steps-v11 .why-side{max-width:none!important;min-height:auto!important}
}
@media (max-width:1100px){
  .steps-v11 .process-premium{grid-template-columns:repeat(2,1fr)!important;gap:28px!important}
  .steps-v11 .process-premium article:not(:last-child):after,
  .steps-v11 .process-premium article:not(:last-child):before{display:none!important}
  .steps-v11 .benefits-strip{grid-template-columns:repeat(2,1fr)!important}
  .steps-v11 .benefits-strip article:nth-child(2){border-right:0!important}
}
@media (max-width:680px){
  .steps-v11{padding:68px 0!important}
  .steps-v11 .intervention-left h2{font-size:40px!important}
  .steps-v11 .steps-intro{font-size:17px!important}
  .steps-v11 .process-premium{grid-template-columns:1fr!important;margin:48px 0 34px!important}
  .steps-v11 .process-premium article{min-height:auto;padding:42px 22px 30px!important}
  .steps-v11 .why-side{padding:38px 26px!important;border-radius:18px!important}
  .steps-v11 .why-side h2{font-size:32px!important;margin:30px 0!important}
  .steps-v11 .checks li{font-size:16px!important;padding-left:34px!important}
  .steps-v11 .cta-orange{width:100%!important;text-align:center;justify-content:center;padding:0 18px!important;font-size:14px!important}
  .steps-v11 .benefits-strip{grid-template-columns:1fr!important}
  .steps-v11 .benefits-strip article{padding:26px 24px!important;border-right:0!important;border-bottom:1px solid #e7e7e7!important}
  .steps-v11 .benefits-strip article:last-child{border-bottom:0!important}
}

/* V16 - Correction stricte des 6 points validés : rendre le bloc fidèle à la maquette */
.steps-v11{
  padding:96px 0 92px!important;
}
.steps-v11 > .container,
.steps-v11.container{
  width:min(1860px,92vw)!important;
  max-width:1860px!important;
}
.steps-v11 .intervention-grid{
  grid-template-columns:minmax(900px,1.22fr) minmax(640px,.88fr)!important;
  gap:86px!important;
  align-items:start!important;
}
.steps-v11 .intervention-left h2{
  font-size:clamp(66px,4.15vw,88px)!important;
  line-height:.96!important;
  max-width:880px!important;
  margin:16px 0 24px!important;
}
.steps-v11 .steps-intro{
  font-size:24px!important;
  max-width:820px!important;
  margin-bottom:0!important;
}
.steps-v11 .process-premium{
  gap:44px!important;
  margin:82px 0 60px!important;
}
.steps-v11 .process-premium article{
  min-height:350px!important;
  padding:56px 26px 38px!important;
  border-radius:22px!important;
}
.steps-v11 .process-premium article:not(:last-child):after{
  width:66px!important;
  right:-55px!important;
  top:106px!important;
}
.steps-v11 .process-premium article:not(:last-child):before{
  right:-27px!important;
  top:102px!important;
}
.steps-v11 .process-premium .step-icon{
  width:116px!important;
  height:116px!important;
  font-size:50px!important;
  margin-bottom:38px!important;
}
.steps-v11 .process-premium strong{
  top:-22px!important;
  font-size:22px!important;
  padding:9px 15px!important;
}
.steps-v11 .process-premium h4{
  font-size:23px!important;
  min-height:50px!important;
}
.steps-v11 .process-premium p{
  font-size:18px!important;
  max-width:235px!important;
}
.steps-v11 .why-side{
  min-height:690px!important;
  padding:72px 68px!important;
  border-radius:26px!important;
}
.steps-v11 .why-side h2{
  font-size:clamp(50px,3vw,66px)!important;
  max-width:680px!important;
  margin:44px 0 40px!important;
}
.steps-v11 .checks li{
  font-size:23px!important;
  padding:19px 0 19px 52px!important;
}
.steps-v11 .checks li:before{
  font-size:31px!important;
  top:18px!important;
}
.steps-v11 .cta-orange{
  min-height:70px!important;
  padding:0 44px!important;
  font-size:18px!important;
}
.steps-v11 .benefits-strip{
  margin-top:0!important;
  min-height:150px!important;
  border-radius:24px!important;
}
.steps-v11 .benefits-strip article{
  min-height:150px!important;
  padding:38px 44px!important;
  gap:28px!important;
}
.steps-v11 .benefits-strip span{
  font-size:54px!important;
  min-width:62px!important;
}
.steps-v11 .benefits-strip h5{
  font-size:23px!important;
}
.steps-v11 .benefits-strip p{
  font-size:18px!important;
}
@media (max-width:1800px){
  .steps-v11 > .container{width:min(1540px,92vw)!important;max-width:1540px!important}
  .steps-v11 .intervention-grid{grid-template-columns:minmax(760px,1.18fr) minmax(520px,.82fr)!important;gap:64px!important}
  .steps-v11 .intervention-left h2{font-size:clamp(56px,4vw,76px)!important}
  .steps-v11 .steps-intro{font-size:21px!important}
  .steps-v11 .process-premium{gap:30px!important}
  .steps-v11 .process-premium article{min-height:320px!important;padding-left:22px!important;padding-right:22px!important}
  .steps-v11 .process-premium article:not(:last-child):after{right:-42px!important;width:52px!important;top:96px!important}
  .steps-v11 .process-premium article:not(:last-child):before{right:-20px!important;top:92px!important}
  .steps-v11 .why-side{min-height:650px!important;padding:64px 58px!important}
  .steps-v11 .why-side h2{font-size:clamp(42px,3vw,56px)!important}
  .steps-v11 .checks li{font-size:20px!important}
  .steps-v11 .benefits-strip article{padding:34px 36px!important}
}
@media (max-width:1500px){
  .steps-v11 > .container{width:min(1320px,92vw)!important;max-width:1320px!important}
  .steps-v11 .intervention-grid{grid-template-columns:1fr!important;gap:58px!important}
  .steps-v11 .why-side{max-width:none!important;min-height:auto!important}
}

/* V17 - Correction validée : réduire la hauteur, restaurer les 4 avantages et éviter les coupures */
.steps-v11{
  padding:70px 0 72px!important;
}
.steps-v11 > .container{
  width:min(1720px,94vw)!important;
  max-width:1720px!important;
}
.steps-v11 .intervention-grid{
  grid-template-columns:minmax(760px,1.18fr) minmax(560px,.82fr)!important;
  gap:64px 78px!important;
  align-items:start!important;
}
.steps-v11 .intervention-left h2{
  font-size:clamp(40px,3.55vw,74px)!important;
  line-height:.97!important;
  margin:14px 0 18px!important;
  max-width:850px!important;
}
.steps-v11 .intervention-left h2:after,
.steps-v11 .why-side .small-title:after{
  margin-top:18px!important;
}
.steps-v11 .steps-intro{
  font-size:20px!important;
  line-height:1.45!important;
  max-width:790px!important;
}
.steps-v11 .process-premium{
  gap:34px!important;
  margin:62px 0 0!important;
}
.steps-v11 .process-premium article{
  min-height:278px!important;
  padding:46px 22px 26px!important;
  border-radius:20px!important;
}
.steps-v11 .process-premium .step-icon{
  width:92px!important;
  height:92px!important;
  font-size:40px!important;
  margin:0 auto 26px!important;
}
.steps-v11 .process-premium strong{
  top:-18px!important;
  font-size:18px!important;
  padding:8px 13px!important;
}
.steps-v11 .process-premium h4{
  font-size:19px!important;
  line-height:1.05!important;
  min-height:42px!important;
  margin-bottom:10px!important;
}
.steps-v11 .process-premium p{
  font-size:15px!important;
  line-height:1.42!important;
  max-width:205px!important;
}
.steps-v11 .process-premium article:not(:last-child):after{
  width:50px!important;
  right:-42px!important;
  top:88px!important;
}
.steps-v11 .process-premium article:not(:last-child):before{
  right:-20px!important;
  top:84px!important;
}
.steps-v11 .why-side{
  min-height:560px!important;
  padding:35px 56px!important;
  border-radius:24px!important;
}
.steps-v11 .why-side h2{
  font-size:clamp(25px,2.6vw,54px)!important;
  line-height:1.08!important;
  margin:34px 0 30px!important;
  max-width:620px!important;
}
.steps-v11 .checks{margin:0 0 30px!important;}
.steps-v11 .checks li{
  font-size:18px!important;
  padding:15px 0 15px 44px!important;
}
.steps-v11 .checks li:before{
  font-size:26px!important;
  top:13px!important;
}
.steps-v11 .cta-orange{
  min-height:58px!important;
  font-size:15px!important;
  padding:0 34px!important;
}
.steps-v11 .benefits-strip{
  grid-column:1 / -1!important;
  width:100%!important;
  margin-top:0!important;
  min-height:118px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border-radius:22px!important;
}
.steps-v11 .benefits-strip article{
  min-height:118px!important;
  padding:28px 38px!important;
  gap:24px!important;
}
.steps-v11 .benefits-strip span{
  font-size:44px!important;
  min-width:54px!important;
}
.steps-v11 .benefits-strip h5{
  font-size:19px!important;
  margin-bottom:6px!important;
}
.steps-v11 .benefits-strip p{
  font-size:15px!important;
  line-height:1.35!important;
}
@media (max-width:1500px){
  .steps-v11 .intervention-grid{grid-template-columns:1fr!important;gap:44px!important}
  .steps-v11 .why-side{min-height:auto!important}
}
@media (max-width:1100px){
  .steps-v11 .benefits-strip{grid-template-columns:repeat(2,1fr)!important}
}
@media (max-width:680px){
  .steps-v11{padding:58px 0!important}
  .steps-v11 .process-premium{grid-template-columns:1fr!important;margin-top:42px!important}
  .steps-v11 .process-premium article{min-height:auto!important}
  .steps-v11 .benefits-strip{grid-template-columns:1fr!important}
}

/* V18 - Corrections de taille validées uniquement sur le bloc intervention */
@media (min-width:1501px){
  .steps-v11{
    padding:82px 0 86px!important;
  }
  .steps-v11 > .container{
    width:min(1500px,94vw)!important;
    max-width:1500px!important;
  }
  .steps-v11 .intervention-grid{
    grid-template-columns:minmax(820px,1.16fr) minmax(560px,.84fr)!important;
    gap:68px!important;
  }
  .steps-v11 .intervention-left h2{
    font-size:5rem !important;
    line-height:1.10 !important;
    margin:16px 0 22px!important;
    max-width:880px!important;
    font-weight:900;
  }
  .steps-v11 .steps-intro{
    font-size:22px!important;
    line-height:1.5!important;
    max-width:820px!important;
  }
  .steps-v11 .process-premium{
    gap:34px!important;
    margin:72px 0 0!important;
  }
  .steps-v11 .process-premium article{
    min-height:348px!important;
    border-radius:22px!important;
    padding: 46px 5px 26px !important;
  }
  .steps-v11 .process-premium .step-icon{
    width:75px!important;
    height:75px!important;
    font-size:50px!important;
    margin:0 auto 34px!important;
  }
  .steps-v11 .process-premium strong{
    top:-21px!important;
    font-size:22px!important;
    padding:9px 15px!important;
  }
  .steps-v11 .process-premium h4{
    font-size:20px!important;
    min-height:50px!important;
    margin-bottom:14px!important;
  }
  .steps-v11 .process-premium p{
    font-size:15px!important;
    line-height:1.6!important;
    max-width:230px!important;
  }
  .steps-v11 .process-premium article:not(:last-child):after{
    width:54px!important;
    right:-44px!important;
    top:108px!important;
  }
  .steps-v11 .process-premium article:not(:last-child):before{
    right:-22px!important;
    top:104px!important;
  }
  .steps-v11 .why-side{
    min-height:660px!important;
    padding:60px 62px!important;
    border-radius:26px!important;
  }
  .steps-v11 .why-side h2{
    font-size:2.50rem!important;
    line-height:1.08!important;
    margin:40px 0 36px!important;
    max-width:650px!important;
  }
  .steps-v11 .checks{margin:0 0 36px!important;}
  .steps-v11 .checks li{
    font-size:18px!important;
    padding:18px 0 18px 50px!important;
  }
  .steps-v11 .checks li:before{
    font-size:30px!important;
    top:16px!important;
  }
  .steps-v11 .cta-orange{
    min-height:68px!important;
    font-size:17px!important;
    padding:0 42px!important;
  }
  .steps-v11 .benefits-strip{
    min-height:150px!important;
    margin-top:0!important;
    border-radius:24px!important;
  }
  .steps-v11 .benefits-strip article{
    min-height:150px!important;
    padding:38px 36px!important;
    gap:26px!important;
  }
  .steps-v11 .benefits-strip span{
    font-size:52px!important;
    min-width:60px!important;
  }
  .steps-v11 .benefits-strip h5{
    font-size:22px!important;
    margin-bottom:8px!important;
  }
  .steps-v11 .benefits-strip p{
    font-size:17px!important;
    line-height:1.42!important;
  }
}

/* V19 - Icônes SVG fidèles au template : remplacement uniquement des pictogrammes */
.steps-v11 .step-icon svg{width:70px;height:70px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.steps-v11 .benefits-strip span svg{width:48px;height:48px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.steps-v11 .benefits-strip span{display:flex!important;align-items:center!important;justify-content:center!important;}


/* V20 - Bloc matériel premium validé : fond noir, 3 cartes, sans En savoir plus */
.material-premium{
  position:relative;
  background:radial-gradient(circle at 28% 10%, rgba(255,137,0,.08), transparent 28%), linear-gradient(180deg,#070707 0%,#030303 100%)!important;
  color:#fff!important;
  padding:96px 0 104px!important;
  overflow:hidden;
}
.material-premium:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,137,0,.04),transparent 32%,rgba(255,137,0,.035));
  pointer-events:none;
}
.material-premium .container{
  position:relative;
  z-index:1;
  width:min(1560px,90vw)!important;
  max-width:1560px!important;
}
.material-premium .small-title{
  color:var(--orange)!important;
  font-family:'Roboto Condensed',sans-serif;
  font-size:24px!important;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 18px!important;
}
.material-premium .small-title:after{
  content:"";
  display:block;
  width:66px;
  height:4px;
  background:var(--orange);
  margin-top:20px;
  border-radius:4px;
}
.material-premium h2{
  color:#fff!important;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(56px,4.6vw,86px)!important;
  line-height:.95!important;
  max-width:980px;
  margin:0 0 28px!important;
  letter-spacing:-1px;
  text-transform:uppercase;
}
.material-lead{
  max-width:820px;
  color:rgba(255,255,255,.82);
  font-size:25px;
  line-height:1.5;
  margin:0 0 58px;
}
.material-premium .material-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:34px!important;
  margin-top:0!important;
}
.material-premium .material-cards article{
  min-height:420px!important;
  padding:52px 54px 48px!important;
  border-radius:14px!important;
  border:1px solid rgba(255,137,0,.82)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015))!important;
  box-shadow:0 28px 70px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  position:relative!important;
}
.material-premium .material-cards article:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:radial-gradient(circle at 50% 20%, rgba(255,137,0,.14), transparent 32%);
  pointer-events:none;
  opacity:.9;
}
.material-premium .material-cards article>*{position:relative;z-index:1}
.material-icon{
  width:104px!important;
  height:104px!important;
  border-radius:50%;
  display:grid!important;
  place-items:center;
  margin:0 auto 30px!important;
  color:var(--orange)!important;
  background:rgba(255,137,0,.065);
  box-shadow:0 0 36px rgba(255,137,0,.35), inset 0 0 0 1px rgba(255,137,0,.55);
}
.material-icon svg{
  width:58px;
  height:58px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.material-premium .material-cards article i{
  display:block;
  width:55px;
  height:4px;
  background:var(--orange);
  margin:0 auto 26px;
  border-radius:6px;
  font-style:normal;
}
.material-premium .material-cards h3{
  color:#fff!important;
  text-align:center;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(34px,2.4vw,48px)!important;
  line-height:1!important;
  margin:0 0 26px!important;
  text-transform:uppercase;
}
.material-premium .material-cards p{
  color:rgba(255,255,255,.82)!important;
  text-align:center;
  font-size:22px!important;
  line-height:1.45!important;
  max-width:390px;
  margin:0 auto!important;
}
@media(max-width:1100px){
  .material-premium{padding:72px 0!important}
  .material-premium .material-cards{grid-template-columns:1fr!important}
  .material-premium .material-cards article{min-height:auto!important;padding:42px 28px!important}
  .material-premium h2{font-size:40px !important}
  .material-lead{font-size:19px!important;margin-bottom:38px!important}
}


/* V21 - Zones premium + témoignages + blog */
.zones-premium{background:#fff;position:relative;overflow:hidden;padding:105px 0 90px}
.zones-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:70px;align-items:center}
.zones-content h2,.section-intro h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:clamp(42px,4vw,76px);line-height:1.02;letter-spacing:-1.4px;margin:18px 0}
.zones-content h2{max-width:980px}.zones-lead{font-size:22px;line-height:1.55;color:#555;max-width:780px;margin:0 0 28px}.zone-list-premium{gap:14px 16px;margin-top:28px}.zone-list-premium span{display:inline-flex;align-items:center;gap:10px;background:#090a0b;color:#fff;border:1px solid rgba(255,151,15,.22);border-radius:999px;padding:15px 23px;font-family:'Roboto Condensed',sans-serif;font-weight:900;font-size:18px;box-shadow:0 12px 26px rgba(0,0,0,.13);transition:.22s}.zone-list-premium span:hover{transform:translateY(-2px);border-color:var(--orange);box-shadow:0 18px 38px rgba(0,0,0,.18)}.zone-list-premium svg{width:18px;height:18px;color:var(--orange)}
.zone-map{height:360px;border-radius:30px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(255,151,15,.24),rgba(255,151,15,.08) 24%,transparent 47%),linear-gradient(135deg,#fff,#f8f8f8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.05),0 35px 80px rgba(0,0,0,.08)}.zone-map:before{content:"";position:absolute;inset:-30px;background:repeating-linear-gradient(28deg,transparent 0 42px,rgba(0,0,0,.045) 43px 44px),repeating-linear-gradient(118deg,transparent 0 52px,rgba(0,0,0,.035) 53px 54px);opacity:.35}.map-ring{position:absolute;left:50%;top:50%;border:1px dashed rgba(255,151,15,.55);border-radius:50%;transform:translate(-50%,-50%)}.r1{width:140px;height:140px}.r2{width:230px;height:230px}.r3{width:330px;height:330px}.map-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px}.map-pin svg{width:76px;height:76px;color:#080808;fill:var(--orange);stroke:#080808;filter:drop-shadow(0 14px 22px rgba(255,151,15,.32))}.map-pin strong{background:#080808;color:#fff;border-radius:10px;padding:9px 18px;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:18px;box-shadow:0 14px 28px rgba(0,0,0,.22)}
.testimonials-premium{background:linear-gradient(135deg,#08090a,#111315);color:#fff;padding:95px 0}.testimonials-grid{display:grid;grid-template-columns:.9fr repeat(3,1fr);gap:28px;align-items:stretch}.section-intro p:not(.small-title){font-size:21px;line-height:1.55;color:#666;max-width:390px}.dark-intro p:not(.small-title){color:#d6d6d6}.dark-intro h2{color:#fff}.testimonial-card{position:relative;border:1px solid rgba(255,151,15,.45);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border-radius:18px;padding:36px;box-shadow:0 28px 70px rgba(0,0,0,.20)}.testimonial-card:before{content:'“';position:absolute;right:26px;top:16px;color:var(--orange);font-family:Georgia,serif;font-size:70px;line-height:1}.stars{color:var(--orange);letter-spacing:4px;font-size:20px;margin-bottom:24px}.testimonial-card p{color:#f2f2f2;font-size:19px;line-height:1.55;margin:0 0 30px}.client{display:grid;grid-template-columns:54px 1fr;column-gap:14px;align-items:center;border-top:1px solid rgba(255,255,255,.14);padding-top:22px}.client span{grid-row:1/3;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--orange);color:var(--orange);font-family:'Roboto Condensed',sans-serif;font-weight:900;font-size:24px}.client strong{font-family:'Roboto Condensed',sans-serif;font-size:20px}.client em{font-style:normal;color:#bdbdbd}
.blog-premium{background:#f7f7f7;padding:95px 0}.blog-grid{display:grid;grid-template-columns:.9fr repeat(3,1fr);gap:28px;align-items:stretch}.blog-all{display:inline-flex;margin-top:24px;border:1px solid var(--orange);color:#111;border-radius:12px;padding:16px 26px;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900}.blog-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.09);border:1px solid rgba(0,0,0,.05);transition:.22s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 30px 70px rgba(0,0,0,.14)}.blog-card img{width:100%;height:205px;object-fit:cover;display:block}.blog-card div{padding:26px}.blog-card time{display:block;color:var(--orange);font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;margin-bottom:12px}.blog-card h3{font-family:'Roboto Condensed',sans-serif;font-size:25px;line-height:1.2;margin:0 0 22px}.blog-card a{font-family:'Roboto Condensed',sans-serif;font-size:18px;font-weight:900;color:#111}.blog-card a:hover{color:var(--orange)}
@media(max-width:1200px){.zones-grid{grid-template-columns:1fr}.zone-map{height:300px}.testimonials-grid,.blog-grid{grid-template-columns:1fr 1fr}.section-intro{grid-column:1/-1}.section-intro p:not(.small-title){max-width:760px}}
@media(max-width:760px){.zones-premium,.testimonials-premium,.blog-premium{padding:70px 0}.zones-content h2,.section-intro h2{font-size:42px}.zones-lead,.section-intro p:not(.small-title){font-size:17px}.zone-list-premium span{font-size:15px;padding:12px 16px}.zone-map{height:240px}.testimonials-grid,.blog-grid{grid-template-columns:1fr}.testimonial-card{padding:28px}.blog-card img{height:190px}}

/* V22 - Corrections fidélité maquette validée : zones + témoignages + blog uniquement */
@media (min-width:1201px){
  .zones-premium > .container,
  .testimonials-premium > .container,
  .blog-premium > .container{
    width:min(1480px,90vw)!important;
    max-width:1480px!important;
  }

  .zones-premium{
    padding:90px 0 78px!important;
  }
  .zones-grid{
    grid-template-columns:minmax(560px,.92fr) minmax(600px,1.08fr)!important;
    gap:68px!important;
    align-items:center!important;
  }
  .zones-content h2{
    font-size:3rem!important;
    line-height:1.02!important;
    max-width:760px!important;
    margin:18px 0 22px!important;
    font-weight: 900;
  }
  .zones-lead{
    font-size:21px!important;
    max-width:620px!important;
    margin-bottom:26px!important;
  }
  .zone-list-premium{
    max-width:760px!important;
    gap:16px 16px!important;
  }
  .zone-list-premium span{
    font-size:17px!important;
    padding:14px 23px!important;
  }
  .zone-map{
    height:410px!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:radial-gradient(circle at 50% 50%,rgba(255,151,15,.30),rgba(255,151,15,.12) 18%,rgba(255,151,15,.05) 34%,transparent 55%),linear-gradient(135deg,#fff,#fff)!important;
  }
  .zone-map:before{
    inset:-70px!important;
    opacity:.22!important;
  }
  .r1{width:170px!important;height:170px!important}
  .r2{width:290px!important;height:290px!important}
  .r3{width:430px!important;height:430px!important}
  .map-pin svg{width:92px!important;height:92px!important}

  .testimonials-premium{
    padding:76px 0 78px!important;
    background:linear-gradient(135deg,#070809,#111315)!important;
  }
  .testimonials-grid{
    grid-template-columns:minmax(255px,.72fr) repeat(3,minmax(280px,1fr))!important;
    gap:30px!important;
    align-items:stretch!important;
  }
  .testimonials-premium .section-intro h2{
    font-size:2.5rem!important;
    line-height:1.05!important;
    max-width:330px!important;
  }
  .testimonials-premium .section-intro p:not(.small-title){
    font-size:18px!important;
    max-width:320px!important;
  }
  .testimonial-card{
    min-height:265px!important;
    padding:34px 38px!important;
    border-radius:14px!important;
  }
  .testimonial-card p{
    font-size:18px!important;
    line-height:1.52!important;
    min-height:92px!important;
  }
  .stars{font-size:19px!important;margin-bottom:24px!important}
  .client{grid-template-columns:50px 1fr!important;padding-top:20px!important}
  .client span{width:50px!important;height:50px!important;font-size:22px!important}
  .client strong{font-size:18px!important}

  .blog-premium{
    padding:76px 0 86px!important;
    background:#f7f7f7!important;
  }
  .blog-grid{
    grid-template-columns:minmax(260px,.78fr) repeat(3,minmax(300px,1fr))!important;
    gap:32px!important;
    align-items:stretch!important;
  }
  .blog-premium .section-intro h2{
    font-size:3rem !important;
    line-height:1.05!important;
    max-width:350px!important;
  }
  .blog-premium .section-intro p:not(.small-title){
    font-size:18px!important;
    max-width:330px!important;
  }
  .blog-all{
    margin-top:28px!important;
    padding:17px 31px!important;
    border-radius:10px!important;
  }
  .blog-card{
    min-height:355px!important;
    border-radius:12px!important;
  }
  .blog-card img{
    height:150px!important;
  }
  .blog-card div{
    padding:24px 28px!important;
  }
  .blog-card h3{
    font-size:24px!important;
    line-height:1.18!important;
    margin-bottom:20px!important;
  }
}

@media (min-width:1500px){
  .zones-premium > .container,
  .testimonials-premium > .container,
  .blog-premium > .container{
    width:min(1600px,90vw)!important;
    max-width:1600px!important;
  }
  .zones-grid{grid-template-columns:minmax(620px,.9fr) minmax(700px,1.1fr)!important;gap:76px!important}
  .zone-map{height:440px!important}
  .blog-card img{height:170px!important}
}

@media (max-width:1200px){
  .zones-grid{gap:34px!important}
  .zone-map{border-radius:22px!important}
}

/* Footer simple premium - corrigé */
.footer-modern{
  background:radial-gradient(circle at 16% 8%, rgba(255,143,17,.08), transparent 30%), linear-gradient(180deg,#111315 0%,#060707 100%);
  color:#fff;
  padding:78px 0 0;
  border-top:1px solid rgba(255,255,255,.06);
  overflow:hidden;
}
.footer-modern .footer-main{
  display:grid;
  grid-template-columns:1.28fr .82fr .95fr 1fr;
  gap:68px;
  align-items:start;
}
.footer-modern .footer-brand img{
  width:188px;
  margin-bottom:26px;
  filter:drop-shadow(0 14px 28px rgba(0,0,0,.4));
}
.footer-modern .footer-brand p{
  max-width:390px;
  color:#e5e5e5;
  font-size:18px;
  line-height:1.75;
  margin:0 0 30px;
}
.footer-modern h3{
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  font-size:26px;
  line-height:1;
  margin:0 0 38px;
  color:#fff;
  position:relative;
}
.footer-modern h3:after{
  content:"";
  width:54px;
  height:3px;
  background:var(--orange);
  position:absolute;
  left:0;
  bottom:-18px;
  border-radius:999px;
}
.footer-modern ul{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-modern li{
  margin:0 0 17px;
  color:#e7e7e7;
  font-size:19px;
  line-height:1.35;
}
.footer-modern a{
  color:#e7e7e7;
  text-decoration:none;
  transition:color .22s ease, transform .22s ease;
}
.footer-modern a:hover{
  color:var(--orange);
}
.footer-links a{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.footer-links a:before{
  content:"›";
  color:var(--orange);
  font-size:22px;
  line-height:1;
  transform:translateY(-1px);
}
.footer-links a:hover{transform:translateX(3px)}
.footer-zones li a,
.footer-contact li,
.footer-contact li a{
  display:flex;
  align-items:center;
  gap:14px;
}
.footer-zones span,
.footer-contact span{
  width:22px;
  min-width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  color:var(--orange);
  font-size:18px;
  line-height:1;
}
.footer-socials{
  display:flex;
  gap:16px;
}
.footer-socials a{
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  text-decoration:none;
  font-size:27px;
  font-weight:900;
  font-family:Arial,sans-serif;
  transition:border-color .25s ease, color .25s ease, transform .25s ease, background .25s ease;
}
.footer-socials a:hover{
  border-color:var(--orange);
  color:var(--orange);
  background:rgba(255,143,17,.06);
  transform:translateY(-3px);
}
.footer-bottom{
  margin-top:64px;
  padding:30px 0;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  color:#d6d6d6;
}
.footer-bottom p{
  margin:0;
  color:#d6d6d6;
  font-size:17px;
}
.footer-bottom div{
  display:flex;
  align-items:center;
  gap:22px;
}
.footer-bottom a{
  color:#d6d6d6;
  text-decoration:none;
  font-size:17px;
}
.footer-bottom a:hover{color:#fff}
.footer-bottom i{
  display:block;
  width:2px;
  height:18px;
  background:var(--orange);
}
@media(max-width:1100px){
  .footer-modern .footer-main{grid-template-columns:1fr 1fr;gap:48px 58px}
}
@media(max-width:700px){
  .footer-modern{padding:58px 0 0}
  .footer-modern .footer-main{grid-template-columns:1fr;gap:36px}
  .footer-modern .footer-brand p{font-size:16px}
  .footer-modern h3{font-size:24px;margin-bottom:30px}
  .footer-modern li{font-size:17px;margin-bottom:14px}
  .footer-bottom{flex-direction:column;align-items:flex-start;margin-top:42px;padding:26px 0}
  .footer-bottom div{flex-wrap:wrap;gap:14px}
}

/* Page contact premium */
.contact-page{
  background:#f5f5f4;
}
.contact-header{
  background:rgba(8,9,10,.94);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.contact-header .menu a{color:#fff}
.contact-header .menu a.active{color:var(--orange)}
.contact-header .quote.top{
  color:#000;
  border-color:rgba(255,143,17,.8);
  background:rgba(255,143,17);
}
.contact-hero{
  position:relative;
  min-height:520px;
  background:#070809;
  color:#fff;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:110px 0 76px;
}
.contact-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.88) 42%,rgba(5,6,7,.30) 75%,rgba(5,6,7,.58) 100%),
    url('../images/hero-clean.jpg') center right/cover no-repeat;
  opacity:.95;
}
.contact-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:120px;
  background:linear-gradient(0deg,rgba(0,0,0,.45),transparent);
  pointer-events:none;
}
.contact-hero-inner{
  position:relative;
  z-index:2;
}
.contact-hero-content{
  max-width:850px;
}
.contact-hero h1{
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(18px, 4.4vw, 65px);
  line-height:.95;
  text-transform:initial;
  margin:18px 0 26px;
  color:#fff;
  letter-spacing:-.03em;
}
.contact-hero-content>p:not(.small-title){
  max-width:680px;
  font-size:22px;
  line-height:1.62;
  color:#f4f4f4;
  margin:0 0 42px;
}
.contact-hero-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  max-width:940px;
}
.contact-hero-benefits article{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:center;
}
.contact-hero-benefits span,
.contact-info-list span,
.contact-benefit-strip span{
  width:58px;
  height:58px;
  border:1px solid rgba(255,143,17,.45);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--orange);
  background:rgba(255,143,17,.05);
}
.contact-hero-benefits svg,
.contact-info-list svg,
.contact-benefit-strip svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-hero-benefits strong{
  display:block;
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  font-size:21px;
  line-height:1.1;
  margin-bottom:8px;
}
.contact-hero-benefits small{
  display:block;
  color:#e3e3e3;
  font-size:16px;
  line-height:1.45;
}
.contact-main-section{
  padding:88px 0 82px;
  background:linear-gradient(180deg,#fff 0%,#f4f4f3 100%);
}
.contact-layout{
  display:grid;
  grid-template-columns:minmax(330px,.72fr) minmax(520px,1.28fr);
  gap:52px;
  align-items:start;
}
.contact-info-panel h2,
.contact-form-card h2{
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  color:#111;
  line-height:1.02;
  letter-spacing:-.02em;
  margin:16px 0 20px;
}
.contact-info-panel h2{font-size:clamp(42px,3.2vw,40px); font-weight: 900}
.contact-form-card h2{font-size:clamp(34px,2.4vw,30px);font-weight: 900}
.contact-info-text,
.contact-form-card>p{
  font-size:18px;
  line-height:1.7;
  color:#555;
  max-width:520px;
  margin:0 0 38px;
}
.contact-info-list{
  display:grid;
  gap:0;
  margin-bottom:36px;
}
.contact-info-list article{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:22px;
  align-items:center;
  padding:20px 0;
  border-bottom:1px solid #dedede;
}
.contact-info-list strong{
  display:block;
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  font-size:18px;
  color:#111;
  margin-bottom:8px;
}
.contact-info-list a,
.contact-info-list p{
  color:#111;
  text-decoration:none;
  font-size:18px;
  line-height:1.5;
  margin:0;
}
.urgent-contact-box{
  background:radial-gradient(circle at 12% 35%, rgba(255,143,17,.25), transparent 32%), linear-gradient(135deg,#08090a,#151719);
  color:#fff;
  border-radius:14px;
  padding:30px;
  display:grid;
  grid-template-columns:78px 1fr;
  gap:22px;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.urgent-contact-box>span{
  width:70px;
  height:70px;
  border:2px solid var(--orange);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--orange);
  font-family:'Roboto Condensed',sans-serif;
  font-weight:900;
  font-size:19px;
}
.urgent-contact-box strong{
  display:block;
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  font-size:21px;
  margin-bottom:10px;
}
.urgent-contact-box p{
  color:#e5e5e5;
  margin:0 0 14px;
  line-height:1.55;
}
.urgent-contact-box a{
  color:var(--orange);
  text-decoration:none;
  font-family:'Roboto Condensed',sans-serif;
  font-weight:900;
  font-size:30px;
}
.contact-form-card{
  background:#fff;
  border-radius:18px;
  padding:54px 56px;
  box-shadow:0 26px 80px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.04);
}
.contact-form-card .success,
.contact-form-card .error{
  margin:0 0 20px;
}
.contact-form-card form{
  display:grid;
  gap:18px;
}
.contact-form-card .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea{
  width:100%;
  border:1px solid #dadada;
  background:#f8f8f8;
  border-radius:9px;
  padding:20px 22px;
  font:500 16px 'Roboto',sans-serif;
  color:#111;
  outline:none;
  transition:border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.contact-form-card select{
  appearance:auto;
}
.contact-form-card textarea{
  min-height:170px;
  resize:vertical;
}
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus{
  border-color:rgba(255,143,17,.75);
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,143,17,.10);
}
.consent-line{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:12px;
  align-items:start;
  color:#555;
  font-size:13px;
  line-height:1.5;
}
.consent-line input{
  width:16px;
  height:16px;
  padding:0;
  accent-color:var(--orange);
  margin-top:2px;
}
.contact-form-card button{
  width:max-content;
  border:0;
  border-radius:10px;
  padding:20px 38px;
  margin-top:12px;
  background:var(--orange);
  color:#fff;
  font-family:'Roboto Condensed',sans-serif;
  font-size:19px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 18px 38px rgba(255,143,17,.24);
}
.contact-form-card button span{margin-left:10px}
.contact-benefit-strip{
  margin-top:64px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.08);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
}
.contact-benefit-strip article{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:18px;
  padding:30px 32px;
  border-right:1px solid #e1e1e1;
  align-items:center;
}
.contact-benefit-strip article:last-child{border-right:0}
.contact-benefit-strip strong{
  display:block;
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  color:#111;
  font-size:18px;
  margin-bottom:7px;
}
.contact-benefit-strip p{
  margin:0;
  color:#555;
  font-size:14px;
  line-height:1.45;
}
@media(max-width:1100px){
  .contact-layout{grid-template-columns:1fr;gap:44px}
  .contact-hero-benefits{grid-template-columns:1fr;max-width:620px}
  .contact-benefit-strip{grid-template-columns:1fr 1fr}
  .contact-benefit-strip article:nth-child(2){border-right:0}
  .contact-benefit-strip article:nth-child(-n+2){border-bottom:1px solid #e1e1e1}
}
@media(max-width:700px){
  .contact-hero{padding:96px 0 56px;min-height:auto}
  .contact-hero h1{font-size:52px}
  .contact-hero-content>p:not(.small-title){font-size:17px}
  .contact-hero-benefits article{grid-template-columns:54px 1fr}
  .contact-hero-benefits span,.contact-info-list span,.contact-benefit-strip span{width:50px;height:50px}
  .contact-main-section{padding:56px 0}
  .contact-form-card{padding:32px 22px;border-radius:14px}
  .contact-form-card .form-row{grid-template-columns:1fr}
  .urgent-contact-box{grid-template-columns:1fr;padding:24px}
  .contact-benefit-strip{grid-template-columns:1fr}
  .contact-benefit-strip article{border-right:0;border-bottom:1px solid #e1e1e1;padding:24px}
  .contact-benefit-strip article:last-child{border-bottom:0}
}


/* V27 - Page À propos premium */
.about-page{background:#f7f7f7;color:#111}
.about-hero{position:relative;min-height:520px;background:#050607;color:#fff;overflow:hidden;isolation:isolate}
.about-hero-bg{position:absolute;inset:0;background:url('../images/hero-lift-v6.jpg') center center/cover no-repeat;filter:saturate(1.05) contrast(1.04) brightness(.82);z-index:0}
.about-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.86) 40%,rgba(0,0,0,.40) 72%,rgba(0,0,0,.12) 100%);z-index:1}
.about-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.55));z-index:2}
.about-hero-inner{position:relative;z-index:3;min-height:520px;display:flex;align-items:center}
.about-hero-content{max-width:720px;padding:80px 0}
.about-hero h1{font-family:'Roboto Condensed',sans-serif;text-transform:initial;font-size:clamp(18px, 4.4vw, 65px);line-height:.98;letter-spacing:-1.8px;margin:20px 0 28px;color:#fff}
.about-hero-content>p:not(.small-title){font-size:21px;line-height:1.65;color:#ededed;max-width:660px}
.about-company{background:#fff;padding:86px 0 0}
.about-company-grid{display:grid;grid-template-columns:minmax(430px,.82fr) minmax(560px,1.18fr);gap:80px;align-items:center}
.about-copy h2,.about-values h2,.about-cta h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;line-height:1.02;letter-spacing:-1px;margin:18px 0 28px;color:#111}
.about-copy h2{font-size:clamp(44px,3.2vw,68px)}
.about-copy p{font-size:18px;line-height:1.75;color:#4b4b4b;margin:0 0 26px}
.about-btn{display:inline-flex;align-items:center;gap:12px;margin-top:8px;border:1px solid var(--orange);border-radius:10px;color:var(--orange);font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:17px;padding:18px 28px;transition:.25s}
.about-btn:hover{background:var(--orange);color:#080808;transform:translateY(-2px)}
.about-visual{position:relative;min-height:500px;display:flex;align-items:center}
.about-visual img{width:78%;height:445px;object-fit:cover;border-radius:16px;box-shadow:0 26px 70px rgba(0,0,0,.18)}
.about-feature-box{position:absolute;right:0;top:50%;transform:translateY(-50%);width:360px;background:linear-gradient(145deg,#101112,#050607);color:#fff;border:1px solid rgba(255,151,15,.35);border-radius:16px;box-shadow:0 28px 70px rgba(0,0,0,.35);padding:34px}
.about-feature-box article{display:grid;grid-template-columns:50px 1fr;gap:18px;align-items:start;padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid rgba(255,255,255,.12)}
.about-feature-box article:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.about-feature-box span{width:48px;height:48px;border:1px solid rgba(255,151,15,.38);border-radius:50%;display:grid;place-items:center;color:var(--orange)}
.about-feature-box svg{width:25px;height:25px}
.about-feature-box strong{display:block;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:18px;margin-bottom:8px}
.about-feature-box p{margin:0;color:#d8d8d8;font-size:14px;line-height:1.55}
.about-stats{margin-top:76px;background:linear-gradient(135deg,#060707,#121314);border-radius:16px;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.20)}
.about-stats article{text-align:center;padding:38px 28px;border-right:1px solid rgba(255,255,255,.16)}
.about-stats article:last-child{border-right:0}
.about-stats span{display:block;color:var(--orange);margin-bottom:14px}
.about-stats svg{width:42px;height:42px}
.about-stats strong{display:block;font-family:'Roboto Condensed',sans-serif;font-size:46px;line-height:1;margin-bottom:8px}
.about-stats p{margin:0;color:#e8e8e8;font-weight:700}
.about-values{background:#f7f7f7;padding:78px 0 54px}
.about-values h2{font-size:clamp(40px,3vw,40px);margin-bottom:54px; font-weight: 900}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.values-grid article{background:#fff;border-radius:14px;padding:38px 28px;text-align:center;box-shadow:0 18px 55px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);transition:.25s}
.values-grid article:hover{transform:translateY(-5px);box-shadow:0 25px 70px rgba(0,0,0,.12)}
.values-grid span{width:68px;height:68px;border-radius:50%;margin:0 auto 22px;display:grid;place-items:center;color:var(--orange);background:rgba(255,151,15,.08);border:1px solid rgba(255,151,15,.18)}
.values-grid svg{width:34px;height:34px}
.values-grid h3{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:24px;margin:0 0 14px}
.values-grid p{margin:0;color:#555;line-height:1.62;font-size:15px}
.about-cta-wrap{background:#f7f7f7;padding:0 0 88px}
.about-cta{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(90deg,rgba(5,6,7,.97) 0%,rgba(5,6,7,.92) 45%,rgba(5,6,7,.52) 100%),url('../images/hero-lift-v6.jpg') center center/cover no-repeat;color:#fff;display:grid;grid-template-columns:110px 1fr auto;gap:30px;align-items:center;padding:46px 54px;box-shadow:0 30px 80px rgba(0,0,0,.18)}
.cta-icon{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;color:var(--orange);border:1px solid rgba(255,151,15,.45);background:rgba(0,0,0,.22)}
.cta-icon svg{width:48px;height:48px}.about-cta .small-title{margin:0 0 8px}.about-cta h2{color:#fff;font-size:44px;margin:0 0 6px}.about-cta p:not(.small-title){margin:0;color:#ededed;font-size:18px}.about-cta a{background:var(--orange);color:#080808;border-radius:10px;padding:20px 30px;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:18px;display:inline-flex;gap:12px;align-items:center;white-space:nowrap;box-shadow:0 18px 38px rgba(255,151,15,.26)}
@media(max-width:1100px){.about-company-grid{grid-template-columns:1fr;gap:52px}.about-visual img{width:100%}.about-feature-box{position:relative;transform:none;right:auto;top:auto;width:100%;margin-top:24px}.about-visual{display:block;min-height:auto}.about-stats,.values-grid{grid-template-columns:repeat(2,1fr)}.about-stats article:nth-child(2){border-right:0}.about-stats article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.about-cta{grid-template-columns:1fr;text-align:left}}
@media(max-width:700px){.about-hero,.about-hero-inner{min-height:auto}.about-hero-content{padding:75px 0}.about-hero h1{font-size:46px}.about-hero-content>p:not(.small-title){font-size:17px}.about-company{padding-top:58px}.about-copy p{font-size:16px}.about-visual img{height:300px}.about-feature-box{padding:26px 22px}.about-stats,.values-grid{grid-template-columns:1fr}.about-stats article{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.about-stats article:last-child{border-bottom:0}.about-values{padding-top:58px}.about-cta{padding:34px 24px}.about-cta h2{font-size:34px}.about-cta a{justify-content:center;width:100%}}


/* V29 - Page Zones desservies premium */
.zones-page{background:#f7f7f7;color:#111}
.zones-page .site-header{background:rgba(5,6,7,.96)}
.zones-hero-page{position:relative;min-height:520px;background:#050607;color:#fff;overflow:hidden;isolation:isolate}
.zones-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.88) 38%,rgba(0,0,0,.42) 68%,rgba(0,0,0,.15) 100%),url('../images/hero-lift-v6.jpg') center right/cover no-repeat;z-index:0;filter:saturate(1.03) contrast(1.05)}
.zones-hero-page:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.52));z-index:1}
.zones-hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center}
.zones-hero-copy{max-width:760px;padding:86px 0 72px}.zones-hero-copy h1{font-family:'Roboto Condensed',sans-serif;text-transform:initial;color:#fff;font-size:clamp(18px, 4.4vw, 65px);line-height:1.1;letter-spacing:-2px;margin:18px 0 26px}.zones-hero-copy>p:not(.small-title){font-size:21px;line-height:1.65;color:#ededed;max-width:680px}.zones-hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:38px}.zones-hero-benefits article{display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:center}.zones-hero-benefits span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:var(--orange)}.zones-hero-benefits svg{width:42px;height:42px}.zones-hero-benefits strong{display:block;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:18px;margin-bottom:5px}.zones-hero-benefits small{color:#e5e5e5;font-weight:700;line-height:1.4}
.zones-main-page{background:#fff;padding:86px 0 54px}.zones-main-grid{display:grid;grid-template-columns:.74fr 1.44fr .52fr;gap:38px;align-items:center}.zones-text-block h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:clamp(42px,3vw,64px);line-height:1.03;letter-spacing:-1px;margin:18px 0 28px}.zones-text-block>p:not(.small-title){color:#4b4b4b;font-size:18px;line-height:1.72;margin:0 0 48px}.zone-help-card{border:1px solid rgba(255,151,15,.32);border-radius:14px;background:#fff;box-shadow:0 16px 45px rgba(0,0,0,.06);display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center;padding:24px}.zone-help-card span{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:rgba(255,151,15,.08);color:var(--orange)}.zone-help-card svg{width:34px;height:34px}.zone-help-card strong{display:block;font-size:15px;margin-bottom:6px}.zone-help-card p{margin:0;color:#555;line-height:1.5;font-size:14px}
.zones-big-map{position:relative;height:500px;border-radius:18px;overflow:hidden;background:url(../images/zone-map-waterloo.png) center/cover no-repeat,#f6f6f6;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06),0 24px 70px rgba(0,0,0,.10)}.zones-big-map:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));pointer-events:none}.map-circle{position:absolute;left:50%;top:55%;width:330px;height:330px;border-radius:50%;border:1px solid rgba(255,151,15,.45);background:rgba(255,151,15,.10);transform:translate(-50%,-50%)}.map-circle.c2{width:420px;height:420px;background:transparent;border-style:dashed}.map-circle.c3{width:520px;height:520px;background:transparent;border-style:dashed;opacity:.7}.map-center-pin{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px}.map-center-pin svg{width:58px;height:58px;color:#080808;fill:var(--orange);stroke:#080808;filter:drop-shadow(0 12px 22px rgba(255,151,15,.35))}.map-center-pin strong{background:#080808;color:#fff;border-radius:9px;padding:8px 16px;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:17px;box-shadow:0 14px 26px rgba(0,0,0,.23)}.map-label{position:absolute;font-family:'Roboto Condensed',sans-serif;font-weight:800;color:#1b1b1b;font-size:20px}.map-label.brussels{top:34px;left:42%}.map-label.uccle{top:115px;left:22%}.map-label.lasne{right:17%;top:50%}.map-label.lahulpe{right:24%;top:37%}.map-label.wavre{right:7%;top:46%}.map-label.nivelles{bottom:58px;left:47%}.map-label.waterloo{left:48%;top:62%;transform:translate(-50%,-50%);font-size:24px}.zones-big-map .map-label,.zones-big-map .map-circle,.zones-big-map .map-center-pin{display:none}.served-list-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 22px 60px rgba(0,0,0,.10);border:1px solid rgba(0,0,0,.05)}.served-list-card p{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;color:var(--orange);font-weight:900;margin:0 0 18px}.served-list-card ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.served-list-card li{position:relative;padding-left:25px;font-weight:700;color:#333}.served-list-card li:before{content:"✓";position:absolute;left:0;top:-1px;color:var(--orange);font-weight:900}.served-list-card strong{display:block;margin-top:20px;font-family:'Roboto Condensed',sans-serif;font-size:18px}
.zone-advantages-page{background:#fff;padding:22px 0 60px}.zone-advantages-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.08);overflow:hidden;border:1px solid rgba(0,0,0,.06)}.zone-advantages-strip article{text-align:center;padding:34px 30px;border-right:1px solid #e4e4e4}.zone-advantages-strip article:last-child{border-right:0}.zone-advantages-strip span{display:grid;place-items:center;color:var(--orange);margin:0 auto 18px}.zone-advantages-strip svg{width:48px;height:48px}.zone-advantages-strip h3{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:21px;margin:0 0 13px}.zone-advantages-strip p{margin:0;color:#555;line-height:1.55;font-size:15px}
.zone-cta-section{background:#fff;padding:0 0 78px}.zone-cta-card{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.91) 52%,rgba(5,6,7,.38) 100%),url('../images/hero-lift-v6.jpg') center right/cover no-repeat;color:#fff;display:grid;grid-template-columns:95px 1fr auto;gap:28px;align-items:center;padding:42px 48px;box-shadow:0 28px 70px rgba(0,0,0,.16)}.zone-cta-icon{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;color:var(--orange);border:1px solid rgba(255,151,15,.45);background:rgba(0,0,0,.25)}.zone-cta-icon svg{width:46px;height:46px}.zone-cta-card h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:40px;line-height:1.05;margin:4px 0 8px}.zone-cta-card p:not(.small-title){margin:0;color:#ededed;font-size:18px}.zone-cta-card a{background:var(--orange);color:#080808;border-radius:10px;padding:20px 30px;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:18px;display:inline-flex;align-items:center;gap:12px;box-shadow:0 18px 38px rgba(255,151,15,.25)}
@media(max-width:1200px){.zones-main-grid{grid-template-columns:1fr}.zones-big-map{height:430px}.served-list-card ul{grid-template-columns:repeat(2,1fr)}.zone-advantages-strip{grid-template-columns:1fr 1fr}.zone-advantages-strip article:nth-child(2){border-right:0}.zone-advantages-strip article:nth-child(-n+2){border-bottom:1px solid #e4e4e4}.zone-cta-card{grid-template-columns:1fr}}
@media(max-width:760px){.zones-hero-page,.zones-hero-inner{min-height:auto}.zones-hero-copy{padding:78px 0 58px}.zones-hero-copy h1{font-size:47px}.zones-hero-copy>p:not(.small-title){font-size:17px}.zones-hero-benefits{grid-template-columns:1fr}.zones-main-page{padding:60px 0 38px}.zones-big-map{height:330px}.map-label{font-size:14px}.map-label.brussels{left:36%}.map-label.wavre{right:3%}.served-list-card ul{grid-template-columns:1fr}.zone-advantages-strip{grid-template-columns:1fr}.zone-advantages-strip article{border-right:0;border-bottom:1px solid #e4e4e4}.zone-advantages-strip article:last-child{border-bottom:0}.zone-cta-card{padding:30px 24px}.zone-cta-card h2{font-size:32px}.zone-cta-card a{width:100%;justify-content:center}}

/* V32 - Page Tarifs premium */
.tarifs-page{background:#f7f7f7;color:#111}.tarifs-page .site-header{background:rgba(5,6,7,.96)}
.tarifs-hero{position:relative;min-height:520px;background:#050607;color:#fff;overflow:hidden;isolation:isolate}.tarifs-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.88) 38%,rgba(0,0,0,.42) 68%,rgba(0,0,0,.12) 100%),url('../images/hero-lift-v6.jpg') center right/cover no-repeat;z-index:0;filter:saturate(1.05) contrast(1.08)}.tarifs-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.48));z-index:1}.tarifs-hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center}.tarifs-hero-copy{max-width:780px;padding:88px 0 74px}.tarifs-hero h1{font-family:'Roboto Condensed',sans-serif;text-transform:initial;color:#fff;font-size:clamp(18px, 4.4vw, 65px);line-height:.98;letter-spacing:-2px;margin:18px 0 28px}.tarifs-hero-copy>p:not(.small-title){font-size:21px;line-height:1.65;color:#f0f0f0;max-width:610px}.tarifs-hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:42px}.tarifs-hero-benefits article{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center}.tarifs-hero-benefits span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:var(--orange)}.tarifs-hero-benefits svg,.price-icon svg,.included-grid svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tarifs-hero-benefits strong{display:block;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:18px;margin-bottom:6px}.tarifs-hero-benefits small{display:block;color:#e7e7e7;font-weight:700;line-height:1.45}
.pricing-section{background:#fff;padding:82px 0 46px}.section-center-title{text-align:center;margin-bottom:46px}.section-center-title h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:clamp(38px,2vw,60px);font-weight:900;line-height:1.04;margin:12px 0 0;color:#111}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:stretch}.price-card{position:relative;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:16px;padding:34px 28px;box-shadow:0 22px 65px rgba(0,0,0,.08);display:flex;flex-direction:column;min-height:610px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.price-card:hover{transform:translateY(-6px);box-shadow:0 30px 80px rgba(0,0,0,.13);border-color:rgba(255,151,15,.35)}.price-card.featured{border-color:rgba(255,151,15,.9);box-shadow:0 28px 80px rgba(255,151,15,.13)}.price-card .badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;border-radius:8px;padding:8px 16px;font-family:'Roboto Condensed',sans-serif;font-weight:900;text-transform:uppercase;font-size:15px;box-shadow:0 12px 28px rgba(255,151,15,.28)}.price-icon{display:block;color:var(--orange);text-align:center;margin:0 auto 20px}.price-icon svg{width:52px;height:52px}.price-card h3{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;text-align:center;font-size:27px;margin:0 0 5px;color:#111}.price-sub{text-align:center;color:#555;font-weight:700;margin:0 0 24px}.price{text-align:center;margin-bottom:28px}.price strong{display:block;font-family:'Roboto Condensed',sans-serif;font-size:54px;line-height:1;color:#111}.price.custom strong{font-size:44px}.price span{display:block;color:#777;margin-top:7px;font-size:14px}.price-card ul{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:13px}.price-card li{position:relative;padding-left:26px;color:#333;line-height:1.35}.price-card li:before{content:"✓";position:absolute;left:0;top:-2px;color:var(--orange);font-weight:900}.price-card a{margin-top:auto;border:1px solid var(--orange);border-radius:10px;padding:17px 18px;text-align:center;color:var(--orange);font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:17px}.price-card.featured a,.price-card a:hover{background:var(--orange);color:#fff;box-shadow:0 16px 34px rgba(255,151,15,.25)}.pricing-note{max-width:880px;margin:30px auto 0;color:#333;line-height:1.55;text-align:center;font-weight:500}
.included-section{background:#fff;padding:34px 0 34px}.included-box{background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 24px 70px rgba(0,0,0,.08);padding:38px 40px}.included-box h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:42px;margin:8px 0 32px;color:#111}.included-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.included-grid article{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:start;padding:4px 22px;border-right:1px solid #e2e2e2}.included-grid article:last-child{border-right:0}.included-grid span{color:var(--orange)}.included-grid svg{width:42px;height:42px}.included-grid strong{display:block;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:18px;margin-bottom:8px}.included-grid p{margin:0;color:#555;line-height:1.45;font-size:14px}
.tarifs-cta-section{background:#fff;padding:18px 0 80px}.tarifs-cta-card{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.92) 52%,rgba(5,6,7,.42) 100%),url('../images/hero-lift-v6.jpg') center right/cover no-repeat;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:44px 52px;box-shadow:0 28px 70px rgba(0,0,0,.16)}.tarifs-cta-card h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:42px;line-height:1.05;margin:4px 0 8px}.tarifs-cta-card p:not(.small-title){margin:0;color:#ededed;font-size:18px}.tarifs-cta-card a{background:var(--orange);color:#080808;border-radius:10px;padding:20px 32px;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-weight:900;font-size:18px;display:inline-flex;align-items:center;gap:12px;box-shadow:0 18px 38px rgba(255,151,15,.25);white-space:nowrap}
@media(max-width:1200px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.included-grid{grid-template-columns:repeat(2,1fr);gap:26px}.included-grid article{border-right:0;border-bottom:1px solid #e2e2e2;padding-bottom:22px}.tarifs-cta-card{flex-direction:column;align-items:flex-start}.tarifs-cta-card a{width:100%;justify-content:center}}
@media(max-width:760px){.tarifs-hero,.tarifs-hero-inner{min-height:auto}.tarifs-hero-copy{padding:78px 0 58px}.tarifs-hero h1{font-size:48px}.tarifs-hero-copy>p:not(.small-title){font-size:17px}.tarifs-hero-benefits{grid-template-columns:1fr;gap:22px}.pricing-section{padding:58px 0 36px}.pricing-grid{grid-template-columns:1fr}.price-card{min-height:auto}.included-box{padding:30px 22px}.included-box h2{font-size:32px}.included-grid{grid-template-columns:1fr}.included-grid article{grid-template-columns:52px 1fr}.tarifs-cta-card{padding:32px 24px}.tarifs-cta-card h2{font-size:32px}}

/* V33 - Correction bloc inclus page Tarifs */
.tarifs-page .included-section{
  background:#fff;
  padding:42px 0 48px;
}
.tarifs-page .included-box{
  width:min(1520px,90%);
  max-width:1520px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:22px;
  box-shadow:0 24px 70px rgba(0,0,0,.08);
  padding:46px 54px 42px;
}
.tarifs-page .included-box .small-title{
  margin:0 0 14px;
}
.tarifs-page .included-box h2{
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  font-size:clamp(34px,2.9vw,56px);
  line-height:1.05;
  letter-spacing:-.8px;
  margin:0 0 38px;
  color:#111;
}
.tarifs-page .included-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  align-items:stretch;
}
.tarifs-page .included-grid article{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:start;
  padding:0 28px;
  border-right:1px solid #e4e4e4;
  min-height:126px;
}
.tarifs-page .included-grid article:first-child{padding-left:0;}
.tarifs-page .included-grid article:last-child{border-right:0;padding-right:0;}
.tarifs-page .included-grid span{
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--orange);
  background:rgba(255,151,15,.08);
  border:1px solid rgba(255,151,15,.16);
}
.tarifs-page .included-grid svg{
  width:30px;
  height:30px;
  stroke-width:1.9;
}
.tarifs-page .included-grid strong{
  display:block;
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  font-size:20px;
  line-height:1.12;
  margin:4px 0 12px;
  color:#111;
}
.tarifs-page .included-grid p{
  margin:0;
  color:#565656;
  line-height:1.5;
  font-size:15px;
  max-width:190px;
}
@media(max-width:1250px){
  .tarifs-page .included-grid{grid-template-columns:repeat(2,1fr);gap:0;}
  .tarifs-page .included-grid article{padding:24px 26px;border-right:0;border-bottom:1px solid #e4e4e4;}
  .tarifs-page .included-grid article:nth-child(odd){border-right:1px solid #e4e4e4;}
  .tarifs-page .included-grid article:nth-last-child(-n+1){border-bottom:0;}
  .tarifs-page .included-grid article:first-child{padding-left:26px;}
  .tarifs-page .included-grid article:last-child{padding-right:26px;border-right:0;}
}
@media(max-width:700px){
  .tarifs-page .included-box{padding:32px 22px;border-radius:18px;}
  .tarifs-page .included-box h2{font-size:32px;margin-bottom:24px;}
  .tarifs-page .included-grid{grid-template-columns:1fr;}
  .tarifs-page .included-grid article,
  .tarifs-page .included-grid article:nth-child(odd){grid-template-columns:54px 1fr;padding:20px 0;border-right:0;border-bottom:1px solid #e4e4e4;}
  .tarifs-page .included-grid article:last-child{border-bottom:0;padding-right:0;}
  .tarifs-page .included-grid span{width:46px;height:46px;}
  .tarifs-page .included-grid svg{width:26px;height:26px;}
  .tarifs-page .included-grid strong{font-size:19px;}
  .tarifs-page .included-grid p{max-width:none;font-size:15px;}
}

/* V34 - Bloc inclus tarifs fidèle à la maquette validée */
.tarifs-page .included-section{
  background:#fff;
  padding:34px 0 44px;
}
.tarifs-page .included-box{
  width:min(1560px,94%);
  max-width:1560px;
  padding:34px 34px 36px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 20px 55px rgba(0,0,0,.07);
}
.tarifs-page .included-box .small-title{
  margin:0 0 12px;
  font-size:18px;
  letter-spacing:.2px;
}
.tarifs-page .included-box h2{
  font-size:clamp(32px,2.35vw,46px);
  line-height:1.05;
  letter-spacing:-.5px;
  margin:0 0 34px;
}
.tarifs-page .included-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  align-items:center;
}
.tarifs-page .included-grid article{
  display:grid;
  grid-template-columns:78px 1fr;
  gap:20px;
  align-items:center;
  min-height:92px;
  padding:0 28px;
  border-right:1px solid #dedede;
}
.tarifs-page .included-grid article:first-child{padding-left:0;}
.tarifs-page .included-grid article:last-child{padding-right:0;border-right:0;}
.tarifs-page .included-grid span{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--orange);
  background:transparent;
  border:0;
  border-radius:0;
}
.tarifs-page .included-grid svg{
  width:64px;
  height:64px;
  stroke-width:1.75;
}
.tarifs-page .included-grid strong{
  font-family:'Roboto Condensed',sans-serif;
  font-size:22px;
  line-height:1.08;
  font-weight:900;
  text-transform:none;
  margin:0 0 7px;
  color:#111;
}
.tarifs-page .included-grid p{
  max-width:210px;
  margin:0;
  font-size:18px;
  line-height:1.25;
  color:#222;
}
@media(max-width:1250px){
  .tarifs-page .included-grid{grid-template-columns:repeat(2,1fr);}
  .tarifs-page .included-grid article{padding:24px 28px;border-right:0;border-bottom:1px solid #dedede;}
  .tarifs-page .included-grid article:nth-child(odd){border-right:1px solid #dedede;}
  .tarifs-page .included-grid article:first-child{padding-left:28px;}
  .tarifs-page .included-grid article:last-child{border-bottom:0;border-right:0;padding-right:28px;}
}
@media(max-width:700px){
  .tarifs-page .included-box{width:min(92%,1560px);padding:28px 22px;}
  .tarifs-page .included-box h2{font-size:30px;margin-bottom:20px;}
  .tarifs-page .included-grid{grid-template-columns:1fr;}
  .tarifs-page .included-grid article,
  .tarifs-page .included-grid article:nth-child(odd){grid-template-columns:58px 1fr;padding:18px 0;border-right:0;border-bottom:1px solid #dedede;}
  .tarifs-page .included-grid article:first-child{padding-left:0;}
  .tarifs-page .included-grid article:last-child{padding-right:0;border-bottom:0;}
  .tarifs-page .included-grid span{width:50px;height:50px;}
  .tarifs-page .included-grid svg{width:44px;height:44px;}
  .tarifs-page .included-grid strong{font-size:20px;}
  .tarifs-page .included-grid p{font-size:16px;max-width:none;}
}

/* V35 - Page Tarifs : bloc "Toutes nos interventions comprennent" fidèle à la maquette */
.tarifs-page .included-section{
  background:#fff;
  padding:32px 0 44px;
}
.tarifs-page .included-box{
  width:min(96%, 1620px);
  max-width:1620px;
  padding:38px 48px 42px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 24px 65px rgba(0,0,0,.075);
}
.tarifs-page .included-box .small-title{
  margin:0 0 12px;
  color:var(--orange);
  font-family:'Roboto Condensed',sans-serif;
  font-size:18px;
  font-weight:900;
  text-transform:uppercase;
}
.tarifs-page .included-box h2{
  margin:0 0 34px;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(34px,2.4vw,30px);
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
  color:#111;
}
.tarifs-page .included-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  align-items:center;
}
.tarifs-page .included-grid article{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:22px;
  row-gap:7px;
  align-items:center;
  min-height:84px;
  padding:0 28px;
  border-right:1px solid #dcdcdc;
}
.tarifs-page .included-grid article:first-child{padding-left:0;}
.tarifs-page .included-grid article:last-child{border-right:0;padding-right:0;}
.tarifs-page .included-grid span{
  grid-column:1;
  grid-row:1 / span 2;
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--orange);
  background:transparent;
  border:0;
  border-radius:0;
}
.tarifs-page .included-grid svg{
  width:58px;
  height:58px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.tarifs-page .included-grid strong{
  grid-column:2;
  grid-row:1;
  margin:0;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(18px,1.1vw,22px);
  line-height:1.08;
  font-weight:900;
  text-transform:none;
  color:#111;
  white-space:normal;
}
.tarifs-page .included-grid p{
  grid-column:2;
  grid-row:2;
  margin:0;
  max-width:260px;
  font-size:clamp(16px,.95vw,19px);
  line-height:1.22;
  color:#222;
}
@media(max-width:1250px){
  .tarifs-page .included-grid{grid-template-columns:repeat(2,1fr);}
  .tarifs-page .included-grid article{padding:22px 28px;border-right:0;border-bottom:1px solid #dedede;}
  .tarifs-page .included-grid article:nth-child(odd){border-right:1px solid #dedede;}
  .tarifs-page .included-grid article:last-child{border-bottom:0;border-right:0;}
}
@media(max-width:760px){
  .tarifs-page .included-box{width:min(92%,1620px);padding:28px 22px;}
  .tarifs-page .included-box h2{font-size:31px;margin-bottom:22px;}
  .tarifs-page .included-grid{grid-template-columns:1fr;}
  .tarifs-page .included-grid article,
  .tarifs-page .included-grid article:nth-child(odd){grid-template-columns:58px 1fr;padding:18px 0;border-right:0;border-bottom:1px solid #dedede;}
  .tarifs-page .included-grid article:last-child{border-bottom:0;}
  .tarifs-page .included-grid span{width:50px;height:50px;}
  .tarifs-page .included-grid svg{width:48px;height:48px;}
}


/* V36 - Page Services premium */
.services-page{
  background:#f6f6f4;
  color:#111;
}
.services-page .site-header{
  background:#080808;
}
.services-hero{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#070707;
}
.services-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 34%, rgba(0,0,0,.24) 68%, rgba(0,0,0,.08) 100%),
    url('../images/hero-lift-v6.jpg') center right/cover no-repeat;
}
.services-hero-inner{
  position:relative;
  z-index:2;
}
.services-hero-copy{
  max-width:690px;
  padding:95px 0 78px;
}
.services-hero-copy h1{
  margin:0 0 24px;
  color:#fff;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(18px, 4.4vw, 65px);
  line-height:.95;
  font-weight:900;
  letter-spacing:-1.8px;
}
.services-hero-copy p:not(.small-title){
  max-width:560px;
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:21px;
  line-height:1.55;
  font-weight:700;
}
.services-detail{
  padding:52px 0 22px;
}
.services-stack{
  display:flex;
  flex-direction:column;
  gap:44px;
}
.service-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:center;
}
.service-row-image img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
  border-radius:12px;
  box-shadow:0 22px 55px rgba(0,0,0,.12);
}
.service-row-content{
  max-width:610px;
}
.service-row.reverse .service-row-content{
  justify-self:start;
}
.service-number{
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--orange);
  font-family:'Roboto Condensed',sans-serif;
  font-size:20px;
  font-weight:900;
  margin-bottom:18px;
}
.service-number span{
  width:48px;
  height:2px;
  background:var(--orange);
  display:inline-block;
}
.service-row h2{
  margin:0 0 14px;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(34px,3.1vw,52px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.6px;
  color:#111;
}
.service-row p{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.55;
  color:#444;
}
.service-checks{
  list-style:none;
  padding:0;
  margin:0 0 26px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px 35px;
}
.service-checks.two-cols{
  grid-template-columns:1fr 1fr;
}
.service-checks li{
  position:relative;
  padding-left:30px;
  font-size:16px;
  font-weight:700;
  color:#222;
}
.service-checks li:before{
  content:'';
  position:absolute;
  left:0;
  top:2px;
  width:18px;
  height:18px;
  border:2px solid var(--orange);
  border-radius:50%;
  box-sizing:border-box;
}
.service-checks li:after{
  content:'✓';
  position:absolute;
  left:4px;
  top:-1px;
  color:var(--orange);
  font-size:14px;
  font-weight:900;
}
.service-btn{
  min-width:190px;
  display:inline-flex;
  justify-content:center;
}
.service-note{
  font-weight:700;
  color:#333!important;
}
.services-stats{
  padding:10px 0 24px;
}
.stats-strip{
  background:#080808;
  color:#fff;
  border-radius:12px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}
.stats-strip article{
  text-align:center;
  padding:36px 32px 34px;
  border-right:1px solid rgba(255,255,255,.16);
}
.stats-strip article:last-child{
  border-right:0;
}
.stats-strip span{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 10px;
  color:var(--orange);
}
.stats-strip svg{
  width:48px;
  height:48px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stats-strip strong{
  display:block;
  color:var(--orange);
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(40px,4vw,62px);
  font-weight:900;
  line-height:1;
}
.stats-strip b{
  display:block;
  margin:4px 0 6px;
  font-family:'Roboto Condensed',sans-serif;
  font-size:20px;
  text-transform:uppercase;
}
.stats-strip p{
  margin:0 auto;
  max-width:210px;
  color:rgba(255,255,255,.78);
  line-height:1.35;
}
.services-faq{
  padding:24px 0 48px;
}
.faq-box{
  background:#fff;
  border-radius:14px;
  padding:34px 52px 42px;
  box-shadow:0 22px 60px rgba(0,0,0,.08);
}
.faq-box .center{
  text-align:center;
}
.faq-box h2{
  margin:0 0 28px;
  text-align:center;
  font-family:'Roboto Condensed',sans-serif;
  font-size:42px;
  line-height:1;
  font-weight:900;
}
.faq-box details{
  border:1px solid #e6e6e6;
  border-radius:8px;
  margin-bottom:12px;
  background:#fff;
}
.faq-box summary{
  cursor:pointer;
  list-style:none;
  padding:18px 22px;
  font-weight:900;
  font-family:'Roboto Condensed',sans-serif;
  font-size:20px;
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.faq-box summary::-webkit-details-marker{display:none;}
.faq-box summary:after{
  content:'+';
  color:#111;
  font-size:24px;
  line-height:1;
}
.faq-box details[open] summary:after{content:'−';}
.faq-box details p{
  margin:0;
  padding:0 22px 18px;
  color:#555;
  font-size:16px;
  line-height:1.55;
}
.services-final-cta{
  padding:0 0 54px;
}
.services-cta-card{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98), rgba(0,0,0,.88) 55%, rgba(0,0,0,.45)),
    url('../images/service-2.jpg') center right/cover no-repeat;
  min-height:190px;
  display:grid;
  grid-template-columns:110px 1fr auto;
  gap:28px;
  align-items:center;
  padding:36px 52px;
  color:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.2);
}
.services-cta-card .cta-icon{
  width:84px;
  height:84px;
  border:2px solid rgba(255,139,0,.7);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--orange);
}
.services-cta-card .cta-icon svg{
  width:44px;
  height:44px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.services-cta-card h2{
  margin:0 0 12px;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(32px,3.2vw,50px);
  line-height:1.04;
  font-weight:900;
}
.cta-meta{
  display:flex;
  gap:34px;
  color:#fff;
  font-weight:800;
}
.services-cta-card .btn{
  min-width:265px;
  justify-content:center;
  white-space:nowrap;
}
@media(max-width:1050px){
  .service-row,
  .service-row.reverse{
    grid-template-columns:1fr;
    gap:26px;
  }
  .service-row.reverse .service-row-content{order:2;}
  .service-row.reverse .service-row-image{order:1;}
  .service-row-content{max-width:none;}
  .stats-strip{grid-template-columns:repeat(2,1fr);}
  .stats-strip article:nth-child(2){border-right:0;}
  .stats-strip article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16);}
  .services-cta-card{grid-template-columns:1fr; text-align:left;}
}
@media(max-width:700px){
  .services-hero{min-height:380px;}
  .services-hero-copy{padding:72px 0 60px;}
  .services-hero-copy h1{font-size:44px;}
  .services-hero-copy p:not(.small-title){font-size:17px;}
  .services-detail{padding-top:34px;}
  .service-row{gap:20px;}
  .service-row-image img{height:260px;}
  .service-checks.two-cols{grid-template-columns:1fr;}
  .stats-strip{grid-template-columns:1fr;}
  .stats-strip article{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.16);}
  .stats-strip article:last-child{border-bottom:0;}
  .faq-box{padding:28px 18px 30px;}
  .faq-box h2{font-size:32px;}
  .faq-box summary{font-size:18px;padding:16px;}
  .services-cta-card{padding:30px 22px;grid-template-columns:1fr;}
  .cta-meta{flex-direction:column;gap:10px;}
  .services-cta-card .btn{width:100%;min-width:0;}
}

/* V38 - Carte réelle ajoutée au bloc zones de la page d'accueil uniquement */
#zones .home-zone-map{
  height:420px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  position:relative!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
    url('../images/zone-map-waterloo.png') center/cover no-repeat!important;
  box-shadow:0 28px 70px rgba(0,0,0,.12)!important;
  border:1px solid rgba(0,0,0,.06)!important;
}
#zones .home-zone-map:before{
  display:none!important;
}
#zones .home-zone-map .home-map-glow{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 52%,rgba(255,151,15,.22),rgba(255,151,15,.10) 26%,transparent 54%);
  pointer-events:none;
  z-index:1;
}
#zones .home-zone-map .map-ring,
#zones .home-zone-map .map-pin{
  z-index:2;
}
#zones .home-zone-map .map-ring{
  top:52%!important;
}
#zones .home-zone-map .map-pin{
  top:52%!important;
}
@media (min-width:1201px){
  #zones .zones-grid{
    grid-template-columns:minmax(560px,.92fr) minmax(640px,1.08fr)!important;
    gap:70px!important;
  }
  #zones .home-zone-map{height:430px!important;}
}
@media (max-width:760px){
  #zones .home-zone-map{height:300px!important;border-radius:18px!important;}
}

/* V40 - Correction menu responsive */
@media (max-width:860px){
  .site-header{position:sticky;top:0;z-index:999;background:#050607}
  .nav{position:relative;min-height:88px;height:auto;padding:12px 0}
  .menu-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.04);color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:1001}
  .menu{display:none;position:absolute;top:100%;left:0;right:0;width:100%;margin-left:0;background:rgba(5,6,7,.98);border:1px solid rgba(255,255,255,.10);border-top:1px solid rgba(255,151,15,.28);border-radius:0 0 18px 18px;box-shadow:0 24px 55px rgba(0,0,0,.45);padding:18px;flex-direction:column;align-items:stretch;gap:0;z-index:1000}
  .menu.open{display:flex!important}
  .menu a{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 12px;color:#fff;font-size:17px;border-bottom:1px solid rgba(255,255,255,.09)}
  .menu a:last-child{border-bottom:0}
  .menu a:after{display:none}
  .menu a.active{color:var(--orange)}
  .menu a:hover{color:var(--orange)}
  .quote.top{display:none!important}
}


/* V41 - Pages communes SEO */
.served-list-card li a{
  color:#333;
  text-decoration:none;
  transition:color .2s ease, transform .2s ease;
  display:inline-block;
}
.served-list-card li a:hover{
  color:var(--orange);
  transform:translateX(3px);
}
.footer-zones a{
  color:inherit;
  text-decoration:none;
}
.footer-zones a:hover{
  color:var(--orange);
}
.commune-page{
  background:#f6f6f4;
  color:#111;
}
.commune-page .site-header{
  background:#080808;
}
.commune-hero{
  position:relative;
  min-height:500px;
  background:#070707;
  color:#fff;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.commune-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.84) 40%, rgba(0,0,0,.25) 72%, rgba(0,0,0,.12) 100%),
    url('../images/hero-lift-v6.jpg') center right/cover no-repeat;
}
.commune-hero-inner{
  position:relative;
  z-index:2;
  padding:92px 0 78px;
  max-width:1280px;
}
.commune-hero h1{
  max-width:780px;
  margin:16px 0 26px;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(40px,3vw,50px);
  line-height:1.3;
  text-transform:initial;
  letter-spacing:-.035em;
}
.commune-hero p:not(.small-title){
  max-width:650px;
  font-size:21px;
  line-height:1.6;
  color:rgba(255,255,255,.92);
  margin:0;
}
.commune-hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:34px;
}
.commune-hero-actions .commune-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  text-decoration:none;
}
.commune-secondary{
  display:inline-flex;
  align-items:center;
  min-height:54px;
  padding:0 24px;
  border:1px solid rgba(255,151,15,.45);
  color:#fff;
  border-radius:10px;
  font-family:'Roboto Condensed',sans-serif;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
  background:rgba(255,255,255,.04);
}
.commune-content{
  padding:82px 0 34px;
}
.commune-grid{
  display:grid;
  grid-template-columns:1.45fr .8fr;
  gap:34px;
  align-items:stretch;
}
.commune-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:20px;
  box-shadow:0 22px 60px rgba(0,0,0,.08);
  padding:42px;
}
.commune-card h2{
  margin:14px 0 24px;
  font-family:'Roboto Condensed',sans-serif;
  font-size:clamp(20px,1vw,35px);
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing: 0em;
}
.commune-card p:not(.small-title){
  color:#444;
  font-size:15px;
  line-height:2;
  margin:0 0 18px;
}
.commune-summary h3{
  font-family:'Roboto Condensed',sans-serif;
  font-size:30px;
  text-transform:uppercase;
  margin:0 0 24px;
}
.commune-summary ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:16px;
}
.commune-summary li{
  position:relative;
  padding-left:30px;
  font-weight:800;
  color:#222;
  line-height:1.45;
}
.commune-summary li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--orange);
  font-weight:900;
}
.commune-benefits{
  padding:28px 0 50px;
}
.commune-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.commune-benefits article{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 50px rgba(0,0,0,.07);
  padding:34px;
}
.commune-benefits span{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:50%;
  color:var(--orange);
  background:rgba(255,151,15,.08);
  margin-bottom:22px;
}
.commune-benefits svg{
  width:38px;
  height:38px;
}
.commune-benefits h3{
  font-family:'Roboto Condensed',sans-serif;
  font-size:28px;
  text-transform:uppercase;
  margin:0 0 10px;
}
.commune-benefits p{
  margin:0;
  color:#555;
  font-size:16px;
  line-height:1.6;
}
.commune-seo{
  padding:32px 0 72px;
}
.commune-seo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.commune-seo-grid>div{
  background:#fff;
  border-radius:20px;
  padding:38px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 50px rgba(0,0,0,.06);
}
.commune-seo h2{
  font-family:'Roboto Condensed',sans-serif;
  font-size:20px;
  line-height:1.40;
  margin:12px 0 20px;
}
.commune-seo p:not(.small-title){
  color:#444;
  font-size:17px;
  line-height:1.72;
  margin:0;
}
.commune-final{
  padding-top:0;
}
@media(max-width:980px){
  .commune-grid,
  .commune-seo-grid,
  .commune-benefits-grid{
    grid-template-columns:1fr;
  }
  .commune-hero{
    min-height:auto;
  }
  .commune-hero h1{
    font-size:48px;
  }
  .commune-card{
    padding:30px;
  }
}
@media(max-width:640px){
  .commune-hero-inner{
    padding:70px 0 54px;
  }
  .commune-hero h1{
    font-size:38px;
  }
  .commune-hero p:not(.small-title){
    font-size:17px;
  }
  .commune-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .commune-hero-actions a{
    width:100%;
  }
  .commune-card h2{
    font-size:20px;
    font-weight: 900;
    line-height: 1.3;
  }
  .commune-benefits article,
  .commune-seo-grid>div{
    padding:26px;
  }
}


/* SEO city pages v42 */
.seo-city-page .commune-hero h1{max-width:980px}.seo-city-page .commune-hero p{max-width:820px}.city-long-content{background:#fff}.seo-list{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:12px}.seo-list li{position:relative;padding-left:30px;font-weight:700;color:#202020;line-height:1.55}.seo-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--orange);font-weight:900}.city-details{background:#f7f7f7}.city-details-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.city-testimonial{background:#08090a!important;color:#fff}.city-testimonial p:not(.small-title){font-size:20px;line-height:1.7;color:#f1f1f1}.city-testimonial strong{display:block;color:var(--orange);margin-top:22px;font-family:'Roboto Condensed',sans-serif;text-transform:uppercase}.city-faq{background:#fff}.city-faq h2{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:clamp(30px,2vw,64px);margin:8px 0 30px}.city-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.city-faq-grid article{background:#f7f7f7;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:28px}.city-faq-grid h3{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;font-size:24px;margin:0 0 10px}.city-faq-grid p{margin:0;color:#444;line-height:1.65}.city-links{background:#f7f7f7}.city-link-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.city-link-list a,.served-list-card a{color:inherit;text-decoration:none}.city-link-list a{background:#0b0c0d;color:#fff;border-radius:999px;padding:12px 18px;font-weight:800}.city-link-list a:hover,.served-list-card a:hover{color:var(--orange)}@media(max-width:900px){.city-details-grid,.city-faq-grid{grid-template-columns:1fr}.city-link-list a{width:100%;text-align:center}}


/* SEO communes - image + contenu local */
.commune-image-seo{background:#f7f7f7;}
.commune-image-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:32px;align-items:stretch;}
.commune-photo-card{margin:0;border-radius:26px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.14);min-height:360px;background:#111;}
.commune-photo-card img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block;}
.commune-local-extra{display:flex;flex-direction:column;justify-content:center;}
.commune-local-extra p{line-height:1.75;}
@media (max-width: 900px){.commune-image-grid{grid-template-columns:1fr}.commune-photo-card,.commune-photo-card img{min-height:260px}}


/* V46 - 404 page polish */
.page-404-hero{min-height:520px;display:flex;align-items:center;background:linear-gradient(135deg,#080808,#151515)}
.page-404-hero .contact-hero-copy{max-width:780px}
.three-cards a{text-decoration:none;color:inherit}


/* Bouton WhatsApp flottant - icône officielle sans texte */
.whatsapp-float{
  position:fixed;
  right:28px;
  bottom:28px;
  z-index:9999;
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  box-shadow:0 18px 42px rgba(37,211,102,.42);
  border:3px solid rgba(255,255,255,.92);
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.06);
  box-shadow:0 24px 55px rgba(37,211,102,.58);
  filter:saturate(1.08);
}
.whatsapp-float:focus-visible{
  outline:3px solid rgba(255,255,255,.95);
  outline-offset:4px;
}
.whatsapp-float__svg{
  width:38px;
  height:38px;
  display:block;
}
@media (max-width:768px){
  .whatsapp-float{
    right:16px;
    bottom:16px;
    width:58px;
    height:58px;
  }
  .whatsapp-float__svg{
    width:34px;
    height:34px;
  }
}

/* V56 - Tarifs : 2 formules uniquement */
.pricing-grid-two{
  grid-template-columns:repeat(2,minmax(280px,420px));
  justify-content:center;
  max-width:980px;
  margin:0 auto;
  gap:34px;
}
.price-card-simple{
  min-height:520px;
  padding:42px 34px;
}
.price-card-simple .price strong{
  font-size:64px;
}
.price-card-simple .price span{
  font-size:18px;
  font-weight:800;
  color:#333;
}
.pricing-extra-box{
  max-width:980px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.pricing-extra-box>div{
  background:#111;
  color:#fff;
  border-radius:18px;
  padding:28px 30px;
  box-shadow:0 24px 70px rgba(0,0,0,.12);
  border:1px solid rgba(255,151,15,.18);
}
.pricing-extra-box h3{
  margin:0 0 12px;
  color:var(--orange);
  font-family:'Roboto Condensed',sans-serif;
  text-transform:uppercase;
  font-size:26px;
  font-weight:900;
}
.pricing-extra-box p{
  margin:8px 0;
  line-height:1.5;
}
@media(max-width:900px){
  .pricing-grid-two{grid-template-columns:1fr;max-width:520px;}
  .pricing-extra-box{grid-template-columns:1fr;max-width:520px;}
}

/* V58 - Bouton WhatsApp premium : cercle parfait + icône officielle blanche */
.whatsapp-float{
  position:fixed !important;
  right:26px !important;
  bottom:26px !important;
  z-index:99999 !important;
  width:68px !important;
  height:68px !important;
  min-width:68px !important;
  min-height:68px !important;
  aspect-ratio:1 / 1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:50% !important;
  background:#25D366 !important;
  color:#fff !important;
  border:0 !important;
  outline:0 !important;
  text-decoration:none !important;
  overflow:hidden !important;
  box-shadow:0 16px 38px rgba(37,211,102,.42), 0 8px 18px rgba(0,0,0,.25) !important;
  transform:translateZ(0);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}
.whatsapp-float::before,
.whatsapp-float::after{
  content:none !important;
  display:none !important;
}
.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.06) !important;
  background:#20c65a !important;
  box-shadow:0 22px 52px rgba(37,211,102,.55), 0 10px 24px rgba(0,0,0,.30) !important;
}
.whatsapp-float:focus-visible{
  outline:3px solid rgba(255,255,255,.95) !important;
  outline-offset:5px !important;
}
.whatsapp-float__svg{
  width:40px !important;
  height:40px !important;
  display:block !important;
  flex:0 0 auto !important;
  color:#fff !important;
}
@media (max-width:768px){
  .whatsapp-float{
    right:18px !important;
    bottom:18px !important;
    width:60px !important;
    height:60px !important;
    min-width:60px !important;
    min-height:60px !important;
  }
  .whatsapp-float__svg{
    width:35px !important;
    height:35px !important;
  }
}


/* V59 - Correction définitive bouton WhatsApp : rond parfait + icône blanche */
.whatsapp-float{display:none!important;}
.wa-premium-float,
a.wa-premium-float,
body > .wa-premium-float{
  position:fixed!important;
  right:26px!important;
  bottom:26px!important;
  z-index:2147483647!important;
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  max-width:68px!important;
  min-height:68px!important;
  max-height:68px!important;
  aspect-ratio:1/1!important;
  box-sizing:border-box!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:9999px!important;
  background:#25D366!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  line-height:0!important;
  font-size:0!important;
  overflow:hidden!important;
  box-shadow:0 16px 38px rgba(37,211,102,.45), 0 8px 20px rgba(0,0,0,.28)!important;
  transform:none!important;
  transform-origin:center center!important;
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease!important;
}
.wa-premium-float::before,
.wa-premium-float::after{content:none!important;display:none!important;}
.wa-premium-float:hover{
  transform:translateY(-4px) scale(1.06)!important;
  background:#20c65a!important;
  box-shadow:0 22px 52px rgba(37,211,102,.58), 0 10px 26px rgba(0,0,0,.32)!important;
}
.wa-premium-float__icon,
a.wa-premium-float .wa-premium-float__icon{
  display:block!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  color:#fff!important;
  fill:currentColor!important;
  flex:0 0 42px!important;
  pointer-events:none!important;
}
.wa-premium-float__icon path{fill:#fff!important;}
@media (max-width:768px){
  .wa-premium-float,
  a.wa-premium-float,
  body > .wa-premium-float{
    right:18px!important;
    bottom:18px!important;
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
    max-width:62px!important;
    min-height:62px!important;
    max-height:62px!important;
  }
  .wa-premium-float__icon,
  a.wa-premium-float .wa-premium-float__icon{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    max-width:38px!important;
    max-height:38px!important;
    flex-basis:38px!important;
  }
}

/* V60 - Correctif définitif WhatsApp : suppression du logo géant + bouton rond fixe */
.whatsapp-float,
.wa-premium-float,
.whatsapp-big,
img[src*="whatsapp"],
img[src*="Whatsapp"],
img[src*="WA"]{
  display:none!important;
}
.wa-fixed-btn,
a.wa-fixed-btn,
body .wa-fixed-btn{
  position:fixed!important;
  right:26px!important;
  bottom:26px!important;
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  min-height:68px!important;
  max-width:68px!important;
  max-height:68px!important;
  border-radius:50%!important;
  background:#25D366!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:2147483647!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  text-decoration:none!important;
  line-height:0!important;
  box-shadow:0 16px 38px rgba(37,211,102,.45),0 8px 20px rgba(0,0,0,.28)!important;
  transform:translateZ(0)!important;
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease!important;
}
.wa-fixed-btn::before,
.wa-fixed-btn::after{content:none!important;display:none!important;}
.wa-fixed-btn:hover{transform:translateY(-4px) scale(1.06)!important;background:#20c65a!important;box-shadow:0 22px 52px rgba(37,211,102,.58),0 10px 26px rgba(0,0,0,.32)!important;}
.wa-fixed-btn svg,
.wa-fixed-btn svg *{
  width:auto!important;
  height:auto!important;
  fill:#fff!important;
  stroke:none!important;
}
.wa-fixed-btn > svg{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  max-width:40px!important;
  max-height:40px!important;
  display:block!important;
  flex:0 0 40px!important;
}
@media(max-width:768px){
  .wa-fixed-btn,
  a.wa-fixed-btn,
  body .wa-fixed-btn{right:18px!important;bottom:18px!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;max-width:60px!important;max-height:60px!important;}
  .wa-fixed-btn > svg{width:35px!important;height:35px!important;min-width:35px!important;min-height:35px!important;max-width:35px!important;max-height:35px!important;flex-basis:35px!important;}
}


/* V61 - Pages articles */
.article-hero{padding:150px 0 70px;background:linear-gradient(135deg,#0b0c0f 0%,#17191f 55%,#24130b 100%);color:#fff;overflow:hidden;position:relative}
.article-hero:before{content:"";position:absolute;inset:auto -15% -45% 40%;height:520px;background:radial-gradient(circle,rgba(242,111,33,.26),transparent 62%);filter:blur(12px)}
.article-hero-grid{position:relative;display:grid;grid-template-columns:1fr 520px;gap:54px;align-items:center}
.article-back{display:inline-flex;margin-bottom:22px;color:#f26f21;text-decoration:none;font-family:'Roboto Condensed',sans-serif;font-weight:800;letter-spacing:.4px;text-transform:uppercase}
.article-hero h1{font-family:'Roboto Condensed',sans-serif;font-size:clamp(42px,5vw,76px);line-height:.94;text-transform:uppercase;margin:10px 0 18px;letter-spacing:-1.8px;max-width:850px}
.article-lead{font-size:20px;line-height:1.7;color:rgba(255,255,255,.78);max-width:720px;margin:0 0 22px}
.article-hero time{display:inline-flex;padding:10px 16px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff;background:rgba(255,255,255,.06);font-weight:800}
.article-hero figure{margin:0;border-radius:30px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.12)}
.article-hero figure img{display:block;width:100%;height:390px;object-fit:cover}
.article-section{background:#f6f6f4}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:44px;align-items:start}
.article-content{background:#fff;border-radius:30px;padding:46px;box-shadow:0 18px 55px rgba(15,18,22,.08);border:1px solid rgba(15,18,22,.06)}
.article-content h2{font-family:'Roboto Condensed',sans-serif;font-size:34px;line-height:1.05;text-transform:uppercase;margin:0 0 14px;color:#111}
.article-content p{font-size:18px;line-height:1.8;color:#4c4f55;margin:0 0 30px}
.article-cta{margin-top:18px;padding:34px;border-radius:26px;background:linear-gradient(135deg,#111 0%,#1d1f24 100%);color:#fff;position:relative;overflow:hidden}
.article-cta:after{content:"";position:absolute;right:-120px;bottom:-120px;width:300px;height:300px;background:radial-gradient(circle,rgba(242,111,33,.38),transparent 65%)}
.article-cta h2,.article-cta p,.article-actions{position:relative;z-index:1}.article-cta h2{color:#fff}.article-cta p{color:rgba(255,255,255,.72);max-width:700px}.article-actions{display:flex;gap:14px;flex-wrap:wrap}.btn.ghost.dark{border-color:#1f2228;color:#151515;background:#fff}
.article-side{position:sticky;top:115px;background:#111317;color:#fff;border-radius:28px;padding:34px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px rgba(0,0,0,.18)}
.article-side h3{font-family:'Roboto Condensed',sans-serif;font-size:34px;margin:0 0 12px;text-transform:uppercase}.article-side p{color:rgba(255,255,255,.72);line-height:1.7}.article-side ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}.article-side li{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.article-side li:before{content:"✓";color:#f26f21;font-weight:900;margin-right:10px}
@media(max-width:980px){.article-hero{padding-top:125px}.article-hero-grid,.article-layout{grid-template-columns:1fr}.article-hero figure img{height:320px}.article-side{position:relative;top:auto}}
@media(max-width:640px){.article-hero{padding:105px 0 45px}.article-content{padding:28px;border-radius:22px}.article-content h2{font-size:28px}.article-content p{font-size:16px}.article-hero figure img{height:240px}.article-actions{flex-direction:column}.article-actions .btn{width:100%;justify-content:center}}
