/* ── Reset ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{max-width:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:'Source Sans Pro',Arial,sans-serif;background:#fff;-webkit-tap-highlight-color:transparent}
a,button,label,[role="button"]{touch-action:manipulation}
/* Masquer le contenu de fond quand le simulateur est ouvert (clavier iOS semi-transparent) */
body.sim-open > *:not(.sim-page):not(.nat-panel):not(.nat-picker-panel) { visibility:hidden; }
body{font-family:'Source Sans Pro',Arial,sans-serif;font-size:0.75rem;color:#000000;background:#fff;line-height:1.6;font-weight:400;max-width:100%;width:100%}
p{font-size:clamp(0.875rem,0.875rem + ((1vw - 0.2rem) * 0.455),1rem);font-weight:400;line-height:1.5rem}
*{box-sizing:border-box}
/* Empêche le zoom automatique iOS sur tous les champs (font-size < 16px = zoom) */
input,select,textarea{font-size:max(16px,1em) !important;}
h1,h2,h3,h4,h5,h6{font-family:'Montserrat',Arial,sans-serif;text-transform:none}
h1{font-size:2.4rem;font-weight:700;letter-spacing:-1px;line-height:1.2}
h2{font-size:2.2rem;font-weight:700;letter-spacing:-0.8px;line-height:1.2;color:var(--navy);text-align:center;}
h3{font-size:1.7rem;font-weight:700;letter-spacing:-0.5px;line-height:1.25}
h4{font-size:1.35rem;font-weight:700;letter-spacing:-0.3px;line-height:1.35}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none;-webkit-tap-highlight-color:transparent}
/* Neutralise le halo gris natif iOS au toucher des liens et des éléments
   cliquables (liens de page, hamburger Menu qui est un div[role=button]…) :
   toucher propre et discret, sans bloc gris agressif. */
a,[role="button"]{-webkit-tap-highlight-color:transparent}

:root{
  --orange:#06c2b0;
  --navy:#010035;
  --navy-d:#010035;
  --teal:#06c2b0;
  --teal-d:#049f90;
  --coral:#0C2D5E;
  --coral-d:#091f42;
  --sky:#3ab5e5;
  --sky-l:#62c9ef;
  --text:#333;
  --gray:#f5f5f5;
  --hh:72px;
  --tb:56px;
  --w:1200px;
}

/* ═══════════════════════════
   HEADER
═══════════════════════════ */
.top-legal-bar{
  position:relative;z-index:1;
  background:#d8d8d8;
  min-height:var(--tb);
  display:flex;align-items:center;justify-content:center;
  padding:0 1.2rem;
  font-size:.82rem;color:#333;text-align:center;line-height:1.5;
}
@media(min-width:700px){
  :root{--tb:34px}
  .top-legal-bar{font-size:.78rem}
}
@media(min-width:960px){
  .top-legal-bar{font-size:1.05rem}
}
.header{
  position:sticky;top:0;left:0;right:0;z-index:1000;
  background:#fff;
  border-bottom:2px solid #e8e8e8;
  height:var(--hh);
}
.hd-inner{
  max-width:var(--w);margin:0 auto;
  height:var(--hh);display:flex;align-items:center;
  padding:0 1rem;justify-content:space-between;
}
/* hamburger */
.hd-menu-btn{
  display:flex;flex-direction:column;align-items:center;gap:4px;padding:.4rem .5rem;
  cursor:pointer;background:none;border:none;font-family:inherit;align-self:center;
}
.hd-menu-btn span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px}
.hd-menu-label{font-size:.7rem;font-weight:700;color:var(--navy);margin-top:1px;text-align:center;letter-spacing:.03em}
/* logo centré */
.hd-logo{
  position:absolute;left:50%;transform:translateX(-50%);
  font-family:'Montserrat',Arial,sans-serif;
  font-size:1.55rem;font-weight:800;letter-spacing:-.5px;
  color:#0C2D5E;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
  user-select:none;
}
/* droite */
.hd-right{display:flex;align-items:center;gap:.5rem}
/* mobile : cacher les éléments desktop */
.hd-dossier{display:none}
.hd-connect-btn{display:none}
.hd-connect{
  display:flex;flex-direction:column;align-items:center;gap:.15rem;
  font-size:.65rem;font-weight:700;color:var(--navy);text-decoration:none;align-self:center;
}
/* nav desktop */
.desktop-nav{display:none}
.hd-help{display:none}
@media(min-width:960px){
  .hd-menu-btn,.hd-menu-label-wrap{display:none}
  /* En-tête 2 rangées comme la référence : rangée 1 = Aide & Contact +
     recherche à gauche, logo centré, Suivi/Se connecter à droite ;
     rangée 2 = navigation centrée */
  .header{height:auto}
  .hd-inner{
    max-width:1240px;margin:0 auto;height:auto;
    padding:.55rem 1.5rem .05rem;
    display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto;
    align-items:center;column-gap:1rem;row-gap:.15rem;
  }
  .hd-help{grid-column:1;grid-row:1;justify-self:start;display:flex;align-items:center;gap:1rem}
  .hd-help-link{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--text);white-space:nowrap;transition:color .15s}
  .hd-help-link svg{width:18px;height:18px;flex-shrink:0}
  .hd-help-link:hover{color:var(--orange)}
  .hd-search{display:flex;align-items:center;border:1.5px solid #ddd;border-radius:2rem;padding:.28rem .5rem .28rem .9rem;background:#fff}
  .hd-search input{border:none;outline:none;background:none;font-family:inherit;font-size:.82rem;width:110px;color:var(--text)}
  .hd-search input::placeholder{color:#999}
  .hd-search button{border:none;background:none;cursor:pointer;display:flex;align-items:center;color:#888;padding:0 .15rem}
  .hd-search svg{width:16px;height:16px}
  .hd-logo{position:static;transform:none;font-size:1.9rem;flex-shrink:0;grid-column:2;grid-row:1;justify-self:center}
  .hd-right{grid-column:3;grid-row:1;justify-self:end}
  .desktop-nav{
    display:flex;height:3rem;align-items:center;justify-content:center;margin:0;
    grid-column:1 / -1;grid-row:2;justify-self:stretch;
  }
  .desktop-nav > ul{display:flex;height:100%;align-items:center;list-style:none;padding:0;margin:0;gap:.9rem}
  .desktop-nav li{height:100%;position:relative}
  .desktop-nav > ul > li > a{
    display:flex;align-items:center;height:100%;
    padding:0 .85rem;font-size:.88rem;font-weight:600;color:var(--text);
    border-bottom:3px solid transparent;white-space:nowrap;
    transition:color .15s,border-color .15s;
  }
  .desktop-nav > ul > li > a:hover{color:var(--orange);border-bottom-color:var(--orange)}
  .desktop-nav li.has-sub > a::after{
    content:'';display:inline-block;width:5px;height:5px;margin-left:.3rem;margin-top:-2px;
    border-right:2px solid currentColor;border-bottom:2px solid currentColor;
    transform:rotate(45deg);
  }
  .desktop-nav > ul > li:hover > a{color:var(--orange);border-bottom-color:var(--orange)}
  .sub-menu{
    display:none;position:absolute;top:100%;left:0;
    background:#fff;min-width:210px;list-style:none;padding:0;margin:0;
    box-shadow:0 8px 24px rgba(0,0,0,.13);
    border-top:3px solid var(--orange);
    border-radius:0 0 8px 8px;z-index:200;
  }
  .desktop-nav li:hover > .sub-menu{display:block}
  .sub-menu li{height:auto}
  .sub-menu li a{display:block;height:auto;padding:.65rem 1.1rem;border-bottom:none;font-size:.85rem;white-space:nowrap}
  .sub-menu li a:hover{background:var(--gray);color:var(--orange)}
  /* Suivi de dossier + Se connecter : liens texte simples (comme la
     référence), pas de pastilles bordées */
  .hd-right{gap:1.6rem}
  .hd-right .hd-connect-btn{
    background:none;color:var(--text);border:none;padding:0;
    font-size:.85rem;font-weight:600;
    display:flex;align-items:center;gap:.4rem;
    white-space:nowrap;transition:color .15s;
  }
  .hd-right .hd-connect-btn:hover{color:var(--orange);background:none}
  .hd-right .hd-dossier{
    display:flex;align-items:center;gap:.4rem;border:none;padding:0;margin:0;
    font-size:.85rem;font-weight:600;color:var(--text);
    transition:color .15s;white-space:nowrap;
  }
  .hd-right .hd-dossier:hover{color:var(--orange)}
  .hd-connect{display:none}
}

/* ═══════════════════════════
   MENU MOBILE PLEIN ÉCRAN
═══════════════════════════ */
.mobile-overlay{display:none}
.mobile-menu{
  display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1100;
  overflow-y:auto;flex-direction:column;
}
.mobile-menu.open{display:flex}
.mob-mhd{
  display:flex;align-items:center;justify-content:space-between;
  padding:.9rem 1.1rem;background:#fff;
  border-bottom:1px solid #eee;flex-shrink:0;min-height:var(--hh);
}
.mob-close-btn{
  display:flex;flex-direction:column;align-items:center;gap:2px;
  cursor:pointer;min-width:52px;color:var(--navy);background:none;border:none;
  font-family:inherit;
}
.mob-close-btn svg{display:block}
.mob-close-btn span{font-size:.65rem;font-weight:700;color:var(--navy);letter-spacing:.03em}
/* Pas de carré gris persistant sur le bouton Fermer après le tap (focus/active iOS) */
.mob-close-btn{-webkit-tap-highlight-color:transparent}
.mob-close-btn:focus,.mob-close-btn:active{background:none;outline:none}
.mob-mhd-logo{font-family:'Montserrat',Arial,sans-serif;font-size:1.45rem;font-weight:800;letter-spacing:-.5px;color:#0C2D5E;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;}
.mob-search-btn{
  min-width:52px;background:none;border:none;cursor:pointer;color:var(--navy);
  display:flex;justify-content:flex-end;
}
.mob-legal-banner{
  background:#f5f5f5;padding:.55rem 1.1rem;
  font-size:.7rem;color:#555;line-height:1.4;text-align:center;flex-shrink:0;
}
.mob-nav-list{flex:0;padding-top:1rem}
.mob-nav-item{}
.mob-nav-link{
  display:flex;align-items:center;justify-content:space-between;
  padding:.72rem 1.2rem;font-size:.97rem;font-weight:600;color:var(--navy);
  background:none;border:none;width:100%;text-align:left;cursor:pointer;
  font-family:inherit;text-decoration:none;
}
.mob-nav-link:hover{background:#fafafa}
.mob-nav-link.teal{color:var(--teal)}
.mob-nav-chev{color:#bbb;font-size:1.1rem;flex-shrink:0;line-height:1}
.mob-nav-icon-item{
  display:flex;align-items:center;gap:.75rem;
  padding:.72rem 1.2rem;
  font-size:.93rem;font-weight:600;color:var(--navy);text-decoration:none;
}
.mob-nav-icon-item svg{flex-shrink:0;color:#888}
.mob-cta-zone{padding:1.2rem 2.9rem;display:flex;flex-direction:column;gap:.7rem;flex-shrink:0}
.mob-cta-dossier{
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1rem;border:1.5px solid var(--navy);border-radius:2rem;
  font-size:.93rem;font-weight:700;color:var(--navy);background:#fff;
  cursor:pointer;font-family:inherit;
}
.mob-cta-connect{
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1rem;background:#1DE0CE;border:none;border-radius:2rem;
  font-size:.93rem;font-weight:700;color:#0C2D5E;cursor:pointer;font-family:inherit;
}
@media(hover:hover){ .mob-cta-connect:hover{background:#17c4b4} }
/* Bouton fixe "Simuler un projet" mobile */
.mob-sim-bar{
  display:block;position:fixed;bottom:-200px;left:0;right:0;
  padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.98);
  z-index:800;
  box-shadow:0 -2px 16px rgba(0,0,0,.12);
  transition:bottom .18s ease;
}
.mob-sim-bar.visible{bottom:0}
.mob-sim-btn{
  display:block;width:100%;background:var(--coral);color:#fff;
  border:none;border-radius:2rem;padding:.85rem 1.5rem;
  font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;
  text-align:center;transition:background .15s;
  box-shadow:0 4px 16px rgba(6,194,176,.35);
}
.mob-sim-btn:hover{background:var(--coral-d)}
@media(min-width:960px){
  .mob-sim-bar{display:none}
  .mobile-menu{display:none!important}
}

/* Barre de simulation fixe desktop (référence Sofinco) */
.desk-sim-bar{display:none}
@media(min-width:960px){
  .desk-sim-bar{
    display:block;position:fixed;left:0;right:0;bottom:-140px;z-index:800;
    background:#fff;box-shadow:0 -2px 16px rgba(0,0,0,.12);
    transition:bottom .25s ease;
  }
  .desk-sim-bar.visible{bottom:0}
  .desk-sim-bar-inner{
    display:flex;align-items:center;justify-content:space-between;gap:2rem;
    max-width:var(--w);margin:0 auto;
    padding:1.1rem 2rem;
  }
  .desk-sim-bar-label{font-size:1.05rem;font-weight:700;color:var(--navy);flex:1;max-width:360px}
  .desk-sim-bar-form{display:flex;align-items:center;gap:.65rem;flex-shrink:0}
  .desk-sim-bar-form .sim-select,.desk-sim-bar-form .sim-input{width:auto;min-width:170px;height:46px}
  .desk-sim-bar-form .btn-teal{width:auto;padding:.8rem 1.6rem;white-space:nowrap;border-radius:10px}
}

/* ═══════════════════════════
   PAGE WRAPPER
═══════════════════════════ */
.page{background:#fff;overflow-x:clip;display:flow-root}
.inner{max-width:var(--w);margin:0 auto;padding:0 1rem}

/* ═══════════════════════════
   HERO BANNER — style Sofinco
═══════════════════════════ */
.hero-banner{
  position:relative;
  padding:0;
  background:#fff;
}
.hero-photo-bar{display:block;width:100%;height:260px;background:url('hero-homepage.jpg') center 30%/cover no-repeat}
/* Mobile defaults */
.hero-upper-inner{display:none}
.hero-photo-right{display:none}
.hero-cards-row{display:none}
.hero-pc-img{display:none}
.hero-banner-inner{
  max-width:var(--w);margin:0 auto;width:100%;
  position:relative;z-index:1;
}
.hero-banner h1{
  color:#fff;font-size:1.45rem;font-weight:800;
  line-height:1.25;
}
.hero-banner h1 sup{font-size:.65rem}

/* ═══════════════════════════
   DEUX CARTES
═══════════════════════════ */
.hero-cards-wrap{
  padding:0;
  position:relative;z-index:10;
}
.hero-cards-inner{
  max-width:860px;margin:0 auto;
  display:flex;flex-direction:column;gap:0;
}

/* Carte sombre — "La carte" */
.hcard-dark{
  background:var(--navy-d);color:#fff;
  border-radius:0;padding:1.4rem 1.5rem;
}
.hcard-dark-top{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}
.hcard-dark-top>div:first-child{flex:1}
.hcard-dark-label{
  font-size:.78rem;font-weight:700;margin-bottom:.5rem;opacity:.85;
}
.hcard-dark-label sup{font-size:.55rem}
.hcard-dark p{font-size:.82rem;opacity:.75;line-height:1.5;margin-bottom:0}
/* Mini carte VISA */
.mini-card{
  width:80px;flex-shrink:0;
  background:linear-gradient(145deg,#0d3d5c 0%,#0a5a7a 40%,#06c2b0 100%);
  border-radius:8px;padding:8px 7px 7px;
  box-shadow:0 4px 12px rgba(0,0,0,.4);
  color:#fff;
}
.mini-card-top{display:flex;justify-content:flex-end;margin-bottom:10px}
.mini-visa{font-size:.65rem;font-weight:900;font-style:italic;opacity:.9}
.mini-chip{
  width:18px;height:13px;border-radius:2px;margin-bottom:8px;
  background:linear-gradient(135deg,#c8922a,#f5d878,#c8922a);
}
.mini-num{font-size:.45rem;letter-spacing:.08em;opacity:.7;font-family:monospace}
.hcard-dark-cta{
  display:block;width:100%;text-align:center;
  background:#fff;color:var(--navy-d);
  border-radius:2rem;padding:.55rem 1.2rem;
  font-size:.88rem;font-weight:700;
  transition:background .15s;
}
.hcard-dark-cta:hover{background:#e8f4fa}

/* Mobile: hero-sim-wrap pleine largeur */
.hero-banner-layout{padding:0}

/* Enveloppe de la carte dans le hero */
.hero-sim-wrap{width:100%;display:block}

/* Carte blanche — Simulateur Cofidis style */
.hcard-white{
  background:#fff;
  border-radius:20px 20px 0 0;padding:1.6rem 1.5rem 2rem;
  box-shadow:0 -4px 24px rgba(0,0,0,.12);
  width:100%;
  margin-top:-22px;
  position:relative;z-index:2;
}
.cof-sim-title{font-size:1.1rem;font-weight:700;color:var(--navy);text-align:center;margin-bottom:1.2rem;line-height:1.3}
.cof-step{margin-bottom:1rem}
.cof-step-lbl{font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.55rem}
.cof-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M2 4l5 6 5-6' stroke='%2306c2b0' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}
.cof-proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}
.cof-proj-btn{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.45rem;text-align:center;
  border:2px solid #b0b0b0;border-radius:12px;
  padding:.75rem .4rem;font-size:.75rem;font-weight:700;
  color:var(--navy);background:#fff;cursor:pointer;
  font-family:inherit;line-height:1.2;min-height:88px;
  transition:border-color .15s,background .15s;
}
.cof-proj-btn:hover,.cof-proj-btn.sel{border-color:var(--teal);background:#edfaf9;color:var(--teal)}
.cof-proj-btn svg{flex-shrink:0;stroke:var(--navy);transition:stroke .15s}
.cof-proj-btn:hover svg,.cof-proj-btn.sel svg{stroke:var(--teal)}
.cof-amount-wrap{position:relative}
.cof-euro{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.95rem;font-weight:600;color:#888;pointer-events:none}
.cof-cta-btn{width:100%;padding:.9rem;font-size:.95rem;font-weight:800;letter-spacing:.04em;margin-top:1rem;border-radius:10px}
.cof-amount-err{font-size:.78rem;color:#d33;margin-top:.3rem;display:none}
.cof-amount-err.show{display:block}
.sim-input.f-err{border-color:#d33 !important;background:#fff5f5}

/* Formulaire simulateur */
.sim-form{display:flex;flex-direction:column;gap:.6rem}
.sim-field{flex:1}
.sim-select,.sim-input{
  width:100%;height:44px;
  border:2.5px solid #7a7a7a;border-radius:2rem;
  padding:0 1rem;font-size:1rem;font-family:inherit;
  color:var(--text);background:#fff;
  appearance:none;-webkit-appearance:none;
  outline:none;transition:border-color .2s;
}
.sim-select{
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 1rem center / 11px, #fff;
  cursor:pointer;
}
.sim-select:focus,.sim-input:focus{border-color:var(--teal)}
.btn-teal{
  display:block;width:100%;text-align:center;
  background:var(--coral);color:#fff;
  border-radius:2rem;padding:.75rem 1.4rem;
  font-size:.95rem;font-weight:700;border:none;
  font-family:inherit;cursor:pointer;
  white-space:nowrap;
  transition:background .2s;
}
.btn-teal:hover{background:var(--coral-d)}

/* Colonne texte — cachée sur mobile */
.hero-text-col{display:none}
.hero-img-col{display:none}

@media(min-width:700px){
  /* Mobile elements hidden */
  .hero-photo-bar{display:none}
  .hero-sim-wrap{display:none}

  /* Desktop hero — gradient CSS, photo via <img> pour chargement prioritaire sans flash */
  .hero-banner{
    position:relative;padding:0;overflow:hidden;
    background-color:#fff;
    background-image:linear-gradient(to right,#a8d8ec 0%,#c5e8f5 32%,rgba(197,232,245,.5) 54%,transparent 72%);
    background-position:center;
    background-size:auto;
    background-repeat:no-repeat;
  }
  .hero-pc-img{
    display:block;
    position:absolute;
    right:0;top:0;
    height:100%;width:auto;
    mix-blend-mode:multiply;
    z-index:0;
  }
  .hero-banner::before{content:none}
  .hero-banner::after{content:none}
  .hero-upper-inner{
    display:flex;align-items:center;
    max-width:1100px;margin:0 auto;
    padding:4.5rem 2rem 5.5rem;min-height:420px;
    position:relative;z-index:2;
  }
  .hero-text-col{display:flex;flex:1;flex-direction:column;gap:1.5rem;max-width:520px}
  .hero-banner h1{color:#1a3a5c;font-size:2.6rem;font-weight:700;line-height:1.15}
  .hero-sub{color:rgba(20,50,80,.85);font-size:1rem;line-height:1.75}
  .hero-trust-list{display:flex;flex-direction:column;gap:.6rem}
  .hero-trust-list li{color:rgba(20,50,80,.8);font-size:.93rem;padding-left:1.5rem;position:relative}
  .hero-trust-list li::before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:800}

  /* Photo en background — div cachée */
  .hero-photo-right{display:none}

  /* Deux cartes chevauchantes */
  .hero-cards-row{
    display:flex;gap:1.5rem;
    max-width:1100px;margin:-72px auto 0;
    padding:0 2rem;position:relative;z-index:10;
  }
  .hero-promo-card{
    flex:0 0 270px;background:#fff;border-radius:12px;
    padding:1.6rem 1.8rem;box-shadow:0 8px 32px rgba(0,0,0,.15);
  }
  .hpc-tag{font-size:.68rem;font-weight:800;letter-spacing:.12em;color:var(--teal);text-transform:uppercase;margin-bottom:.7rem}
  .hpc-rate-label{font-size:.8rem;color:#888;margin-bottom:.15rem}
  .hpc-rate{font-size:3rem;font-weight:900;color:var(--navy);line-height:1;margin-bottom:.4rem}
  .hpc-rate sup{font-size:1.3rem;font-weight:700;vertical-align:super}
  .hpc-sub{font-size:.71rem;color:#999;line-height:1.5;margin-bottom:1.2rem}
  .hpc-btn{
    display:block;background:var(--coral);color:#fff;text-align:center;
    border-radius:2rem;padding:.65rem 1rem;font-size:.88rem;font-weight:700;
    transition:background .15s;
  }
  .hpc-btn:hover{background:var(--coral-d)}
  .hero-sim-card{
    flex:1;background:#fff;border-radius:12px;
    padding:1.6rem 2rem;box-shadow:0 8px 32px rgba(0,0,0,.15);
  }
  .hsc-title{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:.75rem;text-align:left}
  .hsc-sub{font-size:.83rem;color:#666;margin-bottom:1.75rem;line-height:1.5}
  .hsc-form{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}
  .hsc-sel,.hsc-inp{flex:1;min-width:130px;height:46px}
  .hsc-btn{flex-shrink:0;width:auto;padding:.75rem 1.4rem;white-space:nowrap;border-radius:10px}

  /* Products : espace pour les cartes chevauchantes */
  .products{padding-top:calc(72px + 2.5rem)}
}
@media(min-width:960px){
  .hero-banner h1{font-size:3.2rem}
  .hero-upper-inner{padding:5rem 2rem 6rem;min-height:460px}
}

/* ═══════════════════════════
   PRODUITS
═══════════════════════════ */
.products{
  padding:2.5rem 0 2.5rem;
}
.products .wrap{max-width:var(--w);margin:0 auto;padding:0 1rem}
.prod-group{margin-bottom:2.5rem}
.prod-group:last-child{margin-bottom:0}
.prod-group-hd{padding:0 .25rem;margin-bottom:1.2rem;text-align:center}
.prod-group-hd h2{
  font-size:1.25rem;font-weight:700;color:var(--navy);
  margin-bottom:1rem;line-height:1.25;text-align:center;
}
.prod-group-hd p{
  font-size:.93rem;color:#666;line-height:1.55;
}
.prod-list{display:flex;flex-direction:column;gap:1.5rem}
.prod-item{
  border-radius:20px;overflow:hidden;background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:box-shadow .3s ease,transform .3s ease;
}
.prod-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.prod-img-wrap{overflow:hidden;flex-shrink:0}
.prod-item img{
  width:100%;height:210px;object-fit:cover;display:block;
  transition:transform .5s ease;
}
@media (hover:hover){
  .prod-item:hover{box-shadow:0 18px 48px rgba(0,0,0,.14);transform:translateY(-3px)}
  .prod-item:hover img{transform:scale(1.05)}
}
.prod-content{
  padding:1.3rem 1.4rem 1.5rem;
  display:flex;flex-direction:column;align-items:flex-start;flex:1;
}
.prod-tag{
  display:inline-block;background:#e6f7f5;color:#049f90;
  font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;
  padding:.32rem .75rem;border-radius:2rem;margin-bottom:.9rem;
}
.prod-item-title{
  color:var(--navy);font-size:1.3rem;font-weight:700;
  line-height:1.2;margin-bottom:.55rem;text-align:left;letter-spacing:-.01em;
}
.prod-desc{
  color:#555;font-size:.9rem;line-height:1.55;margin-bottom:1.3rem;flex:1;text-align:left;
}
.prod-btn{
  display:block;width:100%;text-align:center;
  border:1.5px solid var(--navy);color:var(--navy);background:#fff;
  padding:.85rem 1rem;border-radius:2rem;
  font-size:.9rem;font-weight:700;
  -webkit-tap-highlight-color:transparent;
  transition:border-color .2s;
}
.prod-btn:hover,.prod-btn:focus,.prod-btn:active{background:#fff;color:var(--navy)}
@media(hover:hover){
  .prod-item:hover .prod-btn{border-color:#049f90}
}
@media(min-width:560px){
  .prod-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
}
@media(min-width:860px){
  .prod-list{grid-template-columns:repeat(3,1fr);gap:1.6rem}
  .prod-item img{height:190px}
}

/* ═══════════════════════════
   AVIS
═══════════════════════════ */
.reviews{padding:4rem 0}
.reviews .wrap{max-width:var(--w);margin:0 auto;padding:0 1rem}
.reviews h2{
  font-size:1.4rem;font-weight:800;color:var(--navy);
  text-align:center;margin-bottom:1.2rem;line-height:1.3;
}
.reviews h2 span{color:inherit}
.reviews-badge{display:flex;justify-content:center;margin-bottom:1.8rem}
.reviews-badge a{
  display:flex;align-items:center;gap:.6rem;
  background:#fff;border-radius:2rem;padding:.5rem 1.2rem;
  box-shadow:0 2px 10px rgba(0,0,0,.09);font-size:.85rem;color:var(--text);
}
.stars{color:#f5a623;font-size:.95rem;letter-spacing:1px}
.rv-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.6rem}
.rv-card{
  background:#fff;border-radius:10px;padding:1.2rem;
  box-shadow:0 1px 6px rgba(0,0,0,.07);
}
.rv-title{font-size:.97rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}
.rv-name{font-size:.8rem;color:#aaa;margin-bottom:.15rem}
.rv-date{font-size:.7rem;color:#ccc;margin-bottom:.5rem}
@media(min-width:700px){
  .rv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
}
.reviews-more{text-align:center}
.btn-orange{
  display:inline-block;background:var(--orange);color:#fff;
  border-radius:2rem;padding:.65rem 1.8rem;
  font-size:.92rem;font-weight:700;transition:background .2s;
}
.btn-orange:hover{background:var(--coral-d);color:#fff}

/* ═══════════════════════════
   AVANTAGES
═══════════════════════════ */
.avantages{padding:4rem 0}
.avantages .wrap{max-width:var(--w);margin:0 auto;padding:0 1.5rem}
.avantages h2{
  font-size:1.4rem;font-weight:800;color:var(--navy);
  margin-bottom:1.5rem;text-align:center;
}
.av-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;padding:0;margin:0}
.av-item{
  background:#f2f4f7;border-radius:16px;
  padding:1.4rem 1rem;
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;
}
.av-num{
  width:42px;height:42px;border-radius:50%;
  background:var(--navy);color:#fff;
  font-size:1.1rem;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.av-icon{
  width:40px;height:40px;
  display:flex;align-items:center;justify-content:center;
}
.av-item h3{font-size:.88rem;font-weight:700;color:var(--navy);line-height:1.3;margin:0}
.av-item p{font-size:.8rem;color:#666;line-height:1.5;margin:0}

/* ═══════════════════════════
   RÉCOMPENSE
═══════════════════════════ */
.award{padding:4rem 0}
.award .wrap{max-width:var(--w);margin:0 auto;padding:0 1.5rem}
.award-inner{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}
.award-inner h2{font-size:1.25rem;font-weight:700;color:var(--navy);line-height:1.35;text-align:center}
.award-inner p{font-size:.88rem;color:#666;line-height:1.6}
.award-inner img{width:130px;border-radius:8px}
@media(min-width:700px){
  .award-inner{flex-direction:row;text-align:left}
  .award-inner img{width:160px;flex-shrink:0}
}

/* ═══════════════════════════
   FOOTER
═══════════════════════════ */
.footer{background:#fff;padding:1.1rem 1rem calc(1.6rem + env(safe-area-inset-bottom))}

/* Carte flottante bleu clair (référence Hello bank) */
.ft-card{
  background:#CFEEF6;
  border-radius:26px;
  padding:.5rem 0 1.4rem;
  display:grid;
  gap:0;
  grid-template-areas:
    "nav"
    "lang"
    "legal"
    "logo"
    "mention";
}

/* Logo Fidexico (wordmark, cohérent avec le header) + certifications */
.ft-logo{
  grid-area:logo;
  display:flex;flex-direction:column;align-items:center;
  gap:1.1rem;
  padding:1.5rem 1.5rem .6rem;
}
.ft-logo-certs-label{
  font-size:.7rem;font-weight:700;color:rgba(1,0,53,.5);
  text-transform:uppercase;letter-spacing:.07em;
  margin:0;
}
.ft-logo-certs{
  display:flex;align-items:center;justify-content:center;gap:1.5rem;
}
.ft-logo-cert-link{display:inline-flex;transition:transform .15s,opacity .15s}
@media (hover:hover){ .ft-logo-cert-link:hover{transform:translateY(-2px);opacity:.85} }
.ft-logo-certs img{
  height:52px;width:auto;
  border-radius:8px;
  filter:drop-shadow(0 3px 7px rgba(1,0,53,.2));
}
.ft-logo-badge{
  display:inline-block;
  background:none;color:var(--navy);
  font-family:'Montserrat',Arial,sans-serif;
  font-weight:800;font-size:1.35rem;
  letter-spacing:-.5px;
  padding:0;
  text-decoration:none;
}

/* Nav accordéon */
.ft-nav{grid-area:nav;padding:0}
.ft-nav-btn{
  display:flex;justify-content:space-between;align-items:center;
  width:100%;padding:1.15rem 1.5rem;
  border:none;border-bottom:1px solid rgba(1,0,53,.1);
  background:none;cursor:pointer;font-family:inherit;
  font-size:1rem;font-weight:800;color:var(--navy);
  letter-spacing:.01em;text-transform:none;text-align:left;
}
.ft-nav-item:last-child .ft-nav-btn{border-bottom:none}
.ft-chev{font-size:.85rem;color:rgba(1,0,53,.55);display:inline-block;transition:transform .2s}
.ft-nav-item.open .ft-chev{transform:rotate(180deg)}
.ft-acc-list{
  display:none;list-style:none;
  padding:.15rem 1.5rem .85rem;margin:0;
}
.ft-nav-item.open .ft-acc-list{display:block}
.ft-acc-list li a{
  display:block;padding:.5rem 0;
  font-size:.88rem;color:rgba(1,0,53,.75);
  text-decoration:none;font-weight:600;
}
.ft-acc-list li a:hover{color:var(--navy)}

/* Liens légaux */
.ft-legal{
  grid-area:legal;
  display:flex;flex-wrap:wrap;justify-content:center;
  gap:.5rem 1.1rem;padding:.9rem 1.5rem 1.1rem;
  border-top:1px solid rgba(1,0,53,.1);
}
.ft-legal a{font-size:.78rem;color:rgba(1,0,53,.75);text-decoration:none}
.ft-legal a:hover{color:var(--navy);text-decoration:underline}

/* Mention légale bas de page */
.ft-mention{grid-area:mention;font-size:.72rem;color:rgba(1,0,53,.55);text-align:center;padding:.5rem 1.5rem 0;line-height:1.5}



/* ═══════════════════════════
   TRUST ICONS (4 pictos)
═══════════════════════════ */
.trust-icons{padding:1.5rem 0 4rem;background:#fff;margin-top:0}
.trust-icons .wrap{max-width:var(--w);margin:0 auto;padding:0 1.5rem}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}
@media(min-width:700px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}
@media(min-width:960px){.trust-icons{padding:3.5rem 0}.trust-grid{gap:3rem}}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}
.trust-icon{
  width:38px;height:38px;border-radius:50%;
  background:var(--navy);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.trust-icon svg{width:16px;height:16px}
.trust-icon svg path,.trust-icon svg rect{stroke:var(--teal)}
.trust-icon svg circle{stroke:var(--teal)}
.trust-icon svg polyline,.trust-icon svg line{stroke:var(--teal)}
.trust-icon svg text{fill:var(--teal)}
.trust-item p{font-size:.78rem;font-weight:400;color:#222;line-height:1.3;white-space:nowrap}

/* ═══════════════════════════
   EDITORIAL
═══════════════════════════ */
/* ── Split layout (homepage) ── */
.editorial.ed-split{padding:1rem 0.5rem 2.5rem;background:none}
.ed-wrap{max-width:var(--w);margin:0 auto;display:flex;flex-direction:column;width:100%;border-radius:1.25rem;gap:0;clip-path:inset(0 round 1.25rem)}
@media(min-width:700px){.editorial.ed-split{padding:1.5rem 1.5rem}}
.ed-text-col{position:relative;background:#f0fafa;padding:2.5rem 1.25rem 1.5rem;flex:1;min-width:0;box-sizing:border-box}
.ed-watermark{position:absolute;width:280px;height:280px;border-radius:50%;border:50px solid rgba(6,194,176,.18);bottom:-75px;right:-65px;pointer-events:none}
.ed-text-col h2{font-size:1.25rem;color:var(--navy);text-align:left;margin-bottom:1rem;line-height:1.2;font-weight:700;word-break:break-word}
.ed-text-col p{font-size:.95rem;color:#2a2a2a;line-height:1.75;text-align:left;margin:0;word-break:break-word}
.ed-text-col strong{color:var(--navy);font-weight:700}
.ed-proj-col{background:#f0fafa;padding:2rem 1rem 2.5rem;border-radius:0 0 2rem 0;flex:1;min-width:0;box-sizing:border-box}
.ed-proj-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;width:100%}
.ed-proj-card{background:#fff;border-radius:.85rem;padding:.9rem .75rem;display:flex;align-items:center;gap:.55rem;font-size:.8rem;font-weight:600;color:var(--navy);text-decoration:none;transition:opacity .15s;line-height:1.2;min-width:0;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.ed-proj-card:hover{opacity:.85}
.ed-proj-card svg{flex-shrink:0;stroke:var(--navy);width:22px;height:22px}
.ed-proj-card span{display:block;min-width:0;white-space:nowrap}
@media(min-width:700px){
  .ed-wrap{flex-direction:row;align-items:stretch}
  .ed-text-col{padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
  .ed-text-col h2{font-size:1.8rem}
  .ed-watermark{width:360px;height:360px;right:-80px;bottom:-80px;border-width:60px}
  .ed-proj-col{border-radius:0 0 0 3rem;padding:2rem 1.5rem;display:flex;align-items:center}
  .ed-proj-grid{gap:.65rem}
  .ed-proj-card{padding:.85rem .9rem;font-size:.82rem;gap:.6rem}
  .ed-proj-card span{white-space:normal}
}
@media(min-width:960px){
  .ed-text-col{padding:4rem 3.5rem}
  .ed-text-col h2{font-size:2.1rem}
  .ed-proj-col{padding:2.5rem 2rem}
  .ed-proj-card{padding:.95rem 1rem;font-size:.87rem;gap:.65rem}
  .ed-proj-card svg{width:26px;height:26px}
}
.editorial strong,.faq-a strong,.faq-answer strong,.inner-page p strong,.legal-section p strong{color:inherit;font-weight:inherit}
.editorial .btn-teal{display:inline-block;width:auto}

/* ═══════════════════════════
   FAQ ACCORDION
═══════════════════════════ */
.faq{padding:4rem 0 1.5rem}
.faq h2{color:var(--navy);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;}
.faq .wrap{max-width:860px;margin:0 auto;padding:0 1rem}
.faq>div>h2{
  margin-bottom:1.5rem;
}
.faq-list{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}
.faq-item{background:#f0f0f0;border-radius:12px;overflow:hidden;border:none;transition:background .2s;margin-bottom:.5rem}
.faq-item.open{background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.08)}
.faq-question{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:.85rem 1.3rem;font-size:.97rem;font-weight:400;color:#222;
  background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;
  gap:1rem;
  -webkit-tap-highlight-color:transparent;
  outline:none;
  transition:color .22s ease;
}
.faq-question:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:3px}
.faq-question:hover{color:#111}
.faq-item.open .faq-question{color:#222}
.faq-icon{
  flex-shrink:0;width:20px;height:20px;
  display:flex;align-items:center;justify-content:center;
  font-size:0;color:transparent;
}
.faq-icon::before{
  content:'›';display:block;
  font-size:1.5rem;line-height:1;color:#666;font-weight:300;
  border:none;
  transition:transform .3s ease;
}
.faq-item.open .faq-icon::before{content:"∨";transform:none;font-size:1.1rem;}
.faq-answer{
  display:block;max-height:0;overflow:hidden;
  padding-bottom:0;
  font-size:.9rem;color:#555;line-height:1.75;
  transition:none;
}
.faq-item.open .faq-answer{padding-bottom:1.5rem;padding-left:1.3rem;padding-right:1.3rem;max-height:2000px}
.faq-more{text-align:center;margin-top:.5rem}
.faq-q{
  display:block;width:100%;text-align:left;background:#f0f0f0;border:none;
  border-radius:12px;cursor:pointer;font-family:inherit;
  font-size:.97rem;font-weight:400;color:#222;
  padding:.85rem 3rem .85rem 1.3rem;position:relative;
  -webkit-tap-highlight-color:transparent;
  outline:none;margin-bottom:0;
  transition:background .2s,color .2s;
}
.faq-q:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:3px}
.faq-q:hover{color:#111}
.faq-q::after{
  content:'›';position:absolute;right:1.2rem;top:50%;
  transform:translateY(-50%);
  font-size:1.4rem;color:#666;font-weight:300;line-height:1;
  transition:transform .3s ease,color .2s;
}
.faq-item.open .faq-q{color:#222;background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.08);border-radius:12px 12px 0 0;margin-bottom:0}
.faq-item.open .faq-q::after{content:"∨";transform:translateY(-50%);color:#666;font-size:1.1rem}
.faq-a{
  display:block;max-height:0;overflow:hidden;
  padding-top:0;padding-bottom:0;
  border-bottom:1px solid transparent;
  transition:none;
}
.faq-item.open .faq-a{padding:1rem 1.3rem 1.5rem;border-bottom-color:transparent;max-height:2000px;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 8px rgba(0,0,0,.06);margin-bottom:.75rem}
.faq-a p{font-size:.9rem;color:#444;line-height:1.75;margin-bottom:.5rem}
.faq-a p:last-child{margin-bottom:0}

/* ═══════════════════════════
   BESOIN D'UN CRÉDIT ?
═══════════════════════════ */
.besoin-credit{padding:4rem 0}
.besoin-credit .wrap{max-width:var(--w);margin:0 auto;padding:0 1.5rem}
.besoin-inner{
  background:#fff;border-radius:14px;
  padding:1.8rem 1.8rem 1.4rem;
  box-shadow:0 2px 14px rgba(0,0,0,.08);
}
.besoin-inner>h2{
  font-size:1.25rem;font-weight:800;color:var(--navy);
  margin-bottom:.8rem;text-align:center;
}
.besoin-main-link{
  display:inline-block;font-size:1rem;font-weight:700;
  color:var(--orange);margin-bottom:1.4rem;
  transition:color .15s;
}
.besoin-main-link:hover{color:#000}
.besoin-cols{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.2rem}
@media(max-width:500px){.besoin-cols{grid-template-columns:1fr}}
.besoin-col h3{
  font-size:.82rem;font-weight:700;color:#999;text-transform:uppercase;
  letter-spacing:.06em;margin-bottom:.7rem;
}
.besoin-col li{margin-bottom:.35rem}
.besoin-col li a{
  font-size:.88rem;color:var(--navy);font-weight:500;
  transition:color .15s;
}
.besoin-col li a:hover{color:var(--orange)}
.voir-conditions{
  display:block;font-size:.82rem;color:#888;
  border-top:1px solid #eee;padding-top:.9rem;
  transition:color .15s;
}
.voir-conditions:hover{color:var(--orange)}


/* ═══════════════════════════
   SIMULATEUR PLEINE PAGE
═══════════════════════════ */
.sim-page{
  display:none;position:fixed;top:0;left:0;right:0;bottom:0;
  background:#fff;z-index:4500;
  flex-direction:column;overflow:hidden;
}
/* Écran de chargement entre le choix de l'offre et le formulaire de
   demande — signale visuellement le début d'une nouvelle étape.
   Référence : écran de chargement Sofinco (dégradé + spinner + titre). */
.sim-step-loading{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:10;
  background:#fff;overflow-y:auto;
  flex-direction:column;
}
.sim-step-loading.show{ display:flex; }
.ssl-gradient{
  flex-shrink:0;height:14.5rem;
  background:linear-gradient(165deg,#c7f3fd 0%,#cffded 55%,#ffffff 100%);
  display:flex;align-items:flex-end;
  padding:0 1.6rem 2.3rem;
}
.ssl-spinner{
  width:78px;height:78px;border-radius:50%;flex-shrink:0;
  background:conic-gradient(from 0deg,rgba(6,194,176,0) 0%,var(--teal) 100%);
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 6px));
  mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 6px));
  animation:simStepSpin .9s linear infinite;
}
@keyframes simStepSpin{ to{ transform:rotate(360deg); } }
.ssl-body{ padding:1.8rem 1.6rem; }
.ssl-title{
  font-size:1.35rem;font-weight:800;color:#000;
  line-height:1.3;margin-bottom:.8rem;
}
.ssl-sub{ font-size:.95rem;color:#555;margin-bottom:13rem; }
.ssl-warn{ display:flex;align-items:center;gap:.7rem; }
.ssl-warn-ico{
  flex-shrink:0;width:26px;height:26px;border-radius:50%;
  background:#F6C84E;color:#fff;font-weight:800;font-size:.9rem;
  display:flex;align-items:center;justify-content:center;
}
.ssl-warn-txt{ font-size:.92rem;color:#000;font-weight:500; }
@media(min-width:760px){
  .ssl-gradient{ padding:0 3rem; }
  .ssl-body{ padding:2rem 3rem; }
  .ssl-title{ font-size:1.6rem; }
  .ssl-col{ width:100%;max-width:600px;margin:0 auto; }
}
.sim-page.open{
  display:flex;
}
/* Le panneau blanc est opaque dès la 1re frame (couvre l'écran, pas de flash blanc).
   Le contenu ne change JAMAIS d'opacité (aucun fondu = aucun flash) :
   il est visible d'emblée, avec seulement un léger glissement. */
.sim-page.open .sim-body{
  animation:simBodyIn .28s cubic-bezier(.22,1,.36,1) both;
}
.sim-page.closing{
  animation:simSlideOut .28s cubic-bezier(.4,0,1,1) forwards;
}
@keyframes simBodyIn{
  from{transform:translateY(12px);}
  to{transform:translateY(0);}
}
@keyframes simSlideOut{
  from{opacity:1;transform:translateY(0);}
  to{opacity:0;transform:translateY(30px);pointer-events:none;}
}
.sim-page.closing{pointer-events:none;}
/* Header fixe en haut */
.sim-ph{position:relative;flex-shrink:0;background:#fff;z-index:50;box-shadow:0 1px 6px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;padding:.9rem 1rem;min-height:52px}
.sim-ph-logo{font-family:'Montserrat',Arial,sans-serif;font-size:1.25rem;font-weight:800;letter-spacing:-.5px;border:none;cursor:pointer;padding:0;background:none;color:#0C2D5E;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;}
/* Body — zone scrollable iOS-safe */
.sim-body{
  flex:1;min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  max-width:500px;margin:0 auto;padding:1.5rem 1.2rem 2rem;
  width:100%;box-sizing:border-box;
  scrollbar-width:none;      /* Firefox : masque la barre de défilement */
  -ms-overflow-style:none;   /* Edge/IE legacy */
}
/* Masque la barre de défilement grise (avec flèches) du simulateur sur
   Chrome/Safari/Edge — le défilement reste fonctionnel */
.sim-body::-webkit-scrollbar{ width:0;height:0;display:none; }
@media(min-width:760px){
  .sim-body{max-width:760px;padding-left:2.5rem;padding-right:2.5rem}
  .sim-title{font-size:1.6rem;text-align:center}
  .sim-sub{font-size:1rem;text-align:center}
  .sim-req{font-size:.9rem;text-align:center}
  .sim-proj-grid{margin-top:1.5rem}
  .sim-dd-wrap{margin:1.5rem auto}
  .sim-trust-grid{margin-top:2.5rem;padding-top:2rem}
  .sim-foot-links{margin-top:1.5rem}
  .sim-pane{padding-bottom:1rem}
}
@media(min-width:1100px){
  .sim-body{max-width:960px}
}
@media(min-width:1400px){
  .sim-body{max-width:1100px}
}
/* Panes */
.sim-pane{display:none}
.sim-pane.s-show{display:block}
.sim-title{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:.8rem;line-height:1.3}
.sim-sub{font-size:.88rem;color:#555;line-height:1.55;margin-bottom:1.1rem;text-align:center}
.sim-req{font-size:.8rem;color:#888;margin-bottom:1.5rem;text-align:center}
/* Step 1 : projet cards */
.sim-proj-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:2.5rem}
.sim-proj-card{border:2px solid #b0b0b0;border-radius:12px;padding:1.2rem .8rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--navy);background:#fff;transition:border-color .15s,background .15s;font-family:inherit;text-align:center;line-height:1.3}
.sim-proj-card:hover{border-color:var(--teal)}
.sim-proj-card.sp-sel{border-color:var(--teal);background:#edfaf9}
.sim-proj-card.sp-full{grid-column:1/-1;max-width:calc(50% - .4rem);justify-self:center;width:100%}
.sim-proj-ico{width:52px;height:52px;border-radius:50%;background:var(--navy-d);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sim-proj-ico svg{color:#fff}
/* Step 2 : montant field */
.sim-amount-fld{width:100%;border:1.5px solid #999;border-radius:6px;padding:1rem 1rem;font-size:1rem;font-family:inherit;color:var(--navy);outline:none;transition:border-color .2s;margin-bottom:.3rem;-webkit-appearance:none;appearance:none}
.sim-amount-fld:focus{border-color:var(--teal)}
.sim-amount-fld.f-err{border-color:#d33;background:#fff5f5}
.sim-field-err{font-size:.8rem;color:#d33;margin-bottom:1.2rem;display:none}
.sim-field-err.show{display:block}
/* Step 3 : radio + dropdown */
.sim-radios{display:flex;gap:1.5rem;margin-bottom:1.2rem;flex-wrap:wrap}
.sim-radio{display:flex;align-items:center;gap:.4rem;font-size:.92rem;font-weight:600;color:var(--navy);cursor:pointer}
.sim-radio input[type=radio]{width:18px;height:18px;accent-color:var(--orange);cursor:pointer}
.sim-sel{width:100%;border:1.5px solid #999;border-radius:6px;padding:.95rem 2.5rem .95rem 1rem;font-size:1rem;font-family:inherit;color:var(--navy);outline:none;appearance:none;-webkit-appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 1rem center/11px,#fff;cursor:pointer;transition:border-color .2s;margin-bottom:1.5rem}
.sim-sel:focus{border-color:var(--teal)}
/* Custom inline dropdown (style Sofinco) */
.sim-dd-wrap{margin-bottom:1.5rem}
.sim-dd-box{
  border:1.5px solid #999;border-radius:6px;padding:.7rem 1rem;
  cursor:pointer;background:#fff;transition:border-color .2s;
  display:flex;flex-direction:column;gap:.05rem;
  -webkit-tap-highlight-color:transparent;
}
.sim-dd-box.open{border-color:var(--teal);border-radius:6px 6px 0 0}
.sim-dd-type-lbl{font-size:.72rem;color:#777;font-weight:600}
.sim-dd-val-row{display:flex;justify-content:space-between;align-items:center}
.sim-dd-val{font-size:1rem;color:var(--navy);font-weight:600}
.sim-dd-chev{transition:transform .2s;flex-shrink:0;margin-left:.5rem}
.sim-dd-chev.open{transform:rotate(180deg)}
.sim-dd-list{display:none;list-style:none;border:1.5px solid var(--teal);border-top:none;border-radius:0 0 6px 6px;background:#fff;margin-bottom:0;max-height:220px;overflow-y:auto;-webkit-overflow-scrolling:touch}
.sim-dd-list.open{display:block}
.sim-dd-item{padding:.9rem 1rem;font-size:1rem;cursor:pointer;border-bottom:1px solid #f0f0f0;color:var(--navy);background:#fff;-webkit-tap-highlight-color:transparent}
.sim-dd-item:last-child{border-bottom:none}
.sim-dd-item:hover,.sim-dd-item:active{background:#f5fefe}
.sim-dd-item.selected{font-weight:700;color:var(--teal)}
/* Step 4 : résultats — anciens styles */
.sim-res-card{background:linear-gradient(135deg,#f0faff,#e4f4fb);border:1px solid #c0e5f7;border-radius:14px;padding:1.4rem 1.2rem;text-align:center;margin-bottom:1.3rem}
.sim-res-lbl{font-size:.82rem;color:#778;margin-bottom:.2rem}
.sim-res-val{font-size:3rem;font-weight:800;color:var(--navy);line-height:1.1}
.sim-res-unit{font-size:.85rem;color:#667;margin-bottom:.9rem}
.sim-res-tbl{background:#fff;border-radius:8px;padding:.6rem 1rem;text-align:left}
.sim-res-row{display:flex;justify-content:space-between;align-items:center;font-size:.83rem;color:#555;padding:.28rem 0;border-bottom:1px solid #f0f0f0}
.sim-res-row:last-child{border-bottom:none}
.sim-res-row b{color:var(--navy);font-weight:700}
.sim-res-notice{font-size:.65rem;color:#aaa;margin-top:.8rem;line-height:1.5;text-align:left}
/* Step 4 : offres style Sofinco */
.sim-otyp{font-size:.85rem;color:#555;text-align:center;margin-bottom:.6rem;font-weight:500}
.sim-otabs{display:flex;gap:.5rem;margin-bottom:1.2rem}
.sim-otab{flex:1;padding:.65rem .4rem;border:1.5px solid #ccc;border-radius:8px;background:#fff;cursor:pointer;text-align:center;font-family:inherit;transition:all .15s;-webkit-tap-highlight-color:transparent;color:var(--teal)}
.sim-otab.active{background:var(--teal);border-color:var(--teal);color:#fff}
.sim-otab-price{display:block;font-size:.9rem;font-weight:700;line-height:1.2}
.sim-otab-dur{display:block;font-size:.75rem;opacity:.75;margin-top:.15rem}
.sim-ocard{background:#edfaf8;border:1.5px solid var(--teal);border-radius:12px;padding:1.2rem 1rem;margin-bottom:1.1rem}
.sim-ocard-lbl{font-size:.78rem;color:#555;font-weight:600;margin-bottom:.5rem;text-align:center}
.sim-ocard-price-row{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.9rem;justify-content:center}
.sim-ocard-price{font-size:2.8rem;font-weight:800;color:var(--navy);line-height:1}
.sim-ocard-unit{font-size:1rem;color:var(--navy);font-weight:600}
.sim-ocard-meta{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;background:#fff;border-radius:8px;padding:.7rem .8rem;margin-bottom:.8rem}
.sim-ocard-meta-item{display:flex;flex-direction:column;gap:.15rem}
.sim-ocard-meta-lbl{font-size:.7rem;color:#777;font-weight:500}
.sim-ocard-meta-val{font-size:.95rem;font-weight:700;color:var(--navy)}
.sim-ocard-total{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;color:#555}
.sim-ocard-total b{color:var(--navy);font-weight:700}
.sim-ocard-total sup{font-size:.6rem}
.sim-btn-outline{display:block;width:100%;border:1.5px solid #bbb;border-radius:2rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;color:var(--navy);background:#fff;text-align:center;margin-bottom:.6rem;cursor:pointer;font-family:inherit;text-decoration:none;transition:border-color .15s}
.sim-btn-outline:hover{border-color:var(--navy)}
.sim-cta-big{display:block;width:100%;background:var(--coral);color:#fff;border-radius:2rem;padding:.85rem;font-size:.95rem;font-weight:700;text-align:center;margin-bottom:.7rem;transition:background .2s;border:none;cursor:pointer;font-family:inherit}
.sim-cta-big:hover{background:var(--coral-d)}
.sim-restart{width:100%;background:none;border:2px solid #ddd;border-radius:2rem;padding:.65rem;font-size:.88rem;font-weight:600;color:#888;cursor:pointer;font-family:inherit;transition:all .15s;text-align:center}
.sim-restart:hover{border-color:var(--navy);color:var(--navy)}
/* Common : trust + legal */
.sim-tagline{font-size:.84rem;color:var(--coral-d);font-weight:600;text-align:center;margin-bottom:1.5rem;padding:.7rem 1rem;background:linear-gradient(to right,#edfaf9,#eaf7ff);border-radius:8px;line-height:1.4}
.sim-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem;margin-bottom:1.8rem}
@media(min-width:760px){.sim-trust-grid{grid-template-columns:repeat(4,1fr)}}
.sim-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}
.sim-trust-ico{width:38px;height:38px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sim-trust-ico svg{width:16px;height:16px}
.sim-trust-ico svg path,.sim-trust-ico svg rect,.sim-trust-ico svg circle,.sim-trust-ico svg line,.sim-trust-ico svg polyline{stroke:var(--teal)}
.sim-trust-lbl{font-size:.76rem;font-weight:600;color:var(--navy);line-height:1.3}
.sim-foot-links{padding-top:.4rem}
.sim-foot-links a{display:block;font-size:.82rem;font-weight:600;color:#333;padding:.5rem 0;border-bottom:1px solid #f4f4f4;text-align:center;text-decoration:none}
.sim-foot-links a:hover{color:var(--orange)}
@media(min-width:760px){
  .sim-foot-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0 2.5rem;padding-top:.8rem}
  .sim-foot-links a{display:inline;border-bottom:none;padding:.3rem 0}
}
/* Bottom bar — enfant flex de sim-page */
.sim-bottombar{position:relative;flex-shrink:0;background:#fff;border-top:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;z-index:60;gap:.5rem}
.sim-bb-back{font-size:.88rem;font-weight:700;color:var(--navy);background:none;border:none;cursor:pointer;font-family:inherit;padding:.5rem .2rem;min-width:55px;text-align:left}
.sim-bb-back:disabled{color:#ccc;cursor:default}
.sim-bb-next{background:var(--coral);color:#fff;border:none;border-radius:2rem;padding:.62rem 1.2rem;font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s;min-width:80px;white-space:nowrap}
.sim-bb-next:hover{background:var(--coral-d)}
.sim-bb-next.bb-teal{background:var(--coral)}
.sim-bb-next.bb-teal:hover{background:var(--coral-d)}

/* Step 5 : Formulaire de demande */
.sim-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.sim-form-group{margin-bottom:.85rem}
.sim-form-lbl{display:block;font-size:.83rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}
.sim-form-input{width:100%;border:1.5px solid #999;border-radius:6px;padding:.85rem 1rem;font-size:1rem;font-family:inherit;color:var(--navy);outline:none;transition:border-color .2s}
.sim-form-input:focus{border-color:var(--teal)}
.sim-civility{display:flex;gap:1.5rem;margin-bottom:.3rem}
.sim-civility label{display:flex;align-items:center;gap:.4rem;font-size:.92rem;font-weight:600;color:var(--navy);cursor:pointer}
.sim-civility input[type=radio]{width:18px;height:18px;accent-color:var(--orange)}
.sim-form-note{font-size:.73rem;color:#999;line-height:1.5;margin-top:1.2rem;padding-top:1rem;border-top:1px solid #eee}
.sim-confirm{text-align:center;padding:2rem 1rem}
.sim-confirm-ico{font-size:3.5rem;margin-bottom:1rem}
.sim-confirm-title{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:.7rem}
.sim-confirm-msg{font-size:.9rem;color:#555;line-height:1.6}

/* ── Desktop Step 4 ── */
.sp4-wrap{display:none}
@media(min-width:900px){
  .sp4-mobile{display:none!important}
  /* height (pas min-height) : rend .sp4-main réellement scrollable dans
     ses propres limites, condition nécessaire pour que .sp4-actions
     puisse rester collé en bas (position:sticky) sans avoir à défiler
     toute la page. */
  .sp4-wrap{display:flex;height:calc(100vh - 52px - var(--tb))}
  .sim-body.sp4-open{max-width:100%;padding:var(--tb) 0 0}
  .sp4-sidebar{width:230px;flex-shrink:0;border-right:1px solid #e8e8e8;padding:1.5rem 1rem;background:#fafafa;overflow-y:auto}
  .sp4-sb-title{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:1.2rem;padding-bottom:.7rem;border-bottom:1px solid #e8e8e8}
  .sp4-sb-item{margin-bottom:1rem}
  .sp4-sb-lbl{font-size:.7rem;color:#777;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}
  .sp4-sb-inp-wrap{display:flex;align-items:center;border:1.5px solid #ddd;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .15s}
  .sp4-sb-inp-wrap:focus-within{border-color:var(--teal)}
  .sp4-sb-inp{border:none;outline:none;padding:.48rem .6rem;font-size:.88rem;font-weight:700;color:var(--navy);font-family:inherit;flex:1;min-width:0;width:0}
  .sp4-sb-inp-unit{font-size:.82rem;color:#777;flex-shrink:0;padding-right:.2rem}
  .sp4-sb-clr{background:#e8e8e8;border:none;font-size:.75rem;color:#666;cursor:pointer;padding:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.4rem;transition:background .15s}
  .sp4-sb-clr:hover{background:#d0d0d0}
  .sp4-sb-sel{width:100%;border:1.5px solid #ddd;border-radius:6px;padding:.5rem .6rem;font-size:.88rem;font-weight:700;color:var(--navy);font-family:inherit;outline:none;background:#fff;cursor:pointer;transition:border-color .15s}
  .sp4-sb-sel:focus{border-color:var(--teal)}
  .sim-page.sp4-open .sim-bottombar{display:none}
  .sp4-main{flex:1;max-width:1000px;margin:0 auto;padding:1.8rem 2.5rem 0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}
  .sp4-main::-webkit-scrollbar{width:0;height:0;display:none}
  .sp4-intro{font-size:.82rem;color:#777;margin-bottom:1rem;font-style:italic;text-align:center}
  .sp4-type-lbl{font-size:.88rem;font-weight:600;color:var(--teal);margin-bottom:.5rem;text-align:center}
  .sp4-h1{font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem;text-align:center}
  .sp4-outer-card{background:#f7f8fa;border:1px solid #eceef1;border-radius:20px;padding:2rem 2.2rem 1.8rem;margin-bottom:1.5rem}
  .sp4-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:1.5rem}
  .sp4-card{border:1.5px solid #ddd;border-radius:16px;padding:1.5rem 1.4rem;cursor:pointer;background:#fff;transition:all .15s}
  .sp4-card:hover{border-color:var(--teal)}
  .sp4-card.sel{border:2px solid var(--teal);background:#eff9f7}
  .sp4-card.sel .sp4-card-box,.sp4-card.sel .sp4-card-total-box{background:#e4f3ef}
  .sp4-card-radio{width:20px;height:20px;border-radius:50%;border:2px solid #ccc;margin-bottom:.9rem;display:flex;align-items:center;justify-content:center}
  .sp4-card.sel .sp4-card-radio{border-color:var(--teal)}
  .sp4-card.sel .sp4-card-radio::after{content:'';width:10px;height:10px;border-radius:50%;background:var(--teal);display:block}
  .sp4-card-price{font-size:1.6rem;font-weight:800;color:var(--navy);margin-bottom:.2rem}
  .sp4-card-price sup{font-size:.68rem;vertical-align:super}
  .sp4-card-sublbl{font-size:.92rem;color:var(--navy);margin-bottom:1.1rem;font-weight:700}
  .sp4-card-box{display:flex;background:#f4f5f7;border-radius:10px;padding:.85rem 1rem;margin-bottom:.7rem}
  .sp4-card-col{flex:1;display:flex;flex-direction:column;gap:.2rem}
  .sp4-card-col--div{padding-left:1rem;border-left:1px solid #e2e3e6}
  .sp4-card-lbl{font-size:.78rem;color:#777}
  .sp4-card-val{font-size:.92rem;font-weight:700;color:var(--navy)}
  .sp4-card-total-box{display:flex;justify-content:space-between;align-items:center;background:#f4f5f7;border-radius:10px;padding:.85rem 1rem;font-size:.82rem;color:#555}
  .sp4-card-total-box b{color:var(--navy);font-size:.95rem}
  .sp4-detail{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;border-top:1px solid #e5e7eb;padding-top:1.5rem}
  .sp4-detail-title{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}
  .sp4-detail-row{display:flex;justify-content:space-between;font-size:.83rem;padding:.32rem 0;border-bottom:1px solid #f5f5f5}
  .sp4-detail-row:last-child{border-bottom:none}
  .sp4-detail-row-lbl{color:#555}
  .sp4-detail-row-val{font-weight:700;color:var(--navy)}
  /* Barre d'action collée en bas de la zone scrollable — évite d'avoir à
     défiler jusqu'au fond pour choisir une offre / revenir en arrière. */
  .sp4-actions{
    display:flex;align-items:center;gap:1rem;
    position:sticky;bottom:0;
    margin:1.5rem -2.5rem 0;
    padding:1.1rem 2.5rem;
    background:#fff;border-top:1px solid #eee;
  }
  .sp4-back-btn{background:#eceef1;border:none;border-radius:2rem;padding:.62rem 1.5rem;font-size:.88rem;font-weight:600;color:var(--navy);cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s}
  .sp4-back-btn:hover{background:#e0e2e6}
  .sp4-action-note{flex:1;text-align:center;font-size:.78rem;color:#888;font-style:italic}
  .sp4-cta{background:var(--navy);color:#fff;border:none;border-radius:2rem;padding:.72rem 2rem;font-size:.92rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .2s;white-space:nowrap}
  .sp4-cta:hover{opacity:.88}
}


/* ════════════════════════
   PAGES INTERNES — BASE
════════════════════════ */
.inner-page{padding-top:2rem;padding-bottom:1rem}
.inner-page .wrap{max-width:860px;margin:0 auto;padding:0 1rem}
.inner-page h1{font-size:2.4rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem;line-height:1.15;border-left:5px solid var(--teal);padding-left:1.2rem}
.inner-page h2{font-size:1.35rem;font-weight:700;color:var(--navy);margin:1.2rem 0 .75rem;display:flex;align-items:center;gap:.6rem}
.inner-page h2::before{display:none}
.inner-page p{font-size:1.02rem;color:#3d3d3d;line-height:1.85;margin-bottom:1.1rem}
.inner-page ul{padding-left:0;margin-bottom:1.2rem;list-style:none}
.inner-page ul li{font-size:1rem;color:#3d3d3d;line-height:1.8;margin-bottom:.5rem;padding-left:1.5rem;position:relative}
.inner-page ul li::before{content:'›';position:absolute;left:0;color:var(--teal);font-weight:700;font-size:1.1rem}
.inner-page a{color:var(--teal);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(6,194,176,.3)}
.inner-page a:hover{border-bottom-color:var(--teal)}
.inner-page .legal-box{background:#f5f9fc;border-left:3px solid var(--sky);padding:1.2rem 1.5rem;border-radius:0 8px 8px 0;margin:1.5rem 0;font-size:.92rem;color:#555;line-height:1.7}
@media(min-width:960px){.inner-page h1{font-size:3rem}.inner-page p{font-size:1.05rem}}
.legal-section{margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid #e8eef3}
.legal-section:last-child{border-bottom:none}
.legal-section h2{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:1.2rem;display:block;text-align:left}
.legal-section p{font-size:1rem;color:#3d3d3d;line-height:1.9;margin-bottom:1rem}
.legal-section ul{padding-left:0;list-style:none;margin-bottom:1rem}
.legal-section ul li{font-size:1rem;color:#3d3d3d;line-height:1.8;margin-bottom:.7rem;padding-left:1.6rem;position:relative}
.legal-section ul li::before{content:'›';position:absolute;left:0;color:var(--teal);font-weight:700;font-size:1.15rem}
.legal-section a{color:var(--teal);text-decoration:none;font-weight:600}
.tarif-table{width:100%;border-collapse:collapse;font-size:.95rem;margin:1rem 0}
.tarif-table th{background:var(--navy);color:#fff;padding:.75rem 1rem;text-align:left;font-weight:600}
.tarif-table td{padding:.7rem 1rem;border-bottom:1px solid #e0eaf2;color:#333}
.tarif-table tr:nth-child(even) td{background:#f6f9fb}
.tarif-table tr:hover td{background:#e8f5f3}

/* ════════════════════════
   SECTIONS PRODUIT AVANCÉES
════════════════════════ */
.prod-hero-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.6rem}
.prod-hero-badge{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.32);color:#fff;padding:.38rem .95rem;border-radius:50px;font-size:.85rem;font-weight:600}
.prod-audience{display:grid;gap:2rem;padding-top:1.5rem;padding-bottom:1.5rem}
@media(min-width:760px){.prod-audience{grid-template-columns:1fr 1fr}}
.prod-audience h2{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:1.1rem}
.audience-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.chip{background:#e8f7f6;color:#047a6e;padding:.32rem .8rem;border-radius:50px;font-size:.86rem;font-weight:600;border:1px solid rgba(6,194,176,.22)}
.use-list{list-style:none;padding:0;margin:0}
.use-list li{padding:.42rem 0 .42rem 1.4rem;position:relative;color:#3d3d3d;font-size:.95rem;border-bottom:1px solid #f0f4f7}
.use-list li::before{content:'';position:absolute;left:0;color:var(--teal);font-weight:800}
.prod-caract-wrap{border-radius:14px;padding:1.5rem;margin:.5rem auto}
.prod-caract-wrap h2{font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:1.4rem}
.prod-caract-wrap{overflow-x:auto}
.caract-table{width:100%;border-collapse:collapse;min-width:0}
.caract-table tr{border-bottom:1px solid #dde8f0}
.caract-table tr:last-child{border-bottom:none}
.caract-table td{padding:.72rem 1rem;font-size:.95rem;color:#333;vertical-align:top;line-height:1.5}
.caract-table td:first-child{font-weight:700;color:var(--navy);width:38%;min-width:140px}
.prod-eligibilite-wrap,.prod-documents-wrap{margin:2.5rem auto}
.prod-eligibilite-wrap h2,.prod-documents-wrap h2{font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:1.3rem}
.eligibilite-grid,.docs-grid{display:grid;gap:.75rem;grid-template-columns:1fr}
@media(min-width:600px){.eligibilite-grid,.docs-grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.eligibilite-grid,.docs-grid{grid-template-columns:1fr 1fr 1fr}}
.eligibilite-item{background:#fff;border:1px solid #dde8f0;border-left:3px solid var(--teal);border-radius:0 8px 8px 0;padding:.75rem 1rem;font-size:.9rem;color:#333;line-height:1.5;display:flex;gap:.6rem;align-items:flex-start}
.eligibilite-item::before{content:'';color:var(--teal);font-weight:800;flex-shrink:0;font-size:.95rem}
.doc-item{background:#fff;border:1px solid #dde8f0;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;color:#333;line-height:1.5;display:flex;gap:.6rem;align-items:flex-start}
.doc-item-icon{font-size:1.1rem;flex-shrink:0}
.prod-etapes-5{display:grid;gap:1.2rem;margin:2rem 0;counter-reset:step5}
@media(min-width:600px){.prod-etapes-5{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.prod-etapes-5{grid-template-columns:repeat(5,1fr)}}
.etape5{background:#fff;border:1px solid #dde8f0;border-radius:12px;padding:1.4rem 1rem;text-align:center;counter-increment:step5}
.etape5-num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800;font-size:1.1rem;margin:0 auto 1rem}
.etape5 h4{font-size:.92rem;font-weight:700;color:var(--navy);margin-bottom:.45rem}
.etape5 p{font-size:.83rem;color:#555;line-height:1.55;margin:0}
.prod-mention-reg{background:#f0f5f8;border-left:4px solid var(--navy);padding:1.4rem 1.7rem;border-radius:0 10px 10px 0;margin:2rem auto}
.prod-mention-reg p{font-size:.88rem;color:#666;line-height:1.75;margin-bottom:.4rem}
.prod-mention-reg p:last-child{margin:0}
.prod-mention-reg strong{color:inherit;font-weight:inherit}


.trust-badge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:5px;padding:.28rem .65rem;font-size:.72rem;font-weight:700;color:#5a8099;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em}

/* ════════════════════════
   CLASSES MANQUANTES — PAGES PRODUIT
════════════════════════ */
/* Hero produit : eyebrow + sous-titre */
.prod-hero-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:.6rem}
.prod-hero-sub{font-size:1.05rem;color:#555;line-height:1.65;margin-top:.8rem;max-width:600px}
/* Hero informatif (sous-titre, sans CTA produit) : centrage sur desktop.
   Ciblé sur .prod-hero-sub plutôt que sur l'absence d'image : une page
   produit avec CTA (.btn-sim) doit toujours garder le style compact même
   si son visuel n'a pas encore été ajouté. */
@media(min-width:960px){
  .prod-hero:has(.prod-hero-sub) .inner{display:flex;flex-direction:column;align-items:center;text-align:center}
  .prod-hero:has(.prod-hero-sub) h1{font-size:2.6rem}
  .prod-hero:has(.prod-hero-sub) .prod-hero-sub{max-width:680px}
}
/* Grille avantages */
.prod-av-grid,.prod-avantages-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:1.5rem}
@media(min-width:600px){.prod-av-grid,.prod-avantages-grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.prod-av-grid,.prod-avantages-grid{grid-template-columns:repeat(3,1fr)}}
/* Icône avantage */
.prod-av-icon{font-size:2rem;line-height:1;display:block;margin-bottom:.5rem}
/* Sections internes des pages produit — aucun fond sur les wrappers */
body.pg-inner .editorial{background:none}
.editorial.inner,.prod-caract-wrap.inner,.prod-exemple-wrap.inner,
.prod-audience.inner,.prod-eligibilite-wrap.inner,.prod-documents-wrap.inner,
.prod-etapes.inner,.prod-avantages.inner,.prod-faq.inner,
.prod-chiffres.inner,.prod-mention-reg.inner{background:transparent}
.prod-avantages{padding-top:2.5rem;padding-bottom:2.5rem}
.prod-cta{background:#fff;padding:2.5rem 1.5rem;text-align:center}
.prod-cta h2{font-size:1.6rem;font-weight:700;color:var(--navy);margin-bottom:.8rem}
.prod-cta p{color:#555;margin-bottom:1.5rem;line-height:1.6}
.prod-cta .btn-prim{background:var(--coral);color:#fff;border:none;border-radius:2rem;padding:.75rem 2.5rem;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 3px 10px rgba(12,45,94,.25);transition:all .2s}
.prod-cta .btn-prim:active{transform:scale(.98)}
.prod-cta-note{font-size:.74rem;color:#999;margin-top:1rem}
/* Titres sections produit */
.editorial h2,.prod-avantages h2{margin-bottom:1rem}
.editorial p{font-size:.97rem;color:#333;line-height:1.8;margin-bottom:.9rem}
.editorial strong{color:inherit;font-weight:inherit}
/* ════════════════════════
   HERO PRODUIT
════════════════════════ */
.prod-hero{background:#fff;padding:2rem 0 1.8rem;color:var(--navy);position:relative;overflow:hidden;min-height:0;margin:1.5rem 1rem 0;border-radius:20px}
.prod-hero::after{display:none}
.prod-hero::before{display:none}
.prod-hero .wrap,.prod-hero .inner{max-width:var(--w);margin:0 auto;padding:0;position:relative;z-index:1}
.prod-hero h1{font-size:1.6rem;font-weight:700;line-height:1.22;margin-bottom:.9rem;color:var(--navy)}
.prod-hero h1 span{color:inherit}
.prod-hero-eyebrow{display:inline-block;width:fit-content;background:var(--teal);color:#fff;border-radius:50px;padding:.28rem 1rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;margin-bottom:1rem;text-transform:none}
.prod-hero-rate{
  background:#fff;
  border:1.5px solid #e4ecf2;
  border-radius:18px;
  padding:0;
  margin:.5rem 0 1.2rem;
  display:block;
  max-width:320px;
  box-shadow:0 4px 20px rgba(0,0,0,.09);
  overflow:hidden;
}
.prod-hero-rate::before{
  content:attr(data-label);
  display:block;
  background:var(--teal);
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  padding:.45rem 1rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.prod-hero-rate-inner{padding:1.1rem 1.4rem}
.prod-hero-rate-row{display:flex;align-items:baseline;gap:.15rem;line-height:1}
.prod-hero-rate-num{font-size:3rem;font-weight:800;color:var(--navy)}
.prod-hero-rate-pct{font-size:1.8rem;font-weight:800;color:var(--navy)}
.prod-hero-rate-lab{display:block;font-size:.88rem;font-weight:700;color:#666;margin-top:.25rem}
.prod-hero-rate-info{margin-top:.7rem;padding-top:.6rem;border-top:1px solid #dce8f0}
.prod-hero-rate-info span{display:block;font-size:.8rem;color:#555;line-height:1.7}
/* ── Hero produit : layout mobile (colonne, image en premier) ── */
.prod-hero .inner{display:flex;flex-direction:column}

/* Image : pleine largeur après le texte sur mobile */
.prod-hero-img-wrap{
  order:1;
  width:100%;
  margin-left:0;
  margin-right:0;
  margin-top:1.2rem;
  margin-bottom:0;
  flex-shrink:0;
  border-radius:8px;
  overflow:hidden;
  background:#f0f0f0;
  display:block;
  padding-top:0;
}
.prod-hero-img{
  display:block;
  width:100%;
  height:240px;
  object-fit:cover;
  object-position:center;
}

/* Texte : affiché normalement sous l'image */
.prod-hero-text{display:flex;flex-direction:column;align-items:flex-start}
.prod-hero-text .prod-hero-eyebrow{margin-bottom:.6rem}

/* Carte taux : cachée sur mobile */
.prod-hero-rate{display:none}

/* Tablette */
@media(min-width:700px) and (max-width:959px){
  .prod-hero-img-wrap{
    width:100%;margin-left:0;margin-right:0;
    border-radius:20px;margin-bottom:2rem;
  }
  .prod-hero-img{height:340px;}
  .prod-hero-rate{max-width:320px;}
}
.prod-hero .btn-prim{background:var(--coral);color:#fff;border:none;border-radius:2rem;padding:.75rem 2.4rem;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s,transform .15s,box-shadow .15s;box-shadow:0 3px 10px rgba(12,45,94,.25);display:inline-block;margin-top:.2rem}
.prod-hero .btn-prim:hover{background:var(--coral-d);box-shadow:0 5px 16px rgba(12,45,94,.35)}
.prod-hero .btn-prim:active{transform:scale(.98);box-shadow:0 2px 6px rgba(12,45,94,.2)}
.prod-hero-note{font-size:.74rem;color:#999;margin-top:.7rem}
.prod-hero-avis{display:flex;align-items:center;gap:.5rem;margin-top:1rem}
.prod-hero-avis-stars{color:#f5a623;font-size:1rem;letter-spacing:.05em}
.prod-hero-avis-txt{font-size:.82rem;color:#555}
@media(min-width:960px){.prod-hero h1{font-size:2.6rem}.prod-hero{padding:3.5rem 0 3rem}}

/* ════════════════════════
   BANDEAU CHIFFRES
════════════════════════ */
.prod-chiffres{background:#fff;border-bottom:3px solid var(--teal)}
.prod-chiffres .inner,.prod-chiffres .wrap{display:grid;grid-template-columns:repeat(2,1fr);max-width:var(--w);margin:0 auto;padding:0}
@media(min-width:700px){.prod-chiffres .inner,.prod-chiffres .wrap{grid-template-columns:repeat(4,1fr)}}
/* classes utilisées dans le HTML */
.chiffre-item,.prod-chiffre-item{padding:1.8rem 1rem;text-align:center;border-right:1px solid #e8edf2;border-bottom:1px solid #e8edf2;transition:background .2s}
.chiffre-item:hover,.prod-chiffre-item:hover{background:#f9fafb}
@media(min-width:700px){.chiffre-item:nth-child(3),.chiffre-item:nth-child(4),.prod-chiffre-item:nth-child(3),.prod-chiffre-item:nth-child(4){border-bottom:none}.chiffre-item:nth-child(4),.prod-chiffre-item:nth-child(4){border-right:none}}
@media(max-width:699px){.chiffre-item:nth-child(even),.prod-chiffre-item:nth-child(even){border-right:none}.chiffre-item:nth-last-child(-n+2),.prod-chiffre-item:nth-last-child(-n+2){border-bottom:none}}
.chiffre-val,.prod-chiffre-val{font-size:2.2rem;font-weight:800;color:var(--navy);display:block;line-height:1;margin-bottom:.35rem}
.chiffre-lab,.prod-chiffre-label,.prod-chiffre-desc{font-size:.85rem;font-weight:600;color:#666;line-height:1.3}

/* ════════════════════════
   AVANTAGES
════════════════════════ */
.prod-avantages{padding-top:3.5rem;padding-bottom:2rem}
.prod-avantages .wrap{max-width:1160px;margin:0 auto;padding:0 1.5rem}
.prod-section-hd{text-align:center;margin-bottom:3.5rem}
.prod-section-hd h2{font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:.7rem;line-height:1.2}
.prod-section-hd p{font-size:1.05rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}
.prod-avantages-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(min-width:700px){.prod-avantages-grid{grid-template-columns:repeat(3,1fr)}}
.prod-av-card{background:#fff;border-radius:20px;padding:2rem 1.6rem;border:1px solid #e4eaf0;transition:all .25s;display:flex;flex-direction:column;gap:.9rem}
@media (hover:hover){ .prod-av-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.1);border-color:rgba(6,194,176,.3)} }
.prod-av-ico{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#e8faf8 0%,#d4f3ef 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.prod-av-ico svg{color:var(--teal-d)}
.prod-av-card h3{font-size:1.05rem;font-weight:700;color:var(--navy);line-height:1.3}
.prod-av-card p{font-size:.93rem;color:#666;line-height:1.65;margin:0}

/* ════════════════════════
   ÉTAPES
════════════════════════ */
.prod-etapes{padding-top:2.5rem;padding-bottom:2.5rem}
.prod-etapes .wrap{max-width:1000px;margin:0 auto;padding:0 1.5rem}
.prod-etapes-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;position:relative}
@media(min-width:700px){.prod-etapes-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}
.prod-step{position:relative;text-align:center;padding:2rem 1.5rem;border-radius:20px;border:1px solid #e8edf2}
@media(min-width:700px){.prod-step:not(:last-child)::after{content:'→';position:absolute;right:-1.2rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--teal);z-index:1}}
.prod-step-num{width:62px;height:62px;border-radius:50%;background:var(--navy);color:#fff;font-size:1.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.3rem;box-shadow:0 6px 20px rgba(0,0,0,.3)}
.prod-step h3{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}
.prod-step p{font-size:.95rem;color:#666;line-height:1.65;margin:0}

/* ════════════════════════
   EXEMPLE REPRÉSENTATIF
════════════════════════ */
.prod-exemple-wrap{padding-top:2rem;padding-bottom:2rem}
.prod-exemple-wrap .wrap{max-width:860px;margin:0 auto;padding:0 1.5rem}
.prod-exemple-box{background:linear-gradient(135deg,#f0f8ff,#e8f7f5);border:1.5px solid #b8dff5;border-radius:16px;padding:1.8rem 2rem}
.prod-exemple-box h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.8rem}
.prod-exemple-box p{font-size:.92rem;color:#444;line-height:1.85;margin:0}
.prod-exemple-box strong{color:inherit;font-weight:inherit}

/* ════════════════════════
   CTA BAND
════════════════════════ */
.prod-cta{background:#fff;padding:2rem 1.5rem;text-align:center;position:relative;overflow:hidden}
.prod-cta::before{display:none}
.prod-cta h2{font-size:2.2rem;font-weight:700;color:var(--navy);margin-bottom:.8rem}
.prod-cta p{font-size:1.05rem;color:#555;margin-bottom:2.5rem;line-height:1.6}
.prod-cta .btn-prim{background:var(--coral);color:#fff;border:none;border-radius:2rem;padding:.75rem 3rem;font-size:1.1rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;box-shadow:0 3px 10px rgba(12,45,94,.25)}
@media (hover:hover){ .prod-cta .btn-prim:hover{background:var(--coral-d);transform:translateY(-1px);box-shadow:0 5px 16px rgba(12,45,94,.35)} }
.prod-cta .btn-prim:active{transform:scale(.98)}
.prod-cta-note{font-size:.78rem;color:#999;margin-top:1.2rem}
@media(min-width:700px){
  .prod-cta{
    background-image:linear-gradient(to right,#a8d8ec 0%,#c5e8f5 32%,rgba(197,232,245,.5) 54%,transparent 72%);
    background-color:#e8f5fb;
  }
  .prod-cta h2{color:#1a3a5c}
  .prod-cta p{color:rgba(20,50,80,.8)}
}
@media(min-width:960px){.prod-cta h2{font-size:2.6rem}}

/* ════════════════════════
   TRUST STRIP
════════════════════════ */
.prod-trust{background:var(--navy-d);padding:1.5rem 0}
.prod-trust .wrap{max-width:var(--w);margin:0 auto;padding:0 1.5rem}
.prod-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
@media(min-width:700px){.prod-trust-grid{grid-template-columns:repeat(4,1fr)}}
.prod-trust-item{text-align:center}
.prod-trust-val{font-size:2rem;font-weight:800;color:#fff;display:block}
.prod-trust-lbl{font-size:.85rem;color:rgba(255,255,255,.55);margin-top:.3rem;line-height:1.4}

/* ════════════════════════
   FAQ PRODUIT
════════════════════════ */
.prod-faq{padding-top:2rem;padding-bottom:2rem}
.prod-faq .wrap{max-width:800px;margin:0 auto;padding:0 1.5rem}
.prod-faq h2{color:var(--navy);font-size:1.25rem;font-weight:700;margin-bottom:1.2rem}
.prod-faq-hd{margin-bottom:2rem}
.prod-faq-hd h2{font-size:2rem;font-weight:700;color:var(--navy)}
.prod-faq-hd p{font-size:1rem;color:#666;margin-top:.5rem}
/* ── Modale cookies (référence Crédit Agricole : bandeau bas d'écran,
   boutons pleine largeur en pilule, lien de refus tout en bas) ── */
.cookie-overlay{
  display:none;position:fixed;inset:0;z-index:9998;
  background:rgba(0,0,0,.55);
}
.cookie-overlay.show{display:block}
.cookie-banner{
  display:none;position:fixed;left:50%;bottom:0;z-index:9999;
  transform:translateX(-50%);
  background:#fff;border-radius:20px 20px 0 0;
  box-shadow:0 -8px 40px rgba(0,0,0,.25);
  width:min(100vw,640px);
  max-height:65vh;max-height:65svh;overflow:hidden;
  padding:0;
  flex-direction:column;
}
.cookie-banner.show{display:flex}
.cookie-top-bar{
  order:2;flex-shrink:0;
  display:flex;justify-content:center;padding:.25rem 1.25rem 1.75rem;
}
.cookie-skip-link{
  background:none;border:none;font-family:inherit;font-size:.85rem;
  color:var(--coral);cursor:pointer;text-decoration:underline;padding:0;font-weight:600;
}
.cookie-skip-link:hover{color:var(--coral-d)}
.cookie-inner{order:1;flex:1;padding:0 1.75rem 0;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0}
.cookie-logo{
  display:flex;justify-content:flex-start;
  position:-webkit-sticky;position:sticky;top:0;background:#fff;padding:1.75rem 0 1.25rem;margin-bottom:0;z-index:1;
  -webkit-transform:translateZ(0);transform:translateZ(0);
}
.cookie-logo-icon{display:none}
.cookie-logo-name{font-size:1.35rem;font-weight:800;color:var(--coral);letter-spacing:.01em}
.cookie-desc{font-size:1rem;color:#333;line-height:1.6;margin-bottom:.7rem}
.cookie-desc a{color:var(--coral);text-decoration:underline}
.cookie-btns{
  display:flex;flex-direction:column;gap:.6rem;
  position:-webkit-sticky;position:sticky;bottom:0;background:#fff;padding:1rem 0;margin-top:.5rem;
  -webkit-transform:translateZ(0);transform:translateZ(0);
}
.cookie-btn-refuse{
  min-width:0;background:#fff;color:var(--coral);
  border:2px solid var(--coral);border-radius:999px;
  padding:.75rem 1.25rem;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;
  transition:background .15s,color .15s;text-align:center;
}
.cookie-btn-refuse:hover{background:#f5f5f5}
.cookie-btn-accept{
  min-width:0;background:var(--coral);color:#fff;
  border:2px solid var(--coral);border-radius:999px;
  padding:.75rem 1.25rem;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;
  transition:background .15s;text-align:center;
}
.cookie-btn-accept:hover{background:var(--coral-d)}
@media(min-width:900px){
  .cookie-banner{
    top:50%;bottom:auto;left:50%;
    transform:translate(-50%,-50%);
    border-radius:16px;
  }
}


/* ═══════════════════════════════════════════════
   SP5 — Formulaire multi-étapes (5A→5B→5C→5D)
════════════════════════════════════════════════*/

/* Hide bottombar on step 5 */
.sp5-active .sim-bottombar{ display:none !important; }

/* Barre fixe des sous-étapes (Identité/Situation/Coordonnées/Documents) —
   remplace la nav en flux (.sp5-nav) pour que Retour/Continuer restent
   accessibles sans défiler, comme la barre du bas des autres étapes. */
.sp5-bottombar{ display:none; position:relative; flex-shrink:0; background:#fff; border-top:1px solid #ddd; padding:.9rem 1.2rem; z-index:60; justify-content:center; }
.sp5-active .sp5-bottombar{ display:flex; }
.sp5-bottombar .sp5-nav{ margin:0; padding:0; border:none; width:100%; justify-content:center; }
/* Un seul bouton, principal et centré (pas de Retour) — référence Sofinco */
.sp5-bottombar .sp5-back-btn{ display:none; }
.sp5-bottombar .sp5-cont-btn,
.sp5-bottombar .sp5-send-btn{ flex:1; width:100%; min-width:0; }
@media(min-width:760px){
  /* Sur desktop, le bouton reste compact et centré — inutile qu'il
     s'étire sur toute la largeur de l'écran. */
  .sp5-bottombar .sp5-cont-btn,
  .sp5-bottombar .sp5-send-btn{ flex:none; width:auto; min-width:280px; max-width:420px; }
}

/* Sub-step visibility */
.sp5-sub{ display:none; }
.sp5-sub.s5-show{ display:block; }

/* Prevent horizontal overflow inside the simulator on step 5 */
#sp5{ width:100%;box-sizing:border-box; }

/* ── Stepper — barre fine + pastille ronde chevauchante, comme la référence ── */
.sp5-stepper{
  margin:1.6rem 0 2.4rem;
  padding-top:0;
  position:relative;
}
.sp5-prog-track{
  position:relative;
  height:4px;border-radius:4px;
  background:#e4e7ec;overflow:hidden;
}
.sp5-prog-fill{
  height:100%;border-radius:4px;
  background:#CFEEF6;width:25%;
  transition:width .45s cubic-bezier(.22,1,.36,1);
}
/* Le pourcentage suit l'extrémité de la barre à chaque étape */
.sp5-prog-pct{
  position:absolute;
  top:0;left:25%;
  transform:translate(-50%,-50%);
  width:38px;height:38px;border-radius:50%;
  background:#CFEEF6;color:var(--navy);
  display:flex;align-items:center;justify-content:center;
  font-size:.68rem;font-weight:700;
  letter-spacing:.01em;white-space:nowrap;
  box-shadow:0 3px 10px rgba(1,0,53,.15);
  transition:left .45s cubic-bezier(.22,1,.36,1);
}
@media(min-width:760px){
  .sp5-stepper{margin:1.8rem 0 2.6rem}
  .sp5-prog-track{height:5px}
  .sp5-prog-pct{width:46px;height:46px;font-size:.82rem}
}

/* ── Title ── */
.sp5-title{
  font-size:1.25rem;font-weight:800;color:var(--navy);
  margin:0 0 1.2rem;text-align:center;
}

/* ── Labels & required star ── */
.sp5-lbl{
  display:block;font-size:.82rem;font-weight:700;
  color:var(--navy);margin-bottom:.35rem;
}
.sp5-req{ color:var(--teal);font-weight:800; }

/* ── Field group ── */
.sp5-field-group{ margin-bottom:1rem;position:relative; }

/* ── 2-column row ── */
.sp5-row2{ display:grid;grid-template-columns:1fr 1fr;gap:.9rem; }
@media(max-width:479px){
  .sp5-row2{ grid-template-columns:1fr; }
}

/* ── Civilité pills ── */
.sp5-civ-row{ display:flex;gap:.6rem;margin-top:.15rem; }
.sp5-civ-btn{
  flex:1;padding:.7rem 0;border-radius:2rem;border:2px solid #ddd;
  background:#fff;font-size:.95rem;font-weight:700;color:#666;
  cursor:pointer;transition:all .2s;font-family:inherit;
}
.sp5-civ-btn.active{
  border-color:var(--teal);background:var(--teal);color:#fff;
}

/* ── Inputs & selects ── */
.sp5-inp,.sp5-sel{
  width:100%;box-sizing:border-box;
  border:1.5px solid #ddd;border-radius:10px;
  padding:.72rem .9rem;font-size:.95rem;font-family:inherit;
  color:var(--navy);background:#fff;
  outline:none;
}
.sp5-tel-wrap{
  display:flex;align-items:center;gap:.5rem;
  border:none;background:transparent;
}
.sp5-tel-pfx{
  -webkit-appearance:none;appearance:none;
  padding:.72rem 1.9rem .72rem .85rem;
  border:1.5px solid #ddd;border-radius:10px;
  background-color:#fff;cursor:pointer;outline:none;
  font-size:.95rem;color:#0d2748;font-weight:600;font-family:inherit;
  flex-shrink:0;max-width:7.5rem;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .85rem center;
}
.sp5-tel-pfx:hover{background-color:#fff}
.sp5-inp--tel{
  border:1.5px solid #ddd!important;border-radius:10px!important;outline:none!important;
  flex:1;width:auto;min-width:0;
  padding:.72rem .9rem;font-size:.95rem;
  background:#fff;color:#0d2748;
}
@media(min-width:760px){
  .sp5-inp,.sp5-sel{font-size:1rem;padding:.85rem 1rem}
  .sp5-title{font-size:1.6rem}
  .sp5-lbl{font-size:.95rem}
  .sp5-cont-btn,.sp5-back-btn{font-size:1rem;padding:.85rem 1.8rem}
  .sp5-field-group{margin-bottom:1.3rem}
  #sp5{max-width:100%}
}
/* Ne pas supprimer l'apparence native sur les champs date (iOS) */
.sp5-sel{ -webkit-appearance:none;appearance:none; }
.sp5-inp[type="text"],.sp5-inp[type="email"],.sp5-inp[type="tel"],.sp5-inp[type="number"]{
  -webkit-appearance:none;appearance:none;
}
.sp5-inp.err,.sp5-sel.err{ border-color:#e74c3c; }
.sp5-sel{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .85rem center;
  padding-right:2.2rem;
}

/* ── Error text ── */
.sp5-err{
  display:none;font-size:.76rem;color:#e74c3c;
  margin-top:.3rem;font-weight:600;
}
.sp5-err.show{ display:block; }

/* ── 2-column professional layout (5B) ── */
.sp5-2col{
  display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;
  margin-bottom:.5rem;
}
@media(max-width:600px){
  .sp5-2col{ grid-template-columns:1fr; }
}
.sp5-col-block{
  background:#f8f9fb;border-radius:14px;padding:1rem 1.1rem;
}
.sp5-col-hd{
  font-size:.72rem;font-weight:800;color:var(--teal);
  letter-spacing:.06em;margin-bottom:.9rem;
}

/* ── Consent checkboxes ── */
.sp5-consent-block{ margin:1rem 0; }
.sp5-check-item{
  display:flex;align-items:flex-start;gap:.7rem;
  margin-bottom:.6rem;cursor:pointer;
}
.sp5-check-item input[type="checkbox"]{
  display:none;
}
.sp5-check-box{
  width:20px;height:20px;min-width:20px;border-radius:5px;
  border:2px solid #ccc;background:#fff;margin-top:.1rem;
  transition:all .2s;position:relative;
}
.sp5-check-item input:checked + .sp5-check-box{
  background:var(--teal);border-color:var(--teal);
}
.sp5-check-item input:checked + .sp5-check-box::after{
  content:'✓';position:absolute;top:50%;left:50%;
  transform:translate(-50%,-55%);color:#fff;font-size:.75rem;font-weight:800;
}
.sp5-check-txt{
  font-size:.82rem;color:#555;line-height:1.5;
}

/* ── Document section ── */
.sp5-doc-section{ margin-bottom:1.3rem; }
.sp5-doc-sec-lbl{
  font-size:.82rem;font-weight:700;color:var(--navy);margin-bottom:.6rem;
}

/* ── Doc tabs (CNI / Passeport / Permis) ── */
.sp5-doc-tabs{
  display:flex;gap:.35rem;margin-bottom:.9rem;
  border-bottom:2px solid #eee;padding-bottom:.5rem;
  flex-wrap:nowrap;overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.sp5-doc-tabs::-webkit-scrollbar{display:none;}
.sp5-doc-tab{
  padding:.38rem .65rem;border-radius:2rem;border:1.5px solid #ddd;
  background:#fff;font-size:.78rem;font-weight:700;color:#666;
  cursor:pointer;transition:all .2s;font-family:inherit;
  white-space:nowrap;flex-shrink:0;
}
.sp5-doc-tab.active{
  background:var(--navy);border-color:var(--navy);color:#fff;
}

/* ── Document panels ── */
.sp5-doc-panel{ }
.sp5-doc-panel-hide{ display:none; }

/* ── Upload grid (CNI recto+verso) ── */
.sp5-upload-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:.8rem;
}
@media(max-width:420px){
  .sp5-upload-grid{ grid-template-columns:1fr; }
}

/* ── Upload item ── */
.sp5-upload-item{
  border:2px dashed #ddd;border-radius:14px;
  padding:1.1rem .8rem;text-align:center;
  background:#fafafa;transition:border-color .2s,background .2s;
}
.sp5-upload-item.has-file{
  border-color:var(--teal);background:#f0faf9;border-style:solid;
}
.sp5-upload-lbl{
  font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:.2rem;
}
.sp5-upload-sub{ font-size:.72rem;color:#888;margin-bottom:.65rem; }
.sp5-upload-name{
  font-size:.75rem;color:var(--teal);font-weight:600;
  margin-top:.3rem;word-break:break-all;
}

/* ── Choisir button — simple lien, sans fond ── */
.sp5-choisir{
  background:none;color:var(--navy);border:none;
  padding:.3rem .2rem;font-size:.85rem;font-weight:700;
  font-family:inherit;cursor:pointer;
  transition:color .2s;
}
@media(hover:hover){ .sp5-choisir:hover{ color:var(--teal); } }
.sp5-upload-item.has-file .sp5-choisir{
  color:var(--teal);
}

/* ── Hidden file input ── */
.sp5-file-inp{ display:none !important; }

/* ── Navigation buttons ── */
.sp5-nav{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:1.4rem;padding-top:1rem;border-top:1px solid #eee;
  gap:.8rem;
}
.sp5-back-btn{
  padding:.75rem 1.3rem;border-radius:2rem;
  border:2px solid var(--navy);background:#fff;
  font-size:.9rem;font-weight:700;color:var(--navy);
  cursor:pointer;font-family:inherit;transition:all .2s;
  white-space:nowrap;
}
.sp5-back-btn:hover{ background:var(--navy);color:#fff; }
.sp5-cont-btn{
  flex:1;padding:.78rem 1.6rem;border-radius:2rem;
  background:var(--coral);color:#fff;border:none;
  font-size:.9rem;font-weight:700;font-family:inherit;
  cursor:pointer;transition:background .2s,color .2s;white-space:nowrap;
}
.sp5-cont-btn:hover{ background:var(--coral-d); }
/* État "en attente" : grisé tant que les champs de l'étape ne sont pas
   tous remplis, puis coloré dès que le client a fini de renseigner les
   informations — retour visuel immédiat, sans attendre le clic. */
.sp5-cont-btn:not(.ready),.sp5-send-btn:not(.ready){
  background:#E5E7EB;color:#9CA3AF;cursor:default;
}
@media(hover:hover){
  .sp5-cont-btn:not(.ready):hover,.sp5-send-btn:not(.ready):hover{background:#E5E7EB}
}
/* Desktop: navigation en flux normal, centrée (évite tout chevauchement
   avec le dernier bloc de contenu, ex. Justificatif de revenus) */
@media(min-width:760px){
  .sp5-nav{
    justify-content:space-between;gap:1.5rem;
    margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid #eee;
  }
  .sp5-cont-btn,.sp5-send-btn{flex:none;min-width:200px}
  /* Étape sans bouton Retour : l'action reste alignée à droite */
  .sp5-nav .sp5-cont-btn:only-child,
  .sp5-nav .sp5-send-btn:only-child{margin-left:auto}
  .sim-body{padding-bottom:2.5rem}
  .sp5-consent-block{margin-bottom:2rem}
  .sp5-title{text-align:center}
}
.sp5-send-btn{
  padding:.82rem 1.6rem;border-radius:2rem;
  background:var(--coral);color:#fff;border:none;
  font-size:.95rem;font-weight:800;font-family:inherit;
  cursor:pointer;transition:background .2s,color .2s;white-space:nowrap;
  letter-spacing:.01em;
}
.sp5-send-btn:hover{ background:var(--coral-d); }
.sp5-arr,.sp5-arr-l{ display:none; }

/* ══════════════════════════════════════════
   SP5 — Écran de confirmation professionnel
══════════════════════════════════════════ */
.sp5-confirm-wrap{
  padding:1rem 0 2rem;
  display:flex;flex-direction:column;align-items:center;
  text-align:center;
}
.sp5-confirm-check{
  width:64px;height:64px;margin:0 auto 1rem;
}
.sp5-confirm-check svg{ width:100%;height:100%; }
.sp5-confirm-hey{
  font-size:.9rem;color:#888;margin-bottom:.3rem;
}
.sp5-confirm-title{
  font-size:1.4rem;font-weight:800;color:var(--navy);
  margin:0 0 1.3rem;
}
/* Encadré numéro de dossier */
.sp5-confirm-ref-box{
  width:100%;background:linear-gradient(135deg,#f0faf9 0%,#e8f8f6 100%);
  border:1.5px solid var(--teal);border-radius:14px;
  padding:1rem 1.2rem;margin-bottom:1.5rem;
  display:flex;flex-direction:column;gap:.25rem;
  box-shadow:0 4px 16px rgba(6,194,176,.1);
}
.sp5-confirm-ref-lbl{
  font-size:.72rem;font-weight:700;color:var(--teal);
  text-transform:uppercase;letter-spacing:.08em;
}
.sp5-confirm-ref-num{
  font-size:1.15rem;font-weight:900;color:var(--navy);
  letter-spacing:.06em;font-variant-numeric:tabular-nums;
}
.sp5-confirm-ref-date{
  font-size:.75rem;color:#888;
}
/* Timeline des étapes suivantes */
.sp5-confirm-steps{
  width:100%;display:flex;flex-direction:column;gap:0;
  margin-bottom:1.3rem;text-align:left;
}
.sp5-confirm-step{
  display:flex;align-items:flex-start;gap:.9rem;
  padding:.65rem 0;
  border-left:2px solid #e4e7ec;
  margin-left:13px;padding-left:1.2rem;
  position:relative;
}
.sp5-confirm-step:first-child{ padding-top:0; }
.sp5-confirm-step:last-child{
  border-left-color:transparent;
}
.sp5-cs-dot{
  position:absolute;left:-13px;top:.6rem;
  width:24px;height:24px;border-radius:50%;
  background:var(--teal);color:#fff;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.sp5-confirm-step:first-child .sp5-cs-dot{ top:0; }
.sp5-cs-dot svg{ width:14px;height:14px; }
.sp5-cs-pending{
  background:#e4e7ec;color:#aaa;
  font-size:.72rem;font-weight:800;
}
.sp5-cs-body{
  display:flex;flex-direction:column;gap:.1rem;padding-top:.1rem;
}
.sp5-cs-body strong{
  font-size:.85rem;font-weight:700;color:var(--navy);
}
.sp5-cs-body span{
  font-size:.75rem;color:#888;
}
/* Note email */
.sp5-confirm-email-note{
  font-size:.78rem;color:#aaa;margin-bottom:1.2rem;
  padding:0 1rem;
}
/* Bouton fermer */
.sp5-confirm-close{
  background:var(--coral);color:#fff;border:none;
  border-radius:2rem;padding:.8rem 2.2rem;
  font-size:.95rem;font-weight:700;font-family:inherit;
  cursor:pointer;transition:background .2s;
}
.sp5-confirm-close:hover{ background:var(--coral-d); }

/* ── Section mot de passe espace client (sp5d) ── */
.sp5-pwd-hint{
  font-size:.82rem;color:#6b7280;margin:.05rem 0 .8rem;line-height:1.45;
}
.sp5-pwd-row{ display:flex;flex-direction:column;gap:.5rem; }
.sp5-pwd-wrap{ position:relative; }
.sp5-pwd-wrap .sp5-inp{ padding-right:2.8rem; }
.sp5-eye-btn{
  position:absolute;right:.75rem;top:50%;transform:translateY(-50%);
  background:none;border:none;padding:0;cursor:pointer;
  color:#9ca3af;display:flex;align-items:center;opacity:.7;
  transition:opacity .2s;
}
.sp5-strength-bar{height:4px;border-radius:2px;background:#e0e0e0;margin:.4rem 0 .2rem;overflow:hidden}
.sp5-strength-fill{height:100%;border-radius:2px;width:0;transition:width .25s,background .25s}
.sp5-eye-btn:hover{ opacity:1;color:var(--navy); }
.sp5-pwd-strength{
  display:flex;gap:4px;margin-top:.1rem;
}
.sp5-pwd-strength span{
  flex:1;height:4px;border-radius:4px;background:#e4e7ec;transition:background .25s;
}
.sp5-pwd-strength.weak span:first-child{ background:#ef4444; }
.sp5-pwd-strength.medium span:first-child,
.sp5-pwd-strength.medium span:nth-child(2){ background:#f59e0b; }
.sp5-pwd-strength.strong span{ background:var(--teal); }
/* CTA primaire confirmation — même style navy que les autres boutons du site */
.sp5-confirm-cta{
  display:block;text-align:center;text-decoration:none;
}

/* ══════════════════════════════════════════════════════════
   AMÉLIORATIONS DESKTOP — MISE EN PAGE PROFESSIONNELLE
══════════════════════════════════════════════════════════ */

/* ── Hero accueil : H1 taille mobile ── */
.hero-banner h1{color:#0d2748;font-size:1.65rem;font-weight:700;line-height:1.25}

/* ── Hero desktop : couleur sombre lisible sur fond bleu clair ── */
@media(min-width:700px){
  .hero-upper-inner{justify-content:center}
  .hero-text-col{flex:none;text-align:center;max-width:440px}
  .hero-upper-inner .hero-text-col h1{color:#0a2040;font-size:2.5rem;line-height:1.15;font-weight:700}
  .hero-upper-inner .hero-text-col .hero-sub{color:rgba(10,32,64,.75);font-size:1rem;line-height:1.65}
}

/* ── Section produits accueil : titre agrandi + centré (réf. Sofinco) ── */
@media(min-width:960px){
  .prod-group-hd{text-align:center}
  .prod-group-hd h2{font-size:2rem;text-align:center}
  .prod-group-hd p{font-size:1rem;max-width:600px;margin:0 auto}
}

/* ── Avantages accueil : 4 colonnes sur grand écran ── */
@media(min-width:1100px){
  .av-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem}
}

/* ── Footer desktop : logo + colonnes toujours ouvertes (référence Hello bank) ── */
@media(min-width:960px){
  .footer{padding:1.6rem 2rem calc(2rem + env(safe-area-inset-bottom))}
  .ft-card{
    max-width:1600px;margin:0 auto;
    padding:2.6rem 2.5rem 1.6rem;
    grid-template-columns:max-content 1fr;
    grid-template-areas:
      "logo nav"
      "lang legal"
      "mention mention";
    column-gap:3rem;
  }
  .ft-lang-section{
    padding:.9rem 0 1.1rem;justify-content:flex-start;
    border-top:1px solid rgba(1,0,53,.1);
  }
  .ft-legal{justify-content:flex-start;border-top:none;gap:.6rem 2rem}
  .ft-logo{padding:0;align-items:flex-start;justify-content:flex-start}
  .ft-logo-certs-label{text-align:left}
  .ft-logo-certs{justify-content:flex-start}
  .ft-logo-certs img{height:46px}
  .footer .ft-nav{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0 2.5rem;
    padding:0;
  }
  .footer .ft-nav-item{border-bottom:none}
  .footer .ft-nav-btn{
    display:block;
    font-size:.85rem;font-weight:800;
    letter-spacing:.01em;text-transform:none;
    padding:0 0 .9rem;
    border:none;border-bottom:1px solid rgba(1,0,53,.12);
    pointer-events:none;cursor:default;
    background:none;color:var(--navy);
    text-align:left;width:100%;
    justify-content:flex-start;
  }
  .footer .ft-nav-item:last-child .ft-nav-btn{
    border-bottom:1px solid rgba(1,0,53,.12);
  }
  .footer .ft-chev{display:none}
  .footer .ft-acc-list{
    display:block !important;
    padding:0;margin-top:.7rem;
  }
  .footer .ft-acc-list li a{
    padding:.38rem 0;font-size:.84rem;
    color:rgba(1,0,53,.7);
  }
  .footer .ft-legal{padding-top:1.6rem;margin-top:.8rem}
}

/* ── Hero produit desktop : 3 colonnes (texte | image | taux) ── */
@media(min-width:960px){
  .prod-hero{
    padding:4rem 0;
    background-image:linear-gradient(to right,#a8d8ec 0%,#c5e8f5 32%,rgba(197,232,245,.5) 54%,transparent 72%);
    background-color:#e8f5fb;
    margin:1.5rem 2rem 0;
    border-radius:20px;
  }

  /* 2 colonnes : texte | image (sans carte taux) */
  .prod-hero .inner{
    display:flex !important;
    flex-direction:row;
    align-items:center;
    gap:3rem;
  }
  /* Carte taux cachée sur desktop aussi */
  .prod-hero .prod-hero-rate{display:none !important}

  /* Bloc texte */
  .prod-hero-text{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
  .prod-hero-text .prod-hero-eyebrow{
    background:none;color:#1a5c7a;
    font-size:.95rem;font-weight:700;
    padding:0;border-radius:0;letter-spacing:.01em;
    margin-bottom:.5rem;display:block;
  }
  .prod-hero-text h1{font-size:2.4rem;margin-bottom:1.2rem;color:#0a2040}
  .prod-hero-text .prod-hero-note{color:rgba(10,32,64,.6)}
  .prod-hero-text .prod-hero-avis-txt{color:rgba(10,32,64,.75)}
  .prod-hero-text .btn-prim{display:inline-block;width:auto}
@media(max-width:699px){.prod-hero .btn-prim{display:none}}
.prod-sticky-cta{display:none}
@media(max-width:699px){
  .prod-sticky-cta{display:block;position:fixed;bottom:0;left:0;right:0;z-index:900;padding:.85rem 1.2rem;background:#fff;box-shadow:0 -2px 12px rgba(0,0,0,.1);transform:translateY(100%);transition:transform .3s ease;pointer-events:none}
  .prod-sticky-cta.visible{transform:translateY(0);pointer-events:auto}
  .prod-sticky-cta .btn-prim{width:100%;text-align:center;display:block;padding:1rem;font-size:1rem;font-weight:700;border-radius:2rem;background:var(--coral);color:#fff;border:none;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px rgba(6,194,176,.3)}
}
  .prod-hero-text .prod-hero-note{margin-top:.8rem}
  .prod-hero-text .prod-hero-avis{margin-top:.6rem}

  /* Image */
  .prod-hero-img-wrap{
    flex:0 0 48%;
    height:420px;
    border-radius:28px;
    overflow:hidden;
    background:#f0f0f0;
    box-shadow:0 16px 48px rgba(0,0,0,.13);
    display:block;
    margin:0;
    padding-top:0;
    width:auto;
    order:0;
  }
  .prod-hero-img{
    width:100%;height:100%;
    object-fit:cover;object-position:center;
    position:static;
  }

  /* Carte taux — blanche sur fond gradient (style homepage) */
  .prod-hero .prod-hero-rate{
    display:block;
    flex:0 0 200px;
    align-self:flex-start;
    background:#fff;
    border:none;border-radius:14px;
    max-width:none;padding:0;
    box-shadow:0 8px 32px rgba(0,0,0,.15);
  }
  .prod-hero .prod-hero-rate .prod-hero-rate-inner{padding:1.3rem 1.4rem 1.2rem}
  .prod-hero .prod-hero-rate::before{
    background:var(--teal);color:#fff;
    border-radius:14px 14px 0 0;font-size:.72rem;font-weight:700;
    letter-spacing:.04em;text-transform:uppercase;
  }
  .prod-hero .prod-hero-rate .prod-hero-rate-num{color:var(--navy)}
  .prod-hero .prod-hero-rate .prod-hero-rate-pct{color:var(--navy)}
  .prod-hero .prod-hero-rate .prod-hero-rate-lab{color:#555}
  .prod-hero .prod-hero-rate .prod-hero-rate-info{border-top:1px solid #e4ecf2}
  .prod-hero .prod-hero-rate .prod-hero-rate-info span{color:#666;font-size:.8rem}
}

.page:has(.prod-hero) .editorial.inner{margin-top:2rem!important}
@media(min-width:960px){.page:has(.prod-hero) .editorial.inner{margin-top:3rem!important}}

/* ── Sections produit desktop ── */
@media(min-width:960px){
  .editorial.inner,
  .prod-avantages.inner,
  .prod-caract-wrap.inner,
  .prod-documents-wrap.inner,
  .prod-etapes.inner,
  .prod-eligibilite-wrap.inner,
  .prod-audience.inner,
  .prod-exemple-wrap.inner,
  .prod-faq.inner,
  .prod-mention-reg.inner,
  .prod-cta.inner{max-width:1040px}
  .editorial h2,
  .prod-caract-wrap h2,
  .prod-etapes h2,
  .prod-eligibilite-wrap h2,
  .prod-documents-wrap h2,
  .prod-avantages h2,
  .prod-faq h2{font-size:1.65rem;margin-bottom:1.5rem}
  .editorial p{font-size:1rem;line-height:1.9}
  .prod-caract-wrap{padding:1.5rem}
  .caract-table td{padding:.9rem 1.2rem;font-size:1rem}
  .prod-avantages{padding-top:2rem;padding-bottom:2rem}
}
.sp5-confirm-secondary:hover{ color:var(--navy); }

/* ── Steps section ── */
.steps-section{background:#f7fafc;padding:4rem 1.5rem}
.steps-title{text-align:center;font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:1.2rem}
.steps-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:960px;margin:0 auto}
.step-item{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}
.step-num{width:48px;height:48px;border-radius:50%;background:var(--teal);color:#fff;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.step-label{font-size:1.05rem;font-weight:700;color:var(--navy);margin:0}
.step-desc{font-size:.9rem;color:#555;line-height:1.7;margin:0}
@media(min-width:600px){.steps-grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){
  .steps-grid{grid-template-columns:repeat(4,1fr)}
  .steps-title{font-size:1.9rem}
}

/* ── CTA strip (remplace section besoin-credit) ── */
.cta-strip{background:var(--navy);padding:3.5rem 1.5rem}
.cta-strip-inner{
  max-width:880px;margin:0 auto;
  display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;
}
.cta-strip h2{color:#fff;font-size:1.35rem;font-weight:700;line-height:1.3;text-align:center}
.cta-strip p{color:rgba(255,255,255,.72);font-size:.95rem;line-height:1.7;margin-top:.4rem}
.cta-strip-btn{
  display:inline-block;width:auto;
  padding:.78rem 2.2rem;font-size:.95rem;
  border-radius:2rem;flex-shrink:0;
}
@media(min-width:700px){
  .cta-strip-inner{flex-direction:row;align-items:center;gap:3rem}
  .cta-strip-inner>div{flex:1}
}

/* ── FAQ : lien texte propre (remplace btn-orange) ── */
.faq-more{margin-top:1.4rem}
.faq-more-link{
  display:inline-block;
  background:#fff;color:var(--navy);
  font-size:.92rem;font-weight:700;
  text-decoration:none;
  border-radius:2rem;
  border:2px solid var(--navy);
  padding:.75rem 2rem;
  transition:background .15s, color .15s;
}
.faq-more-link:hover{background:var(--navy);color:#fff}


/* ══════════════════════════════════════════════════════════
   SÉLECTEUR DE LANGUE (i18n)
══════════════════════════════════════════════════════════ */
.lang-switcher{
  position:relative;
  display:none;
}
@media(min-width:960px){
  .lang-switcher{display:block}
}
.lang-switcher-btn{
  display:flex;align-items:center;gap:.35rem;
  background:none;border:1px solid rgba(0,0,0,.15);border-radius:2rem;
  padding:.35rem .75rem;font-family:inherit;font-size:.78rem;font-weight:600;
  color:var(--navy);cursor:pointer;white-space:nowrap;
}
@media (hover:hover){ .lang-switcher-btn:hover{border-color:var(--teal);color:var(--teal)} }
.lang-switcher-btn[aria-expanded="true"]{
  border-color:var(--teal);background:rgba(0,168,151,.06);
}
.lang-current{max-width:90px;overflow:hidden;text-overflow:ellipsis}
.lang-dropdown{
  display:none;
  position:absolute;top:calc(100% + .5rem);right:0;z-index:2000;
  background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;
  box-shadow:0 8px 32px rgba(0,0,0,.14);
  min-width:160px;padding:.4rem 0;
}
.lang-dropdown.open{display:block}
.lang-opt{
  display:block;padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;
  color:#333;white-space:nowrap;transition:background .1s,color .1s;
  text-decoration:none;
}
@media (hover:hover){ .lang-opt:hover{background:rgba(0,168,151,.08);color:var(--teal)} }
.lang-opt--active{
  color:var(--teal);font-weight:700;
  background:rgba(0,168,151,.06);
}
/* Mobile lang switcher inside mobile menu */
.mob-lang-section{
  padding:.75rem 1.5rem;border-top:1px solid rgba(255,255,255,.08);
  display:flex;flex-wrap:wrap;gap:.4rem;
}
.mob-lang-btn{
  display:inline-flex;align-items:center;
  padding:.4rem .75rem;border-radius:2rem;
  border:1px solid rgba(255,255,255,.2);
  font-size:.78rem;font-weight:600;color:rgba(255,255,255,.7);
  background:none;font-family:inherit;cursor:pointer;
  text-decoration:none;transition:border-color .15s,color .15s;
}
.mob-lang-btn--active{
  border-color:var(--teal);color:var(--teal);
}
@media (hover:hover){ .mob-lang-btn:hover{border-color:var(--teal);color:var(--teal)} }

/* ── Sélecteur de langue — premium fintech ── */
.mob-lang-row{
  padding:1rem 1.1rem 1.25rem;
  border-top:1px solid #F3F4F6;
}
.mob-lang-select-wrap{position:relative}

/* Champ fermé — hauteur 56px, fond blanc, bordure discrète */
.mob-lang-select-btn{
  display:flex;align-items:center;justify-content:space-between;
  width:100%;height:56px;padding:0 1.1rem;
  background:#fff;
  border:1.5px solid #E5E7EB;
  border-radius:14px;
  font-size:.9rem;font-weight:500;color:#111827;
  cursor:pointer;font-family:inherit;text-align:left;
  box-shadow:0 1px 4px rgba(0,0,0,.05);
}
@media (hover:hover){
  .mob-lang-select-btn:hover{
    border-color:#9CA3AF;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
  }
}
.mob-lang-select-btn:focus-visible{
  outline:none;
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(0,168,151,.15);
}
.mob-lang-select-btn[aria-expanded="true"]{
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(0,168,151,.12);
}
.mob-lang-select-left{
  display:flex;align-items:center;gap:.65rem;
}
.mob-lang-select-left svg{
  color:#6B7280;flex-shrink:0;
}
.mob-lang-select-btn-chevron{
  color:#9CA3AF;flex-shrink:0;
}
.mob-lang-select-btn[aria-expanded="true"] .mob-lang-select-btn-chevron{
  transform:rotate(180deg);
}

/* Dropdown — inline, pas absolu, s'intègre dans le flux du menu */
.mob-lang-dropdown{
  position:static;
  margin-top:6px;
  z-index:3000;
  background:#fff;
  border:1px solid #E5E7EB;
  border-radius:14px;
  box-shadow:0 4px 16px rgba(0,0,0,.08);
  overflow:hidden;
  display:none;
}
.mob-lang-dropdown.open{
  display:block;
}

/* Options */
.mob-lang-opt{
  display:flex;align-items:center;justify-content:space-between;
  padding:0 1.1rem;height:48px;
  font-size:.88rem;font-weight:400;color:#374151;
  text-decoration:none;
  border-bottom:1px solid #F9FAFB;
  transition:background .1s;
  letter-spacing:.01em;
}
.mob-lang-opt:last-child{border-bottom:none}
@media (hover:hover){ .mob-lang-opt:hover{background:#F9FAFB;color:#111827} }
.mob-lang-opt--active{
  color:#111827;font-weight:600;
  background:#F0FDFA;
}
.mob-lang-opt-check{
  display:none;
  color:var(--teal);
  font-size:.9rem;font-weight:700;
}
.mob-lang-opt--active .mob-lang-opt-check{display:block}

/* ── Footer — bouton langue + modal Revolut ── */
.ft-lang-section{
  grid-area:lang;
  padding:.9rem 1.5rem;
  display:none;justify-content:center;
}
.ft-lang-label{display:none}
/* Pages "app" (espace client, suivi de dossier…) : pas de footer → on masque
   le sélecteur de langue flottant qui apparaissait seul au milieu de la page */
.ec-body .ft-lang-section,
.ec-body .ft-lang-panel{ display:none !important; }
/* Plat, discret, intégré au footer — bouton personnalisé (drapeau rond + libellé) */
.ft-lang-trigger{
  display:inline-flex;align-items:center;gap:.45rem;
  background-color:transparent;border:none;box-shadow:none;outline:none;
  padding:.3rem 1.1rem .3rem .2rem;
  font-family:inherit;font-size:.78rem;font-weight:600;color:rgba(1,0,53,.75);
  cursor:pointer;transition:opacity .15s;
}
@media (hover:hover){ .ft-lang-trigger:hover{opacity:.65} }
.ft-lang-trigger-flag{
  width:16px;height:16px;border-radius:50%;
  overflow:hidden;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:#F3F4F6;
}
.ft-lang-trigger-flag img{ width:24px;height:24px;object-fit:cover; }
.ft-lang-trigger-chevron{ flex-shrink:0;color:rgba(1,0,53,.4); }

/* Ancré en bas près du lien "Langue" du footer — pas de modal centré (référence Revolut) */
.ft-lang-panel{
  display:none;
  position:fixed;inset:0;z-index:9990;
  background:rgba(1,0,53,.45);
  align-items:flex-end;justify-content:center;
  padding:0 1rem 6vh;
}
.ft-lang-panel.open{display:flex}
.ft-lang-panel-inner{
  background:#fff;
  border-radius:24px;
  width:100%;max-width:400px;
  max-height:80vh;
  display:flex;flex-direction:column;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(1,0,53,.28);
}
/* Mobile : bottom-sheet plein-largeur — hauteur au contenu (8 langues) */
@media(max-width:699px){
  .ft-lang-panel{padding:0}
  .ft-lang-panel-inner{
    max-width:100%;width:100%;
    border-radius:20px 20px 0 0;
  }
  .ft-lang-panel-inner::before{
    content:"";
    display:block;flex-shrink:0;
    width:36px;height:4px;margin:.7rem auto 0;
    border-radius:2px;background:rgba(1,0,53,.15);
  }
}
/* En-tête */
.ft-lang-panel-head{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.3rem 1.1rem 1.3rem 1.4rem;
  border-bottom:1px solid #F4F6F8;
  flex-shrink:0;
}
.ft-lang-panel-title{
  font-size:1.05rem;font-weight:700;color:var(--navy);
  margin:0;
}
.ft-lang-panel-close{
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  width:32px;height:32px;border-radius:50%;
  background:#F3F4F6;border:none;color:#6B7280;cursor:pointer;
}
@media (hover:hover){ .ft-lang-panel-close:hover{background:#E5E7EB;color:#111827} }
/* Barre de recherche */
.ft-lang-search-wrap{
  padding:1rem 1.1rem .6rem;
  flex-shrink:0;
}
.ft-lang-search{
  display:flex;align-items:center;gap:.6rem;
  background:#F3F4F6;border-radius:2rem;
  padding:.7rem 1.1rem;
}
.ft-lang-search svg{color:#9CA3AF;flex-shrink:0}
.ft-lang-search input{
  border:none;background:none;outline:none;
  font-size:.92rem;color:#111827;width:100%;
  font-family:inherit;
}
.ft-lang-search input::placeholder{color:#9CA3AF}
/* Liste scrollable */
.ft-lang-list{
  overflow-y:auto;
  flex:1;
  padding:.3rem 0 .5rem;
}
.ft-lang-list-item{
  display:flex;align-items:center;gap:1rem;
  padding:0 1.4rem;height:58px;
  text-decoration:none;
  border-bottom:1px solid #F4F6F8;
  transition:background .15s;
}
.ft-lang-list-item:last-child{border-bottom:none}
@media (hover:hover){ .ft-lang-list-item:hover{background:#F9FAFB} }
.ft-lang-list-item--active{background:#F4F9FF}
.ft-lang-list-flag{
  width:36px;height:36px;border-radius:50%;
  overflow:hidden;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:#F3F4F6;
  box-shadow:0 1px 4px rgba(1,0,53,.12);
}
.ft-lang-list-flag img{
  width:54px;height:54px;object-fit:cover;
}
.ft-lang-list-name{
  font-size:1.06rem;font-weight:500;color:#2E3440;flex:1;
}
.ft-lang-list-item--active .ft-lang-list-name{font-weight:600;color:var(--navy)}
.ft-lang-list-check{
  display:none;align-items:center;justify-content:center;
  width:24px;height:24px;border-radius:50%;
  background:#0A5CFF;color:#fff;flex-shrink:0;
}
.ft-lang-list-check svg{width:14px;height:14px}
.ft-lang-list-item--active .ft-lang-list-check{display:flex}
.mob-lang-opt-name{flex:1}

/* ── Sélecteur de nationalité (formulaire simulation) — panneau personnalisé, drapeaux ronds ── */
.nat-picker-trigger{
  -webkit-appearance:none;appearance:none;
  display:flex;align-items:center;gap:.6rem;
  width:100%;box-sizing:border-box;
  border:1.5px solid #ddd;border-radius:10px;
  padding:.72rem .9rem;font-size:.95rem;font-family:inherit;
  color:var(--navy);background:#fff;
  cursor:pointer;text-align:left;transition:border-color .2s;
}
.nat-picker-trigger:focus{ border-color:var(--teal); outline:none; }
#s5-nat.err ~ .nat-picker-trigger{ border-color:#e74c3c; }
.nat-picker-trigger.placeholder .nat-picker-trigger-name{color:#9CA3AF}
@media(min-width:760px){ .nat-picker-trigger{font-size:1rem;padding:.85rem 1rem} }
.nat-picker-trigger-flag{
  width:22px;height:22px;border-radius:50%;overflow:hidden;flex-shrink:0;
  align-items:center;justify-content:center;background:#F3F4F6;
}
.nat-picker-trigger-flag img{width:32px;height:32px;object-fit:cover}
.nat-picker-trigger-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nat-picker-trigger-chevron{flex-shrink:0;color:#9CA3AF}

.nat-picker-panel{
  display:none;
  position:fixed;inset:0;z-index:9995;
  background:rgba(1,0,53,.45);
  align-items:flex-end;justify-content:center;
  padding:0 1rem 6vh;
}
.nat-picker-panel.open{display:flex}
.nat-picker-panel-inner{
  background:#fff;border-radius:24px;
  width:100%;max-width:400px;max-height:80vh;
  display:flex;flex-direction:column;overflow:hidden;
  box-shadow:0 24px 70px rgba(1,0,53,.28);
}
@media(max-width:699px){
  .nat-picker-panel{padding:0}
  .nat-picker-panel-inner{max-width:100%;width:100%;border-radius:20px 20px 0 0}
  .nat-picker-panel-inner::before{
    content:"";display:block;flex-shrink:0;
    width:36px;height:4px;margin:.7rem auto 0;
    border-radius:2px;background:rgba(1,0,53,.15);
  }
}
.nat-picker-head{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.3rem 1.1rem 1.3rem 1.4rem;
  border-bottom:1px solid #F4F6F8;flex-shrink:0;
}
.nat-picker-title{font-size:1.05rem;font-weight:700;color:var(--navy);margin:0}
.nat-picker-close{
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  width:32px;height:32px;border-radius:50%;
  background:#F3F4F6;border:none;color:#6B7280;cursor:pointer;
}
@media(hover:hover){ .nat-picker-close:hover{background:#E5E7EB;color:#111827} }
.nat-picker-search-wrap{padding:1rem 1.1rem .6rem;flex-shrink:0}
.nat-picker-search{
  display:flex;align-items:center;gap:.6rem;
  background:#F3F4F6;border-radius:2rem;padding:.7rem 1.1rem;
}
.nat-picker-search svg{color:#9CA3AF;flex-shrink:0}
.nat-picker-search input{
  border:none;background:none;outline:none;
  font-size:.92rem;color:#111827;width:100%;font-family:inherit;
}
.nat-picker-search input::placeholder{color:#9CA3AF}
.nat-picker-list{overflow-y:auto;flex:1;padding:.3rem 0 .5rem}
.nat-picker-item{
  display:flex;align-items:center;gap:.85rem;width:100%;
  padding:0 1.4rem;height:50px;
  border:none;background:none;font-family:inherit;cursor:pointer;
  transition:background .15s;
}
@media(hover:hover){ .nat-picker-item:hover{background:#F9FAFB} }
.nat-picker-item--active{background:#F4F9FF}
.nat-picker-flag{
  width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;background:#F3F4F6;
  box-shadow:0 1px 4px rgba(1,0,53,.12);
}
.nat-picker-flag img{width:45px;height:45px;object-fit:cover}
.nat-picker-name{font-size:.92rem;font-weight:500;color:#2E3440;flex:1;text-align:left}
.nat-picker-item--active .nat-picker-name{font-weight:600;color:var(--navy)}
.nat-picker-check{
  display:none;align-items:center;justify-content:center;
  width:24px;height:24px;border-radius:50%;
  background:#0A5CFF;color:#fff;flex-shrink:0;
}
.nat-picker-check svg{width:14px;height:14px}
.nat-picker-item--active .nat-picker-check{display:flex}
.nat-picker-item-code{font-size:.86rem;color:#9CA3AF;flex-shrink:0}
.nat-picker-item--active .nat-picker-item-code{color:var(--teal);font-weight:600}

/* ── Sélecteur d'indicatif téléphonique (formulaire simulation) — même logique que la nationalité ── */
.tel-picker-trigger{
  -webkit-appearance:none;appearance:none;
  display:flex;align-items:center;gap:.4rem;
  flex-shrink:0;width:auto;box-sizing:border-box;
  border:1.5px solid #ddd;border-radius:10px;
  padding:.72rem .8rem;font-size:.95rem;font-family:inherit;
  color:#0d2748;font-weight:600;background:#fff;
  cursor:pointer;transition:border-color .2s;
}
.sp5-tel-wrap:focus-within .tel-picker-trigger{border-color:var(--teal)}
.tel-picker-trigger-flag{
  width:20px;height:20px;border-radius:50%;overflow:hidden;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;background:#F3F4F6;
}
.tel-picker-trigger-flag img{width:30px;height:30px;object-fit:cover}
.tel-picker-trigger-code{white-space:nowrap}
@media(min-width:760px){ .tel-picker-trigger{font-size:1rem;padding:.85rem .8rem} }

/* Select natif nationalité sur mobile */
.sp5-nat-native{
  width:100%;border:1.5px solid #ddd;border-radius:10px;
  padding:.72rem .9rem;font-size:.95rem;font-family:inherit;
  color:#111;background:#fff;cursor:pointer;
  -webkit-appearance:none;appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .9rem center;
  padding-right:2.2rem;
}
.sp5-nat-native:focus{border-color:#06c2b0;outline:none}


/* ── Toast confirmation contact ── */
.cf-toast-overlay{
  display:none;position:fixed;inset:0;z-index:9997;
  background:rgba(0,0,0,.35);
}
.cf-toast-overlay.show{display:block}
.cf-toast{
  position:fixed;top:50%;left:50%;z-index:9998;
  transform:translate(-50%,-50%) scale(.92);
  opacity:0;
  background:#fff;border-radius:16px;
  padding:36px 32px 28px;
  width:min(88vw,420px);
  box-shadow:0 12px 48px rgba(0,0,0,.22);
  display:flex;flex-direction:column;align-items:center;gap:16px;
  text-align:center;
  transition:opacity .25s ease, transform .25s cubic-bezier(.22,1,.36,1);
  pointer-events:none;
}
.cf-toast.show{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}
.cf-toast-icon{
  width:56px;height:56px;
  background:#06c2b0;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.cf-toast-msg{font-size:1rem;color:#222;line-height:1.6;font-weight:500}
.cf-toast-close{
  margin-top:4px;background:#f5f5f5;border:none;border-radius:50px;
  color:#333;font-size:.9rem;font-weight:600;cursor:pointer;
  padding:10px 28px;
}
.cf-toast-close:hover{background:#e8e8e8}

/* ═══════════════════════════════════════════════════════════════════
   ROBUSTESSE MULTILINGUE — le français reste la référence visuelle.
   Le texte traduit (de, nl, pl, es, it, sv…), souvent plus long que le
   français, s'adapte au lieu de déborder ou de casser la mise en page.
   Ces règles NE CHANGENT PAS la police, la taille, la graisse, le
   line-height ni les espacements. Elles n'affectent que du texte qui
   dépasserait la largeur — donc le rendu français (plus court) est
   inchangé. Valable pour toutes les langues actuelles et futures.
   ═══════════════════════════════════════════════════════════════════ */

/* 1) Coupe proprement un mot trop long au lieu de le laisser déborder.
      Additif : sans effet sur un texte qui tient déjà (français). */
.prod-item-title, .prod-group-hd h2, .prod-group-hd p,
.ed-proj-card span, .trust-item p,
.cof-proj-btn, .cof-step-lbl, .cof-cta-btn,
.sim-title, .sim-proj-card, .sp4-h1,
.btn-teal, .hsc-btn, .sp4-cta, .sp4-back-btn, .sim-bb-next,
.con-card h2, .con-card p, .cf-label, .cf-modal-title,
.mob-nav-link, .sub-menu li a, .footer a,
.hero-promo-card, .hero-sim-card {
  overflow-wrap: break-word;
}

/* 2) Libellés courts qui étaient forcés sur une seule ligne
      (white-space:nowrap) et débordaient en allemand → autorisés à
      revenir à la ligne. En français ces libellés tiennent déjà,
      donc le rendu reste identique. */
.trust-item p { white-space: normal; }
.ed-proj-card span { white-space: normal; }

/* ═══════════════════════════════════════════════════════════════════
   TAILLE DES TITRES DE PAGE — référence = titre "Simulez votre crédit
   en 2 étapes" (1.1rem, gras). Les titres héros gardent leur grande
   taille ; les titres des pages internes/produit sont ramenés à cette
   référence. Global à toutes les langues (CSS partagé), héros intacts.
   ═══════════════════════════════════════════════════════════════════ */
.pg-inner h2,
.pg-inner .steps-title,
.pg-inner .editorial h1, .pg-inner .editorial h2,
.pg-inner .inner-page h1 {
  font-size: 1.1rem;
}

/* ── Section Prémios / Récompenses & certifications (page Nous découvrir) ── */
.awards-list{
  display:flex;
  flex-direction:column;
  margin-top:1.4rem;
}
.award-item{
  display:flex;
  gap:1.3rem;
  align-items:flex-start;
  padding:1.4rem 0;
  border-bottom:1px solid #e7ebf0;
}
.award-item:last-child{border-bottom:none}
.award-badge-link{flex:0 0 auto;display:inline-flex;transition:transform .15s,opacity .15s}
@media (hover:hover){ .award-badge-link:hover{transform:translateY(-2px);opacity:.85} }
.award-badge{
  flex:0 0 auto;
  width:84px;height:84px;
  object-fit:contain;
}
.award-txt h3{
  font-size:1rem;font-weight:800;
  color:var(--navy);
  margin:.1rem 0 .45rem;
}
.award-txt p{
  font-size:.92rem;line-height:1.55;
  color:#41505f;margin:0 0 .3rem;
}
.award-sites{font-weight:700;color:var(--navy);margin-top:.7rem!important}
.award-links{display:flex;flex-direction:column;gap:.1rem}
.award-links a{color:#0a8f81;text-decoration:underline;font-size:.92rem}
.awards-note{
  font-size:.82rem;font-style:italic;
  color:#7b8896;text-align:center;
  margin-top:1.6rem;
}
@media (min-width:700px){
  .award-badge{width:96px;height:96px}
  .award-txt p{font-size:.96rem}
}

/* ── Protection des images contre le téléchargement ── */
img{
  -webkit-user-drag:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

/* ── Page de recherche ── */
.srch-hero-plain{background:#fff;padding:1.8rem 0 .5rem}
.srch-hero-plain .inner{max-width:760px}
.srch-hero-plain h1{font-size:1.5rem;font-weight:700;text-align:left;margin-bottom:1.3rem}
.srch-hero-form{
  position:relative;width:100%;
}
.srch-hero-ico{
  position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);
  color:var(--navy);pointer-events:none;
}
.srch-hero-input{
  width:100%;padding:1rem 3rem 1rem 1.2rem;border-radius:10px;
  border:1.5px solid #d5dae2;font-size:1rem;font-family:inherit;background:#fff;color:var(--navy);
}
.srch-hero-input::placeholder{color:#8a93a6}
.srch-hero-input:focus{outline:none;border-color:var(--teal)}
.srch-hero-form:focus-within .srch-hero-ico{color:var(--teal)}

.srch-quick{margin-top:1.3rem;text-align:center}
.srch-quick-lbl{display:block;font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.7rem}
.srch-quick-pills{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem 1.2rem}
.srch-pill{
  display:inline-block;color:var(--teal-d);font-size:.88rem;font-weight:700;
  text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s,color .15s;
}
.srch-pill:hover{color:var(--teal);text-decoration-color:var(--teal)}

.srch-wrap{padding:2rem 1rem 3.5rem;max-width:760px;margin:0 auto}
.srch-count{
  font-size:.92rem;font-weight:600;color:#5b6470;margin-bottom:.3rem;min-height:1.3em;
}
.srch-results{list-style:none;margin:0;padding:0}
.srch-results[hidden],.srch-empty[hidden]{display:none}
.srch-card{border-bottom:1px solid #ececf2}
.srch-card-link{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.15rem .1rem;text-decoration:none;
}
.srch-card-text{min-width:0;display:flex;flex-direction:column;gap:.25rem}
.srch-card-title{display:block;font-weight:700;color:var(--navy);font-size:1.02rem;line-height:1.35;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s}
.srch-card-desc{display:block;font-size:.9rem;color:#5b6470;line-height:1.4}
.srch-card-chev{font-size:1.4rem;color:#c2c8d4;flex-shrink:0;line-height:1}
.srch-card-link:hover .srch-card-title{color:var(--teal-d);text-decoration-color:var(--teal-d)}
.srch-card-link:hover .srch-card-chev{color:var(--teal)}

.srch-empty{text-align:center;padding:1.6rem 1rem 2.2rem}
.srch-empty-title{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}
.srch-empty-sub{font-size:.95rem;color:#5b6470;line-height:1.5}

.srch-suggest{margin-top:.8rem}
.srch-suggest-title{font-size:.85rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#8a93a6;margin-bottom:.2rem}
.srch-suggest-grid{list-style:none;margin:0;padding:0}
.srch-suggest-card{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.15rem .1rem;border-bottom:1px solid #ececf2;text-decoration:none;
}
.srch-suggest-card-text{min-width:0;display:flex;flex-direction:column;gap:.25rem}
.srch-suggest-card-title{display:block;font-weight:700;color:var(--navy);font-size:1.02rem;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s}
.srch-suggest-card-desc{display:block;font-size:.9rem;color:#5b6470;line-height:1.4}
.srch-suggest-card:hover .srch-suggest-card-title{color:var(--teal-d);text-decoration-color:var(--teal-d)}
.srch-suggest-card:hover .srch-card-chev{color:var(--teal)}
