:root{
  --ac-night:#05041d;
  --ac-night-soft:#11102d;
  --ac-paper:#fff8ec;
  --ac-paper-raised:#fffdf8;
  --ac-plum:#351629;
  --ac-plum-soft:#5b4050;
  --ac-coral:#e76863;
  --ac-coral-soft:#f8d8d2;
  --ac-teal:#4f918b;
  --ac-sage:#77836a;
  --ac-amber:#c98a45;
  --ac-line:#e6d6c4;
}

body.page-apres-coup{
  --hero-bg:var(--ac-night);
  background:#f4f5f7;
}

body.page-apres-coup main{
  overflow:hidden;
}

body.page-apres-coup .eyebrow{
  color:var(--ac-coral);
}

.ac-hero{
  min-height:740px;
  color:#fff;
  background:
    radial-gradient(circle at 78% 28%,rgba(231,104,99,.15),transparent 27%),
    linear-gradient(115deg,var(--ac-night) 0%,#080621 58%,#0d0b2a 100%);
}

.ac-hero-inner{
  width:min(1180px,calc(100% - 48px));
  min-height:740px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.74fr);
  align-items:center;
  gap:clamp(56px,7vw,112px);
  padding:52px 0 48px;
}

.ac-hero-copy{
  max-width:640px;
}

.ac-status{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 22px;
  color:#f7d8d5;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ac-status span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--ac-coral);
  box-shadow:0 0 0 6px rgba(231,104,99,.12);
}

.ac-product-lockup{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:28px;
}

.ac-product-lockup img{
  width:64px;
  height:64px;
  object-fit:contain;
}

.ac-product-lockup p,
.ac-product-lockup strong,
.ac-product-lockup small{
  display:block;
  margin:0;
}

.ac-product-lockup strong{
  color:#fff;
  font-size:22px;
  line-height:1.1;
}

.ac-product-lockup small{
  margin-top:5px;
  color:#bdb8ca;
  font-size:13px;
}

.ac-hero h1{
  max-width:12ch;
  margin:10px 0 20px;
  color:#fff;
  font-size:clamp(42px,4.4vw,64px);
  line-height:1.02;
  letter-spacing:-.05em;
}

.ac-hero-lead{
  max-width:59ch;
  margin:0;
  color:#cbc7d5;
  font-size:17px;
  line-height:1.68;
}

.ac-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.ac-hero-actions .btn{
  min-height:50px;
}

.ac-trust-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 26px;
  margin:24px 0 0;
  padding:0;
  color:#a9a5b9;
  font-size:13px;
  list-style:none;
}

.ac-trust-list li{
  position:relative;
  padding-left:20px;
}

.ac-trust-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border:2px solid var(--ac-teal);
  border-radius:50%;
}

.ac-hero-art{
  position:relative;
  width:min(100%,440px);
  justify-self:end;
  margin:0;
  text-align:center;
}

.ac-hero-art img{
  display:block;
  width:100%;
  height:auto;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  box-shadow:0 34px 86px rgba(0,0,0,.32);
}

.ac-hero-art figcaption{
  position:relative;
  margin-top:18px;
  color:#aaa5b8;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ac-section{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}

.ac-intro{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:36px 90px;
  padding:104px 0 96px;
}

.ac-intro h2,
.ac-daily h2,
.ac-feature-head h2,
.ac-privacy h2,
.ac-release h2,
.ac-faq h2,
.ac-screens h2{
  margin:10px 0 0;
  color:var(--ac-plum);
  font-size:clamp(34px,4vw,52px);
  line-height:1.06;
  letter-spacing:-.045em;
}

.ac-intro h2{
  max-width:13ch;
}

.ac-intro-copy{
  max-width:680px;
  padding-top:28px;
}

.ac-intro-copy p{
  margin:0;
  color:#667083;
  font-size:16px;
  line-height:1.72;
}

.ac-intro-copy p + p{
  margin-top:18px;
}

.ac-intro-copy .ac-intro-statement{
  color:var(--ac-plum);
  font-size:21px;
  font-weight:800;
  line-height:1.45;
}

.ac-method{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:22px 0 0;
  padding:0;
  border-top:1px solid #d9dde5;
  border-bottom:1px solid #d9dde5;
  list-style:none;
}

.ac-method li{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
  padding:30px 28px;
  border-right:1px solid #d9dde5;
}

.ac-method li:first-child{padding-left:0}
.ac-method li:last-child{padding-right:0;border-right:0}
.ac-method span{color:var(--ac-coral);font-size:14px;font-weight:900;letter-spacing:.08em}
.ac-method h3{margin:0;color:var(--ac-plum);font-size:19px}
.ac-method p{margin:8px 0 0;color:#687184;font-size:14px;line-height:1.58}

.ac-screens{
  padding:94px max(24px,calc((100vw - 1180px)/2)) 80px;
  color:#fff;
  background:var(--ac-plum);
}

.ac-screens-head{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:64px;
  align-items:end;
  margin-bottom:50px;
}

.ac-screens h2{
  max-width:13ch;
  color:#fff;
}

.ac-screens-head > p{
  max-width:50ch;
  margin:0 0 4px;
  color:#d8cbd2;
  line-height:1.65;
}

.ac-screen-rail{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(230px,270px);
  gap:28px;
  overflow-x:auto;
  padding:4px 2px 24px;
  scroll-snap-type:x mandatory;
  scrollbar-color:var(--ac-coral) rgba(255,255,255,.12);
}

.ac-screen-rail figure{
  min-width:0;
  margin:0;
  scroll-snap-align:start;
}

.ac-screen-rail img{
  display:block;
  width:100%;
  height:auto;
  border:6px solid #19111b;
  border-radius:34px;
  background:var(--ac-paper);
  box-shadow:0 24px 56px rgba(0,0,0,.28);
}

.ac-screen-rail figcaption{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:2px 12px;
  margin-top:18px;
}

.ac-screen-rail figcaption span{
  grid-row:1 / span 2;
  color:var(--ac-coral);
  font-size:13px;
  font-weight:900;
}

.ac-screen-rail figcaption strong{color:#fff;font-size:16px}
.ac-screen-rail figcaption small{color:#cdbfc7;font-size:13px;line-height:1.45}
.ac-scroll-hint{margin:12px 0 0;color:#cdbfc7;font-size:13px;text-align:right}

.ac-daily{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:92px;
  padding:104px 0;
}

.ac-daily-copy h2{max-width:12ch}
.ac-daily-copy > p:not(.eyebrow){max-width:52ch;margin:22px 0 0;color:#687184;line-height:1.7}
.ac-daily-copy .ac-caution{padding-left:18px;border-left:3px solid var(--ac-coral);color:var(--ac-plum)}

.ac-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin:0;
  border-top:1px solid #d9dde5;
  border-left:1px solid #d9dde5;
}

.ac-metrics > div{
  position:relative;
  min-height:176px;
  padding:28px;
  border-right:1px solid #d9dde5;
  border-bottom:1px solid #d9dde5;
}

.ac-metrics dt{color:var(--ac-plum);font-size:20px;font-weight:900}
.ac-metrics dd{margin:10px 0 28px;color:#687184;font-size:14px;line-height:1.55}
.ac-metric-line{position:absolute;left:28px;right:28px;bottom:24px;height:5px;border-radius:3px}
.ac-metric-line::after{content:"";position:absolute;right:0;top:-5px;width:15px;height:15px;border-radius:50%;background:inherit}
.ac-coral{background:var(--ac-coral)}
.ac-teal{background:var(--ac-teal)}
.ac-amber{background:var(--ac-amber)}
.ac-sage{background:var(--ac-sage)}

.ac-feature-index{
  padding:100px max(24px,calc((100vw - 1180px)/2));
  background:var(--ac-paper);
}

.ac-feature-head{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:80px;
  align-items:end;
  margin-bottom:48px;
}

.ac-feature-head .eyebrow{align-self:start;margin-top:10px}
.ac-feature-head h2{max-width:17ch}

.ac-feature-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--ac-line);
}

.ac-feature-list article{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:18px;
  padding:28px 36px 30px 0;
  border-bottom:1px solid var(--ac-line);
}

.ac-feature-list article:nth-child(even){padding-left:36px;border-left:1px solid var(--ac-line)}
.ac-feature-list span{color:var(--ac-coral);font-size:13px;font-weight:900;letter-spacing:.08em}
.ac-feature-list h3{margin:0;color:var(--ac-plum);font-size:18px}
.ac-feature-list p{margin:8px 0 0;color:#756b72;font-size:14px;line-height:1.6}

.ac-privacy{
  padding:96px max(24px,calc((100vw - 1180px)/2));
  color:#fff;
  background:var(--ac-night);
}

.ac-privacy-inner{
  display:grid;
  grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);
  gap:44px 96px;
}

.ac-privacy h2{max-width:12ch;color:#fff}
.ac-privacy-points{border-top:1px solid rgba(255,255,255,.15)}
.ac-privacy-points article{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.ac-privacy-points h3{margin:0;color:#fff;font-size:16px}
.ac-privacy-points p{margin:0;color:#bcb7c8;font-size:14px;line-height:1.6}
.ac-medical-limit{grid-column:1 / -1;margin:10px 0 0;padding:20px 0 0;border-top:1px solid rgba(231,104,99,.45);color:#e7dfe4;font-size:14px;line-height:1.65}

.ac-release{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:72px;
  align-items:end;
  margin-top:96px;
  padding:48px 0;
  border-top:1px solid #d9dde5;
  border-bottom:1px solid #d9dde5;
}

.ac-release h2{max-width:14ch}
.ac-release p:not(.eyebrow){max-width:62ch;margin:18px 0 0;color:#687184;line-height:1.65}
.ac-release-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.ac-text-link{color:var(--ac-plum);font-size:14px;font-weight:900;text-decoration:none}
.ac-text-link:hover{color:var(--ac-coral)}

.ac-faq{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:84px;
  padding:96px 0 110px;
}

.ac-faq-heading h2{max-width:12ch}
.ac-faq-list{border-top:1px solid #d9dde5}
.ac-faq-list details{border-bottom:1px solid #d9dde5}
.ac-faq-list summary{position:relative;padding:24px 44px 24px 0;color:var(--ac-plum);font-size:17px;font-weight:900;cursor:pointer;list-style:none}
.ac-faq-list summary::-webkit-details-marker{display:none}
.ac-faq-list summary::after{content:"+";position:absolute;right:2px;top:20px;color:var(--ac-coral);font-size:26px;font-weight:400}
.ac-faq-list details[open] summary::after{content:"−"}
.ac-faq-list details p{max-width:66ch;margin:0;padding:0 44px 24px 0;color:#687184;font-size:15px;line-height:1.68}
.ac-faq-list summary:focus-visible{outline:3px solid var(--ac-teal);outline-offset:4px}

@media (max-width:1040px){
  .ac-hero-inner{grid-template-columns:minmax(0,1fr) 300px;gap:44px}
  .ac-hero-art{width:300px}
  .ac-intro,.ac-daily{gap:54px}
  .ac-privacy-inner{gap:54px}
}

@media (max-width:780px){
  .ac-hero{min-height:auto}
  .ac-hero-inner{min-height:auto;grid-template-columns:1fr;gap:42px;padding:64px 0 58px}
  .ac-hero-copy{max-width:680px}
  .ac-hero h1{max-width:14ch;font-size:clamp(39px,9vw,52px)}
  .ac-hero-art{width:min(100%,380px);justify-self:center}
  .ac-intro,.ac-daily,.ac-feature-head,.ac-privacy-inner,.ac-release,.ac-faq,.ac-screens-head{grid-template-columns:1fr}
  .ac-intro,.ac-daily{gap:38px;padding:78px 0}
  .ac-intro-copy{padding-top:0}
  .ac-method{grid-template-columns:1fr}
  .ac-method li,.ac-method li:first-child,.ac-method li:last-child{padding:24px 0;border-right:0;border-bottom:1px solid #d9dde5}
  .ac-method li:last-child{border-bottom:0}
  .ac-screens{padding-top:74px;padding-bottom:66px}
  .ac-screens-head{gap:24px;margin-bottom:38px}
  .ac-screen-rail{grid-auto-columns:minmax(220px,42vw)}
  .ac-feature-index{padding-top:76px;padding-bottom:76px}
  .ac-feature-head{gap:22px;margin-bottom:34px}
  .ac-feature-list{grid-template-columns:1fr}
  .ac-feature-list article,.ac-feature-list article:nth-child(even){padding:24px 0;border-left:0}
  .ac-privacy{padding-top:76px;padding-bottom:76px}
  .ac-privacy-inner{gap:38px}
  .ac-release{gap:32px;margin-top:76px}
  .ac-faq{gap:38px;padding-top:76px;padding-bottom:84px}
}

@media (max-width:560px){
  .ac-hero-inner,.ac-section{width:calc(100% - 36px)}
  .ac-hero-inner{padding-top:48px}
  .ac-product-lockup{align-items:flex-start}
  .ac-product-lockup img{width:54px;height:54px}
  .ac-product-lockup strong{font-size:20px}
  .ac-product-lockup small{max-width:220px;line-height:1.35}
  .ac-hero h1{font-size:39px}
  .ac-hero-lead{font-size:16px}
  .ac-hero-actions{flex-direction:column;align-items:stretch}
  .ac-hero-actions .btn{width:100%;justify-content:center;text-align:center}
  .ac-trust-list{flex-direction:column;gap:10px}
  .ac-hero-art{width:min(100%,320px)}
  .ac-intro h2,.ac-daily h2,.ac-feature-head h2,.ac-privacy h2,.ac-release h2,.ac-faq h2,.ac-screens h2{font-size:34px}
  .ac-method li{grid-template-columns:38px minmax(0,1fr);gap:12px}
  .ac-screens,.ac-feature-index,.ac-privacy{padding-left:18px;padding-right:18px}
  .ac-screen-rail{grid-auto-columns:74vw;gap:20px}
  .ac-scroll-hint{text-align:left}
  .ac-metrics{grid-template-columns:1fr}
  .ac-metrics > div{min-height:148px}
  .ac-feature-list article{grid-template-columns:38px minmax(0,1fr);gap:12px}
  .ac-privacy-points article{grid-template-columns:1fr;gap:8px}
  .ac-release{padding:38px 0}
  .ac-release-actions{align-items:stretch}
  .ac-release-actions .btn{text-align:center}
  .ac-faq-list summary{font-size:16px}
}

@media (prefers-reduced-motion:reduce){
  .ac-screen-rail{scroll-behavior:auto}
}

/* Les styles typographiques globaux du site restent plus spécifiques :
   ces rappels garantissent le contraste des deux sections sombres. */
body.page-apres-coup .ac-hero h1,
body.page-apres-coup .ac-screens h2,
body.page-apres-coup .ac-privacy h2{
  color:#fff;
}

body.page-apres-coup .ac-hero .ac-status{
  color:#f7d8d5;
}

body.page-apres-coup .ac-hero .ac-hero-lead{
  color:#cbc7d5;
}

body.page-apres-coup .ac-hero .btn.gold,
body.page-apres-coup .ac-release .btn.gold{
  border-color:#f7c655!important;
  background:#f7c655!important;
  color:#17142f!important;
}

body.page-apres-coup .ac-hero .btn.ghost{
  border-color:rgba(247,198,85,.72)!important;
  background:transparent!important;
  color:#f7c655!important;
}

body.page-apres-coup .ac-screens .ac-screens-head > p{
  color:#d8cbd2;
}

body.page-apres-coup .ac-privacy .ac-privacy-points p{
  color:#bcb7c8;
}

body.page-apres-coup .ac-privacy .ac-medical-limit{
  color:#e7dfe4;
}

/* Après Coup — adaptation fidèle de la mise en page Super Intestin. */
body.page-apres-coup.page-super-intestin{
  --sii17-coral:#ef746d;
  --sii17-violet:#7653d6;
  --sii17-mint:#36a499;
}

body.page-apres-coup .ac17-hero-art,
body.page-apres-coup .sii17-hero{
  background:#010122;
}

body.page-apres-coup .ac17-hero-art img{
  width:850px;
  max-width:none;
  height:auto;
  top:50%;
  left:-225px;
  transform:translateY(-50%);
  border:0;
  border-radius:0;
  object-fit:contain;
  box-shadow:none;
}

body.page-apres-coup .ac17-launch-buttons svg,
body.page-apres-coup .ac17-cta-buttons svg{
  fill:none!important;
  stroke:#f7c655!important;
  stroke-width:1.7!important;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.page-apres-coup .ac17-metric-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
}

body.page-apres-coup .ac17-metric-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.page-apres-coup .ac17-fatigue{color:#e76863;background:#fff0ed}
body.page-apres-coup .ac17-sleep{color:#7653d6;background:#f0ecff}
body.page-apres-coup .ac17-mood{color:#36a499;background:#e8f7f4}
body.page-apres-coup .ac17-activity{color:#b97916;background:#fff4d9}

body.page-apres-coup .ac17-price-note{
  margin-top:12px!important;
  font-size:11px!important;
  line-height:1.5!important;
}

/* Points forts : composition éditoriale, sans répéter les captures déjà visibles. */
body.page-apres-coup .ac17-consultation-editorial{
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)!important;
  gap:clamp(52px,7vw,94px)!important;
  align-items:end!important;
}

body.page-apres-coup .ac17-consultation-heading h2{
  max-width:12ch;
}

body.page-apres-coup .ac17-consultation-heading > p:not(.eyebrow){
  margin-bottom:0!important;
}

body.page-apres-coup .ac17-positioning{
  padding:4px 0 4px 28px;
  border-left:2px solid var(--sii17-coral,#ef746d);
}

body.page-apres-coup .ac17-positioning p{
  max-width:32ch;
  margin:0 0 13px!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:850!important;
  line-height:1.28!important;
  letter-spacing:-.025em;
}

body.page-apres-coup .ac17-positioning span{
  display:block;
  max-width:58ch;
  color:#aeb4cb;
  font-size:13px;
  line-height:1.58;
}

body.page-apres-coup .ac17-strengths-index{
  grid-column:1/-1;
  width:100%;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:4px;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}

body.page-apres-coup .ac17-strengths-index article{
  min-width:0;
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:16px;
  padding:23px 32px 23px 0;
}

body.page-apres-coup .ac17-strengths-index article:nth-child(even){
  padding-right:0;
  padding-left:32px;
  border-left:1px solid rgba(255,255,255,.14);
}

body.page-apres-coup .ac17-strengths-index article:nth-child(n+3){
  border-top:1px solid rgba(255,255,255,.14);
}

body.page-apres-coup .ac17-strengths-index article > span{
  padding-top:2px;
  color:#f7c655;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
}

body.page-apres-coup .ac17-strengths-index h3{
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.25!important;
}

body.page-apres-coup .ac17-strengths-index p{
  max-width:60ch;
  margin:0!important;
  color:#aeb4cb!important;
  font-size:13px!important;
  line-height:1.58!important;
}

/* Informations de sécurité : une ligne éditoriale compacte, sans cartes SaaS. */
body.page-apres-coup .ac17-safety-grid{
  width:min(1180px,calc(100% - 48px));
  margin:52px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}

body.page-apres-coup .ac17-safety-grid article{
  min-width:0;
  padding:25px 28px 27px 0;
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  gap:16px;
  align-items:start;
}

body.page-apres-coup .ac17-safety-grid article + article{
  padding-left:28px;
  border-left:1px solid rgba(255,255,255,.14);
}

body.page-apres-coup .ac17-safety-grid span{
  color:#f7c655;
  font-size:11px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.page-apres-coup .ac17-safety-grid h3{
  margin:0 0 7px;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.25;
}

body.page-apres-coup .ac17-safety-grid p{
  margin:0!important;
  color:#b9bfd1!important;
  font-size:13px!important;
  line-height:1.58!important;
}

/* FAQ : une colonne d'introduction et des accordéons séparés par des filets. */
body.page-apres-coup .ac17-faq{
  display:grid;
  grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);
  gap:clamp(54px,7vw,96px);
  align-items:start;
  padding-top:94px;
  padding-bottom:104px;
}

body.page-apres-coup .ac17-faq-intro h2{
  max-width:12ch;
  margin-bottom:18px;
}

body.page-apres-coup .ac17-faq-intro > p:last-child{
  max-width:42ch;
  margin:0;
  color:#657188;
  line-height:1.65;
}

body.page-apres-coup .ac17-faq-list{
  border-bottom:1px solid var(--sii17-line,#d8dde8);
}

body.page-apres-coup .ac17-faq-list details{
  border-top:1px solid var(--sii17-line,#d8dde8);
}

body.page-apres-coup .ac17-faq-list summary{
  position:relative;
  padding:22px 46px 22px 0;
  color:#17142f;
  font-size:17px;
  font-weight:900;
  line-height:1.35;
  cursor:pointer;
  list-style:none;
}

body.page-apres-coup .ac17-faq-list summary::-webkit-details-marker{display:none}

body.page-apres-coup .ac17-faq-list summary::after{
  content:"+";
  position:absolute;
  right:3px;
  top:18px;
  color:var(--sii17-coral,#ef746d);
  font-size:25px;
  font-weight:500;
  line-height:1;
}

body.page-apres-coup .ac17-faq-list details[open] summary::after{content:"−"}

body.page-apres-coup .ac17-faq-list details p{
  max-width:66ch;
  margin:0 0 23px!important;
  padding-right:46px;
  color:#657188;
  font-size:15px;
  line-height:1.68;
}

body.page-apres-coup .ac17-faq-list summary:focus-visible{
  outline:3px solid var(--sii17-mint,#36a499);
  outline-offset:4px;
}

@media (max-width:1100px){
  body.page-apres-coup .ac17-hero-art img{width:760px;left:-185px}
}

@media (max-width:900px){
  body.page-apres-coup .ac17-hero-art img{width:700px;left:-210px}
  body.page-apres-coup .ac17-consultation-editorial{grid-template-columns:1fr!important;gap:32px!important}
  body.page-apres-coup .ac17-consultation-heading h2{max-width:16ch}
  body.page-apres-coup .ac17-positioning{max-width:720px}
  body.page-apres-coup .ac17-strengths-index{grid-column:auto;margin-top:8px}
  body.page-apres-coup .ac17-safety-grid{grid-template-columns:1fr}
  body.page-apres-coup .ac17-safety-grid article,
  body.page-apres-coup .ac17-safety-grid article + article{
    padding:22px 0;
    border-left:0;
  }
  body.page-apres-coup .ac17-safety-grid article + article{border-top:1px solid rgba(255,255,255,.14)}
  body.page-apres-coup .ac17-faq{grid-template-columns:1fr;gap:36px;padding-top:76px;padding-bottom:84px}
  body.page-apres-coup .ac17-faq-intro h2{max-width:15ch}
}

@media (max-width:680px){
  body.page-apres-coup .ac17-hero-art img{
    width:100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  body.page-apres-coup .ac17-metric-icon{width:64px;height:64px}
  body.page-apres-coup .ac17-positioning{padding-left:20px}
  body.page-apres-coup .ac17-positioning p{font-size:19px!important}
  body.page-apres-coup .ac17-strengths-index{grid-template-columns:1fr}
  body.page-apres-coup .ac17-strengths-index article,
  body.page-apres-coup .ac17-strengths-index article:nth-child(even){
    padding:20px 0;
    border-left:0;
  }
  body.page-apres-coup .ac17-strengths-index article + article{border-top:1px solid rgba(255,255,255,.14)}
  body.page-apres-coup .ac17-safety-grid{width:calc(100% - 36px);margin-top:38px}
  body.page-apres-coup .ac17-safety-grid article{grid-template-columns:72px minmax(0,1fr);gap:14px}
  body.page-apres-coup .ac17-faq{padding-top:64px;padding-bottom:72px}
  body.page-apres-coup .ac17-faq-list summary{padding-top:19px;padding-bottom:19px;font-size:16px}
  body.page-apres-coup .ac17-faq-list summary::after{top:16px}
  body.page-apres-coup .ac17-faq-list details p{padding-right:26px;font-size:14px}
}

@media (max-width:460px){
  body.page-apres-coup .ac17-hero-art img{
    width:100%;
    transform:translate(-50%,-50%);
  }
}
