
:root{
 --blue:#0b63f6;--blue2:#0047d8;--ink:#07111f;--navy:#07192f;--black:#03070d;
 --white:#fff;--paper:#f5f7fb;--muted:#687487;--line:#dfe6ef;--shadow:0 18px 50px rgba(5,19,39,.13)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
.topbar{background:#02070d;color:#cdd6e2;font-size:13px}.topbar .wrap{max-width:1440px;margin:auto;padding:7px 26px;display:flex;justify-content:space-between;gap:20px}
.header{position:sticky;top:0;z-index:100;background:rgba(4,9,16,.96);backdrop-filter:blur(10px);border-bottom:1px solid #1b2736}
.navbar{max-width:1440px;margin:auto;padding:10px 26px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center}.brand img{width:220px;height:72px;object-fit:contain}
.navlinks{display:flex;gap:22px;margin-left:auto;align-items:center;color:#fff;font-size:15px}.navlinks a{padding:10px 0;position:relative}.navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:var(--blue);transition:.2s}.navlinks a:hover:after,.navlinks a.active:after{right:0}.navlinks a.active{color:#6fa0ff}
.cta,.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border:1px solid var(--blue);padding:14px 22px;border-radius:6px;font-weight:800;cursor:pointer;transition:.2s}.cta:hover,.btn:hover{background:var(--blue2);transform:translateY(-1px)}
.btn.outline{background:transparent;border-color:#fff}.menu{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:28px}
.hero{min-height:610px;color:#fff;background:
linear-gradient(90deg,rgba(2,8,16,.98) 0%,rgba(2,8,16,.88) 40%,rgba(2,8,16,.18) 72%),
var(--hero) center/cover no-repeat;display:flex;align-items:center}
.hero .inner{max-width:1440px;width:100%;margin:auto;padding:76px 34px}.kicker{color:#6ea1ff;text-transform:uppercase;letter-spacing:.09em;font-weight:800;font-size:14px}
.hero h1{font-size:clamp(45px,6vw,82px);line-height:1.02;margin:16px 0;max-width:830px}.hero h1 em{font-style:normal;color:var(--blue)}
.hero p{font-size:21px;color:#e5ebf3;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.checks{display:flex;gap:28px;flex-wrap:wrap;margin-top:27px;font-weight:700}.checks span:before{content:"✓";color:#71a2ff;margin-right:8px}
.section{padding:76px 28px}.section.alt{background:var(--paper)}.container{max-width:1400px;margin:auto}.section-title{max-width:760px;margin-bottom:32px}.section-title h2{font-size:40px;line-height:1.12;margin:0 0 12px}.section-title p{color:var(--muted);font-size:18px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:0 8px 24px rgba(6,20,42,.05)}
.card .ico{width:50px;height:50px;border-radius:12px;background:#e8f0ff;color:var(--blue);display:grid;place-items:center;font-size:24px;margin-bottom:17px}.card h3{margin:0 0 8px;font-size:21px}.card p{color:var(--muted);margin:0}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.work{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.work img{height:270px;width:100%;object-fit:cover}.work .cap{padding:18px}.work h3{margin:0 0 6px}.work p{margin:0;color:var(--muted)}
.band{background:linear-gradient(135deg,#07182f,#0b2d5c);color:#fff;border-radius:14px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:var(--shadow)}.band strong{font-size:30px;color:#77a6ff}
.two{display:grid;grid-template-columns:1fr 1.4fr;gap:24px}.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form select,.form textarea{width:100%;border:1px solid #cfd8e5;border-radius:7px;padding:14px;background:#fff}.form textarea{grid-column:1/-1;min-height:160px}.form .btn{grid-column:1/-1}
.notice{border-left:4px solid var(--blue);background:#edf3ff;padding:15px 18px;border-radius:8px;margin-bottom:24px}.legal article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px;margin-bottom:15px}.legal h3{margin:0 0 8px;color:#0d51d8}
details.card{margin-bottom:12px}details summary{cursor:pointer;font-weight:800}
.footer{background:#020812;color:#fff;padding:52px 28px 24px}.footgrid{max-width:1400px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px}.footer-logo{width:220px;height:80px;object-fit:contain}.footer h4{margin:0 0 14px}.footer a{display:block;color:#cdd7e5;margin:8px 0}.fine{max-width:1400px;margin:30px auto 0;padding-top:20px;border-top:1px solid #223149;color:#aeb9c9;font-size:13px}
.cookiebar{position:fixed;left:20px;right:20px;bottom:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:18px;border-radius:12px;z-index:120;display:flex;align-items:center;gap:18px}.cookiebar p{margin:0;flex:1}.cookiebar.hide{display:none}
@media(max-width:980px){.navlinks{display:none;position:absolute;top:92px;left:0;right:0;background:#03070d;padding:25px;flex-direction:column}.navlinks.open{display:flex}.menu{display:block}.navbar>.cta{display:none}.grid,.gallery,.two,.footgrid{grid-template-columns:1fr}.hero{min-height:540px}.hero h1{font-size:48px}.brand img{width:180px;height:62px}.band{flex-direction:column;align-items:flex-start}.form{grid-template-columns:1fr}.cookiebar{flex-direction:column;align-items:stretch}}

/* ===== PAGE ACCUEIL HAUTE FIDÉLITÉ ===== */
.home-shell{background:#fff}
.home-hero{min-height:500px;display:grid;grid-template-columns:38% 62%;background:#05080d;color:#fff}
.home-copy{padding:54px 42px 38px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(130deg,#05080d 0%,#080d14 72%,#121820 100%)}
.home-copy .home-kicker{font-size:19px;font-weight:800;color:#1765ff;text-transform:uppercase;margin-bottom:13px}
.home-copy h1{font-size:58px;line-height:1.09;margin:0;text-transform:uppercase;letter-spacing:-1px}
.home-copy h1 b{display:block}.home-copy h1 .dot{color:#0759ff}.home-copy .claim{font-size:41px;line-height:1.1;margin-top:7px}.home-copy .claim em{font-style:normal;color:#0759ff}
.home-trust{display:flex;gap:26px;flex-wrap:wrap;margin:22px 0 25px;font-size:17px}.home-trust span:before{content:"✓";display:inline-grid;place-items:center;width:23px;height:23px;border:1px solid #0759ff;border-radius:50%;color:#0759ff;margin-right:9px}
.home-buttons{display:flex;gap:20px;flex-wrap:wrap}.home-buttons .btn{min-width:250px;font-size:17px}
.home-image{background:url('hero-accueil-reference.jpg') center/cover no-repeat;min-height:500px}
.home-projects{padding:24px 40px 22px;display:grid;grid-template-columns:230px repeat(4,1fr);gap:20px;align-items:stretch}
.home-project-intro{padding-right:10px}.home-project-intro h2{font-size:23px;margin:5px 0 18px;text-transform:uppercase}.home-project-intro h2:after{content:"";display:block;width:40px;height:4px;background:#0759ff;margin-top:13px}
.home-project-intro p{font-size:16px}.home-project-intro .btn{margin-top:8px;padding:12px 16px}
.home-project-card{position:relative;border-radius:8px;overflow:hidden;min-height:225px;background:#111}.home-project-card img{width:100%;height:100%;object-fit:cover}.home-project-card strong{position:absolute;left:0;right:0;bottom:0;padding:12px 15px;background:rgba(0,0,0,.88);color:#fff;text-transform:uppercase;font-size:18px}
.home-contact{margin:0 40px 0;background:#05080d;color:#fff;border-radius:7px 7px 0 0;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.home-contact>div{display:flex;align-items:center;gap:17px;padding:17px 35px;border-right:1px solid #69717e}.home-contact>div:last-child{border-right:0}.home-contact .round{width:55px;height:55px;flex:0 0 55px;border-radius:50%;display:grid;place-items:center;background:#0759ff;font-size:27px}
.home-contact strong{font-size:25px;font-weight:500}.home-contact small{display:block;color:#e1e5eb;font-size:14px}
.home-legal{background:#02050a;color:#fff;padding:14px 40px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.home-legal nav{display:flex;gap:45px}.home-legal a{color:#1167ff}
@media(max-width:1050px){.home-hero{grid-template-columns:1fr}.home-copy{order:2}.home-image{min-height:400px}.home-projects{grid-template-columns:1fr 1fr}.home-project-intro{grid-column:1/-1}.home-contact{grid-template-columns:1fr;margin:0 20px}.home-contact>div{border-right:0;border-bottom:1px solid #69717e}.home-legal{flex-direction:column;gap:12px}.home-legal nav{gap:18px;flex-wrap:wrap;justify-content:center}}
@media(max-width:620px){.home-copy{padding:35px 22px}.home-copy h1{font-size:40px}.home-copy .claim{font-size:30px}.home-projects{grid-template-columns:1fr;padding:25px 20px}.home-project-intro{grid-column:auto}.home-buttons .btn{min-width:100%}.home-contact{margin:0}.home-contact>div{padding:15px 20px}.home-contact strong{font-size:20px}}

/* ===== V4 : FINITIONS PAGE ACCUEIL ===== */
body.home-shell{overflow-x:hidden}
.home-shell .header{height:104px;position:relative;background:#020509}
.home-shell .navbar{height:104px;max-width:none;padding:0 26px 0 24px}
.home-shell .brand img{width:300px;height:92px;object-fit:contain;object-position:left center}
.home-shell .navlinks{font-size:17px;gap:40px}
.home-shell .navlinks a{padding:35px 0 29px}
.home-shell .navbar>.cta{font-size:18px;padding:16px 27px;border-radius:5px}
.home-hero{height:500px;min-height:500px;grid-template-columns:37.7% 62.3%}
.home-copy{padding:42px 42px 28px}
.home-copy .home-kicker{font-size:19px;margin-bottom:14px}
.home-copy h1{font-size:58px;line-height:1.1;letter-spacing:-.8px}
.home-copy .claim{font-size:42px;margin-top:5px}
.home-trust{font-size:18px;margin:19px 0 24px;gap:24px}
.home-trust span{white-space:nowrap}
.home-buttons .btn{height:57px;min-width:252px;border-radius:5px;font-size:18px}
.home-image{min-height:500px;background-position:center center}
.home-projects{height:270px;padding:23px 40px 21px;grid-template-columns:240px repeat(4,minmax(0,1fr));gap:20px}
.home-project-intro h2{font-size:23px;margin-top:3px}
.home-project-intro p{line-height:1.65;margin-bottom:16px}
.home-project-intro .btn{font-size:14px;min-width:210px}
.home-project-card{min-height:225px;box-shadow:0 5px 15px rgba(0,0,0,.12);transition:transform .25s ease,box-shadow .25s ease}
.home-project-card:hover{transform:translateY(-4px);box-shadow:0 13px 25px rgba(0,0,0,.22)}
.home-project-card strong{font-size:17px;padding:10px 14px}
.home-contact{height:93px;margin:0 40px}
.home-contact>div{height:93px;padding:12px 55px}
.home-contact strong{font-size:27px}
.home-legal{height:57px;padding:0 50px}
.home-legal nav{gap:42px}
.home-buttons .btn,.home-project-intro .btn,.home-shell .cta{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.home-buttons .btn:hover,.home-project-intro .btn:hover,.home-shell .cta:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(0,75,220,.35)}
@media(max-width:1200px){.home-shell .navlinks{gap:22px;font-size:15px}.home-shell .brand img{width:245px}.home-copy h1{font-size:50px}.home-copy .claim{font-size:37px}.home-projects{grid-template-columns:220px repeat(4,minmax(0,1fr))}.home-contact>div{padding:12px 25px}}
@media(max-width:1050px){.home-shell .header,.home-shell .navbar{height:84px}.home-shell .brand img{width:210px;height:72px}.home-hero{height:auto}.home-projects{height:auto}.home-contact{height:auto}.home-contact>div{height:auto}.home-legal{height:auto;padding:16px 24px}}

/* ===== V5 : ACCUEIL PRÉCISION RENFORCÉE ===== */
.home-shell .header{box-shadow:none;border-bottom:1px solid rgba(255,255,255,.04)}
.home-shell .navbar{padding-left:18px;padding-right:24px}
.home-shell .brand img{width:286px;height:92px}
.home-shell .navlinks{gap:35px}
.home-shell .navbar>.cta{min-width:232px}
.home-hero{height:504px;min-height:504px;grid-template-columns:39% 61%}
.home-copy{padding:40px 40px 26px 38px;background:radial-gradient(circle at 75% 45%,rgba(11,27,48,.26),transparent 45%),linear-gradient(145deg,#03070c 0%,#08101a 100%)}
.home-copy .home-kicker{font-size:17px;letter-spacing:.01em;text-transform:none;color:#2b79ff}
.home-copy h1{font-size:56px;line-height:1.06;letter-spacing:-1.2px}
.home-copy h1 b{margin-bottom:2px}
.home-copy .claim{font-size:40px}
.home-copy .claim em{font-weight:700}
.home-trust{font-size:16px;gap:22px}
.home-trust span:before{width:22px;height:22px}
.home-buttons{gap:14px}
.home-buttons .btn{height:54px;min-width:242px;font-size:16px}
.home-image{background-image:url('hero-accueil-reference-v5.jpg');background-position:center}
.home-projects{height:268px;padding:22px 34px 20px 36px;grid-template-columns:228px repeat(4,minmax(0,1fr));gap:18px}
.home-project-intro h2{font-size:22px;margin-bottom:14px}
.home-project-intro p{font-size:15px;line-height:1.55}
.home-project-card{min-height:226px;border-radius:6px}
.home-project-card strong{font-size:16px;padding:9px 12px;background:rgba(0,0,0,.91);letter-spacing:.02em}
.home-contact{margin:0 34px;height:90px}
.home-contact>div{height:90px;padding:10px 42px}
.home-contact .round{width:52px;height:52px;flex-basis:52px}
.home-contact strong{font-size:24px}
.home-contact small{font-size:13px}
.home-legal{padding:0 40px;height:56px}
.home-legal nav{gap:34px}
@media(max-width:1250px){
 .home-shell .navlinks{gap:20px;font-size:14px}
 .home-shell .brand img{width:240px}
 .home-shell .navbar>.cta{min-width:190px}
 .home-copy h1{font-size:49px}
 .home-copy .claim{font-size:35px}
}

/* ===== V6 : CALIBRAGE FINAL PAGE ACCUEIL ===== */
.home-shell{background:#02050a}
.home-shell .header{height:96px}
.home-shell .navbar{height:96px;padding:0 22px}
.home-shell .brand img{width:278px;height:84px}
.home-shell .navlinks{gap:33px;font-size:16px}
.home-shell .navlinks a{padding:32px 0 27px}
.home-shell .navbar>.cta{height:52px;min-width:228px;padding:0 24px;font-size:17px}

.home-hero{height:496px;min-height:496px;grid-template-columns:39.2% 60.8%}
.home-copy{padding:36px 38px 25px;background:
radial-gradient(circle at 70% 50%,rgba(8,27,56,.28),transparent 42%),
linear-gradient(145deg,#02060b 0%,#07111c 100%)}
.home-copy .home-kicker{font-size:16px;margin-bottom:12px;color:#2f7dff;font-weight:800}
.home-copy h1{font-size:54px;line-height:1.055;letter-spacing:-1.15px}
.home-copy .claim{font-size:39px;line-height:1.04;margin-top:8px}
.home-trust{font-size:15.5px;gap:21px;margin:18px 0 23px}
.home-buttons .btn{height:52px;min-width:238px;padding:0 20px;font-size:16px}
.home-image{min-height:496px;background-image:url('hero-accueil-reference-v6.jpg');background-position:center center}

.home-projects{height:260px;padding:20px 32px 18px 34px;grid-template-columns:220px repeat(4,minmax(0,1fr));gap:16px;background:#fff}
.home-project-intro h2{font-size:21px;margin:2px 0 13px}
.home-project-intro h2:after{width:34px;height:3px;margin-top:10px}
.home-project-intro p{font-size:14.5px;line-height:1.5;margin:0 0 14px}
.home-project-intro .btn{font-size:13.5px;padding:11px 13px;min-width:204px}
.home-project-card{min-height:220px;border-radius:5px}
.home-project-card strong{font-size:15px;padding:9px 11px;letter-spacing:.01em}

.home-contact{margin:0 32px;height:86px}
.home-contact>div{height:86px;padding:10px 36px}
.home-contact .round{width:48px;height:48px;flex-basis:48px;font-size:22px}
.home-contact strong{font-size:22px;letter-spacing:.01em}
.home-contact small{font-size:12.5px;margin-top:2px}
.home-legal{height:52px;padding:0 38px;font-size:13px}
.home-legal nav{gap:30px}
.home-project-card img{filter:saturate(.96) contrast(1.03)}
.home-project-card:hover img{transform:scale(1.025)}
.home-project-card img{transition:transform .35s ease}

@media(max-width:1180px){
 .home-shell .navlinks{gap:18px;font-size:14px}
 .home-shell .brand img{width:230px}
 .home-shell .navbar>.cta{min-width:180px;font-size:14px}
 .home-copy h1{font-size:47px}
 .home-copy .claim{font-size:34px}
 .home-projects{grid-template-columns:205px repeat(4,minmax(0,1fr))}
}

/* ===== V7 : PAGE DÉPANNAGE HAUTE FIDÉLITÉ ===== */
.service-page .header{height:96px}.service-page .navbar{height:96px;padding:0 22px}.service-page .brand img{width:278px;height:84px}
.service-page .navlinks{gap:33px;font-size:16px}.service-page .navbar>.cta{height:52px;min-width:228px;font-size:17px}
.dep-hero{min-height:470px;display:grid;grid-template-columns:47% 53%;background:#071426;color:#fff}
.dep-copy{padding:48px 48px 40px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#071426,#0b2142)}
.dep-copy .kicker{color:#6fa0ff;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:15px}
.dep-copy h1{font-size:60px;line-height:1.03;margin:13px 0 12px}.dep-copy h1 em{font-style:normal;color:#0b63f6}
.dep-copy p{font-size:20px;max-width:650px;color:#dfe8f4}
.dep-actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:26px}.dep-actions .btn{min-width:235px}
.dep-image{background:url('hero-depannage-v7.jpg') center/cover no-repeat;position:relative}
.dep-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,38,.25),transparent 40%)}
.dep-strip{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-bottom:1px solid #dfe6ef}
.dep-strip div{padding:23px 12px;text-align:center;border-right:1px solid #e4e9f1;font-weight:800;color:#0a1930}
.dep-strip div:last-child{border-right:0}.dep-strip span{display:block;font-size:28px;color:#0b63f6;margin-bottom:6px}
.dep-services{padding:58px 30px;background:#f5f7fb}.dep-services .container{max-width:1320px}
.dep-services h2{text-align:center;font-size:38px;margin:0 0 30px}
.dep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dep-card{background:#fff;border:1px solid #dfe6ef;border-radius:10px;padding:24px;box-shadow:0 8px 24px rgba(6,20,42,.06)}
.dep-card h3{margin:0 0 8px;font-size:21px}.dep-card p{margin:0;color:#687487}.dep-card .ico{font-size:30px;color:#0b63f6;margin-bottom:12px}
.dep-reassure{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:24px}
.dep-panel{background:#07192f;color:#fff;border-radius:11px;padding:28px}.dep-panel h3{font-size:26px;margin-top:0}
.dep-panel ul{padding-left:20px}.dep-panel li{margin:9px 0}
.dep-contact{background:#0b63f6;color:#fff;border-radius:11px;padding:28px;display:flex;flex-direction:column;justify-content:center}
.dep-contact strong{font-size:30px}.dep-contact p{margin:7px 0 18px}
@media(max-width:980px){.dep-hero{grid-template-columns:1fr}.dep-image{min-height:340px}.dep-strip{grid-template-columns:repeat(2,1fr)}.dep-grid,.dep-reassure{grid-template-columns:1fr}}

/* ===== V8 : PAGE ENTRETIEN HAUTE FIDÉLITÉ ===== */
.ent-page .header{height:96px}.ent-page .navbar{height:96px;padding:0 22px}.ent-page .brand img{width:278px;height:84px}
.ent-page .navlinks{gap:33px;font-size:16px}.ent-page .navbar>.cta{height:52px;min-width:228px;font-size:17px}
.ent-hero{min-height:470px;display:grid;grid-template-columns:48% 52%;background:#071426;color:#fff}
.ent-copy{padding:48px 48px 40px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#071426,#0b2142)}
.ent-copy .kicker{color:#6fa0ff;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:15px}
.ent-copy h1{font-size:58px;line-height:1.04;margin:13px 0 12px}.ent-copy h1 em{font-style:normal;color:#0b63f6}
.ent-copy p{font-size:20px;max-width:650px;color:#dfe8f4}
.ent-actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:26px}.ent-actions .btn{min-width:235px}
.ent-image{background:url('hero-entretien-v8.jpg') center/cover no-repeat;position:relative}
.ent-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,38,.28),transparent 45%)}
.ent-strip{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-bottom:1px solid #dfe6ef}
.ent-strip div{padding:23px 12px;text-align:center;border-right:1px solid #e4e9f1;font-weight:800;color:#0a1930}
.ent-strip div:last-child{border-right:0}.ent-strip span{display:block;font-size:28px;color:#0b63f6;margin-bottom:6px}
.ent-services{padding:58px 30px;background:#f5f7fb}.ent-services .container{max-width:1320px}
.ent-services h2{text-align:center;font-size:38px;margin:0 0 30px}
.ent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ent-card{background:#fff;border:1px solid #dfe6ef;border-radius:10px;padding:24px;box-shadow:0 8px 24px rgba(6,20,42,.06)}
.ent-card h3{margin:0 0 8px;font-size:21px}.ent-card p{margin:0;color:#687487}.ent-card .ico{font-size:30px;color:#0b63f6;margin-bottom:12px}
.ent-lower{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;margin-top:24px}
.ent-plan{background:#fff;border:1px solid #dfe6ef;border-radius:11px;padding:28px}
.ent-plan h3{font-size:26px;margin-top:0}.ent-plan ul{columns:2;gap:30px;padding-left:20px}.ent-plan li{margin:10px 0}
.ent-benefits{background:#07192f;color:#fff;border-radius:11px;padding:28px}
.ent-benefits h3{font-size:26px;margin-top:0}.ent-benefits li{margin:10px 0}
.ent-message{margin-top:24px;background:#0b63f6;color:#fff;border-radius:11px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ent-message strong{font-size:26px}
@media(max-width:980px){.ent-hero{grid-template-columns:1fr}.ent-image{min-height:340px}.ent-strip{grid-template-columns:repeat(2,1fr)}.ent-grid,.ent-lower{grid-template-columns:1fr}.ent-plan ul{columns:1}.ent-message{flex-direction:column;align-items:flex-start}}

/* ===== V9 : PAGE PETITS TRAVAUX HAUTE FIDÉLITÉ ===== */
.pt-page .header{height:96px}.pt-page .navbar{height:96px;padding:0 22px}.pt-page .brand img{width:278px;height:84px}
.pt-page .navlinks{gap:33px;font-size:16px}.pt-page .navbar>.cta{height:52px;min-width:228px;font-size:17px}
.pt-hero{min-height:470px;display:grid;grid-template-columns:48% 52%;background:#071426;color:#fff}
.pt-copy{padding:48px 48px 40px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#071426,#0b2142)}
.pt-copy .kicker{color:#6fa0ff;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:15px}
.pt-copy h1{font-size:58px;line-height:1.04;margin:13px 0 12px}.pt-copy h1 em{font-style:normal;color:#0b63f6}
.pt-copy p{font-size:20px;max-width:650px;color:#dfe8f4}
.pt-actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:26px}.pt-actions .btn{min-width:235px}
.pt-image{background:url('hero-petits-travaux-v9.jpg') center/cover no-repeat;position:relative}
.pt-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,38,.28),transparent 45%)}
.pt-strip{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-bottom:1px solid #dfe6ef}
.pt-strip div{padding:23px 12px;text-align:center;border-right:1px solid #e4e9f1;font-weight:800;color:#0a1930}
.pt-strip div:last-child{border-right:0}.pt-strip span{display:block;font-size:28px;color:#0b63f6;margin-bottom:6px}
.pt-services{padding:58px 30px;background:#f5f7fb}.pt-services .container{max-width:1320px}
.pt-services h2{text-align:center;font-size:38px;margin:0 0 12px}.pt-services .lead{text-align:center;color:#687487;font-size:18px;max-width:820px;margin:0 auto 30px}
.pt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pt-card{background:#fff;border:1px solid #dfe6ef;border-radius:10px;padding:24px;box-shadow:0 8px 24px rgba(6,20,42,.06)}
.pt-card h3{margin:0 0 8px;font-size:21px}.pt-card p{margin:0;color:#687487}.pt-card .ico{font-size:30px;color:#0b63f6;margin-bottom:12px}
.pt-gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.pt-example{background:#fff;border:1px solid #dfe6ef;border-radius:11px;overflow:hidden}
.pt-example img{width:100%;height:280px;object-fit:cover}.pt-example .cap{padding:20px}.pt-example h3{margin:0 0 8px}
.pt-lower{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:24px}
.pt-panel{background:#07192f;color:#fff;border-radius:11px;padding:28px}.pt-panel h3{font-size:26px;margin-top:0}
.pt-contact{background:#0b63f6;color:#fff;border-radius:11px;padding:28px;display:flex;flex-direction:column;justify-content:center}.pt-contact strong{font-size:28px}.pt-contact p{margin:7px 0 18px}
@media(max-width:980px){.pt-hero{grid-template-columns:1fr}.pt-image{min-height:340px}.pt-strip{grid-template-columns:repeat(2,1fr)}.pt-grid,.pt-gallery,.pt-lower{grid-template-columns:1fr}}

/* ===== V10 : PAGE NOS RÉALISATIONS ===== */
.real-page .header{height:96px}.real-page .navbar{height:96px;padding:0 22px}.real-page .brand img{width:278px;height:84px}
.real-page .navlinks{gap:33px;font-size:16px}.real-page .navbar>.cta{height:52px;min-width:228px;font-size:17px}
.real-hero{min-height:430px;color:#fff;background:
linear-gradient(90deg,rgba(2,8,16,.97) 0%,rgba(2,8,16,.86) 42%,rgba(2,8,16,.18) 75%),
url('galerie-cuisine-1.jpg') center/cover no-repeat;display:flex;align-items:center}
.real-hero .inner{max-width:1400px;width:100%;margin:auto;padding:60px 36px}
.real-hero .kicker{color:#6fa0ff;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.real-hero h1{font-size:62px;line-height:1.02;margin:13px 0}.real-hero h1 em{font-style:normal;color:#0b63f6}
.real-hero p{max-width:690px;font-size:20px;color:#e4eaf2}
.real-main{padding:58px 28px;background:#f5f7fb}.real-main .container{max-width:1360px}
.real-head{text-align:center;max-width:820px;margin:0 auto 28px}.real-head h2{font-size:40px;margin:0 0 10px}.real-head p{color:#687487;font-size:18px}
.filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}.filter-btn{border:1px solid #cfd8e5;background:#fff;color:#0a1930;padding:11px 17px;border-radius:999px;font-weight:800;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:#0b63f6;color:#fff;border-color:#0b63f6}
.real-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.real-card{position:relative;background:#fff;border:1px solid #dfe6ef;border-radius:12px;overflow:hidden;box-shadow:0 10px 28px rgba(6,20,42,.08);cursor:pointer;transition:.25s}
.real-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(6,20,42,.16)}
.real-card img{width:100%;height:280px;object-fit:cover;transition:.35s}.real-card:hover img{transform:scale(1.035)}
.real-card .cap{padding:17px 18px}.real-card h3{margin:0 0 5px;font-size:20px}.real-card p{margin:0;color:#687487;font-size:14px}
.real-badge{position:absolute;top:14px;left:14px;background:#0b63f6;color:#fff;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}
.real-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}
.real-proof .item{background:#07192f;color:#fff;border-radius:11px;padding:22px;text-align:center}.real-proof strong{display:block;font-size:20px;margin-top:7px}.real-proof span{font-size:30px;color:#6fa0ff}
.real-cta{margin-top:28px;background:linear-gradient(135deg,#0b63f6,#0844b8);color:#fff;border-radius:12px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.real-cta strong{font-size:28px}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;z-index:300;padding:30px}.lightbox.open{display:flex}
.lightbox img{max-width:min(1200px,92vw);max-height:82vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lightbox button{position:absolute;top:22px;right:28px;border:0;background:#fff;color:#000;width:46px;height:46px;border-radius:50%;font-size:25px;cursor:pointer}
@media(max-width:980px){.real-grid{grid-template-columns:1fr 1fr}.real-proof{grid-template-columns:1fr 1fr}.real-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){.real-grid,.real-proof{grid-template-columns:1fr}.real-hero h1{font-size:45px}.real-card img{height:240px}}

/* ===== V11 : PAGE À PROPOS ===== */
.about-page .header{height:96px}.about-page .navbar{height:96px;padding:0 22px}
.about-page .brand img{width:278px;height:84px}.about-page .navlinks{gap:33px;font-size:16px}
.about-page .navbar>.cta{height:52px;min-width:228px;font-size:17px}
.about-hero{min-height:470px;display:grid;grid-template-columns:48% 52%;background:#071426;color:#fff}
.about-copy{padding:48px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#071426,#0b2142)}
.about-copy .kicker{color:#6fa0ff;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:15px}
.about-copy h1{font-size:57px;line-height:1.04;margin:13px 0 12px}.about-copy h1 em{font-style:normal;color:#0b63f6}
.about-copy p{font-size:20px;max-width:650px;color:#dfe8f4}
.about-image{background:url('hero-a-propos-v11.jpg') center/cover no-repeat;position:relative}
.about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,38,.28),transparent 45%)}
.about-main{padding:60px 28px;background:#f5f7fb}.about-main .container{max-width:1320px}
.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:26px}
.about-story,.about-values{background:#fff;border:1px solid #dfe6ef;border-radius:11px;padding:28px;box-shadow:0 8px 24px rgba(6,20,42,.06)}
.about-story h2,.about-values h2{font-size:31px;margin:0 0 14px}.about-story p,.about-values p{color:#687487}
.about-values ul{padding-left:20px}.about-values li{margin:10px 0}
.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}
.about-card{background:#fff;border:1px solid #dfe6ef;border-radius:11px;padding:24px;text-align:center}
.about-card span{display:block;font-size:32px;color:#0b63f6;margin-bottom:8px}.about-card strong{display:block;font-size:20px}.about-card small{color:#687487}
.about-method{margin-top:26px;background:#07192f;color:#fff;border-radius:12px;padding:30px}
.about-method h2{font-size:31px;margin-top:0}.about-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.about-step{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:20px}
.about-step b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#0b63f6;margin-bottom:12px}
.about-cta{margin-top:26px;background:linear-gradient(135deg,#0b63f6,#0844b8);color:#fff;border-radius:12px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.about-cta strong{font-size:28px}
@media(max-width:980px){.about-hero,.about-intro{grid-template-columns:1fr}.about-image{min-height:340px}.about-grid,.about-steps{grid-template-columns:1fr 1fr}.about-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){.about-grid,.about-steps{grid-template-columns:1fr}.about-copy h1{font-size:44px}}

/* ===== V12 FINAL 99 : POLISSAGE GLOBAL ===== */
:focus-visible{outline:3px solid #72a4ff;outline-offset:3px}
a,button{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
img{height:auto}
html{scroll-padding-top:110px}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;color:#000;padding:10px 14px;z-index:999;border-radius:6px}
.skip-link:focus{left:10px}

/* HERO ACCUEIL REPASY - VERSION FINALE */
.home-hero-final{position:relative;display:block;height:auto;min-height:0;background:#02050a;overflow:hidden}
.home-hero-visual{width:100%;height:auto;display:block}
.home-hero-actions-final{position:absolute;left:4.8%;bottom:4.5%;display:flex;gap:14px;z-index:3}
.home-hero-actions-final .btn{min-width:205px;box-shadow:0 10px 28px rgba(0,65,210,.28)}
.home-hero-actions-final .outline{background:rgba(0,0,0,.34);backdrop-filter:blur(5px)}
@media(max-width:900px){.home-hero-actions-final{position:static;padding:16px;background:#03070d;justify-content:center;flex-wrap:wrap}}
@media(max-width:620px){.home-hero-actions-final .btn{width:100%;min-width:0}}


/* REPASY — amélioration de lisibilité validée avec le dépliant.
   Bleu officiel des aplats/boutons/logo conservé. */
.kicker,
.home-copy .home-kicker,
.dep-copy .kicker,
.ent-copy .kicker,
.pt-copy .kicker,
.real-hero .kicker,
.real-proof span,
.navlinks a.active,
.home-legal a {
  color:#78A9FF;
}


/* REPASY FINAL HARMONISATION FLYER — 13/08/2026
   Layout unchanged. Official blue retained on large fills/buttons/logo. */
:root{ --repasy-small-blue:#7FB0FF; }

/* Slight global enlargement for readability */
body{ font-size:1.045em; }
p,li{ line-height:1.58; }

/* Stronger body descriptions */
.hero p,.section p,.card p,.home-project-intro p,.footer p{
  font-weight:500;
}

/* Lighter small blue text on dark backgrounds only */
.kicker,.navlinks a.active,.home-legal a,.footer a,.fine{
  color:var(--repasy-small-blue);
}

/* Interlocutor signature */
.repasy-interlocuteur{
  margin:.65rem 0 1rem;
  font-size:1.08em;
  line-height:1.45;
  font-weight:700;
}
.repasy-interlocuteur strong{ font-weight:800; }

/* Mobile accessibility */
@media(max-width:760px){
  body{ font-size:1.075em; }
  p,li{ line-height:1.64; }
  .btn,.cta,button,input,textarea,select{ font-size:1.03em; }
  .repasy-phone{ font-size:1.08em; font-weight:800; }
}


/* REPASY — correction logo de navigation — 13/08/2026
   Suppression du rectangle noir du fichier logo et agrandissement uniforme. */
.header .brand{
  background:transparent !important;
  padding:0 !important;
  overflow:visible;
}
.header .brand img{
  width:310px !important;
  height:86px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  display:block;
}
@media(max-width:1200px){
  .header .brand img{width:270px !important;height:80px !important;}
}
@media(max-width:980px){
  .header .brand img{width:225px !important;height:68px !important;}
}
@media(max-width:620px){
  .header .brand img{width:190px !important;height:60px !important;}
}


/* ===== ACCUEIL — MODIFICATION CIBLÉE DEMANDÉE ===== */
/* uniquement l'accueil : petit logo supprimé, grand visuel fortement remonté,
   boutons du hero supprimés, barre noire de contact remontée seule. */
.home-shell{overflow-x:hidden;position:relative}
.home-shell .header{background:rgba(2,5,9,.90);position:relative;z-index:20}
.home-shell .navbar{justify-content:flex-end}
.home-shell .menu{margin-left:0}

@media (min-width:1051px){
  /* Le hero remonte derrière la zone laissée libre par le petit logo. */
  .home-shell .home-hero-final{
    margin-top:-96px;
    position:relative;
    z-index:1;
    overflow:hidden;
  }
  .home-shell .home-hero-visual{
    transform:translateY(-72px);
    width:100%;
    height:auto;
  }

  /* La barre noire seule remonte vers l'ancien niveau de « On s'en charge. ». */
  .home-shell main{position:relative}
  .home-shell .home-contact{
    position:absolute;
    top:610px;
    left:32px;
    right:32px;
    margin:0;
    z-index:12;
    box-shadow:0 10px 28px rgba(0,0,0,.34);
  }

  /* Les photos restent exactement dans leur section : elles ne remontent pas avec la barre. */
  .home-shell .home-projects{position:relative;z-index:2}
}

@media (max-width:1050px){
  .home-shell .home-contact{position:static;margin:0 20px}
  .home-shell .home-hero-final{margin-top:0}
  .home-shell .home-hero-visual{transform:none}
}

@media (max-width:620px){
  .home-shell .home-contact{margin:0}
}


/* ===== CORRECTION D'APRÈS LA PHOTO ÉCRAN : BARRE NAVIGATION ACCUEIL ===== */
@media (min-width:1051px){
  /* La barre noire ne démarre plus au bord gauche :
     elle commence juste avant "Accueil" afin de dégager tout le grand R REPASY. */
  .home-shell .header{
    background:transparent !important;
    pointer-events:none;
  }
  .home-shell .navbar{
    position:absolute;
    top:0;
    right:0;
    left:auto;
    width:auto;
    min-width:0;
    padding-left:10px;
    padding-right:16px;
    background:rgba(3,7,13,.96);
    border-bottom-left-radius:8px;
    pointer-events:auto;
  }
  .home-shell .navlinks{
    margin-left:0;
    gap:clamp(15px,1.55vw,28px);
  }
  .home-shell .navbar>.cta{
    margin-left:14px;
  }

  /* Le grand visuel reste derrière la zone libérée à gauche :
     aucune lettre REPASY ne doit être masquée par une barre noire. */
  .home-shell .home-hero-final{
    position:relative;
    z-index:1;
  }
  .home-shell .header{
    z-index:20;
  }
}


/* ===== AJUSTEMENT FINAL D'APRÈS PHOTO ÉCRAN ===== */
@media (min-width:1051px){

  /* IMPORTANT : aucun flou au-dessus du grand R.
     Le fond gauche du header est totalement transparent et sans backdrop-filter. */
  .home-shell .header{
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    border-bottom:0 !important;
    box-shadow:none !important;
  }

  /* La navigation seule garde son fond noir, à droite. */
  .home-shell .navbar{
    background:rgba(3,7,13,.97) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  /* Barre téléphone / site / secteur :
     descendue d'environ 1 cm et étendue bord à bord. */
  .home-shell .home-contact{
    top:646px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    margin:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .home-shell .home-contact>div:first-child{padding-left:40px}
  .home-shell .home-contact>div:last-child{padding-right:40px}

  /* "WWW" reste entièrement dans le rond bleu. */
  .home-shell .home-contact .round{
    overflow:hidden;
    white-space:nowrap;
  }
  .home-shell .home-contact>div:nth-child(2) .round{
    font-size:11px !important;
    font-weight:900;
    letter-spacing:-1px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 3px;
  }
}


/* ===== ACCUEIL : SUPPRESSION DE L'IMAGE RÉSIDUELLE SOUS LA BARRE NOIRE ===== */
@media (min-width:1051px){
  /* La barre noire de contact reste à la position corrigée. */
  .home-shell .home-contact{
    top:646px !important;
    z-index:8 !important;
  }

  /* On supprime les ~5 cm de visuel restant sous cette barre :
     les réalisations remontent immédiatement sous elle. */
  .home-shell .home-projects{
    position:absolute !important;
    top:728px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    margin:0 !important;
    z-index:7 !important;
  }

  /* Le pied de page suit directement les réalisations, sans trou. */
  .home-shell .home-legal{
    position:absolute !important;
    top:988px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    margin:0 !important;
  }

  /* La page garde la hauteur nécessaire pour ces blocs repositionnés. */
  .home-shell main{
    min-height:1070px !important;
  }
}


/* ===== REPASY — MICRO-FINITIONS ACCUEIL VALIDÉ =====
   À partir de cette version, la composition de l'accueil est figée. */
@media (min-width:1051px){

  /* Barre basse : très léger abaissement, sans toucher au grand visuel. */
  .home-shell .home-contact{
    top:652px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    margin:0 !important;
  }

  /* Réalisations suivent immédiatement la barre, sans bande d'image résiduelle. */
  .home-shell .home-projects{
    top:734px !important;
  }
  .home-shell .home-legal{
    top:994px !important;
  }
  .home-shell main{
    min-height:1076px !important;
  }

  /* Informations légèrement renforcées sans agrandir la barre. */
  .home-shell .home-contact strong{
    font-size:17px !important;
    line-height:1.05;
  }
  .home-shell .home-contact small{
    font-size:10.5px !important;
    line-height:1.15;
  }

  /* WWW parfaitement contenu et centré dans son rond. */
  .home-shell .home-contact>div:nth-child(2) .round{
    width:44px !important;
    height:44px !important;
    flex:0 0 44px !important;
    font-size:9.5px !important;
    font-weight:800 !important;
    letter-spacing:-1.2px !important;
    line-height:44px !important;
    text-align:center !important;
    padding:0 4px !important;
    overflow:hidden !important;
    white-space:nowrap !important;
  }
}
\n\n

/* ===== ACCUEIL — CALAGE STRICT SUR LA PHOTO DE RÉFÉRENCE =====
   Premier écran = uniquement le visuel noir REPASY + la barre coordonnées.
   Les réalisations commencent après le premier écran. */
@media (min-width: 900px){
  .home-shell main{
    position:relative !important;
    min-height:0 !important;
  }

  .home-shell .home-hero-final{
    position:relative !important;
    display:block !important;
    margin:0 !important;
    height:calc(100vh - 82px) !important;
    min-height:0 !important;
    overflow:hidden !important;
    background:#02050a !important;
    z-index:1 !important;
  }

  .home-shell .home-hero-visual{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center top !important;
    transform:none !important;
  }

  .home-shell .home-contact{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    height:82px !important;
    min-height:82px !important;
    margin:0 !important;
    border-radius:0 !important;
    z-index:3 !important;
    box-shadow:none !important;
  }

  .home-shell .home-contact>div{
    height:82px !important;
  }

  .home-shell .home-projects{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
    margin:0 !important;
    z-index:2 !important;
  }

  .home-shell .home-legal{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
    margin:0 !important;
  }
}

/* REPASY — photos réelles en intervention */
.repasy-actions{padding-top:42px;padding-bottom:54px}.repasy-actions .section-head{margin-bottom:22px}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.action-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.12)}.action-card img{display:block;width:100%;height:360px;object-fit:cover}.action-card div{padding:16px 18px}.action-card strong,.action-card small{display:block}.action-card strong{font-size:1.08rem}.action-card small{margin-top:5px;color:#667085}@media(max-width:720px){.action-grid{grid-template-columns:1fr}.action-card img{height:300px}}

/* === Ajustements validables : navigation uniquement, sans déplacement vertical === */
@media (min-width:981px){
  .navbar>.cta{display:none !important;}
  .navlinks{margin-left:auto !important;margin-right:30px !important;}
  .navlinks a[href="contact.html"]{
    font-weight:800 !important;
    color:#fff !important;
    background:#0b63f6 !important;
    padding-left:13px !important;
    padding-right:13px !important;
    border-radius:5px !important;
  }
  .home-shell .navlinks{margin-right:38px !important;}
}
/* La position validée de l'accueil reste +198 px, aucune autre remontée. */
.home-shell .home-contact,
.home-shell .home-projects,
.home-shell .home-legal{transform:translateY(198px) !important;}

/* ===== REPASY — alignement demandé 03/09/2026 ===== */
@media (min-width:981px){
  /* Même position horizontale de la navigation sur TOUTES les pages. */
  .navbar{position:relative !important;}
  .navlinks{
    position:absolute !important;
    right:38px !important;
    left:auto !important;
    margin:0 !important;
    transform:none !important;
  }

  /* Zone REPASY intérieure un peu plus épaisse, sans agrandir démesurément le logo. */
  body:not(.home-shell) .header,
  body:not(.home-shell) .navbar{min-height:96px !important;}
  body:not(.home-shell) .brand{
    height:96px !important;
    min-width:245px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
  }
  body:not(.home-shell) .brand img{
    width:auto !important;
    height:72px !important;
    max-width:225px !important;
    object-fit:contain !important;
    transform:none !important;
  }

  /* Contact visible, mais avec une vraie marge noire à droite. */
  .navlinks a[href="contact.html"]{
    font-weight:800 !important;
    background:#0b63f6 !important;
    color:#fff !important;
    padding:11px 14px !important;
    border-radius:5px !important;
  }

  /* Dépannage / Entretien / Petits travaux : retrouver un premier écran moins remonté.
     On redonne de la hauteur au hero, sans déplacer les sections suivantes artificiellement. */
  body.page-depannage .hero,
  body.page-entretien .hero,
  body.page-petits-travaux .hero,
  .depannage-page .hero,
  .entretien-page .hero,
  .petits-travaux-page .hero{
    min-height:610px !important;
  }
}

@media (min-width:981px){
  body.page-depannage main>section:first-of-type,
  body.page-entretien main>section:first-of-type,
  body.page-petits-travaux main>section:first-of-type{
    min-height:610px;
  }
}

/* === PASSE ENTÊTES IDENTIQUES === */
@media (min-width:981px){
  /* Même référence droite sur toutes les pages */
  .navbar .navlinks,
  .home-shell .navbar .navlinks,
  body:not(.home-shell) .navbar .navlinks{
    position:absolute !important;
    right:38px !important;
    left:auto !important;
    margin:0 !important;
    transform:none !important;
  }

  /* Accueil : barre noire peut continuer derrière le grand REPASY,
     mais le REPASY reste au premier plan et son R n'est jamais mangé. */
  .home-shell .header,
  .home-shell .navbar{
    overflow:visible !important;
  }
  .home-shell .brand,
  .home-shell .home-brand,
  .home-shell .hero-logo,
  .home-shell .repasy-logo{
    position:relative !important;
    z-index:20 !important;
    overflow:visible !important;
  }
  .home-shell .navlinks{
    z-index:10 !important;
  }
}
/* Pictogramme mail simple si la structure existante utilisait une icône web */
.mail-icon::before{content:"✉";font-style:normal;}

/* ==========================================================
   REPASY — correction responsive d'après captures utilisateur
   ========================================================== */

/* Navigation : même ancrage visuel sur toutes les pages */
@media (min-width:981px){
  .navbar{position:relative!important;}
  .navbar .navlinks{
    position:absolute!important;
    right:clamp(30px,2.65vw,52px)!important;
    left:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    white-space:nowrap!important;
  }

  /* Accueil : le grand mot REPASY doit passer DEVANT la barre noire. */
  .page-accueil .header,.page-accueil .navbar,
  .home-shell .header,.home-shell .navbar{overflow:visible!important;}
  .page-accueil .hero-logo,.page-accueil .repasy-logo,.page-accueil .home-brand,
  .home-shell .hero-logo,.home-shell .repasy-logo,.home-shell .home-brand{
    position:relative!important;
    z-index:100!important;
    overflow:visible!important;
  }
  .page-accueil .navlinks,.home-shell .navlinks{z-index:20!important;}

  /* Pages intérieures : REPASY plus lisible, slogan sous le petit logo masqué. */
  body:not(.page-accueil):not(.home-shell) .brand{
    min-width:260px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  body:not(.page-accueil):not(.home-shell) .brand img{
    width:auto!important;
    height:78px!important;
    max-width:245px!important;
    object-fit:contain!important;
  }
  body:not(.page-accueil):not(.home-shell) .brand small,
  body:not(.page-accueil):not(.home-shell) .brand .tagline,
  body:not(.page-accueil):not(.home-shell) .brand .slogan{display:none!important;}

  /* Dépannage : grand bloc bleu/photo plus profond.
     Les tuiles descendent vers le titre de la section suivante. */
  body.page-depannage .hero,
  body.page-depannage main>section:first-of-type{
    min-height:clamp(650px,78vh,790px)!important;
  }
  body.page-depannage .hero .services,
  body.page-depannage .hero .service-grid,
  body.page-depannage .hero .mini-services{
    margin-top:clamp(42px,7vh,82px)!important;
    transform:translateY(clamp(28px,5vh,58px))!important;
  }

  /* Petits travaux : même logique verticale que Dépannage. */
  body.page-petits-travaux .hero,
  body.page-petits-travaux main>section:first-of-type{
    min-height:clamp(650px,78vh,790px)!important;
  }
  body.page-petits-travaux .hero .services,
  body.page-petits-travaux .hero .service-grid,
  body.page-petits-travaux .hero .mini-services{
    margin-top:clamp(42px,7vh,82px)!important;
    transform:translateY(clamp(28px,5vh,58px))!important;
  }
}

/* Responsive : proportions liées au viewport, pas à une hauteur fixe d'ordinateur. */
@media (max-width:1200px) and (min-width:981px){
  .navbar .navlinks{right:24px!important;gap:clamp(14px,1.5vw,23px)!important;}
  .navbar .navlinks a{font-size:clamp(13px,1.15vw,16px)!important;}
  body:not(.page-accueil):not(.home-shell) .brand{min-width:220px!important;}
  body:not(.page-accueil):not(.home-shell) .brand img{height:70px!important;max-width:210px!important;}
}
@media (max-width:980px){
  /* Le site repasse en flux normal sur écran plus étroit. */
  .navbar .navlinks{position:static!important;transform:none!important;margin-left:auto!important;}
  .hero, main>section:first-of-type{min-height:auto!important;}
}
