/* Base e identidade visual */
:root{--blue:#0758be;--navy:#061d38;--ink:#142437;--muted:#546477;--line:#dfe6ee;--pale:#f3f7fb;--green:#138744;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:106px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:16px;line-height:1.65;background:#fff}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%}svg{width:23px;height:23px;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.13;letter-spacing:-.035em}p+p{margin-top:18px}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #e2a731;outline-offset:5px}.container{width:min(1240px,calc(100% - 88px));margin-inline:auto}.skip-link{position:fixed;top:-100px;left:20px;z-index:200;background:white;padding:12px}.skip-link:focus{top:12px}.topline{background:var(--navy);color:#dce7f3;font-size:13px}.topline .container{display:flex;justify-content:space-between;padding-block:8px}.topline span,.topline a{display:flex;align-items:center;gap:8px}.topline svg{width:15px;height:15px}header{position:sticky;top:0;background:#fff;z-index:30;border-bottom:1px solid #edf0f4}.header-inner{display:flex;align-items:center;gap:30px;min-height:100px;justify-content:space-between}.brand img{width:105px;height:90px;object-fit:contain}nav{display:flex;gap:27px;margin-left:auto}nav a{font-size:14px;font-weight:600;position:relative;padding-block:20px}nav a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;border-radius:5px;font-weight:700;font-size:14px;padding:14px 22px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.header-cta{background:var(--blue);color:white}.header-cta:hover{background:#064a9e}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;background:var(--navy);color:white;min-height:704px;overflow:hidden}.hero-picture{position:absolute;inset:0;z-index:-2}.hero-picture img{height:100%;width:100%;object-fit:cover;object-position:70% center}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,21,43,.96) 0%,rgba(3,21,43,.86) 33%,rgba(3,21,43,.25) 73%,rgba(3,21,43,.08));z-index:-1}.hero-content{padding-block:68px 35px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--blue);margin-bottom:22px}.eyebrow.light{color:#adcef6}.hero h1{font-size:clamp(44px,4.5vw,68px);font-weight:800;letter-spacing:-.045em;line-height:1.04;max-width:700px}.hero h1 span{color:#8dc5ff}.hero-lead{font-size:20px;line-height:1.5;margin-top:25px;color:#f0f5fb}.hero-copy{font-size:14px;line-height:1.6;color:#ccd8e7;max-width:435px;margin-top:16px}.hero-phone{display:block;font-size:26px;font-weight:700;margin-top:22px;letter-spacing:-.025em}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:17px}.primary{background:var(--green);color:white}.primary:hover{background:#0d7138}.secondary{color:white;background:transparent;border:1px solid #7e91a7}.secondary:hover{background:#ffffff15}.instagram{display:inline-flex;align-items:center;gap:9px;padding:12px 8px;font-size:14px;font-weight:600}.instagram:hover{text-decoration:underline}.hero-location{margin-top:33px;display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.09em;color:#c3d1e1}.hero-location svg{width:15px;height:15px}.hero-location span{margin-left:12px;border-left:1px solid #8fa5bb;padding-left:20px;letter-spacing:0;font-size:13px}.hero-down{position:absolute;bottom:38px;right:44px;border:1px solid #ffffff70;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;font-size:23px}.trust-strip{background:#eef5fc;border-bottom:1px solid #dfe9f3}.trust-strip .container{display:flex;justify-content:space-between;gap:25px;padding-block:24px}.trust-strip span{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:600}.trust-strip svg{color:var(--blue)}.section{padding-block:100px}.section-heading{display:grid;grid-template-columns:1.25fr 1fr;gap:100px;align-items:end;margin-bottom:43px}.section-heading p:not(.eyebrow){color:var(--muted);font-size:16px}.section-heading .eyebrow{margin-bottom:18px}h2{font-size:clamp(30px,3.1vw,44px);font-weight:750}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid var(--line);border-radius:var(--radius);padding:27px 23px;box-shadow:0 5px 16px #152b4603}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.card-top svg{width:31px;height:31px;color:var(--blue)}.card-top span{font-size:12px;color:#6d7c8b}.service-card h3{font-size:20px;line-height:1.3;margin-bottom:14px;letter-spacing:-.02em}.service-card p{font-size:14px;line-height:1.65;color:var(--muted)}.gallery-section{background:var(--pale)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-item{padding:0;border:0;background:#d8e5f1;position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4/3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#00152e65);pointer-events:none}.image-number{position:absolute;left:17px;bottom:15px;color:#fff;font-size:13px;z-index:1}.zoom{position:absolute;right:14px;bottom:14px;background:#fff;color:var(--navy);border-radius:50%;width:34px;height:34px;display:grid;place-items:center;z-index:1}.zoom svg{width:17px;height:17px}.gallery-note{font-size:13px;color:var(--muted);margin-top:22px}.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:75px;align-items:start}.about-visual{position:sticky;top:130px;padding-bottom:32px}.about-visual>img{width:100%;height:580px;object-fit:cover;object-position:60% center;border-radius:8px}.since{background:var(--blue);color:#fff;margin-top:-65px;position:relative;margin-left:28px;padding:28px 30px;border-radius:6px;box-shadow:0 10px 24px #09233b17}.since strong{display:block;font-size:34px;letter-spacing:-.04em}.since span{font-size:14px}.about-copy h2{margin-bottom:28px}.about-copy>p:not(.eyebrow),.about-detail p{color:var(--muted);font-size:16px}.about-copy a{color:var(--blue);font-weight:700}.about-detail{padding-top:26px;margin-top:28px;border-top:1px solid var(--line)}.about-detail h3{font-size:22px;margin-bottom:16px}.about-detail p{font-size:15px}.contact{background:var(--blue);color:white;position:relative}.contact-inner{text-align:center}.contact h2{font-size:clamp(32px,3.6vw,50px);line-height:1.12}.contact p:not(.eyebrow){color:#e0edff;margin-top:23px;font-size:17px}.contact-phone{display:block;font-size:clamp(30px,3vw,42px);font-weight:700;letter-spacing:-.035em;margin-top:20px}.contact .actions{justify-content:center;margin-top:24px}.contact .primary{background:#fff;color:var(--blue)}.contact .primary:hover{background:#e9f2ff}footer{background:#07182b;color:#d7e0ec;padding-top:60px}.footer-main{display:grid;grid-template-columns:1.15fr .8fr 1.1fr;gap:60px;padding-bottom:46px}.footer-logo{display:block;width:104px;background:white;border-radius:4px;margin-bottom:24px}.footer-logo img{width:104px;height:94px;object-fit:contain}footer h2{font-size:20px;letter-spacing:-.02em;margin-bottom:12px;color:#fff}footer h3{font-size:15px;letter-spacing:0;color:white;margin-bottom:24px}footer p,footer address{font-size:14px;color:#a9b9cd;line-height:1.8;font-style:normal}footer p+p{margin-top:9px}.footer-main>div:nth-child(2)>a{display:flex;align-items:center;gap:11px;margin-bottom:17px;font-size:15px}.footer-main svg{width:19px;height:19px;color:#8fbfff}.business p{font-size:12px;margin-top:19px}.footer-bottom{border-top:1px solid #ffffff20;display:flex;justify-content:space-between;gap:25px;padding-block:22px;font-size:12px;color:#a9b9cd}.floating-wa{position:fixed;right:24px;bottom:25px;z-index:40;width:57px;height:57px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;border:2px solid white;box-shadow:0 5px 22px #00142830;transition:transform .2s}.floating-wa:hover{transform:translateY(-3px)}.floating-wa svg{width:30px;height:30px}.mobile-bar{display:none}dialog{border:0;background:transparent;color:#fff;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:55px 65px;margin:auto;overflow:hidden}dialog::backdrop{background:#031022f2}dialog[open]{display:flex;align-items:center;justify-content:center}dialog figure{margin:0;max-width:100%;text-align:center}dialog figure img{max-height:80dvh;max-width:calc(100vw - 140px);object-fit:contain;margin:auto;border-radius:4px}dialog figcaption{font-size:14px;padding-top:12px}dialog button{border:1px solid #ffffff40;color:#fff;background:#15304d;border-radius:50%;position:absolute;width:44px;height:44px;line-height:1;font-size:30px}dialog .lightbox-close{right:24px;top:20px}.lightbox-prev{left:15px;top:50%}.lightbox-next{right:15px;top:50%}
/* Tablettes et navigation compacte */
@media(max-width:1100px){.container{width:calc(100% - 48px)}nav{gap:16px}.header-inner{gap:20px}.header-cta{padding:12px;font-size:13px}.section-heading{gap:45px}.about-grid{gap:40px}.service-grid{grid-template-columns:repeat(2,1fr)}.footer-main{gap:30px}.hero{min-height:690px}}
@media(max-width:850px){.header-inner{min-height:83px}.brand img{height:77px;width:91px}.header-cta{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:1px solid var(--line);border-radius:5px;width:44px;height:44px;padding:10px;order:3}.menu-toggle span{height:2px;background:var(--navy);width:22px}nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;border-top:1px solid var(--line);padding:12px 24px;box-shadow:0 10px 20px #05274d12}nav.is-open{display:flex;flex-direction:column;gap:0}nav a{padding:12px}.hero:before{background:linear-gradient(90deg,#03152bea,#03152b99 60%,#03152b45)}.hero h1{font-size:58px}.section{padding-block:70px}.section-heading{grid-template-columns:1fr;gap:22px}.gallery{gap:15px}.about-grid{grid-template-columns:1fr}.about-visual{position:relative;top:0;max-width:650px}.about-visual>img{height:440px}.about-copy h2 br{display:none}.trust-strip .container{gap:15px}.trust-strip span{font-size:12px}.footer-main{grid-template-columns:1fr 1fr}.business{grid-column:1/-1}.footer-bottom{padding-right:60px}}
@media(max-width:560px){html{scroll-padding-top:85px}.container{width:calc(100% - 40px)}body{padding-bottom:65px}.topline{font-size:11px}.topline svg{width:13px}.topline .container{width:calc(100% - 32px)}.header-inner{gap:12px}.header-cta{font-size:12px;min-height:43px;padding:9px 11px;gap:6px}.header-cta svg{width:19px}.hero{min-height:730px}.hero-picture img{object-position:65% center}.hero:before{background:linear-gradient(90deg,#03152be8,#03152b93),linear-gradient(0deg,#03152bde,transparent 60%)}.hero-content{padding-block:48px 30px}.eyebrow{font-size:11px;letter-spacing:.15em;margin-bottom:21px}.hero h1{font-size:clamp(40px,10.7vw,57px);line-height:1.07;max-width:460px}.desktop-break{display:none}.hero-lead{font-size:18px;margin-top:24px;max-width:340px}.hero-copy{font-size:14px;max-width:335px}.hero-phone{font-size:28px}.actions{gap:10px}.hero .actions .button{flex:1;min-width:130px;padding-inline:13px}.hero .instagram{padding-left:0}.hero-location{font-size:10px;margin-top:22px;flex-wrap:wrap}.hero-location span{font-size:12px;padding-left:12px;margin-left:4px}.hero-down{display:none}.trust-strip .container{flex-direction:column;gap:14px;padding-block:22px}.trust-strip span{font-size:14px}.trust-strip svg{width:20px;height:20px}.section{padding-block:57px}h2{font-size:32px}.section-heading{margin-bottom:30px;gap:20px}.section-heading p:not(.eyebrow){font-size:16px}.service-grid{grid-template-columns:1fr;gap:14px}.service-card{padding:24px}.card-top{margin-bottom:20px}.service-card h3{font-size:21px}.service-card p{font-size:15px}.gallery{grid-template-columns:1fr;gap:18px}.gallery-item{aspect-ratio:4/3}.about-grid{gap:30px}.about-visual>img{height:375px}.since{margin-left:20px;padding:23px}.since strong{font-size:30px}.since span{font-size:13px}.about-copy h2{font-size:34px}.contact h2{font-size:35px}.contact h2 br{display:none}.contact p:not(.eyebrow){font-size:16px}.contact .actions{display:grid;grid-template-columns:1fr 1fr}.contact .primary{grid-column:1/-1}.contact .instagram{justify-content:center;font-size:13px}.contact .secondary{padding-inline:10px}.footer-main{grid-template-columns:1fr;gap:33px}.business{grid-column:auto}.footer-bottom{display:block;padding-right:0;padding-bottom:26px}.footer-bottom a{display:block;margin-top:10px}footer{padding-top:42px}.floating-wa{bottom:84px;right:15px;width:49px;height:49px}.floating-wa svg{width:26px;height:26px}.mobile-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;background:white;z-index:45;border-top:1px solid var(--line);padding:8px 12px calc(8px + env(safe-area-inset-bottom));gap:10px}.mobile-bar a{display:flex;justify-content:center;align-items:center;gap:9px;font-weight:700;font-size:14px;background:var(--green);color:white;border-radius:5px;min-height:43px}.mobile-bar a+a{background:var(--blue)}dialog{padding:65px 42px}dialog figure img{max-width:calc(100vw - 85px);max-height:76dvh}dialog button{width:34px;height:34px}.lightbox-prev{left:4px}.lightbox-next{right:4px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
