/* v1.0.0 */
:root {
  --bleu:    #0c1e3c;
  --bleu2:   #162d55;
  --orange:  #f07d00;
  --orange2: #d96e00;
  --blanc:   #ffffff;
  --gris:    #f4f6f9;
  --texte:   #1e1e2e;
  --muted:   #6b7280;
  --radius:  10px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--texte);
  background: var(--blanc);
  font-size: 16px;
  line-height: 1.65;
  padding-bottom: 68px; /* hauteur barre mobile */
}

@media (min-width: 768px) { body { padding-bottom: 0; } }

img { max-width: 100%; height: auto; display: block; }

a { text-decoration: none; }

/* ─── HEADER ─── */
#entete {
  position: sticky;
  top: 0;
  background: var(--bleu);
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
  z-index: 1020;
  transition: padding .2s;
}

.ioq4a {
  height: 44px;
  width: auto;
  display: block;
}

@media (max-width: 575px) {
  .ioq4a { height: 36px; }
}

.epxz4 {
  color: rgba(255,255,255,.85);
  font-weight: 600;
  font-size: .95rem;
  transition: color .2s;
}

.epxz4:hover { color: var(--orange); }

.navbar-nav .nav-link {
  color: rgba(255,255,255,.8);
  font-size: .93rem;
  padding: .5rem .75rem;
  border-radius: 6px;
  transition: all .2s;
}

.navbar-nav .nav-link:hover {
  color: var(--blanc);
  background: rgba(255,255,255,.08);
}

.k3ga3 {
  background: var(--orange);
  color: var(--blanc);
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: .55rem 1.4rem;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}

.k3ga3:hover {
  background: var(--orange2);
  color: var(--blanc);
  transform: translateY(-1px);
}

/* ─── HERO ─── */
.y3g2y {
  background: linear-gradient(135deg, var(--bleu) 0%, #1a3a6e 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.y3g2y::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.ka5v0 {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: .85rem;
  font-weight: 600;
}

.y3g2y h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 800;
  color: var(--blanc);
  line-height: 1.2;
}

.dj8a4 { color: var(--orange); }

.o9ipk {
  color: rgba(255,255,255,.8);
  font-size: 1.05rem;
  max-width: 520px;
}

.ovihx {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  overflow: hidden;
}

.hqp7q {
  padding: 14px 20px;
  flex: 1 1 100px;
}

.rt1y3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
}

.n63xx {
  font-size: .75rem;
  color: rgba(255,255,255,.65);
  margin-top: 4px;
}

.cl7cr {
  width: 1px;
  background: rgba(255,255,255,.15);
  align-self: stretch;
}

/* Rappel card y3g2y */
.v2vao {
  background: var(--blanc);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.f69d9 {
  background: var(--orange);
  color: var(--blanc);
  font-weight: 700;
  padding: 18px 24px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
}

.ztrzv { padding: 24px; }

.po5da {
  color: var(--muted);
  font-size: .88rem;
  margin-bottom: 20px;
}

.ztrzv .form-control,
.ztrzv .form-select {
  border-radius: 8px;
  border-color: #dde1e7;
  padding: .6rem .9rem;
  font-size: .92rem;
}

.ztrzv .form-control:focus,
.ztrzv .form-select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(240,125,0,.15);
}

/* ─── TRUST BAR ─── */
.wqpy7 {
  background: var(--bleu2);
  padding: 18px 0;
}

.ibeg1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,.85);
  font-size: .88rem;
  font-weight: 500;
  padding: 8px;
}

.ibeg1 i {
  color: var(--orange);
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* ─── SECTIONS ─── */
.coql8 { padding: 80px 0; }

.dym4i { background: var(--gris); }

.uko2l h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--bleu);
}

.uko2l p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 1.02rem;
}

/* ─── SERVICES ─── */
.asce9 {
  background: var(--blanc);
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  padding: 30px 24px;
  transition: box-shadow .2s, transform .2s;
}

.asce9:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
  transform: translateY(-3px);
}

.dxzc0 {
  width: 54px;
  height: 54px;
  background: rgba(240,125,0,.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.dxzc0 i {
  font-size: 1.5rem;
  color: var(--orange);
}

.asce9 h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--bleu);
  margin-bottom: 10px;
}

.asce9 p {
  color: var(--muted);
  font-size: .9rem;
  margin: 0 0 14px;
}

.z2p7u {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.fw6vo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--orange);
  font-size: .85rem;
  font-weight: 700;
  margin-top: auto;
}

.nellm { color: var(--orange); }

/* ─── PROCESSUS ─── */
.s3zx8 {
  padding: 36px 24px;
  background: var(--blanc);
  border-radius: var(--radius);
  border: 1px solid #e8ecf0;
  height: 100%;
}

.erbbs {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--orange);
  opacity: .9;
  line-height: 1;
  margin-bottom: 16px;
}

.s3zx8 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bleu);
  margin-bottom: 12px;
}

.s3zx8 p {
  color: var(--muted);
  font-size: .92rem;
  margin: 0;
}

/* ─── EXPERT ─── */
.t8okh {
  position: relative;
  display: inline-block;
}

.mmb9c {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--orange);
  margin: 0 auto;
}

.f749e {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bleu);
  color: var(--blanc);
  font-size: .75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  white-space: nowrap;
}

.puwe7 {
  display: inline-block;
  background: rgba(240,125,0,.12);
  color: var(--orange2);
  font-size: .8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.re7v6 {
  border-top: 1px solid #e8ecf0;
  padding-top: 20px;
}

.e46x5 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bleu);
}

.ncsyz {
  font-size: .8rem;
  color: var(--muted);
}

/* ─── VIDEO ─── */
.r00xz {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.12);
}

/* ─── AVIS ─── */
.zs7fw {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lrsmi { color: #f5a623; font-size: 1.2rem; }
.yteq4 { font-weight: 800; font-size: 1.1rem; color: var(--bleu); }
.l5851 { color: var(--muted); font-size: .9rem; }

.hwezz {
  background: var(--blanc);
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.q73h0 {
  color: #f5a623;
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.uviiw {
  color: #374151;
  font-size: .9rem;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
  font-style: italic;
}

.h1xgv {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #f0f2f5;
  padding-top: 16px;
}

.q1bcj {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bleu);
  color: var(--blanc);
  font-weight: 700;
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bq999 {
  font-weight: 700;
  font-size: .9rem;
  color: var(--bleu);
}

.bmdvp {
  font-size: .78rem;
  color: var(--muted);
}

/* ─── ZONES ─── */
.ophp8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ophp8 span {
  background: var(--blanc);
  border: 1px solid #dde3ea;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: .85rem;
  color: var(--bleu);
  font-weight: 500;
  transition: all .15s;
}

.ophp8 span:hover {
  background: var(--bleu);
  color: var(--blanc);
  border-color: var(--bleu);
}

/* ─── FAQ ─── */
.qbmj6 .accordion-item {
  border: 1px solid #e8ecf0;
  border-radius: var(--radius) !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.zaq0n {
  background: var(--blanc);
  color: var(--bleu);
  font-weight: 600;
  font-size: .97rem;
  padding: 18px 20px;
}

.zaq0n:not(.collapsed) {
  background: var(--bleu);
  color: var(--blanc);
}

.zaq0n::after { filter: var(--q-arrow, none); }
.zaq0n:not(.collapsed)::after { filter: brightness(0) invert(1); }

.b51o9 {
  color: #374151;
  font-size: .93rem;
  line-height: 1.7;
  padding: 18px 20px;
}

/* ─── CONTACT ─── */
.d6scs {
  background: linear-gradient(135deg, var(--bleu) 0%, #1a3a6e 100%);
}

.y3clv {
  color: var(--blanc);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}

.lldmr { color: rgba(255,255,255,.75); }

.g05m9 { display: flex; flex-direction: column; gap: 16px; }

.z5cjm {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--blanc);
}

.z5cjm i {
  color: var(--orange);
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.dcbv3 {
  font-size: .78rem;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.onwhx {
  color: var(--blanc);
  font-weight: 600;
  font-size: .95rem;
}

.mmqii {
  background: var(--blanc);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}

.mmqii .form-control,
.mmqii .form-select {
  border-radius: 8px;
  border-color: #dde1e7;
  padding: .65rem 1rem;
  font-size: .93rem;
  transition: border-color .2s, box-shadow .2s;
}

.mmqii .form-control:focus,
.mmqii .form-select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(240,125,0,.15);
}

.mmqii .form-label {
  font-size: .85rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.ryzq1 {
  text-align: center;
  padding: 40px 20px;
}

.ryzq1 i {
  font-size: 3.5rem;
  color: #22c55e;
  display: block;
  margin-bottom: 16px;
}

.ryzq1 h4 {
  font-weight: 800;
  color: var(--bleu);
  margin-bottom: 10px;
}

.ryzq1 p { color: var(--muted); }

/* ─── FOOTER ─── */
.z49vw {
  background: #08162a;
  padding: 60px 0 30px;
}

.cxctk {
  color: var(--blanc);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.k9kis {
  color: rgba(255,255,255,.5);
  font-size: .88rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.ar30u {
  color: var(--orange);
  font-weight: 700;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  transition: color .2s;
}

.ar30u:hover { color: var(--orange2); }

.hyc4n {
  color: var(--blanc);
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 16px;
}

.yf6c9 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yf6c9 li { margin-bottom: 8px; }

.yf6c9 a {
  color: rgba(255,255,255,.5);
  font-size: .88rem;
  transition: color .15s;
}

.yf6c9 a:hover { color: rgba(255,255,255,.9); }

.sn47q {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 30px;
  padding-top: 24px;
}

.sn47q p {
  color: rgba(255,255,255,.35);
  font-size: .8rem;
  margin: 0;
  text-align: center;
}

/* ─── WHATSAPP FLOAT ─── */
.hkw0k {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 900;
}

.hkw0k a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: var(--blanc);
  padding: 13px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
}

.hkw0k a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37,211,102,.55);
  color: var(--blanc);
}

@media (max-width: 767px) {
  .hkw0k { display: none; }
}

/* ─── BARRE MOBILE ─── */
.er1bw {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 950;
  display: flex;
  border-top: 1px solid #e0e4ea;
  background: var(--blanc);
  box-shadow: 0 -4px 16px rgba(0,0,0,.12);
}

.nloxn {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 8px;
  font-size: .9rem;
  font-weight: 700;
  border: none;
  text-decoration: none;
  transition: background .15s;
}

.nloxn span { line-height: 1; }

.qpbun {
  background: var(--orange);
  color: var(--blanc);
}
.qpbun:hover { background: var(--orange2); color: var(--blanc); }

.b9tdt {
  background: #25d366;
  color: var(--blanc);
}
.b9tdt:hover { background: #1db954; color: var(--blanc); }

/* ─── PAGES FILLES ─── */
.x9toy {
  background: var(--bleu2);
  padding: 10px 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  font-size: .82rem;
}

.breadcrumb-item a { color: rgba(255,255,255,.6); }
.breadcrumb-item a:hover { color: var(--orange); }
.breadcrumb-item.active { color: rgba(255,255,255,.85); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.35); }

.b8pza {
  background: linear-gradient(135deg, var(--bleu) 0%, #1a3a6e 100%);
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}

.b8pza::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.b8pza h1 {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--blanc);
  line-height: 1.25;
}

.b8pza .o9ipk {
  color: rgba(255,255,255,.8);
  font-size: 1rem;
  max-width: 560px;
}

.kk4ge {
  background: var(--blanc);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 16px 48px rgba(0,0,0,.25);
}

.kk4ge h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bleu);
  margin-bottom: 16px;
}

.kk4ge .form-control { border-radius: 8px; border-color: #dde1e7; font-size: .9rem; }
.kk4ge .form-control:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(240,125,0,.15); }

.m0jp5 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cz25r {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.9);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: .82rem;
  font-weight: 600;
}

.cz25r i { color: var(--orange); }

.me5hc { padding: 70px 0; }

.me5hc h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--bleu);
  margin-bottom: 16px;
}

.me5hc h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bleu);
  margin-top: 32px;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 3px solid var(--orange);
}

.me5hc p { color: #374151; line-height: 1.8; margin-bottom: 14px; }

.me5hc ul { color: #374151; line-height: 1.8; padding-left: 20px; margin-bottom: 16px; }
.me5hc ul li { margin-bottom: 7px; }

.me5hc a { color: var(--orange); font-weight: 600; }
.me5hc a:hover { color: var(--orange2); }

.izzvl {
  background: var(--gris);
  padding: 60px 0;
}

.izzvl h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--bleu);
  margin-bottom: 24px;
}

.mnzh0 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--blanc);
  border: 1px solid #e8ecf0;
  border-radius: var(--radius);
  padding: 16px 20px;
  color: var(--bleu);
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
  transition: all .2s;
}

.mnzh0:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

.mnzh0 i { color: var(--orange); font-size: 1.1rem; }

.gtbrn {
  background: var(--bleu);
  border-radius: var(--radius);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.gtbrn p {
  color: rgba(255,255,255,.85);
  margin: 0;
  font-size: .95rem;
}

.gtbrn a.msnxd {
  color: var(--blanc);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ─── CONTENU SEO ─── */
.otxso h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--bleu);
  margin-bottom: 18px;
}

.otxso h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--bleu);
  margin-top: 36px;
  margin-bottom: 12px;
  padding-left: 14px;
  border-left: 3px solid var(--orange);
}

.otxso p {
  color: #374151;
  line-height: 1.8;
  margin-bottom: 14px;
}

.otxso ul {
  color: #374151;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 16px;
}

.otxso ul li { margin-bottom: 8px; }

.q8wcd {
  background: var(--gris);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-top: 40px;
  text-align: center;
  border-left: 4px solid var(--orange);
}

.q8wcd p {
  font-weight: 600;
  color: var(--bleu);
  font-size: 1.05rem;
  margin-bottom: 16px;
}

/* ─── YOUTUBE FACADE ─── */
.m2p1t {
  position: relative;
  cursor: pointer;
  background: #000;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
}

.m2p1t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .85;
  transition: opacity .2s;
}

.m2p1t:hover img { opacity: .7; }

.fjz39 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.4));
  transition: transform .15s;
}

.m2p1t:hover .fjz39 { transform: translate(-50%, -50%) scale(1.1); }

.m2p1t iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ─── MISC ─── */
@media (max-width: 575px) {
  .y3g2y { padding: 60px 0 50px; }
  .coql8 { padding: 60px 0; }
  .mmqii { padding: 24px 18px; }
  .hqp7q { padding: 12px 14px; }
}

/* ─── POSITIONNEMENT SEO DOM-FIRST ─── */
#main-wrap {
  display: flex;
  flex-direction: column;
}
.otxso {
  order: 100;
}
