/* ACF-CI — Mon Diagnostic Entreprise. Genere depuis le prototype, ne pas editer a la main. */
#acf-mate-ebook-root{max-width:none;margin:0;padding:0;}
#acf-mate-ebook-root *,#acf-mate-ebook-root *::before,#acf-mate-ebook-root *::after{box-sizing:border-box;}
#acf-mate-ebook-root button{margin:0;font-family:inherit;}
#acf-mate-ebook-root table{border-collapse:collapse;width:auto;}
#acf-mate-ebook-root ul,#acf-mate-ebook-root ol{margin:0;padding:0;list-style:none;}
#acf-mate-ebook-root p{margin:0;}
#acf-mate-ebook-root a{text-decoration:none;}
#acf-mate-ebook-root h1,#acf-mate-ebook-root h2,#acf-mate-ebook-root h3,#acf-mate-ebook-root h4{padding:0;}
#acf-mate-ebook-root .top{position:sticky;top:0;}
.acf-mate-ebook-ff{position:absolute!important;left:-9999px!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;}
#acf-mate-ebook-root{
  --vert:#1B4332;
  --vert2:#0D2B1E;
  --orange:#EB5424;
  --orange2:#d9342b;
  --creme:#FAF7F2;
  --texte:#1A1A1A;
  --gris:#6B7280;
  --ligne:#E5E0D8;
  --blanc:#FFFFFF;
  --vert-soft:rgba(27,67,50,0.06);
  --vert-line:rgba(27,67,50,0.15);
  --orange-soft:rgba(235,84,36,0.07);
  --orange-line:rgba(235,84,36,0.28);
  --radius:8px;
  
  --lab-bg:#12160F;
  --lab-ink:#E4E8DF;
  --lab-line:#2B3327;
  --lab-accent:#EB5424;
}
#acf-mate-ebook-root *{box-sizing:border-box;}
#acf-mate-ebook-root{
  margin:0;
  background:var(--creme);
  color:var(--texte);
  font-family:'Outfit',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  padding-bottom:64px;
}
#acf-mate-ebook-root :focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:3px;}
#acf-mate-ebook-root h1, #acf-mate-ebook-root h2, #acf-mate-ebook-root h3, #acf-mate-ebook-root h4{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:700;
  line-height:1.15;
  color:var(--texte);
  margin:0;
  text-wrap:balance;
}
#acf-mate-ebook-root .top{position:sticky;top:0;z-index:40;background:var(--creme);border-bottom:1px solid var(--ligne);}
#acf-mate-ebook-root .top-inner{
  max-width:700px;margin:0 auto;padding:14px 24px 11px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
#acf-mate-ebook-root .wordmark{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--gris);font-weight:500;}
#acf-mate-ebook-root .wordmark b{color:var(--vert);font-weight:600;}
#acf-mate-ebook-root .step-count{
  font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--gris);
  font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap;
}
#acf-mate-ebook-root .rail{max-width:700px;margin:0 auto;padding:0 24px 12px;display:flex;gap:3px;}
#acf-mate-ebook-root .seg{height:3px;flex:1;background:var(--ligne);border-radius:2px;transition:background .35s ease;}
#acf-mate-ebook-root .seg.done{background:var(--vert);}
#acf-mate-ebook-root .seg.now{background:var(--orange);}
#acf-mate-ebook-root main{max-width:700px;margin:0 auto;padding:0 24px;}
#acf-mate-ebook-root .screen{padding:36px 0 48px;}
@media (prefers-reduced-motion: no-preference){
#acf-mate-ebook-root .anim{animation:rise .32s cubic-bezier(.2,.7,.3,1) both;}
}
@keyframes rise{from{opacity:0;transform:translateY(9px);}to{opacity:1;transform:none;}}
#acf-mate-ebook-root .eyebrow{
  font-size:11px;letter-spacing:1.4px;text-transform:uppercase;font-weight:600;
  color:var(--orange);margin:0 0 14px;
}
#acf-mate-ebook-root .q-title{font-size:clamp(27px,5.2vw,36px);margin:0 0 10px;color:var(--vert);}
#acf-mate-ebook-root .q-sub{color:var(--gris);font-size:14.5px;margin:0 0 24px;max-width:56ch;line-height:1.65;}
#acf-mate-ebook-root .q-title + .options{margin-top:24px;}
#acf-mate-ebook-root .multi-hint{
  display:inline-block;font-size:11px;letter-spacing:1px;text-transform:uppercase;
  font-weight:600;color:var(--vert);background:var(--vert-soft);
  border:1px solid var(--vert-line);border-radius:999px;padding:3px 11px;margin:0 0 18px;
}
#acf-mate-ebook-root .options{display:flex;flex-direction:column;gap:8px;margin:0;}
#acf-mate-ebook-root .opt{
  display:flex;align-items:center;gap:14px;width:100%;
  background:var(--blanc);
  border:1.5px solid var(--ligne);
  border-radius:var(--radius);
  padding:13px 15px;
  font-family:inherit;font-size:15px;color:var(--texte);text-align:left;
  cursor:pointer;
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
#acf-mate-ebook-root .opt:hover{border-color:rgba(27,67,50,.35);box-shadow:0 2px 10px rgba(27,67,50,.06);}
#acf-mate-ebook-root .opt[aria-pressed="true"]{border-color:var(--orange);background:var(--orange-soft);}
#acf-mate-ebook-root .opt-glyph{
  flex:0 0 34px;height:34px;
  display:grid;place-items:center;
  background:var(--creme);border:1px solid var(--ligne);border-radius:6px;
  font-size:16px;line-height:1;
}
#acf-mate-ebook-root .opt[aria-pressed="true"] .opt-glyph{background:var(--blanc);border-color:var(--orange-line);}
#acf-mate-ebook-root .opt-glyph svg{display:block;width:22px;height:15px;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.10);}
#acf-mate-ebook-root .opt-label{flex:1;line-height:1.4;font-weight:400;}
#acf-mate-ebook-root .opt-key{
  flex:0 0 auto;font-size:10px;letter-spacing:.5px;font-weight:600;
  color:var(--gris);border:1px solid var(--ligne);border-radius:4px;padding:2px 6px;
}
#acf-mate-ebook-root .opt[aria-pressed="true"] .opt-key{border-color:var(--orange-line);color:var(--orange);}
#acf-mate-ebook-root .opt-check{
  flex:0 0 20px;height:20px;border:1.5px solid var(--ligne);border-radius:5px;
  background:var(--blanc);display:grid;place-items:center;
}
#acf-mate-ebook-root .opt[aria-pressed="true"] .opt-check{background:var(--orange);border-color:var(--orange);}
#acf-mate-ebook-root .opt-check svg{width:12px;height:12px;opacity:0;}
#acf-mate-ebook-root .opt[aria-pressed="true"] .opt-check svg{opacity:1;}
@media (max-width:540px){
#acf-mate-ebook-root .opt-key{display:none;}
}
#acf-mate-ebook-root .note{
  display:flex;gap:14px;align-items:flex-start;
  margin-top:14px;padding:16px 18px;
  background:var(--vert-soft);
  border:1.5px solid var(--vert-line);
  border-left:4px solid var(--vert);
  border-radius:var(--radius);
}
#acf-mate-ebook-root .note-icon{font-size:18px;flex-shrink:0;line-height:1.4;}
#acf-mate-ebook-root .note-body{font-size:14px;color:var(--gris);line-height:1.65;}
#acf-mate-ebook-root .note-body b{color:var(--vert);font-weight:600;}
#acf-mate-ebook-root .note-tag{
  display:block;font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;
  font-weight:600;color:var(--vert);margin-bottom:5px;
}
#acf-mate-ebook-root .nav{display:flex;align-items:center;gap:12px;margin-top:26px;flex-wrap:wrap;}
#acf-mate-ebook-root .btn{
  font-family:'Outfit',sans-serif;font-weight:600;font-size:15px;
  border-radius:6px;padding:13px 24px;border:1.5px solid transparent;
  cursor:pointer;transition:all .2s;line-height:1.4;
}
#acf-mate-ebook-root .btn-primary{background:var(--orange);color:#fff;}
#acf-mate-ebook-root .btn-primary:hover{background:rgba(235,84,36,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(235,84,36,.3);}
#acf-mate-ebook-root .btn-primary:disabled{background:var(--ligne);color:var(--gris);cursor:not-allowed;transform:none;box-shadow:none;}
#acf-mate-ebook-root .btn-ghost{background:transparent;color:var(--gris);border-color:var(--ligne);padding:13px 18px;}
#acf-mate-ebook-root .btn-ghost:hover{color:var(--vert);border-color:var(--vert-line);background:var(--vert-soft);}
#acf-mate-ebook-root .btn-wide{width:100%;text-align:center;display:block;text-decoration:none;}
#acf-mate-ebook-root .hint{font-size:11px;letter-spacing:.6px;color:var(--gris);margin-left:auto;text-transform:uppercase;font-weight:500;}
@media (max-width:540px){
#acf-mate-ebook-root .hint{display:none;}
}
#acf-mate-ebook-root .intro-title{font-size:clamp(29px,4.4vw,44px);color:var(--vert);margin:0 0 16px;line-height:1.14;text-wrap:wrap;}
#acf-mate-ebook-root .intro-lede{font-size:17px;line-height:1.7;color:var(--gris);max-width:48ch;margin:0 0 26px;}
#acf-mate-ebook-root .facts{
  display:flex;flex-wrap:wrap;border:1.5px solid var(--ligne);border-radius:var(--radius);
  background:var(--blanc);margin:0 0 26px;overflow:hidden;
}
#acf-mate-ebook-root .fact{flex:1 1 33%;min-width:120px;padding:16px 18px;border-right:1px solid var(--ligne);}
#acf-mate-ebook-root .fact:last-child{border-right:0;}
#acf-mate-ebook-root .fact-n{font-family:'Cormorant Garamond',Georgia,serif;font-size:29px;font-weight:700;line-height:1;color:var(--vert);display:block;}
#acf-mate-ebook-root .fact-l{font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;color:var(--gris);margin-top:7px;display:block;font-weight:500;}
@media (max-width:540px){
#acf-mate-ebook-root .fact{flex:1 1 100%;border-right:0;border-bottom:1px solid var(--ligne);}
#acf-mate-ebook-root .fact:last-child{border-bottom:0;}
}
#acf-mate-ebook-root .microcopy{font-size:12.5px;color:var(--gris);margin:14px 0 0;line-height:1.6;}
#acf-mate-ebook-root .field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;}
#acf-mate-ebook-root .field label{font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;color:var(--gris);font-weight:600;}
#acf-mate-ebook-root .field input{
  font-family:'Outfit',sans-serif;font-size:16px;color:var(--texte);
  background:var(--blanc);border:1.5px solid var(--ligne);border-radius:6px;padding:13px 14px;width:100%;
}
#acf-mate-ebook-root .field input:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px var(--orange-soft);}
#acf-mate-ebook-root .field .err{font-size:12.5px;color:var(--orange2);}
#acf-mate-ebook-root .result-head{border-bottom:2px solid var(--vert);padding-bottom:18px;}
#acf-mate-ebook-root .profile-name{font-size:clamp(31px,6.4vw,44px);color:var(--vert);margin:6px 0 0;}
#acf-mate-ebook-root .structure-plate{
  display:flex;flex-wrap:wrap;gap:6px 14px;
  background:var(--vert);color:#fff;border-radius:var(--radius);
  padding:18px 20px;margin:22px 0 0;
}
#acf-mate-ebook-root .sp-tag{width:100%;font-size:10.5px;letter-spacing:1.4px;text-transform:uppercase;color:rgba(255,255,255,.75);font-weight:600;}
#acf-mate-ebook-root .sp-val{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;font-weight:700;line-height:1.15;color:#fff;}
#acf-mate-ebook-root .readiness{
  display:inline-flex;align-items:center;gap:8px;
  border:1.5px solid var(--ligne);border-radius:999px;background:var(--blanc);
  padding:6px 15px 6px 11px;margin-top:20px;font-size:13.5px;color:var(--gris);
}
#acf-mate-ebook-root .readiness b{color:var(--vert);font-weight:600;}
#acf-mate-ebook-root .plate{
  position:relative;border:1.5px solid var(--ligne);border-radius:var(--radius);
  background:var(--blanc);padding:26px 20px 20px;margin-top:26px;
}
#acf-mate-ebook-root .plate-tag{
  position:absolute;top:-9px;left:15px;background:var(--blanc);padding:0 8px;
  font-size:10.5px;letter-spacing:1.3px;text-transform:uppercase;color:var(--gris);font-weight:600;
}
#acf-mate-ebook-root .plate p{margin:0;font-size:15px;line-height:1.7;color:var(--gris);}
#acf-mate-ebook-root .plate p + p{margin-top:12px;}
#acf-mate-ebook-root .plate.warn{background:var(--vert-soft);border-color:var(--vert-line);border-left:4px solid var(--vert);}
#acf-mate-ebook-root .plate.warn .plate-tag{background:#F1F2EE;color:var(--vert);}
#acf-mate-ebook-root .plate.warn p{color:var(--texte);}
#acf-mate-ebook-root ol.path{margin:0;padding:0;list-style:none;counter-reset:s;}
#acf-mate-ebook-root ol.path li{
  counter-increment:s;display:flex;gap:14px;align-items:flex-start;
  padding:9px 0;border-bottom:1px solid var(--ligne);font-size:15px;color:var(--gris);line-height:1.6;
}
#acf-mate-ebook-root ol.path li:last-child{border-bottom:0;padding-bottom:0;}
#acf-mate-ebook-root ol.path li::before{
  content:counter(s,decimal-leading-zero);
  font-size:11.5px;font-weight:600;color:var(--orange);flex:0 0 auto;padding-top:4px;
  font-variant-numeric:tabular-nums;letter-spacing:.5px;
}
#acf-mate-ebook-root .advices{display:flex;flex-direction:column;gap:18px;}
#acf-mate-ebook-root .advice h4{font-size:19px;color:var(--vert);margin:0 0 5px;line-height:1.25;}
#acf-mate-ebook-root .advice p{margin:0;font-size:14.5px;line-height:1.65;color:var(--gris);}
#acf-mate-ebook-root .advice + .advice{border-top:1px solid var(--ligne);padding-top:18px;}
#acf-mate-ebook-root .guide{
  margin-top:22px;padding:20px;border-radius:var(--radius);
  background:var(--creme);border:1.5px dashed var(--orange-line);
}
#acf-mate-ebook-root .guide h4{font-size:20px;color:var(--vert);margin:0 0 6px;}
#acf-mate-ebook-root .guide p{margin:0 0 14px;font-size:14px;color:var(--gris);line-height:1.6;}
#acf-mate-ebook-root .guide-done{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--vert);font-weight:500;}
#acf-mate-ebook-root .disclaimer{margin-top:26px;padding-top:18px;border-top:1px solid var(--ligne);font-size:13px;line-height:1.7;color:var(--gris);}
#acf-mate-ebook-root .cta-zone{
  margin-top:28px;padding:28px 24px;border-radius:12px;text-align:center;
  background:linear-gradient(135deg, var(--vert) 0%, rgba(27,67,50,.8) 100%);
  color:#fff;
}
#acf-mate-ebook-root .cta-zone h3{color:#fff;font-size:24px;margin:0 0 8px;}
#acf-mate-ebook-root .cta-zone p{color:rgba(255,255,255,.85);margin:0 0 18px;font-size:14px;line-height:1.6;}
#acf-mate-ebook-root .cta-btn{
  display:inline-flex;align-items:center;gap:8px;padding:14px 26px;
  background:var(--orange);color:#fff !important;text-decoration:none;
  border-radius:6px;font-weight:600;font-size:15px;transition:all .2s;
}
#acf-mate-ebook-root .cta-btn:hover{background:rgba(235,84,36,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(235,84,36,.3);}
#acf-mate-ebook-root .cta-note{color:rgba(255,255,255,.7);font-size:12.5px;margin:14px 0 0;}
#acf-mate-ebook-root .promises{list-style:none;margin:0 0 26px;padding:0;display:flex;flex-direction:column;gap:9px;max-width:52ch;}
#acf-mate-ebook-root .promises li{display:flex;gap:11px;align-items:flex-start;font-size:16px;color:var(--texte);line-height:1.5;}
#acf-mate-ebook-root .promises .tick{flex:0 0 17px;width:17px;height:17px;margin-top:5px;color:var(--vert);}
#acf-mate-ebook-root .chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px;}
#acf-mate-ebook-root .chip{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12px;font-weight:500;color:var(--vert);
  background:var(--vert-soft);border:1px solid var(--vert-line);
  border-radius:999px;padding:5px 12px 5px 9px;
}
#acf-mate-ebook-root .chip .tick{width:12px;height:12px;flex:0 0 12px;}
#acf-mate-ebook-root .verdict{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:23px;font-weight:700;color:var(--vert) !important;
  line-height:1.25;margin:0 0 8px !important;
}
#acf-mate-ebook-root .costs{
  border:1px solid var(--ligne);border-radius:var(--radius);
  overflow:hidden;margin:14px 0;background:var(--creme);
}
#acf-mate-ebook-root .cost-row{
  display:flex;justify-content:space-between;align-items:baseline;gap:16px;
  padding:11px 14px;border-bottom:1px solid var(--ligne);
  font-size:14.5px;color:var(--texte);line-height:1.45;
}
#acf-mate-ebook-root .cost-row:last-child{border-bottom:0;}
#acf-mate-ebook-root .cost-v{font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--vert);}
#acf-mate-ebook-root .cost-total{background:var(--vert);color:#fff;font-weight:600;}
#acf-mate-ebook-root .cost-total .cost-v{color:#fff;}
#acf-mate-ebook-root .cost-sub{
  padding:9px 14px;background:rgba(27,67,50,.05);
  font-size:10.5px;letter-spacing:1.1px;text-transform:uppercase;
  font-weight:600;color:var(--gris);border-bottom:1px solid var(--ligne);
}
#acf-mate-ebook-root .cost-sub-out{
  background:none;border:0;padding:16px 0 0;
}
#acf-mate-ebook-root .cost-note{font-size:12.5px !important;color:var(--gris);font-style:italic;}
@media (max-width:460px){
#acf-mate-ebook-root .cost-row{flex-direction:column;gap:2px;}
#acf-mate-ebook-root .cost-v{align-self:flex-start;}
}
/* Le theme force un display sur les boutons : sans ceci l'attribut hidden est ignore
   et "Continuer" s'affiche sur les questions a choix unique, ou il ne sert a rien. */
#acf-mate-ebook-root [hidden]{display:none !important;}
/* Libelles longs (ex. bouton vers le diagnostic) : passer a la ligne plutot que deborder du cadre. */
#acf-mate-ebook-root .btn{white-space:normal;text-align:center;}
#acf-mate-ebook-root .consent{display:flex;gap:10px;align-items:flex-start;margin:2px 0 16px;font-size:13px;line-height:1.55;color:var(--gris);cursor:pointer;}
#acf-mate-ebook-root .consent input{flex:0 0 auto;width:18px;height:18px;margin:2px 0 0;accent-color:var(--orange);cursor:pointer;}
