.elementor-17501 .elementor-element.elementor-element-7bb7072 > .elementor-container > .elementor-row{align-items:center;}.elementor-17501 .elementor-element.elementor-element-7bb7072{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS */:root{--teal:#1A9E8C;--teal-dark:#127A6C;--teal-deep:#0D2B27;--teal-mid:#1A4A44;--teal-light:#E6F5F3;--n1:#1A9E8C;--n2:#1A6A9E;--n3:#6A3A9E;--white:#FFFFFF;--off-white:#F7F8F8;--charcoal:#111111;--grey:#555555;--grey-light:#AAAAAA;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--white);color:var(--charcoal);line-height:1.6;overflow-x:hidden}

/* HERO */
.hero{min-height:100vh;background:var(--teal-deep);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:120px 5% 80px;gap:4rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(26,158,140,.18) 0%,transparent 70%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-15%;left:20%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(26,158,140,.1) 0%,transparent 70%);pointer-events:none}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(26,158,140,.2);border:1px solid rgba(26,158,140,.4);color:#7DDDD0;padding:.3rem .9rem;border-radius:2px;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.8rem}
.hero-badge::before{content:'●';color:var(--teal);font-size:.5rem}
.hero h1{font-family:var(--serif);font-size:clamp(2.8rem,5vw,4.4rem);font-weight:900;line-height:1.05;color:var(--white);margin-bottom:1.5rem}
.hero h1 em{color:var(--teal);font-style:italic}
.hero-sub{font-size:1.1rem;color:#A8D8D1;line-height:1.7;margin-bottom:2.5rem;max-width:520px}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{background:var(--teal);color:var(--white);padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:2px;transition:background .2s,transform .15s;display:inline-block}
.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px)}
.btn-ghost{border:1px solid rgba(255,255,255,.3);color:var(--white);padding:.9rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:2px;transition:border-color .2s,background .2s;display:inline-block}
.btn-ghost:hover{border-color:var(--teal);background:rgba(26,158,140,.1)}
.hero-right{display:flex;flex-direction:column;gap:1rem}
.hero-stat-card{background:rgba(255,255,255,.05);border:1px solid rgba(26,158,140,.2);border-left:3px solid var(--teal);padding:1.4rem 1.6rem;backdrop-filter:blur(8px)}
.hero-stat-card .number{font-family:var(--serif);font-size:2.4rem;color:var(--teal);font-weight:700;line-height:1;margin-bottom:.3rem}
.hero-stat-card .label{font-size:.85rem;color:#A8D8D1}
.hero-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.hero-trustpilot{display:flex;align-items:center;gap:.8rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:.9rem 1.2rem}
.tp-stars{color:#00B67A;font-size:1.1rem;letter-spacing:2px}
.tp-text{font-size:.85rem;color:#CCC}
.tp-text strong{color:var(--white)}
/* SECTIONS */
section{padding:6rem 5%}
.container{max-width:1140px;margin:0 auto}
.section-label{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--teal);margin-bottom:.8rem}
.section-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,2.9rem);font-weight:900;line-height:1.15;margin-bottom:1.2rem;color:var(--charcoal)}
.section-title.light{color:var(--white)}
.section-intro{font-size:1.05rem;color:var(--grey);max-width:640px;line-height:1.75;margin-bottom:3.5rem}
.section-intro.light{color:#A8D8D1}
/* PAIN */
.pain{background:var(--off-white)}
.pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#E0E0E0}
.pain-item{background:var(--white);padding:2rem 2.2rem;display:flex;align-items:flex-start;gap:1.2rem}
.pain-icon{flex-shrink:0;width:42px;height:42px;background:var(--teal-light);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--teal)}
.pain-item h3{font-size:.95rem;font-weight:600;margin-bottom:.3rem}
.pain-item p{font-size:.9rem;color:var(--grey);line-height:1.6}
/* PRINCIPLE */
.principle{background:var(--teal-deep);text-align:center;position:relative;overflow:hidden;padding:7rem 5%}
.principle::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(26,158,140,.12) 0%,transparent 60%);pointer-events:none}
.principle-quote{font-family:var(--serif);font-size:clamp(1.6rem,3.5vw,2.6rem);font-style:italic;line-height:1.3;color:var(--white);max-width:820px;margin:0 auto 2rem;position:relative;z-index:1}
.principle-quote-mark{display:block;font-family:var(--serif);font-size:5rem;color:var(--teal);line-height:.8;margin-bottom:.5rem;font-style:normal}
/* Author attribution */
.principle-author{display:flex;align-items:center;justify-content:center;gap:1.1rem;margin-bottom:2.5rem;position:relative;z-index:1}
.principle-author-photo{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--teal);flex-shrink:0}
.principle-author-info{text-align:left}
.principle-author-name{font-weight:700;color:var(--white);font-size:.95rem}
.principle-author-role{font-size:.78rem;color:#7DDDD0;margin-top:.1rem}
.principle-sub{font-size:1rem;color:#A8D8D1;max-width:560px;margin:0 auto 2.5rem;position:relative;z-index:1}

/* NIVEAUX */
.niveaux{background:var(--white)}
.niveau-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E8E8}
.niveau-card{background:var(--white);overflow:hidden;transition:transform .25s,box-shadow .25s}
.niveau-card:hover{transform:translateY(-4px);z-index:1;box-shadow:0 16px 48px rgba(0,0,0,.12)}
.niveau-header{padding:2rem 1.8rem 1.5rem;color:var(--white)}
.niveau-header.n1{background:var(--n1)}
.niveau-header.n2{background:var(--n2)}
.niveau-header.n3{background:var(--n3)}
.niveau-num{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;opacity:.75;margin-bottom:.4rem}
.niveau-name{font-family:var(--serif);font-size:1.7rem;font-weight:700;line-height:1.1;margin-bottom:.8rem}
.niveau-tagline{font-size:.85rem;opacity:.9;line-height:1.5}
.niveau-body{padding:1.8rem}
.niveau-objective{font-size:.88rem;color:var(--grey);line-height:1.65;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #F0F0F0}
.module-label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-light);margin-bottom:.8rem}
.module-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.module-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--charcoal);line-height:1.45}
.niveau-card:nth-child(1) .module-list li::before{content:'›';flex-shrink:0;font-size:1rem;font-weight:700;color:var(--n1)}
.niveau-card:nth-child(2) .module-list li::before{content:'›';flex-shrink:0;font-size:1rem;font-weight:700;color:var(--n2)}
.niveau-card:nth-child(3) .module-list li::before{content:'›';flex-shrink:0;font-size:1rem;font-weight:700;color:var(--n3)}
.niveau-footer{padding:1.2rem 1.8rem;background:var(--off-white);border-top:1px solid #F0F0F0}
.acquis-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-light);margin-bottom:.6rem}
.acquis-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}
.acquis-list li{font-size:.83rem;color:var(--grey);display:flex;gap:.5rem}
.acquis-list li::before{content:'✓';color:var(--teal);font-weight:700;flex-shrink:0}
/* MODALITES */
.modalites{background:var(--teal-deep);padding:6rem 5%}
.modalites-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.modalites-photo-col{position:relative}
.modalites-photo{width:100%;max-width:440px;border-radius:4px;display:block;filter:brightness(.95)}
.modalites-badge{position:absolute;bottom:-1.5rem;left:2rem;background:var(--teal);color:var(--white);padding:1rem 1.5rem;font-size:.85rem;font-weight:600}
.modalites-badge span{display:block;font-family:var(--serif);font-size:1.4rem;font-weight:900;line-height:1}
.modalites-content h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;color:var(--white);margin-bottom:1.5rem;line-height:1.2}
.modalites-content h2 em{color:var(--teal);font-style:italic}
.modalite-items{display:flex;flex-direction:column;gap:0}
.modalite-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.3rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.modalite-item:last-child{border-bottom:none}
.modalite-icon{flex-shrink:0;width:44px;height:44px;background:rgba(26,158,140,.2);border:1px solid rgba(26,158,140,.35);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}
.modalite-item h3{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.25rem}
.modalite-item p{font-size:.87rem;color:#AAAAAA;line-height:1.6}

/* STATS */
.stats-bar{background:var(--teal);padding:3rem 5%}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.15);max-width:1140px;margin:0 auto}
.stat-block{background:var(--teal);padding:1.8rem;text-align:center}
.stat-number{font-family:var(--serif);font-size:2.4rem;color:var(--white);font-weight:900;line-height:1;margin-bottom:.4rem}
.stat-desc{font-size:.83rem;color:rgba(255,255,255,.8)}

/* BENEFITS */
.benefits{background:var(--off-white)}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.benefit-card{background:var(--white);padding:2rem 1.8rem;border-top:3px solid var(--teal);transition:box-shadow .2s}
.benefit-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08)}
.benefit-icon{font-size:1.8rem;margin-bottom:1rem}
.benefit-card h3{font-size:1rem;font-weight:700;margin-bottom:.6rem}
.benefit-card p{font-size:.88rem;color:var(--grey);line-height:1.65}

/* FOR WHO */
.for-who{background:var(--white)}
.for-who-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.who-list{display:flex;flex-direction:column}
.who-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.4rem 0;border-bottom:1px solid #F0F0F0}
.who-item:last-child{border-bottom:none}
.who-num{flex-shrink:0;width:36px;height:36px;background:var(--teal);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--white)}
.who-item p{font-size:.95rem;color:var(--charcoal);line-height:1.6}
.author-card{background:var(--teal-deep);padding:2.5rem;color:var(--white);position:sticky;top:90px;border-left:3px solid var(--teal)}
.author-photo-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:4px;margin-bottom:1.5rem;max-height:300px}
.author-photo{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.author-card h3{font-family:var(--serif);font-size:1.5rem;color:#fff;margin-bottom:.3rem}
.author-card .author-title{font-size:.8rem;color:#7DDDD0;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}
.author-bio{font-size:.88rem;color:#CCC;line-height:1.7;margin-bottom:1.2rem}
.author-tags{display:flex;flex-wrap:wrap;gap:.5rem}
.tag{font-size:.75rem;padding:.3rem .7rem;background:rgba(26,158,140,.2);border:1px solid rgba(26,158,140,.3);color:#7DDDD0;border-radius:2px}

/* ── TEAM SECTION ── */
.team-section {
  padding: 6rem 0;
  background: #fff;
}

.team-section .section-title {
  text-align: center;
  margin-bottom: .6rem;
}

.team-section .section-label {
  text-align: center;
}

.team-section .section-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3.5rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Center the last 2 cards when fewer than 3 in the last row */
.team-grid .team-card:nth-child(4) {
  grid-column: 1;
}
.team-grid .team-card:nth-child(4),
.team-grid .team-card:nth-child(5) {
  /* shift to center in a 3-col grid */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* Center last row (cards 4 & 5) */
.team-grid:has(.team-card:nth-child(4):last-child) {
  justify-items: center;
}
.team-grid .team-card:nth-child(4) { grid-column: 1 / 2; margin-left: calc(50% + 1rem); }
.team-grid .team-card:nth-child(5) { grid-column: 2 / 3; }

.team-card {
  background: #f8f9fa;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,.1);
}

.team-photo-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9ecef;
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .4s ease;
}

.team-card:hover .team-photo {
  transform: scale(1.04);
}

.team-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--teal, #7DDDD0);
  color: #1a2033;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-radius: 50px;
}

.team-info {
  padding: 1.4rem 1.5rem 1.6rem;
}

.team-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2033;
  margin: 0 0 .2rem;
}

.team-role {
  font-size: .82rem;
  font-weight: 600;
  color: var(--teal, #7DDDD0);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 .75rem;
}

.team-desc {
  font-size: .88rem;
  color: #555;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-grid .team-card:nth-child(4),
  .team-grid .team-card:nth-child(5) {
    margin-left: unset;
    margin-right: unset;
    grid-column: unset;
  }
}

@media (max-width: 560px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-photo-wrap {
    aspect-ratio: 3 / 2;
  }
}

.team-last-row {
  grid-column: 1 / -1; /* occupe toute la largeur */
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.team-last-row .team-card {
  width: calc(33.333% - 1rem); /* même largeur que les cards au-dessus */
  max-width: 380px;
}

@media (max-width: 900px) {
  .team-last-row .team-card {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 560px) {
  .team-last-row {
    flex-direction: column;
  }
  .team-last-row .team-card {
    width: 100%;
  }
}

/* VIDEO TESTIMONIALS */
.video-testis{background:var(--charcoal)}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.video-card-wrap{background:#1A1A1A;overflow:hidden;transition:transform .2s,box-shadow .2s;border-radius:2px}
.video-card-wrap:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,0,0,.5)}
.video-info{padding:1.2rem 1.4rem}
.video-before{font-size:.75rem;color:#888;margin-bottom:.3rem;font-style:italic}
.video-quote{font-size:.92rem;color:var(--white);font-weight:600;line-height:1.4}
.video-name{font-size:.78rem;color:var(--teal);margin-top:.5rem;font-weight:500}
/* remove old placeholder classes */
.video-thumb-placeholder,.video-initials-bg,.video-initial{display:none}
/* TEXT TESTIMONIALS */
.testimonials{background:var(--teal-deep)}
.tp-badge{display:inline-flex;align-items:center;gap:.8rem;background:var(--white);padding:.6rem 1.2rem;margin-bottom:3rem}
.tp-badge .stars{color:#00B67A;font-size:1.1rem}
.tp-badge .score{font-size:.9rem;font-weight:700;color:var(--charcoal)}
.tp-badge .count{font-size:.8rem;color:var(--grey)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testi-card{background:rgba(255,255,255,.05);border:1px solid rgba(26,158,140,.2);padding:1.8rem;transition:border-color .2s}
.testi-card:hover{border-color:var(--teal)}
.testi-quote{font-family:var(--serif);font-size:1.05rem;font-style:italic;color:var(--white);line-height:1.6;margin-bottom:1.2rem}
.testi-meta{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}
.testi-name{font-size:.9rem;font-weight:700;color:var(--white)}
.testi-context{font-size:.78rem;color:#7DDDD0;margin-top:.2rem}

/* CTA */
.cta-section{background:var(--teal);padding:6rem 5%;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-50%;left:-10%;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.cta-section h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);color:var(--white);margin-bottom:1rem;position:relative;z-index:1}
.cta-section > p{font-size:1.05rem;color:rgba(255,255,255,.85);max-width:520px;margin:0 auto 2.5rem;line-height:1.7;position:relative;z-index:1}
.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}
.btn-white{background:var(--white);color:var(--teal-dark);padding:1rem 2.2rem;font-size:1rem;font-weight:700;text-decoration:none;border-radius:2px;transition:transform .15s,box-shadow .15s;display:inline-block}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.btn-outline-white{border:2px solid rgba(255,255,255,.6);color:var(--white);padding:1rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:2px;transition:background .15s;display:inline-block}
.btn-outline-white:hover{background:rgba(255,255,255,.1)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:4rem auto 0}
.step{text-align:center}
.step-num{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.3rem;font-weight:700;color:var(--white);margin:0 auto .8rem}
.step h4{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.4rem}
.step p{font-size:.83rem;color:rgba(255,255,255,.75);line-height:1.5}

/* FOOTER */
footer{background:var(--charcoal);padding:3rem 5%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-logo{font-family:var(--serif);font-size:1.1rem;color:var(--white)}
.footer-logo span{color:var(--teal)}
.footer-links{display:flex;gap:2rem}
.footer-links a{font-size:.82rem;color:#888;text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--teal)}
.footer-copy{font-size:.78rem;color:#555}
/* STICKY */
.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--teal-deep);border-top:2px solid var(--teal);display:flex;align-items:center;justify-content:space-between;padding:.9rem 5%;transform:translateY(100%);transition:transform .4s ease}
.sticky-bar.visible{transform:translateY(0)}
.sticky-bar-text{font-size:.9rem;color:var(--white);font-weight:500}
.sticky-bar-text strong{color:var(--teal)}
.sticky-bar a{background:var(--teal);color:var(--white);padding:.6rem 1.6rem;font-size:.9rem;font-weight:700;text-decoration:none;border-radius:2px;white-space:nowrap}
/* FAQ */
.faq-section{background:var(--off-white);padding:6rem 5%}
.faq-list{display:flex;flex-direction:column;gap:0;margin-bottom:3rem;border:1px solid #E0E0E0;border-radius:4px;overflow:hidden}
.faq-item{background:var(--white);border-bottom:1px solid #EEEEEE}
.faq-item:last-child{border-bottom:none}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 2rem;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--sans);font-size:1rem;font-weight:600;color:var(--charcoal);transition:background .15s}
.faq-q:hover{background:var(--teal-light)}
.faq-q.open{background:var(--teal-light);color:var(--teal-dark)}
.faq-q.open .faq-icon{transform:rotate(45deg);color:var(--teal)}
.faq-icon{flex-shrink:0;font-size:1.4rem;font-weight:300;color:var(--teal);transition:transform .25s,color .2s;line-height:1}
.faq-a{display:none;padding:0 2rem 1.8rem;border-top:1px solid #F0F0F0}
.faq-a.open{display:block}
.faq-a p{font-size:.93rem;color:var(--grey);line-height:1.75;margin-bottom:.5rem}
.faq-a p strong{color:var(--charcoal)}
.faq-list-inner{list-style:none;margin:.6rem 0 .4rem;display:flex;flex-direction:column;gap:.4rem}
.faq-list-inner li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--charcoal)}
.faq-list-inner li::before{content:'›';color:var(--teal);font-weight:700;font-size:1rem;flex-shrink:0}
.faq-guarantees{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.1rem}
.faq-guarantee{display:flex;align-items:flex-start;gap:.9rem;background:var(--teal-light);border-left:3px solid var(--teal);padding:1.1rem 1.2rem}
.faq-guarantee-icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}
.faq-guarantee strong{display:block;font-size:.9rem;color:var(--teal-dark);margin-bottom:.3rem}
.faq-guarantee p{font-size:.82rem;color:var(--grey);line-height:1.55;margin:0}
.faq-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;font-size:.88rem;font-weight:700;color:var(--teal);text-decoration:none;border-bottom:1px solid rgba(26,158,140,.3);padding-bottom:.1rem;transition:color .2s,border-color .2s}
.faq-cta:hover{color:var(--teal-dark);border-color:var(--teal-dark)}
.faq-bottom-cta{text-align:center;padding:2.5rem;background:var(--white);border:1px solid #E8E8E8;border-radius:4px}
.faq-bottom-cta p{font-size:1rem;color:var(--grey);margin-bottom:1.2rem}
@media(max-width:900px){
  .hero{grid-template-columns:1fr;padding:100px 5% 60px}
  .hero-right{display:none}
  .pain-grid,.niveau-cards,.benefits-grid,.testimonials-grid,.for-who-layout,.video-grid,.modalites-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr;gap:1.5rem}
  .author-card{position:static}
  .modalites-photo-wrap{display:none}
  .faq-guarantees{grid-template-columns:1fr}
  .faq-q{padding:1.2rem 1.2rem}
  .faq-a{padding:0 1.2rem 1.5rem}
}
/* FAQ */

/* Video placeholder cards */
.video-thumb-placeholder{background:#111;display:flex;align-items:center;justify-content:center}
.video-initials-bg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.video-initial{font-family:var(--serif);font-size:4rem;font-weight:900;color:rgba(255,255,255,.9);line-height:1}
.video-thumb{position:relative}
/* Testi avatars */
.testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;font-family:var(--sans);margin-bottom:1rem;flex-shrink:0}
/* Placeholder highlight */
.testi-quote:has(+ .testi-meta .testi-name[data-placeholder]){font-style:italic;color:#888}

/* Modalites badge multi-line */
.modalites-badge span{display:block;font-family:var(--serif);font-size:2rem;font-weight:900;line-height:1.1;margin-bottom:.3rem}
.modalites-badge{font-size:.8rem;line-height:1.4}
/* Author gallery */
.author-gallery{margin-top:1.5rem}
.gallery-label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#7DDDD0;margin-bottom:.8rem}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.gallery-col-right{display:flex;flex-direction:column;gap:.6rem}
.gallery-item{position:relative;overflow:hidden;border-radius:2px}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.gallery-item:hover img{transform:scale(1.03)}
.gallery-item--wide img{height:160px}
.gallery-col-right .gallery-item img{height:74px}
.gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:.3rem .6rem;background:linear-gradient(transparent,rgba(0,0,0,.65));font-size:.7rem;color:rgba(255,255,255,.85);font-weight:500}
@media(max-width:900px){.gallery-grid{grid-template-columns:1fr}.gallery-col-right{flex-direction:row}.gallery-col-right .gallery-item img{height:100px}}/* End custom CSS */