*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --g:#EE3336;--gd:#B03336;--gm:#4e9444;--gl:#EE696B;--gp:#e6f3e4;--gbg:#f1f1f1;
  --b:#2860a0;--bp:#e3edf8;
  --t:#237a6a;--tp:#dff2ee;
  --am:#b86a10;--ap:#fef0dc;
  --pu:#5e44a0;--pp:#ece8f8;
  --ink:#043C59;--im:#2e3d38;--is:#566860;--imu:#8a9e98;
  --brd:#d4e2d0;--bg:#f6f9f5;--w:#fff;
  --fh:'Raleway',sans-serif;--fb:'DM Sans',sans-serif;
  --r:10px;--rl:14px;
  --c-green:       #043C59;
  --c-green-dark:  #041F33;
  --c-green-light: #6aab5e;
  --c-green-pale:  #E3E3E3;
  --c-green-bg:    #f2f8f1;
  --c-orange:      #043C59;
  --c-orange-pale: #E3E3E3;
  --c-blue:        #043C59;
  --c-blue-pale:   #E3E3E3;
  --c-teal:        #043C59;
  --c-teal-pale:   #E3E3E3;
  --c-purple:      #043C59;
  --c-purple-pale: #E3E3E3;
  --c-dark:        #1f2b24;
  --c-dark-mid:    #3a4a40;
  --c-mid:         #5a6b5e;
  --c-muted:       #8a9e8e;
  --c-border:      #d8e4d6;
  --c-bg:          #f7f9f7;
  --c-white:       #ffffff;
}

/* color themes */
.t-green .exp-num, .t-green .btn-more { background: var(--c-green); }
.t-green .exp-icon { background: var(--c-green-pale); color: var(--c-green); }
.t-green .mdot { background: var(--c-green); }

.t-blue .exp-num, .t-blue .btn-more { background: var(--c-blue); }
.t-blue .exp-icon { background: var(--c-blue-pale); color: var(--c-blue); }
.t-blue .mdot { background: var(--c-blue); }

.t-teal .exp-num, .t-teal .btn-more { background: var(--c-teal); }
.t-teal .exp-icon { background: var(--c-teal-pale); color: var(--c-teal); }
.t-teal .mdot { background: var(--c-teal); }

.t-orange .exp-num, .t-orange .btn-more { background: var(--c-orange); }
.t-orange .exp-icon { background: var(--c-orange-pale); color: var(--c-orange); }
.t-orange .mdot { background: var(--c-orange); }

.t-purple .exp-num, .t-purple .btn-more { background: var(--c-purple); }
.t-purple .exp-icon { background: var(--c-purple-pale); color: var(--c-purple); }
.t-purple .mdot { background: var(--c-purple); }


html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--w);color:var(--ink);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}

/* ════════════════════════ HEADER ════════════════════════ */
header{position:fixed;top:0;left:0;right:0;z-index:500;transition:background .3s,box-shadow .3s}
header.scrolled{background:rgba(255,255,255,.97);box-shadow:0 1px 20px rgba(26,36,32,.08);backdrop-filter:blur(8px)}
.hd{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:76px}
.logo img{height:46px;display:block;transition:filter .3s}
.logo-white img{opacity:0;}
header.scrolled .logo-white img{opacity:1;}
.nav-menu{display:flex;align-items:center;gap:.1rem}
.nav-menu>li{list-style:none;position:relative}
.nav-menu>li>a{font-family:var(--fh);font-size:12.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.85);text-decoration:none;padding:0 1rem;line-height:76px;display:block;transition:color .2s;white-space:nowrap}
.nav-menu>li>a:hover{color:var(--gl)}
header.scrolled .nav-menu>li>a{color:var(--is)}
header.scrolled .nav-menu>li>a:hover{color:var(--g)}
.has-drop:hover .drop{display:block}
.drop{display:none;position:absolute;top:100%;left:0;background:var(--w);min-width:260px;border-top:3px solid var(--g);box-shadow:0 12px 40px rgba(0,0,0,.12);z-index:600;border-radius:0 0 var(--r) var(--r)}
.drop li{list-style:none}
.drop li a{display:block;padding:11px 18px;font-family:var(--fh);font-size:12px;font-weight:600;color:var(--is);text-decoration:none;letter-spacing:.03em;border-bottom:1px solid var(--brd);transition:background .15s,color .15s}
.drop li:last-child a{border-bottom:none}
.drop li a:hover{background:var(--gbg);color:var(--g)}
.nav-cta{background:var(--g);color:white!important;padding:10px 22px;border-radius:4px;font-family:var(--fh);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background .2s;margin-left:.8rem;line-height:1!important}
.nav-cta:hover{background:var(--gd)!important}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.burger span{display:block;width:24px;height:2px;background:white;transition:background .3s}
header.scrolled .burger span{background:var(--ink)}

/* ════════════════════════ HERO ════════════════════════ */
.hero{min-height:100vh;background:var(--ink);position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
/* Animated background grid */
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:60px 60px;animation:gridShift 12s linear infinite}
@keyframes gridShift{from{background-position:0 0}to{background-position:60px 60px}}
.hero-glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 80% 40%,rgba(61,102,133,.3) 0%,transparent 60%),radial-gradient(ellipse 35% 50% at 10% 80%,rgba(35,122,106,.18) 0%,transparent 55%),radial-gradient(ellipse 40% 40% at 50% 20%,rgba(26,36,32,.6) 0%,transparent 80%)}
.hero-inner{max-width:1280px;margin:0 auto;padding-top:76px;padding-left:140px 2rem 0;padding-right:140px 2rem 0;position:relative;width:100%;flex:1;display:grid;grid-template-columns:1fr 50%;gap:4rem;align-items:center}
.hi-left{}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:100px;padding:6px 16px;font-family:var(--fh);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:1.6rem;animation:fadeUp .6s .1s ease both}
.hero-eyebrow::before{content:'';width:6px;height:6px;background:var(--gl);border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
.hero h1{font-family:var(--fh);font-size:clamp(2.1rem,5.5vw,3.2rem);font-weight:900;color:white;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.4rem;animation:fadeUp .6s .2s ease both}
.hero h1 em{font-style:normal;color:var(--gl)}
.hero h1 .underline{position:relative;display:inline-block}
.hero h1 .underline::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:var(--g);border-radius:2px}
.hero-desc{font-size:16px;color:rgba(255,255,255,.58);font-weight:300;line-height:1.8;margin-bottom:2.2rem;animation:fadeUp .6s .3s ease both}
.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;animation:fadeUp .6s .4s ease both}
.btn-hero-main{background:var(--g);color:white;font-family:var(--fh);font-weight:700;font-size:13.5px;letter-spacing:.05em;text-transform:uppercase;padding:15px 32px;border-radius:5px;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex;align-items:center;gap:8px}
.btn-hero-main:hover{background:var(--gm);transform:translateY(-1px)}
.btn-hero-main svg{width:14px;height:14px}
.btn-hero-ghost{color:rgba(255,255,255,.75);font-family:var(--fh);font-weight:700;font-size:13.5px;letter-spacing:.05em;text-transform:uppercase;padding:15px 28px;border-radius:5px;text-decoration:none;border:1.5px solid rgba(255,255,255,.25);transition:border-color .2s,color .2s}
.btn-hero-ghost:hover{border-color:rgba(255,255,255,.6);color:white}
/* Target panel */
.hi-right{animation:fadeUp .6s .5s ease both}
.target-panel{backdrop-filter:blur(10px)}
.target-panel img{max-width:100%;}
.tp-label{font-family:var(--fh);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.38);margin-bottom:1.2rem}
.tp-list{display:flex;flex-direction:column;gap:7px;list-style:none}
.tp-list li a{display:flex;align-items:center;justify-content:space-between;gap:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:12px 14px;font-family:var(--fh);font-size:13px;font-weight:600;color:rgba(255,255,255,.75);text-decoration:none;transition:background .2s,border-color .2s,color .2s;letter-spacing:.01em}
.tp-list li a:hover{background:rgba(61,122,53,.25);border-color:rgba(114,184,102,.4);color:white}
.tp-list li a .tp-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:2px}
.tp-list li a .tp-icon svg{width:15px;height:15px}
.tp-list li a svg.arr{width:14px;height:14px;opacity:.4;flex-shrink:0}
.tp-list li a:hover svg.arr{opacity:.8}
/* Stats row */
.hero-stats{width:100%;background:rgba(0,0,0,.25);border-top:1px solid rgba(255,255,255,.07);position:relative}
.hero-stats-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(5,1fr)}
.hstat{padding:1.8rem 1rem;border-right:1px solid rgba(255,255,255,.07);text-align:center;transition:background .2s}
.hstat:last-child{border-right:none}
.hstat:hover{background:rgba(255,255,255,.03)}
.hstat-n{font-family:var(--fh);font-size:2.2rem;font-weight:900;color:white;line-height:1;letter-spacing:-.02em}
.hstat-n span{font-size:1.4rem;color:var(--gl)}
.hstat-l{font-size:11px;color:rgba(255,255,255,.38);margin-top:5px;font-weight:400;letter-spacing:.03em}

@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* ════════════════════════ SECTIONS COMMON ════════════════════════ */
.section{padding:2rem 2rem}
.section-inner{max-width:1280px;margin:0 auto}
.section-header{text-align:center;margin-bottom:4rem}
.section-eyebrow{font-family:var(--fh);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--g);margin-bottom:.8rem;display:flex;align-items:center;justify-content:center;gap:10px}
.section-eyebrow::before,.section-eyebrow::after{content:'';flex:1;max-width:60px;height:1px;background:var(--brd)}
.section-title{font-family:var(--fh);font-size:clamp(1.7rem,3vw,2.6rem);font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1.2;margin-bottom:.8rem}
.section-title em{font-style:normal;color:var(--g)}
.section-sub{font-size:15px;color:var(--is);font-weight:300;max-width:580px;margin:0 auto;line-height:1.7}

/* ════════════════════════ VOUS ÊTES (audience strip) ════════════════════════ */
.audience{border-top:1px solid var(--brd);padding:2.5rem 2rem}
.audience-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.aud-label{font-family:var(--fh);font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--imu);white-space:nowrap;flex-shrink:0}
.aud-cards{display:flex;gap:.6rem;flex-wrap:wrap;flex:1}
.aud-card{display:inline-flex;align-items:center;gap:8px;background:var(--w);border:1px solid var(--brd);border-radius:8px;padding:9px 16px;font-family:var(--fh);font-size:11px;font-weight:700;color:var(--im);text-decoration:none;letter-spacing:.02em;transition:border-color .2s,color .2s,background .2s;white-space:nowrap}
.aud-card:hover{border-color:var(--g);color:var(--g);background:var(--gp)}
.aud-card svg{width:15px;height:15px;flex-shrink:0;opacity:.5}
.aud-card:hover svg{opacity:1}

/* ════════════════════════ CHIFFRES CLÉS ════════════════════════ */
.kpi{background:var(--ink);padding:5rem 2rem}
.kpi-inner{max-width:1280px;margin:0 auto}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);border-radius:var(--rl);overflow:hidden}
.kpi-cell{padding:2.5rem 2rem;text-align:center;background:rgba(255,255,255,.02);transition:background .25s}
.kpi-cell:hover{background:rgba(61,102,133,.12)}
.kpi-num{font-family:var(--fh);font-size:3.2rem;font-weight:900;color:white;line-height:1;letter-spacing:-.03em;margin-bottom:.5rem}
.kpi-num sup{font-size:1.6rem;vertical-align:super;color:var(--gl)}
.kpi-name{font-family:var(--fh);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.7);margin-bottom:.5rem}
.kpi-desc{font-size:13px;color:rgba(255,255,255,.5);font-weight:300;line-height:1.5}

/* ════════════════════════ EXPERTISES ════════════════════════ */
.expertises{background:var(--bg);padding:4rem 2rem 2rem;}
.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem}
.exp-tile{background:var(--w);border:1px solid var(--brd);border-radius:var(--rl);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s;cursor:default;position:relative}
.exp-tile:hover{transform:translateY(-4px);box-shadow:0 12px 48px rgba(26,36,32,.1)}
.exp-tile-color{height:5px;width:100%}
.exp-tile-body{padding:1.8rem;flex:1;display:flex;flex-direction:column}
.exp-tile-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.exp-tile-icon svg{width:26px;height:26px}
.exp-tile h3{font-family:var(--fh);font-size:1.05rem;font-weight:800;color:var(--ink);letter-spacing:-.01em;margin-bottom:.5rem;line-height:1.25}
.exp-tile p{font-size:13.5px;color:var(--is);line-height:1.7;font-weight:300;flex:1;margin-bottom:1.2rem}
.exp-tile-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:1.4rem}
.etag{font-size:11px;background:var(--bg);border:1px solid var(--brd);border-radius:4px;padding:3px 8px;color:var(--imu);font-family:var(--fh);font-weight:600}
.exp-tile-link{font-family:var(--fh);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;display:flex;align-items:center;gap:6px;transition:gap .2s}
.exp-tile-link svg{width:13px;height:13px;flex-shrink:0}
.exp-tile-link:hover{gap:10px}
/* 5th tile spans 2 cols */
.exp-tile-wide{grid-column:span 2}
/* highlight first tile */
.exp-tile-featured{background:var(--ink);border-color:transparent}
.exp-tile-featured .exp-tile-body{padding:2rem}
.exp-tile-featured .etag{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.5)}
.exp-tile-featured h3{color:white}
.exp-tile-featured p{color:rgba(255,255,255,.55)}
.exp-tile-featured .exp-tile-link{color:var(--gl)}

/* ════════════════════════ APPROCHE ════════════════════════ */
.approche{background:var(--w);padding:2rem 2rem;border-top:1px solid var(--brd)}
.approche-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.approche-left{}
.approche-eyebrow{font-family:var(--fh);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--g);margin-bottom:.8rem}
.approche-title{font-family:var(--fh);font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1.2;margin-bottom:1.2rem}
.approche-title em{font-style:normal;color:var(--g)}
.approche-desc{font-size:15px;color:var(--is);line-height:1.8;font-weight:300;margin-bottom:2rem}
.approche-desc strong{color:var(--ink);font-weight:500}
.approche-values{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
.avalue{display:inline-flex;align-items:center;gap:7px;background:var(--gbg);border:1px solid var(--brd);border-radius:100px;padding:6px 10px;font-family:var(--fh);font-size:11px;font-weight:700;color:var(--ink);letter-spacing:.02em}
.avalue svg{width:13px;height:13px;color:var(--g);flex-shrink:0}
.approche-right{}
.steps{display:flex;flex-direction:column;gap:0}
.step{display:flex;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid var(--brd);position:relative;transition:padding-left .2s}
.step:last-child{border-bottom:none}
.step:hover{padding-left:.5rem}
.step-num{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--fh);font-size:13px;font-weight:800;color:var(--g);background:var(--gp);flex-shrink:0;border:2px solid var(--brd);transition:background .2s,border-color .2s}
.step:hover .step-num{background:var(--g);color:white;border-color:var(--g)}
.step-content{}
.step-title{font-family:var(--fh);font-size:.95rem;font-weight:800;color:var(--ink);margin-bottom:.3rem;letter-spacing:-.01em}
.step-desc{font-size:13.5px;color:var(--is);line-height:1.65;font-weight:300}
.step-desc strong{font-weight:600}

/* ════════════════════════ REFERENCES ════════════════════════ */
.references{background:var(--bg);padding:2rem 2rem}
.ref-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}
.ref-card{background:var(--w);border:1px solid var(--brd);border-radius:var(--rl);overflow:hidden;transition:transform .2s,box-shadow .2s}
.ref-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(26,36,32,.09)}
.ref-card-img{height:180px;background:var(--gbg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.ref-card-img-bg{width:100%;height:100%;object-fit:cover}
.ref-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}
.ref-card-img-placeholder svg{opacity:.12}
.ref-card-body{padding:1.4rem 1.6rem}
.ref-badge{display:inline-flex;align-items:center;gap:5px;border-radius:4px;padding:3px 10px;font-family:var(--fh);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem}
.ref-card-title{font-family:var(--fh);font-size:.95rem;font-weight:800;color:var(--ink);margin-bottom:.4rem;letter-spacing:-.01em;line-height:1.3}
.ref-card-place{font-size:12.5px;color:var(--imu);font-weight:300;display:flex;align-items:center;gap:5px}
.ref-card-place svg{width:12px;height:12px}
.ref-more{text-align:center;margin-top:3rem}

/* ════════════════════════ EQUIPE ════════════════════════ */
.equipe{background:var(--bg);padding:4rem 2rem;border-top:1px solid var(--brd)}
.equipe-layout{display:grid;grid-template-columns:0.5fr 1fr;gap:5rem;align-items:center}
.equipe-left .section-eyebrow{justify-content:flex-start}
.equipe-left .section-eyebrow::before{display:none}
.equipe-left .section-title{text-align:left}
.equipe-desc{font-size:15px;color:var(--is);line-height:1.8;font-weight:300;margin-bottom:1.8rem}
.equipe-desc strong{color:var(--ink);font-weight:500}
.equipe-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}
.eq-stat{text-align:center;background:var(--gbg);border:1px solid var(--brd);border-radius:var(--r);padding:1rem}
.eq-stat-n{font-family:var(--fh);font-size:2rem;font-weight:800;color:var(--g);line-height:1}
.eq-stat-l{font-size:11px;color:var(--imu);margin-top:4px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.equipe-right{}
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.team-card{background:var(--bg);border:1px solid var(--brd);border-radius:var(--rl);padding:1.4rem;display:flex;align-items:center;gap:1rem;transition:border-color .2s}
.team-card:hover{border-color:var(--g)}
.team-avatar{width:52px;height:52px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--fh);font-size:16px;font-weight:800;color:white}
.team-info h4{font-family:var(--fh);font-size:.9rem;font-weight:800;color:var(--ink);margin-bottom:2px;letter-spacing:-.01em}
.team-info p{font-size:12px;color:var(--ink);font-weight:300;line-height:1.4}
.team-info span{font-size:12px;color:#909090;font-weight:300;line-height:1}

/* ════════════════════════ OUTILS ════════════════════════ */
.outils{background:var(--w);padding:4rem 2rem}
.outils-inner{max-width:1280px;margin:0 auto}
.outils-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}
.outils-header-left{}
.outils-eyebrow{font-family:var(--fh);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(4,60,89,.35);margin-bottom:.7rem;display:flex;align-items:center;gap:8px}
.outils-eyebrow::after{content:'';flex:1;height:1px;background:rgba(4,60,89,.1)}
.outils-title{font-family:var(--fh);font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:800;color:var(--fh);letter-spacing:-.02em;line-height:1.2}
.outils-title em{font-style:normal;color:var(--gl)}
.outils-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.outil-card{background:rgba(4,60,89,.04);border:1px solid rgba(4,60,89,.08);border-radius:var(--rl);padding:1.8rem;transition:background .2s,border-color .2s,transform .2s}
.outil-card:hover{background:rgba(4,60,89,.07);border-color:rgba(114,184,102,.3);transform:translateY(-2px)}
.outil-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.outil-icon svg{width:24px;height:24px}
.outil-card h3{font-family:var(--fh);font-size:.95rem;font-weight:800;color:var(--ink);;margin-bottom:.5rem;letter-spacing:-.01em}
.outil-card p{font-size:13px;color:rgba(4,60,89,.45);line-height:1.65;font-weight:300;margin-bottom:1.2rem}
.outil-tags{display:flex;gap:5px;flex-wrap:wrap;underline:none;}
.outil-tag{font-size:11px;background:rgba(4,60,89,.07);border:1px solid rgba(4,60,89,.1);border-radius:4px;padding:3px 8px;color:rgba(4,60,89,1);font-family:var(--fh);font-weight:600;letter-spacing:.04em}
.outil-all{display:inline-flex;align-items:center;gap:7px;font-family:var(--fh);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(4,60,89,.5);text-decoration:none;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:10px 20px;transition:color .2s,border-color .2s}
.outil-all:hover{color:var(--gl);border-color:rgba(4,60,89,.4)}
.outil-all svg{width:13px;height:13px}

/* ════════════════════════ ACTUS ════════════════════════ */
.actus{background:var(--bg);color:var(--ink);padding:6rem 2rem}
.actu-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-top:3.5rem}
.actu-card{background:var(--w);border:1px solid var(--brd);border-radius:var(--rl);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.actu-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(26,36,32,.09)}
.actu-img{height:160px;background:var(--gbg);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}
.actu-cat{position:absolute;top:.8rem;left:.8rem;background:var(--g);color:white;font-family:var(--fh);font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding:4px 10px;border-radius:4px}
.actu-body{padding:1.4rem 1.6rem;flex:1;display:flex;flex-direction:column}
.actu-date{font-size:11.5px;color:var(--imu);font-family:var(--fh);font-weight:600;margin-bottom:.6rem;letter-spacing:.04em}
.actu-title{font-family:var(--fh);font-size:.95rem;font-weight:800;color:var(--ink);line-height:1.35;letter-spacing:-.01em;flex:1;margin-bottom:.8rem}
.actu-link{font-family:var(--fh);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--g);text-decoration:none;display:flex;align-items:center;gap:5px;transition:gap .2s}
.actu-link:hover{gap:8px}
.actu-link svg{width:12px;height:12px}

/* ════════════════════════ CLIENTS STRIP ════════════════════════ */
.clients{background:var(--bg);border-top:1px solid var(--brd);border-bottom:1px solid var(--brd);padding:3rem 2rem}
.clients-inner{max-width:1280px;margin-top:50px}
.clients-top{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}
.clients-label{font-family:var(--fh);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--imu);white-space:nowrap}
.clients-line{flex:1;height:1px;background:var(--brd)}
.clients-row{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}
.client-chip{background:var(--bg);border:1px solid var(--brd);border-radius:6px;padding:8px 14px;font-family:var(--fh);font-size:12px;font-weight:700;color:var(--is);transition:border-color .2s,color .2s}
.client-chip:hover{border-color:var(--g);color:var(--g)}

/* ════════════════════════ CTA FINAL ════════════════════════ */
.cta-final{color:var(--w);background:var(--ink);padding:3rem 2rem;position:relative;overflow:hidden}
.cta-final::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 100% 50%,rgba(255,255,255,.08) 0%,transparent 60%)}
.cta-final-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.5fr 0.5fr;gap:4rem;align-items:start;position:relative}
.cta-left h2{font-family:var(--fh);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:900;color:white;letter-spacing:-.02em;line-height:1.15;margin-bottom:.8rem}
.cta-left p{font-size:16px;color:rgba(255,255,255,.7);font-weight:300;max-width:520px;line-height:1.7}
.cta-right{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}
.btn-cta-white{background:white;color:var(--g);font-family:var(--fh);font-weight:800;font-size:14px;letter-spacing:.04em;text-transform:uppercase;padding:16px 34px;border-radius:5px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.btn-cta-white:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.18)}
.btn-cta-white svg{width:14px;height:14px}
.btn-cta-ghost-w{color:rgba(255,255,255,.8);font-family:var(--fh);font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase;padding:12px 28px;border-radius:5px;text-decoration:none;border:1.5px solid rgba(255,255,255,.35);transition:border-color .2s,color .2s;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.btn-cta-ghost-w:hover{border-color:rgba(255,255,255,.75);color:white}
.contact-info{display:flex;flex-direction:column;gap:.5rem;margin-top:.4rem}
.contact-info a{font-size:13px;color:rgba(255,255,255,.85);text-decoration:none;font-weight:300;display:flex;align-items:center;gap:7px;transition:color .2s}
.contact-info a:hover{color:white}
.contact-info a svg{width:14px;height:14px;flex-shrink:0;opacity:.6}
.contact-info span{font-size:13px;color:rgba(255,255,255,.85);text-decoration:none;font-weight:300;display:flex;align-items:center;gap:7px;transition:color .2s}
.contact-info h4{color:var(--w);}

/* ════════════════════════ FOOTER ════════════════════════ */
footer{background:var(--ink)}
.footer-top{border-bottom:1px solid rgba(255,255,255,.07);padding:3.5rem 2rem}
.footer-top-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}
.footer-brand{}
.footer-logo img{height:38px;filter:brightness(0) invert(1);opacity:.85;display:block;margin-bottom:1rem}
.footer-tagline{font-size:13px;color:rgba(255,255,255,.38);font-style:italic;font-weight:300;line-height:1.65;max-width:250px;margin-bottom:1.5rem}
.footer-social{display:flex;gap:.8rem}
.social-btn{margin-top:10px;width:36px;height:36px;background:var(--gl);border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);text-decoration:none;transition:background .2s,color .2s}
.social-btn:hover{background:var(--g);color:white;border-color:var(--g)}
.social-btn svg{width:16px;height:16px}
.footer-col h4{font-family:var(--fh);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.35);margin-bottom:1.2rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-col ul a{font-size:13px;color:rgba(255,255,255,.5);text-decoration:none;font-weight:300;transition:color .2s;display:flex;align-items:center;gap:6px}
.footer-col ul a:hover{color:rgba(255,255,255,.9)}
.footer-col ul a::before{content:'';width:4px;height:4px;background:rgba(255,255,255,.2);border-radius:50%;flex-shrink:0}
.footer-col ul a:hover::before{background:var(--gl)}
.footer-bottom{padding:1.5rem 2rem}
.footer-bottom-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}
.footer-copy{font-size:11.5px;color:rgba(255,255,255,.4);font-weight:300}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:11px;color:rgba(255,255,255,.4);text-decoration:none;font-family:var(--fh);font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}
.footer-links a:hover{color:rgba(255,255,255,.7)}

/* ════════════════════════ SCROLL REVEAL ════════════════════════ */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}

/* ════════════════════════ RESPONSIVE ════════════════════════ */
@media(max-width:1100px){
  .hero-inner{grid-template-columns:1fr}
  .hi-right{display:none}
  .hero-stats-inner{grid-template-columns:repeat(3,1fr)}
  .hstat:nth-child(4),.hstat:nth-child(5){display:none}
  .exp-grid{grid-template-columns:1fr 1fr}
  .exp-tile-wide{grid-column:span 1}
  .approche-layout,.equipe-layout{grid-template-columns:1fr}
  .outils-grid{grid-template-columns:1fr 1fr}
  .footer-top-inner{grid-template-columns:1fr 1fr}
  .cta-final-inner{grid-template-columns:1fr}
}
@media(max-width:760px){
  .nav-menu{display:none}
  .burger{display:flex}
  .exp-grid,.ref-grid,.actu-grid{grid-template-columns:1fr}
  .kpi-grid{grid-template-columns:1fr 1fr}
  .outils-grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr}
  .hero-stats-inner{grid-template-columns:1fr 1fr}
  .hstat:nth-child(5){display:none}
  .footer-top-inner{grid-template-columns:1fr}
  .footer-bottom-inner{flex-direction:column;text-align:center}
  .section{padding:4rem 1.5rem}
}

/* Mobile nav */
.mobile-nav{display:none;position:fixed;inset:0;background:var(--ink);z-index:700;flex-direction:column;padding:2rem;overflow-y:auto}
.mobile-nav.open{display:flex}
.mobile-nav-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}
.mobile-nav-close{background:none;border:none;color:white;cursor:pointer;padding:4px}
.mobile-nav-close svg{width:24px;height:24px}
.mobile-nav ul{list-style:none;display:flex;flex-direction:column;gap:0}
.mobile-nav ul li a{display:block;font-family:var(--fh);font-size:1.1rem;font-weight:700;color:rgba(255,255,255,.8);text-decoration:none;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.07);letter-spacing:.02em;transition:color .2s}
.mobile-nav ul li a:hover{color:var(--gl)}
.mobile-nav-cta{margin-top:2rem;background:var(--g);color:white;font-family:var(--fh);font-weight:700;font-size:14px;letter-spacing:.06em;text-transform:uppercase;padding:16px;border-radius:5px;text-align:center;text-decoration:none;display:block;transition:background .2s}
.mobile-nav-cta:hover{background:var(--gm)}

/* STICKY NAV PILLS */
.exp-nav { color: var(--ink); background: white; border-bottom: 1px solid var(--c-border); position: sticky; top: 72px; z-index: 100; }
.exp-nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
  display: flex; overflow-x: auto;
}
.exp-nav-inner::-webkit-scrollbar { display: none; }
.enav {
  display: flex; align-items: center; gap: 8px;
  padding: 13px 18px;
  font-family: var(--font-title); font-size: 11px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--c-mid); text-decoration: none;
  border-bottom: 3px solid transparent;
  white-space: nowrap; transition: color 0.2s, border-color 0.2s;
}
.enav:hover { color: var(--c-dark-mid); }
.enav.active { color: var(--c-green); border-bottom-color: var(--c-green); }
.enav-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

/* EXPERTISES */
.expertises-wrap { max-width: 1200px; margin: 0 auto; padding: 2.5rem 2rem 2rem; }

.exp-block {
  background: var(--c-white); border: 1px solid var(--c-border);
  border-radius: 10px; margin-bottom: 1.5rem; overflow: hidden;
  scroll-margin-top: 145px; transition: box-shadow 0.25s;
}
.exp-block:hover { box-shadow: 0 4px 32px rgba(31,43,36,0.09); }

.exp-head {
  display: flex; align-items: stretch;
  border-bottom: 1px solid var(--c-border);
}
.exp-num {
  width: 56px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-title); font-size: 1rem; font-weight: 800;
  color: white; letter-spacing: 0.04em;
}
.exp-head-body {
  flex: 1; padding: 1.3rem 1.6rem;
  display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap;
}
.exp-icon {
  width: 50px; height: 50px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.exp-icon svg { width: 24px; height: 24px; }
.exp-head-text h2 {
  font-family: var(--font-title); font-size: 1.1rem; font-weight: 800;
  color: var(--c-dark); letter-spacing: 0.01em; margin-bottom: 3px;
}
.exp-head-text .tagline {
  font-size: 12.5px; font-style: italic;
  color: var(--c-muted); font-weight: 300; line-height: 1.4;
}
.exp-body {
  display: grid; grid-template-columns: 0.6fr 0.4fr;
}
.exp-desc {
  padding: 1.8rem 2rem;
  border-right: 1px solid var(--c-border);
  font-size: 14px; color: var(--c-mid); line-height: 1.8; font-weight: 300;
}
.exp-desc strong { color: var(--c-dark); font-weight: 600; }
.exp-desc img {max-width:100%;}
.exp-missions {
  padding: 1.8rem 1.6rem; background: var(--c-bg);display:inline;
}
.missions-lbl {
  font-family: var(--font-title); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.09em;
  color: var(--c-muted); margin-bottom: 1rem;
}
.mlist { list-style: none; display: flex; flex-direction: column; gap: 0; }
.mlist li{
    position:relative;

    font-size:13px;
    color:var(--c-dark-mid);
    line-height:1.5;

    padding:9px 0 9px 18px;

    border-bottom:1px solid var(--c-border);
}
.mlist li:first-child { padding-top: 0; }
.mlist li:last-child { border-bottom: none; }

.mdot{
    position:absolute;

    left:0;
    top:15px;

    width:6px;
    height:6px;

    border-radius:50%;

    background:currentColor;
}
.exp-foot {
  padding: 0.9rem 1.8rem;
  border-top: 1px solid var(--c-border);
  background: var(--c-bg);
  display: flex; justify-content: flex-end;
}
.btn-more {
  font-family: var(--font-title); font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: white; text-decoration: none;
  padding: 8px 18px; border-radius: 3px;
  display: inline-flex; align-items: center; gap: 6px;
  transition: filter 0.2s;
}
.btn-more:hover { filter: brightness(0.88); }
.btn-more svg { width: 13px; height: 13px; }

.clients-slider{
    width:100%;
    overflow:hidden;
    position:relative;
    padding:10px 0;
}

.clients-track{
    display:flex;
    align-items:center;
    gap:70px;
    width:max-content;
    animation:scrollClients 35s linear infinite;
}

.clients-track img{
    height:58px;
    width:auto;
    object-fit:contain;
    opacity:.9;
    transition:
        opacity .25s,
        transform .25s;

}

.clients-track img:hover{
    opacity:1;
    transform:scale(1.05);
    filter:none;
}

@keyframes scrollClients{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}

.exp-image-wrap{
    position:relative;
    margin-top:28px;
    border-radius:22px;
    overflow:hidden;
    height:300px;
    isolation:isolate;
}

.exp-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:
        transform .7s ease,
        filter .4s ease;
}

.exp-image-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.35) 0%,
            rgba(0,0,0,.08) 35%,
            rgba(0,0,0,0) 70%
        );

    pointer-events:none;
}

.exp-image-wrap::before{
    content:'';
    position:absolute;
    inset:0;
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    z-index:2;
    pointer-events:none;
}

.team-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1.4rem;
}

.team-card{
    display:flex;
    align-items:center;
    gap:1.2rem;

    padding:1.4rem;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.9),
            rgba(246,249,245,.9)
        );

    border:1px solid rgba(212,226,208,.8);

    border-radius:22px;

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.team-card:hover{
    transform:translateY(-3px);

    border-color:rgba(61,122,53,.22);

    background:white;
}

.team-photo{
    width:78px;
    height:78px;

    border-radius:50%;

    object-fit:cover;

    flex-shrink:0;

    filter:
        grayscale(100%)
        contrast(1.05);

    transition:
        filter .25s ease,
        transform .25s ease;
}

.team-card:hover .team-photo{
    filter:grayscale(0%);
    transform:scale(1.03);
}

.video-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
}

.video-tag svg{
    width:14px;
    height:14px;
    flex-shrink:0;
}

.video-tag:hover{
    color:var(--gl);
}

.outil-head{
    display:flex;
    align-items:center;
    gap:16px;

}

.outil-head h3{
    margin:0;
}

.outil-image-wrapper{
    position:relative;
    margin-top:1.2rem;
    border-radius:18px;
    overflow:hidden;
}

.outil-image{
    width:100%;
    display:block;
    border-radius:18px;
}

/* bouton zoom */

.zoom-btn{
    position:absolute;
    bottom:14px;
    right:14px;

    width:42px;
    height:42px;

    border:none;
    border-radius:50%;

    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(10px);

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    transition:all .25s ease;

    box-shadow:0 4px 20px rgba(0,0,0,0.15);
}

.zoom-btn:hover{
    transform:scale(1.08);
    background:white;
}

.zoom-btn svg{
    width:18px;
    height:18px;
    color:#1f2937;
}

.image-popup{
    position:fixed;
    inset:0;

    background:rgba(0,0,0,0.82);
    backdrop-filter:blur(6px);

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;

    transition:all .25s ease;

    z-index:9999;
}

.image-popup.open{
    opacity:1;
    visibility:visible;
}

.image-popup img{
    max-width:92%;
    max-height:92%;

    border-radius:18px;

    box-shadow:0 10px 50px rgba(0,0,0,0.4);
}

.outil-head{
    display:flex;
    align-items:flex-start;
    gap:16px;

}

.outil-head h3{
    margin:0;
    padding-top:5px;
    line-height:1.2;
}

.outil-icon{
    width:52px;
    height:52px;
    min-width:52px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.outil-icon svg{
    width:24px;
    height:24px;
}

.legal-page{
    padding:40px 2rem 80px;
    background:#f7faf7;
}

.legal-container{
    max-width:900px;
    margin:0 auto;
}

.legal-container h1{
    font-family:var(--fh);
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    color:var(--ink);
    margin-bottom:1rem;
    letter-spacing:-0.03em;
}
.legal-container h2{
    font-family:var(--fh);
    font-size:2rem;
    font-weight:800;
    color:var(--ink);
    margin-bottom:1rem;
    letter-spacing:-0.03em;
}

.legal-update{
    color:var(--imu);
    margin-bottom:3rem;
    font-size:14px;
}

.legal-block{
    background:white;
    border:1px solid var(--brd);
    border-radius:18px;
    padding:2rem;
    margin-bottom:1.5rem;
}

.legal-block h2{
    font-family:var(--fh);
    font-size:1.1rem;
    font-weight:800;
    color:var(--g);
    margin-bottom:1rem;
}

.legal-block p{
    font-size:14px;
    line-height:1.8;
    color:var(--is);
    margin-bottom:1rem;
}

.legal-block a{
    color:var(--g);
    text-decoration:none;
}

.legal-block a:hover{
    text-decoration:underline;
}