:root {
  --navy: #071a2d;
  --navy-2: #0b2944;
  --blue: #0b74c7;
  --cyan: #20b8d8;
  --ice: #eaf7fb;
  --mist: #f4f8fb;
  --ink: #112638;
  --muted: #597083;
  --line: #d8e5ed;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 26, 45, .12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--cyan); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(216, 229, 237, .8);
  backdrop-filter: blur(14px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  letter-spacing: -.08em;
  border-radius: 12px 12px 12px 3px;
  background: linear-gradient(145deg, var(--cyan), var(--blue));
  box-shadow: 0 8px 22px rgba(11, 116, 199, .28);
}
.brand-copy { line-height: 1.05; }
.brand-name { display: block; color: var(--navy); font-weight: 900; letter-spacing: -.035em; font-size: 1.16rem; }
.brand-sub { display: block; margin-top: 5px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: #365166; font-size: .94rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: white !important;
  background: var(--blue);
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.nav-cta { min-height: 42px; padding-inline: 18px; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); background: #075fA5; box-shadow: 0 10px 28px rgba(11, 116, 199, .25); }
.button.secondary { color: var(--navy) !important; background: transparent; border-color: rgba(255,255,255,.3); }
.button.secondary:hover { background: rgba(255,255,255,.08); box-shadow: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--mist); color: var(--navy); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s; }

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--navy);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(32,184,216,.19), transparent 24%),
    linear-gradient(115deg, transparent 58%, rgba(255,255,255,.035) 58% 59%, transparent 59%),
    linear-gradient(65deg, transparent 72%, rgba(32,184,216,.09) 72% 73%, transparent 73%);
}
.hero-grid { position: relative; min-height: 665px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; padding-block: 92px; }
.hero .eyebrow { color: #6fdcf0; }
.hero h1 { max-width: 770px; margin: 24px 0 24px; font-size: clamp(3.2rem, 6.5vw, 6rem); line-height: .96; letter-spacing: -.065em; }
.hero h1 em { color: #7de1f1; font-style: normal; }
.hero-lead { max-width: 640px; color: #c6d9e7; font-size: 1.17rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.local-card { align-self: end; margin-bottom: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.06); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(8px); overflow: hidden; }
.local-top { padding: 27px 28px 22px; }
.local-kicker { color: #7de1f1; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.local-card h2 { margin: 8px 0 8px; font-size: 1.65rem; line-height: 1.2; }
.local-card p { margin: 0; color: #b9cfdd; font-size: .93rem; }
.local-list { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.12); }
.local-list span { display: flex; align-items: center; gap: 10px; padding: 14px 28px; color: #e2eef5; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.local-list span:last-child { border-bottom: 0; }
.check { color: #7de1f1; font-weight: 900; }

.trust-strip { background: #09233a; color: white; }
.trust-grid { min-height: 98px; display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); align-items: center; }
.trust-title { padding-right: 34px; color: #8be3f0; font-weight: 800; }
.trust-item { padding: 10px 28px; border-left: 1px solid rgba(255,255,255,.13); }
.trust-item strong { display: block; font-size: .95rem; }
.trust-item span { color: #9fb7c8; font-size: .78rem; }

.section { padding-block: 110px; }
.section.mist { background: var(--mist); }
.section.dark { color: white; background: var(--navy); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 46px; }
.section-head h2, .split-copy h2 { margin: 12px 0 0; max-width: 760px; color: var(--navy); font-size: clamp(2.35rem, 4.5vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; }
.dark .section-head h2, .dark .split-copy h2 { color: white; }
.section-head p { max-width: 430px; margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 260px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #a8d9ea; box-shadow: var(--shadow); }
.icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--blue); border-radius: 14px; background: var(--ice); }
.icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 24px 0 9px; color: var(--navy); font-size: 1.22rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-card a { margin-top: auto; padding-top: 18px; color: var(--blue); font-weight: 800; font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-panel { position: relative; overflow: hidden; min-height: 555px; border-radius: 30px 30px 30px 6px; box-shadow: var(--shadow); background: var(--navy); }
.image-panel img { width: 100%; height: 100%; min-height: 555px; object-fit: cover; }
.image-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,26,45,.65)); }
.split-copy > p { margin: 24px 0; color: var(--muted); font-size: 1.06rem; }
.feature-list { display: grid; gap: 18px; margin: 30px 0; }
.feature { display: grid; grid-template-columns: 38px 1fr; gap: 15px; }
.feature-num { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #b8ddeb; border-radius: 50%; color: var(--blue); font-size: .78rem; font-weight: 900; }
.feature strong { display: block; color: var(--navy); }
.feature span { color: var(--muted); font-size: .91rem; }

.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.13); }
.approach-item { min-height: 250px; padding: 34px; background: #0a2238; }
.approach-item span { color: #67d6e8; font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.approach-item h3 { margin: 40px 0 12px; font-size: 1.35rem; }
.approach-item p { margin: 0; color: #aac0cf; font-size: .92rem; }

.cta-band { position: relative; overflow: hidden; margin: 0 auto 90px; padding: 54px 58px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: white; border-radius: 28px; background: linear-gradient(110deg, #0b74c7, #07518d); }
.cta-band::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -130px; border: 38px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.04em; }
.cta-band p { margin: 10px 0 0; color: #d8edf7; }
.cta-band .button { background: white; color: var(--blue) !important; min-width: 190px; }

.page-hero { color: white; background: var(--navy); }
.page-hero .container { min-height: 395px; display: flex; flex-direction: column; justify-content: end; padding-block: 85px 74px; }
.page-hero .eyebrow { color: #6fdcf0; }
.page-hero h1 { margin: 18px 0 14px; max-width: 850px; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.06em; }
.page-hero p { max-width: 690px; margin: 0; color: #bdd1df; font-size: 1.12rem; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.detail-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.detail-card h2 { margin: 20px 0 10px; color: var(--navy); font-size: 1.4rem; }
.detail-card p { color: var(--muted); }
.detail-card ul { padding-left: 20px; color: var(--muted); }
.statement { max-width: 910px; margin: 0 auto; text-align: center; }
.statement p { margin: 0; color: var(--navy); font-size: clamp(1.7rem, 3.5vw, 3.2rem); line-height: 1.25; letter-spacing: -.035em; font-weight: 750; }
.statement p span { color: var(--blue); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin: 14px 0 18px; color: var(--navy); font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.03; letter-spacing: -.05em; }
.contact-copy p { color: var(--muted); }
.contact-links { margin-top: 34px; display: grid; gap: 14px; }
.contact-link { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-link strong { display: block; color: var(--navy); }
.contact-link span { color: var(--muted); font-size: .88rem; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { color: var(--navy); font-size: .86rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #cbdce6; border-radius: 10px; background: #fbfdfe; outline: none; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,116,199,.1); }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .78rem; }
.form-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 10px; color: #07552e; background: #e9f8f0; font-size: .9rem; }

.site-footer { color: #b7cad7; background: #061623; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 55px; padding-block: 64px; }
.footer-brand .brand-name { color: white; }
.footer-brand .brand-sub { color: #8ea8ba; }
.footer-copy { max-width: 400px; margin-top: 22px; color: #8fa7b8; font-size: .9rem; }
.footer-col h3 { margin: 0 0 17px; color: white; font-size: .9rem; }
.footer-col a { display: block; margin: 9px 0; color: #9fb4c2; font-size: .88rem; }
.footer-col a:hover { color: white; }
.footer-bottom { padding-block: 19px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #7f99aa; font-size: .78rem; }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 68px; display: none; padding: 20px; align-items: stretch; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; }
  .nav-cta { margin-top: 6px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-block: 80px; }
  .hero h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .local-card { width: min(100%, 520px); justify-self: end; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding-block: 20px; }
  .trust-title { padding: 14px 20px; }
  .trust-item { padding: 14px 20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .image-panel, .image-panel img { min-height: 430px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-item { min-height: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-sub { display: none; }
  .section { padding-block: 76px; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .services-grid, .detail-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .cta-band { margin-bottom: 55px; padding: 40px 27px; align-items: flex-start; flex-direction: column; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Direction visuelle 2 — inspirée de la maquette approuvée */
:root { --navy:#061a4c; --blue:#0874e3; --cyan:#28aeea; --ink:#0a2055; --muted:#526486; --line:#dbe7f3; --mist:#f6faff; --radius:7px; --max:1160px; --shadow:0 12px 36px rgba(13,52,100,.10); }
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid #edf2f8}.nav{min-height:92px}.brand{gap:10px}.brand-mark{width:72px;height:52px;display:block;color:transparent;font-size:0;border-radius:0;background:url('../images/logo-mark.svg') center/contain no-repeat;box-shadow:none}.brand-name{font-size:1.35rem;font-weight:950;letter-spacing:.015em;text-transform:uppercase}.brand-sub{font-size:.61rem;letter-spacing:.27em}.nav-links{gap:34px}.nav-links a{position:relative;color:#122c61;font-size:.91rem}.nav-links a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--blue);transition:right .2s}.nav-links a:hover::after,.nav-links a[aria-current="page"]::after{right:0}.nav-cta,.button{border-radius:8px;box-shadow:0 8px 22px rgba(8,116,227,.19)}.nav-cta{min-height:48px;padding-inline:24px}
.hero{background:#0a3765 url('../images/hero-perce-provisoire.webp') center/cover no-repeat}.hero::before{background:linear-gradient(90deg,rgba(3,25,62,.88) 0%,rgba(4,31,72,.69) 38%,rgba(4,31,72,.10) 74%),linear-gradient(0deg,rgba(2,22,57,.22),transparent 45%)}.hero-grid{min-height:458px;grid-template-columns:1.12fr .88fr;gap:50px;padding-block:54px}.hero .eyebrow{color:#fff}.hero .eyebrow::before{background:#77c9ff}.hero h1{max-width:600px;margin:17px 0;font-size:clamp(2.65rem,5vw,4.35rem);line-height:1.01;letter-spacing:-.052em}.hero h1 em{color:#fff}.hero-lead{max-width:600px;color:#eef6ff;font-size:1.05rem;line-height:1.55}.hero-actions{margin-top:25px}.button.secondary{color:#fff!important;background:rgba(3,21,55,.12);border-color:rgba(255,255,255,.82)}
.local-card{align-self:start;justify-self:end;width:min(100%,360px);margin-top:-18px;padding:18px 20px;border:1px solid rgba(255,255,255,.9);border-radius:9px;background:rgba(255,255,255,.92);color:var(--ink);box-shadow:0 12px 30px rgba(4,27,60,.14)}.local-top{display:grid;grid-template-columns:45px 1fr;column-gap:13px;padding:0}.local-top::before{content:"⌖";grid-row:1/4;width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:50%;font-size:1.45rem}.local-kicker{color:var(--navy);font-size:.93rem;font-weight:850;letter-spacing:0;text-transform:none}.local-card h2{display:none}.local-card p{margin:2px 0 0;color:#50617e;font-size:.78rem;line-height:1.35}.local-list{display:none}.hero-signature{position:absolute;right:5%;bottom:28px;color:#fff;font-family:"Segoe Script","Bradley Hand",cursive;font-size:1.05rem;font-style:italic;line-height:1.2;text-align:center;transform:rotate(-5deg);text-shadow:0 2px 8px rgba(0,0,0,.32)}
.trust-strip{display:none}.section{padding-block:68px}.section-head{margin-bottom:28px}.section-head h2,.split-copy h2{margin-top:8px;font-size:clamp(2rem,3.6vw,3.15rem);line-height:1.08}.services-grid{grid-template-columns:repeat(5,1fr);gap:14px}.service-card{min-height:215px;padding:24px 21px;border-radius:6px;box-shadow:0 5px 18px rgba(15,54,102,.045)}.icon{width:44px;height:44px;border-radius:6px;background:transparent}.icon svg{width:35px;height:35px}.service-card h3{margin:12px 0 7px;font-size:1rem;line-height:1.18}.service-card p{font-size:.85rem;line-height:1.4}.service-card a{padding-top:12px;font-size:.82rem}
.split{gap:40px}.image-panel,.image-panel img{min-height:395px}.image-panel{border-radius:6px}.split-copy>p{margin:15px 0;font-size:.98rem}.about-signature{margin-top:18px;color:var(--blue);font-family:"Segoe Script","Bradley Hand",cursive;font-size:1.22rem;font-style:italic;text-align:right;transform:rotate(-3deg)}
.section.dark{color:var(--ink);background:#eef7ff}.dark .section-head h2{color:var(--navy)}.approach-grid{gap:0;border:0;border-radius:0;background:transparent}.approach-item{min-height:auto;padding:14px 34px;background:transparent;border-right:1px solid #bfcfe0}.approach-item:first-child{padding-left:0}.approach-item:last-child{border-right:0}.approach-item span{color:var(--blue);font-size:.7rem}.approach-item h3{margin:9px 0 4px;color:var(--navy);font-size:1.05rem}.approach-item p{color:var(--muted);font-size:.85rem}
.cta-wrap{padding:0;background:#fff}.cta-band{width:100%;max-width:none;margin:0;padding:36px max(5vw,calc((100vw - var(--max))/2));border-radius:0;background:#113b67 url('../images/hero-perce-provisoire.webp') center 65%/cover no-repeat}.cta-band::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,65,.88),rgba(4,38,75,.50))}.cta-band::after{display:none}.cta-band>*{position:relative;z-index:1}.cta-band h2{font-size:clamp(1.8rem,3vw,2.55rem)}.cta-band .button{min-width:170px;background:#fff;color:var(--navy)!important}.site-footer{color:#526486;background:#fff;border-top:1px solid #e4edf6}.footer-grid{padding-block:38px}.footer-brand .brand-name{color:var(--navy)}.footer-brand .brand-sub{color:#65728b}.footer-copy,.footer-col a{color:#526486}.footer-col h3{color:var(--navy)}.footer-bottom{border-top:1px solid #e4edf6;color:#7a879d}
.page-hero{background:linear-gradient(105deg,rgba(3,27,65,.91),rgba(5,48,92,.55)),url('../images/hero-perce-provisoire.webp') center/cover no-repeat}.page-hero .container{min-height:310px;padding-block:65px 54px}.page-hero .eyebrow{color:#fff}.page-hero h1{font-size:clamp(2.75rem,5vw,4.7rem)}.detail-card,.contact-form{border-radius:8px}
@media(max-width:1050px){.nav-links{gap:20px}.services-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr .7fr}.hero h1{font-size:3.65rem}}
@media(max-width:920px){.nav{min-height:76px}.nav-links a::after{display:none}.hero-grid{min-height:530px;grid-template-columns:1fr;align-content:center;gap:24px}.local-card{align-self:auto;justify-self:start;margin:0}.hero-signature{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.image-panel,.image-panel img{min-height:370px}.footer-brand .brand-name{color:var(--navy)}}
@media(max-width:620px){.brand-mark{width:58px;height:42px}.brand-name{font-size:1.12rem}.brand-sub{display:block;font-size:.51rem}.section{padding-block:54px}.hero{background-position:58% center}.hero::before{background:linear-gradient(90deg,rgba(3,25,62,.91),rgba(4,31,72,.47))}.hero-grid{min-height:590px;padding-block:48px}.hero h1{font-size:clamp(2.5rem,12vw,3.6rem)}.hero-lead{font-size:.98rem}.local-card{width:100%}.services-grid{grid-template-columns:1fr}.service-card{min-height:188px}.approach-grid{grid-template-columns:1fr}.approach-item,.approach-item:first-child{padding:18px 0;border-right:0;border-bottom:1px solid #bfd0e1}.approach-item:last-child{border-bottom:0}.cta-band{padding:34px 22px}}
