.elementor-677 .elementor-element.elementor-element-23473cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-677 .elementor-element.elementor-element-23473cd:not(.elementor-motion-effects-element-type-background), .elementor-677 .elementor-element.elementor-element-23473cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4b56d9a );}.elementor-677 .elementor-element.elementor-element-8a0d1d8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -18px) 0px;}.elementor-677 .elementor-element.elementor-element-1a04459{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px -17px 0px;}.elementor-677 .elementor-element.elementor-element-73e9577{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-677 .elementor-element.elementor-element-52fba2a{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-677 .elementor-element.elementor-element-565d745{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-677 .elementor-element.elementor-element-e02d319{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for container, class: .elementor-element-23473cd *//*
 * CSS GLOBAL — Kin & Kids Landing Page
 * ─────────────────────────────────────
 * INTÉGRATION ELEMENTOR :
 *   Option A (recommandée) : coller dans
 *     Elementor > Site Settings > Custom CSS
 *   Option B : coller dans
 *     Appearance > Customize > Additional CSS
 *
 * Les polices Google Fonts doivent être chargées
 * via le widget HTML du Bloc 01 (déjà inclus).
 * ─────────────────────────────────────
 */


    /* ── TOKENS — alignés sur la charte Cabinet Kerduel ─────────── */
    :root {
      /* Couleurs système Elementor */
      --navy:      #35456C;   /* Principal */
      --teal:      #70BBB7;   /* Secondaire */
      --text:      #404040;   /* Texte */
      --gold:      #D4AD17;   /* Accentué */
      /* Couleurs personnalisées Elementor */
      --header:    #2A3B55;   /* Titres, header */
      --teal-lt:   #DCF5F5;   /* Fonds, avatars */
      --bg-testi:  #FAF0E8;   /* Fond section témoignages */
      --white:     #FFFFFF;   /* Cartes, badges */
      --mid:       #666666;   /* Textes secondaires */
      --light:     #F7F7F7;   /* Gris léger */
      --blue-lt:   #E8F3F8;   /* Bleu léger */
      --warm-lt:   #FFFCFA;   /* Gris taupe */
      /* Dérivés */
      --gold-lt:   #FDF6D8;
      --dark:      #2A3B55;
      --border:    #E2E8F0;
      --r:         10px;
      --shadow:    0 4px 24px rgba(53,69,108,.10);
      /* Typographie */
      --font-head: 'Cormorant Garamond', Georgia, serif;
      --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
    }

    /* ── RESET ──────────────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 1.7;
      color: var(--text);
      background: var(--white);
    }
    img { max-width: 100%; display: block; }
    a { color: var(--teal); text-decoration: none; }
    a:hover { text-decoration: underline; }

    /* ── LAYOUT HELPERS ─────────────────────────────────────────── */
    .container   { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
    .container-sm{ max-width: 780px;  margin: 0 auto; padding: 0 24px; }
    .section     { padding: 80px 0; }
    .section-sm  { padding: 56px 0; }
    .section-alt { background: var(--light); }
    .text-center { text-align: center; }

    /* ── TYPOGRAPHY ─────────────────────────────────────────────── */
    .eyebrow {
      font-family: var(--font-body);
      font-size: .75rem; font-weight: 600; letter-spacing: .16em;
      text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 14px;
    }
    h1 {
      font-family: var(--font-head);
      font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 600; line-height: 1.1;
      color: var(--header); letter-spacing: -.01em;
    }
    h2 {
      font-family: var(--font-head);
      font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 600; line-height: 1.2;
      color: var(--header); margin-bottom: 16px; letter-spacing: -.01em;
    }
    h3 {
      font-family: var(--font-head);
      font-size: 1.35rem; font-weight: 600; color: var(--header); margin-bottom: 8px;
    }
    .lead { font-size: 1.1rem; color: var(--mid); margin-top: 16px; line-height: 1.75; }
    .highlight { color: var(--teal); }
    .divider { width: 48px; height: 3px; background: var(--teal); border-radius: 2px; margin: 20px auto; }
    .divider-left { margin: 20px 0; }

    /* ── NAV ────────────────────────────────────────────────────── */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: var(--white); border-bottom: 1px solid var(--border);
      padding: 14px 24px; display: flex; align-items: center;
      justify-content: space-between; gap: 20px;
    }
    .nav-brand {
      font-weight: 800; font-size: 1.1rem; color: var(--navy);
      display: flex; align-items: center; gap: 10px;
    }
    .nav-brand span { color: var(--teal); }
    .nav-links { display: flex; gap: 24px; list-style: none; }
    .nav-links a { color: var(--mid); font-size: .95rem; font-weight: 500; }
    .nav-links a:hover { color: var(--navy); text-decoration: none; }
    .nav-cta {
      background: var(--teal); color: var(--white);
      padding: 10px 22px; border-radius: 100px;
      font-weight: 700; font-size: .9rem; white-space: nowrap;
    }
    .nav-cta:hover { background: var(--navy); text-decoration: none; }
    /* ── RESPONSIVE ─────────────────────────────────────────────── */
    @media(max-width:768px){
      .nav-links { display: none; }
      .section  { padding: 56px 0; }
      h1 { font-size: clamp(2rem, 7vw, 2.8rem); }
      h2 { font-size: clamp(1.6rem, 5vw, 2.2rem); }
      .hero { padding: 64px 20px 56px; }
      .proof-bar-inner { gap: 20px; }
      .proof-num { font-size: 1.4rem; }
      .pain-grid,
      .persona-grid,
      .outcomes-grid,
      .peda-grid,
      .testi-grid,
      .included-grid { grid-template-columns: 1fr; }
      .method-grid,
      .trainer-grid { grid-template-columns: 1fr; justify-items: center; }
      .trainer-avatar { width: 200px !important; height: 200px !important; font-size: 3rem !important; margin: 0 auto 8px; }
      .trainer-avatar-photo { width: 200px !important; height: 200px !important; margin: 0 auto 8px; border-radius: 16px !important; }
      .trainer-avatar-photo img { border-radius: 16px !important; }
      .credential-list { text-align: left; }
      blockquote { text-align: left; }
      .btn { padding: 14px 28px; font-size: .95rem; }
      .pricing-price { font-size: 2.8rem; }
    }
    @media(max-width:480px){
      .container, .container-sm { padding: 0 16px; }
      /* Hero centré sur très petit écran */
      .hero-inner { text-align: center; }
      .hero .lead { margin-left: auto; margin-right: auto; }
      .hero-badges { justify-content: center; }
      .hero-ctas { flex-direction: column; align-items: center; }
      .hero-ctas .btn { width: 100%; text-align: center; }
      /* Divider gauche recentré */
      .divider-left { margin: 16px auto; }
      /* Proof bar */
      .proof-bar-inner { gap: 16px; }
      .proof-item { min-width: 120px; }
      /* Section finale */
      .final-cta { padding: 64px 20px; }
      .final-cta-ctas { flex-direction: column; align-items: center; }
    }

    /* ── HERO ───────────────────────────────────────────────────── */
    .hero {
      background: linear-gradient(140deg, var(--header) 0%, var(--navy) 55%, #243D60 100%);
      color: var(--white); padding: 96px 24px 80px;
      position: relative; overflow: hidden;
    }
    .hero::before {
      content: ''; position: absolute; top: -80px; right: -80px;
      width: 420px; height: 420px; border-radius: 50%;
      background: radial-gradient(circle, rgba(112,187,183,.22), transparent 70%);
      pointer-events: none;
    }
    .hero-inner { max-width: 840px; }
    .hero .eyebrow { color: var(--teal); }
    .hero h1 { color: var(--white); font-weight: 500; }
    .hero .lead { color: rgba(255,255,255,.82); max-width: 620px; margin-top: 20px; }
    .hero-badges {
      display: flex; flex-wrap: wrap; gap: 12px;
      margin-top: 32px; margin-bottom: 40px;
    }
    .badge {
      background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.20);
      color: rgba(255,255,255,.90); border-radius: 100px;
      padding: 6px 16px; font-size: .85rem; font-weight: 600;
    }
    .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
    .btn {
      display: inline-block; padding: 16px 36px; border-radius: 100px;
      font-weight: 700; font-size: 1rem; cursor: pointer;
      transition: all .18s; border: none;
    }
    .btn-primary { background: var(--teal); color: var(--white); }
    .btn-primary:hover { background: #5AABA7; text-decoration: none; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(112,187,183,.45); }
    .btn-outline { background: transparent; border: 2px solid rgba(255,255,255,.4); color: var(--white); }
    .btn-outline:hover { border-color: var(--white); text-decoration: none; }
    .btn-gold { background: var(--gold); color: var(--white); }
    .btn-gold:hover { background: #B8970F; text-decoration: none; transform: translateY(-2px); }

    /* ── PROOF BAR ──────────────────────────────────────────────── */
    .proof-bar {
      background: var(--teal); color: var(--white);
      padding: 20px 24px; text-align: center;
    }
    .proof-bar-inner {
      max-width: 900px; margin: 0 auto;
      display: flex; flex-wrap: wrap; justify-content: center;
      gap: 32px; align-items: center;
    }
    .proof-item { text-align: center; }
    .proof-num { font-size: 1.8rem; font-weight: 800; }
    .proof-label { font-size: .82rem; opacity: .85; }

    /* ── PAIN ───────────────────────────────────────────────────── */
    .pain-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
      gap: 20px; margin-top: 40px;
    }
    .pain-card {
      background: var(--white); border: 1px solid var(--border);
      border-left: 4px solid #FCA5A5; border-radius: var(--r);
      padding: 24px; display: flex; gap: 16px; align-items: flex-start;
    }
    .pain-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }

    /* ── PERSONAS ───────────────────────────────────────────────── */
    .persona-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr));
      gap: 20px; margin-top: 40px;
    }
    .persona-card {
      background: var(--white); border: 1px solid var(--border);
      border-radius: var(--r); padding: 28px 24px;
      text-align: center; box-shadow: var(--shadow);
      transition: transform .2s, box-shadow .2s;
    }
    .persona-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(53,69,108,.15); }
    .persona-icon { font-size: 2.4rem; margin-bottom: 16px; }
    .persona-label {
      display: inline-block; background: var(--teal-lt); color: var(--teal);
      border-radius: 100px; padding: 4px 14px;
      font-size: .78rem; font-weight: 700; margin-bottom: 12px;
    }
    .persona-pain { font-size: .9rem; color: var(--mid); margin-top: 10px; }

    /* ── LAYOUT TOGGLE desktop / mobile ────────────────────────── */
    .kk-desktop-only { display: block; }
    .kk-mobile-only  { display: none;  }
    @media (max-width: 768px) {
      .kk-desktop-only { display: none;  }
      .kk-mobile-only  { display: block; }
    }

    /* ── METHOD ─────────────────────────────────────────────────── */
    .method-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 40px; align-items: start; margin-top: 48px;
    }

    .method-pillar {
      border-left: 4px solid var(--teal);
      padding-left: 24px; margin-bottom: 32px;
    }

    /* ── STEPS GRID (3 étapes horizontales) ─────────────────────── */
    .steps-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 16px; margin-top: 0; margin-bottom: 24px;
      align-items: start;
    }
    details.step-card {
      border: 1px solid var(--border); border-radius: var(--r);
      overflow: hidden; margin-bottom: 0 !important;
      box-shadow: 0 2px 8px rgba(53,69,108,.07);
    }
    details.step-card > summary {
      background: linear-gradient(135deg, var(--header), var(--navy));
      color: var(--white); padding: 16px 18px;
      cursor: pointer; list-style: none;
      display: flex; align-items: center; gap: 10px;
      transition: opacity .15s;
    }
    details.step-card > summary::-webkit-details-marker { display: none; }
    details.step-card > summary::after {
      content: '+'; margin-left: auto; font-size: 1.3rem;
      color: rgba(255,255,255,.7); flex-shrink: 0;
    }
    details.step-card[open] > summary::after { content: '−'; }
    details.step-card[open] > summary { color: var(--white) !important; }
    .step-num {
      background: rgba(255,255,255,.18); border-radius: 50%;
      width: 30px; height: 30px; min-width: 30px;
      display: flex; align-items: center; justify-content: center;
      font-weight: 800; font-size: .85rem; flex-shrink: 0;
    }
    .step-title {
      font-family: var(--font-head); font-size: .97rem;
      font-weight: 600; line-height: 1.3;
    }
    .step-body {
      padding: 18px 20px; background: var(--white);
      font-size: .9rem; color: var(--mid); line-height: 1.65;
    }
    .step-body p { margin: 0; }

    /* ── METHOD BOXES (IS / IS NOT) ─────────────────────────────── */
    .method-boxes {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 20px; margin-top: 8px;
    }
    @media (max-width: 768px) {
      .steps-grid { grid-template-columns: 1fr; }
      .method-boxes { grid-template-columns: 1fr; }
    }
    .not-list, .yes-list { list-style: none; }
    .not-list li::before { content: '✗  '; color: #EF4444; font-weight: 700; }
    .yes-list li::before { content: '✔  '; color: var(--teal); font-weight: 700; }
    .not-list li, .yes-list li { padding: 6px 0; font-size: .95rem; }
    .box-light {
      background: var(--teal-lt); border-radius: var(--r);
      padding: 28px; border-left: 4px solid var(--teal);
    }
    .box-gold {
      background: var(--gold-lt); border-radius: var(--r);
      padding: 28px; border-left: 4px solid var(--gold);
    }

    /* ── OUTCOMES ───────────────────────────────────────────────── */
    .outcomes-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(310px,1fr));
      gap: 20px; margin-top: 40px;
    }
    .outcome-card {
      background: var(--white); border-radius: var(--r);
      padding: 26px; border: 1px solid var(--border);
      display: flex; gap: 18px; align-items: flex-start;
    }
    .outcome-num {
      background: var(--teal); color: var(--white);
      width: 38px; height: 38px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-weight: 800; font-size: .9rem; flex-shrink: 0;
    }

    /* ── PROGRAMME ACCORDION ────────────────────────────────────── */
    .module-list { margin-top: 40px; }
    details.module {
      background: var(--white); border: 1px solid var(--border);
      border-radius: var(--r); overflow: hidden; margin-bottom: 14px;
      box-shadow: 0 2px 8px rgba(53,69,108,.06);
    }
    details.module > summary {
      background: linear-gradient(90deg, var(--header), var(--navy));
      color: var(--white); padding: 20px 24px;
      list-style: none; cursor: pointer;
      display: flex; align-items: center; gap: 16px;
    }
    details.module > summary::-webkit-details-marker { display: none; }
    details.module > summary::after {
      content: '+'; font-size: 1.4rem; color: rgba(255,255,255,.7);
      flex-shrink: 0; margin-left: auto; transition: transform .2s;
    }
    details.module[open] > summary::after { content: '−'; }
    .module-tag {
      background: rgba(255,255,255,.15); border-radius: 100px;
      padding: 4px 14px; font-size: .78rem; font-weight: 700;
      white-space: nowrap; flex-shrink: 0;
    }
    .module-title { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; }
    .module-body { padding: 22px 28px; }
    .module-body ul { padding-left: 20px; margin-top: 8px; }
    .module-body li { padding: 5px 0; font-size: .95rem; color: var(--mid); line-height: 1.55; }
    .module-body p { font-size: .92rem; }
    .module-subhead { font-weight: 600; font-size: .95rem; color: var(--header); margin: 16px 0 6px; }

    /* ── PEDAGOGY ───────────────────────────────────────────────── */
    .peda-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
      gap: 20px; margin-top: 40px; text-align: center;
    }
    .peda-card {
      background: var(--white); border-radius: var(--r);
      padding: 28px 20px; border: 1px solid var(--border);
    }
    .peda-icon { font-size: 2rem; margin-bottom: 12px; }
    .peda-pct  { font-size: 1.5rem; font-weight: 800; color: var(--teal); }

    /* ── TRAINER ────────────────────────────────────────────────── */
    .trainer-grid {
      display: grid; grid-template-columns: auto 1fr;
      gap: 40px; align-items: start; margin-top: 48px;
    }

    .trainer-avatar {
      width: 180px; height: 180px; border-radius: 50%;
      background: linear-gradient(135deg, var(--teal), var(--header));
      display: flex; align-items: center; justify-content: center;
      font-size: 3rem; flex-shrink: 0;
    }
    /* Photo réelle de la formatrice */
    .trainer-avatar-photo {
      width: 220px; height: 220px;
      border-radius: 16px; overflow: hidden;
      background: none; flex-shrink: 0;
    }
    .trainer-avatar-photo img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: center top;
      border-radius: 16px; display: block;
    }
    .credential-list { list-style: none; margin-top: 16px; }
    .credential-list li { padding: 6px 0; font-size: .95rem; }
    .credential-list li::before { content: '◆  '; color: var(--teal); font-size: .7rem; }
    blockquote {
      border-left: 4px solid var(--teal);
      padding: 16px 24px; background: var(--teal-lt);
      border-radius: 0 var(--r) var(--r) 0;
      font-style: italic; color: var(--mid); margin-top: 20px;
    }

    /* ── TESTIMONIALS ───────────────────────────────────────────── */
    .section-testi { background: var(--bg-testi); }
    .testi-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
      gap: 24px; margin-top: 40px;
    }
    /* Volets dépliant témoignages */
    details.testi-card {
      background: var(--white); border-radius: var(--r);
      border: 1px solid var(--border); box-shadow: var(--shadow);
      padding: 0; margin-bottom: 0; overflow: hidden;
    }
    details.testi-card > summary {
      padding: 18px 48px 18px 22px;
      cursor: pointer; font-weight: normal;
      list-style: none; display: flex;
      flex-direction: column; align-items: flex-start;
      justify-content: flex-start; gap: 4px;
      position: relative; background: var(--white);
      transition: background .15s;
    }
    details.testi-card > summary:hover { background: var(--light); }
    details.testi-card > summary::-webkit-details-marker { display: none; }
    details.testi-card > summary::after {
      content: '+'; font-size: 1.2rem; font-weight: 700;
      color: var(--teal); flex-shrink: 0;
      position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
    }
    details.testi-card[open] > summary::after { content: '−'; }
    details.testi-card[open] > summary {
      border-bottom: 1px solid var(--border);
      color: inherit;
    }
    .testi-summary-author {
      font-size: .88rem; color: var(--mid); font-style: italic;
    }
    .testi-body {
      padding: 18px 22px 22px;
    }
    .testi-body p {
      color: var(--mid); font-size: .97rem;
      line-height: 1.75; font-style: italic; margin: 0;
    }
    .stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 4px; }
    .testi-author { margin-top: 12px; font-size: .88rem; color: var(--mid); font-style: italic; }

    /* ── INCLUDED ───────────────────────────────────────────────── */
    .included-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
      gap: 20px; margin-top: 40px;
    }
    .included-item {
      display: flex; gap: 16px; align-items: flex-start;
      background: var(--white); border: 1px solid var(--border);
      border-radius: var(--r); padding: 20px;
    }
    .included-icon { font-size: 1.6rem; flex-shrink: 0; }

    /* ── PRICING ────────────────────────────────────────────────── */
    .pricing-box {
      max-width: 560px; margin: 40px auto 0;
      background: var(--white); border-radius: var(--r);
      border: 2px solid var(--teal); box-shadow: var(--shadow);
      overflow: hidden; text-align: center;
    }
    .pricing-header { background: var(--navy); color: var(--white); padding: 28px 32px; }
    .pricing-price { font-family: var(--font-head); font-size: 3.5rem; font-weight: 600; color: var(--teal); }
    .pricing-desc   { font-size: .85rem; color: rgba(255,255,255,.70); margin-top: 4px; }
    .pricing-body   { padding: 32px; }
    .pricing-perks  { list-style: none; text-align: left; margin-bottom: 28px; }
    .pricing-perks li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: .95rem; }
    .pricing-perks li::before { content: '✔  '; color: var(--teal); font-weight: 700; }
    .pricing-note { font-size: .82rem; color: var(--mid); margin-top: 16px; }

    /* ── FAQ ────────────────────────────────────────────────────── */
    .faq-list { margin-top: 40px; }
    details {
      border: 1px solid var(--border); border-radius: var(--r);
      margin-bottom: 12px; overflow: hidden;
    }
    summary {
      padding: 20px 24px; cursor: pointer; font-weight: 600;
      list-style: none; display: flex; justify-content: space-between; align-items: center;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: '+'; font-size: 1.2rem; color: var(--teal); flex-shrink: 0; }
    details[open] summary::after { content: '−'; }
    details[open] summary { color: var(--teal); }
    .faq-body { padding: 0 24px 24px; color: var(--mid); font-size: .95rem; }

    /* ── FINAL CTA ──────────────────────────────────────────────── */
    .final-cta {
      background: linear-gradient(140deg, var(--header), var(--navy));
      color: var(--white); padding: 96px 24px; text-align: center;
    }
    .final-cta h2 { color: var(--white); max-width: 700px; margin: 0 auto 16px; }
    .final-cta .lead { color: rgba(255,255,255,.80); max-width: 560px; margin: 0 auto 40px; }
    .guarantee {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,.10); border-radius: 100px;
      padding: 8px 20px; font-size: .85rem; color: rgba(255,255,255,.85);
      margin-top: 20px;
    }

    /* ── ICONS SVG ───────────────────────────────────────────────── */
    .ico {
      display: block; width: 36px; height: 36px;
      color: var(--teal); flex-shrink: 0;
      stroke: currentColor; stroke-width: 1.5;
      stroke-linecap: round; stroke-linejoin: round;
      fill: none;
    }
    .ico-sm { width: 28px; height: 28px; }
    .ico-lg { width: 48px; height: 48px; }
    .ico-white { color: rgba(255,255,255,.85); }

    /* ── TRAINER BIO ACCORDION ──────────────────────────────────── */
    /* Desktop : summary masqué, contenu toujours visible (open par défaut) */
    details.trainer-bio {
      border: none !important; border-radius: 0 !important;
      margin-bottom: 0 !important; overflow: visible !important;
      box-shadow: none !important; background: transparent !important;
    }
    details.trainer-bio > summary {
      display: none !important;
    }
    .trainer-bio-body { margin-top: 0; }
    .trainer-bio-body h3 { margin-bottom: 12px; }
    .trainer-intro { font-size: .97rem; color: var(--mid); line-height: 1.75; margin-top: 0; }

    /* Mobile : accordéon plein-largeur */
    @media (max-width: 768px) {
      details.trainer-bio {
        border: 1px solid var(--border) !important;
        border-radius: var(--r) !important;
        overflow: hidden !important;
        width: 100%;
        box-shadow: 0 2px 8px rgba(53,69,108,.06) !important;
      }
      details.trainer-bio > summary {
        display: flex !important;
        padding: 16px 20px; cursor: pointer;
        background: linear-gradient(90deg, var(--header), var(--navy));
        color: var(--white); font-weight: 600;
        font-family: var(--font-head); font-size: 1rem;
        list-style: none;
        justify-content: space-between; align-items: center;
        transition: opacity .15s;
      }
      details.trainer-bio > summary::-webkit-details-marker { display: none; }
      details.trainer-bio > summary::after {
        content: '+'; font-size: 1.4rem;
        color: rgba(255,255,255,.75); flex-shrink: 0;
      }
      details.trainer-bio[open] > summary::after { content: '−'; }
      details.trainer-bio[open] > summary { color: var(--white); }
      .trainer-bio-body { padding: 20px 20px 24px; }
      .trainer-bio-body h3 { font-size: 1.1rem; margin-bottom: 10px; }
      .trainer-bio-body .credential-list { margin-top: 12px; }
      .trainer-bio-body blockquote { margin-top: 16px; }
    }

    /* ── CONTACT BUTTONS (Autres dates) ─────────────────────────── */
    .kk-contact-btns {
      display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
    }
    @media(max-width:600px){
      .kk-contact-btns { flex-direction: column; align-items: stretch; }
      .kk-contact-btns a { text-align: center; }
    }@media (max-width: 768px) {
  .kk-04-methode .lead {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 32px !important;
    padding: 0 6px;
  }

  .kk-04-methode .method-grid {
    gap: 28px;
  }

  .kk-04-methode .method-pillar {
    padding-left: 18px;
    margin-bottom: 24px;
  }

  .kk-04-methode .method-pillar h3 {
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .kk-04-methode .method-pillar p {
    font-size: .95rem;
    line-height: 1.6;
  }

  .kk-04-methode .box-light,
  .kk-04-methode .box-gold {
    padding: 20px 18px;
    margin-bottom: 16px;
  }

  .kk-04-methode .box-light h3,
  .kk-04-methode .box-gold h3 {
    font-size: 1.05rem;
    line-height: 1.3;
    margin-bottom: 12px !important;
  }

  .kk-04-methode .yes-list li,
  .kk-04-methode .not-list li {
    font-size: .94rem;
    line-height: 1.5;
    padding: 5px 0;
  }
}

@media (max-width: 480px) {
  .kk-04-methode .box-light,
  .kk-04-methode .box-gold {
    padding: 18px 16px;
  }

  .kk-04-methode .method-pillar h3 {
    font-size: 1.05rem;
  }

  .kk-04-methode .box-light h3,
  .kk-04-methode .box-gold h3 {
    font-size: 1rem;
  }

  .kk-04-methode .yes-list li,
  .kk-04-methode .not-list li,
  .kk-04-methode .method-pillar p {
    font-size: .92rem;
  }
}/* End custom CSS */