/* ============================================
   JeCompareTout — feuille de style partagée
   Thème vert premium · vanilla CSS
   ============================================ */

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

:root {
  --green-900: #0c3b2e;
  --green-700: #0f5a40;
  --green-600: #0e9f6e;
  --green-500: #16b67e;
  --green-soft: #e6f6ef;
  --green-soft-2: #d4efe2;
  --gold: #c6933a;
  --gold-soft: #fbf3e3;
  --ink: #16201c;
  --ink-70: #3f4a45;
  --ink-50: #6b7771;
  --ink-30: #a7b0ab;
  --line: #e7ece9;
  --bg: #f5f8f6;
  --white: #ffffff;
  --radius: 16px;
  --radius-lg: 22px;
  --radius-sm: 10px;
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --shadow-sm: 0 1px 3px rgba(12,59,46,0.06);
  --shadow: 0 2px 6px rgba(12,59,46,0.05), 0 12px 30px rgba(12,59,46,0.07);
  --shadow-lg: 0 8px 40px rgba(12,59,46,0.12);
  --max: 1140px;
  --nav-h: 68px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

/* ─── NAV ─── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.logo-mark { width: 34px; height: 34px; border-radius: 9px; display: block; flex-shrink: 0; }
.logo b { color: var(--green-600); }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--ink-50); font-size: 14.5px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { background: var(--green-600); color: white !important; padding: 9px 18px; border-radius: var(--radius-sm); font-weight: 600 !important; transition: background 0.2s; }
.nav-cta:hover { background: var(--green-900); }
.burger { display: none; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--ink); }

/* ─── BUTTONS ─── */
.btn {
  border: none;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.btn-green { background: var(--green-600); color: white; }
.btn-green:hover { background: var(--green-900); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-ghost { background: var(--white); color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink-30); transform: translateY(-1px); }
.btn-white { background: white; color: var(--green-900); }
.btn-white:hover { transform: translateY(-1px); opacity: 0.94; }

/* ─── GENERIC SECTION ─── */
.block { max-width: var(--max); margin: 0 auto; padding: 3.5rem 1.5rem; }
.sec-head { margin-bottom: 2rem; }
.sec-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-600); margin-bottom: 0.6rem; }
.sec-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; color: var(--green-900); margin-bottom: 0.5rem; }
.sec-head p { color: var(--ink-50); font-size: 16px; max-width: 560px; }

/* ─── FOOTER ─── */
footer { background: var(--green-900); color: rgba(255,255,255,0.6); }
.foot-inner { max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem 2rem; }
.foot-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2.5rem; margin-bottom: 2.5rem; }
.foot-brand { max-width: 300px; }
.foot-brand .logo { color: white; }
.foot-brand .logo b { color: var(--green-500); }
.foot-brand p { color: rgba(255,255,255,0.55); font-size: 14px; margin-top: 0.85rem; }
.foot-cols { display: flex; gap: 3.5rem; flex-wrap: wrap; }
.foot-col h4 { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; }
.foot-col a { display: block; color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; margin-bottom: 0.55rem; transition: color 0.2s; }
.foot-col a:hover { color: white; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 13px; color: rgba(255,255,255,0.45); }
.foot-disclaimer { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 1.25rem; line-height: 1.6; max-width: 760px; }

/* ─── REVEAL ANIMATION ─── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .burger { display: block; }
}

/* ============================================
   PAGES DÉTAIL BANQUE
   ============================================ */
.bank-hero { background: var(--white); border-bottom: 1px solid var(--line); }
.bank-hero-inner { max-width: var(--max); margin: 0 auto; padding: 2.5rem 1.5rem; }
.crumb { font-size: 13px; color: var(--ink-50); margin-bottom: 1.5rem; }
.crumb a { color: var(--green-600); text-decoration: none; }
.bank-hero-grid { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.bank-hero-logo { height: 56px; width: auto; margin-bottom: 1.25rem; }
.bank-hero h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; color: var(--green-900); line-height: 1.12; margin-bottom: 1rem; }
.bank-hero .verdict { font-size: 17px; color: var(--ink-70); max-width: 600px; }
.bank-hero-meta { display: flex; gap: 1.5rem; margin-top: 1.5rem; flex-wrap: wrap; }
.meta-item { display: flex; flex-direction: column; }
.meta-item .lbl { font-size: 12px; color: var(--ink-50); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
.meta-item .val { font-size: 18px; font-weight: 700; color: var(--green-900); margin-top: 2px; }
.meta-item .val .star { color: #f5a623; }

/* sticky offer card */
.offer-card { background: var(--white); border: 2px solid var(--green-600); border-radius: var(--radius); padding: 1.6rem; position: sticky; top: calc(var(--nav-h) + 1.5rem); }
.offer-card .tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-700); background: var(--green-soft); padding: 4px 12px; border-radius: 100px; margin-bottom: 1rem; }
.offer-card .prime { font-size: 28px; font-weight: 800; color: var(--green-900); letter-spacing: -0.02em; }
.offer-card .prime-sub { font-size: 14px; color: var(--ink-50); margin-bottom: 1.25rem; }
.offer-card .btn { width: 100%; justify-content: center; margin-bottom: 0.6rem; }
.offer-card .note { font-size: 12px; color: var(--ink-30); text-align: center; margin-top: 0.5rem; }

/* content body */
.bank-body { max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem; display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.bank-main h2 { font-size: 1.4rem; font-weight: 800; color: var(--green-900); letter-spacing: -0.01em; margin: 2.5rem 0 0.9rem; }
.bank-main h2:first-child { margin-top: 0; }
.bank-main p { color: var(--ink-70); margin-bottom: 1rem; }
.bank-main strong { color: var(--green-900); font-weight: 700; }

.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1rem; }
.pc-box { border-radius: var(--radius); padding: 1.4rem; border: 1px solid var(--line); }
.pc-box.pros { background: var(--green-soft); border-color: var(--green-soft-2); }
.pc-box.cons { background: #fdf1ef; border-color: #f7ddd8; }
.pc-box h3 { font-size: 15px; font-weight: 700; margin-bottom: 0.8rem; display: flex; align-items: center; gap: 8px; }
.pc-box.pros h3 { color: var(--green-700); }
.pc-box.cons h3 { color: #b3402c; }
.pc-box ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.pc-box li { font-size: 14px; color: var(--ink-70); display: flex; gap: 8px; align-items: flex-start; }
.pc-box.pros li::before { content: '✓'; color: var(--green-600); font-weight: 800; flex-shrink: 0; }
.pc-box.cons li::before { content: '✕'; color: #d35a45; font-weight: 800; flex-shrink: 0; }

.info-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.5rem 0 0.5rem; }
.info-cell { background: var(--bg); border-radius: var(--radius-sm); padding: 1.1rem; }
.info-cell .lbl { font-size: 12px; color: var(--ink-50); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; margin-bottom: 4px; }
.info-cell .val { font-size: 16px; font-weight: 700; color: var(--green-900); }

.bank-faq { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.5rem; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 1.1rem 0; font-family: var(--font); font-size: 16px; font-weight: 600; color: var(--green-900); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q::after { content: '+'; font-size: 22px; color: var(--green-600); font-weight: 400; flex-shrink: 0; transition: transform 0.2s; }
.faq-q.open::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a p { padding-bottom: 1.1rem; color: var(--ink-70); margin: 0; }

.related { background: var(--white); border-top: 1px solid var(--line); }
.related-inner { max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1.5rem; }
.related-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem; text-decoration: none; color: inherit; transition: transform 0.2s, box-shadow 0.2s; display: flex; align-items: center; gap: 1rem; }
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.related-card img { height: 32px; width: auto; }
.related-card span { font-weight: 700; color: var(--green-900); font-size: 15px; }

@media (max-width: 860px) {
  .bank-hero-grid, .bank-body { grid-template-columns: 1fr; }
  .offer-card { position: static; }
  .proscons, .info-strip, .related-grid { grid-template-columns: 1fr; }
}

/* ============================================
   PAGES ÉDITORIALES (guides + légal)
   ============================================ */
.page-hero { background: var(--white); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 820px; margin: 0 auto; padding: 3rem 1.5rem 2.5rem; }
.page-hero .crumb { margin-bottom: 1rem; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.02em; color: var(--green-900); line-height: 1.12; }
.page-hero .sub { color: var(--ink-50); font-size: 18px; margin-top: 0.75rem; max-width: 620px; }

.article { max-width: 820px; margin: 0 auto; padding: 3rem 1.5rem; }
.article h2 { font-size: 1.5rem; font-weight: 800; color: var(--green-900); letter-spacing: -0.01em; margin: 2.5rem 0 0.9rem; scroll-margin-top: 90px; }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.15rem; font-weight: 700; color: var(--green-900); margin: 1.6rem 0 0.6rem; }
.article p { color: var(--ink-70); margin-bottom: 1rem; }
.article ul, .article ol { margin: 0 0 1.2rem 1.2rem; color: var(--ink-70); }
.article li { margin-bottom: 0.5rem; }
.article strong { color: var(--green-900); font-weight: 700; }
.article a { color: var(--green-600); }
.callout { background: var(--green-soft); border-left: 4px solid var(--green-600); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1.1rem 1.3rem; margin: 1.5rem 0; }
.callout p { margin: 0; color: var(--green-900); font-size: 15px; }
.article-divider { border: none; border-top: 1px solid var(--line); margin: 3rem 0; }
.toc { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.6rem; margin-bottom: 2.5rem; }
.toc h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-50); font-weight: 700; margin-bottom: 0.8rem; }
.toc a { display: block; color: var(--green-700); text-decoration: none; font-size: 15px; font-weight: 500; padding: 0.3rem 0; }
.toc a:hover { color: var(--green-600); }

/* guides listing */
.guides-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 1.5rem; }
.gl-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.gl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gl-top { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.gl-body { padding: 1.4rem; }
.gl-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-600); }
.gl-body h3 { font-size: 17px; font-weight: 700; color: var(--green-900); margin: 0.4rem 0 0.5rem; line-height: 1.35; }
.gl-body p { font-size: 14px; color: var(--ink-50); margin-bottom: 0.8rem; }
.gl-link { font-size: 14px; font-weight: 600; color: var(--green-600); }

/* Repli logo (si l'image ne charge pas) */
.wm-fallback { font-weight: 800; letter-spacing: -0.02em; font-size: 20px; white-space: nowrap; }
.bank-hero-logo + .wm-fallback, .wm-fallback { line-height: 1; }

/* ============================================
   MOTEUR DE LOGOS — affichage
   ============================================ */
.logo-slot { display: inline-flex; align-items: center; height: 44px; }
.logo-slot .logo-img { height: 100%; width: auto; max-width: 150px; object-fit: contain; }
.bank-logo-wrap .logo-slot { height: 44px; }
.bank-hero .logo-slot { height: 52px; margin-bottom: 1.25rem; }
.bank-hero .logo-slot .logo-img { max-width: 200px; }
.related-card .logo-slot { height: 30px; }
.related-card .logo-slot .logo-img { max-width: 110px; }
.wm-fallback { font-weight: 800; letter-spacing: -0.02em; font-size: 20px; white-space: nowrap; line-height: 1; }

/* ============================================
   PAGES CATÉGORIE (banques pro, assurances)
   ============================================ */
.cat-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.cat-tab { background: var(--white); border: 1px solid var(--line); color: var(--ink-70); padding: 9px 18px; border-radius: 100px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: var(--font); text-decoration: none; }
.cat-tab:hover { border-color: var(--ink-30); }
.cat-tab.active { background: var(--green-900); color: white; border-color: var(--green-900); }
.cat-intro { max-width: 640px; color: var(--ink-70); margin-bottom: 2rem; }
.group-title { font-size: 1.3rem; font-weight: 800; color: var(--green-900); letter-spacing: -0.01em; margin: 2.5rem 0 1.25rem; padding-top: 0.5rem; scroll-margin-top: 90px; }
.group-title:first-of-type { margin-top: 0; }

/* ============================================
   CARTES COMPARATEUR (partagées)
   ============================================ */
.bank-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap:1.5rem; }
.bank-card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:1.6rem; display:flex; flex-direction:column; position:relative; transition:transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.bank-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); border-color:transparent; }
.bank-card.featured { border:2px solid var(--green-600); }
.ribbon { position:absolute; top:-12px; left:1.6rem; background:var(--green-600); color:white; font-size:11px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; padding:4px 12px; border-radius:100px; }
.bank-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:1.1rem; min-height:52px; }
.bank-logo-wrap { height:52px; display:flex; align-items:center; }
.rating { display:flex; align-items:center; gap:5px; font-size:13px; font-weight:700; color:var(--ink); background:var(--bg); padding:5px 11px; border-radius:100px; white-space:nowrap; }
.rating .star { color:#f5a623; }
.bank-tagline { font-size:12px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--green-600); margin-bottom:0.5rem; }
.bank-offer { font-size:14.5px; color:var(--ink-70); margin-bottom:1.1rem; }
.bank-offer b { color:var(--green-600); font-weight:700; }
.bank-feats { list-style:none; margin-bottom:1.5rem; display:flex; flex-direction:column; gap:0.55rem; }
.bank-feats li { display:flex; align-items:flex-start; gap:9px; font-size:14.5px; color:var(--ink); }
.bank-feats .ic { color:var(--green-600); font-weight:800; flex-shrink:0; margin-top:1px; }
.bank-foot { margin-top:auto; display:flex; gap:0.6rem; }
.bank-btn { flex:1; text-align:center; background:var(--green-600); color:white; text-decoration:none; padding:12px; border-radius:var(--radius-sm); font-weight:600; font-size:14.5px; transition:background 0.2s; }
.bank-btn:hover { background:var(--green-900); }
.bank-btn.ghost { flex:0 0 auto; background:var(--white); color:var(--ink-50); border:1px solid var(--line); padding:12px 16px; }
.bank-btn.ghost:hover { border-color:var(--ink-30); color:var(--ink); }
@media (max-width:560px){ .bank-grid{ grid-template-columns:1fr; } }

/* ============================================
   BANDE LOGOS PARTENAIRES (accueil)
   ============================================ */
.logo-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-strip-inner { max-width: var(--max); margin: 0 auto; padding: 2.25rem 1.5rem; }
.logo-strip-label { text-align: center; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-30); margin-bottom: 1.5rem; }
.logo-strip-row { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.logo-strip .logo-slot { height: 28px; filter: grayscale(1); opacity: 0.65; transition: filter .25s, opacity .25s; }
.logo-strip .logo-slot:hover { filter: none; opacity: 1; }
.logo-strip .logo-slot .logo-img { max-width: 130px; }

/* ============================================
   BANDEAU COOKIES (RGPD)
   ============================================ */
.jct-cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1000; max-width: 880px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 1.5rem 1.6rem; display: none; }
.jct-cookie.show { display: block; animation: jctUp .35s ease both; }
@keyframes jctUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.jct-cookie h3 { font-size: 16px; font-weight: 800; color: var(--green-900); margin-bottom: 0.4rem; }
.jct-cookie p { font-size: 14px; color: var(--ink-60); margin: 0 0 1rem; }
.jct-cookie p a { color: var(--green-600); }
.jct-cookie-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.jct-btn { border: none; padding: 11px 20px; border-radius: var(--radius-sm); font-family: var(--font); font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s; }
.jct-btn.primary { background: var(--green-600); color: #fff; }
.jct-btn.primary:hover { background: var(--green-900); }
.jct-btn.ghost { background: var(--white); color: var(--ink-70); border: 1px solid var(--line); }
.jct-btn.ghost:hover { border-color: var(--ink-30); color: var(--ink); }
.jct-btn.link { background: none; color: var(--ink-50); padding: 11px 8px; text-decoration: underline; }
.jct-btn.link:hover { color: var(--ink); }

/* prefs modal */
.jct-overlay { position: fixed; inset: 0; z-index: 1001; background: rgba(12,32,28,0.45); backdrop-filter: blur(2px); display: none; align-items: center; justify-content: center; padding: 1rem; }
.jct-overlay.show { display: flex; }
.jct-modal { background: var(--white); border-radius: var(--radius-lg); max-width: 520px; width: 100%; padding: 2rem; box-shadow: var(--shadow-lg); max-height: 90vh; overflow: auto; }
.jct-modal h3 { font-size: 1.3rem; font-weight: 800; color: var(--green-900); margin-bottom: 0.5rem; }
.jct-modal > p { font-size: 14px; color: var(--ink-60); margin-bottom: 1.25rem; }
.jct-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.jct-row .t { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.jct-row .d { font-size: 13px; color: var(--ink-50); margin-top: 2px; }
.jct-switch { position: relative; width: 44px; height: 26px; flex-shrink: 0; }
.jct-switch input { opacity: 0; width: 0; height: 0; }
.jct-slider { position: absolute; inset: 0; background: var(--ink-30); border-radius: 100px; transition: .2s; cursor: pointer; }
.jct-slider::before { content: ''; position: absolute; height: 20px; width: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; }
.jct-switch input:checked + .jct-slider { background: var(--green-600); }
.jct-switch input:checked + .jct-slider::before { transform: translateX(18px); }
.jct-switch input:disabled + .jct-slider { background: var(--green-600); opacity: .5; cursor: not-allowed; }
.jct-modal-actions { display: flex; gap: 0.6rem; margin-top: 1.5rem; flex-wrap: wrap; }
@media (max-width: 560px){ .jct-cookie-actions, .jct-modal-actions { flex-direction: column; } .jct-btn { width: 100%; } }

/* logos cliquables dans la bande partenaires */
.logo-strip .logo-link { display: inline-flex; align-items: center; cursor: pointer; }
