.elementor-5460 .elementor-element.elementor-element-44b01b5{padding:0px 0px 0px 0px;}.elementor-5460 .elementor-element.elementor-element-082102e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5460 .elementor-element.elementor-element-4a2dbb4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-86c3ce3 *//* ══════════════════════════════════════════
   01. VARIABLES & RESET
══════════════════════════════════════════ */
.cb *, .cb *::before, .cb *::after { box-sizing: border-box; margin: 0; padding: 0; }
.cb {
  font-family: Arial, sans-serif;
  --n:  #334A73;
  --n2: #1a2a40;
  --y:  #FFEE66;
  --yd: rgba(255,238,102,.14);
  --mu: #5a6a84;
  --bd: rgba(51,74,115,.11);
  --bg: #f3f5f9;
  --wh: #ffffff;
  --sea: #0e3d5c;      /* bleu mer Manche */
  --r:  30px;
  --sp: 90px;
  color: var(--n2);
  background: var(--wh);
  overflow-x: hidden;
}

/* ══════════════════════════════════════════
   02. UTILITAIRES
══════════════════════════════════════════ */
.cb-wrap { max-width: 1060px; margin: 0 auto; padding: 0 22px; }
.cb-tag {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 10px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--n);
}
.cb-tag i { display: block; width: 22px; height: 2px; background: var(--y); border-radius: 2px; flex-shrink: 0; }
.cb-h2 {
  font-size: clamp(22px, 3vw, 36px); font-weight: 700;
  color: var(--n2); line-height: 1.16; letter-spacing: -.022em;
}
.cb-h2 mark {
  background: none; color: inherit;
  background-image: linear-gradient(transparent 60%, rgba(255,238,102,.55) 60%);
  background-size: 100% 1.2em; background-repeat: no-repeat;
  background-position: 0 .85em; padding-bottom: 2px;
}
.cb-body { font-size: 14.5px; line-height: 1.82; color: var(--mu); }
.cb-body p + p { margin-top: 14px; }

/* ══════════════════════════════════════════
   03. BOUTONS
══════════════════════════════════════════ */
.cb-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: Arial, sans-serif; font-size: 13.5px; font-weight: 700;
  letter-spacing: .03em; text-decoration: none; padding: 13px 28px;
  border-radius: var(--r); border: none; cursor: pointer;
  white-space: nowrap; position: relative; overflow: hidden;
  transition: box-shadow .22s, color .22s;
}
.cb-btn::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,0); border-radius: var(--r); transition: background .22s;
}
.cb-btn:hover::before { background: rgba(255,255,255,.12); }
.cb-btn span { position: relative; z-index: 1; }
.cb-btn svg  { position: relative; z-index: 1; flex-shrink: 0; transition: transform .22s; }
.cb-btn:hover svg { transform: translateX(4px); }
.cb-arr { width: 16px; height: 16px; }

.cb-btn-y  { background: var(--y); color: var(--n2); box-shadow: 0 4px 20px rgba(255,238,102,.4); }
.cb-btn-y:hover  { box-shadow: 0 8px 32px rgba(255,238,102,.55); color: var(--n2); text-decoration: none; }
.cb-btn-n  { background: var(--n); color: #fff; box-shadow: 0 4px 18px rgba(51,74,115,.28); }
.cb-btn-n:hover  { box-shadow: 0 8px 28px rgba(51,74,115,.42); color: #fff; text-decoration: none; }
.cb-btn-ow { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.38); }
.cb-btn-ow:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); color: #fff; text-decoration: none; }
.cb-btn-on { background: transparent; color: var(--n); border: 2px solid var(--bd); }
.cb-btn-on:hover { background: var(--yd); border-color: var(--n); color: var(--n); text-decoration: none; }

/* ══════════════════════════════════════════
   04. HERO — gradient bleu | texte gauche | image droite
   Pas de min-height · Layout 2 colonnes
══════════════════════════════════════════ */
.cb-hero {
  background: linear-gradient(135deg, #091628 0%, #162844 40%, #1e3a6e 75%, #243a70 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
/* Cercles décoratifs CSS */
.cb-hero::before {
  content: ''; position: absolute;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(51,74,115,.55) 0%, transparent 70%);
  top: -200px; left: -150px; pointer-events: none;
}
.cb-hero::after {
  content: ''; position: absolute;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,238,102,.06) 0%, transparent 70%);
  bottom: -80px; left: 38%; pointer-events: none;
}

/* Grille texte gauche | image droite */
.cb-hero-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1060px; margin: 0 auto;
  padding: 80px 22px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 52px; align-items: center;
}

/* Colonne gauche : texte */
.cb-hero-text {}

.cb-hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,238,102,.12); border: 1px solid rgba(255,238,102,.32);
  border-radius: var(--r); padding: 5px 16px; margin-bottom: 22px;
}
.cb-hero-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--y); flex-shrink: 0; }
.cb-hero-pill span { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--y); }

.cb-hero h1 {
  font-size: clamp(30px, 4.2vw, 52px); font-weight: 700; color: #fff;
  line-height: 1.08; letter-spacing: -.025em; margin-bottom: 20px;
}
.cb-hero h1 em { font-style: normal; color: var(--y); }
.cb-hero-desc {
  font-size: 15px; line-height: 1.74; color: rgba(255,255,255,.68);
  margin-bottom: 32px;
}
.cb-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Badges bilingues sous les boutons */
.cb-hero-langs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.cb-hero-lang {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r); padding: 5px 14px;
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,.8); letter-spacing: .06em;
}
.cb-hero-lang.active { background: var(--y); border-color: var(--y); color: var(--n2); }

/* Colonne droite : image avec badges flottants */
.cb-hero-imgbox { position: relative; border-radius: 20px; overflow: visible; }
.cb-hero-imgbox img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: 20px; display: block;
  box-shadow: 0 28px 70px rgba(0,0,0,.55);
}
/* Badge jaune haut-gauche */
.cb-hero-badge-tl {
  position: absolute; top: -14px; left: -14px;
  background: var(--y); border-radius: 14px; padding: 14px 18px;
  text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,.25); z-index: 3;
}
.cb-hero-badge-tl strong { font-size: 20px; font-weight: 700; color: var(--n2); display: block; line-height: 1; }
.cb-hero-badge-tl span   { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,42,64,.6); margin-top: 3px; display: block; }
/* Carte glass bas-droite */
.cb-hero-badge-br {
  position: absolute; bottom: -14px; right: -14px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: 14px; padding: 14px 18px; z-index: 3;
}
.cb-hero-badge-br-row { display: flex; align-items: center; gap: 10px; }
.cb-hero-badge-br-row + .cb-hero-badge-br-row { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.12); }
.cb-hero-badge-br strong { font-size: 18px; font-weight: 700; color: #fff; line-height: 1; }
.cb-hero-badge-br span   { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.3; }

/* Anciens sélecteurs non utilisés — conservés pour compatibilité */
.cb-hero-badge { display: none; }
.cb-hero-img   { display: none; }
.cb-hero-stats { display: none; }
.cb-hero-stat  {}

/* ══════════════════════════════════════════
   05. SECTION AGENCE — image sticky + texte
══════════════════════════════════════════ */
.cb-agence { background: var(--wh); padding: var(--sp) 22px; }
.cb-agence-grid {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.cb-agence-left { position: sticky; top: 24px; }
.cb-pic { position: relative; border-radius: 20px; overflow: visible; }
.cb-pic img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; display: block; }
.cb-pic-badge {
  position: absolute; bottom: -18px; right: -18px;
  background: var(--y); border-radius: 16px; padding: 14px 20px;
  text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.cb-pic-badge strong { font-size: 22px; font-weight: 700; color: var(--n2); display: block; line-height: 1; }
.cb-pic-badge span   { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,42,64,.6); margin-top: 3px; display: block; }

/* Trust cards sous l'image */
.cb-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }
.cb-trust-card {
  background: var(--bg); border-radius: 14px; padding: 15px 16px;
  border: 1px solid var(--bd); display: flex; align-items: center; gap: 12px;
}
.cb-trust-ic {
  width: 34px; height: 34px; border-radius: 10px; background: var(--yd);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cb-trust-ic svg { width: 17px; height: 17px; stroke: var(--n); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cb-trust-title { font-size: 12.5px; font-weight: 700; color: var(--n2); line-height: 1.2; }
.cb-trust-sub   { font-size: 10.5px; color: var(--mu); margin-top: 2px; }

/* Feature tags */
.cb-ftags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.cb-ft {
  display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700;
  color: var(--n); background: var(--yd); border: 1px solid rgba(51,74,115,.14);
  padding: 6px 14px; border-radius: var(--r);
}
.cb-ft svg { width: 13px; height: 13px; stroke: var(--n); fill: none; stroke-width: 2.2; flex-shrink: 0; }

/* ══════════════════════════════════════════
   06. STUDIO BILINGUE — layout inversé
   Cartes équipe à gauche | texte à droite
══════════════════════════════════════════ */
.cb-studio { background: var(--bg); padding: var(--sp) 22px; }
.cb-studio-grid {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start;
}
.cb-team-cards { display: flex; flex-direction: column; gap: 14px; }
.cb-team-card {
  background: var(--wh); border-radius: 16px; padding: 20px;
  border: 1px solid var(--bd); display: flex; gap: 14px; align-items: flex-start;
  transition: border-color .2s, box-shadow .2s;
}
.cb-team-card:hover { border-color: var(--n); box-shadow: 0 6px 24px rgba(51,74,115,.09); }
.cb-team-ic {
  width: 40px; height: 40px; border-radius: 11px; background: var(--yd);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cb-team-ic svg { width: 20px; height: 20px; stroke: var(--n); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cb-team-card h3 { font-size: 13.5px; font-weight: 700; color: var(--n2); margin-bottom: 5px; line-height: 1.3; }
.cb-team-card p  { font-size: 13px; line-height: 1.68; color: var(--mu); }

/* ══════════════════════════════════════════
   07. FORMATS — dark 2×2
══════════════════════════════════════════ */
.cb-formats { background: var(--n2); padding: var(--sp) 22px; }
.cb-formats-head {
  max-width: 1060px; margin: 0 auto 48px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.cb-formats-head .cb-tag { color: rgba(255,238,102,.8); }
.cb-formats-head .cb-tag i { background: var(--y); }
.cb-formats-head .cb-h2 { color: #fff; max-width: 560px; }
.cb-formats-head .cb-h2 mark { background-image: linear-gradient(transparent 60%, rgba(255,238,102,.3) 60%); }
.cb-fgrid {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255,255,255,.1); border-radius: 20px; overflow: hidden;
}
.cb-fc {
  padding: 38px 34px; border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative; overflow: hidden; transition: background .25s;
}
.cb-fc:nth-child(2n) { border-right: none; }
.cb-fc:nth-child(3), .cb-fc:nth-child(4) { border-bottom: none; }
.cb-fc:hover { background: rgba(255,255,255,.04); }
.cb-fc-num {
  position: absolute; top: 22px; right: 26px;
  font-size: 68px; font-weight: 700; color: rgba(255,255,255,.04);
  line-height: 1; pointer-events: none; user-select: none;
}
.cb-fc-icon {
  width: 50px; height: 50px; border-radius: 14px;
  background: rgba(255,238,102,.14); border: 1px solid rgba(255,238,102,.25);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  transition: background .22s, transform .22s;
}
.cb-fc:hover .cb-fc-icon { background: rgba(255,238,102,.22); transform: scale(1.06); }
.cb-fc-icon svg { width: 25px; height: 25px; stroke: var(--y); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cb-fc h3 { font-size: 15.5px; font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.25; }
.cb-fc p  { font-size: 13.5px; line-height: 1.75; color: rgba(255,255,255,.56); }
.cb-fc p + p { margin-top: 10px; }
.cb-fc-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 18px; }
.cb-fc-tag {
  font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: var(--r);
  color: rgba(255,238,102,.8); background: rgba(255,238,102,.08);
  border: 1px solid rgba(255,238,102,.18); letter-spacing: .04em;
}

/* ══════════════════════════════════════════
   08. SEO TRANSMANCHE — texte + carte marchés
══════════════════════════════════════════ */
.cb-seo { background: var(--bg); padding: var(--sp) 22px; }
.cb-seo-grid {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: start;
}
.cb-seo-list { display: flex; flex-direction: column; }
.cb-seo-row {
  display: grid; grid-template-columns: 10px 1fr; gap: 22px;
  padding: 28px 0; border-bottom: 1px solid var(--bd);
}
.cb-seo-row:first-child { border-top: 1px solid var(--bd); }
.cb-seo-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--y); border: 2px solid var(--n); margin-top: 5px; flex-shrink: 0; }
.cb-seo-row h3 { font-size: 14px; font-weight: 700; color: var(--n); margin-bottom: 8px; }
.cb-seo-row p  { font-size: 13.5px; line-height: 1.74; color: var(--mu); }

/* Carte marchés transmanche */
.cb-markets {
  background: linear-gradient(148deg, var(--sea), #334A73);
  border-radius: 20px; padding: 28px 24px; position: sticky; top: 24px;
}
.cb-markets-lbl { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--y); margin-bottom: 18px; }
.cb-market-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
.cb-market {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px; padding: 12px 16px;
}
.cb-market-flag { font-size: 22px; line-height: 1; flex-shrink: 0; }
.cb-market-name { font-size: 13px; font-weight: 700; color: #fff; }
.cb-market-sub  { font-size: 11px; color: rgba(255,255,255,.42); margin-top: 2px; }
.cb-market-tag {
  margin-left: auto; font-size: 10px; font-weight: 700; padding: 3px 10px;
  border-radius: var(--r); color: var(--y); background: rgba(255,238,102,.1);
  border: 1px solid rgba(255,238,102,.2); white-space: nowrap; flex-shrink: 0;
}
.cb-tech-pills { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.cb-tech-pill {
  font-size: 11px; font-weight: 700; padding: 5px 13px; border-radius: var(--r);
  color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
}
.cb-tech-pill-y { color: var(--y); background: rgba(255,238,102,.1); border-color: rgba(255,238,102,.25); }

/* ══════════════════════════════════════════
   09. STACK TECHNIQUE — gradient bleu
══════════════════════════════════════════ */
.cb-stack {
  background: linear-gradient(148deg, #091628 0%, #162844 45%, #1e3a6e 100%);
  padding: var(--sp) 22px; position: relative; overflow: hidden;
}
.cb-stack::before {
  content: ''; position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,238,102,.04) 0%, transparent 70%);
  top: -180px; right: -80px; pointer-events: none;
}
.cb-stack .cb-tag { color: rgba(255,238,102,.75); }
.cb-stack .cb-tag i { background: var(--y); }
.cb-stack .cb-h2 { color: #fff; }
.cb-stack .cb-h2 mark { background-image: linear-gradient(transparent 60%, rgba(255,238,102,.28) 60%); }
.cb-scards { max-width: 1060px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.cb-scard {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px; overflow: hidden; transition: background .22s, border-color .22s, box-shadow .22s;
}
.cb-scard:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); box-shadow: 0 12px 40px rgba(0,0,0,.3); }
.cb-scard-inner { display: grid; grid-template-columns: 72px 1fr auto; align-items: stretch; }
.cb-scard-num {
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,238,102,.1); border-right: 1px solid rgba(255,255,255,.08); padding: 26px 0;
}
.cb-scard-num span { font-size: 26px; font-weight: 700; color: var(--y); opacity: .7; line-height: 1; }
.cb-scard-body { padding: 24px 26px; }
.cb-scard-body h3 { font-size: 14.5px; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.cb-scard-body p  { font-size: 13.5px; line-height: 1.74; color: rgba(255,255,255,.55); }
.cb-scard-icon {
  display: flex; align-items: center; justify-content: center;
  padding: 0 26px; border-left: 1px solid rgba(255,255,255,.08);
}
.cb-scard-icon svg { width: 34px; height: 34px; stroke: rgba(255,238,102,.42); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ══════════════════════════════════════════
   10. BANDE CTA JAUNE
══════════════════════════════════════════ */
.cb-band { background: var(--y); padding: 44px 22px; }
.cb-band-inner {
  max-width: 1060px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.cb-band-lbl { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(26,42,64,.5); margin-bottom: 6px; }
.cb-band h3  { font-size: 20px; font-weight: 700; color: var(--n2); line-height: 1.25; }
.cb-band p   { font-size: 13px; color: rgba(26,42,64,.58); margin-top: 4px; }

/* ══════════════════════════════════════════
   11. PROCESS — image à gauche | étapes à droite
══════════════════════════════════════════ */
.cb-process { background: var(--wh); padding: var(--sp) 22px; }
.cb-process-grid {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
/* Colonne gauche : image + checklist */
.cb-process-img { position: relative; border-radius: 20px; overflow: hidden; }
.cb-process-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; border-radius: 20px; }
.cb-process-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(10,20,40,.88) 0%, transparent 60%);
  border-radius: 0 0 20px 20px; padding: 26px 24px;
}
.cb-process-quote { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.4; }
.cb-process-quote em { color: var(--y); font-style: normal; }

/* Checklist droite */
.cb-checklist { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.cb-check {
  background: var(--bg); border-radius: 16px; padding: 20px;
  border: 1px solid var(--bd); display: flex; gap: 14px; align-items: flex-start;
  transition: border-color .2s, box-shadow .2s;
}
.cb-check:hover { border-color: var(--n); box-shadow: 0 6px 20px rgba(51,74,115,.09); }
.cb-check-ic {
  width: 30px; height: 30px; border-radius: 9px; background: var(--y);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.cb-check-ic svg { width: 15px; height: 15px; stroke: var(--n2); fill: none; stroke-width: 2.5; }
.cb-check h4 { font-size: 13.5px; font-weight: 700; color: var(--n2); margin-bottom: 5px; line-height: 1.3; }
.cb-check p  { font-size: 13px; line-height: 1.66; color: var(--mu); }

/* Timeline 3 phases — horizontale sur même ligne → zéro vide */
.cb-timeline {
  background: linear-gradient(148deg, #0d1b2f, #334A73);
  border-radius: 18px; padding: 26px 24px;
}
.cb-tl-lbl { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--y); margin-bottom: 20px; }
.cb-phases { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.cb-phase {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 14px; position: relative;
}
/* Ligne horizontale entre étapes */
.cb-phase:not(:last-child)::after {
  content: ''; position: absolute;
  top: 14px; left: calc(50% + 18px); right: 0;
  height: 2px; background: rgba(255,255,255,.1);
}
.cb-phase-num {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,238,102,.15); border: 2px solid rgba(255,238,102,.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: var(--y);
  position: relative; z-index: 1; flex-shrink: 0;
  margin-bottom: 12px;
}
.cb-phase-num.active { background: rgba(255,238,102,.28); border-color: rgba(255,238,102,.75); }
.cb-phase-title { font-size: 12.5px; font-weight: 700; color: #fff; margin-bottom: 4px; line-height: 1.3; }
.cb-phase-desc  { font-size: 11.5px; color: rgba(255,255,255,.45); line-height: 1.45; }

/* ══════════════════════════════════════════
   12. DIFFÉRENTIEL — 2 colonnes dark
══════════════════════════════════════════ */
.cb-diff { background: var(--n2); padding: var(--sp) 22px; }
.cb-diff .cb-tag { color: var(--y); }
.cb-diff .cb-tag i { background: var(--y); }
.cb-diff .cb-h2 { color: #fff; margin-top: 10px; }
.cb-diff-grid {
  max-width: 1060px; margin: 44px auto 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.cb-dcard {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px; padding: 28px 24px; position: relative; overflow: hidden;
  transition: background .22s, border-color .22s;
}
.cb-dcard::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--y); border-radius: 18px 18px 0 0;
  transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.cb-dcard:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.16); }
.cb-dcard:hover::after { transform: scaleX(1); }
.cb-dcard-ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,238,102,.13); border: 1px solid rgba(255,238,102,.22);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.cb-dcard-ic svg { width: 22px; height: 22px; stroke: var(--y); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cb-dcard h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.cb-dcard p  { font-size: 13px; line-height: 1.72; color: rgba(255,255,255,.54); }

/* ══════════════════════════════════════════
   13. ACCOMPAGNEMENT — image+CTA | liste
══════════════════════════════════════════ */
.cb-accomp { background: var(--bg); padding: var(--sp) 22px; }
.cb-accomp-grid {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch;
}
.cb-accomp-left { display: flex; flex-direction: column; }
.cb-accomp-left img {
  width: 100%; border-radius: 20px 20px 0 0;
  display: block; object-fit: cover; flex: 1; min-height: 260px;
}
.cb-cta-card {
  background: linear-gradient(135deg, var(--n2) 0%, var(--n) 100%);
  border-radius: 0 0 20px 20px; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
}
.cb-cta-card-title { font-size: 18px; font-weight: 700; color: #fff; line-height: 1.3; }
.cb-cta-card-title span { color: var(--y); }
.cb-cta-card-sub { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.6; }
.cb-cta-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.cb-cta-stat { text-align: center; }
.cb-cta-stat strong { font-size: 22px; font-weight: 700; color: #fff; display: block; line-height: 1; }
.cb-cta-stat span   { font-size: 10px; color: rgba(255,255,255,.45); margin-top: 3px; display: block; line-height: 1.3; }
.cb-accomp-right { order: 2; }
.cb-rows { display: flex; flex-direction: column; }
.cb-row { padding: 24px 0; border-bottom: 1px solid var(--bd); }
.cb-row:first-child { border-top: 1px solid var(--bd); }
.cb-row h3 { font-size: 14px; font-weight: 700; color: var(--n); margin-bottom: 8px; }
.cb-row p  { font-size: 13.5px; line-height: 1.74; color: var(--mu); }
.cb-row p + p { margin-top: 11px; }

/* ══════════════════════════════════════════
   14. ÉCONOMIE LOCALE — 3 filières + avantage
══════════════════════════════════════════ */
.cb-eco { background: var(--wh); padding: var(--sp) 22px; }
.cb-eco-inner { max-width: 1060px; margin: 0 auto; }
.cb-eco-banner {
  position: relative; border-radius: 20px; overflow: hidden; height: 280px; margin-bottom: 40px;
}
.cb-eco-banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cb-eco-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,20,40,.82) 0%, rgba(10,20,40,.1) 65%);
}
.cb-eco-banner-txt { position: absolute; left: 36px; top: 50%; transform: translateY(-50%); z-index: 2; }
.cb-eco-banner-txt h3 { font-size: clamp(18px,2.5vw,28px); font-weight: 700; color: #fff; line-height: 1.2; }
.cb-eco-banner-txt p  { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 6px; }
.cb-eco-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cb-ecard {
  background: var(--bg); border-radius: 18px; overflow: hidden;
  border: 1px solid var(--bd); transition: box-shadow .22s, border-color .22s;
}
.cb-ecard:hover { box-shadow: 0 10px 36px rgba(51,74,115,.1); border-color: var(--n); }
.cb-ecard-img { width: 100%; height: 160px; object-fit: cover; display: block; }
.cb-ecard-body { padding: 20px 20px 24px; }
.cb-ecard h3 {
  font-size: 13.5px; font-weight: 700; color: var(--n);
  margin-bottom: 12px; padding-bottom: 10px;
  border-bottom: 2px solid var(--y); line-height: 1.3;
}
.cb-ecard p { font-size: 13px; line-height: 1.72; color: var(--mu); }
.cb-ecard p + p { margin-top: 10px; }

/* Avantage final */
.cb-avantage {
  margin-top: 24px;
  background: linear-gradient(138deg, #091628 0%, #334A73 100%);
  border-radius: 20px; padding: 40px 36px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center;
}
.cb-av-lbl { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--y); margin-bottom: 12px; }
.cb-avantage h3 { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 14px; }
.cb-avantage p  { font-size: 13.5px; line-height: 1.74; color: rgba(255,255,255,.58); }
.cb-av-list { display: flex; flex-direction: column; gap: 11px; }
.cb-av-item {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px; padding: 13px 16px; transition: background .18s;
}
.cb-av-item:hover { background: rgba(255,255,255,.1); }
.cb-av-y { color: var(--y); font-size: 15px; flex-shrink: 0; line-height: 1.4; }
.cb-av-item span { font-size: 13px; color: rgba(255,255,255,.74); line-height: 1.45; }

/* ══════════════════════════════════════════
   15. FAQ
══════════════════════════════════════════ */
.cb-faq { background: var(--bg); padding: var(--sp) 22px; }
.cb-faq-head { text-align: center; margin-bottom: 48px; }
.cb-faq-list { max-width: 720px; margin: 0 auto; }
.cb-faq-item { border-bottom: 1px solid var(--bd); }
.cb-faq-item:first-child { border-top: 1px solid var(--bd); }
.cb-faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 15px; font-weight: 700; color: var(--n2); padding: 22px 0; cursor: pointer; line-height: 1.35;
}
.cb-faq-plus {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: var(--yd); color: var(--n); font-size: 20px; font-weight: 300;
  display: flex; align-items: center; justify-content: center;
  transition: transform .22s, background .18s;
}
.cb-faq-item.open .cb-faq-plus { transform: rotate(45deg); background: var(--y); }
.cb-faq-a { font-size: 14px; line-height: 1.78; color: var(--mu); padding-bottom: 22px; display: none; }
.cb-faq-item.open .cb-faq-a { display: block; }

/* ══════════════════════════════════════════
   16. CTA FINAL
══════════════════════════════════════════ */
.cb-cta-final {
  background: linear-gradient(148deg, #091628 0%, #1a2e55 55%, #0d2040 100%);
  padding: 110px 22px; position: relative; overflow: hidden;
}
.cb-cta-final::before {
  content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%;
  top: -180px; right: -100px;
  background: radial-gradient(circle, rgba(255,238,102,.07) 0%, transparent 70%); pointer-events: none;
}
.cb-cta-final::after {
  content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  bottom: -100px; left: -60px;
  background: radial-gradient(circle, rgba(51,74,115,.6) 0%, transparent 70%); pointer-events: none;
}
.cb-cta-final-inner { position: relative; z-index: 1; text-align: center; max-width: 680px; margin: 0 auto; }
.cb-cta-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,238,102,.12); border: 1px solid rgba(255,238,102,.28);
  border-radius: var(--r); padding: 5px 18px; margin-bottom: 26px;
}
.cb-cta-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--y); }
.cb-cta-badge span { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--y); }
.cb-cta-final h2 {
  font-size: clamp(24px, 4vw, 44px); font-weight: 700; color: #fff;
  line-height: 1.13; letter-spacing: -.02em; margin-bottom: 16px;
}
.cb-cta-final h2 span { color: var(--y); }
.cb-cta-final-inner > p { font-size: 15px; line-height: 1.72; color: rgba(255,255,255,.62); margin-bottom: 38px; }
.cb-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cb-cta-note { margin-top: 20px; font-size: 11px; color: rgba(255,255,255,.28); letter-spacing: .06em; }

/* ══════════════════════════════════════════
   17. RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 860px) {

  /* ── HERO mobile : 1 col, image en premier, centrage ── */
  .cb-hero-inner {
    grid-template-columns: 1fr;
    padding: 52px 18px 56px;
    gap: 32px;
  }
  /* Image apparaît au-dessus sur mobile */
  .cb-hero-imgbox { order: -1; }
  .cb-hero-imgbox img { aspect-ratio: 16/9; }
  .cb-hero-badge-tl { top: -10px; left: 10px; }
  .cb-hero-badge-br { bottom: -10px; right: 10px; }
  /* Centrage H1 + texte + boutons uniquement sur hero */
  .cb-hero-text { text-align: center; }
  .cb-hero-pill { margin-left: auto; margin-right: auto; }
  .cb-hero-btns { justify-content: center; }
  .cb-hero-langs { justify-content: center; }

  /* Grilles → 1 colonne */
  .cb-agence-grid, .cb-studio-grid, .cb-seo-grid,
  .cb-process-grid, .cb-accomp-grid { grid-template-columns: 1fr; gap: 36px; }

  .cb-agence-left, .cb-markets { position: static; }

  .cb-fgrid { grid-template-columns: 1fr; }
  .cb-fc    { border-right: none; }
  .cb-fc:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.08); }

  .cb-scard-inner { grid-template-columns: 56px 1fr; }
  .cb-scard-icon  { display: none; }

  .cb-diff-grid { grid-template-columns: 1fr; }
  .cb-eco-cards { grid-template-columns: 1fr; }
  .cb-avantage  { grid-template-columns: 1fr; gap: 24px; }
  .cb-eco-banner { height: 220px; }
  .cb-eco-banner-txt { left: 20px; }
  .cb-band-inner { flex-direction: column; align-items: flex-start; }
  .cb-accomp-left  { order: 1; }
  .cb-accomp-right { order: 2; }
  .cb-pic-badge { right: 0; bottom: -10px; }

  /* Timeline process → 1 colonne sur mobile */
  .cb-phases { grid-template-columns: 1fr; gap: 16px; }
  .cb-phase   { align-items: flex-start; text-align: left; }
  .cb-phase::after { display: none; }
  .cb-phase-num { margin-bottom: 8px; }

  .cb-agence, .cb-studio, .cb-formats, .cb-seo, .cb-stack,
  .cb-process, .cb-diff, .cb-accomp, .cb-eco, .cb-faq, .cb-cta-final { padding: 60px 18px; }
}
@media (min-width: 580px) and (max-width: 860px) {
  .cb-diff-grid { grid-template-columns: repeat(2,1fr); }
  .cb-eco-cards { grid-template-columns: repeat(2,1fr); }
  .cb-fgrid     { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .cb-fc:hover .cb-fc-icon, .cb-btn:hover svg { transform: none; }
  .cb-dcard { transition: background .22s, border-color .22s; }
  .cb-dcard:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cb *, .cb *::before, .cb *::after { transition: none !important; animation: none !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-315e83d */.cw-city-links-havre{
padding:60px 20px;

background:
radial-gradient(circle at top left, rgba(255,238,102,.14), transparent 24%),
radial-gradient(circle at bottom right, rgba(255,238,102,.10), transparent 28%),
linear-gradient(180deg,#fffef9 0%, #ffffff 100%);

overflow:hidden;
position:relative;
}

.cw-city-links-havre *{
box-sizing:border-box;
}

.cw-city-wrap{
max-width:1200px;
margin:auto;
position:relative;
z-index:2;
}

/* HEAD */

.cw-city-head{
text-align:center;
max-width:860px;
margin:0 auto 50px;
}

.cw-city-badge{
display:inline-flex;
align-items:center;
justify-content:center;

padding:12px 22px;

border-radius:50px;

background:#FFEE66;
color:#334A73;

font-size:14px;
font-weight:800;

margin-bottom:24px;

box-shadow:
0 18px 40px rgba(255,238,102,.28);
}

.cw-city-title{
margin:0 0 18px;

font-size:clamp(38px,5vw,48px);
line-height:1.05;
letter-spacing:-3px;
font-weight:900;

color:#334A73;
}

.cw-city-sub{
margin:0 auto;

max-width:760px;

font-size:17px;
line-height:1.9;

color:#465570;
}

/* GRID */

.cw-city-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:24px;
}

/* CARD */

.cw-city-card{
position:relative;

display:flex;
align-items:center;
gap:22px;

padding:30px;

border-radius:30px;

background:
linear-gradient(180deg,
rgba(255,255,255,.96),
rgba(255,255,255,.88));

border:1px solid rgba(51,74,115,.08);

text-decoration:none;

overflow:hidden;

transition:.35s ease;

box-shadow:
0 25px 70px rgba(51,74,115,.08);
}

.cw-city-card:hover{
transform:translateY(-8px);

border-color:rgba(255,238,102,.60);

box-shadow:
0 40px 100px rgba(51,74,115,.14),
0 0 40px rgba(255,238,102,.12);
}

.cw-city-card:before{
content:"";
position:absolute;

top:-120px;
right:-120px;

width:220px;
height:220px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(255,238,102,.14),
transparent 72%);
}

/* ICON */

.cw-city-icon{
width:82px;
height:82px;
min-width:82px;

border-radius:24px;

background:#334A73;

display:flex;
align-items:center;
justify-content:center;

font-size:36px;

box-shadow:
0 20px 45px rgba(51,74,115,.18);
}

/* CONTENT */

.cw-city-content{
flex:1;
min-width:0;
}

.cw-city-content h3{
margin:0 0 10px;

font-size:24px;
line-height:1.08;
letter-spacing:-1px;
font-weight:800;

color:#334A73;
}

.cw-city-content p{
margin:0;

font-size:15.5px;
line-height:1.8;

color:#465570;
}

/* ARROW */

.cw-city-arrow{
width:52px;
height:52px;
min-width:52px;

border-radius:18px;

background:#FFEE66;
color:#334A73;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;
font-weight:900;

transition:.3s ease;

box-shadow:
0 18px 40px rgba(255,238,102,.22);
}

.cw-city-card:hover .cw-city-arrow{
transform:rotate(45deg) scale(1.08);
}

/* TABLET */

@media(max-width:900px){

.cw-city-grid{
grid-template-columns:1fr;
}

}

/* MOBILE */

@media(max-width:768px){

/* CARD */

.cw-city-card{
flex-direction:column;
align-items:flex-start;

padding:24px;

border-radius:28px;

gap:20px;
}

/* DISABLE HOVER MOBILE */

.cw-city-card:hover{
transform:none;
box-shadow:
0 25px 70px rgba(51,74,115,.08);
}

/* ICON */

.cw-city-icon{
width:64px;
height:64px;
min-width:64px;

border-radius:18px;

font-size:28px;
}

/* CONTENT */

.cw-city-content{
width:100%;
}

.cw-city-content h3{
font-size:24px;
line-height:1.1;
margin-bottom:14px;
}

.cw-city-content p{
font-size:15px;
line-height:1.85;
}

/* CTA BUTTON */

.cw-city-arrow{
width:54px;
height:54px;
min-width:54px;

border-radius:18px;

font-size:20px;

margin-top:5px;

align-self:flex-start;

box-shadow:
0 18px 40px rgba(255,238,102,.22);
}

/* REMOVE ROTATION ON MOBILE */

.cw-city-card:hover .cw-city-arrow{
transform:none;
}

}/* End custom CSS */