.elementor-5400 .elementor-element.elementor-element-c2bfc46{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5400 .elementor-element.elementor-element-7aea45c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5400 .elementor-element.elementor-element-7e5c400 > .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-78bcfb2 */.rn *, .rn *::before, .rn *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.rn {
  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;
  --r:  30px;          /* ← rayon global des boutons */
  --sp: 90px;          /* ← padding vertical des sections */
  color: var(--n2);
  background: var(--wh);
  overflow-x: hidden;
}


/* ═══════════════════════════════════════════
   02. UTILITAIRES
═══════════════════════════════════════════ */

/* Conteneur centré max 1060px */
.rn-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 22px;
}

/* Étiquette de section (ex: "CreawebMax Rouen") */
.rn-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--n);
}
.rn-tag i {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--y);
  border-radius: 2px;
  flex-shrink: 0;
}

/* Titre H2 principal d'une section */
.rn-h2 {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--n2);
  line-height: 1.16;
  letter-spacing: -.022em;
}
/* Surlignage jaune sur un mot clé dans rn-h2 */
.rn-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;
}

/* Paragraphes courants */
.rn-body {
  font-size: 14.5px;
  line-height: 1.82;
  color: var(--mu);
}
.rn-body p + p { margin-top: 14px; }


/* ═══════════════════════════════════════════
   03. BOUTONS
   ─────────────────────────────────────────
   .rn-btn-y   = CTA primaire jaune
   .rn-btn-n   = CTA secondaire navy
   .rn-btn-ow  = outline blanc (sur fonds sombres)
   .rn-btn-on  = outline navy (sur fonds clairs)
═══════════════════════════════════════════ */

.rn-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;
}

/* Shimmer au hover (overlay blanc semi-transparent) */
.rn-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: var(--r);
  transition: background .22s;
}
.rn-btn:hover::before { background: rgba(255, 255, 255, .12); }

/* Flèche SVG : slide vers la droite au hover */
.rn-btn span { position: relative; z-index: 1; }
.rn-btn svg  { position: relative; z-index: 1; flex-shrink: 0; transition: transform .22s; }
.rn-btn:hover svg { transform: translateX(4px); }
.rn-arr { width: 16px; height: 16px; }

/* Variante jaune */
.rn-btn-y {
  background: var(--y);
  color: var(--n2);
  box-shadow: 0 4px 20px rgba(255, 238, 102, .4), 0 1px 4px rgba(0,0,0,.08);
}
.rn-btn-y:hover {
  box-shadow: 0 8px 32px rgba(255, 238, 102, .55), 0 2px 8px rgba(0,0,0,.1);
  color: var(--n2);
  text-decoration: none;
}

/* Variante navy */
.rn-btn-n {
  background: var(--n);
  color: #fff;
  box-shadow: 0 4px 18px rgba(51, 74, 115, .28), 0 1px 4px rgba(0,0,0,.08);
}
.rn-btn-n:hover {
  box-shadow: 0 8px 28px rgba(51, 74, 115, .42);
  color: #fff;
  text-decoration: none;
}

/* Variante outline blanc (sur fond sombre) */
.rn-btn-ow {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .38);
}
.rn-btn-ow:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .7);
  color: #fff;
  text-decoration: none;
}

/* Variante outline navy (sur fond clair) */
.rn-btn-on {
  background: transparent;
  color: var(--n);
  border: 2px solid var(--bd);
}
.rn-btn-on:hover {
  background: var(--yd);
  border-color: var(--n);
  color: var(--n);
  text-decoration: none;
}


/* ═══════════════════════════════════════════
   04. HERO
   ─────────────────────────────────────────
   Fond : gradient bleu dégradé CSS (pas d'image)
   Disposition : texte gauche | image droite
   Badges flottants sur l'image (jaune + glass)
═══════════════════════════════════════════ */

.rn-hero {

  background: linear-gradient(135deg, #091628 0%, #162844 40%, #1e3a6e 75%, #243a70 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Cercles lumineux décoratifs CSS */
.rn-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;
}
.rn-hero::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,238,102,.06) 0%, transparent 70%);
  bottom: -80px; left: 40%;
  pointer-events: none;
}

/* Grille texte | image */
.rn-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 80px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* Pill badge supérieur */
.rn-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;
}
.rn-hero-pill-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--y);
  flex-shrink: 0;
}
.rn-hero-pill span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--y);
}

/* Titre H1 */
.rn-hero h1 {
  font-size: clamp(30px, 4.5vw, 54px);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -.025em;
  margin-bottom: 20px;
}
.rn-hero h1 em { font-style: normal; color: var(--y); }

/* Description */
.rn-hero-desc {
  font-size: 15px;
  line-height: 1.74;
  color: rgba(255,255,255,.68);
  margin-bottom: 32px;
}

/* Boutons hero */
.rn-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Pills géo (FR, Normandie…) */
.rn-hero-langs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.rn-lp {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: var(--r);
  color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

/* Boîte image droite */
.rn-hero-imgbox {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}
.rn-hero-imgbox img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
}

/* Badge jaune haut-gauche de l'image */
.rn-badge-tl {
  position: absolute;
  top: -14px; left: -14px;
  background: var(--y);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
  text-align: center;
  z-index: 3;
}
.rn-badge-tl strong { font-size: 22px; font-weight: 700; color: var(--n2); display: block; line-height: 1; }
.rn-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 glassmorphism bas-droite de l'image */
.rn-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;
}
.rn-badge-br-row { display: flex; align-items: center; gap: 10px; }
.rn-badge-br-row + .rn-badge-br-row {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.rn-badge-br strong { font-size: 18px; font-weight: 700; color: #fff; line-height: 1; }
.rn-badge-br span   { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.3; }


/* ═══════════════════════════════════════════
   05. SECTION AGENCE PARTENAIRE
   ─────────────────────────────────────────
   Disposition : image+trust cards gauche | texte droite
   align-items:start pour éviter les vides
═══════════════════════════════════════════ */

.rn-agence { background: var(--wh); padding: var(--sp) 22px; }

.rn-agence-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Colonne gauche : image sticky */
.rn-agence-left { position: sticky; top: 24px; }

/* Image principale avec badge flottant */
.rn-pic { position: relative; border-radius: 20px; overflow: visible; }
.rn-pic img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.rn-pic-float {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--y);
  border-radius: 16px;
  padding: 16px 22px;
  box-shadow: 0 12px 36px rgba(0,0,0,.18);
  text-align: center;
}
.rn-pic-float strong { font-size: 24px; font-weight: 700; color: var(--n2); display: block; line-height: 1; }
.rn-pic-float span   { font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,42,64,.6); margin-top: 3px; display: block; }

/* Grille de 4 mini-cartes trust sous l'image */
.rn-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 36px;
}
.rn-trust-card {
  background: var(--bg);
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 12px;
}
.rn-trust-ic {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--yd);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rn-trust-ic svg { width: 18px; height: 18px; stroke: var(--n); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rn-trust-title { font-size: 13px; font-weight: 700; color: var(--n2); line-height: 1.2; }
.rn-trust-sub   { font-size: 11px; color: var(--mu); margin-top: 2px; }

/* Feature tags (badges de compétences) */
.rn-ftags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.rn-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);
}
.rn-ft svg { width: 13px; height: 13px; stroke: var(--n); fill: none; stroke-width: 2.2; flex-shrink: 0; }


/* ═══════════════════════════════════════════
   06. SECTION STUDIO ÉQUIPE
   ─────────────────────────────────────────
   Disposition : texte gauche | 4 cartes icônes droite
═══════════════════════════════════════════ */

.rn-studio { background: var(--bg); padding: var(--sp) 22px; }

.rn-studio-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

/* Cartes membres d'équipe */
.rn-studio-cards { display: flex; flex-direction: column; gap: 16px; }

.rn-team-card {
  background: var(--wh);
  border-radius: 16px;
  padding: 22px 20px;
  border: 1px solid var(--bd);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color .2s, box-shadow .2s;
}
.rn-team-card:hover {
  border-color: var(--n);
  box-shadow: 0 6px 24px rgba(51,74,115,.09);
}
.rn-team-ic {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--yd);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rn-team-ic svg { width: 20px; height: 20px; stroke: var(--n); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rn-team-card h3 { font-size: 13.5px; font-weight: 700; color: var(--n2); margin-bottom: 6px; line-height: 1.3; }
.rn-team-card p  { font-size: 13px; line-height: 1.7; color: var(--mu); }


/* ═══════════════════════════════════════════
   07. SECTION FORMATS DE SITES
   ─────────────────────────────────────────
   Fond : navy sombre
   Disposition : grille 2×2 avec séparateurs internes
   Icônes SVG uniquement (pas d'images)
═══════════════════════════════════════════ */

.rn-formats { background: var(--n2); padding: var(--sp) 22px; }

/* En-tête : titre gauche + bouton CTA droite */
.rn-formats-head {
  max-width: 1060px;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.rn-formats-head .rn-tag { color: rgba(255,238,102,.8); }
.rn-formats-head .rn-tag i { background: var(--y); }
.rn-formats-head .rn-h2 { color: #fff; max-width: 560px; }
.rn-formats-head .rn-h2 mark { background-image: linear-gradient(transparent 60%, rgba(255,238,102,.3) 60%); }

/* Grille 2×2 avec bordures internes */
.rn-formats-grid {
  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;
}

/* Cellule de format */
.rn-fmt {
  padding: 40px 36px;
  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;
}
.rn-fmt:nth-child(2n) { border-right: none; }
.rn-fmt:nth-child(3),
.rn-fmt:nth-child(4)  { border-bottom: none; }
.rn-fmt:hover         { background: rgba(255,255,255,.04); }

/* Numéro décoratif en filigrane */
.rn-fmt-num {
  position: absolute;
  top: 24px; right: 28px;
  font-size: 72px;
  font-weight: 700;
  color: rgba(255,255,255,.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Icône SVG dans carré arrondi */
.rn-fmt-icon {
  width: 52px; height: 52px;
  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: 20px;
  transition: background .22s, transform .22s;
}
.rn-fmt:hover .rn-fmt-icon { background: rgba(255,238,102,.22); transform: scale(1.06); }
.rn-fmt-icon svg { width: 26px; height: 26px; stroke: var(--y); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.rn-fmt h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.25; }
.rn-fmt p  { font-size: 13.5px; line-height: 1.76; color: rgba(255,255,255,.56); }
.rn-fmt p + p { margin-top: 10px; }

/* Tags tech en bas de cellule */
.rn-fmt-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 20px; }
.rn-fmt-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. SECTION SEO & GÉOGRAPHIE
   ─────────────────────────────────────────
   Disposition : liste SEO gauche | carte géo droite (sticky)
═══════════════════════════════════════════ */

.rn-seo { background: var(--bg); padding: var(--sp) 22px; }

.rn-seo-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
}

/* Liste des points SEO */
.rn-seo-list { display: flex; flex-direction: column; }
.rn-seo-row {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--bd);
}
.rn-seo-row:first-child { border-top: 1px solid var(--bd); }
.rn-seo-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--y);
  border: 2px solid var(--n);
  margin-top: 5px;
  flex-shrink: 0;
}
.rn-seo-row h3 { font-size: 14px; font-weight: 700; color: var(--n); margin-bottom: 8px; }
.rn-seo-row p  { font-size: 13.5px; line-height: 1.74; color: var(--mu); }

/* Carte géographique sticky */
.rn-geo-card {
  background: linear-gradient(148deg, #0d1b2f, #334A73);
  border-radius: 20px;
  padding: 28px 24px;
  position: sticky;
  top: 24px;
}
.rn-geo-lbl { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--y); margin-bottom: 18px; }
.rn-geo-zones { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.rn-geo-zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.rn-geo-zone-name { font-size: 13px; font-weight: 700; color: #fff; }
.rn-geo-zone-sub  { font-size: 11px; color: rgba(255,255,255,.42); margin-top: 1px; }
.rn-geo-zone-flag { font-size: 18px; line-height: 1; }
.rn-geo-pills { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.rn-geo-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);
}
.rn-geo-pill-y { color: var(--y); background: rgba(255,238,102,.1); border-color: rgba(255,238,102,.25); }


/* ═══════════════════════════════════════════
   09. SECTION STACK TECHNIQUE
   ─────────────────────────────────────────
   Fond : gradient bleu assorti au hero
   Disposition : 3 cartes horizontales empilées
═══════════════════════════════════════════ */

.rn-stack {
  background: linear-gradient(148deg, #091628 0%, #162844 45%, #1e3a6e 100%);
  padding: var(--sp) 22px;
  position: relative;
  overflow: hidden;
}
/* Cercle lumineux décoratif */
.rn-stack::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,238,102,.04) 0%, transparent 70%);
  top: -200px; right: -100px;
  pointer-events: none;
}
/* Surcharge couleurs pour la section sombre */
.rn-stack .rn-tag   { color: rgba(255,238,102,.75); }
.rn-stack .rn-tag i { background: var(--y); }
.rn-stack .rn-h2    { color: #fff; }
.rn-stack .rn-h2 mark { background-image: linear-gradient(transparent 60%, rgba(255,238,102,.28) 60%); }

/* Cartes horizontales */
.rn-stack-cards {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rn-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;
}
.rn-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);
}

/* Numéro | texte | icône */
.rn-scard-inner {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: stretch;
}
.rn-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: 28px 0;
}
.rn-scard-num span { font-size: 28px; font-weight: 700; color: var(--y); opacity: .7; line-height: 1; }
.rn-scard-body { padding: 26px 28px; }
.rn-scard-body h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.rn-scard-body p  { font-size: 13.5px; line-height: 1.74; color: rgba(255,255,255,.55); }
.rn-scard-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,.08);
}
.rn-scard-icon svg { width: 36px; height: 36px; stroke: rgba(255,238,102,.45); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }


/* ═══════════════════════════════════════════
   10. BANDE CTA JAUNE (abonnement mensuel)
═══════════════════════════════════════════ */

.rn-band { background: var(--y); padding: 44px 22px; }
.rn-band-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.rn-band-lbl { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(26,42,64,.5); margin-bottom: 6px; }
.rn-band h3  { font-size: 20px; font-weight: 700; color: var(--n2); line-height: 1.25; }
.rn-band p   { font-size: 13px; color: rgba(26,42,64,.58); margin-top: 4px; }


/* ═══════════════════════════════════════════
   11. SECTION PROCESS (3 sprints)
   ─────────────────────────────────────────
   Checklist 3 colonnes + timeline horizontale
═══════════════════════════════════════════ */

.rn-process { background: var(--bg); padding: var(--sp) 22px; }

/* Grille 3 colonnes checklist */
.rn-checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.rn-check {
  background: var(--wh);
  border-radius: 14px;
  padding: 18px;
  border: 1px solid var(--bd);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.rn-check:hover {
  border-color: var(--n);
  box-shadow: 0 8px 28px rgba(51,74,115,.12);
  transform: translateY(-1px);
}
.rn-check-ic {
  width: 26px; height: 26px;
  border-radius: 8px;
  background: var(--y);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rn-check-ic svg { width: 13px; height: 13px; stroke: var(--n2); fill: none; stroke-width: 2.5; }
.rn-check h4 { font-size: 13.5px; font-weight: 700; color: var(--n2); margin-bottom: 4px; line-height: 1.3; }
.rn-check p  { font-size: 13px; line-height: 1.66; color: var(--mu); }

/* Timeline horizontale */
.rn-timeline {
  background: linear-gradient(148deg, #0d1b2f, #334A73);
  border-radius: 20px;
  padding: 28px 22px;
}
.rn-tl-lbl { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--y); margin-bottom: 20px; }
.rn-tl-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.rn-tl-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
}
/* Ligne de connexion entre les étapes */
.rn-tl-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 13px;
  left: calc(50% + 18px);
  right: 0;
  height: 2px;
  background: rgba(255,255,255,.09);
}
.rn-tl-dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,238,102,.13);
  border: 2px solid rgba(255,238,102,.38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--y);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.rn-tl-dot.active { background: rgba(255,238,102,.25); border-color: rgba(255,238,102,.7); }
.rn-tl-t { font-size: 12.5px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.rn-tl-d { font-size: 12px; color: rgba(255,255,255,.43); line-height: 1.45; }


/* ═══════════════════════════════════════════
   12. SECTION DIFFÉRENTIEL
   ─────────────────────────────────────────
   Fond : navy sombre
   Disposition : 3 cartes côte à côte
═══════════════════════════════════════════ */

.rn-diff { background: var(--n2); padding: var(--sp) 22px; }
.rn-diff .rn-tag   { color: var(--y); }
.rn-diff .rn-tag i { background: var(--y); }
.rn-diff .rn-h2    { color: #fff; margin-top: 10px; }

.rn-diff-grid {
  max-width: 1060px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.rn-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;
}
/* Barre jaune en haut au hover */
.rn-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 ease;
}
.rn-dcard:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.16); }
.rn-dcard:hover::after { transform: scaleX(1); }
.rn-dcard-ic {
  width: 42px; height: 42px;
  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;
}
.rn-dcard-ic svg { width: 20px; height: 20px; stroke: var(--y); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rn-dcard h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.rn-dcard p  { font-size: 13px; line-height: 1.72; color: rgba(255,255,255,.54); }


/* ═══════════════════════════════════════════
   13. SECTION ACCOMPAGNEMENT COMPLET
   ─────────────────────────────────────────
   Disposition : image+CTA-card gauche | texte droite
   La CTA card est soudée sous l'image pour éviter
   tout vide — la colonne gauche remplit toujours
   la hauteur de la colonne texte.
═══════════════════════════════════════════ */

.rn-accomp { background: var(--wh); padding: var(--sp) 22px; }

.rn-accomp-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch; /* stretch = les 2 colonnes font la même hauteur */
}

/* Colonne gauche : flex pour que la CTA card remplisse le reste */
.rn-accomp-left {
  display: flex;
  flex-direction: column;
}
.rn-accomp-left img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: block;
  object-fit: cover;
  flex: 1;              /* l'image prend tout l'espace disponible */
  min-height: 260px;
}
/* CTA card soudée directement sous l'image */
.rn-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;
}
.rn-cta-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.rn-cta-card-title span { color: var(--y); }
.rn-cta-card-sub {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.6;
}
/* Grille 4 stats dans la CTA card */
.rn-cta-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.rn-cta-stat { text-align: center; }
.rn-cta-stat strong { font-size: 20px; font-weight: 700; color: #fff; display: block; line-height: 1; }
.rn-cta-stat span   { font-size: 10px; color: rgba(255,255,255,.45); margin-top: 3px; display: block; line-height: 1.3; }

/* Colonne droite : liste de sous-sections */
.rn-accomp-right { order: 2; }
.rn-rows { display: flex; flex-direction: column; }
.rn-row {
  padding: 24px 0;
  border-bottom: 1px solid var(--bd);
}
.rn-row:first-child { border-top: 1px solid var(--bd); }
.rn-row h3 { font-size: 14px; font-weight: 700; color: var(--n); margin-bottom: 8px; }
.rn-row p  { font-size: 13.5px; line-height: 1.74; color: var(--mu); }
.rn-row p + p { margin-top: 11px; }


/* ═══════════════════════════════════════════
   14. SECTION ÉCONOMIE LOCALE
   ─────────────────────────────────────────
   Bannière image pleine largeur + 3 cartes filières
   + bloc avantage concurrentiel
═══════════════════════════════════════════ */

.rn-eco { background: var(--bg); padding: var(--sp) 22px; }
.rn-eco-inner { max-width: 1060px; margin: 0 auto; }

/* Bannière image avec overlay et titre */
.rn-eco-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  margin-bottom: 40px;
}
.rn-eco-banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rn-eco-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,18,38,.8) 0%, rgba(10,18,38,.15) 65%);
}
.rn-eco-banner-txt {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.rn-eco-banner-txt h3 { font-size: clamp(18px, 2.5vw, 28px); font-weight: 700; color: #fff; line-height: 1.2; }
.rn-eco-banner-txt p  { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 6px; }

/* 3 cartes filières */
.rn-eco-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.rn-ecard {
  background: var(--wh);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--bd);
  transition: box-shadow .22s, border-color .22s;
}
.rn-ecard:hover { box-shadow: 0 10px 36px rgba(51,74,115,.11); border-color: var(--n); }
.rn-ecard-img  { width: 100%; height: 156px; object-fit: cover; display: block; }
.rn-ecard-body { padding: 20px 20px 24px; }
.rn-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;
}
.rn-ecard p { font-size: 13px; line-height: 1.72; color: var(--mu); }
.rn-ecard p + p { margin-top: 10px; }

/* Bloc avantage concurrentiel */
.rn-avantage {
  margin-top: 24px;
  background: linear-gradient(138deg, #0d1b2f 0%, #334A73 100%);
  border-radius: 20px;
  padding: 40px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}
.rn-avantage-lbl { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--y); margin-bottom: 12px; }
.rn-avantage h3  { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 14px; }
.rn-avantage p   { font-size: 13.5px; line-height: 1.74; color: rgba(255,255,255,.58); }
.rn-avantage-list { display: flex; flex-direction: column; gap: 11px; }
.rn-avantage-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;
}
.rn-avantage-item:hover { background: rgba(255,255,255,.1); }
.rn-av-y { color: var(--y); font-size: 15px; flex-shrink: 0; line-height: 1.4; }
.rn-avantage-item span { font-size: 13px; color: rgba(255,255,255,.74); line-height: 1.45; }


/* ═══════════════════════════════════════════
   15. FAQ
   ─────────────────────────────────────────
   Schema.org FAQPage intégré dans le HTML
═══════════════════════════════════════════ */

.rn-faq { background: var(--wh); padding: var(--sp) 22px; }
.rn-faq-head { text-align: center; margin-bottom: 48px; }

.rn-faq-list { max-width: 720px; margin: 0 auto; }
.rn-faq-item { border-bottom: 1px solid var(--bd); }
.rn-faq-item:first-child { border-top: 1px solid var(--bd); }

.rn-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;
}
.rn-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;
}
.rn-faq-item.open .rn-faq-plus { transform: rotate(45deg); background: var(--y); }
.rn-faq-a {
  font-size: 14px;
  line-height: 1.78;
  color: var(--mu);
  padding-bottom: 22px;
  display: none;
}
.rn-faq-item.open .rn-faq-a { display: block; }


/* ═══════════════════════════════════════════
   16. CTA FINAL
   ─────────────────────────────────────────
   Fond : gradient bleu profond + cercles CSS déco
   Pas d'image en background
═══════════════════════════════════════════ */

.rn-cta-final {
  background: linear-gradient(148deg, #091628 0%, #1a2e55 55%, #0d2040 100%);
  padding: 110px 22px;
  position: relative;
  overflow: hidden;
}
.rn-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;
}
.rn-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;
}
.rn-cta-final-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.rn-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;
}
.rn-cta-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--y); }
.rn-cta-badge span { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--y); }
.rn-cta-final h2 {
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1.13;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.rn-cta-final h2 span { color: var(--y); }
.rn-cta-final > .rn-cta-final-inner > p {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255,255,255,.62);
  margin-bottom: 38px;
}
.rn-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.rn-cta-note { margin-top: 20px; font-size: 11px; color: rgba(255,255,255,.28); letter-spacing: .06em; }


/* ═══════════════════════════════════════════
   17. RESPONSIVE & ACCESSIBILITÉ
   ─────────────────────────────────────────
   Breakpoints :
     ≤860px : 1 colonne (mobile/tablette)
     580–860px : 2 colonnes sur certaines grilles
═══════════════════════════════════════════ */

@media (max-width: 860px) {

  /* Hero : image en premier, puis texte */
  .rn-hero-grid { grid-template-columns: 1fr; padding: 60px 22px 56px; gap: 36px; }
  .rn-hero-imgbox { order: -1; }
  .rn-hero-imgbox img { aspect-ratio: 16/9; }
  .rn-badge-tl { top: -10px; left: 10px; }
  .rn-badge-br { bottom: -10px; right: 10px; }

  /* Grilles 2 colonnes → 1 colonne */
  .rn-agence-grid,
  .rn-studio-grid,
  .rn-seo-grid    { grid-template-columns: 1fr; gap: 36px; }

  /* Sticky désactivé sur mobile */
  .rn-agence-left,
  .rn-geo-card    { position: static; }

  /* Formats 2×2 → 1 colonne */
  .rn-formats-grid { grid-template-columns: 1fr; }
  .rn-fmt          { border-right: none; }
  .rn-fmt:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.08); }

  /* Stack : icône masquée */
  .rn-scard-inner { grid-template-columns: 56px 1fr; }
  .rn-scard-icon  { display: none; }

  /* Différentiel → 1 colonne */
  .rn-diff-grid { grid-template-columns: 1fr; }

  /* Accompagnement → image en premier */
  .rn-accomp-grid { display: flex; flex-direction: column; gap: 28px; }
  .rn-accomp-left  { order: 1; }
  .rn-accomp-right { order: 2; }
  .rn-cta-stats    { grid-template-columns: repeat(2, 1fr); }

  /* Process checklist → 1 colonne */
  .rn-checks { grid-template-columns: 1fr; }
  .rn-tl-steps { grid-template-columns: 1fr; gap: 16px; }
  .rn-tl-step::after { display: none; }

  /* Économie → 1 colonne */
  .rn-eco-cards { grid-template-columns: 1fr; }
  .rn-avantage  { grid-template-columns: 1fr; gap: 24px; }
  .rn-eco-banner { height: 220px; }
  .rn-eco-banner-txt { left: 20px; }

  /* Bande CTA → vertical */
  .rn-band-inner { flex-direction: column; align-items: flex-start; }

  /* Badge float image */
  .rn-pic-float { right: 0; bottom: -10px; }

  /* Padding réduit */
  .rn-agence, .rn-studio, .rn-formats,
  .rn-seo, .rn-stack, .rn-process,
  .rn-diff, .rn-accomp, .rn-eco,
  .rn-faq, .rn-cta-final { padding: 60px 18px; }
}

/* Tablette : 2 colonnes sur les grilles secondaires */
@media (min-width: 580px) and (max-width: 860px) {
  .rn-diff-grid  { grid-template-columns: repeat(2, 1fr); }
  .rn-eco-cards  { grid-template-columns: repeat(2, 1fr); }
  .rn-formats-grid { grid-template-columns: repeat(2, 1fr); }
  .rn-checks     { grid-template-columns: repeat(2, 1fr); }
}

/* Suppression des transforms sur mobile → zéro vibration */
@media (max-width: 860px) {
  .rn-fmt:hover .rn-fmt-icon,
  .rn-btn:hover svg,
  .rn-check:hover { transform: none; }
  .rn-dcard       { transition: background .22s, border-color .22s; }
  .rn-dcard:hover { transform: none; }
}

/* Respect de la préférence de réduction de mouvement */
@media (prefers-reduced-motion: reduce) {
  .rn *, .rn *::before, .rn *::after {
    transition: none !important;
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e0723d */.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 */