﻿:root{--blue:#0081c4;--red:#e30613;--dark:#0a2540;--muted:#f6f9fc;--text:#102033}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:86px;display:grid;grid-template-columns:245px minmax(0,1fr) 160px;align-items:center;gap:18px;padding:0 34px;background:linear-gradient(90deg,rgba(12,8,6,.78),rgba(20,20,20,.42),rgba(15,15,18,.66));color:#fff}.inner-page .site-header{background:rgba(10,37,64,.94)}.brand{display:flex;align-items:center;gap:8px;color:#fff}.brand-a{font-size:64px;line-height:.8;font-style:italic;font-weight:900;color:#0097d7;position:relative}.brand-a:before{content:'';position:absolute;width:10px;height:10px;background:var(--red);border-radius:50%;right:5px;top:2px}.brand-text strong{display:block;color:#0097d7;font-size:24px;font-style:italic;line-height:.85}.brand-text small{display:block;color:#fff;font-size:25px;font-weight:900;line-height:.9}.main-nav{display:flex;justify-content:center;align-items:center;gap:20px;min-width:0;height:100%}.nav-item{position:relative;height:100%;display:flex;align-items:center}.nav-item>a{position:relative;display:flex;align-items:center;gap:5px;height:100%;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3)}.nav-item>a.active:after,.nav-item>a:hover:after{content:'';position:absolute;left:0;right:0;bottom:22px;height:2px;background:#fff}.dropdown{display:none;position:absolute;top:72px;left:50%;transform:translateX(-50%);min-width:260px;background:#fff;color:#152033;padding:14px;border-radius:8px;box-shadow:0 18px 48px rgba(0,0,0,.2)}.dropdown a{display:block;padding:9px;font-size:13px;font-weight:800}.nav-item:hover .dropdown{display:block}.language-switch{justify-self:end;width:156px;height:48px;padding:4px;display:flex;gap:4px;border-radius:999px;background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.25)}.language-switch a{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:999px;font-size:12px;font-weight:900}.language-switch .active{background:var(--blue)}.flag{width:18px;height:12px;border-radius:2px}.flag.fr{background:linear-gradient(90deg,#163a8f 0 33%,#fff 33% 66%,#e3342f 66%)}.flag.en{background:linear-gradient(90deg,transparent 43%,#fff 43% 57%,transparent 57%),linear-gradient(0deg,transparent 39%,#fff 39% 61%,transparent 61%),#1f4fa3}.nav-toggle{display:none}.hero{position:relative;min-height:720px;height:100vh;display:grid;place-items:center;overflow:hidden;color:#fff}.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.44)}.hero-content{position:relative;text-align:center;max-width:960px;padding:110px 24px 24px}.hero h1{font-size:clamp(40px,5.4vw,76px);line-height:1.1;margin:0;text-transform:uppercase;font-weight:900}.hero h1 span{display:block;margin-top:24px;color:#43baf2;font-size:clamp(17px,2vw,29px);font-style:italic;letter-spacing:.24em}.actions{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;padding:15px 28px;border-radius:8px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.12em;border:0}.btn:hover{background:var(--red)}.btn.light{background:#fff;color:var(--blue)}.btn.ghost{background:transparent;border:2px solid #fff;color:#fff}.split,.page-hero,.contact-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:130px 6vw 80px}.split{padding-top:100px}.eyebrow,.section-head span{display:block;color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.25em;margin-bottom:16px}h1{font-size:clamp(40px,5vw,68px);line-height:1;margin:0 0 24px;text-transform:uppercase;font-style:italic}h2{font-size:clamp(30px,4vw,54px);line-height:1.05;margin:0 0 18px}p{line-height:1.75;color:#607086}.media,.video-preview{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px rgba(10,37,64,.18)}.media img,.video-preview img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}.media button,.video-preview button,.video-card button{position:absolute;left:24px;bottom:24px;width:64px;height:64px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--blue);font-size:24px}.section-head{text-align:center;max-width:840px;margin:0 auto 54px}.compact{text-align:left;margin:0 6vw 22px}.video-band,.services,.news-section,.gallery,.realisations,.partners-page{padding:90px 6vw}.video-band{background:var(--muted)}.cards,.gallery-grid,.features,.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.card,.features article,.news-card,.gallery article,.partner-grid div,.recent{background:#fff;border:1px solid #edf1f6;border-radius:18px;padding:26px;box-shadow:0 10px 35px rgba(10,37,64,.05)}.card span,.realisation span{color:var(--red);font-weight:900}.card h3{color:var(--blue)}.dark-band{padding:90px 6vw;background:var(--dark);color:#fff}.dark-band p,.dark-band h2{color:#fff}.dark-band .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#fff}.dark-band img{border-radius:12px;aspect-ratio:4/3;object-fit:cover;filter:grayscale(1);opacity:.75}.news-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:36px;align-items:start}.news-list{display:grid;gap:22px}.news-card{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center}.news-card img{height:150px;width:100%;object-fit:cover;border-radius:14px}.news-card span{font-size:11px;color:var(--blue);font-weight:900;text-transform:uppercase}.news-card a{color:var(--red);font-weight:900}.sidebar{display:grid;gap:24px;position:sticky;top:110px}.promo{position:relative;background:#111827;color:#fff;border-radius:28px;padding:28px;overflow:hidden;min-height:360px;display:flex;flex-direction:column;justify-content:end}.promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.promo>*:not(img){position:relative}.promo span{display:inline-block;background:var(--red);padding:4px 8px;border-radius:4px;font-size:10px;font-weight:900;text-transform:uppercase}.promo h3,.promo p{color:#fff}.recent h3{font-size:14px;text-transform:uppercase;letter-spacing:.12em}.recent a{display:block;padding:14px 0;border-top:1px solid #edf1f6;font-weight:800}.recent small{display:block;color:var(--blue);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.cta{margin:90px 6vw;padding:70px 40px;text-align:center;background:var(--blue);color:#fff;border-radius:28px}.cta p,.cta h2{color:#fff}.description{white-space:pre-line}.features{padding:20px 6vw 90px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:44px;align-items:start;max-width:1280px;margin:auto;padding:130px 6vw 90px}.single{max-width:920px}.single img{width:100%;border-radius:28px;margin:32px 0;aspect-ratio:16/9;object-fit:cover}.back{color:var(--blue);font-weight:900}.gallery h2{margin-top:60px;color:var(--blue)}.gallery article{position:relative}.gallery article img{border-radius:18px;aspect-ratio:4/3;object-fit:cover}.realisation{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;background:var(--muted);padding:34px;border-radius:30px;margin-bottom:42px}.realisation.reverse img{order:2}.realisation img{border-radius:22px;aspect-ratio:16/10;object-fit:cover}.partner-grid{grid-template-columns:repeat(4,1fr)}.partner-grid div{text-align:center;font-weight:900;color:var(--blue)}.contact-lines p{background:var(--muted);padding:18px;border-radius:14px}.contact-form{background:var(--muted);padding:34px;border-radius:28px}.contact-form label{display:block;margin-bottom:16px;font-size:12px;font-weight:900;text-transform:uppercase;color:#667085}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:14px;border:1px solid #dfe6ef;border-radius:9px;font:inherit}.map{padding:0 6vw 90px}.map iframe{width:100%;height:420px;border:0;border-radius:28px;filter:grayscale(1)}.partners-strip{padding:50px 0;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;overflow:hidden}.partner-marquee{display:flex;gap:48px;white-space:nowrap;animation:marquee 35s linear infinite;font-weight:900;color:#8b98a8;text-transform:uppercase}.site-footer{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:36px;background:var(--dark);color:#dbe6ff;padding:70px 6vw 35px}.site-footer p,.site-footer a{display:block;color:#aab8d8;line-height:1.8}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);padding-top:24px;font-size:11px;text-transform:uppercase;letter-spacing:.18em}@keyframes marquee{to{transform:translateX(-50%)}}.modal{position:fixed;inset:0;background:rgba(2,6,23,.92);display:grid;place-items:center;z-index:200;padding:20px}.modal iframe{width:min(1000px,92vw);aspect-ratio:16/9;border:0;border-radius:20px}.modal button{position:absolute;top:25px;right:25px;border:0;background:#fff;color:#111;border-radius:999px;width:44px;height:44px;font-size:24px}@media(max-width:1180px){.site-header{grid-template-columns:210px 1fr 145px;padding:0 22px;gap:12px}.brand-a{font-size:54px}.brand-text strong{font-size:20px}.brand-text small{font-size:21px}.main-nav{gap:12px}.nav-item>a{font-size:9px}.language-switch{width:145px}}@media(max-width:980px){.site-header{height:78px;display:flex;padding:0 18px;background:rgba(10,37,64,.96)}.brand-a{font-size:48px}.brand-text strong{font-size:18px}.brand-text small{font-size:19px}.nav-toggle{display:block;margin-left:auto;background:var(--blue);color:#fff;border:0;border-radius:8px;padding:10px 13px;font-weight:900;text-transform:uppercase}.language-switch{display:none}.main-nav{display:none;position:absolute;top:78px;left:0;right:0;height:auto;background:#0a2540;padding:18px;flex-direction:column;align-items:flex-start;gap:4px}.main-nav.open{display:flex}.nav-item{height:auto;width:100%;display:block}.nav-item>a{height:auto;padding:11px 0;font-size:13px}.nav-item>a:after{display:none!important}.dropdown{position:static;display:block;transform:none;min-width:0;background:transparent;box-shadow:none;padding:0 0 8px 14px}.dropdown a{color:rgba(255,255,255,.78);padding:6px 0}.hero{min-height:650px}.hero-content{padding-top:96px}.split,.page-hero,.contact-page,.news-layout,.detail-layout,.realisation{grid-template-columns:1fr}.sidebar{position:static}.cards,.gallery-grid,.features,.partner-grid{grid-template-columns:1fr}.news-card{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.realisation.reverse img{order:0}}@media(max-width:620px){.hero h1{font-size:34px}.hero h1 span{font-size:15px;letter-spacing:.12em}.actions .btn{width:100%}.video-band,.services,.news-section,.gallery,.realisations,.partners-page{padding:64px 5vw}.split,.page-hero,.contact-page,.detail-layout{padding:110px 5vw 64px}.cta{margin:64px 5vw;padding:44px 22px}.news-card,.contact-form{padding:20px}}
/* Complements visuels demandes */
.header-actions{display:flex;align-items:center;gap:16px;justify-self:end}.theme-toggle{width:28px;height:28px;border:0;background:#111827;border-radius:50%;box-shadow:inset 8px 0 0 #fff;cursor:pointer}.site-header.scrolled,.inner-page .site-header{background:#fff;color:#334155;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 12px rgba(15,23,42,.08)}.site-header.scrolled .brand-text small,.inner-page .brand-text small{color:#111827}.site-header.scrolled .nav-item>a,.inner-page .nav-item>a{color:#334155;text-shadow:none}.site-header.scrolled .nav-item>a.active:after,.site-header.scrolled .nav-item>a:hover:after,.inner-page .nav-item>a.active:after,.inner-page .nav-item>a:hover:after{background:var(--blue)}.site-header.scrolled .language-switch,.inner-page .language-switch{background:#f8fafc;border-color:#e2e8f0}.site-header.scrolled .language-switch a:not(.active),.inner-page .language-switch a:not(.active){color:#94a3b8}.dropdown{border:1px solid #f1f5f9}.ad-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:flex-end;padding:80px 7vw 40px;opacity:1;visibility:visible;transition:.25s}.ad-modal.hidden{opacity:0;visibility:hidden;pointer-events:none}.ad-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(8px)}.ad-card{position:relative;width:min(520px,92vw);background:#fff;border-radius:0 0 44px 44px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.35)}.ad-visual{position:relative;height:395px;color:#fff;display:flex;align-items:flex-end}.ad-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ad-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.84))}.ad-visual div{position:relative;z-index:1;padding:0 44px 42px}.ad-visual span{display:inline-block;background:#fff;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.35em;text-transform:uppercase;padding:4px 9px;border-radius:3px}.ad-visual i{display:inline-block;width:22px;height:5px;background:#fff;border-radius:99px;margin-left:34px;vertical-align:middle}.ad-visual h2{font-size:32px;line-height:1.05;color:#fff;font-style:italic;margin:22px 0 10px}.ad-visual p{color:rgba(255,255,255,.75);font-size:13px;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.ad-close{position:absolute;z-index:2;top:22px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(88,61,12,.8);color:#fff;font-size:30px;line-height:1;cursor:pointer}.ad-body{padding:38px 44px 44px}.ad-body h3{font-size:17px;text-transform:uppercase;letter-spacing:.08em;font-style:italic}.ad-body p{font-size:20px;font-style:italic;color:#64748b}.ad-btn{display:flex;align-items:center;justify-content:center;margin-top:28px;background:#ff7f00;color:#fff;border-radius:18px;padding:22px;font-weight:900;font-size:22px;box-shadow:0 18px 35px rgba(255,127,0,.22)}.services .section-head{text-align:left;max-width:none;display:grid;grid-template-columns:minmax(280px,560px) 1fr auto;gap:40px;align-items:center}.services .section-head h2{color:var(--blue);font-style:normal}.services .section-head h2:after{content:'';display:block;width:130px;height:7px;background:var(--red);margin-top:25px}.services .section-head p{font-size:26px;font-style:italic;color:#64748b}.services .section-head em{justify-self:end;border:1px solid #fecaca;background:#fff1f2;color:var(--red);font-style:normal;font-size:13px;font-weight:900;letter-spacing:.35em;text-transform:uppercase;padding:14px 24px;border-radius:6px}.services .card{min-height:415px;padding:44px;border-radius:18px}.services .card span{display:grid;place-items:center;width:86px;height:86px;border-radius:22px;background:#e8f1ff;color:#2563eb;font-size:36px;margin-bottom:38px}.services .card:nth-child(2) span{background:#f3e8ff;color:#9333ea}.services .card:nth-child(3) span{background:#dcfce7;color:#059669}.services .card h3{font-size:29px}.services .card p{font-size:21px;color:#64748b}.services .card b{display:block;margin-top:26px;color:var(--red);text-transform:uppercase;letter-spacing:.08em}.site-footer{padding-top:92px}.site-footer .brand{margin-bottom:34px}.footer-brand p{font-size:20px;font-style:italic;max-width:320px}.socials{display:flex;gap:18px;margin-top:28px}.socials a{width:54px;height:54px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center;color:#fff}.site-footer h4{color:#fff;text-transform:uppercase;letter-spacing:.12em}.site-footer a,.site-footer p{font-weight:800;letter-spacing:.08em}.footer-contact p{position:relative;padding-left:38px;text-transform:uppercase}.footer-contact p:before{position:absolute;left:0;color:var(--red);font-size:24px}.footer-contact .loc:before{content:'\2316'}.footer-contact .tel:before{content:'\260E'}.footer-contact .mail:before{content:'\2709'}.footer-links{grid-column:3/5;display:flex;justify-content:flex-end;gap:44px;text-transform:uppercase;font-size:12px;letter-spacing:.18em}@media(max-width:980px){.header-actions{margin-left:auto}.theme-toggle{display:none}.ad-modal{justify-content:center;padding:90px 18px 24px}.ad-card{border-radius:28px}.ad-visual{height:300px}.ad-visual div,.ad-body{padding-left:28px;padding-right:28px}.services .section-head{display:block}.services .section-head em{display:inline-block;margin-top:22px}.services .card{min-height:0}.footer-links{grid-column:1;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:620px){.ad-visual h2{font-size:25px}.ad-body p{font-size:16px}.ad-btn{font-size:18px}.services .section-head p{font-size:20px}.services .card{padding:28px}.services .card h3{font-size:23px}.services .card p{font-size:17px}}

/* Ajustements globaux: popup partout + polices reduites */
body{font-size:15px}.nav-item>a{font-size:10px;letter-spacing:.07em}.brand-a{font-size:56px}.brand-text strong{font-size:21px}.brand-text small{font-size:22px}.language-switch{width:142px;height:44px}.language-switch a{font-size:11px}.flag{width:17px;height:12px}.theme-toggle{width:24px;height:24px}.hero h1{font-size:clamp(34px,4.7vw,64px)}.hero h1 span{font-size:clamp(14px,1.65vw,24px);letter-spacing:.2em}.btn{font-size:11px;padding:13px 24px}.section-head h1,.gallery .section-head h1,.partners-page h1,.realisations h1{font-size:clamp(34px,4.5vw,62px)}.section-head h2{font-size:clamp(28px,3.5vw,46px)}.page-hero h1{font-size:clamp(32px,4.2vw,58px)}.services .section-head p{font-size:21px}.services .section-head em{font-size:11px;letter-spacing:.28em}.services .card{min-height:340px;padding:34px}.services .card span{width:68px;height:68px;font-size:28px;margin-bottom:28px}.services .card h3{font-size:24px}.services .card p{font-size:17px}.news-card h3{font-size:20px}.site-footer{font-size:14px}.footer-brand p{font-size:17px}.ad-modal{padding:70px 6vw 32px}.ad-card{width:min(460px,92vw);border-radius:0 0 34px 34px}.ad-visual{height:320px}.ad-visual div{padding:0 34px 32px}.ad-visual h2{font-size:26px}.ad-body{padding:30px 34px 34px}.ad-body h3{font-size:14px}.ad-body p{font-size:17px}.ad-btn{font-size:18px;padding:18px;border-radius:16px}.ad-close{width:38px;height:38px;font-size:26px}.gallery{padding-top:120px}.gallery h2{font-size:24px}.gallery article h3{font-size:20px}@media(max-width:1180px){.nav-item>a{font-size:9px}.brand-a{font-size:50px}.brand-text strong{font-size:18px}.brand-text small{font-size:19px}}@media(max-width:980px){.ad-modal{padding:86px 16px 20px}.ad-visual{height:250px}.ad-visual h2{font-size:22px}.ad-body p{font-size:15px}.section-head h1,.gallery .section-head h1{font-size:42px}.services .card h3{font-size:21px}.services .card p{font-size:15px}}

/* Galerie onglets + popup reduit + slider pages */
.gallery-tabs{display:flex;justify-content:center;gap:48px;border-bottom:1px solid #edf1f6;margin-top:28px}.gallery-tabs a{padding:0 34px 18px;color:#94a3b8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.gallery-tabs a.active{color:var(--red);border-bottom:3px solid var(--red)}.video-grid .video-card{aspect-ratio:16/9;padding:0;overflow:hidden;background:#0f172a;color:#fff}.video-grid .video-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.62)}.video-grid .video-card button{left:50%;top:50%;bottom:auto;transform:translate(-50%,-50%);width:54px;height:54px;background:rgba(255,255,255,.75);color:#fff}.video-grid .video-card h3{position:absolute;left:24px;bottom:20px;color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.08em}.image-grid article{overflow:hidden}.ad-card{width:min(390px,90vw);border-radius:0 0 28px 28px}.ad-visual{height:245px}.ad-visual div{padding:0 26px 24px}.ad-visual span{font-size:9px;letter-spacing:.28em}.ad-visual h2{font-size:21px}.ad-visual p{font-size:10px}.ad-body{padding:24px 28px 28px}.ad-body h3{font-size:12px}.ad-body p{font-size:14px;line-height:1.65}.ad-btn{font-size:15px;padding:15px;border-radius:14px;margin-top:20px}.ad-close{width:34px;height:34px;font-size:22px}.page-slider{position:relative;background:#f8fafc}.page-slider .page-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s ease}.page-slider .page-slide.active{opacity:1}.page-slider:before{content:'';display:block;aspect-ratio:16/10}.page-slider>img{aspect-ratio:auto}.slide-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.slide-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.55)}.slide-dots span.active{background:var(--red);width:24px;border-radius:99px}@media(max-width:620px){.gallery-tabs{gap:16px}.gallery-tabs a{padding:0 18px 14px}.ad-card{width:92vw}.ad-visual{height:210px}}


/* Galerie onglets + popup reduit + slider pages */
.gallery-tabs{display:flex;justify-content:center;gap:48px;border-bottom:1px solid #edf1f6;margin-top:28px}.gallery-tabs a{padding:0 34px 18px;color:#94a3b8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.gallery-tabs a.active{color:var(--red);border-bottom:3px solid var(--red)}.video-grid .video-card{aspect-ratio:16/9;padding:0;overflow:hidden;background:#0f172a;color:#fff}.video-grid .video-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.62)}.video-grid .video-card button{left:50%;top:50%;bottom:auto;transform:translate(-50%,-50%);width:54px;height:54px;background:rgba(255,255,255,.75);color:#fff}.video-grid .video-card h3{position:absolute;left:24px;bottom:20px;color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.08em}.image-grid article{overflow:hidden}.ad-card{width:min(390px,90vw);border-radius:0 0 28px 28px}.ad-visual{height:245px}.ad-visual div{padding:0 26px 24px}.ad-visual span{font-size:9px;letter-spacing:.28em}.ad-visual h2{font-size:21px}.ad-visual p{font-size:10px}.ad-body{padding:24px 28px 28px}.ad-body h3{font-size:12px}.ad-body p{font-size:14px;line-height:1.65}.ad-btn{font-size:15px;padding:15px;border-radius:14px;margin-top:20px}.ad-close{width:34px;height:34px;font-size:22px}.page-slider{position:relative;background:#f8fafc}.page-slider .page-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s ease}.page-slider .page-slide.active{opacity:1}.page-slider:before{content:'';display:block;aspect-ratio:16/10}.page-slider>img{aspect-ratio:auto}.slide-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.slide-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.55)}.slide-dots span.active{background:var(--red);width:24px;border-radius:99px}@media(max-width:620px){.gallery-tabs{gap:16px}.gallery-tabs a{padding:0 18px 14px}.ad-card{width:92vw}.ad-visual{height:210px}}

/* Logo image reel + contact actualise */
.logo-brand{display:flex;align-items:center;width:230px;max-width:100%;height:auto}.logo-brand img{width:100%;height:auto;object-fit:contain;display:block}.footer-logo{width:260px;margin-bottom:28px;background:#fff;border-radius:6px;padding:8px}.site-header.scrolled .logo-brand,.inner-page .logo-brand{filter:none}.contact-updated{align-items:start}.contact-intro{font-size:25px;line-height:1.55;color:#64748b;font-weight:600;max-width:720px}.contact-rich{display:grid;gap:28px;margin-top:34px}.contact-rich .contact-item{display:grid;grid-template-columns:98px minmax(0,1fr);gap:28px;align-items:start;background:transparent;padding:0;border-radius:0}.contact-rich .contact-item p{background:transparent;padding:0;margin:0;color:#667085;font-size:20px;font-weight:700;line-height:1.55}.contact-rich .contact-item strong{display:block;color:#052e1c;font-size:25px;margin-bottom:4px}.contact-icon{width:78px;height:78px;border-radius:18px;background:#fff;display:grid;place-items:center;color:#d07a00;font-size:38px;box-shadow:0 3px 14px rgba(15,23,42,.12)}.map iframe{filter:none!important}.map{padding-top:20px}.map iframe{height:620px}@media(max-width:980px){.logo-brand{width:190px}.footer-logo{width:220px}.contact-intro{font-size:20px}.contact-rich .contact-item{grid-template-columns:72px 1fr;gap:18px}.contact-icon{width:64px;height:64px;font-size:30px}.contact-rich .contact-item p{font-size:17px}.contact-rich .contact-item strong{font-size:21px}.map iframe{height:430px}}@media(max-width:620px){.logo-brand{width:165px}.footer-logo{width:200px}.contact-rich .contact-item{grid-template-columns:1fr}.contact-icon{width:58px;height:58px}.contact-intro{font-size:18px}}


/* Redimensionnement general demande */
body{font-size:13.5px;line-height:1.55}.site-header{height:68px;padding:0 26px;grid-template-columns:170px minmax(0,1fr) 150px}.logo-brand{width:145px!important}.logo-brand img{max-height:58px;object-fit:contain}.footer-logo{width:170px!important;padding:5px;margin-bottom:18px}.main-nav{gap:14px}.nav-item>a{font-size:8.5px;letter-spacing:.06em}.dropdown{top:62px;min-width:220px;padding:10px}.dropdown a{font-size:12px;padding:7px}.language-switch{width:132px;height:40px}.language-switch a{font-size:10px}.flag{width:16px;height:11px}.theme-toggle{width:21px;height:21px}.hero{min-height:590px}.hero-content{padding-top:80px}.hero h1{font-size:clamp(28px,3.8vw,50px);line-height:1.08}.hero h1 span{font-size:clamp(12px,1.35vw,19px);letter-spacing:.16em}.btn{font-size:10px;padding:11px 20px}h1{font-size:clamp(28px,3.5vw,46px)}h2{font-size:clamp(24px,3vw,38px)}p{font-size:14px;line-height:1.65}.section-head h1,.gallery .section-head h1,.partners-page h1,.realisations h1{font-size:clamp(30px,3.6vw,50px)}.section-head h2{font-size:clamp(24px,2.8vw,36px)}.page-hero{padding:105px 5vw 56px;gap:36px}.page-hero h1{font-size:clamp(30px,3.8vw,52px);line-height:1.05}.page-hero .subtitle{font-size:18px}.page-hero .description{font-size:16px}.page-hero .media,.page-slider{max-height:430px}.page-slider:before{aspect-ratio:16/8.5}.split,.contact-page{padding:105px 5vw 56px;gap:36px}.video-band{padding:58px 5vw}.video-preview{max-width:920px;margin:0 auto}.video-preview img{aspect-ratio:16/7.5}.services,.news-section,.gallery,.realisations,.partners-page{padding:58px 5vw}.services .section-head p{font-size:17px}.services .section-head em{font-size:9px;padding:10px 16px}.services .card{min-height:270px;padding:24px}.services .card span{width:52px;height:52px;font-size:22px;margin-bottom:18px}.services .card h3{font-size:18px}.services .card p{font-size:14px}.services .card b{font-size:11px}.gallery{padding-top:100px}.gallery-grid{gap:20px}.gallery article h3{font-size:16px}.gallery article p{font-size:13px}.ad-card{width:min(330px,88vw);border-radius:0 0 24px 24px}.ad-visual{height:190px}.ad-visual div{padding:0 22px 20px}.ad-visual h2{font-size:18px}.ad-visual p{font-size:9px}.ad-visual span{font-size:8px}.ad-body{padding:18px 22px 22px}.ad-body h3{font-size:11px}.ad-body p{font-size:13px}.ad-btn{font-size:13px;padding:12px;margin-top:14px}.ad-close{width:30px;height:30px;font-size:20px;top:14px;right:14px}.site-footer{padding:50px 5vw 28px;font-size:12px}.footer-brand p{font-size:14px}.site-footer h4{font-size:12px}.site-footer a,.site-footer p{font-size:12px}.contact-intro{font-size:18px}.contact-rich .contact-item p{font-size:14px}.contact-rich .contact-item strong{font-size:17px}.contact-icon{width:54px;height:54px;font-size:24px}.map iframe{height:390px}@media(max-width:1180px){.site-header{grid-template-columns:150px 1fr 132px;padding:0 16px}.logo-brand{width:128px!important}.main-nav{gap:9px}.nav-item>a{font-size:7.8px}.language-switch{width:120px}}@media(max-width:980px){.site-header{height:64px}.logo-brand{width:122px!important}.main-nav{top:64px}.hero{min-height:540px}.page-hero .media,.page-slider{max-height:none}.video-preview img{aspect-ratio:16/9}.ad-modal{padding-top:74px}.ad-card{width:86vw}.ad-visual{height:175px}}@media(max-width:620px){body{font-size:13px}.logo-brand{width:112px!important}.hero h1{font-size:28px}.page-hero h1{font-size:30px}.gallery .section-head h1{font-size:34px}.ad-card{width:90vw}.ad-visual{height:160px}}

/* Responsive final: slides, realisations, videos compactes */
html,body{max-width:100%;overflow-x:hidden}
.hero{height:auto;min-height:520px;max-height:760px}
.hero-slide{object-position:center center}
.hero-content{max-width:820px;padding-top:72px}
.hero h1{font-size:clamp(26px,3.25vw,46px)!important;line-height:1.08!important}
.hero h1 span{font-size:clamp(11px,1.15vw,17px)!important;letter-spacing:.13em!important;margin-top:18px!important}
.dark-band{padding:54px 5vw!important}
.dark-band .section-head{display:grid;grid-template-columns:minmax(260px,1fr) minmax(160px,.75fr) minmax(240px,.9fr);gap:28px;align-items:center;text-align:left;max-width:1500px;margin:0 auto 34px}
.dark-band .section-head h2{font-size:clamp(26px,3vw,44px)!important;line-height:1.05;margin:0}
.dark-band .section-head p{font-size:13px!important;line-height:1.45;margin:0;color:#91a2bd}
.dark-band .section-head:after{content:'';height:1px;background:rgba(255,255,255,.14);grid-column:2;grid-row:1}
.dark-band .cards{max-width:1500px;margin:0 auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.dark-band .card{min-height:0!important;padding:20px!important;border-radius:14px!important;background:rgba(255,255,255,.055)!important}
.dark-band .card img{width:100%;height:150px!important;aspect-ratio:auto!important;border-radius:10px!important;object-fit:cover!important;filter:grayscale(1);opacity:.72;margin:0 0 18px}
.dark-band .card span,.dark-band .card p{font-size:11px!important;line-height:1.45}
.dark-band .card h3{font-size:17px!important;line-height:1.35;margin:8px 0 8px;color:#fff}
.video-band{padding:46px 5vw!important}
.video-preview{max-width:760px!important;border-radius:18px!important}
.video-preview img{aspect-ratio:16/8.2!important;max-height:360px;object-fit:cover}
.video-preview button,.media button,.video-card button{width:46px!important;height:46px!important;font-size:18px!important}
.page-hero .media,.page-slider{max-width:760px;margin-left:auto;margin-right:auto;border-radius:20px!important}
.page-slider:before{aspect-ratio:16/7.5!important}
.page-hero .media img,.media img{aspect-ratio:16/8.2!important;max-height:380px;object-fit:cover}
.realisations{padding:96px 5vw 56px!important}
.realisations .section-head{text-align:left;max-width:1180px;margin:0 auto 30px}
.realisations .section-head h1{font-size:clamp(28px,3.2vw,44px)!important}
.realisation{max-width:1180px;margin:0 auto 28px!important;padding:24px!important;gap:28px!important;border-radius:22px!important}
.realisation img{max-height:310px;width:100%;aspect-ratio:16/7.8!important;object-fit:cover!important;border-radius:16px!important}
.realisation h2{font-size:clamp(23px,2.6vw,34px)!important}
.realisation h3{font-size:17px!important}
.realisation p{font-size:14px!important}
.gallery-grid,.cards,.features,.partner-grid{min-width:0}
@media(max-width:1180px){
  .dark-band .section-head{grid-template-columns:1fr;gap:12px;text-align:left}
  .dark-band .section-head:after{display:none}
  .dark-band .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dark-band .card img{height:135px!important}
  .hero{min-height:500px}
}
@media(max-width:980px){
  .site-header{display:flex!important;gap:10px!important;padding:0 14px!important}
  .header-actions{margin-left:auto!important;display:flex!important;gap:8px!important}
  .nav-toggle{display:block!important}
  .language-switch{display:flex!important;width:112px!important;height:36px!important}
  .language-switch a{font-size:9px!important;gap:4px!important}
  .theme-toggle{display:none!important}
  .hero{min-height:470px;max-height:none}
  .hero-content{padding:82px 18px 28px}
  .actions{gap:12px;margin-top:24px}
  .split,.page-hero,.contact-page,.detail-layout,.realisation{grid-template-columns:1fr!important}
  .page-hero .media,.page-slider,.video-preview{max-width:100%!important}
  .page-slider:before,.page-hero .media img,.media img,.video-preview img{aspect-ratio:16/9!important;max-height:320px}
  .services .section-head{grid-template-columns:1fr!important;gap:16px!important}
  .news-layout{grid-template-columns:1fr!important}
  .site-footer{grid-template-columns:1fr 1fr!important;gap:26px!important}
  .footer-links{grid-column:1/-1!important;justify-content:flex-start!important}
}
@media(max-width:700px){
  .dark-band .cards{grid-template-columns:1fr}
  .dark-band .card{padding:16px!important}
  .dark-band .card img{height:125px!important}
  .dark-band .section-head h2{font-size:30px!important}
  .hero{min-height:430px}
  .hero h1{font-size:26px!important}
  .hero h1 span{font-size:11px!important;letter-spacing:.08em!important}
  .actions .btn{width:100%;max-width:330px;margin:0 auto}
  .video-preview img,.page-hero .media img,.media img{max-height:250px}
  .site-footer{grid-template-columns:1fr!important}
  .map iframe{height:300px!important}
}
@media(max-width:420px){
  .logo-brand{width:98px!important}
  .site-header{height:58px!important}
  .main-nav{top:58px!important}
  .language-switch{width:96px!important;height:32px!important}
  .flag{width:13px!important;height:9px!important}
  .hero{min-height:390px}
  .hero-content{padding-top:70px}
  .hero h1{font-size:23px!important}
  .btn{font-size:9px!important;padding:10px 14px!important}
  .video-band,.services,.news-section,.gallery,.realisations,.partners-page{padding-left:18px!important;padding-right:18px!important}
  .dark-band{padding-left:18px!important;padding-right:18px!important}
}

/* Sliders demandes: bloc page encadre + publicites */
.framed-slider{position:relative;overflow:hidden;background:#eef3f8;border-radius:26px!important;box-shadow:0 26px 58px rgba(15,23,42,.16)!important;border:1px solid rgba(15,23,42,.06)}
.framed-slider:before{content:'';display:block;aspect-ratio:16/8.2!important}
.framed-slider .page-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.015);transition:opacity .65s ease,transform 1.2s ease}
.framed-slider .page-slide.active{opacity:1;transform:scale(1)}
.slide-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:7px;z-index:5}
.slide-dots span{width:7px;height:7px;border-radius:99px;background:rgba(255,255,255,.58);box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.25s}
.slide-dots span.active{width:22px;background:var(--red)}
.ad-slider-visual{height:190px!important;overflow:hidden;position:relative}
.ad-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease}
.ad-slide.active{opacity:1}
.ad-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ad-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.78))}
.ad-slide .ad-copy{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;padding:0!important;color:#fff}
.ad-text{display:none}.ad-text.active{display:block}
.ad-dots{bottom:9px}.ad-dots span{width:6px;height:6px}.ad-dots span.active{width:18px}
.promo-slider{position:relative;min-height:320px!important;padding:0!important;background:#111827!important;border-radius:24px!important;overflow:hidden}
.promo-slide{position:absolute;inset:0;display:flex!important;flex-direction:column;justify-content:flex-end;padding:26px;color:#fff;opacity:0;transition:opacity .55s ease}
.promo-slide.active{opacity:1;z-index:1}
.promo-slide img{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;filter:brightness(.52)}
.promo-slide>*:not(img){position:relative;z-index:2}
.promo-slide span{align-self:flex-start;background:var(--red)!important;color:#fff;border-radius:6px;padding:6px 10px!important;font-size:10px!important;letter-spacing:.08em;margin-bottom:18px}
.promo-slide h3{font-size:18px!important;line-height:1.25;color:#fff!important;margin:0 0 12px}
.promo-slide p{font-size:14px!important;line-height:1.55;color:#fff!important;margin:0}
.promo-dots{bottom:14px}.promo-dots span.active{background:var(--blue)}
@media(max-width:980px){.framed-slider:before{aspect-ratio:16/9!important}.ad-slider-visual{height:175px!important}.promo-slider{min-height:280px!important}}
@media(max-width:620px){.framed-slider{border-radius:18px!important}.framed-slider:before{aspect-ratio:4/3!important}.ad-slider-visual{height:160px!important}.promo-slider{min-height:250px!important}.promo-slide{padding:22px}.promo-slide h3{font-size:16px!important}.promo-slide p{font-size:13px!important}}

/* Priorite finale pour les slides publicite */
.ad-slider-visual .ad-slide{position:absolute!important;inset:0!important;padding:0!important;z-index:0!important;opacity:0;display:block!important}
.ad-slider-visual .ad-slide.active{opacity:1;z-index:1!important}
.ad-slider-visual .ad-copy{position:absolute!important;left:22px!important;right:22px!important;bottom:20px!important;padding:0!important;z-index:3!important}
.promo-slider .promo-slide{position:absolute!important;inset:0!important;display:flex!important;padding:26px!important;opacity:0;z-index:0!important}
.promo-slider .promo-slide.active{opacity:1!important;z-index:2!important}
.promo-slider .promo-slide img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}

/* Liens reseaux sociaux header + footer */
.header-socials{display:flex;align-items:center;gap:7px;margin-right:4px}
.header-socials a,.socials a{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900;text-transform:uppercase;line-height:1;border:1px solid rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.08);transition:.2s}
.header-socials a:hover,.socials a:hover{background:var(--blue);border-color:var(--blue);color:#fff;transform:translateY(-1px)}
.site-header.scrolled .header-socials a,.inner-page .header-socials a{color:#334155;border-color:#dbe3ee;background:#fff}
.site-header.scrolled .header-socials a:hover,.inner-page .header-socials a:hover{color:#fff;background:var(--blue);border-color:var(--blue)}
.socials a{width:36px;height:36px;font-size:12px;background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12)}
@media(max-width:1180px){.header-socials{gap:5px}.header-socials a{width:24px;height:24px;font-size:9px}}
@media(max-width:980px){.header-socials{display:none}.socials{gap:10px!important}.socials a{width:34px;height:34px}}

/* Correction page detail: afficher le visuel/slider a droite */
.page-hero{display:grid!important;grid-template-columns:minmax(360px,.86fr) minmax(420px,760px)!important;align-items:center!important;gap:42px!important;min-height:560px!important;padding-top:118px!important;padding-bottom:64px!important}
.page-hero>div:first-child{min-width:0;max-width:760px;position:relative;z-index:1}
.page-hero .framed-slider{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;min-width:420px!important;height:360px!important;min-height:360px!important;max-height:360px!important;margin:0!important;justify-self:end!important;background:linear-gradient(135deg,#eef5fb,#dfeaf5)!important;border:1px solid #d9e4ef!important;border-radius:24px!important;box-shadow:0 20px 48px rgba(10,37,64,.16)!important;overflow:hidden!important}
.page-hero .framed-slider:before{display:none!important}
.page-hero .framed-slider .page-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-height:none!important;display:block!important;object-fit:cover!important;object-position:center!important;opacity:0!important;z-index:0!important;transition:opacity .65s ease!important}
.page-hero .framed-slider .page-slide.active{opacity:1!important;z-index:1!important}
.page-hero .framed-slider .slide-dots{z-index:4!important}
.page-hero h1{font-size:clamp(34px,3.8vw,58px)!important;line-height:1.05!important;margin-bottom:24px!important}
.page-hero .subtitle{font-size:18px!important;margin-bottom:18px!important;color:#596f8c!important}
.page-hero .description{font-size:15px!important;line-height:1.72!important;max-width:720px!important}
.features{padding-top:26px!important}
@media(max-width:1180px){.page-hero{grid-template-columns:1fr!important;min-height:0!important}.page-hero .framed-slider{justify-self:stretch!important;width:100%!important;min-width:0!important;height:330px!important;min-height:330px!important;max-height:330px!important}}
@media(max-width:700px){.page-hero{padding-top:92px!important;gap:26px!important}.page-hero .framed-slider{height:245px!important;min-height:245px!important;max-height:245px!important;border-radius:18px!important}.page-hero h1{font-size:32px!important}.page-hero .subtitle{font-size:16px!important}.page-hero .description{font-size:14px!important}}

/* Ajustement menu header */
.site-header .nav-item>a{font-size:10px!important;letter-spacing:.075em!important}
@media(max-width:1180px){.site-header .nav-item>a{font-size:9px!important}}
@media(max-width:980px){.site-header .nav-item>a{font-size:13px!important}}

/* Galerie completee: images, videos et realisations */
.gallery-grid.image-grid,.gallery-grid.video-grid{max-width:1180px;margin:0 auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 34px}
.gallery article{box-shadow:none!important;border:0!important;padding:0!important;background:transparent!important}
.gallery article img{width:100%;height:190px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:16px!important;filter:none!important;opacity:1!important;box-shadow:0 18px 34px rgba(15,23,42,.12)}
.gallery article h3{margin:14px 8px 4px!important;font-size:15px!important;line-height:1.25;text-transform:uppercase;font-style:italic;color:#0f1d2f!important}
.gallery article p{margin:0 8px!important;font-size:12px!important;line-height:1.45;font-style:italic;color:#61708a!important}
.video-grid .video-card{height:190px!important;border-radius:12px!important;box-shadow:0 16px 30px rgba(15,23,42,.14)!important;overflow:hidden!important;background:#0f172a!important;position:relative!important}
.video-grid .video-card img{height:100%!important;border-radius:0!important;filter:brightness(.72)!important;box-shadow:none!important}
.video-grid .video-card button{left:50%!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:46px!important;height:46px!important;background:rgba(255,255,255,.78)!important;color:#0f172a!important}
.video-grid .video-card h3{position:absolute!important;left:18px!important;right:18px!important;bottom:16px!important;margin:0!important;color:#fff!important;font-size:13px!important;letter-spacing:.06em!important;text-shadow:0 2px 8px rgba(0,0,0,.45)}
.dark-band .card img{filter:none!important;opacity:1!important;height:145px!important;object-fit:cover!important}
.dark-band .card span{display:block;color:var(--red)!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}
.dark-band .card p{font-size:11px!important;color:#8fa0ba!important;text-transform:uppercase;font-weight:800;margin-top:8px}
@media(max-width:980px){.gallery-grid.image-grid,.gallery-grid.video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.gallery article img,.video-grid .video-card{height:180px!important}}
@media(max-width:620px){.gallery-grid.image-grid,.gallery-grid.video-grid{grid-template-columns:1fr}.gallery article img,.video-grid .video-card{height:205px!important}}

/* Pagination galerie */
.gallery-pager{display:flex;align-items:center;justify-content:center;gap:22px;margin:54px auto 0}
.gallery-pager a{display:inline-flex;align-items:center;justify-content:center;color:#0f1d2f;font-weight:800;text-decoration:none}
.gallery-pager .pager-arrow{font-size:30px;line-height:1;width:30px;height:40px;color:#0f1d2f}
.gallery-pager .pager-arrow.disabled{opacity:.22;pointer-events:none}
.gallery-pager .pager-number{position:relative;flex-direction:column;width:42px;height:52px;border-radius:14px;font-size:15px;gap:5px}
.gallery-pager .pager-number span{width:5px;height:5px;border-radius:50%;border:1px solid #d9e2ef;background:#fff}
.gallery-pager .pager-number.active{background:#f3f8fd;color:var(--blue)}
.gallery-pager .pager-number.active span{background:var(--blue);border-color:var(--blue)}

/* Reduction du bloc photo page detail */
.page-hero{grid-template-columns:minmax(360px,1fr) minmax(300px,480px)!important;gap:36px!important;min-height:500px!important}
.page-hero .framed-slider{max-width:480px!important;min-width:300px!important;height:270px!important;min-height:270px!important;max-height:270px!important;justify-self:center!important;border-radius:20px!important}
.page-hero .framed-slider .page-slide{object-fit:cover!important}
@media(max-width:1180px){.page-hero{grid-template-columns:1fr!important}.page-hero .framed-slider{max-width:560px!important;width:100%!important;min-width:0!important;height:285px!important;min-height:285px!important;max-height:285px!important;justify-self:start!important}}
@media(max-width:700px){.page-hero .framed-slider{max-width:100%!important;height:220px!important;min-height:220px!important;max-height:220px!important}}

/* Domaines d'intervention et valeur ajoutee */
.domains-section{padding:64px 5vw 72px;background:#fff;color:#0f1d2f}
.domains-head{max-width:1180px;margin:0 auto 28px;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:28px;align-items:end}
.domains-head span,.value-panel span{display:block;color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.22em;margin-bottom:12px}
.domains-head h2{font-size:clamp(24px,2.8vw,38px);line-height:1.1;margin:0;text-transform:none;font-style:normal;color:#0f1d2f}
.domains-head p{font-size:15px;line-height:1.65;margin:0;color:#607086}
.domains-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.35fr .85fr .85fr;gap:18px;align-items:stretch}
.domain-card{border:1px solid #e4ebf4;border-radius:16px;background:#fff;padding:24px;box-shadow:0 18px 42px rgba(10,37,64,.07)}
.domain-card h3{font-size:18px;line-height:1.25;margin:0 0 16px;color:var(--blue);text-transform:uppercase;font-style:normal}
.domain-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.domain-card li{display:grid;gap:3px;padding-left:16px;position:relative}
.domain-card li:before{content:'';position:absolute;left:0;top:.62em;width:6px;height:6px;background:var(--red);border-radius:50%}
.domain-card strong{font-size:13px;color:#0f1d2f;line-height:1.25}
.domain-card span{font-size:12px;line-height:1.5;color:#607086}
.domain-card a{display:inline-flex;margin-top:18px;color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.value-panel{max-width:1180px;margin:24px auto 0;padding:26px;border-radius:18px;background:#0a2540;color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;gap:26px;align-items:start}
.value-panel h3{font-size:clamp(22px,2.3vw,34px);line-height:1.1;margin:0 0 12px;color:#fff;font-style:normal;text-transform:none}
.value-panel p{color:#c9d6ee;margin:0;font-size:14px;line-height:1.6}
.value-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.value-list p{padding:14px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.value-list strong{display:block;color:#fff;font-size:13px;margin-bottom:4px}
@media(max-width:1100px){.domains-head,.value-panel{grid-template-columns:1fr}.domains-grid{grid-template-columns:1fr}.value-list{grid-template-columns:1fr}.domain-card{padding:22px}}
@media(max-width:620px){.domains-section{padding:46px 18px 54px}.domains-head{gap:14px}.domains-head h2{font-size:25px}.domain-card{padding:18px;border-radius:14px}.domain-card h3{font-size:16px}.value-panel{padding:20px}.value-list p{padding:12px}}

/* Design demande: Domaines d'intervention */
.domains-showcase{background:#f4f8fb;padding:26px 5vw 54px;color:#142033}
.domains-wrap,.value-wrap{max-width:1180px;margin:0 auto}
.domains-titlebar{max-width:650px;margin-bottom:30px}
.domains-titlebar h2{margin:0;color:#0081c4;font-size:clamp(26px,3vw,42px);line-height:1;text-transform:uppercase;font-style:normal;font-weight:900;letter-spacing:0}
.domains-titlebar i{display:block;width:86px;height:4px;background:var(--red);margin:16px 0 22px}
.domains-titlebar p{max-width:620px;margin:0;color:#4e6078;font-size:13px;line-height:1.75}
.domains-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 22px;padding:8px;border:1px solid #d7e2ef;border-radius:10px;background:#eaf1f7}
.domains-tabs a{position:relative;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-height:62px;padding:10px 14px;border-radius:8px;color:#1c2c42;background:transparent}
.domains-tabs a.active{background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.08)}
.domains-tabs span{grid-row:1/3;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#edf6ff;color:#0081c4;font-size:13px}
.domains-tabs small{font-size:8px;line-height:1;color:#7d8ca3;text-transform:uppercase;letter-spacing:.18em;font-weight:900}
.domains-tabs strong{font-size:11px;line-height:1.25;color:#1d314b}
.domains-tabs b{position:absolute;right:16px;top:50%;width:5px;height:5px;border-radius:50%;background:var(--red)}
.active-domain{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:18px 22px;border:1px solid #8bc9eb;background:#dff2fb;border-radius:10px;color:#142033}
.active-domain strong{display:block;font-size:18px;text-transform:uppercase;line-height:1.2}
.active-domain p{margin:5px 0 0;color:#4e6078;font-size:12px}
.active-domain span{display:inline-flex;align-items:center;justify-content:center;background:#126cff;color:#fff;border-radius:999px;padding:7px 12px;font-size:10px;font-weight:900;text-transform:uppercase}
.intervention-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.intervention-grid article{min-height:234px;background:#fff;border:1px solid #dfe8f1;border-radius:10px;padding:24px 26px;box-shadow:0 8px 18px rgba(15,23,42,.07);display:flex;flex-direction:column}
.intervention-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}
.intervention-top span{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#edf6ff;color:#0081c4;font-size:15px}
.intervention-top em{max-width:160px;padding:4px 8px;border-radius:999px;background:#f5f8fc;color:#96a4b7;font-size:7px;line-height:1;text-transform:uppercase;letter-spacing:.14em;font-style:normal;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.intervention-grid h3{margin:0 0 12px;color:#142033;font-size:15px;line-height:1.25;font-style:normal;text-transform:none}
.intervention-grid p{margin:0;color:#53657f;font-size:11.5px;line-height:1.7}
.intervention-grid a{margin-top:auto;padding-top:18px;border-top:1px solid #e6edf5;color:var(--red);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.value-showcase{background:#fff;padding:70px 5vw 78px;color:#142033}
.value-titlebar{text-align:center;max-width:640px;margin:0 auto 48px}
.value-titlebar span{display:inline-flex;background:#fff1f2;color:var(--red);border-radius:999px;padding:7px 14px;font-size:8px;text-transform:uppercase;letter-spacing:.22em;font-weight:900;margin-bottom:18px}
.value-titlebar h2{margin:0;color:#142033;font-size:clamp(28px,3vw,42px);line-height:1;text-transform:uppercase;font-style:normal;font-weight:900}
.value-titlebar strong{display:block;margin:12px 0 14px;color:#0081c4;font-size:13px;font-style:italic}
.value-titlebar i{display:block;width:48px;height:4px;background:var(--red);margin:0 auto 22px}
.value-titlebar p{margin:0;color:#64748b;font-size:12px;line-height:1.65}
.value-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:1040px;margin:0 auto}
.value-card-grid article{min-height:230px;border:1px solid #dce6ef;border-radius:10px;background:#fff;padding:28px 30px;box-shadow:0 4px 12px rgba(15,23,42,.03)}
.value-card-grid article.highlight{border-color:var(--red);box-shadow:0 12px 28px rgba(227,6,19,.12)}
.value-card-grid article>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f2f8ff;color:#0081c4;border:1px solid #e1edf8;margin-bottom:28px}
.value-card-grid article.highlight>span{background:var(--red);border-color:var(--red);color:#fff}
.value-card-grid h3{font-size:14px;line-height:1.25;margin:0 0 14px;color:#142033;font-style:normal;text-transform:none}
.value-card-grid article.highlight h3{color:#0081c4}
.value-card-grid p{font-size:11.5px;line-height:1.65;color:#53657f;margin:0 0 28px}
.value-card-grid small{font-size:9px;color:#6b94bd;font-weight:800}
.elite-cta{max-width:1040px;margin:54px auto 0;padding:28px 32px;border-radius:10px;background:linear-gradient(115deg,#071a31,#0b2c50);box-shadow:0 20px 38px rgba(7,26,49,.26);display:flex;align-items:center;justify-content:space-between;gap:26px;color:#fff}
.elite-cta h3{margin:0 0 8px;color:#fff;font-size:18px;text-transform:uppercase;font-style:normal}
.elite-cta p{max-width:620px;margin:0;color:#c9d6e8;font-size:11px;line-height:1.6}
.elite-cta a{display:inline-flex;align-items:center;justify-content:center;min-width:190px;background:#fff;color:#142033;border-radius:7px;padding:13px 18px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:980px){.domains-tabs,.intervention-grid,.value-card-grid{grid-template-columns:1fr}.active-domain{align-items:flex-start;flex-direction:column}.elite-cta{flex-direction:column;align-items:flex-start}.elite-cta a{min-width:0}.value-card-grid article{min-height:0}.intervention-grid article{min-height:0}}
@media(max-width:620px){.domains-showcase{padding:24px 18px 42px}.value-showcase{padding:48px 18px}.domains-tabs{padding:6px}.domains-tabs a{padding:10px}.intervention-grid article,.value-card-grid article{padding:20px}.active-domain strong{font-size:15px}.elite-cta{padding:22px}}

/* Onglets interactifs Domaines */
.domains-tabs button{font:inherit;border:0;text-align:left;cursor:pointer;position:relative;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-height:62px;padding:10px 14px;border-radius:8px;color:#1c2c42;background:transparent;transition:.22s}
.domains-tabs button.active{background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.14)}
.domains-tabs button span{grid-row:1/3;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#edf6ff;color:#0081c4;font-size:13px}
.domains-tabs button small{font-size:8px;line-height:1;color:#8aa0bb;text-transform:uppercase;letter-spacing:.18em;font-weight:900}
.domains-tabs button strong{font-size:13px;line-height:1.25;color:#1d314b;font-weight:900}
.domains-tabs button.active strong{color:#0081c4}
.domains-tabs button b{position:absolute;right:16px;top:50%;width:5px;height:5px;border-radius:50%;background:var(--red);opacity:0;transform:translateY(-50%)}
.domains-tabs button.active b{opacity:1}
.domain-panel{display:none;animation:domainFade .22s ease both}
.domain-panel.active{display:block}
@keyframes domainFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.domain-panel:not(.active) .intervention-grid{display:none}
@media(max-width:980px){.domains-tabs button{min-height:58px}.domains-tabs button strong{font-size:12px}}

/* Effet couleur suivant la souris - valeur ajoutee */
.value-card-grid article{position:relative;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;background:#fff}
.value-card-grid article:before{content:'';position:absolute;inset:-1px;background:radial-gradient(260px circle at var(--mx,50%) var(--my,50%),rgba(0,129,196,.18),rgba(227,6,19,.08) 38%,transparent 68%);opacity:0;transition:opacity .22s ease;pointer-events:none}
.value-card-grid article:after{content:'';position:absolute;inset:0;border-radius:10px;border:1px solid rgba(0,129,196,.0);pointer-events:none;transition:border-color .22s ease}
.value-card-grid article:hover{transform:translateY(-4px);border-color:var(--hover-color,#0081c4);box-shadow:0 18px 42px rgba(15,23,42,.13)}
.value-card-grid article:hover:before{opacity:1}
.value-card-grid article:hover:after{border-color:var(--hover-color,#0081c4)}
.value-card-grid article>*{position:relative;z-index:1}
.value-card-grid article:hover>span{background:var(--hover-color,#0081c4);border-color:var(--hover-color,#0081c4);color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--hover-color,#0081c4) 25%,transparent)}
.value-card-grid article:hover h3{color:var(--hover-color,#0081c4)}
.value-card-grid article:hover small{color:var(--hover-color,#0081c4)}
.value-card-grid article.highlight:hover{border-color:var(--hover-color,var(--red))}

/* Footer bleu logo + contacts complets */
.site-footer.footer-blue{background:linear-gradient(145deg,#0081c4 0%,#006da8 42%,#005f96 100%)!important;color:#fff!important;padding:62px 5vw 34px!important;grid-template-columns:1.55fr 1fr .9fr 1.45fr!important;gap:42px!important;position:relative;overflow:hidden}
.site-footer.footer-blue:before{content:'';position:absolute;inset:auto -10% -45% 42%;height:360px;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 62%);pointer-events:none}
.site-footer.footer-blue>*{position:relative;z-index:1}.footer-blue .footer-logo{width:185px!important;background:#fff!important;border-radius:8px!important;padding:10px!important;box-shadow:0 18px 34px rgba(0,36,78,.18)}
.footer-blue .footer-brand p{max-width:360px;color:#eaf6ff!important;font-size:15px!important;line-height:1.85!important;font-style:italic;font-weight:800;letter-spacing:.04em}
.footer-blue h4{color:#fff!important;font-size:13px!important;letter-spacing:.18em!important;margin:0 0 22px;text-transform:uppercase}
.footer-blue a,.footer-blue p{color:#d7efff!important;font-size:14px!important;letter-spacing:.05em!important;font-weight:800!important;line-height:1.75!important}
.footer-blue .footer-col a{margin:0 0 7px;transition:.2s}.footer-blue .footer-col a:hover{color:#fff!important;transform:translateX(4px)}
.footer-blue .footer-contact p{position:relative;padding-left:42px!important;margin:0 0 12px!important;text-transform:none!important;color:#fff!important}
.footer-blue .footer-contact p:before{position:absolute;left:0;top:1px;width:28px;height:28px;display:grid;place-items:center;color:#fff!important;border:1px solid rgba(255,255,255,.28);border-radius:8px;font-size:15px!important;background:rgba(255,255,255,.08)}
.footer-blue .footer-contact .mail:before{content:'\2709'}.footer-blue .footer-contact .loc:before{content:'\2316'}.footer-blue .footer-contact .phone-line:before{content:'\260E'}
.footer-blue .footer-contact .phone-line span{position:absolute;left:0;transform:translateY(1px);z-index:2;font-size:14px}.footer-blue .footer-contact .phone-line{padding-left:48px!important}
.footer-socials{display:flex!important;gap:14px!important;margin-top:24px!important}.footer-socials a{width:50px!important;height:50px!important;border-radius:50%!important;background:rgba(0,51,88,.28)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);transition:transform .25s ease,background .25s ease,box-shadow .25s ease!important}
.footer-socials a:hover{background:#fff!important;color:#0081c4!important;transform:translateY(-5px) scale(1.04)!important;box-shadow:0 16px 32px rgba(0,38,73,.26)!important}
.footer-blue .copyright{grid-column:1/-1!important;border-top:1px solid rgba(255,255,255,.22)!important;color:#e7f6ff!important;padding-top:24px!important;margin-top:18px!important;font-size:12px!important;letter-spacing:.15em!important}
.footer-blue .footer-links{grid-column:1/-1!important;display:flex!important;justify-content:flex-end!important;gap:38px!important}.footer-blue .footer-links a{font-size:12px!important;text-transform:uppercase!important;color:#e7f6ff!important}
@media(max-width:1100px){.site-footer.footer-blue{grid-template-columns:1fr 1fr!important}.footer-blue .footer-contact{grid-column:1/-1}.footer-blue .footer-links{justify-content:flex-start!important;flex-wrap:wrap}}
@media(max-width:700px){.site-footer.footer-blue{grid-template-columns:1fr!important;padding:48px 22px 30px!important}.footer-socials a{width:44px!important;height:44px!important}.footer-blue .footer-contact p{padding-left:38px!important}.footer-blue .footer-links{gap:16px}}

/* Effets hover sur les images du site */
.media,.video-preview,.gallery article,.news-card,.dark-band .card,.realisation,.page-hero .framed-slider,.promo-slider{isolation:isolate}
.media img,.video-preview img,.gallery article img,.news-card img,.dark-band .card img,.realisation img,.page-hero .page-slide,.promo-slide img,.ad-slide img{transition:transform .55s ease,filter .45s ease,opacity .45s ease!important;will-change:transform}
.media:hover img,.video-preview:hover img,.gallery article:hover img,.news-card:hover img,.dark-band .card:hover img,.realisation:hover img,.page-hero .framed-slider:hover .page-slide.active,.promo-slider:hover .promo-slide.active img,.ad-card:hover .ad-slide.active img{transform:scale(1.055)!important;filter:saturate(1.12) contrast(1.04) brightness(1.03)!important}
.gallery article:hover img,.news-card:hover img,.dark-band .card:hover img{box-shadow:0 22px 48px rgba(0,129,196,.22)!important}
.gallery article:hover h3,.news-card:hover h3,.dark-band .card:hover h3{color:#0081c4!important}


/* Correction finale footer contacts + zoom images */
.footer-blue .footer-contact p{min-height:30px!important;display:flex!important;align-items:flex-start!important;gap:8px!important;padding-left:42px!important;position:relative!important;overflow:visible!important}
.footer-blue .footer-contact p:before{left:0!important;top:0!important;transform:none!important;z-index:1!important;content:''}
.footer-blue .footer-contact .mail:before{content:'\2709'!important}
.footer-blue .footer-contact .loc:before{content:'\2316'!important}
.footer-blue .footer-contact .phone-line{padding-left:78px!important;gap:8px!important}
.footer-blue .footer-contact .phone-line:before{content:'\260E'!important;left:0!important}
.footer-blue .footer-contact .phone-line span{position:absolute!important;left:39px!important;top:4px!important;transform:none!important;z-index:2!important;font-size:16px!important;line-height:1!important;display:inline-block!important;width:26px!important;text-align:center!important}
.footer-blue .footer-contact a{display:inline!important;word-break:break-word!important;overflow-wrap:anywhere!important}
.footer-blue .footer-contact .mail a,.footer-blue .footer-contact .loc{padding-top:1px!important}
.zoomable-image{cursor:zoom-in!important}
.image-lightbox{position:fixed;inset:0;z-index:5000;background:rgba(2,6,23,.88);display:flex;align-items:center;justify-content:center;padding:24px;backdrop-filter:blur(8px)}
.image-lightbox figure{margin:0;max-width:min(1120px,94vw);max-height:90vh;display:grid;gap:12px;justify-items:center}
.image-lightbox img{max-width:100%;max-height:82vh;object-fit:contain;border-radius:14px;box-shadow:0 30px 80px rgba(0,0,0,.45);background:#fff}
.image-lightbox figcaption{text-align:center;color:#fff;font-size:13px;font-weight:800;letter-spacing:.02em}
.image-lightbox button{position:absolute;top:18px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#0f172a;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 14px 30px rgba(0,0,0,.24)}
.image-lightbox button:hover{background:#0081c4;color:#fff}
body.lightbox-open{overflow:hidden}
@media(max-width:620px){.image-lightbox{padding:14px}.image-lightbox button{top:12px;right:12px;width:40px;height:40px}.image-lightbox img{max-height:78vh;border-radius:10px}.footer-blue .footer-contact .phone-line{padding-left:72px!important}.footer-blue .footer-contact .phone-line span{left:36px!important}}


