
@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-Light.woff2") format("woff2"),
    url("../fonts/DMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-Regular.woff2") format("woff2"),
    url("../fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-Medium.woff2") format("woff2"),
    url("../fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-SemiBold.woff2") format("woff2"),
    url("../fonts/DMSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-Bold.woff2") format("woff2"),
    url("../fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Syne";
  src:
    url("../fonts/Syne-Regular.woff2") format("woff2"),
    url("../fonts/Syne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Syne";
  src:
    url("../fonts/Syne-Medium.woff2") format("woff2"),
    url("../fonts/Syne-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Syne";
  src:
    url("../fonts/Syne-SemiBold.woff2") format("woff2"),
    url("../fonts/Syne-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Syne";
  src:
    url("../fonts/Syne-Bold.woff2") format("woff2"),
    url("../fonts/Syne-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Syne";
  src:
    url("../fonts/Syne-ExtraBold.woff2") format("woff2"),
    url("../fonts/Syne-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ═══════════════════════════════════════════
   RESET & VARIABLES
═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:    #0D1240;
  --royal:   #1A1A5E;
  --blue:    #2D3A8C;
  --teal:    #00C9A7;
  --teal2:   #0F7B6C;
  --violet:  #6C3FC5;
  --vio2:    #8B5CF6;
  --dark:    #080E30;
  --darker:  #05091F;
  --white:   #FFFFFF;
  --text:    #E2E5F5;
  --muted:   #7880B0;
  --border:  rgba(0,201,167,.15);
  --card-bg: rgba(26,26,94,.2);
}
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--darker);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: -0.125em;
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(377%) hue-rotate(192deg) brightness(96%) contrast(95%);
}
.icon-btn {
  width: 16px;
  height: 16px;
}
.btn-primary .icon,
.form-submit .icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(54%) saturate(1942%) hue-rotate(217deg) brightness(88%) contrast(105%);
}
.btn-secondary .icon,
.google-btn .icon,
.footer-links .icon {
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(377%) hue-rotate(192deg) brightness(96%) contrast(95%);
}
.svc-card-icon .icon,
.ci-icon .icon,
.hb-icon .icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(69%) sepia(97%) saturate(1314%) hue-rotate(119deg) brightness(96%) contrast(101%);
}
.svc-card.violet .svc-card-icon .icon {
  filter: brightness(0) saturate(100%) invert(48%) sepia(78%) saturate(3301%) hue-rotate(234deg) brightness(100%) contrast(94%);
}
.partner-logo .icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(377%) hue-rotate(192deg) brightness(96%) contrast(95%);
}
.icon-star {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(89%) saturate(1400%) hue-rotate(358deg) brightness(102%) contrast(105%);
}
.icon-star-small {
  width: 14px;
  height: 14px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(89%) saturate(1400%) hue-rotate(358deg) brightness(102%) contrast(105%);
}
.rating-stars,
.avis-stars-icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
::selection { background: rgba(0,201,167,.3); color: white; }

/* ─── Scrollbar ─── */
::-webkit-scrollbar { width: 6px; }
    
::-webkit-scrollbar-track {background: #0b0e3200; }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 3px; }

/* ═══════════════════════════════════════════
   BACKGROUND GLOBAL
═══════════════════════════════════════════ */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(0,201,167,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,201,167,.025) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

/* ═══════════════════════════════════════════
   NAV
═══════════════════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 5%;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(5,9,31,.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all .3s;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
}
.nav-logo-img {
  display: block;
  width: auto;
  height: 42px;
  max-width: 220px;
}
.nav-mono {
  width: 40px; height: 40px; flex-shrink: 0;
}
.nav-mono svg { width: 100%; height: 100%; }
.nav-brand {
  font-family: 'Syne', sans-serif;
  font-size: 17px; font-weight: 800;
  letter-spacing: .5px; color: var(--white);
}
.nav-brand span { color: var(--teal); }
.nav-links {
  display: flex; align-items: center; gap: 6px;
  list-style: none;
}
.nav-links a {
  font-size: 13px; font-weight: 500;
  color: var(--muted); padding: 6px 12px;
  border-radius: 6px;
  transition: all .2s;
  letter-spacing: .3px;
}
.nav-links a:hover { color: var(--white); background: rgba(0,201,167,.1); }
.nav-links a.active { color: var(--teal); }
.nav-cta {
  background: linear-gradient(135deg, var(--teal), var(--teal2)) !important;
  color: var(--dark) !important;
  font-weight: 700 !important;
  padding: 8px 18px !important;
  border-radius: 6px !important;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,201,167,.3) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 1px; transition: all .3s; display: block; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
#accueil {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 100px 5% 60px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-glow1 {
  position: absolute; top: -10%; left: -5%;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(45,58,140,.4) 0%, transparent 65%);
}
.hero-glow2 {
  position: absolute; bottom: -10%; right: -5%;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(108,63,197,.3) 0%, transparent 65%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,201,167,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,201,167,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
  max-width: 1200px; margin: 0 auto; width: 100%;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 1px;
  color: var(--teal); text-transform: uppercase;
  margin-bottom: 20px;
  background: rgba(0,201,167,.08);
  border: 1px solid rgba(0,201,167,.2);
  padding: 6px 14px; border-radius: 20px;
}
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
h1.hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800; line-height: 1;
  letter-spacing: -1.5px; color: var(--white);
  margin-bottom: 24px;
}
h1.hero-title .ac { color: var(--teal); }
h1.hero-title .av { color: var(--vio2); }
.hero-sub {
  font-size: 16px; font-weight: 300;
  color: var(--muted); line-height: 1.7;
  max-width: 480px; margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: var(--dark); font-family: 'Syne', sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: .5px;
  padding: 14px 28px; border-radius: 8px;
  transition: all .3s; cursor: pointer; border: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,201,167,.35); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--text);
  font-size: 14px; font-weight: 500;
  padding: 14px 28px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,.15);
  transition: all .3s; cursor: pointer;
}
.btn-secondary:hover { border-color: var(--teal); color: var(--teal); background: rgba(0,201,167,.05); }
.hero-reviews {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 34px;
}
.hero-review-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
.hero-review-star {
  width: 16px;
  height: 16px;
  display: block;
}
.hero-review-text {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.hero-stats {
  display: flex; gap: 32px;
}

.stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 28px; font-weight: 800; color: var(--white);
  line-height: 1;
}
.stat-num span { color: var(--teal); }
.stat-label { font-size: 12px; color: var(--muted); letter-spacing: .5px; margin-top: 2px; }

/* Hero right — monogramme géant + flottants */
.hero-right {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.hero-mono-wrap {
  width: clamp(200px, 30vw, 340px);
  height: clamp(200px, 30vw, 340px);
  position: relative;
  animation: float 6s ease-in-out infinite;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
.hero-mono-wrap svg { width: 100%; height: 100%; }
.hero-badge {
  position: absolute;
  background: rgba(13,18,64,.9);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 10px 14px;
  backdrop-filter: blur(10px);
  animation: float 6s ease-in-out infinite;
}
.hb1 { top: 10%; right: -5%; animation-delay: -1s; }
.hb2 { bottom: 15%; left: -8%; animation-delay: -3s; }
.hb3 { top: 50%; right: -12%; animation-delay: -2s; }
.hb4 { top: 28%; left: -10%; animation-delay: -4s; }
.hb5 { bottom: -5%; right: 2%; animation-delay: -2.6s; }
.hb-icon {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 2px;
}
.hb-text { font-size: 11px; font-weight: 600; color: var(--white); white-space: nowrap; }
.hb-sub { font-size: 9px; color: var(--muted); }

/* ═══════════════════════════════════════════
   SECTION UTILS
═══════════════════════════════════════════ */
section { position: relative; z-index: 1; }
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 100px 5%; }
.sec-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 700; letter-spacing: 4px;
  color: var(--teal); text-transform: uppercase;
  margin-bottom: 14px;
}
.sec-label::before { content: ''; width: 24px; height: 1.5px; background: var(--teal); }
h2.sec-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -1px; color: var(--white);
  margin-bottom: 16px;
}
h2.sec-title span { color: var(--teal); }
h2.sec-title .sv { color: var(--vio2); }
.sec-sub {
  font-size: 16px; font-weight: 300; color: var(--muted);
  max-width: 600px; line-height: 1.7; margin-bottom: 56px;
}
.sec-divider {
  width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
}

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
#services { background: var(--darker); }
.services-categories {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px;
}
.cat-btn {
  font-size: 13px; font-weight: 500; padding: 8px 18px;
  border-radius: 6px; border: 1px solid rgba(255,255,255,.1);
  color: var(--muted); cursor: pointer; transition: all .2s;
  background: transparent;
}
.cat-btn:hover, .cat-btn.active {
  border-color: var(--teal); color: var(--teal);
  background: rgba(0,201,167,.08);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.services-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.services-load-more-wrap.is-hidden {
  display: none;
}
.services-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(0,201,167,.22);
  background: rgba(26,26,94,.28);
  color: var(--text);
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  cursor: pointer;
  transition: all .25s ease;
}
.services-load-more:hover {
  border-color: rgba(0,201,167,.48);
  background: rgba(0,201,167,.10);
  color: var(--white);
  transform: translateY(-1px);
}
.services-load-more.is-hidden {
  display: none;
}
.svc-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 24px;
  position: relative; overflow: hidden;
  transition: all .3s; cursor: default;
}
.svc-card.is-hidden-by-limit,
.svc-card.is-hidden-by-filter {
  display: none;
}
.svc-card::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, var(--teal), var(--teal2));
  opacity: 0; transition: opacity .3s;
}
.svc-card:hover {
  border-color: rgba(0,201,167,.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.svc-card:hover::before { opacity: 1; }
.svc-card.violet { border-color: rgba(139,92,246,.15); }
.svc-card.violet::before { background: linear-gradient(to bottom, var(--vio2), var(--violet)); }
.svc-card.violet:hover { border-color: rgba(139,92,246,.4); }
.svc-card.svc-tone-1 {
  background: linear-gradient(145deg, rgba(28,28,104,.34), rgba(8,14,48,.50));
  border-color: rgba(0,201,167,.16);
}
.svc-card.svc-tone-2 {
  background: linear-gradient(145deg, rgba(24,41,112,.36), rgba(8,14,48,.51));
  border-color: rgba(45,58,140,.21);
}
.svc-card.svc-tone-3 {
  background: linear-gradient(145deg, rgba(12,68,92,.34), rgba(8,14,48,.52));
  border-color: rgba(0,201,167,.17);
}
.svc-card.svc-tone-4 {
  background: linear-gradient(145deg, rgba(15,64,88,.23), rgba(8,14,48,.50));
  border-color: rgba(0,201,167,.11);
}
.svc-card.svc-tone-5 {
  background: linear-gradient(145deg, rgba(64,39,118,.30), rgba(8,14,48,.52));
  border-color: rgba(139,92,246,.18);
}
.svc-card.svc-tone-1:hover,
.svc-card.svc-tone-2:hover,
.svc-card.svc-tone-3:hover,
.svc-card.svc-tone-4:hover {
  border-color: rgba(0,201,167,.35);
}
.svc-card.svc-tone-5:hover {
  border-color: rgba(139,92,246,.4);
}
.svc-card-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
  background: rgba(0,201,167,.1);
  border: 1px solid rgba(0,201,167,.2);
}
.svc-card.violet .svc-card-icon {
  background: rgba(139,92,246,.1);
  border-color: rgba(139,92,246,.2);
}
.svc-card-title {
  font-family: 'Syne', sans-serif;
  font-size: 16px; font-weight: 700;
  color: var(--white); margin-bottom: 8px; line-height: 1.2;
}
.svc-card-desc {
  font-size: 13.5px; color: var(--muted);
  line-height: 1.6; font-weight: 300;
}
.svc-card-tag {
  display: inline-block; margin-top: 14px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 3px 10px; border-radius: 20px;
  background: rgba(0,201,167,.12); color: var(--teal);
  border: 1px solid rgba(0,201,167,.25);
}
.svc-card.violet .svc-card-tag {
  background: rgba(139,92,246,.12); color: var(--vio2);
  border-color: rgba(139,92,246,.25);
}

/* ═══════════════════════════════════════════
   À PROPOS
═══════════════════════════════════════════ */
#apropos {
  background: linear-gradient(135deg, rgba(13,18,64,.8), rgba(5,9,31,1));
}
.apropos-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.apropos-visual {
  position: relative; display: flex; justify-content: center;
}
.ap-mono { width: 220px; height: 220px; }
.ap-mono svg { width: 100%; height: 100%; }
.ap-card {
  position: absolute;
  background: rgba(13,18,64,.95); border: 1px solid var(--border);
  border-radius: 10px; padding: 9px 12px;
  backdrop-filter: blur(10px);
  max-width: 160px;
}
.ap-card1 { bottom: -10px; right: 0; }
.ap-card2 { top: -10px; left: 0; }
.ap-card3 { top: 6%; right: -12%; }
.ap-card4 { left: -6%; bottom: 18%; }
.ap-card5 { left: 50%; bottom: -58px; transform: translateX(-50%); max-width: 180px; }
.ap-card-val {
  font-family: 'Syne', sans-serif;
  font-size: 17px; font-weight: 800; color: var(--white); line-height: 1;
}
.ap-card-val span { color: var(--teal); }
.ap-card-lbl { font-size: 9.5px; color: var(--muted); margin-top: 2px; }

.ap-text-body {
  font-size: 15px; color: var(--muted); line-height: 1.8;
  font-weight: 300; margin-bottom: 32px;
}
.ap-text-body strong { color: var(--text); font-weight: 600; }
.ap-values {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.ap-val-item {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 8px; padding: 14px;
}
.ap-val-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal); flex-shrink: 0; margin-top: 5px;
}
.ap-val-dot.v { background: var(--vio2); }
.ap-val-title { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.ap-val-desc { font-size: 12px; color: var(--muted); line-height: 1.4; }

/* ═══════════════════════════════════════════
   PARTENAIRES
═══════════════════════════════════════════ */
#partenaires { background: var(--darker); }
.partners-intro { text-align: center; }
.partners-intro .sec-label { justify-content: center; }
.partners-intro .sec-sub { margin: 0 auto 56px; }
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px; margin-bottom: 56px;
}
@media (min-width: 1200px) {
  .partners-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (min-width: 1530px) {
  .partners-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.partner-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 20px 16px;
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  transition: all .3s; cursor: default;
}
.partner-card:hover {
  border-color: rgba(0,201,167,.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  background: rgba(26,26,94,.3);
}
.partner-logo {
  width: 122px; max-width: 100%; height: 52px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.partner-logo-img {
  display: block;
  max-width: 104px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner-logo--duo {
  gap: 12px;
}
.partner-logo--duo .partner-logo-img {
  max-width: 64px;
  max-height: 30px;
}
.partner-name {
  font-family: 'Syne', sans-serif;
  font-size: 13px; font-weight: 700; color: var(--white);
  text-align: center; letter-spacing: .3px;
}
.partner-type {
  font-size: 10px; color: var(--muted);
  text-align: center; letter-spacing: .5px;
}
.partner-badge {
  font-size: 9px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; padding: 2px 8px; border-radius: 10px;
  background: rgba(0,201,167,.1); color: var(--teal);
  border: 1px solid rgba(0,201,167,.2);
}

/* ═══════════════════════════════════════════
   AVIS CLIENTS
═══════════════════════════════════════════ */
#avis { background: linear-gradient(135deg, rgba(13,18,64,.6), rgba(5,9,31,1)); }
.avis-intro { text-align: center; }
.avis-intro .sec-label { justify-content: center; }
.avis-intro .sec-sub { margin: 0 auto 56px; }
.rating-global {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; margin-bottom: 48px;
}
.rating-score {
    font-family: 'Syne', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
}
.rating-stars { display: flex; gap: 4px; margin-bottom: 6px; }
.star { font-size: 22px; color: #FFB800; }
.rating-count { font-size: 13px; color: var(--muted); }
.avis-carousel {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.avis-carousel-viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}
.avis-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform .45s ease;
  will-change: transform;
}
.avis-carousel-track .avis-card {
  flex: 0 0 calc((100% - 48px) / 3);
}
.avis-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 12px; padding: 24px; position: relative;
  transition: all .3s;
}
.avis-card:hover { border-color: rgba(0,201,167,.25); transform: translateY(-2px); }
.avis-quote {
  font-size: 32px; color: var(--teal); opacity: .4;
  font-family: Georgia, serif; line-height: .8;
  margin-bottom: 12px;
}
.avis-text {
  font-size: 14px; color: var(--text); line-height: 1.7;
  font-weight: 300; font-style: italic; margin-bottom: 20px;
}
.avis-footer { display: flex; align-items: center; gap: 12px; }
.avis-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--royal), var(--violet));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 10px;
    color: white;
    flex-shrink: 0;
}
.avis-author { font-size: 13px; font-weight: 600; color: var(--white); }
.avis-role { font-size: 11px; color: var(--muted); }
.avis-stars { display: flex; gap: 2px; margin-top: 2px; }
.s { font-size: 12px; color: #FFB800; }
.avis-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}
.avis-carousel-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0,201,167,.18);
  background: rgba(26,26,94,.28);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s ease;
}
.avis-carousel-btn:hover:not(:disabled) {
  border-color: rgba(0,201,167,.38);
  background: rgba(0,201,167,.10);
  color: var(--white);
}
.avis-carousel-btn:disabled {
  cursor: default;
  opacity: .45;
}
.avis-carousel-btn .icon {
  width: 18px;
  height: 18px;
}
.avis-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.avis-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(226,229,245,.28);
  cursor: pointer;
  transition: all .25s ease;
}
.avis-carousel-dot.active {
  width: 22px;
  background: var(--teal);
}
@media (max-width: 980px) {
  .avis-carousel-track .avis-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media (max-width: 680px) {
  .avis-carousel-track {
    gap: 18px;
  }

  .avis-carousel-track .avis-card {
    flex-basis: 100%;
  }

  .avis-carousel-controls {
    margin-top: 24px;
  }
}
.avis-google {
  text-align: center;
}
.google-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  color: var(--text); font-size: 13px; font-weight: 500;
  padding: 12px 24px; border-radius: 8px; transition: all .2s;
}
.google-btn:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }

/* ═══════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════ */
#contact { background: var(--darker); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px;
}

.contact-infos { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.ci-item {
  display: flex; align-items: center; gap: 14px;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 10px; padding: 16px;
}
.ci-icon {
  width: 40px; height: 40px; border-radius: 8px; flex-shrink: 0;
  background: rgba(0,201,167,.1); border: 1px solid rgba(0,201,167,.2);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.ci-label { font-size: 11px; color: var(--muted); letter-spacing: .5px; text-transform: uppercase; }
.ci-val { font-size: 14px; font-weight: 600; color: var(--white); }
.map-container {
  border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border); height: 280px;
  background: rgba(26,26,94,.2);
  position: relative;
}
.map-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
  color: var(--muted); font-size: 13px;
}
.map-placeholder .map-icon { font-size: 32px; }
.map-placeholder small { font-size: 11px; opacity: .6; }
.map-iframe {
  width: 100%; height: 100%; border: none; filter: invert(90%) hue-rotate(180deg);
}

/* ─── Formulaire ─── */
.contact-form {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px; padding: 36px;
}
.form-title {
  font-family: 'Syne', sans-serif;
  font-size: 22px; font-weight: 700;
  color: var(--white); margin-bottom: 6px;
}
.form-sub { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: span 2; }
.form-group label {
  font-size: 12px; font-weight: 600; color: var(--text);
  letter-spacing: .3px; text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(5,9,31,.6);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px; padding: 12px 14px;
  font-size: 14px; color: var(--text);
  font-family: 'DM Sans', sans-serif;
  transition: border-color .2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0,201,167,.1);
}
.form-group select option { background: var(--navy); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--muted); }
.form-submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: var(--dark); font-family: 'Syne', sans-serif;
  font-size: 15px; font-weight: 700; letter-spacing: .5px;
  border: none; border-radius: 8px; cursor: pointer;
  transition: all .3s; margin-top: 6px;
}
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,201,167,.3); }
.form-note {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 11px; color: var(--muted); text-align: center; margin-top: 10px;
}
.form-note .icon {
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(14%) saturate(1099%) hue-rotate(196deg) brightness(96%) contrast(89%);
}
.form-success {
  display: none; text-align: center; padding: 20px;
  background: rgba(0,201,167,.1); border: 1px solid rgba(0,201,167,.3);
  border-radius: 8px; margin-top: 14px;
  color: var(--teal); font-weight: 600;
}
.form-success .icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  filter: brightness(0) saturate(100%) invert(69%) sepia(97%) saturate(1314%) hue-rotate(119deg) brightness(96%) contrast(101%);
}

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
footer {
  background: var(--dark);
  border-top: 1px solid var(--border);
  padding: 72px 5% 0;
  position: relative; z-index: 1;
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 52px;
}

.footer-logo {
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.footer-logo-img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 230px;
}
.footer-logo-mono { width: 36px; height: 36px; }
.footer-logo-mono svg { width: 100%; height: 100%; }
.footer-brand-name {
  font-family: 'Syne', sans-serif;
  font-size: 16px; font-weight: 800; color: var(--white);
}
.footer-brand-name span { color: var(--teal); }
.footer-desc { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; align-items: center; gap: 12px; }
.footer-social {
  width: 42px; height: 42px; border-radius: 8px;
  background: var(--card-bg); border: 1px solid var(--border);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--text);
  font-size: 16px; transition: all .2s;
}
.footer-social:hover { border-color: var(--teal); background: rgba(0,201,167,.1); color: var(--teal); }
.footer-social svg {
  width: 18px;
  height: 18px;
  display: block;
  color: currentColor;
}
.footer-col-title {
  font-family: 'Syne', sans-serif;
  font-size: 13px; font-weight: 700; color: var(--white);
  letter-spacing: .5px; text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--muted);
  transition: color .2s;
}
.footer-links .icon {
  width: 14px;
  height: 14px;
}
.footer-links a:hover { color: var(--teal); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 28px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
.footer-copy { font-size: 12px; color: var(--muted); }
.footer-copy span { color: var(--teal); }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 12px; color: var(--muted); transition: color .2s; }
.footer-legal a:hover { color: var(--teal); }

/* ═══════════════════════════════════════════
   LEGAL MODAL
═══════════════════════════════════════════ */
.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}

.legal-modal.is-open {
  display: block;
}

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 9, 31, .78);
  backdrop-filter: blur(10px);
}

.legal-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 32px));
  max-height: calc(100vh - 64px);
  overflow: auto;
  margin: 32px auto;
  padding: 42px;
  border-radius: 6px;
  border: 1px solid rgba(0, 201, 167, .18);
  background:
    linear-gradient(145deg, rgba(26, 26, 94, .96), rgba(5, 9, 31, .98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
}

.legal-modal__close {
    position: sticky;
    top: 0;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(226, 229, 245, .14);
    background: rgba(255, 255, 255, .06);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .2s, background .2s, color .2s;
    z-index: 999999;
}

.legal-modal__close:hover {
  color: var(--white);
  border-color: rgba(0, 201, 167, .36);
  background: rgba(0, 201, 167, .10);
}

.legal-modal__close .icon {
  width: 20px;
  height: 20px;
}

.legal-template h2 {
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--white);
}

.legal-template p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

body.has-legal-modal-open {
  overflow: hidden;
}

@media (min-width: 901px) {
  footer {
    padding-top: 78px;
  }

  .footer-top {
    padding-bottom: 104px;
  }

  .footer-bottom {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

/* ═══════════════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(30px);
  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; }
.reveal-delay-4 { transition-delay: .4s; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-right { display: none; }
  .hero-btns { justify-content: center; }
  .hero-reviews { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-sub { margin: 0 auto 36px; }
  .apropos-inner { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .legal-modal__dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .hero-reviews {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .hero-review-text {
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .nav-logo-img {
    height: 36px;
    max-width: 180px;
  }

  .footer-logo-img {
    height: 42px;
    max-width: 200px;
  }

  .ap-card3,
  .ap-card4,
  .ap-card5 {
    display: none;
  }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 72px; left: 0; right: 0;
    background: rgba(5,9,31,.98); padding: 16px;
    border-bottom: 1px solid var(--border);
  }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .footer-top { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
}


.logo-monogram{
      filter: drop-shadow(0px 0px 40px #ffffff8a);
}