.pps-checkout{max-width:1100px;margin:24px auto;padding:20px;border:1px solid #E2E8F0;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.055);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1E293B}.pps-head h2{margin:0 0 18px;font-size:28px}.pps-grid{display:grid;gap:14px}.pps-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.pps-packs{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.pps-pack{display:flex;flex-direction:column;gap:6px;border:1px solid #dbe3ef;border-radius:16px;padding:16px;cursor:pointer;background:#F8FAFC;transition:.15s}.pps-pack input{position:absolute;opacity:0}.pps-pack.is-selected{border-color:#475569;background:#eff6ff;box-shadow:0 0 0 3px rgba(71,85,105,.14)}.pps-pack strong{font-size:18px}.pps-pack b{font-size:20px}.pps-pack em{font-style:normal;color:#475569;font-weight:800}.pps-panel{border:1px solid #e2e8f0;border-radius:16px;padding:16px;margin:14px 0;background:#fff}.pps-order-zone{margin:22px 0 4px}.pps-panel h3{margin-top:0}.pps-dept-row{display:flex;gap:10px;align-items:center}.pps-dept-step{min-width:68px;height:46px;border:0;border-radius:14px;background:#475569;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:4px;box-shadow:0 8px 18px rgba(71,85,105,.16);transition:transform .12s ease,opacity .12s ease,background .12s ease,box-shadow .12s ease}.pps-dept-step:hover{background:#334155;box-shadow:0 10px 22px rgba(51,65,85,.20);transform:translateY(-1px)}.pps-dept-step:active{transform:translateY(0)}.pps-dept-step:disabled{opacity:.55;cursor:wait;transform:none}.pps-dept-step span{font-size:28px;font-weight:900;line-height:1;display:block}.pps-dept-step small{font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;opacity:.92}.pps-dept-minus span{margin-top:-2px}.pps-dept-input{flex:1;min-width:120px;height:46px;text-align:center;border:1px solid #E2E8F0;border-radius:12px;font-size:20px;font-weight:800;color:#1E293B;background:#fff}.pps-help,.pps-secure{color:#64748b;font-size:14px}.pps-order-zone .pps-secure{text-align:center;margin:10px 0 0}.pps-line,.pps-total,.pps-month{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #edf2f7}.pps-total{font-size:22px;font-weight:800}.pps-month{font-size:18px;color:#475569}.pps-button{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;border:0;border-radius:14px;background:#059669;color:white;padding:13px 22px;font-weight:800;font-size:16px;cursor:pointer;text-decoration:none}.pps-button:hover{background:#047857}.pps-button:disabled{opacity:.6;cursor:wait}.pps-error{color:#b91c1c;font-weight:700}.pps-account{max-width:900px;margin:24px auto}.pps-order-card{display:flex;flex-direction:column;gap:5px;border:1px solid #e2e8f0;border-radius:14px;padding:14px;margin:12px 0;background:#fff}.pps-pack-detail{display:block;font-size:12px;line-height:1.35;color:#475569;margin-top:4px}.pps-pack-vat{color:#64748b}.pps-pack em{font-size:18px}.pps-month strong{font-size:24px}.pps-checkout.is-calculating .pps-pack{opacity:.82}
html.pps-modal-open,html.pps-modal-open body{overflow:hidden}.pps-customer-fields label{display:flex;flex-direction:column;gap:6px;font-weight:700}.pps-customer-fields input{border:1px solid #E2E8F0;border-radius:12px;padding:12px;font-size:15px}.pps-customer-fields input:focus,.pps-dept-input:focus{outline:3px solid rgba(71,85,105,.18);border-color:#475569}.pps-full{grid-column:1/-1}
@media(max-width:800px){.pps-packs,.pps-grid.two{grid-template-columns:1fr}.pps-checkout{padding:14px}.pps-dept-step{min-width:58px}.pps-dept-step small{display:none}}


/* Build 20260522.19 — thème doux bleu ardoise / émeraude, comportement Stripe conservé */
.pps-checkout{
  background:#F8FAFC;
  border-color:#E2E8F0;
  border-radius:14px;
  color:#1E293B;
  box-shadow:0 10px 28px rgba(15,23,42,.055);
}
.pps-panel,.pps-order-card{
  border-color:#E2E8F0;
  border-radius:14px;
  box-shadow:0 14px 38px rgba(15,23,42,.075);
}
.pps-pack{
  background:#F8FAFC;
  border-color:#E2E8F0;
  border-radius:14px;
}
.pps-pack:hover{
  border-color:#475569;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}
.pps-pack.is-selected{
  border-color:#475569;
  background:#F8FAFC;
  box-shadow:0 0 0 3px rgba(71,85,105,.14);
}
.pps-pack em,.pps-month{color:#475569;}
.pps-dept-step{
  background:#475569;
  border-radius:14px;
  box-shadow:0 8px 18px rgba(71,85,105,.16);
}
.pps-dept-step:hover{
  background:#334155;
  box-shadow:0 10px 22px rgba(51,65,85,.20);
}
.pps-button{
  background:#059669;
  border-radius:14px;
  box-shadow:0 10px 22px rgba(5,150,105,.16);
}
.pps-button:hover{
  background:#047857;
  box-shadow:0 12px 26px rgba(4,120,87,.18);
}
.pps-dept-input,.pps-customer-fields input{
  border-color:#E2E8F0;
  border-radius:12px;
  color:#1E293B;
}
.pps-customer-fields input:focus,.pps-dept-input:focus{
  outline:3px solid rgba(71,85,105,.18);
  border-color:#475569;
}
.pps-line,.pps-total,.pps-month{border-bottom-color:#E2E8F0;}

/* Code promo compact sur la ligne de titre */
.pps-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.pps-head h2{margin:0}
.pps-promo-inline{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-left:auto;font-size:14px;color:#1E293B}
.pps-promo-inline label{font-weight:800;white-space:nowrap}
.pps-promo-code{width:150px;max-width:42vw;border:1px solid #E2E8F0;border-radius:13px;padding:10px 12px;background:#fff;color:#1E293B;font-weight:700;text-transform:uppercase;box-shadow:0 8px 18px rgba(15,23,42,.05)}
.pps-promo-code:focus{outline:3px solid rgba(71,85,105,.18);border-color:#475569}
.pps-promo-apply{border:0;border-radius:13px;padding:10px 14px;background:#475569;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 20px rgba(15,23,42,.12);transition:background .15s ease,transform .15s ease}
.pps-promo-apply:hover{background:#334155;transform:translateY(-1px)}
.pps-promo-apply:disabled{opacity:.65;cursor:wait;transform:none}
.pps-promo-message{font-size:12px;color:#059669;font-weight:700;min-width:120px}
.pps-promo-message.pps-error{color:#b91c1c}
.pps-promo-badge{display:inline-flex;align-items:center;border-radius:999px;background:rgba(5,150,105,.10);color:#059669;padding:2px 7px;font-weight:900;white-space:nowrap}
.pps-promo-summary strong{color:#059669}
@media (max-width:720px){.pps-head{align-items:flex-start}.pps-promo-inline{width:100%;justify-content:flex-start;margin-left:0}.pps-promo-code{flex:1;min-width:0;max-width:none}.pps-promo-message{width:100%}}

/* Build 20260522.23 — code promo compact validé, sans bloc total front supplémentaire */
.pps-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.pps-head h2{
  margin:0;
  flex:1 1 auto;
}
.pps-promo-inline{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin-left:auto;
  flex:0 1 auto;
  font-size:13px;
  color:#1E293B;
}
.pps-promo-inline label{
  font-weight:800;
  white-space:nowrap;
  margin:0;
}
.pps-promo-code{
  width:170px !important;
  max-width:170px !important;
  height:38px;
  box-sizing:border-box;
  border:1px solid #E2E8F0;
  border-radius:999px !important;
  padding:8px 14px;
  background:#fff;
  color:#1E293B;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.04),0 6px 16px rgba(15,23,42,.045);
}
.pps-promo-code::placeholder{
  color:#64748b;
  text-transform:none;
  font-weight:600;
}
.pps-promo-apply{
  min-height:38px;
  border:0;
  border-radius:999px !important;
  padding:8px 16px;
  background:#0f9f72;
  color:#fff;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(5,150,105,.18);
  transition:background .15s ease,transform .15s ease,box-shadow .15s ease;
}
.pps-promo-apply:hover{
  background:#059669;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(5,150,105,.22);
}
.pps-promo-message{
  flex-basis:100%;
  text-align:right;
  min-width:0;
  font-size:12px;
  line-height:1.2;
  color:#059669;
  font-weight:800;
}
.pps-promo-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-radius:999px;
  background:rgba(5,150,105,.10);
  color:#059669;
  padding:2px 7px;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.pps-pack.has-promo,
.pps-pack.is-selected.has-promo{
  border-color:rgba(5,150,105,.45);
}
@media (max-width:720px){
  .pps-head{align-items:flex-start;gap:10px;}
  .pps-promo-inline{width:100%;justify-content:flex-start;margin-left:0;}
  .pps-promo-code{width:min(190px, 100%) !important;max-width:none !important;flex:1 1 150px;}
  .pps-promo-message{text-align:left;}
}

/* Build 20260522.25 — sélection pack plus visible + espacement message promo */
.pps-pack.is-selected{
  border-color:#059669 !important;
  background:rgba(5,150,105,.055) !important;
  box-shadow:0 0 0 2px rgba(5,150,105,.20),0 10px 24px rgba(5,150,105,.10) !important;
}
.pps-pack.is-selected:hover{
  border-color:#047857 !important;
  box-shadow:0 0 0 2px rgba(5,150,105,.24),0 12px 28px rgba(5,150,105,.13) !important;
}
.pps-promo-message{
  margin-top:6px;
  padding-top:4px;
}

/* Build 20260523 — adresse de livraison différente */
.pps-checkline{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;margin:8px 0 0;padding:12px 14px;border:1px solid #E2E8F0;border-radius:12px;background:#F8FAFC;cursor:pointer}.pps-checkline input{width:auto!important;margin:0}.pps-delivery-fields{margin-top:10px;padding:16px;border:1px solid #E2E8F0;border-radius:16px;background:#F8FAFC}.pps-delivery-fields h4{margin:0 0 12px;font-size:17px}.pps-delivery-fields .pps-grid{gap:12px}.pps-delivery-fields input{background:#fff}
.pps-checkline{flex-direction:row!important;align-items:flex-start!important;gap:10px!important;font-weight:700;line-height:1.35;}
.pps-checkline input[type="checkbox"]{width:18px;height:18px;margin:1px 0 0;flex:0 0 auto;padding:0;}
.pps-checkline a{color:#047857;text-decoration:underline;text-underline-offset:3px;}
.pps-delivery-fields{border:1px solid #E2E8F0;border-radius:16px;padding:14px;background:#F8FAFC;}
.pps-delivery-fields h4{margin:0 0 12px;font-size:18px;color:#0F172A;}
.pps-open-checkout{
  width:100%;
  min-height:58px;
  font-size:20px;
  padding:16px 28px;
  border-radius:14px;
  box-shadow:0 10px 22px rgba(5,150,105,.18);
}
.pps-checkout-step{
  margin:0;
  padding:0;
}
.pps-checkout.is-checkout-step .pps-head,
.pps-checkout.is-checkout-step .pps-packs,
.pps-checkout.is-checkout-step .pps-panel,
.pps-checkout.is-checkout-step .pps-order-zone{
  display:none;
}
.pps-checkout-step-head{
  margin:0 0 18px;
}
.pps-checkout-step-head h3{
  margin:0 0 6px;
  font-size:28px;
  color:#0F172A;
}
.pps-checkout-step-head p{
  margin:0;
  color:#64748B;
}
.pps-checkout-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:18px;
  align-items:stretch;
}
.pps-checkout-panel{
  background:#fff;
  border:1px solid #E2E8F0;
  border-radius:20px;
  padding:18px;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.pps-checkout-form-panel,
.pps-checkout-summary{
  min-height:100%;
}
.pps-checkout-summary{
  align-self:stretch;
  display:flex;
  flex-direction:column;
}
.pps-checkout-summary-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.pps-checkout-summary-head h4{
  margin:0;
  font-size:22px;
  color:#0F172A;
}
.pps-modify-order{
  border:1px solid #CBD5E1;
  border-radius:999px;
  background:#fff;
  color:#334155;
  padding:8px 12px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
}
.pps-modify-order:hover{
  border-color:#059669;
  color:#047857;
}
.pps-checkout-summary-lines{
  flex:1 1 auto;
}
.pps-checkout-summary .pps-line,
.pps-checkout-summary .pps-total,
.pps-checkout-summary .pps-month{
  padding:10px 0;
}
.pps-checkout-summary .pps-total{
  margin-top:6px;
  border-top:1px solid #CBD5E1;
  border-bottom:0;
  font-size:22px;
}
.pps-checkout-summary .pps-month{
  border-bottom:0;
}
.pps-checkout-actions{
  margin-top:18px;
}
.pps-validate-order{
  width:100%;
  min-height:58px;
  font-size:18px;
  border-radius:14px;
  box-shadow:0 12px 24px rgba(5,150,105,.18);
}
@media(max-width:900px){
  .pps-checkout{
    margin:14px auto;
    padding:14px;
  }
  .pps-checkout-layout{
    grid-template-columns:1fr;
    gap:14px;
  }
  .pps-checkout-panel{
    padding:14px;
    border-radius:16px;
  }
  .pps-grid.two{
    grid-template-columns:1fr;
  }
  .pps-checkout-step-head h3{
    font-size:24px;
  }
  .pps-modify-order{
    padding:7px 11px;
  }
}
@media(max-width:520px){
  .pps-open-checkout,
  .pps-validate-order{
    min-height:54px;
    font-size:17px;
    padding:14px 18px;
  }
  .pps-checkout-summary-head{
    align-items:flex-start;
  }
}

/* Département : saisie manuelle + liste déroulante code/nom */
.pps-dept-control{flex:1;min-width:220px;display:grid;grid-template-columns:96px minmax(160px,1fr);gap:8px;align-items:center}.pps-dept-control .pps-dept-input{width:100%;min-width:0;flex:none}.pps-dept-select{height:46px;width:100%;border:1px solid #E2E8F0;border-radius:12px;background:#fff;color:#1E293B;font-size:16px;font-weight:700;padding:0 42px 0 12px;cursor:pointer}.pps-dept-select:focus,.pps-dept-input:focus{outline:2px solid rgba(71,85,105,.20);outline-offset:2px;border-color:#94A3B8}@media(max-width:720px){.pps-dept-row{flex-wrap:wrap}.pps-dept-control{order:1;flex-basis:100%;grid-template-columns:84px minmax(0,1fr)}.pps-dept-minus{order:2;flex:1}.pps-dept-plus{order:3;flex:1}.pps-dept-select{font-size:14px}}

/* Build 20260524.5-ZIP2 - présentation homogène simulateur + récapitulatif, sans masquer les champs existants */
.pps-modern-v2{max-width:1500px;padding:0;background:#F8FAFC;border:1px solid #E2E8F0;border-radius:22px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.10)}
.pps-modern-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:720px;background:linear-gradient(90deg,#fff 0,#fff 280px,#F8FAFC 280px,#F8FAFC 100%)}
.pps-modern-sidebar{position:relative;display:flex;flex-direction:column;gap:22px;padding:34px 24px;background:linear-gradient(160deg,#064E3B 0%,#047857 52%,#022C22 100%);color:#fff;overflow:hidden}
.pps-modern-sidebar:before{content:"";position:absolute;inset:auto -70px 90px auto;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.08)}
.pps-modern-sidebar>*{position:relative;z-index:1}.pps-brand-block{display:flex;align-items:center;gap:14px}.pps-brand-logo{width:72px;height:72px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#065F46;font-size:42px;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.pps-brand-block strong{display:block;font-size:34px;line-height:.96;letter-spacing:-1px;color:#fff}.pps-modern-sidebar h2{margin:14px 0 0;color:#fff;font-size:20px;line-height:1.3}.pps-sidebar-checks{display:grid;gap:14px;margin:0;padding:0;list-style:none}.pps-sidebar-checks li{display:flex;align-items:flex-start;gap:11px;font-weight:800;color:#ECFDF5;line-height:1.35}.pps-sidebar-checks li:before{content:"✓";display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;margin-top:2px;border-radius:999px;background:#22C55E;color:#fff;font-weight:1000;box-shadow:0 10px 20px rgba(0,0,0,.14)}
.pps-sidebar-card{margin-top:auto;padding:22px;border-radius:16px;background:#fff;color:#0F172A;box-shadow:0 16px 35px rgba(2,6,23,.18)}.pps-sidebar-card+.pps-sidebar-card{margin-top:0}.pps-sidebar-card strong{display:block;font-size:17px;line-height:1.25}.pps-sidebar-card p{margin:10px 0 0;color:#334155;line-height:1.55}.pps-sidebar-card small{display:block;margin-top:10px;color:#047857;font-weight:800;line-height:1.4}.pps-seed-card{background:linear-gradient(180deg,#fff,#F0FDF4)}
.pps-modern-main{min-width:0;padding:24px}.pps-modern-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:center;margin-bottom:20px;padding:18px 34px;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06);border:1px solid #E2E8F0}.pps-modern-steps span{position:relative;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center}.pps-modern-steps span:not(:last-child):after{content:"";position:absolute;right:-9px;top:50%;width:44px;height:2px;background:#16A34A;transform:translate(50%,-50%)}.pps-modern-steps b{grid-row:1/3;display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#059669;color:#fff;box-shadow:inset 0 -5px 12px rgba(0,0,0,.16)}.pps-modern-steps strong{font-size:14px;color:#0F172A}.pps-modern-steps em{font-style:normal;color:#475569;font-size:13px}
.pps-modern-v2 .pps-head{padding:22px 24px;border:1px solid #E2E8F0;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05)}.pps-modern-v2 .pps-head h2{margin:0;color:#0F172A}.pps-modern-v2 .pps-packs,.pps-modern-v2 .pps-panel,.pps-modern-v2 .pps-order-zone,.pps-modern-v2 .pps-checkout-step{background:#fff;border:1px solid #E2E8F0;border-radius:18px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.pps-modern-v2 .pps-panel{padding:22px}.pps-modern-v2 .pps-order-zone{padding:22px}.pps-modern-v2 .pps-checkout-step{padding:24px}.pps-modern-v2 .pps-customer-fields label:not(.pps-checkline){background:#fff}.pps-modern-v2 .pps-dept-row{align-items:stretch}.pps-modern-v2 .pps-dept-input,.pps-modern-v2 .pps-dept-select{min-height:50px}.pps-modern-v2 .pps-help{font-weight:700;color:#475569}.pps-modern-v2 .pps-button{border-radius:14px}.pps-modern-v2 .pps-open-checkout,.pps-modern-v2 .pps-validate-order{box-shadow:0 12px 24px rgba(5,150,105,.22)}
.pps-modern-footer{display:grid;grid-template-columns:1.15fr 1fr 1fr 1.1fr;gap:34px;margin:26px -24px -24px;padding:30px 34px;background:#fff;border-top:1px solid #E2E8F0}.pps-modern-footer div{display:flex;flex-direction:column;gap:8px;min-width:0}.pps-modern-footer strong{color:#0F172A}.pps-modern-footer a,.pps-modern-footer span{font-size:14px;line-height:1.55;color:#334155;text-decoration:none}.pps-modern-footer a:hover{text-decoration:underline;color:#047857}.pps-footer-brand strong{font-size:21px;color:#047857}.pps-footer-secure{align-items:flex-start}.pps-footer-secure span{font-size:22px;font-weight:1000;color:#635BFF}
@media(max-width:1100px){.pps-modern-shell{grid-template-columns:1fr;background:#F8FAFC}.pps-modern-sidebar{border-radius:0;display:grid;grid-template-columns:1fr 1fr;align-items:start}.pps-brand-block,.pps-modern-sidebar h2,.pps-sidebar-checks{grid-column:1}.pps-sidebar-card{margin-top:0}.pps-modern-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.pps-footer-secure{grid-column:auto}.pps-modern-steps span:not(:last-child):after{display:none}}
@media(max-width:760px){.pps-modern-v2{border-radius:16px}.pps-modern-main{padding:14px}.pps-modern-sidebar{grid-template-columns:1fr;padding:24px 18px}.pps-brand-block strong{font-size:28px}.pps-modern-steps{grid-template-columns:1fr;padding:16px;gap:12px}.pps-modern-footer{grid-template-columns:1fr;margin:18px -14px -14px;padding:22px}.pps-modern-v2 .pps-head,.pps-modern-v2 .pps-panel,.pps-modern-v2 .pps-order-zone,.pps-modern-v2 .pps-checkout-step{border-radius:14px}}


/* Build 20260524.12 — corrections paiement annuel, saisie département, TVA détaillée, sidebar justifiée */
.pps-pack em,.pps-month{display:none!important;}
.pps-pack-detail{line-height:1.45;text-align:left;}
.pps-modern-v2 .pps-dept-row,.pps-dept-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;}
.pps-dept-control{width:100%;}
.pps-dept-input{cursor:text;}
.pps-sidebar-card p{
  text-align:justify;
  text-justify:inter-word;
  hyphens:auto;
  overflow-wrap:break-word;
  line-height:1.6;
}
.pps-sidebar-card{overflow:hidden;}


/* Build 20260524.20 — derniers ajustements : sidebar, détail prix simple, sélecteur département */
.pps-modern-sidebar h2{display:none!important;}
.pps-pack-detail{display:grid!important;gap:0!important;margin-top:18px!important;padding-top:12px!important;border-top:1px solid #DCE5EE!important;font-size:13px!important;color:#1E293B!important;}
.pps-pack-detail span{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:7px 0!important;border-bottom:1px solid #E6EDF5!important;}
.pps-pack-detail span:last-child{border-bottom:0!important;}
.pps-pack-detail em{display:block!important;font-style:normal!important;font-size:13px!important;font-weight:500!important;color:#334155!important;}
.pps-pack-detail strong{font-size:13px!important;font-weight:800!important;color:#0F172A!important;white-space:nowrap!important;}
.pps-dept-control{display:grid!important;grid-template-columns:minmax(40px,1fr) minmax(210px,300px) minmax(40px,1fr)!important;align-items:center!important;gap:16px!important;width:100%!important;}
.pps-dept-control:before,.pps-dept-control:after{content:"";height:2px;background:#CBD5E1;border-radius:999px;}
.pps-dept-input[type=hidden]{display:none!important;}
.pps-dept-select{grid-column:2!important;min-height:50px!important;text-align:center!important;text-align-last:center!important;border-radius:12px!important;background:#fff!important;}
.pps-sidebar-card p{font-size:16px;line-height:1.55;text-align:justify;text-justify:inter-word;hyphens:auto;}
.pps-seed-card p{line-height:1.45;}
@media(max-width:720px){.pps-dept-control{grid-template-columns:1fr!important;gap:8px!important}.pps-dept-control:before,.pps-dept-control:after{display:none}.pps-dept-select{grid-column:auto!important;width:100%!important}.pps-pack-detail span{grid-template-columns:1fr!important;gap:3px!important}.pps-pack-detail strong{white-space:normal!important}}


/* Build 20260524.30 — intégration propre cible image : étapes, sidebar, packs, département, CTA */
.pps-modern-v2 .pps-modern-sidebar h2{display:none!important;}
.pps-modern-v2 .pps-sidebar-card p{
  text-align:justify!important;
  text-justify:inter-word!important;
  line-height:1.6!important;
  color:#0F172A!important;
  hyphens:none!important;
  overflow-wrap:normal!important;
}
.pps-modern-v2 .pps-seed-card small{display:none!important;}

.pps-modern-v2 .pps-modern-steps{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  align-items:start!important;
  padding:20px 64px 18px!important;
  min-height:88px!important;
}
.pps-modern-v2 .pps-modern-steps span{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-width:0!important;
}
.pps-modern-v2 .pps-modern-steps span:not(:last-child):after{
  content:""!important;
  position:absolute!important;
  top:20px!important;
  left:calc(50% + 40px)!important;
  right:calc(-50% + 40px)!important;
  width:auto!important;
  height:3px!important;
  background:#059669!important;
  border-radius:999px!important;
  transform:none!important;
}
.pps-modern-v2 .pps-modern-steps b{
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#059669,#047857)!important;
  color:#fff!important;
  font-weight:900!important;
  z-index:2!important;
}
.pps-modern-v2 .pps-modern-steps strong{
  display:block!important;
  text-align:center!important;
  font-size:14px!important;
  line-height:1.2!important;
  color:#020617!important;
  font-weight:900!important;
}
.pps-modern-v2 .pps-modern-steps em{display:none!important;}

.pps-modern-v2 .pps-pack-detail{
  display:grid!important;
  gap:0!important;
  margin-top:18px!important;
  padding-top:12px!important;
  border-top:1px solid #E2E8F0!important;
  font-size:13px!important;
  color:#0F172A!important;
}
.pps-modern-v2 .pps-pack-detail span{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  padding:7px 0!important;
  border-bottom:1px solid #E2E8F0!important;
}
.pps-modern-v2 .pps-pack-detail span:last-child{border-bottom:0!important;}
.pps-modern-v2 .pps-pack-detail em{
  display:block!important;
  font-style:normal!important;
  font-weight:600!important;
  font-size:13px!important;
  color:#0F172A!important;
}
.pps-modern-v2 .pps-pack-detail strong{
  display:block!important;
  font-weight:700!important;
  font-size:13px!important;
  color:#0F172A!important;
  white-space:nowrap!important;
}
.pps-modern-v2 .pps-pack b{margin-top:18px!important;display:block!important;}

.pps-modern-v2 .pps-dept-row,
.pps-dept-row{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr) 112px!important;
  align-items:stretch!important;
  gap:14px!important;
}
.pps-modern-v2 .pps-dept-control,
.pps-dept-control{
  display:block!important;
  width:100%!important;
  min-width:0!important;
}
.pps-modern-v2 .pps-dept-control:before,
.pps-modern-v2 .pps-dept-control:after,
.pps-dept-control:before,
.pps-dept-control:after{display:none!important;content:none!important;}
.pps-modern-v2 .pps-dept-input[type=hidden],
.pps-dept-input[type=hidden]{display:none!important;}
.pps-modern-v2 .pps-dept-select,
.pps-dept-select{
  width:100%!important;
  max-width:none!important;
  min-height:50px!important;
  height:50px!important;
  display:block!important;
  grid-column:auto!important;
  text-align:center!important;
  text-align-last:center!important;
  border-radius:10px!important;
  border:1px solid #CBD5E1!important;
  background:#fff!important;
  font-size:16px!important;
  font-weight:800!important;
  color:#020617!important;
}
.pps-modern-v2 .pps-dept-step,
.pps-dept-step{
  min-width:0!important;
  width:112px!important;
  min-height:50px!important;
  height:50px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-direction:row!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#059669,#047857)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(5,150,105,.22)!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.pps-modern-v2 .pps-dept-step span,
.pps-dept-step span{font-size:22px!important;line-height:1!important;font-weight:900!important;}
.pps-modern-v2 .pps-dept-step small,
.pps-dept-step small{display:inline!important;font-size:13px!important;line-height:1!important;font-weight:900!important;letter-spacing:.02em!important;}
.pps-modern-v2 .pps-dept-minus span{order:0!important;}
.pps-modern-v2 .pps-dept-minus small{order:1!important;}
.pps-modern-v2 .pps-dept-plus small{order:0!important;}
.pps-modern-v2 .pps-dept-plus span{order:1!important;}
.pps-modern-v2 .pps-help,
.pps-help{color:#0F172A!important;font-weight:500!important;margin-top:10px!important;}
.pps-modern-v2 .pps-seed-note{
  margin:0 0 10px!important;
  color:#047857!important;
  text-align:center!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  line-height:1.35!important;
}
.pps-modern-v2 .pps-open-checkout{margin-top:0!important;width:100%!important;}
@media(max-width:760px){
  .pps-modern-v2 .pps-modern-steps{padding:16px!important;gap:12px!important;min-height:auto!important;}
  .pps-modern-v2 .pps-modern-steps span:not(:last-child):after{display:none!important;}
  .pps-modern-v2 .pps-dept-row,.pps-dept-row{grid-template-columns:1fr!important;gap:10px!important;}
  .pps-modern-v2 .pps-dept-step,.pps-dept-step{width:100%!important;}
  .pps-modern-v2 .pps-pack-detail span{grid-template-columns:1fr!important;gap:3px!important;}
  .pps-modern-v2 .pps-pack-detail strong{white-space:normal!important;}
}


/* Build 20260524.31 — ajustements finaux demandés : sidebar recette longue, CTA germination, barre étapes pleine largeur */
.pps-modern-v2 .pps-modern-main{padding:24px 20px!important;}
.pps-modern-v2 .pps-modern-steps{
  width:100%!important;
  box-sizing:border-box!important;
  padding:20px 48px 18px!important;
  margin:0 0 20px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.pps-modern-v2 .pps-modern-steps span:not(:last-child):after{
  top:20px!important;
  left:calc(50% + 26px)!important;
  right:calc(-50% + 26px)!important;
  height:3px!important;
}
.pps-modern-v2 .pps-seed-card{margin-top:28px!important;}
.pps-modern-v2 .pps-seed-card p{
  text-align:justify!important;
  text-justify:inter-word!important;
  line-height:1.6!important;
  word-spacing:normal!important;
  letter-spacing:0!important;
}
.pps-modern-v2 .pps-order-zone{padding:22px!important;}
.pps-modern-v2 .pps-seed-note{
  max-width:880px!important;
  margin:0 auto 14px!important;
  color:#047857!important;
  text-align:center!important;
  font-weight:900!important;
  font-size:16px!important;
  line-height:1.4!important;
}
@media(max-width:760px){
  .pps-modern-v2 .pps-modern-main{padding:14px!important;}
  .pps-modern-v2 .pps-modern-steps{padding:16px!important;}
}


/* Build 20260524.32 — reconstruction complète : étapes pleine largeur, segments verts équilibrés, bloc graines lisible */
.pps-modern-v2 .pps-modern-main{
  padding:24px 20px!important;
}
.pps-modern-v2 .pps-modern-steps{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  align-items:start!important;
  margin:0 0 20px!important;
  padding:20px clamp(18px,4vw,52px) 18px!important;
  min-height:88px!important;
}
.pps-modern-v2 .pps-modern-steps span{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-width:0!important;
  z-index:1!important;
}
.pps-modern-v2 .pps-modern-steps span:not(:last-child):after{
  content:""!important;
  position:absolute!important;
  top:20px!important;
  left:calc(50% + 30px)!important;
  right:calc(-50% + 30px)!important;
  width:auto!important;
  height:3px!important;
  background:#059669!important;
  border-radius:999px!important;
  transform:none!important;
  z-index:0!important;
}
.pps-modern-v2 .pps-modern-steps b{
  position:relative!important;
  z-index:2!important;
}
.pps-modern-v2 .pps-modern-steps strong{
  display:block!important;
  text-align:center!important;
  white-space:normal!important;
  word-spacing:normal!important;
  letter-spacing:0!important;
}
.pps-modern-v2 .pps-sidebar-card p,
.pps-modern-v2 .pps-seed-card p{
  text-align:left!important;
  text-justify:auto!important;
  hyphens:none!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  word-spacing:normal!important;
  letter-spacing:0!important;
  line-height:1.58!important;
}
.pps-modern-v2 .pps-seed-card{
  margin-top:28px!important;
}
.pps-modern-v2 .pps-seed-card strong{
  margin-bottom:8px!important;
}
@media(max-width:760px){
  .pps-modern-v2 .pps-modern-main{padding:14px!important;}
  .pps-modern-v2 .pps-modern-steps{grid-template-columns:1fr!important;gap:12px!important;padding:16px!important;}
  .pps-modern-v2 .pps-modern-steps span:not(:last-child):after{display:none!important;}
}

/* Build 20260524.33 — navigation supérieure pleine largeur + bloc graines 2026 premium */
.pps-modern-v2 .pps-modern-main{
  padding-top:18px!important;
}
.pps-modern-v2 .pps-modern-steps{
  width:100%!important;
  max-width:none!important;
  margin:0 0 22px!important;
  padding:14px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  border:1px solid #dbe7df!important;
  box-shadow:0 16px 34px rgba(15,23,42,.08)!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  min-height:0!important;
}
.pps-modern-v2 .pps-modern-steps span{
  min-height:58px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  background:#ecfdf5!important;
  border:1px solid #bbf7d0!important;
  color:#065f46!important;
}
.pps-modern-v2 .pps-modern-steps span:first-child{
  background:linear-gradient(135deg,#059669,#047857)!important;
  border-color:#047857!important;
  color:#fff!important;
  box-shadow:0 12px 22px rgba(5,150,105,.24)!important;
}
.pps-modern-v2 .pps-modern-steps span:not(:last-child):after{
  display:none!important;
}
.pps-modern-v2 .pps-modern-steps b{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  background:#ffffff!important;
  color:#047857!important;
  box-shadow:none!important;
  font-size:14px!important;
}
.pps-modern-v2 .pps-modern-steps span:first-child b{
  background:rgba(255,255,255,.95)!important;
  color:#047857!important;
}
.pps-modern-v2 .pps-modern-steps strong{
  color:inherit!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  text-align:center!important;
}
.pps-modern-v2 .pps-seed-card{
  padding:22px!important;
  border:1px solid rgba(187,247,208,.95)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f0fdf4 100%)!important;
}
.pps-modern-v2 .pps-seed-card > strong{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  font-size:18px!important;
  font-weight:950!important;
  color:#064e3b!important;
  margin-bottom:12px!important;
}
.pps-modern-v2 .pps-seed-card > strong:before{
  content:"🌾";
  font-size:18px;
}
.pps-modern-v2 .pps-seed-card p{
  margin:10px 0 0!important;
  color:#1f2937!important;
  font-size:15px!important;
  line-height:1.58!important;
  text-align:left!important;
  text-justify:auto!important;
  hyphens:none!important;
  word-spacing:normal!important;
}
.pps-modern-v2 .pps-seed-highlight{
  font-weight:900!important;
  color:#047857!important;
}
@media(max-width:760px){
  .pps-modern-v2 .pps-modern-steps{
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:10px!important;
  }
  .pps-modern-v2 .pps-modern-steps span{
    min-height:52px!important;
    justify-content:flex-start!important;
  }
}


/* Build 20260524.23h25 — design paiement page Vos informations : logos uniques, sans bloc vert ni badges de reassurance */
.pps-modern-v2 .pps-checkout-summary{display:flex;flex-direction:column;gap:14px}
.pps-payment-stripe-mini{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:2px;padding-top:14px;border-top:1px solid #E2E8F0;color:#64748B;font-size:13px;font-weight:700}
.pps-payment-stripe-mini strong{font-size:18px;color:#635BFF;font-weight:1000;letter-spacing:-.04em}.pps-stripe-lock{filter:grayscale(1);opacity:.75}

/* 2026-05-24 — Intégration fidèle du design paiement validé : image unique, sans anciens mini-blocs. */
.pps-modern-v2 .pps-payment-design-image,
.pps-payment-design-image{
  width:100%;
  margin:14px 0 0;
  padding:0;
  border:0;
  background:transparent;
  overflow:hidden;
}
.pps-modern-v2 .pps-payment-design-image img,
.pps-payment-design-image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
  object-fit:contain;
  box-shadow:none;
}
@media (max-width:720px){
  .pps-modern-v2 .pps-payment-design-image img,
  .pps-payment-design-image img{border-radius:14px;}
}


/* Build 20260524.23h52 — paiement en logos séparés, fin et modifiable, sans grosse image unique. */
.pps-modern-v2 .pps-payment-design-image{display:none!important;}
.pps-modern-v2 .pps-payment-logos-fine,
.pps-payment-logos-fine{
  width:100%;
  margin:14px 0 0;
  padding:14px 0 0;
  border-top:1px solid #E2E8F0;
}
.pps-modern-v2 .pps-payment-logos-grid,
.pps-payment-logos-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.pps-modern-v2 .pps-payment-logo-card,
.pps-payment-logo-card{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border:1px solid #E2E8F0;
  border-radius:16px;
  background:linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 100%);
  box-shadow:0 8px 18px rgba(15,23,42,.045);
  overflow:hidden;
}
.pps-modern-v2 .pps-payment-logo-card img,
.pps-payment-logo-card img{
  display:block;
  width:100%;
  max-width:104px;
  height:40px;
  object-fit:contain;
}
.pps-modern-v2 .pps-payment-stripe-clean,
.pps-payment-stripe-clean{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:12px;
  padding:10px 12px 0;
  color:#64748B;
  font-size:13px;
  line-height:1.25;
  font-weight:750;
}
.pps-modern-v2 .pps-payment-stripe-clean img,
.pps-payment-stripe-clean img{
  display:block;
  width:62px;
  height:auto;
}
.pps-modern-v2 .pps-payment-lock,
.pps-payment-lock{font-size:14px;filter:grayscale(1);opacity:.75;}
@media(max-width:720px){
  .pps-modern-v2 .pps-payment-logos-grid,
  .pps-payment-logos-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:420px){
  .pps-modern-v2 .pps-payment-logo-card,
  .pps-payment-logo-card{min-height:58px;padding:8px 10px;border-radius:14px;}
  .pps-modern-v2 .pps-payment-logo-card img,
  .pps-payment-logo-card img{max-width:96px;height:36px;}
}


/* Build 20260525.00h04 — correction réelle du bloc paiement : logos séparés en grille compacte, suppression du rappel Stripe. */
.pps-modern-v2 .pps-checkout-summary .pps-payment-logos-fine,
.pps-checkout-summary .pps-payment-logos-fine{
  width:100%!important;
  margin:16px 0 0!important;
  padding:16px 0 0!important;
  border-top:1px solid #E2E8F0!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logos-grid,
.pps-checkout-summary .pps-payment-logos-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card,
.pps-checkout-summary .pps-payment-logo-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:58px!important;
  height:58px!important;
  padding:8px 10px!important;
  border:1px solid #DDE5EF!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 100%)!important;
  box-shadow:0 8px 18px rgba(15,23,42,.045)!important;
  overflow:hidden!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card img,
.pps-checkout-summary .pps-payment-logo-card img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:40px!important;
  object-fit:contain!important;
}
.pps-modern-v2 .pps-payment-stripe-clean,
.pps-payment-stripe-clean{display:none!important;}
@media(max-width:560px){
  .pps-modern-v2 .pps-checkout-summary .pps-payment-logos-grid,
  .pps-checkout-summary .pps-payment-logos-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card,
  .pps-checkout-summary .pps-payment-logo-card{height:54px!important;min-height:54px!important;border-radius:14px!important;}
  .pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card img,
  .pps-checkout-summary .pps-payment-logo-card img{max-height:36px!important;}
}

/* Build 20260525.00h17 — correction sobre : logos de paiement miniatures, purement visuels, sans rappel Stripe. */
.pps-modern-v2 .pps-checkout-summary .pps-payment-logos-fine,
.pps-checkout-summary .pps-payment-logos-fine{
  display:block!important;
  width:100%!important;
  margin:12px 0 0!important;
  padding:12px 0 0!important;
  border-top:1px solid #E2E8F0!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logos-grid,
.pps-checkout-summary .pps-payment-logos-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  align-items:center!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card,
.pps-checkout-summary .pps-payment-logo-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  width:auto!important;
  min-height:34px!important;
  height:34px!important;
  padding:4px 5px!important;
  border:1px solid #E2E8F0!important;
  border-radius:9px!important;
  background:#FFFFFF!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card img,
.pps-checkout-summary .pps-payment-logo-card img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:52px!important;
  max-height:20px!important;
  object-fit:contain!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card:nth-child(4) img,
.pps-checkout-summary .pps-payment-logo-card:nth-child(4) img{
  max-width:58px!important;
  max-height:22px!important;
}
.pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card:nth-child(5) img,
.pps-checkout-summary .pps-payment-logo-card:nth-child(5) img,
.pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card:nth-child(6) img,
.pps-checkout-summary .pps-payment-logo-card:nth-child(6) img{
  max-width:56px!important;
  max-height:21px!important;
}
.pps-modern-v2 .pps-payment-stripe-clean,
.pps-payment-stripe-clean,
.pps-modern-v2 .pps-payment-stripe-mini,
.pps-payment-stripe-mini{
  display:none!important;
}
@media(max-width:560px){
  .pps-modern-v2 .pps-checkout-summary .pps-payment-logos-grid,
  .pps-checkout-summary .pps-payment-logos-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;}
  .pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card,
  .pps-checkout-summary .pps-payment-logo-card{height:32px!important;min-height:32px!important;border-radius:8px!important;padding:3px 4px!important;}
  .pps-modern-v2 .pps-checkout-summary .pps-payment-logo-card img,
  .pps-checkout-summary .pps-payment-logo-card img{max-width:46px!important;max-height:18px!important;}
}

/* Pages utilisateur éditables depuis l’admin */
.pps-content-page{max-width:1080px;margin:0 auto;padding:38px 18px;color:#182316;font-family:inherit}.pps-content-card{background:#fff;border:1px solid rgba(24,35,22,.1);border-radius:24px;box-shadow:0 18px 50px rgba(20,32,18,.08);padding:clamp(22px,4vw,48px)}.pps-content-card h1{margin:0 0 18px;font-size:clamp(30px,4vw,48px);line-height:1.05}.pps-content-body{font-size:17px;line-height:1.72}.pps-content-body h2,.pps-content-body h3{margin-top:1.8em}.pps-content-body p{margin:0 0 1em}.pps-content-body a{color:inherit;text-decoration:underline;text-underline-offset:3px}


/* Page contact publique */
.pps-content-page{max-width:980px;margin:28px auto;padding:20px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1E293B}.pps-content-card{background:#fff;border:1px solid #E2E8F0;border-radius:22px;padding:28px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.pps-content-card h1{margin:0 0 12px;font-size:32px;line-height:1.15}.pps-content-body{color:#475569;font-size:16px;line-height:1.65}.pps-contact-form{margin-top:24px;padding:20px;border:1px solid #E2E8F0;border-radius:20px;background:#F8FAFC}.pps-contact-form label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:#1E293B}.pps-contact-form input,.pps-contact-form textarea{width:100%;box-sizing:border-box;border:1px solid #CBD5E1;border-radius:14px;background:#fff;padding:13px 14px;font-size:16px;color:#0F172A}.pps-contact-form textarea{resize:vertical;min-height:150px}.pps-contact-form input:focus,.pps-contact-form textarea:focus{outline:3px solid rgba(5,150,105,.16);border-color:#059669}.pps-field-label{display:inline-flex;align-items:center;gap:4px}.pps-required{color:#b91c1c;display:inline-block;line-height:1}.pps-contact-note{margin:12px 0 0;color:#64748B;font-size:14px}.pps-contact-submit{min-width:180px}.pps-contact-alert{border-radius:14px;padding:13px 15px;margin:18px 0 0;font-weight:800}.pps-contact-alert-success{background:#ECFDF5;color:#047857;border:1px solid #A7F3D0}.pps-contact-alert-error{background:#FEF2F2;color:#B91C1C;border:1px solid #FECACA}.pps-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:800px){.pps-content-page{padding:14px}.pps-content-card{padding:20px;border-radius:18px}.pps-content-card h1{font-size:28px}.pps-contact-form{padding:16px}}

/* Build 20260525.04 — Contact public aligné sur environnement Simulation / Vos informations */
.pps-contact-public .pps-modern-main{gap:18px}.pps-contact-public .pps-contact-hero{background:linear-gradient(180deg,#fff,#F8FAFC);border:1px solid #E2E8F0;border-radius:24px;padding:24px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.pps-contact-public .pps-eyebrow{display:inline-flex;align-items:center;margin:0 0 8px;padding:6px 10px;border-radius:999px;background:#ECFDF5;color:#047857;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.pps-contact-public h1{margin:0 0 10px;font-size:34px;line-height:1.12;color:#0F172A}.pps-contact-public .pps-content-body{color:#475569;font-size:16px;line-height:1.65}.pps-contact-form-public{margin-top:0;padding:24px;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.07)}.pps-contact-section-title{display:flex;flex-direction:column;gap:4px;margin:0 0 16px}.pps-contact-section-title span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#059669}.pps-contact-section-title strong{font-size:20px;color:#0F172A}.pps-contact-public .pps-contact-submit{margin-top:16px}.pps-contact-public .pps-contact-alert{margin:0 0 16px}.pps-contact-public .pps-modern-steps span:nth-child(1),.pps-contact-public .pps-modern-steps span:nth-child(2),.pps-contact-public .pps-modern-steps span:nth-child(3){opacity:1}
@media(max-width:800px){.pps-contact-public .pps-contact-hero,.pps-contact-form-public{padding:18px;border-radius:20px}.pps-contact-public h1{font-size:28px}}

/* Contact public — captcha simple + page de remerciement */
.pps-contact-captcha{
  margin-top:16px;
  padding:16px 18px;
  border:1px solid rgba(20,83,45,.14);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(236,253,245,.92),rgba(255,255,255,.96));
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.pps-contact-captcha p{margin:.35rem 0 0;color:#475569;line-height:1.45}
.pps-contact-captcha input[type=number]{max-width:170px;min-height:48px;border-radius:14px;border:1px solid rgba(15,23,42,.14);padding:0 14px;font-weight:700;background:#fff}
.pps-contact-thanks{
  background:linear-gradient(135deg,#ffffff,#f0fdf4);
  border:1px solid rgba(22,101,52,.16);
  border-radius:28px;
  padding:34px;
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  text-align:left;
}
.pps-contact-thanks-icon{
  width:58px;height:58px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  background:#16a34a;color:#fff;font-size:32px;font-weight:900;
  box-shadow:0 18px 35px rgba(22,163,74,.25);
  margin-bottom:16px;
}
.pps-contact-thanks h2{margin:.15rem 0 .75rem;font-size:clamp(28px,4vw,42px);line-height:1.05;color:#14532d}
.pps-contact-thanks p{font-size:16px;line-height:1.65;color:#334155;max-width:720px}
.pps-contact-back{display:inline-flex;margin-top:18px;text-decoration:none;align-items:center;justify-content:center}
@media (max-width:720px){.pps-contact-captcha{display:block}.pps-contact-captcha input[type=number]{margin-top:12px;max-width:100%;width:100%}.pps-contact-thanks{padding:24px}}

/* Build 20260525.05 — Contact public final grand public */
.pps-contact-public .pps-contact-hero .pps-eyebrow{display:none!important}
.pps-contact-public .pps-contact-hero p{margin:8px 0 0;color:#334155;font-size:16px;line-height:1.55;max-width:860px}
.pps-contact-public .pps-contact-steps span strong{white-space:nowrap}
.pps-contact-public .pps-contact-steps span.is-active{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 16px 34px rgba(4,120,87,.20)}
.pps-contact-public .pps-contact-steps span.is-active b{background:#fff;color:#047857}
.pps-contact-public .pps-contact-form-public{padding:28px}
.pps-contact-public .pps-contact-section-title{display:none!important}
.pps-contact-public .pps-field-label em{font-style:normal;font-weight:700;color:#64748b;font-size:.92em}
.pps-contact-public .pps-contact-submit:disabled{opacity:.75;cursor:wait;filter:saturate(.85)}
.pps-contact-public .pps-contact-thanks + .pps-contact-form-public{display:none!important}
.pps-contact-public .pps-modern-steps + .pps-contact-hero{margin-top:2px}
@media(max-width:800px){.pps-contact-public .pps-contact-steps{grid-template-columns:1fr;gap:8px}.pps-contact-public .pps-contact-steps span{justify-content:flex-start}.pps-contact-public .pps-contact-form-public{padding:18px}}

/* Front checkout H1 injected by plugin — 20260525 */
.pps-has-plugin-h1 .entry-title,
.pps-has-plugin-h1 .page-title,
.pps-has-plugin-h1 .wp-block-post-title,
.pps-has-plugin-h1 header.entry-header > h1,
.pps-has-plugin-h1 .site-main > article > header > h1 {
    display: none !important;
}
.pps-checkout .pps-plugin-main-title {
    margin: 0 auto clamp(22px, 3vw, 34px);
    max-width: none;
    width: min(100%, 1320px);
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    color: #07583f;
    font-size: clamp(2rem, 4.6vw, var(--pps-standard-title-size, 48px));
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.035em;
}
@media (max-width: 680px) {
    .pps-checkout .pps-plugin-main-title {
        font-size: clamp(1.75rem, 9vw, 2.6rem);
        margin-bottom: 20px;
    }
}

.pps-guide-pratique{margin:30px 0 0;padding:24px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}.pps-guide-pratique h2{text-align:center;color:#047857;margin:0 0 18px;font-size:26px}.pps-guide-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.pps-guide-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:18px 10px;background:#f8faf8;border:1px solid #e5e7eb;border-radius:14px;min-height:90px;font-size:13px;font-weight:600;text-decoration:none;color:inherit;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.pps-guide-item:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(15,23,42,.08);border-color:#bbf7d0}.pps-guide-item:focus-visible{outline:3px solid #86efac;outline-offset:3px}@media(max-width:1100px){.pps-guide-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.pps-guide-grid{grid-template-columns:1fr 1fr}}
.pps-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}
.pps-guide-item{text-decoration:none!important;background:#fff;border:1px solid #dfe8df;border-radius:18px;padding:18px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:220px;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.pps-guide-item:hover{transform:translateY(-4px);box-shadow:0 8px 18px rgba(0,0,0,.10)}
.pps-guide-icon{font-size:32px;background:#edf7ef;border-radius:999px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.pps-guide-title{font-weight:600;color:#166534;flex:1}
.pps-guide-btn{background:#0d8a57;color:#fff;border-radius:10px;padding:10px 14px;margin-top:16px;font-weight:600}

/* 20260526 — Espace client / liens magiques */
.pps-magic-access .pps-modern-main,
.pps-account-space .pps-modern-main{min-height:520px}
.pps-magic-hero strong,.pps-account-hero strong{color:#24421f}
.pps-magic-form{background:#fff;border:1px solid rgba(36,66,31,.14);border-radius:22px;padding:24px;box-shadow:0 18px 50px rgba(36,66,31,.08);margin-top:18px}
.pps-magic-form label{display:block;font-weight:800;margin-bottom:10px;color:#20351d}
.pps-magic-row{display:flex;gap:10px;align-items:stretch}
.pps-magic-row input{flex:1;min-width:0;border:1px solid rgba(36,66,31,.2);border-radius:999px;padding:14px 16px;font-size:16px;background:#fff}
.pps-magic-row button{border:0;border-radius:999px;padding:14px 18px;background:#24421f;color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}
.pps-magic-row button:disabled{opacity:.65;cursor:wait}
.pps-magic-message{margin:12px 0 0;font-weight:700}.pps-magic-message.is-success{color:#246b2c}.pps-magic-message.is-error{color:#a73624}
.pps-magic-note{margin:10px 0 0;color:#667;font-size:14px}.pps-mini-link{font-weight:800;color:#24421f;text-decoration:underline;text-underline-offset:3px}
.pps-alert{border-radius:14px;padding:12px 14px;margin:14px 0;font-weight:700}.pps-alert-error{background:#fff0ed;color:#9b2b1e;border:1px solid #f0c8bf}.pps-alert-info{background:#eef8ee;color:#24421f;border:1px solid #cde8cd}
.pps-account-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-top:18px}.pps-account-panel{background:#fff;border:1px solid rgba(36,66,31,.14);border-radius:22px;padding:22px;box-shadow:0 18px 50px rgba(36,66,31,.07)}.pps-account-orders{grid-row:span 2}.pps-account-panel h2{margin-top:0;color:#24421f}.pps-order-card-rich{display:block;margin:0 0 14px;padding:18px;border-radius:18px;background:#fdfaf2;border:1px solid rgba(36,66,31,.12)}.pps-order-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.pps-order-top span{display:block;color:#667;margin-top:4px}.pps-order-total{font-weight:900;color:#24421f;white-space:nowrap}.pps-order-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0 0}.pps-order-details div{background:#fff;border-radius:14px;padding:10px}.pps-order-details dt{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#778;margin:0 0 4px}.pps-order-details dd{margin:0;font-weight:700;color:#20351d}
@media(max-width:820px){.pps-magic-row{flex-direction:column}.pps-magic-row button{width:100%}.pps-account-grid{grid-template-columns:1fr}.pps-account-orders{grid-row:auto}.pps-order-top{flex-direction:column}.pps-order-details{grid-template-columns:1fr}}

/* 2026-05-26 - Espace client : onglets commandes validées / tentatives */
.pps-account-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 18px;padding:6px;background:rgba(36,66,31,.06);border:1px solid rgba(36,66,31,.10);border-radius:18px}
.pps-account-tabs a{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:800;color:#24421f;background:#fff;border:1px solid rgba(36,66,31,.12);box-shadow:0 6px 16px rgba(36,66,31,.06)}
.pps-account-tabs a.is-active{background:#24421f;color:#fff;border-color:#24421f}
.pps-account-tabs a span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:rgba(36,66,31,.10);font-size:.86em}
.pps-account-tabs a.is-active span{background:rgba(255,255,255,.18);color:#fff}
.pps-order-card.pps-order-attempt{border-style:dashed;opacity:.94}
.pps-order-card.pps-order-attempt .pps-order-top span{color:#8a5b1b}
.pps-order-card.pps-order-validated .pps-order-top span{color:#24421f}

/* 20260526 - Mon compte pleine largeur + onglets haut + factures */
.pps-account-full .pps-modern-shell{align-items:stretch}.pps-account-main-wide{width:100%}.pps-account-top-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px;padding:10px;border:1px solid #e7eadf;border-radius:20px;background:#fbfcf8}.pps-account-top-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:999px;text-decoration:none;font-weight:800;color:#334155;background:#fff;border:1px solid #e2e8f0;box-shadow:0 6px 14px rgba(15,23,42,.04);transition:.15s ease}.pps-account-top-tabs a:hover{transform:translateY(-1px);border-color:#cbd5e1}.pps-account-top-tabs a.is-active{background:#0f766e;color:#fff;border-color:#0f766e;box-shadow:0 10px 22px rgba(15,118,110,.18)}.pps-account-wide-panel{width:100%}.pps-account-wide-panel .pps-account-panel{width:100%;box-sizing:border-box}.pps-order-actions{display:flex;justify-content:flex-end;margin:12px 0 0}.pps-invoice-button{margin-top:0;border-radius:999px;padding:10px 18px;background:#0f766e}.pps-invoice-button:hover{background:#115e59}@media(max-width:760px){.pps-account-top-tabs{display:grid;grid-template-columns:1fr 1fr}.pps-account-top-tabs a{width:auto}.pps-order-actions{justify-content:stretch}.pps-invoice-button{width:100%}}@media(max-width:520px){.pps-account-top-tabs{grid-template-columns:1fr}}

/* Uniformisation simulateur / mon compte - build 20260526 */
.pps-magic-access,
.pps-account-space{
  max-width:1180px;
  margin:24px auto;
  padding:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid #dfe7ef;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,23,42,.06);
}
.pps-account-space .pps-modern-shell,
.pps-account-full .pps-modern-shell{
  display:block!important;
  min-height:0;
  background:#f8fafc;
}
.pps-account-main-wide{
  padding:22px!important;
  box-sizing:border-box;
}
.pps-account-access-line{
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid #dfe7ef;
  border-radius:14px;
  background:#fff;
  color:#475569;
  font-size:14px;
}
.pps-account-hero{
  margin:0 0 16px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.pps-account-hero h1{
  margin:0 0 6px!important;
  font-size:34px!important;
  line-height:1.08!important;
  color:#064e3b!important;
}
.pps-account-hero p{margin:0;color:#475569!important;max-width:780px}
.pps-account-top-tabs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px!important;
  margin:0 0 18px!important;
  padding:10px!important;
  border:1px solid #dfe7ef!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
}
.pps-account-top-tabs a{
  min-height:44px!important;
  border-radius:12px!important;
  border:1px solid #d7ecdf!important;
  background:#f0fdf4!important;
  color:#064e3b!important;
  box-shadow:none!important;
  font-size:14px!important;
  text-align:center;
}
.pps-account-top-tabs a.is-active{
  background:#059669!important;
  border-color:#059669!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(5,150,105,.20)!important;
}
.pps-account-wide-panel .pps-account-panel{
  padding:20px!important;
  border-radius:18px!important;
  border:1px solid #dfe7ef!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
}
.pps-account-panel h2{
  margin:0 0 14px!important;
  color:#0f172a!important;
  font-size:26px!important;
}
.pps-account-tabs{
  justify-content:flex-start!important;
  margin:0 0 16px!important;
  padding:6px!important;
  background:#f8fafc!important;
  border:1px solid #e2e8f0!important;
  border-radius:14px!important;
}
.pps-account-tabs a{
  border-radius:10px!important;
  border:1px solid #e2e8f0!important;
  box-shadow:none!important;
  color:#064e3b!important;
}
.pps-account-tabs a.is-active{
  background:#064e3b!important;
  border-color:#064e3b!important;
  color:#fff!important;
}
.pps-account-table-wrap{
  overflow:auto;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
}
.pps-account-orders-table{
  width:100%;
  border-collapse:collapse;
  min-width:850px;
  font-size:14px;
}
.pps-account-orders-table th,
.pps-account-orders-table td{
  padding:13px 14px;
  text-align:left;
  border-bottom:1px solid #edf2f7;
  vertical-align:middle;
}
.pps-account-orders-table th{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.045em;
  color:#64748b;
  background:#f8fafc;
}
.pps-account-orders-table tbody tr:last-child td{border-bottom:0}
.pps-account-orders-table small{color:#64748b;font-weight:600}
.pps-status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:4px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
}
.pps-status-pill.is-paid{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}
.pps-status-pill.is-unpaid{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}
.pps-invoice-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:9px;
  border:1px solid #0f766e;
  color:#0f766e!important;
  text-decoration:none!important;
  font-weight:900;
  white-space:nowrap;
  background:#fff;
}
.pps-invoice-link:hover{background:#ecfdf5}
.pps-magic-access .pps-modern-shell{
  min-height:0!important;
}
.pps-magic-access .pps-modern-main{
  padding:22px!important;
}
.pps-magic-access .pps-modern-steps{
  margin-bottom:16px!important;
}
.pps-magic-access .pps-contact-hero{
  margin:0 0 16px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.pps-magic-access .pps-contact-hero h1{
  color:#064e3b!important;
  font-size:34px!important;
  margin:0 0 8px!important;
}
.pps-magic-form{
  border-radius:18px!important;
  border:1px solid #dfe7ef!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
}
@media(max-width:960px){
  .pps-account-top-tabs{grid-template-columns:1fr 1fr!important}
  .pps-account-top-tabs a:last-child{grid-column:1/-1}
}
@media(max-width:760px){
  .pps-account-main-wide,.pps-magic-access .pps-modern-main{padding:16px!important}
  .pps-account-hero h1,.pps-magic-access .pps-contact-hero h1{font-size:28px!important}
  .pps-account-top-tabs{grid-template-columns:1fr!important}
}

/* 20260527 - Mon compte intégré dans l'environnement simulateur + pagination 5 lignes */
.pps-account-space .pps-account-shell-full,
.pps-account-full .pps-modern-shell{
  display:grid!important;
  grid-template-columns:230px minmax(0,1fr)!important;
  align-items:stretch!important;
  background:#f8fafc!important;
}
.pps-account-space .pps-account-sidebar{
  min-height:100%;
  border-radius:0!important;
  padding:28px 20px!important;
}
.pps-account-sidebar .pps-brand-logo{width:58px;height:58px;font-size:32px}
.pps-account-sidebar .pps-brand-block strong{font-size:26px!important}
.pps-account-sidebar .pps-sidebar-card{padding:18px!important;border-radius:14px!important}
.pps-account-sidebar-cta{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:42px;
  margin-top:auto;
  padding:10px 14px;
  border-radius:12px;
  background:#fff;
  color:#064e3b!important;
  text-decoration:none!important;
  font-weight:900;
  box-shadow:0 12px 24px rgba(0,0,0,.12);
}
.pps-account-main-wide{min-width:0!important}
.pps-account-panel{overflow:hidden}
.pps-account-actionline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid #d7ecdf;
  border-radius:14px;
  background:#f0fdf4;
}
.pps-account-actionline p{margin:0;color:#24421f;font-weight:700}
.pps-simulator-button,
.pps-resume-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}
.pps-simulator-button{
  min-height:38px;
  padding:8px 14px;
  border-radius:10px;
  background:#059669;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
  box-shadow:0 10px 20px rgba(5,150,105,.16);
}
.pps-account-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin:16px 0 0;
}
.pps-account-pagination a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  border-radius:10px;
  border:1px solid #d7ecdf;
  background:#fff;
  color:#064e3b!important;
  text-decoration:none!important;
  font-weight:900;
}
.pps-account-pagination a.is-active{
  background:#059669;
  color:#fff!important;
  border-color:#059669;
}
@media(max-width:960px){
  .pps-account-space .pps-account-shell-full,
  .pps-account-full .pps-modern-shell{grid-template-columns:1fr!important}
  .pps-account-space .pps-account-sidebar{display:grid!important;grid-template-columns:1fr 1fr;gap:18px;border-radius:0!important}
  .pps-account-sidebar .pps-brand-block,.pps-account-sidebar .pps-sidebar-checks{grid-column:1}
  .pps-account-sidebar .pps-sidebar-card,.pps-account-sidebar .pps-account-sidebar-cta{grid-column:2}
}
@media(max-width:760px){
  .pps-account-space .pps-account-sidebar{grid-template-columns:1fr!important}
  .pps-account-sidebar .pps-brand-block,.pps-account-sidebar .pps-sidebar-checks,.pps-account-sidebar .pps-sidebar-card,.pps-account-sidebar .pps-account-sidebar-cta{grid-column:auto!important}
  .pps-account-actionline{flex-direction:column;align-items:stretch}.pps-simulator-button{width:100%}
}

/* Mes informations — édition compte client */
.pps-account-info-panel .pps-info-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.pps-account-info-panel .pps-info-header h2{margin:0 0 8px;color:#063f2a}
.pps-account-info-panel .pps-info-header p{margin:0;color:#516070;line-height:1.5}
.pps-info-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:12px 18px;font-weight:900;text-decoration:none;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.pps-info-btn:hover{transform:translateY(-1px);text-decoration:none}
.pps-info-btn-primary{background:linear-gradient(135deg,#079669,#075f43);color:#fff!important;box-shadow:0 10px 22px rgba(7,150,105,.22)}
.pps-info-btn-secondary{background:#fff;color:#075f43!important;border-color:#b9e8d7;box-shadow:0 8px 18px rgba(15,23,42,.06)}
.pps-info-btn-light{background:#effaf4;color:#075f43!important;border-color:#cdeedd;padding:9px 14px;margin-left:10px}
.pps-info-warning{border:1px solid #f3d7a4;background:#fff9e9;color:#6b4a00;border-radius:18px;padding:14px 16px;margin:14px 0 18px;line-height:1.55}
.pps-info-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px}
.pps-info-card{border:1px solid #dfeee8;background:#fff;border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.pps-info-card span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#5d6a7c;font-weight:900;margin-bottom:7px}
.pps-info-card strong{color:#132033;line-height:1.45}
.pps-info-form{border:1px solid #dfeee8;background:#fbfffc;border-radius:20px;padding:18px;margin-top:14px}
.pps-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.pps-info-grid label{display:flex;flex-direction:column;gap:7px;font-weight:900;color:#063f2a}
.pps-info-grid input{width:100%;border:1px solid #cfddd8;border-radius:13px;padding:12px 13px;background:#fff;color:#172033;font-weight:700}
.pps-info-grid input:disabled{background:#f3f7f5;color:#738193}
.pps-info-wide{grid-column:1/-1}
.pps-info-actions{display:flex;gap:12px;align-items:center;margin-top:18px;flex-wrap:wrap}
@media(max-width:760px){.pps-account-info-panel .pps-info-header{flex-direction:column}.pps-info-card-grid,.pps-info-grid{grid-template-columns:1fr}.pps-info-btn-light{margin-left:0;margin-top:8px}.pps-info-actions .pps-info-btn{width:100%}}

/* Affiliation boutique intégrée simulateur */
.pps-affiliate-boutique-intro{margin:20px 0 24px;}
.pps-affiliate-boutique-card{background:linear-gradient(135deg,#f5faef,#ffffff);border:1px solid rgba(92,125,55,.22);border-radius:22px;padding:26px;box-shadow:0 14px 35px rgba(37,56,22,.08);}
.pps-affiliate-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;padding:7px 12px;border-radius:999px;background:#e8f5dc;color:#31551f;font-weight:700;font-size:.92rem;}
.pps-affiliate-kicker:before{content:'●';color:#34a853;font-size:.9em;}
.pps-affiliate-boutique-card h2{margin:0 0 14px;color:#243719;font-size:clamp(1.55rem,2.2vw,2.1rem);line-height:1.15;}
.pps-affiliate-boutique-card h3{margin:20px 0 10px;color:#31551f;font-size:1.12rem;}
.pps-affiliate-kit-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 14px;margin:16px 0;padding:0;list-style:none;}
.pps-affiliate-kit-list li{position:relative;background:#fff;border:1px solid rgba(92,125,55,.16);border-radius:14px;padding:12px 12px 12px 38px;min-height:44px;}
.pps-affiliate-kit-list li:before{content:'✓';position:absolute;left:13px;top:12px;width:18px;height:18px;border-radius:50%;background:#5c7d37;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;}
.pps-affiliate-note{margin:18px 0 0;padding:14px 16px;border-left:4px solid #5c7d37;background:#f8fbf4;border-radius:12px;color:#35482a;}
.pps-affiliate-apply{background:#fff;border:1px solid rgba(92,125,55,.18);border-radius:20px;padding:22px;margin:18px 0;box-shadow:0 10px 26px rgba(37,56,22,.06);}
.pps-affiliate-apply input,.pps-affiliate-apply textarea{max-width:100%;border-radius:10px;border:1px solid #ccd8c2;padding:10px 12px;}

/* =========================================================
   AFFILIATION BOUTIQUE - tunnel interne 3 étapes + test avancé
   À supprimer uniquement quand le mode test avancé ne sera plus utile.
   ========================================================= */
.pps-affiliate-flow{max-width:980px;margin:0 auto 26px;background:#fff;border:1px solid #dfeee7;border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.pps-affiliate-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:#f7fbf9;border:1px solid #dcefe7;border-radius:16px;padding:10px;margin:0 0 18px}
.pps-affiliate-step{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #bfe7d5;border-radius:12px;padding:11px 8px;font-weight:800;color:#0b6848;background:#eaf8f1;font-size:13px;text-align:center}
.pps-affiliate-step span{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:25px;border-radius:999px;background:#fff;color:#0b6848;font-weight:900}
.pps-affiliate-step.is-active{background:#059669;color:#fff;box-shadow:0 8px 20px rgba(5,150,105,.20)}
.pps-affiliate-step.is-active span{color:#059669}
.pps-affiliate-hero{background:linear-gradient(135deg,#ecfff6,#ffffff);border:1px solid #ccecdf;border-radius:18px;padding:24px;margin:14px 0}
.pps-affiliate-kicker{margin:0 0 8px;color:#059669;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:12px}
.pps-affiliate-hero h2,.pps-affiliate-apply h2,.pps-affiliate-thanks h2{margin:0 0 12px;color:#07543b;font-size:28px;line-height:1.15}
.pps-affiliate-hero p,.pps-affiliate-apply p,.pps-affiliate-thanks p{color:#253b32;line-height:1.6}
.pps-affiliate-kit-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0;padding:0;list-style:none}
.pps-affiliate-kit-list li{background:#fff;border:1px solid #d9eee4;border-radius:13px;padding:11px 12px;font-weight:700;color:#103c2f}
.pps-affiliate-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.pps-affiliate-apply{border:1px solid #d9eee4;border-radius:18px;padding:22px;background:#fff}
.pps-affiliate-apply form p{margin:0 0 14px}
.pps-affiliate-apply input,.pps-affiliate-apply textarea{width:100%;max-width:100%;border:1px solid #bdd8cb;border-radius:12px;padding:11px 12px;background:#fbfffd}
.pps-affiliate-apply label{font-weight:800;color:#123b2e}
.pps-affiliate-thanks{border:1px solid #ccecdf;border-radius:18px;padding:28px;background:#f3fff9;text-align:center}
.pps-affiliate-test-advanced{margin-top:18px;border:1px dashed #9fcab9;background:#fbfffd;border-radius:16px;padding:14px}
.pps-affiliate-test-advanced strong{display:block;color:#07543b;margin-bottom:8px}
.pps-affiliate-test-advanced a{display:inline-block;margin:4px 6px 4px 0;padding:7px 10px;border-radius:999px;background:#edf8f2;color:#07543b;text-decoration:none;font-weight:800;font-size:12px}
@media(max-width:760px){.pps-affiliate-steps{grid-template-columns:1fr}.pps-affiliate-kit-list{grid-template-columns:1fr}.pps-affiliate-hero h2,.pps-affiliate-apply h2,.pps-affiliate-thanks h2{font-size:23px}}


/* Correctif affiliation boutique 20260527 : boutons propres, texte blanc. */
.pps-affiliate-flow .pps-button,
.pps-affiliate-flow a.pps-button,
.pps-affiliate-flow button.pps-button,
.pps-affiliate-actions .pps-button,
.pps-affiliate-actions a.pps-button,
.pps-affiliate-actions button.pps-button{
  color:#fff !important;
  background:#059669 !important;
  border:0 !important;
  text-decoration:none !important;
  text-shadow:none !important;
}
.pps-affiliate-flow .pps-button:hover,
.pps-affiliate-flow a.pps-button:hover,
.pps-affiliate-flow button.pps-button:hover{
  color:#fff !important;
  background:#047857 !important;
}
.pps-affiliate-flow .pps-button-secondary,
.pps-affiliate-flow a.pps-button-secondary{
  color:#fff !important;
  background:#475569 !important;
}
.pps-affiliate-flow .pps-button-secondary:hover,
.pps-affiliate-flow a.pps-button-secondary:hover{
  color:#fff !important;
  background:#334155 !important;
}

/* Livraison 20260528 - Connexion front simulateur */
.pps-front-login-open{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#0b5cff;color:#fff;padding:12px 22px;font-weight:900;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 12px 24px rgba(11,92,255,.18);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.pps-front-login-open:hover{background:#0848c7;transform:translateY(-1px);box-shadow:0 16px 28px rgba(11,92,255,.24)}.pps-front-login-open:active{transform:translateY(0)}
.pps-login-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:18px}.pps-login-modal.is-open{display:flex}.pps-login-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(4px)}.pps-login-card{position:relative;width:min(94vw,480px);background:#fff;border:1px solid #dbe8f2;border-radius:24px;padding:26px;box-shadow:0 28px 80px rgba(15,23,42,.24);color:#0f172a}.pps-login-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:999px;background:#eff6ff;color:#0b5cff;font-size:28px;line-height:1;cursor:pointer}.pps-login-card h3{margin:0 42px 10px 0;font-size:26px;line-height:1.15;color:#0f172a}.pps-login-help{margin:0 0 16px;color:#475569;line-height:1.55}.pps-login-step{display:grid;gap:12px;margin-top:14px}.pps-login-card label{display:grid;gap:7px;font-weight:900;color:#0f172a}.pps-login-card input{width:100%;min-height:48px;border:1px solid #cbd5e1;border-radius:14px;padding:10px 14px;font-size:16px;background:#fff;color:#0f172a}.pps-login-card input:focus{outline:3px solid rgba(11,92,255,.14);border-color:#0b5cff}.pps-login-card .pps-button{width:100%;margin-top:0}.pps-login-forgot{display:inline-flex;margin-top:16px;border:0;background:transparent;color:#0b5cff;font-weight:900;text-decoration:underline;cursor:pointer;padding:0}.pps-login-message{min-height:22px;margin:14px 0 0;color:#047857;font-weight:800;line-height:1.45}.pps-login-message.pps-error{color:#b91c1c}.pps-login-message.is-success{color:#047857}.pps-login-step-affiliate{border-top:1px solid #e2e8f0;margin-top:18px;padding-top:18px}
@media(max-width:760px){.pps-front-login-open{order:2}.pps-modern-v2 .pps-head h2{width:100%}.pps-login-card{padding:22px;border-radius:20px}.pps-login-card h3{font-size:23px}}

/* 20260528 - Connexion affilié : pastille de fermeture plus propre */
.pps-login-close{
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:linear-gradient(180deg,#f8fbff 0%,#eaf3ff 100%);
  color:#0b5cff;
  font-size:0;
  line-height:1;
  box-shadow:0 10px 24px rgba(15,23,42,.10);
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.pps-login-close::before{content:'×';font-size:25px;font-weight:800;line-height:1;transform:translateY(-1px)}
.pps-login-close:hover,.pps-login-close:focus{background:#fff;box-shadow:0 14px 30px rgba(11,92,255,.18);transform:translateY(-1px);outline:3px solid rgba(11,92,255,.12)}
.pps-login-step-affiliate{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:18px;padding:18px}
.pps-login-step-affiliate .pps-login-help{margin-bottom:4px}

/* 20260528.02 - offres affiliées publiques */
.pps-affiliate-offer-panel{border:1px solid rgba(234,88,12,.18);background:linear-gradient(135deg,#fff7ed,#fff);}
.pps-offer-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0;}
.pps-offer-mode{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.05);}
.pps-offer-mode input{position:absolute;opacity:0;pointer-events:none;}
.pps-offer-mode strong{font-size:15px;color:#111827;}
.pps-offer-mode span{font-size:13px;color:#6b7280;line-height:1.35;}
.pps-offer-mode.is-selected{border-color:#f97316;box-shadow:0 12px 30px rgba(249,115,22,.18);background:#fff7ed;}
.pps-custom-offer-fields{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch;margin-top:10px;}
.pps-custom-line{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:12px;align-items:center;width:100%;}
.pps-custom-main-field{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:10px;align-items:center;font-weight:800;color:#111827;width:100%;}
.pps-custom-field-label{white-space:nowrap;}
.pps-custom-input-row{position:relative;display:block;min-width:0;width:100%;}
.pps-custom-offer-fields input{width:100%;min-width:0;margin-top:0;border:1px solid #d1d5db;border-radius:10px;padding:11px 54px 11px 12px;font-size:15px;box-sizing:border-box;}
.pps-custom-offer-fields input.pps-custom-input-capped{border-color:#dc2626;color:#dc2626;background:#fff7f7;}
.pps-custom-unit{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b;font-weight:700;pointer-events:none;}
.pps-custom-help{margin:0;color:#111827;white-space:nowrap;font-weight:700;}
.pps-custom-confirm{grid-column:1/-1;display:block;min-height:18px;color:#047857;font-size:12px;font-weight:900;line-height:1.35;}
.pps-custom-confirm.is-error{color:#dc2626;}
@media(max-width:980px){.pps-custom-line{grid-template-columns:1fr}.pps-custom-help{white-space:normal}.pps-custom-main-field{grid-template-columns:1fr;gap:6px}}
@media(max-width:780px){.pps-offer-mode-grid,.pps-custom-offer-fields{grid-template-columns:1fr;}.pps-custom-confirm{grid-column:1/-1}}
.pps-affiliate-public-hero{margin:18px 0;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#ecfeff,#fff7ed);border:1px solid rgba(14,165,233,.18);box-shadow:0 12px 30px rgba(15,23,42,.06);}
.pps-affiliate-public-hero strong{display:block;font-size:18px;color:#0f172a;margin-bottom:4px;}
.pps-affiliate-public-hero p{margin:0;color:#475569;line-height:1.45;}

/* 20260528.03 - barre boutons affilié boutique + commission aliment */
.pps-modern-steps.pps-offer-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:stretch}
.pps-offer-tab{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #bbf7d0;border-radius:16px;background:#ecfdf5;color:#064e3b;padding:12px 10px;cursor:pointer;font-weight:800;min-height:58px;box-shadow:0 8px 22px rgba(15,23,42,.04);transition:.16s ease}
.pps-offer-tab input{position:absolute;opacity:0;pointer-events:none}
.pps-offer-tab b{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#fff;color:#047857}
.pps-offer-tab.is-selected{background:#059669;color:#fff;border-color:#059669;box-shadow:0 14px 32px rgba(5,150,105,.22);transform:translateY(-1px)}
.pps-offer-tab.is-selected b{color:#059669;background:#fff}
.pps-affiliate-commission-panel{border-color:rgba(5,150,105,.22);background:linear-gradient(135deg,#f0fdf4,#fff)}
.pps-commission-row{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:14px;align-items:center}
.pps-commission-row label{font-weight:800;color:#0f172a}
.pps-commission-row input{width:100%;margin-top:6px;border:1px solid #d1d5db;border-radius:14px;padding:12px 14px;font-size:16px;background:#fff}
.pps-affiliate-boutique-space .pps-packs{margin-top:14px}
.pps-affiliate-boutique-space .pps-custom-offer-fields{margin-top:16px}
@media(max-width:780px){.pps-modern-steps.pps-offer-tabs,.pps-commission-row{grid-template-columns:1fr}.pps-offer-tab{justify-content:flex-start}}

/* Connexion front : bleu avant connexion, vert pour le bouton de déconnexion */
.pps-front-login-open.is-connected,
.pps-front-login-open[data-connected="1"]{background:#059669;box-shadow:0 12px 24px rgba(5,150,105,.18)}
.pps-front-login-open.is-connected:hover,
.pps-front-login-open[data-connected="1"]:hover{background:#047857;box-shadow:0 16px 28px rgba(5,150,105,.24)}

/* Correctif affilié 20260528-1915 : en espace boutique, les cartes du simulateur classique ne doivent apparaître que sur l'onglet 1. */
.pps-affiliate-boutique-space[data-offer-mode="weight"] .pps-packs,
.pps-affiliate-boutique-space[data-offer-mode="chickens"] .pps-packs,
.pps-affiliate-boutique-space .pps-form[data-offer-mode="weight"] .pps-packs,
.pps-affiliate-boutique-space .pps-form[data-offer-mode="chickens"] .pps-packs{display:none!important;}

/* Correctif popup connexion affiliée 2026-05-28 : code facultatif, pas de déconnexion dans la popup */
.pps-login-optional{font-size:12px;font-weight:600;color:#64748b;margin-left:6px;}


/* 20260528.04 - Pack Internet dans l’espace public affilié */
.pps-affiliate-internet-panel{border:1px solid rgba(14,165,233,.20);background:linear-gradient(135deg,#eff6ff,#fff);}
.pps-internet-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.pps-internet-tools-grid label{display:block;font-weight:800;color:#0f172a}
.pps-internet-tools-grid textarea{width:100%;margin-top:7px;border:1px solid #bfdbfe;border-radius:14px;background:#fff;padding:11px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;min-height:74px}
.pps-affiliate-boutique-space[data-offer-mode="internet"] .pps-packs,
.pps-affiliate-boutique-space .pps-form[data-offer-mode="internet"] .pps-packs,
.pps-affiliate-boutique-space[data-offer-mode="internet"] .pps-affiliate-simulator-panel,
.pps-affiliate-boutique-space .pps-form[data-offer-mode="internet"] .pps-affiliate-simulator-panel{display:none!important}
.pps-affiliate-boutique-space[data-offer-mode="internet"] .pps-affiliate-internet-panel,
.pps-affiliate-boutique-space .pps-form[data-offer-mode="internet"] .pps-affiliate-internet-panel{display:block!important}
@media(max-width:980px){.pps-modern-steps.pps-offer-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.pps-internet-tools-grid{grid-template-columns:1fr}}
@media(max-width:780px){.pps-modern-steps.pps-offer-tabs{grid-template-columns:1fr}}

/* Build 20260601 - CGA affiliation boutique + commission verrouillée */
.pps-affiliate-cga-box{margin:18px 0;padding:16px;border:1px solid #dbe8d4;border-radius:16px;background:#f8fcf4}
.pps-affiliate-cga-checkline{display:flex;gap:10px;align-items:flex-start;font-weight:800;color:#18351f;line-height:1.45}
.pps-affiliate-cga-checkline input{margin-top:4px;transform:scale(1.15)}

.pps-affiliate-cga-status{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-weight:900;color:#18351f;line-height:1.35}
.pps-affiliate-cga-badge{display:inline-flex;align-items:center;border-radius:999px;background:#fff3cd;color:#7a4d00;border:1px solid #f4d17a;padding:6px 10px;font-size:13px;font-weight:900}
.pps-affiliate-cga-badge.is-ok{background:#e6f8ec;color:#0f6b35;border-color:#b7e3c4}

.pps-affiliate-cga-open{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;border:0;border-radius:12px;background:#e7f5dc;color:#214d1f;padding:10px 14px;font-weight:900;text-decoration:underline;cursor:pointer}
html.pps-cga-open,html.pps-cga-open body{overflow:hidden}
.pps-affiliate-cga-modal[hidden]{display:none!important}
.pps-affiliate-cga-modal{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:18px}
.pps-affiliate-cga-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(3px)}
.pps-affiliate-cga-card{position:relative;z-index:1;width:min(920px,calc(100vw - 28px));max-height:calc(100vh - 36px);background:#fff;border:1px solid #dbe8d4;border-radius:22px;padding:22px;box-shadow:0 28px 90px rgba(15,23,42,.25);display:flex;flex-direction:column;gap:14px}
.pps-affiliate-cga-card h3{margin:0;color:#18351f;font-size:26px}
.pps-affiliate-cga-scroll{overflow:auto;max-height:calc(100vh - 220px);padding:16px;border:1px solid #e6eedf;border-radius:16px;background:#fbfdf8;color:#263020;line-height:1.6}
.pps-affiliate-cga-text h4{margin:18px 0 6px;color:#244d1f;font-size:18px}
.pps-affiliate-cga-text p{margin:0 0 10px}
.pps-affiliate-cga-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;border-top:1px solid #edf2e8;padding-top:14px}
.pps-affiliate-cga-actions .pps-button{margin-top:0}
.pps-affiliate-cga-actions .pps-button-secondary{background:#eef2f7;color:#1e293b}
.pps-affiliate-cga-actions .pps-button-secondary:hover{background:#e2e8f0;color:#0f172a}
.pps-affiliate-commission-panel .pps-commission-row{padding:14px;border:1px solid #dbe8d4;border-radius:14px;background:#f8fcf4}
@media(max-width:700px){.pps-affiliate-cga-card{padding:16px}.pps-affiliate-cga-scroll{max-height:calc(100vh - 230px);padding:12px}.pps-affiliate-cga-actions{display:grid;grid-template-columns:1fr}.pps-affiliate-cga-actions .pps-button{width:100%}}
.pps-affiliate-admin-calc-audit{margin-top:14px;border:1px dashed #96d8be;border-radius:16px;background:#f7fffb;padding:14px;color:#063b2d}
.pps-affiliate-admin-calc-audit>strong{display:block;margin-bottom:8px}
.pps-affiliate-admin-calc-audit table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}
.pps-affiliate-admin-calc-audit th,.pps-affiliate-admin-calc-audit td{padding:8px 10px;border-bottom:1px solid #e8f3ed;text-align:left;font-size:13px}
.pps-affiliate-admin-calc-audit th{width:42%;color:#315f4d;background:#f2fbf6}

/* 2026-06-01 — Codes promo affiliés visibles dans l'espace boutique */
.pps-affiliate-public-codes{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:12px;
    align-items:stretch;
    margin:0 0 18px;
    padding:14px;
    border:1px solid rgba(10,155,112,.22);
    border-radius:18px;
    background:linear-gradient(135deg,#f3fff9 0%,#ffffff 55%,#eefaf6 100%);
    box-shadow:0 12px 30px rgba(5,74,54,.06);
}
.pps-affiliate-codes-title strong{display:block;font-size:18px;color:#063b2d;margin-bottom:4px}
.pps-affiliate-codes-title span{display:block;color:#28505f;font-size:14px;line-height:1.35}
.pps-affiliate-code-card{background:#fff;border:1px solid rgba(10,155,112,.25);border-radius:14px;padding:12px 14px}
.pps-affiliate-code-card span{display:block;font-weight:800;color:#063b2d;margin-bottom:6px}
.pps-affiliate-code-card code{display:inline-block;background:#083f31;color:#fff;border-radius:999px;padding:7px 12px;font-weight:900;letter-spacing:.04em}
.pps-affiliate-code-card small{display:block;margin-top:7px;color:#28505f;line-height:1.35}
@media (max-width:900px){.pps-affiliate-public-codes{grid-template-columns:1fr}}


/* Build 20260601.16h18 — mise en valeur ligne Code promo appliqué */
.pps-modern-v2 .pps-pack-detail .pps-promo-discount-line,
.pps-pack-detail .pps-promo-discount-line{
  margin:4px 0!important;
  padding:8px 10px!important;
  border:1px solid #FBCFE8!important;
  border-left:4px solid #D63384!important;
  border-radius:10px!important;
  background:#FFF0F6!important;
  box-shadow:0 6px 14px rgba(214,51,132,.08)!important;
}
.pps-modern-v2 .pps-pack-detail .pps-promo-discount-line em,
.pps-pack-detail .pps-promo-discount-line em{
  color:#9D174D!important;
  font-weight:800!important;
}
.pps-modern-v2 .pps-pack-detail .pps-promo-discount-line strong,
.pps-pack-detail .pps-promo-discount-line strong{
  color:#BE185D!important;
  font-weight:900!important;
}

/* Livraison 2026-06-01 — Affiliation boutique : icônes Font Awesome et rythme visuel */
.pps-affiliate-hero h3{margin-top:12px;}
.pps-affiliate-kit-list.pps-affiliate-kit-list-fa{gap:12px;margin:14px 0 12px;}
.pps-affiliate-kit-list.pps-affiliate-kit-list-fa li{display:flex;align-items:center;gap:11px;padding:12px 13px;min-height:52px;}
.pps-affiliate-kit-list.pps-affiliate-kit-list-fa li:before{display:none!important;content:none!important;}
.pps-affiliate-kit-icon{flex:0 0 34px;width:34px;height:34px;border-radius:12px;background:#ecfdf5;color:#059669;display:inline-flex;align-items:center;justify-content:center;font-size:16px;box-shadow:inset 0 0 0 1px rgba(5,150,105,.12);}
.pps-affiliate-kit-item-flyer{border-color:#bfe8d3!important;background:linear-gradient(135deg,#f0fdf4,#ffffff)!important;}
.pps-affiliate-kit-item-flyer .pps-affiliate-kit-icon{background:#dff7eb;color:#047857;}
.pps-affiliate-final-line{margin:12px 0 0;font-size:1.04rem;color:#063b2d;}
@media(max-width:760px){.pps-affiliate-kit-list.pps-affiliate-kit-list-fa li{min-height:auto}.pps-affiliate-kit-icon{width:32px;height:32px;flex-basis:32px}}

/* Build 20260601 — Espace affilié structuré : Promotions / Statistiques / Commissions */
.pps-affiliate-space{margin:18px 0 24px;padding:18px;border:1px solid rgba(6,59,45,.12);border-radius:20px;background:linear-gradient(135deg,#f7fffb,#ffffff);box-shadow:0 12px 32px rgba(6,59,45,.08)}
.pps-affiliate-space-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.pps-affiliate-space-head strong{display:block;font-size:1.25rem;color:#063b2d}.pps-affiliate-space-head span{display:block;color:#28505f}.pps-affiliate-space-head code{background:#063b2d;color:#fff;border-radius:999px;padding:5px 10px}
.pps-affiliate-main-tabs,.pps-affiliate-sub-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px}.pps-affiliate-main-tabs button,.pps-affiliate-sub-tabs button{border:1px solid rgba(10,155,112,.22);background:#fff;border-radius:999px;padding:9px 13px;font-weight:800;color:#063b2d;cursor:pointer}.pps-affiliate-main-tabs button.is-active,.pps-affiliate-sub-tabs button.is-active{background:#0a9b70;color:#fff;border-color:#0a9b70}
.pps-affiliate-tab,.pps-affiliate-subpanel{display:none}.pps-affiliate-tab.is-active,.pps-affiliate-subpanel.is-active{display:block}.pps-affiliate-subpanel{padding:14px;border:1px solid rgba(6,59,45,.1);border-radius:16px;background:#fff}.pps-affiliate-subpanel h3,.pps-affiliate-tab h3{margin-top:0;color:#063b2d}
.pps-affiliate-copy-grid,.pps-internet-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pps-affiliate-copy-grid textarea{width:100%;min-height:70px;border:1px solid rgba(6,59,45,.18);border-radius:12px;padding:10px;background:#f8faf9}.pps-affiliate-qr{width:180px;max-width:100%;height:auto;border:8px solid #fff;border-radius:18px;box-shadow:0 12px 24px rgba(6,59,45,.15)}
.pps-support-grid,.pps-reward-grid,.pps-affiliate-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pps-support-card,.pps-reward-grid>div,.pps-affiliate-kpis>div{padding:14px;border-radius:14px;background:#f8faf9;border:1px solid rgba(6,59,45,.1)}.pps-support-card strong,.pps-reward-grid strong,.pps-affiliate-kpis strong{display:block;color:#063b2d;font-size:1.05rem}.pps-support-card span,.pps-reward-grid span,.pps-affiliate-kpis span{display:block;color:#567;font-size:.92rem}
.pps-affiliate-progress{height:14px;background:#e6f4ee;border-radius:999px;overflow:hidden;margin:14px 0}.pps-affiliate-progress span{display:block;height:100%;background:#0a9b70;border-radius:999px}.pps-tier-list{margin:10px 0 0;padding-left:20px;color:#28505f}.pps-affiliate-table-wrap{overflow:auto;border:1px solid rgba(6,59,45,.1);border-radius:14px;background:#fff}.pps-affiliate-table-wrap table{width:100%;border-collapse:collapse;min-width:680px}.pps-affiliate-table-wrap th,.pps-affiliate-table-wrap td{padding:10px 12px;border-bottom:1px solid rgba(6,59,45,.08);text-align:left}.pps-affiliate-table-wrap th{background:#f0fdf4;color:#063b2d}
@media(max-width:820px){.pps-affiliate-space-head{display:block}.pps-affiliate-copy-grid,.pps-support-grid,.pps-reward-grid,.pps-affiliate-kpis{grid-template-columns:1fr}.pps-affiliate-main-tabs button,.pps-affiliate-sub-tabs button{width:100%;text-align:center}}

/* 20260601.23 - Public affilié : onglets visuels Promotion / Statistiques / Commissions */
.pps-modern-steps.pps-offer-tabs{grid-template-columns:repeat(3,minmax(0,1fr));}
@media(min-width:981px){.pps-modern-steps.pps-offer-tabs{grid-template-columns:repeat(3,minmax(0,1fr));}}
.pps-affiliate-public-intro{background:linear-gradient(135deg,#effdf8,#fffaf0);border:1px solid #bdebdc;border-radius:18px;padding:18px;margin:18px 0;color:#063f32;}
.pps-affiliate-dashboard-panel{margin-top:0;}
.pps-affiliate-dashboard-panel .pps-affiliate-space{margin-top:0;}
.pps-affiliate-space[data-affiliate-display-mode="promotions"] .pps-affiliate-public-hero,
.pps-affiliate-space[data-affiliate-display-mode="promotions"] .pps-affiliate-public-codes{margin-top:14px;}

/* 20260601.25 - Affiliation publique : promotions simplifiées */
.pps-pack-affiliate-code{display:inline-flex;align-items:center;gap:6px;margin:4px 0 2px;font-size:11px;line-height:1.25;color:#065f46;opacity:.85}
.pps-pack-affiliate-code code{font-size:10px;background:#064e3b;color:#fff;border-radius:999px;padding:2px 7px;white-space:nowrap}
.pps-affiliate-public-intro,.pps-affiliate-public-hero{display:none!important}
.pps-affiliate-space-head span{font-size:13px;opacity:.82}
.pps-support-card textarea{width:100%;box-sizing:border-box;margin-top:8px;border:1px solid rgba(6,95,70,.18);border-radius:12px;padding:10px;font-size:12px;min-height:64px;background:#fff;color:#062e24}
.pps-support-card-wide{grid-column:span 2}
.pps-support-card-qr img.pps-affiliate-qr{display:block;width:150px;max-width:100%;height:auto;margin:10px auto}
@media (max-width:780px){.pps-support-card-wide{grid-column:span 1}}

/* 20260601.26 - Exception jhchauffete : choix direct dans la pop-up, sans email */
.pps-login-switch-title{font-weight:900;color:#006b4f;margin:10px 0 12px;line-height:1.35}
.pps-login-switch-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:8px}
.pps-login-switch-btn{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:999px;padding:12px 16px;font-weight:900;text-decoration:none!important;border:1px solid rgba(0,107,79,.22);box-shadow:0 10px 24px rgba(0,107,79,.10)}
.pps-login-switch-affiliate{background:#0aa06e;color:#fff!important}
.pps-login-switch-customer{background:#fff;color:#006b4f!important}
.pps-login-switch-btn:hover{transform:translateY(-1px)}

/* Build 20260602.19 - Promotions affilié : récompenses intégrées aux supports commerciaux */
.pps-affiliate-support-buttons button{min-width:150px;padding:11px 18px;font-size:1rem}
.pps-affiliate-support-hub{margin:0 0 14px;padding:16px;border:1px solid rgba(6,59,45,.10);border-radius:16px;background:#fff}
.pps-affiliate-support-hub h3{margin-top:0;color:#063b2d}
.pps-affiliate-rewards-inline{margin-top:12px;padding:14px;border:1px solid rgba(10,155,112,.14);border-radius:16px;background:linear-gradient(135deg,#f8fffb,#fff)}
.pps-rewards-inline-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px;color:#063b2d}
.pps-rewards-inline-head strong{font-size:1.1rem}.pps-rewards-inline-head span{font-weight:800}
.pps-tier-list-inline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;list-style:none;padding-left:0}.pps-tier-list-inline li{padding:9px 10px;border-radius:12px;background:#fff;border:1px solid rgba(6,59,45,.08)}
.pps-support-grid-actions .pps-support-card{display:flex;flex-direction:column;gap:8px}.pps-support-grid-actions .pps-support-action{margin-top:auto}
.pps-support-action{border:0;border-radius:10px;background:#07845f;color:#fff;font-weight:900;padding:9px 12px;cursor:pointer;box-shadow:0 8px 18px rgba(7,132,95,.18)}
.pps-support-action:hover{filter:brightness(.96)}.pps-support-action.is-copied{background:#0a9b70}.pps-support-action.is-muted{opacity:.72}
@media(max-width:820px){.pps-affiliate-support-buttons button{min-width:0}.pps-tier-list-inline{grid-template-columns:1fr}}

/* Flyers affiliés boutique — supports commerciaux dynamiques */
.pps-support-card-flyer .pps-flyer-tool-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.pps-support-card-flyer .pps-flyer-tool-actions .pps-support-action{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-height:34px}

/* Build 20260603 - Télémétrie dynamique des récompenses affilié */
.pps-affiliate-telemetry{position:relative;padding:18px 18px 190px;overflow:visible}
.pps-telemetry-head{margin-bottom:12px}.pps-telemetry-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 18px}.pps-telemetry-kpis>div{padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(6,59,45,.09);box-shadow:0 8px 24px rgba(6,59,45,.04)}.pps-telemetry-kpis span{display:block;color:#60747d;font-size:.88rem}.pps-telemetry-kpis strong{display:block;color:#063b2d;font-size:1.08rem}.pps-telemetry-current{position:relative;height:26px;transform:translateX(-50%);width:max-content;max-width:160px;margin-bottom:2px;z-index:3}.pps-telemetry-current span{display:inline-block;padding:4px 8px;border-radius:999px;background:#063b2d;color:#fff;font-size:.78rem;white-space:nowrap;box-shadow:0 8px 20px rgba(6,59,45,.18)}.pps-telemetry-current:after{content:"";display:block;width:2px;height:20px;background:#063b2d;margin:0 auto;border-radius:2px}.pps-telemetry-bar{position:relative;padding-right:28px}.pps-telemetry-rail{display:flex;align-items:stretch;height:46px;border-radius:999px;padding:6px;background:linear-gradient(180deg,#effaf4,#ffffff);border:1px solid rgba(6,59,45,.12);box-shadow:inset 0 1px 4px rgba(6,59,45,.06);gap:1px;overflow:hidden}.pps-sale-marker{appearance:none;border:0;background:transparent;flex:1 1 0;min-width:2px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.pps-sale-marker span{display:block;width:2px;min-width:2px;height:100%;border-radius:999px;background:rgba(6,59,45,.18);transition:transform .12s ease,background .12s ease,opacity .12s ease}.pps-sale-marker.is-done span{background:#0a9b70}.pps-sale-marker.is-tier span{width:3px;background:#063b2d}.pps-sale-marker:hover span,.pps-sale-marker:focus span,.pps-sale-marker.is-hover span{transform:scaleY(1.18);opacity:1}.pps-telemetry-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:26px;line-height:1;color:#0a9b70;font-weight:900}.pps-telemetry-tip{display:none;position:absolute;z-index:20;top:-78px;left:50%;transform:translateX(-50%);min-width:190px;max-width:260px;padding:10px 12px;border-radius:12px;background:#063b2d;color:#fff;box-shadow:0 16px 34px rgba(6,59,45,.22);font-size:.86rem}.pps-telemetry-tip.is-visible{display:block}.pps-telemetry-tip span{color:#d9fff0}.pps-telemetry-tiers{position:absolute;left:18px;right:46px;bottom:14px;height:152px}.pps-telemetry-tier{position:absolute;top:0;transform:translateX(-50%);width:31%;min-width:145px;max-width:235px;padding-top:30px;text-align:center}.pps-telemetry-tier-line{position:absolute;top:0;left:50%;width:2px;height:28px;background:#0a9b70;border-radius:999px}.pps-telemetry-tier strong{display:block;color:#063b2d;font-size:1rem}.pps-telemetry-tier small{display:block;color:#60747d;font-size:.78rem;margin-bottom:5px}.pps-telemetry-tier ul{margin:0;padding:0;list-style:none}.pps-telemetry-tier li{font-size:.82rem;line-height:1.25;color:#28505f}.pps-telemetry-tier.is-active strong{color:#0a7d5b}.pps-telemetry-tier.is-active .pps-telemetry-tier-line{background:#063b2d}
@media(max-width:820px){.pps-affiliate-telemetry{padding:16px 12px 18px}.pps-telemetry-kpis{grid-template-columns:1fr}.pps-telemetry-bar{overflow:visible}.pps-telemetry-rail{overflow-x:auto;min-width:100%;gap:2px}.pps-sale-marker{min-width:6px}.pps-telemetry-tiers{position:static;height:auto;display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}.pps-telemetry-tier{position:relative;left:auto!important;transform:none;width:auto;max-width:none;text-align:left;padding:12px 12px 12px 16px;border-radius:14px;background:#fff;border:1px solid rgba(6,59,45,.09)}.pps-telemetry-tier-line{left:0;top:12px;height:calc(100% - 24px)}.pps-telemetry-tip{position:fixed;top:auto;bottom:18px;left:50%;right:auto}}

/* Build 20260603.11 - Promotions affilié nettoyées + onglets Boutique/Internet 50/50 */
.pps-affiliate-space-head-clean{align-items:center;margin-bottom:10px;min-height:30px}
.pps-affiliate-space-head-clean .pps-affiliate-space-head-spacer{min-height:1px;flex:1 1 auto}
.pps-affiliate-space-head-clean small{margin-left:auto;white-space:nowrap}
.pps-affiliate-support-buttons-split{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin:0 0 14px;padding:0}
.pps-affiliate-support-buttons-split button{width:100%;min-width:0!important;border-radius:999px;text-align:center;justify-content:center;padding:13px 18px;font-weight:900}
.pps-affiliate-support-hub-clean{margin:0 0 16px;padding:0;border:0;background:transparent}
.pps-affiliate-support-hub-clean .pps-affiliate-telemetry{margin-top:0}
.pps-affiliate-telemetry{padding-top:20px}
.pps-telemetry-head strong{font-size:1.15rem}
.pps-telemetry-head span{font-size:1.02rem}
.pps-telemetry-bar{padding-right:36px}
.pps-telemetry-arrow{right:2px;font-size:30px;color:#0a9b70;text-shadow:0 2px 0 rgba(255,255,255,.8)}
.pps-telemetry-tier strong{text-transform:none;letter-spacing:.01em}
.pps-telemetry-tier li{font-size:.84rem}
@media(max-width:820px){
  .pps-affiliate-space-head-clean{display:flex;gap:8px}
  .pps-affiliate-space-head-clean small{font-size:.78rem}
  .pps-affiliate-support-buttons-split{grid-template-columns:1fr 1fr;gap:8px}
  .pps-affiliate-support-buttons-split button{padding:11px 10px}
}

/* Build 20260603.12 - Télémétrie affilié : avancée globale bleue + seuils en 3 zones */
.pps-affiliate-code-pill{appearance:none;border:0;background:#063b2d;color:#fff;border-radius:999px;padding:7px 12px;font-size:.82rem;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 8px 20px rgba(6,59,45,.14)}
.pps-affiliate-code-pill code{background:transparent!important;color:#fff!important;padding:0!important;border-radius:0!important;font-size:.82rem}.pps-affiliate-code-pill.is-copied{background:#0a9b70}.pps-affiliate-space-head-clean small{display:none!important}
.pps-telemetry-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.pps-telemetry-current{cursor:pointer}.pps-telemetry-current span{background:#0b5ed7}.pps-telemetry-current:after{background:#0b5ed7}
.pps-telemetry-rail{position:relative;display:grid;grid-template-columns:repeat(90,1fr);align-items:stretch;gap:1px;cursor:pointer;background:linear-gradient(180deg,#eef8f2,#ffffff)}
.pps-telemetry-fill{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,#0b5ed7,#2f80ed);border-radius:999px;z-index:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.pps-sale-tick{position:relative;z-index:1;display:block;width:2px;justify-self:center;height:100%;border-radius:999px;background:rgba(6,59,45,.17);mix-blend-mode:multiply}.pps-affiliate-telemetry.is-telemetry-hover .pps-sale-tick{background:rgba(6,59,45,.24)}
.pps-telemetry-arrow{color:#0b5ed7}.pps-telemetry-tiers{height:124px}.pps-affiliate-telemetry{padding-bottom:168px}.pps-telemetry-tier{width:30%;max-width:none;min-width:0}.pps-telemetry-tier-line{height:34px;background:#0b5ed7}.pps-telemetry-tier-line span{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:.76rem;font-weight:900;color:#0b5ed7;background:#fff;border:1px solid rgba(11,94,215,.18);border-radius:999px;padding:2px 7px}.pps-telemetry-tier p{margin:6px 0 0;color:#28505f;font-size:.84rem;line-height:1.3}.pps-telemetry-tier ul,.pps-telemetry-tier small{display:none!important}.pps-telemetry-tier.is-active .pps-telemetry-tier-line{background:#063b2d}.pps-telemetry-tier.is-active .pps-telemetry-tier-line span{color:#063b2d;border-color:rgba(6,59,45,.18)}
@media(max-width:820px){.pps-telemetry-kpis{grid-template-columns:1fr 1fr}.pps-affiliate-code-pill{font-size:.76rem;padding:6px 9px}.pps-affiliate-telemetry{padding-bottom:18px}.pps-telemetry-tier{width:auto}.pps-telemetry-tier-line span{position:static;transform:none;display:inline-block;margin-left:8px}.pps-telemetry-tier p{font-size:.84rem}.pps-telemetry-rail{grid-template-columns:repeat(90,6px);overflow-x:auto}.pps-sale-tick{width:2px}}

/* Build 20260603.13 - Télémétrie : statuts intégrés dans la barre + barres bleues AJAX */
.pps-affiliate-telemetry{padding-bottom:142px!important;}
.pps-telemetry-bar{margin-top:8px;}
.pps-telemetry-rail{position:relative;isolation:isolate;background:linear-gradient(90deg,#f3fbf7 0 33.333%,#eef8ff 33.333% 66.666%,#fff8ed 66.666% 100%);}
.pps-telemetry-rail:before,.pps-telemetry-rail:after{content:"";position:absolute;top:0;bottom:0;width:1px;background:rgba(11,94,215,.24);z-index:2;}
.pps-telemetry-rail:before{left:33.333%;}.pps-telemetry-rail:after{left:66.666%;}
.pps-telemetry-tiers{top:calc(100% - 18px);bottom:auto;height:118px;pointer-events:none;}
.pps-telemetry-tier{pointer-events:none;padding-top:42px;}
.pps-tier-ajax{pointer-events:auto;position:absolute;top:0;left:50%;transform:translateX(-50%);appearance:none;border:0;background:transparent;width:34px;height:58px;padding:0;cursor:pointer;z-index:8;}
.pps-tier-ajax:before{content:"";position:absolute;left:50%;top:25px;transform:translateX(-50%);width:4px;height:31px;border-radius:999px;background:#0b5ed7;box-shadow:0 0 0 4px rgba(11,94,215,.10);}
.pps-tier-ajax span{position:absolute;left:50%;top:0;transform:translateX(-50%);white-space:nowrap;font-size:.76rem;font-weight:900;color:#0b5ed7;background:#fff;border:1px solid rgba(11,94,215,.20);border-radius:999px;padding:2px 7px;box-shadow:0 6px 15px rgba(11,94,215,.08);}
.pps-tier-ajax:hover:before,.pps-tier-ajax:focus:before{height:36px;background:#063b2d;box-shadow:0 0 0 5px rgba(6,59,45,.12);}
.pps-telemetry-tier.is-active .pps-tier-ajax:before{background:#063b2d;box-shadow:0 0 0 4px rgba(6,59,45,.12);}
.pps-telemetry-tier.is-active .pps-tier-ajax span{color:#063b2d;border-color:rgba(6,59,45,.20);}
.pps-telemetry-tier strong{margin-top:2px;}
.pps-telemetry-tier p{white-space:nowrap;font-size:.80rem;}
@media(max-width:820px){
  .pps-affiliate-telemetry{padding-bottom:18px!important;}
  .pps-telemetry-tiers{top:auto;height:auto;pointer-events:auto;}
  .pps-telemetry-tier{padding-top:12px;pointer-events:auto;}
  .pps-tier-ajax{position:relative;left:auto;top:auto;transform:none;width:auto;height:auto;min-height:30px;margin-right:8px;display:inline-flex;align-items:center;vertical-align:middle;}
  .pps-tier-ajax:before{position:static;transform:none;display:inline-block;width:4px;height:28px;margin-right:8px;}
  .pps-tier-ajax span{position:static;transform:none;}
  .pps-telemetry-tier p{white-space:normal;}
}

/* Build 20260603.14 - Correction : statuts supprimés du titre et intégrés dans la barre télémétrique */
.pps-affiliate-telemetry{padding-bottom:28px!important;overflow:visible!important;}
.pps-telemetry-bar{position:relative;margin:22px 0 18px;padding-right:42px;overflow:visible;}
.pps-telemetry-rail{height:78px!important;overflow:visible!important;border-radius:28px!important;padding:9px 10px 31px!important;display:grid!important;grid-template-columns:repeat(90,1fr)!important;align-items:stretch!important;gap:1px!important;}
.pps-telemetry-fill{top:9px!important;bottom:31px!important;border-radius:22px!important;}
.pps-sale-tick{height:100%!important;min-height:28px!important;align-self:stretch!important;}
.pps-telemetry-tiers{display:none!important;}
.pps-tier-chip{position:absolute;z-index:9;top:49px;transform:translateX(-50%);appearance:none;border:0;border-radius:999px;background:#fff;color:#063b2d;min-width:178px;max-width:260px;padding:7px 12px 8px;box-shadow:0 8px 20px rgba(6,59,45,.10);border:1px solid rgba(11,94,215,.20);cursor:pointer;text-align:center;line-height:1.15;}
.pps-tier-chip:before{content:"";position:absolute;left:50%;bottom:100%;transform:translateX(-50%);width:5px;height:36px;border-radius:999px;background:#0b5ed7;box-shadow:0 0 0 4px rgba(11,94,215,.10);}
.pps-tier-chip-threshold{position:absolute;left:50%;bottom:calc(100% + 34px);transform:translateX(-50%);white-space:nowrap;font-size:.74rem;font-weight:900;color:#0b5ed7;background:#fff;border:1px solid rgba(11,94,215,.22);border-radius:999px;padding:2px 7px;box-shadow:0 4px 12px rgba(11,94,215,.08);}
.pps-tier-chip-label{display:block;font-weight:950;font-size:.91rem;color:#063b2d;margin-bottom:2px;}
.pps-tier-chip-reward{display:block;font-size:.72rem;color:#28505f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pps-tier-chip:hover,.pps-tier-chip:focus{background:#f7fbff;border-color:rgba(11,94,215,.42);outline:none;}
.pps-tier-chip:hover:before,.pps-tier-chip:focus:before,.pps-tier-chip.is-active:before{background:#063b2d;box-shadow:0 0 0 5px rgba(6,59,45,.12);}
.pps-tier-chip.is-active{border-color:rgba(6,59,45,.28);background:#f6fffb;}
.pps-tier-chip.is-active .pps-tier-chip-threshold{color:#063b2d;border-color:rgba(6,59,45,.20);}
.pps-telemetry-arrow{top:31px!important;}
@media(max-width:980px){.pps-tier-chip{min-width:145px;padding-left:8px;padding-right:8px}.pps-tier-chip-reward{font-size:.68rem}}
@media(max-width:820px){.pps-affiliate-telemetry{padding-bottom:18px!important}.pps-telemetry-rail{height:auto!important;min-height:92px;grid-template-columns:repeat(90,6px)!important;overflow-x:auto!important;padding-bottom:38px!important}.pps-tier-chip{top:54px;min-width:120px}.pps-tier-chip-reward{display:none}.pps-tier-chip-threshold{font-size:.68rem}.pps-tier-chip-label{font-size:.82rem}}

/* Build 20260603 nettoyage progression affilié : barre télémétrie supprimée. */
.pps-affiliate-progress-clean{position:relative;padding:18px;overflow:visible}
.pps-affiliate-progress-clean .pps-telemetry-kpis{margin-bottom:0}
.pps-affiliate-support-hub-clean{padding-bottom:0}
.pps-affiliate-progress-clean + *{margin-top:0}
@media(max-width:820px){.pps-affiliate-progress-clean{padding:16px 12px}.pps-affiliate-progress-clean .pps-telemetry-kpis{grid-template-columns:1fr 1fr}}

/* 20260603 Passe 1 — blocs SaaS affilié statistiques / commissions */
.pps-affiliate-saas-kpis{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
    gap:14px;
    margin:18px 0 22px;
}
.pps-affiliate-saas-kpis .pps-affiliate-saas-card{
    background:linear-gradient(180deg,#ffffff 0%,#fbf8ef 100%);
    border:1px solid rgba(103,84,44,.14);
    border-radius:20px;
    padding:16px 16px 14px;
    box-shadow:0 12px 32px rgba(49,39,16,.08);
    min-height:96px;
}
.pps-affiliate-saas-kpis .pps-affiliate-saas-card span{
    display:block;
    font-size:.84rem;
    color:#6e735f;
    font-weight:700;
    letter-spacing:.01em;
}
.pps-affiliate-saas-kpis .pps-affiliate-saas-card strong{
    display:block;
    margin-top:7px;
    font-size:clamp(1.28rem,2vw,1.75rem);
    line-height:1.08;
    color:#263018;
}
.pps-affiliate-saas-kpis .pps-affiliate-saas-card em{
    display:block;
    margin-top:8px;
    font-style:normal;
    font-size:.78rem;
    color:#8b7251;
}

/* Passe 2 affiliation statistiques / commissions — périodes + détails SaaS */
.pps-affiliate-period-nav{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:12px 0 14px;
}
.pps-affiliate-period-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:7px 13px;
    border:1px solid rgba(45,65,40,.14);
    border-radius:999px;
    background:#fff;
    text-decoration:none;
    font-weight:700;
    color:#354232;
    box-shadow:0 8px 22px rgba(22,38,20,.05);
}
.pps-affiliate-period-nav a.is-active{
    background:linear-gradient(135deg,#eef8df,#ffffff);
    border-color:rgba(98,138,54,.36);
    color:#24351f;
}
.pps-affiliate-detail-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin:16px 0 22px;
}
.pps-affiliate-detail-card{
    background:#fff;
    border:1px solid rgba(45,65,40,.12);
    border-radius:20px;
    padding:16px;
    box-shadow:0 14px 38px rgba(22,38,20,.07);
}
.pps-affiliate-detail-card h4{
    margin:0 0 10px;
    font-size:15px;
    color:#263421;
}
.pps-affiliate-detail-card ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:8px;
}
.pps-affiliate-detail-card li{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:8px 0;
    border-bottom:1px solid rgba(45,65,40,.08);
}
.pps-affiliate-detail-card li:last-child{border-bottom:0}
.pps-affiliate-detail-card li span{color:#596454;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pps-affiliate-detail-card li strong{color:#263421}
@media (max-width:900px){
    .pps-affiliate-detail-grid{grid-template-columns:1fr}
}

/* Affiliate stats passe 2.1 */
.pps-affiliate-kpi-delta{display:block;margin-top:8px;font-size:12px;line-height:1.35;color:#64748b;font-weight:700;}
.pps-affiliate-saas-card .pps-affiliate-kpi-delta{background:#f8fafc;border-radius:999px;padding:5px 8px;width:max-content;max-width:100%;}

/* Build 20260603 — espace affilié boutique : suppression du bandeau promo/titre, déconnexion détachée */
.pps-affiliate-boutique-space .pps-affiliate-session-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin:14px 0 10px;
}
.pps-affiliate-boutique-space .pps-affiliate-session-actions .pps-front-login-open{
  padding:11px 18px;
  font-size:14px;
}
@media(max-width:760px){
  .pps-affiliate-boutique-space .pps-affiliate-session-actions{
    justify-content:flex-start;
    margin:12px 0 8px;
  }
}

/* Build 20260603 20h59 — espace affilié boutique : département compact dans la barre de session
   Important : le département initial reste celui fourni par $default_dept, issu des réglages Stripe / configuration existante. */
.pps-affiliate-boutique-space .pps-affiliate-topbar{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:14px;
  margin:14px 0 16px;
  padding:14px;
  border:1px solid #E2E8F0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.pps-affiliate-boutique-space .pps-affiliate-topbar .pps-front-login-open{
  padding:11px 18px;
  min-height:50px;
  font-size:14px;
  white-space:nowrap;
}
.pps-affiliate-boutique-space .pps-affiliate-topbar-dept{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr) 112px!important;
  align-items:stretch!important;
  gap:14px!important;
  min-width:0;
}
.pps-affiliate-boutique-space .pps-affiliate-topbar-dept .pps-dept-control{
  display:block!important;
  width:100%!important;
  min-width:0!important;
}
.pps-affiliate-boutique-space .pps-affiliate-topbar-dept .pps-dept-select{
  width:100%!important;
  min-height:50px!important;
  height:50px!important;
  text-align:center!important;
  text-align-last:center!important;
}
@media(max-width:900px){
  .pps-affiliate-boutique-space .pps-affiliate-topbar{grid-template-columns:1fr;}
  .pps-affiliate-boutique-space .pps-affiliate-topbar .pps-front-login-open{width:100%;}
}
@media(max-width:760px){
  .pps-affiliate-boutique-space .pps-affiliate-topbar-dept{grid-template-columns:1fr!important;}
  .pps-affiliate-boutique-space .pps-affiliate-topbar-dept .pps-dept-step{width:100%!important;}
}


/* Build 20260603 audit — demandes affilié boutique validées
   - bouton département Préc./Suiv. bleu en barre affiliée uniquement
   - bloc visuel Commission boutique appliquée retiré du shortcode, en conservant l'input caché de commission */
.pps-affiliate-boutique-space .pps-affiliate-topbar-dept .pps-dept-step{
  background:#2563eb!important;
  color:#fff!important;
  border-radius:999px!important;
  min-height:50px!important;
  box-shadow:0 12px 26px rgba(37,99,235,.18)!important;
}
.pps-affiliate-boutique-space .pps-affiliate-topbar-dept .pps-dept-step:hover{
  background:#1d4ed8!important;
  box-shadow:0 14px 30px rgba(37,99,235,.24)!important;
}
.pps-affiliate-boutique-space .pps-affiliate-offer-zone{
  margin:14px 0;
}

/* 20260603 - Pack poids / Pack poule : champ inline pleine largeur, sans bouton Valider */


/* Build 2026-06-03 23h22 : audit admin affiliation en 3 colonnes (Aliment / Transport / Réduction-affiliation). */
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid section{min-width:0;background:#fff;border:1px solid #e8f3ed;border-radius:14px;overflow:hidden}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid h4{margin:0;padding:10px 12px;background:#ecfdf5;color:#064e3b;font-size:14px;font-weight:900;border-bottom:1px solid #d8f0e5}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid table{border-radius:0;border:0}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid th{width:52%}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid td{word-break:break-word}
@media(max-width:1100px){.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid{grid-template-columns:1fr}}

/* DEBUGZIP 20260604 — détail prix admin custom Pack poule / Pack poids uniquement.
   Ne concerne pas le Pack classique : le panneau reste piloté par JS et masqué hors modes weight/chickens. */
.pps-affiliate-admin-calc-audit{
  margin-top:18px;
  border:1px dashed #96d8be;
  border-radius:18px;
  background:#f7fffb;
  padding:16px;
  color:#082f2a;
}
.pps-affiliate-admin-calc-audit>strong{
  display:block;
  margin:0 0 12px;
  font-size:17px;
  font-weight:900;
  color:#061c30;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 section{
  min-width:0;
  background:#fff;
  border:1px solid #dce9e5;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 14px 32px rgba(15,73,55,.06);
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 h4{
  margin:0;
  padding:16px 18px 8px;
  background:linear-gradient(180deg,#f3fff9 0%,#edf9f4 100%);
  color:#00613f;
  font-size:20px;
  font-weight:900;
  border-bottom:0;
}
.pps-affiliate-admin-calc-audit .pps-audit-code-line{
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 18px 16px;
  background:#edf9f4;
  color:#086047;
  font-size:13px;
}
.pps-affiliate-admin-calc-audit .pps-audit-code-line code{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  padding:4px 10px;
  border-radius:999px;
  background:#267766;
  color:#fff;
  font-size:11px;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:0;
  overflow:visible;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 th,
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 td{
  padding:14px 18px;
  border-bottom:1px solid #e7eeeb;
  color:#0d1734;
  font-size:14px;
  vertical-align:middle;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 th{
  width:56%;
  background:rgba(242,251,246,.55);
  font-weight:900;
  text-align:left;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 td{
  text-align:right;
  font-weight:500;
  word-break:break-word;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 .pps-audit-total-row th,
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 .pps-audit-total-row td{
  color:#007044;
  font-weight:950;
  font-size:16px;
}
.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 .pps-audit-total-row td{
  font-size:20px;
}
.pps-affiliate-admin-calc-audit .pps-audit-total-general{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:18px;
  padding:12px 14px;
  border:1px solid #8bd8b6;
  border-radius:16px;
  background:linear-gradient(90deg,#eefdf5 0%,#ffffff 70%,#eafaf2 100%);
  box-shadow:0 10px 24px rgba(15,73,55,.05);
}
.pps-affiliate-admin-calc-audit .pps-audit-total-icon{
  width:46px;
  height:46px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(180deg,#22c55e,#007a44);
  font-size:22px;
  font-weight:900;
  flex:0 0 auto;
}
.pps-affiliate-admin-calc-audit .pps-audit-total-label{
  display:flex;
  align-items:baseline;
  gap:10px;
  color:#00613f;
  flex:1 1 auto;
}
.pps-affiliate-admin-calc-audit .pps-audit-total-label strong{
  font-size:20px;
  font-weight:950;
}
.pps-affiliate-admin-calc-audit .pps-audit-total-label span{
  font-size:14px;
}
.pps-affiliate-admin-calc-audit .pps-audit-total-amount{
  min-width:150px;
  padding:12px 22px;
  border-radius:12px;
  text-align:center;
  background:linear-gradient(180deg,#008756,#00613f);
  color:#fff;
  font-size:28px;
  line-height:1;
  font-weight:950;
  box-shadow:inset 0 -2px 0 rgba(0,0,0,.12);
}
@media(max-width:1300px){.pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:760px){
  .pps-affiliate-admin-calc-audit .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4{grid-template-columns:1fr;}
  .pps-affiliate-admin-calc-audit .pps-audit-total-general{align-items:stretch;flex-direction:column;}
  .pps-affiliate-admin-calc-audit .pps-audit-total-label{display:block;}
  .pps-affiliate-admin-calc-audit .pps-audit-total-amount{width:100%;}
}

/* Build 20260604_4-colonnes-coordonnees : récapitulatif détaillé uniquement Pack poule / Pack poids sur la page coordonnées. */
.pps-checkout-step .pps-checkout-detail-prices{
  margin:0 0 18px;
}
.pps-checkout-step .pps-checkout-detail-prices[hidden]{
  display:none!important;
}
.pps-checkout-step .pps-checkout-audit-summary{
  margin:0;
}
.pps-checkout-step .pps-checkout-audit-summary>strong{
  display:block;
  margin:0 0 12px;
  font-size:17px;
  font-weight:900;
  color:#061c30;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 section{
  min-width:0;
  background:#fff;
  border:1px solid #dce9e5;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 14px 32px rgba(15,73,55,.06);
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 h4{
  margin:0;
  padding:16px 18px 8px;
  background:linear-gradient(180deg,#f3fff9 0%,#edf9f4 100%);
  color:#00613f;
  font-size:20px;
  font-weight:900;
  border-bottom:0;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-code-line{
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 18px 16px;
  background:#edf9f4;
  color:#086047;
  font-size:13px;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-code-line code{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  padding:4px 10px;
  border-radius:999px;
  background:#267766;
  color:#fff;
  font-size:11px;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:0;
  overflow:visible;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 th,
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 td{
  padding:14px 18px;
  border-bottom:1px solid #e7eeeb;
  color:#0d1734;
  font-size:14px;
  vertical-align:middle;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 th{
  width:56%;
  background:rgba(242,251,246,.55);
  font-weight:900;
  text-align:left;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 td{
  text-align:right;
  font-weight:500;
  word-break:break-word;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 .pps-audit-total-row th,
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 .pps-audit-total-row td{
  color:#007044;
  font-weight:950;
  font-size:16px;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4 .pps-audit-total-row td{
  font-size:20px;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-general{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:18px;
  padding:12px 14px;
  border:1px solid #8bd8b6;
  border-radius:16px;
  background:linear-gradient(90deg,#eefdf5 0%,#ffffff 70%,#eafaf2 100%);
  box-shadow:0 10px 24px rgba(15,73,55,.05);
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-icon{
  width:46px;
  height:46px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(180deg,#22c55e,#007a44);
  font-size:22px;
  font-weight:900;
  flex:0 0 auto;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-label{
  display:flex;
  align-items:baseline;
  gap:10px;
  color:#00613f;
  flex:1 1 auto;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-label strong{
  font-size:20px;
  font-weight:950;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-label span{
  font-size:14px;
}
.pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-amount{
  min-width:150px;
  padding:12px 22px;
  border-radius:12px;
  text-align:center;
  background:linear-gradient(180deg,#008756,#00613f);
  color:#fff;
  font-size:28px;
  line-height:1;
  font-weight:950;
  box-shadow:inset 0 -2px 0 rgba(0,0,0,.12);
}
@media(max-width:1300px){
  .pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .pps-checkout-step .pps-checkout-audit-summary .pps-affiliate-audit-grid.pps-affiliate-audit-grid-4{grid-template-columns:1fr;}
  .pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-general{align-items:stretch;flex-direction:column;}
  .pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-label{display:block;}
  .pps-checkout-step .pps-checkout-audit-summary .pps-audit-total-amount{width:100%;}
}

/* Build 20260604-2326 — FIX tunnel coordonnées : le clic "Valider cette commande" doit afficher une vraie étape isolée.
   On masque TOUS les blocs de simulation/résultat situés avant la section coordonnées.
   Ne touche pas au Pack classique : règle visuelle globale du mode .is-checkout-step uniquement. */
.pps-checkout.is-checkout-step > .pps-head,
.pps-checkout.is-checkout-step .pps-form > .pps-affiliate-topbar,
.pps-checkout.is-checkout-step .pps-form > .pps-packs,
.pps-checkout.is-checkout-step .pps-form > .pps-panel,
.pps-checkout.is-checkout-step .pps-form > .pps-affiliate-offer-zone,
.pps-checkout.is-checkout-step .pps-form > .pps-affiliate-simulator-panel,
.pps-checkout.is-checkout-step .pps-form > .pps-order-zone{
  display:none !important;
}
.pps-checkout.is-checkout-step .pps-form > .pps-checkout-step{
  display:block !important;
}


/* Build 20260604-2338 — méthode Pack classique appliquée à Pack poids / Pack poule.
   Sur l'étape coordonnées, on ne montre pas le grand tableau de calcul détaillé :
   seulement le formulaire et le récapitulatif court "Votre commande". */
.pps-checkout.is-checkout-step .pps-checkout-detail-prices,
.pps-checkout.is-checkout-step .pps-checkout-audit-summary,
.pps-checkout.is-checkout-step .pps-affiliate-admin-calc-audit:not(.pps-checkout-audit-summary){
  display:none !important;
}

/* Build 20260604 - Boutique : séparation propre Bronze / Argent / Or */
.pps-support-tier-stack{display:flex;flex-direction:column;gap:22px;margin-top:18px}.pps-support-tier{position:relative;padding:18px;border:1px solid rgba(6,95,70,.11);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,249,.92));box-shadow:0 14px 34px rgba(6,59,45,.05)}.pps-support-tier-title{display:flex;align-items:center;gap:14px;margin:0 0 16px;color:#063b2d;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.pps-support-tier-title:before,.pps-support-tier-title:after{content:"";height:2px;flex:1;border-radius:999px;background:linear-gradient(90deg,rgba(6,95,70,.08),rgba(6,95,70,.35),rgba(6,95,70,.08))}.pps-support-tier-title span{display:inline-flex;align-items:center;justify-content:center;min-width:120px;padding:8px 18px;border-radius:999px;background:#fff;border:1px solid rgba(6,95,70,.13);box-shadow:0 8px 18px rgba(6,59,45,.07)}.pps-support-tier-bronze .pps-support-tier-title span{background:linear-gradient(180deg,#fff8f0,#fff);border-color:rgba(145,90,40,.22)}.pps-support-tier-silver .pps-support-tier-title span{background:linear-gradient(180deg,#f6f8fb,#fff);border-color:rgba(112,128,144,.25)}.pps-support-tier-gold .pps-support-tier-title span{background:linear-gradient(180deg,#fff8df,#fff);border-color:rgba(196,145,35,.25)}.pps-support-tier .pps-support-grid{margin-top:0}@media(max-width:780px){.pps-support-tier{padding:14px}.pps-support-tier-title span{min-width:92px}.pps-support-tier-title{gap:8px}}

/* 20260605 - Segment 1 : Tableau de bord Affilié Boutique */
.pps-affiliate-boutique-space .pps-boutique-dashboard-segment{
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid rgba(11, 85, 65, .14);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f4fbf7 100%);
    box-shadow: 0 16px 40px rgba(20, 58, 44, .08);
}
.pps-boutique-dashboard-hero{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:16px;
}
.pps-boutique-kicker{
    margin:0 0 6px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:800;
    color:#117455;
}
.pps-boutique-dashboard-hero h3{
    margin:0;
    font-size:24px;
    line-height:1.15;
    color:#17382d;
}
.pps-boutique-identity-line{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
}
.pps-boutique-identity-line span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(11, 85, 65, .12);
    color:#33584b;
    font-size:13px;
    font-weight:650;
}
.pps-boutique-identity-line code{
    font-weight:900;
    color:#0b6b4c;
    background:transparent;
}
.pps-boutique-status-pill{
    flex:0 0 auto;
    padding:8px 12px;
    border-radius:999px;
    font-weight:900;
    font-size:13px;
    background:#fff3d8;
    color:#855a00;
    border:1px solid rgba(133,90,0,.22);
}
.pps-boutique-status-pill.is-ok{
    background:#e9fbf1;
    color:#0b6b4c;
    border-color:rgba(11,107,76,.22);
}
.pps-boutique-kpi-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-bottom:14px;
}
.pps-boutique-kpi{
    padding:15px;
    border-radius:18px;
    background:#fff;
    border:1px solid rgba(11, 85, 65, .12);
    box-shadow:0 10px 24px rgba(20,58,44,.06);
}
.pps-boutique-kpi span{
    display:block;
    color:#5b756c;
    font-size:13px;
    font-weight:800;
}
.pps-boutique-kpi strong{
    display:block;
    margin-top:6px;
    color:#16372d;
    font-size:24px;
    line-height:1.1;
}
.pps-boutique-kpi small{
    display:block;
    margin-top:6px;
    color:#7c9189;
    font-weight:650;
}
.pps-boutique-dashboard-columns{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);
    gap:14px;
}
.pps-boutique-card{
    padding:16px;
    border-radius:18px;
    background:#fff;
    border:1px solid rgba(11, 85, 65, .12);
}
.pps-boutique-card-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}
.pps-boutique-card-head strong{
    color:#17382d;
    font-size:16px;
}
.pps-boutique-card-head span{
    color:#789087;
    font-size:12px;
    font-weight:700;
}
.pps-boutique-activity-list{
    display:grid;
    gap:8px;
}
.pps-boutique-activity-row{
    display:grid;
    grid-template-columns:120px 1fr auto;
    gap:10px;
    align-items:center;
    padding:10px 0;
    border-top:1px solid rgba(11, 85, 65, .09);
}
.pps-boutique-activity-row:first-child{border-top:0;}
.pps-boutique-activity-row span,
.pps-boutique-activity-row em{
    color:#6e857d;
    font-size:13px;
    font-style:normal;
    font-weight:650;
}
.pps-boutique-activity-row strong{
    color:#183c31;
}
.pps-boutique-empty{
    margin:0;
    color:#6e857d;
    font-weight:650;
}
.pps-boutique-health-list{
    display:grid;
    gap:8px;
}
.pps-boutique-health-list div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:10px 12px;
    border-radius:14px;
    background:#f5fbf7;
    border:1px solid rgba(11,107,76,.12);
}
.pps-boutique-health-list span{
    color:#36584c;
    font-weight:750;
}
.pps-boutique-health-list strong{
    padding:4px 8px;
    border-radius:999px;
    background:#0b6b4c;
    color:#fff;
    font-size:12px;
    letter-spacing:.04em;
}
@media (max-width: 900px){
    .pps-boutique-dashboard-hero,
    .pps-boutique-card-head{display:block;}
    .pps-boutique-status-pill{display:inline-block;margin-top:12px;}
    .pps-boutique-kpi-grid,
    .pps-boutique-dashboard-columns{grid-template-columns:1fr;}
    .pps-boutique-activity-row{grid-template-columns:1fr;gap:3px;}
}


/* Segment Admin UX safe diagnostics/logs/maintenance */
.pps-admin-safe-screen .pps-admin-safe-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 16px 18px;
    margin: 16px 0;
    max-width: 1180px;
}
.pps-admin-safe-screen .pps-ok {
    color: #008a20;
    font-weight: 700;
}
.pps-admin-safe-screen .pps-warn {
    color: #b26200;
    font-weight: 700;
}

/* Front public V2 client : affichage simplifié et rassurant */
.pps-v2-public-line.pps-v2-total-line strong{font-size:1.15em;font-weight:800;}
.pps-v2-public-line.pps-v2-monthly-line strong{font-weight:700;}
.pps-v2-public-line.pps-v2-price-kg-line{justify-content:flex-end;text-align:right;margin-top:2px;}
.pps-v2-public-line.pps-v2-price-kg-line em{margin-right:8px;}


/* PASS9 — Alignement blocs + TVA secondaire sous chaque HT */
.pps-modern-v2 .pps-head{
  margin-bottom:20px!important;
}
.pps-modern-v2 .pps-packs{
  margin-top:0!important;
}
.pps-v2-public-line.pps-v2-vat-line,
.pps-pack-detail span.pps-v2-vat-line,
.pps-modern-v2 .pps-pack-detail span.pps-v2-vat-line{
  padding-top:2px!important;
  padding-bottom:7px!important;
  border-bottom:1px solid #E6EDF5!important;
}
.pps-v2-public-line.pps-v2-vat-line em,
.pps-pack-detail span.pps-v2-vat-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-vat-line em{
  font-size:12px!important;
  font-weight:400!important;
  color:#64748B!important;
}
.pps-v2-public-line.pps-v2-vat-line strong,
.pps-pack-detail span.pps-v2-vat-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-vat-line strong{
  font-size:12px!important;
  font-weight:400!important;
  color:#64748B!important;
  text-align:right!important;
  justify-self:end!important;
}

/* PASS13 — Front public : puce affiliée rose très légère en haut à droite de chaque pack */
.pps-modern-v2 .pps-pack,
.pps-pack{
  position:relative!important;
}
.pps-v2-code-chip,
.pps-v2-affiliate-chip{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:calc(100% - 24px)!important;
  margin:0!important;
  padding:4px 10px!important;
  border-radius:999px!important;
  background:#FDF2F8!important;
  border:1px solid #FCE7F3!important;
  color:#BE185D!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:.01em!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}


/* PASS12 — lignes de détail des remises et sous-totaux front public */
.pps-pack-detail span.pps-v2-discount-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-discount-line em{color:#be185d!important;font-weight:800!important;}
.pps-pack-detail span.pps-v2-discount-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-discount-line strong{color:#be185d!important;font-weight:900!important;}
.pps-pack-detail span.pps-v2-subtotal-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-subtotal-line em{font-weight:800!important;color:#0F172A!important;}
.pps-pack-detail span.pps-v2-subtotal-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-subtotal-line strong{font-weight:900!important;}


/* PASS14 — Code promo public : même puce rose légère que l'affilié, libellé Promo : CODE */
.pps-v2-code-chip.is-promo{background:#FDF2F8!important;border-color:#FCE7F3!important;color:#BE185D!important;}
.pps-v2-code-chip.is-affiliate{background:#FDF2F8!important;border-color:#FCE7F3!important;color:#BE185D!important;}


/* PASS15 — Hiérarchie détail prix public : seuls les montants finaux TTC restent en gras fort.
   Les lignes HT/intermédiaires restent lisibles mais ne dominent plus Total TTC. */
.pps-pack-detail span.pps-v2-public-line:not(.pps-v2-total-line):not(.pps-v2-monthly-line):not(.pps-v2-price-kg-line) em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-public-line:not(.pps-v2-total-line):not(.pps-v2-monthly-line):not(.pps-v2-price-kg-line) em{
  font-weight:500!important;
}
.pps-pack-detail span.pps-v2-public-line:not(.pps-v2-total-line):not(.pps-v2-monthly-line):not(.pps-v2-price-kg-line) strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-public-line:not(.pps-v2-total-line):not(.pps-v2-monthly-line):not(.pps-v2-price-kg-line) strong{
  font-weight:600!important;
}
.pps-pack-detail span.pps-v2-discount-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-discount-line em,
.pps-pack-detail span.pps-v2-discount-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-discount-line strong{
  color:#BE185D!important;
}
.pps-pack-detail span.pps-v2-total-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line em,
.pps-pack-detail span.pps-v2-total-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line strong,
.pps-pack-detail span.pps-v2-monthly-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-monthly-line em,
.pps-pack-detail span.pps-v2-monthly-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-monthly-line strong,
.pps-pack-detail span.pps-v2-price-kg-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-price-kg-line em,
.pps-pack-detail span.pps-v2-price-kg-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-price-kg-line strong{
  font-weight:900!important;
  color:#0F172A!important;
}

/* PASS16 — Promo + affilié combinables, puce rose conservée sur tous les packs, hiérarchie TTC dominante */
.pps-v2-code-chip.is-combo{background:#FDF2F8!important;border-color:#FCE7F3!important;color:#BE185D!important;}
.pps-pack-detail span.pps-v2-subtotal-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-subtotal-line em,
.pps-pack-detail span.pps-v2-subtotal-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-subtotal-line strong{
  font-weight:900!important;
  color:#0F172A!important;
}
.pps-pack-detail span.pps-v2-total-line,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line{
  margin-top:6px!important;
  padding-top:9px!important;
  padding-bottom:7px!important;
  border-top:2px solid rgba(15,23,42,.18)!important;
  border-bottom:1px solid rgba(15,23,42,.12)!important;
}
.pps-pack-detail span.pps-v2-total-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line em,
.pps-pack-detail span.pps-v2-total-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line strong{
  font-weight:950!important;
  color:#020617!important;
  font-size:1.18em!important;
}
.pps-modern-v2 .pps-packs .pps-pack{padding-top:34px!important;}

/* PASS17 — correction réelle affichage promo cartes + alignements finaux */
.pps-modern-v2 .pps-packs .pps-pack,
.pps-packs .pps-pack{position:relative!important;}
.pps-modern-v2 .pps-packs .pps-pack .pps-v2-code-chip,
.pps-packs .pps-pack .pps-v2-code-chip,
.pps-modern-v2 .pps-packs .pps-pack .pps-v2-affiliate-chip,
.pps-packs .pps-pack .pps-v2-affiliate-chip{
  position:absolute!important;
  top:8px!important;
  right:10px!important;
  z-index:4!important;
  display:inline-flex!important;
  align-items:center!important;
  max-width:calc(100% - 20px)!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.pps-modern-v2 .pps-packs .pps-pack{padding-top:36px!important;}
.pps-pack-detail span.pps-v2-public-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-public-line strong{
  text-align:right!important;
  justify-self:end!important;
}
.pps-pack-detail span.pps-v2-total-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line em,
.pps-pack-detail span.pps-v2-total-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line strong{
  font-weight:950!important;
  color:#020617!important;
  font-size:1.18em!important;
}
.pps-pack-detail span.pps-v2-monthly-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-monthly-line em,
.pps-pack-detail span.pps-v2-monthly-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-monthly-line strong,
.pps-pack-detail span.pps-v2-price-kg-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-price-kg-line em,
.pps-pack-detail span.pps-v2-price-kg-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-price-kg-line strong{
  font-weight:600!important;
  color:#334155!important;
}
.pps-pack-detail span.pps-v2-subtotal-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-subtotal-line em,
.pps-pack-detail span.pps-v2-subtotal-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-subtotal-line strong{
  font-weight:850!important;
  color:#0F172A!important;
}


/* PASS18 — correction affichage demandé : Code promo sous Aliment HT, puce rose visible sur toutes les cartes, Total TTC seul dominant. */
.pps-modern-v2 .pps-packs .pps-pack .pps-v2-code-chip,
.pps-packs .pps-pack .pps-v2-code-chip{display:inline-flex!important;visibility:visible!important;opacity:1!important;}
.pps-pack-detail span.pps-v2-total-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line em,
.pps-pack-detail span.pps-v2-total-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-total-line strong{font-weight:950!important;font-size:1.18em!important;color:#020617!important;}
.pps-pack-detail span.pps-v2-monthly-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-monthly-line em,
.pps-pack-detail span.pps-v2-monthly-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-monthly-line strong,
.pps-pack-detail span.pps-v2-price-kg-line em,
.pps-modern-v2 .pps-pack-detail span.pps-v2-price-kg-line em,
.pps-pack-detail span.pps-v2-price-kg-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-price-kg-line strong{font-weight:600!important;color:#334155!important;}
.pps-pack-detail span.pps-v2-monthly-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-monthly-line strong,
.pps-pack-detail span.pps-v2-price-kg-line strong,
.pps-modern-v2 .pps-pack-detail span.pps-v2-price-kg-line strong{text-align:right!important;justify-self:end!important;}


/* PASS20 — finition UI : puce Promo POULE15 plus visible, sans changer le calcul ni les couleurs. */
.pps-modern-v2 .pps-packs .pps-pack .pps-v2-code-chip,
.pps-packs .pps-pack .pps-v2-code-chip,
.pps-modern-v2 .pps-packs .pps-pack .pps-v2-affiliate-chip,
.pps-packs .pps-pack .pps-v2-affiliate-chip{
  top:10px!important;
  right:10px!important;
  min-height:28px!important;
  padding:7px 14px!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  box-shadow:0 8px 18px rgba(190,24,93,.10)!important;
}
.pps-modern-v2 .pps-packs .pps-pack{
  padding-top:42px!important;
}

/* PASS21 - Overlay choix affilié/client + switch permanent */
.pps-affiliate-mode-floating{position:fixed;top:18px;right:18px;z-index:999990;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(36,66,31,.18);background:#fff;color:#24421f;border-radius:999px;padding:10px 14px;font-weight:800;box-shadow:0 14px 34px rgba(20,30,18,.18);cursor:pointer}
.pps-affiliate-mode-floating small{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#f1f7ed;color:#24421f;font-size:15px;line-height:1}
.pps-affiliate-mode-floating:hover{transform:translateY(-1px);box-shadow:0 18px 42px rgba(20,30,18,.22)}
.pps-affiliate-choice-overlay{position:fixed;inset:0;z-index:999989;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px}
.pps-affiliate-choice-overlay[hidden]{display:none!important}
.pps-affiliate-choice-panel{position:relative;width:min(620px,calc(100vw - 34px));background:#fff;border:1px solid #e8e0cf;border-radius:28px;padding:42px;text-align:center;box-shadow:0 24px 80px rgba(26,38,21,.18)}
.pps-affiliate-choice-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:999px;border:1px solid #eadfca;background:#fff;color:#24421f;font-size:26px;line-height:1;cursor:pointer}
.pps-affiliate-choice-panel h2{margin:8px 0 10px;font-size:clamp(28px,4vw,44px);line-height:1.05;color:#172017}
.pps-affiliate-choice-panel p{margin:0 auto 20px;max-width:470px;color:#5b6655;font-size:16px;line-height:1.55}
.pps-affiliate-choice-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.pps-affiliate-choice-actions .pps-button{justify-content:center;text-align:center;font-size:17px;padding:16px 18px;border-radius:18px}
.pps-affiliate-choice-note{font-size:13px!important;margin-top:18px!important;color:#7b846f!important}
html.pps-affiliate-choice-open,html.pps-affiliate-choice-open body{overflow:hidden}
@media (max-width:700px){.pps-affiliate-mode-floating{top:12px;right:12px;padding:9px 12px;font-size:13px}.pps-affiliate-choice-panel{padding:34px 20px 24px;border-radius:22px}.pps-affiliate-choice-actions{grid-template-columns:1fr}}

/* PASS22 — Mode affilié/client en expérience application plein écran.
   Objectif : aucun header/footer de thème, simulateur/espace affilié en pleine largeur utile,
   sans modifier le parcours code promo. Activé uniquement quand le bridge mode affilié est présent. */
html.pps-affiliate-app-mode,
html.pps-affiliate-app-mode body{
  margin:0!important;
  padding:0!important;
  background:#f8fafc!important;
  overflow-x:hidden!important;
}
html.pps-affiliate-app-mode body.admin-bar{padding-top:32px!important;}
html.pps-affiliate-app-mode #wpadminbar{z-index:1000002!important;}
html.pps-affiliate-app-mode body:not(.admin-bar) .pps-affiliate-mode-floating{top:18px!important;}
html.pps-affiliate-app-mode body.admin-bar .pps-affiliate-mode-floating{top:44px!important;}

/* Masquage visuel large des headers/nav/footers du thème, sans toucher au contenu PoulePack. */
html.pps-affiliate-app-mode body > header,
html.pps-affiliate-app-mode body > footer,
html.pps-affiliate-app-mode .site-header,
html.pps-affiliate-app-mode .site-footer,
html.pps-affiliate-app-mode .elementor-location-header,
html.pps-affiliate-app-mode .elementor-location-footer,
html.pps-affiliate-app-mode header.site-header,
html.pps-affiliate-app-mode footer.site-footer,
html.pps-affiliate-app-mode #masthead,
html.pps-affiliate-app-mode #colophon,
html.pps-affiliate-app-mode .main-header-bar,
html.pps-affiliate-app-mode .ast-primary-header-bar,
html.pps-affiliate-app-mode .ast-mobile-header-wrap,
html.pps-affiliate-app-mode .ast-below-header-wrap,
html.pps-affiliate-app-mode .ast-above-header-wrap,
html.pps-affiliate-app-mode .ast-footer-wrap,
html.pps-affiliate-app-mode .footer-adv,
html.pps-affiliate-app-mode .page-header,
html.pps-affiliate-app-mode .entry-header,
html.pps-affiliate-app-mode .wp-site-blocks > header,
html.pps-affiliate-app-mode .wp-site-blocks > footer{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

/* Conteneurs thème : on retire les limites de largeur/marges autour du shortcode. */
html.pps-affiliate-app-mode #page,
html.pps-affiliate-app-mode .site,
html.pps-affiliate-app-mode .site-content,
html.pps-affiliate-app-mode #content,
html.pps-affiliate-app-mode .content-area,
html.pps-affiliate-app-mode #primary,
html.pps-affiliate-app-mode main.site-main,
html.pps-affiliate-app-mode .entry-content,
html.pps-affiliate-app-mode .wp-block-post-content,
html.pps-affiliate-app-mode .elementor,
html.pps-affiliate-app-mode .elementor-section,
html.pps-affiliate-app-mode .elementor-container,
html.pps-affiliate-app-mode .elementor-widget-container,
html.pps-affiliate-app-mode .ast-container,
html.pps-affiliate-app-mode .container,
html.pps-affiliate-app-mode .site-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
html.pps-affiliate-app-mode .entry-content > *{
  max-width:none!important;
}

/* Le simulateur / dashboard PoulePack devient l'interface principale. */
html.pps-affiliate-app-mode .pps-checkout.pps-modern-v2{
  width:100vw!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  min-height:calc(100vh - 0px)!important;
  background:#f8fafc!important;
}
html.pps-affiliate-app-mode body.admin-bar .pps-checkout.pps-modern-v2{min-height:calc(100vh - 32px)!important;}
html.pps-affiliate-app-mode .pps-modern-shell{
  min-height:100vh!important;
  border-radius:0!important;
}
html.pps-affiliate-app-mode body.admin-bar .pps-modern-shell{min-height:calc(100vh - 32px)!important;}
html.pps-affiliate-app-mode .pps-modern-main{
  padding:22px 28px 34px!important;
}
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-main,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-main{
  padding:18px 28px 34px!important;
}
html.pps-affiliate-app-mode .pps-modern-footer{
  display:none!important;
}
html.pps-affiliate-app-mode .pps-affiliate-mode-floating{
  right:22px!important;
  z-index:1000001!important;
  padding:12px 18px!important;
  font-size:15px!important;
  border:1px solid rgba(4,120,87,.28)!important;
  box-shadow:0 18px 46px rgba(15,23,42,.24)!important;
}
html.pps-affiliate-app-mode .pps-affiliate-mode-floating small{font-weight:900!important;}

@media (min-width:1500px){
  html.pps-affiliate-app-mode .pps-modern-shell{grid-template-columns:300px minmax(0,1fr)!important;}
}
@media (max-width:782px){
  html.pps-affiliate-app-mode body.admin-bar{padding-top:46px!important;}
  html.pps-affiliate-app-mode body.admin-bar .pps-affiliate-mode-floating{top:58px!important;}
  html.pps-affiliate-app-mode body.admin-bar .pps-checkout.pps-modern-v2,
  html.pps-affiliate-app-mode body.admin-bar .pps-modern-shell{min-height:calc(100vh - 46px)!important;}
}
@media (max-width:760px){
  html.pps-affiliate-app-mode .pps-modern-main{padding:14px!important;}
  html.pps-affiliate-app-mode .pps-affiliate-mode-floating{right:12px!important;}
}

/* PASS23 — Mode affilié "simulateur seul" + garde-fou plein écran client. */
html.pps-affiliate-app-mode body{background:#f8fafc!important;}
html.pps-affiliate-app-mode .pps-affiliate-app-brand{
  position:fixed!important;
  top:14px!important;
  left:18px!important;
  z-index:1000001!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:6px 13px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(4,120,87,.18)!important;
  color:#064e3b!important;
  font-weight:1000!important;
  letter-spacing:.04em!important;
  box-shadow:0 12px 30px rgba(15,23,42,.12)!important;
}
html.pps-affiliate-app-mode body.admin-bar .pps-affiliate-app-brand{top:44px!important;}
html.pps-affiliate-app-mode .pps-plugin-main-title{display:none!important;}

/* Mode affilié : plus de logo/colonne, le simulateur et le tableau de bord prennent toute la page. */
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-modern-shell,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-shell,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-shell{
  display:block!important;
  grid-template-columns:1fr!important;
  width:100vw!important;
  max-width:none!important;
  min-height:100vh!important;
  background:#f8fafc!important;
}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-modern-sidebar,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-sidebar,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-sidebar{
  display:none!important;
}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-modern-main,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-main,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-main{
  width:100vw!important;
  max-width:none!important;
  padding:62px 22px 28px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
html.pps-affiliate-app-mode body.admin-bar .pps-affiliate-boutique-space .pps-modern-main,
html.pps-affiliate-app-mode body.admin-bar .pps-checkout[data-affiliate-connected="1"] .pps-modern-main{padding-top:72px!important;}
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-steps,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-steps{
  margin-top:0!important;
}
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-packs,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-packs,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-panel,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-panel,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-order-zone,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-order-zone,
html.pps-affiliate-app-mode .pps-boutique-dashboard-segment{
  max-width:none!important;
}

/* Mode client : le header/footer du thème restent masqués, mais l'expérience conserve le simulateur public. */
html.pps-affiliate-fullscreen-open,html.pps-affiliate-fullscreen-open body{overflow:hidden!important;}
.pps-affiliate-fullscreen-overlay{position:fixed;inset:0;z-index:999991;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px;box-sizing:border-box;}
.pps-affiliate-fullscreen-overlay[hidden]{display:none!important;}
.pps-affiliate-fullscreen-panel{width:min(720px,calc(100vw - 34px));border:1px solid #e8e0cf;border-radius:30px;background:#fff;padding:42px;text-align:center;box-shadow:0 24px 80px rgba(26,38,21,.18);}
.pps-affiliate-fullscreen-panel h2{margin:8px 0 12px;font-size:clamp(30px,4vw,48px);line-height:1.05;color:#172017;}
.pps-affiliate-fullscreen-lead{max-width:560px;margin:0 auto 22px!important;color:#5b6655;font-size:17px;line-height:1.6;}
.pps-affiliate-fullscreen-rules{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0;}
.pps-affiliate-fullscreen-rules span{display:block;border:1px solid #d8eadf;background:#f0fdf4;border-radius:18px;padding:16px;color:#064e3b;line-height:1.45;}
.pps-affiliate-fullscreen-rules kbd{display:inline-block;border:1px solid #b7c7ba;border-bottom-width:3px;background:#fff;border-radius:8px;padding:3px 8px;font-weight:900;color:#172017;}
.pps-affiliate-fullscreen-question{font-weight:900;color:#172017!important;margin:6px 0 18px!important;}

/* Encore plus agressif contre les footers internes du thème visibles dans les captures. */
html.pps-affiliate-app-mode .wp-block-template-part,
html.pps-affiliate-app-mode .wp-block-group:has(> footer),
html.pps-affiliate-app-mode .elementor-location-footer,
html.pps-affiliate-app-mode [data-elementor-type="footer"]{display:none!important;}

@media (max-width:760px){
  html.pps-affiliate-app-mode .pps-affiliate-app-brand{left:12px;top:12px;font-size:12px;padding:6px 10px;}
  html.pps-affiliate-app-mode body.admin-bar .pps-affiliate-app-brand{top:58px!important;}
  html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-main,
  html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-main{padding:62px 12px 18px!important;}
  .pps-affiliate-fullscreen-panel{padding:32px 18px 22px;border-radius:22px;}
  .pps-affiliate-fullscreen-rules{grid-template-columns:1fr;}
}


/* PASS24 — Onglets affilié simplifiés : Simulateur / Statistiques / Commissions. */
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs{
  position:sticky!important;
  top:58px!important;
  z-index:100000!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  width:min(980px,calc(100vw - 44px))!important;
  margin:0 auto 18px!important;
  padding:8px!important;
  border:1px solid rgba(4,120,87,.16)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(10px)!important;
  box-shadow:0 12px 32px rgba(15,23,42,.10)!important;
}
html.pps-affiliate-app-mode body.admin-bar .pps-offer-tabs{top:88px!important;}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs .pps-offer-tab{
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0!important;
  border-radius:999px!important;
  border:0!important;
  background:transparent!important;
  color:#064e3b!important;
  font-weight:1000!important;
  cursor:pointer!important;
}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs .pps-offer-tab b{
  width:26px!important;height:26px!important;border-radius:50%!important;background:#ecfdf5!important;color:#047857!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs .pps-offer-tab.is-selected{
  background:#047857!important;color:#fff!important;box-shadow:0 10px 26px rgba(4,120,87,.25)!important;
}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs .pps-offer-tab.is-selected b{background:#fff!important;color:#047857!important;}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-affiliate-topbar{
  width:min(1180px,calc(100vw - 44px))!important;
  margin:0 auto 14px!important;
}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-packs,
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-affiliate-offer-zone,
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-panel,
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-order-zone{
  width:min(1180px,calc(100vw - 44px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-boutique-dashboard-segment{
  margin-top:0!important;
}
@media(max-width:760px){
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs{top:54px!important;width:calc(100vw - 20px)!important;gap:4px!important;padding:5px!important;}
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs .pps-offer-tab{font-size:12px!important;gap:4px!important;}
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-offer-tabs .pps-offer-tab b{display:none!important;}
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-affiliate-topbar,
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-packs,
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-affiliate-offer-zone,
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-panel,
  html.pps-affiliate-app-mode.pps-affiliate-view-affiliate .pps-order-zone{width:calc(100vw - 20px)!important;}
}

/* PASS25 — App chargée dans la même page après clic Mode affilié / Mode client pour conserver le plein écran. */
html.pps-affiliate-app-frame-active,
html.pps-affiliate-app-frame-active body{overflow:hidden!important;background:#f8fafc!important;}
.pps-affiliate-app-frame-wrap{position:fixed!important;inset:0!important;z-index:999990!important;background:#f8fafc!important;display:block!important;}
.pps-affiliate-app-frame-wrap[hidden]{display:none!important;}
.pps-affiliate-app-frame{display:block!important;width:100vw!important;height:100vh!important;border:0!important;background:#f8fafc!important;}
html.pps-affiliate-app-frame-active .pps-checkout > .pps-modern-shell,
html.pps-affiliate-app-frame-active .pps-checkout > .pps-plugin-main-title{visibility:hidden!important;}
html.pps-affiliate-app-frame-active .pps-affiliate-mode-floating,
html.pps-affiliate-app-frame-active .pps-affiliate-app-brand{z-index:1000002!important;}

/* Dans l'iframe applicative : on supprime le chrome du thème et on laisse le simulateur respirer. */
body.pps-affiliate-app-frame{margin:0!important;background:#f8fafc!important;}
body.pps-affiliate-app-frame header,
body.pps-affiliate-app-frame footer,
body.pps-affiliate-app-frame #masthead,
body.pps-affiliate-app-frame #colophon,
body.pps-affiliate-app-frame .site-header,
body.pps-affiliate-app-frame .site-footer,
body.pps-affiliate-app-frame .wp-site-blocks > header,
body.pps-affiliate-app-frame .wp-site-blocks > footer,
body.pps-affiliate-app-frame .wp-block-template-part,
body.pps-affiliate-app-frame .elementor-location-header,
body.pps-affiliate-app-frame .elementor-location-footer,
body.pps-affiliate-app-frame [data-elementor-type="header"],
body.pps-affiliate-app-frame [data-elementor-type="footer"]{display:none!important;}
body.pps-affiliate-app-frame .wp-site-blocks,
body.pps-affiliate-app-frame .site,
body.pps-affiliate-app-frame .site-main,
body.pps-affiliate-app-frame main,
body.pps-affiliate-app-frame .entry-content,
body.pps-affiliate-app-frame .wp-block-post-content{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;}
body.pps-affiliate-app-frame .pps-checkout.pps-modern-v2{width:100vw!important;max-width:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin:0!important;min-height:100vh!important;}
body.pps-affiliate-app-frame .pps-modern-shell{min-height:100vh!important;border-radius:0!important;}
body.pps-affiliate-app-frame .pps-modern-main{min-height:100vh!important;}
body.pps-affiliate-app-frame .pps-plugin-main-title{display:none!important;}

/* PASS26 — Simulateur affilié type admin, filtré sur l'affilié connecté */
.pps-affiliate-boutique-space .pps-plugin-main-title{display:none!important}
.pps-affiliate-sim-admin-panel{margin:0 0 16px;padding:18px;border:1px solid rgba(6,59,45,.10);border-radius:20px;background:linear-gradient(135deg,#f6fffb,#fff);box-shadow:0 12px 28px rgba(6,59,45,.07)}
.pps-affiliate-sim-admin-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}
.pps-affiliate-sim-admin-head h3{margin:0;color:#063b2d;font-size:1.35rem}.pps-affiliate-sim-admin-head p{margin:4px 0 0;color:#476272}
.pps-affiliate-sim-admin-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pps-affiliate-sim-admin-badges span{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(10,155,112,.2);background:#fff;border-radius:999px;padding:8px 11px;font-weight:900;color:#063b2d;white-space:nowrap}.pps-affiliate-sim-admin-badges code{background:#0a9b70;color:#fff;border-radius:999px;padding:3px 7px;font-size:.82em}
.pps-affiliate-sim-mode-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pps-affiliate-sim-mode-row .pps-offer-mode{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;min-height:76px;border:1px solid rgba(47,94,255,.45);border-radius:16px;background:#fff;color:#075543;cursor:pointer;text-align:center;padding:12px;box-shadow:0 8px 18px rgba(15,23,42,.04)}.pps-affiliate-sim-mode-row .pps-offer-mode input{position:absolute;opacity:0;pointer-events:none}.pps-affiliate-sim-mode-row .pps-offer-mode strong{font-size:1rem}.pps-affiliate-sim-mode-row .pps-offer-mode small{font-weight:700;color:#4b6b7a}.pps-affiliate-sim-mode-row .pps-offer-mode.is-selected{background:#eaf5ff;border-color:#1d4ed8;box-shadow:inset 0 0 0 1px rgba(29,78,216,.35),0 10px 22px rgba(29,78,216,.10)}
.pps-affiliate-boutique-space .pps-affiliate-visible-calc-audit{display:block;margin-top:14px}.pps-affiliate-visible-calc-audit>strong{display:block;margin-bottom:10px;color:#063b2d;font-size:1.05rem}.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit{border:1px solid rgba(10,155,112,.16);border-radius:18px;background:#fff;padding:14px;box-shadow:0 8px 22px rgba(6,59,45,.06)}
@media(max-width:900px){.pps-affiliate-sim-admin-head{display:block}.pps-affiliate-sim-admin-badges{justify-content:flex-start;margin-top:12px}.pps-affiliate-sim-mode-row{grid-template-columns:1fr}}

/* PASS27 - Stabilisation bascule client/affilié */
.pps-affiliate-app-frame-wrap.is-loading::before{content:'Chargement du mode…';position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:1000003;background:#ffffff;color:#064e3b;border:1px solid rgba(6,78,59,.16);box-shadow:0 12px 30px rgba(15,23,42,.14);border-radius:999px;padding:10px 18px;font-weight:800;font-size:14px;letter-spacing:.01em;pointer-events:none;}
.pps-affiliate-mode-floating[aria-busy="true"]{opacity:.72;cursor:wait;pointer-events:none;}

/* PASS28 — espace affilié : suppression du guide pratique + rangée outils */
.pps-affiliate-boutique-space .pps-modern-footer{display:none!important;}
.pps-affiliate-tool-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 4px;}
.pps-affiliate-tool-tabs button{border:1px solid rgba(0,110,70,.18);background:#f2fbf6;color:#075f3b;border-radius:16px;padding:14px 16px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.05);cursor:pointer;}
.pps-affiliate-tool-tabs button.is-active{background:#07955f;color:#fff;border-color:#07955f;box-shadow:0 12px 28px rgba(7,149,95,.22);}
.pps-affiliate-promotion-panel,.pps-affiliate-stats-panel,.pps-affiliate-commissions-panel{margin-top:18px;}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit strong:first-child{display:block;font-size:15px;color:#075f3b;margin-bottom:10px;}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit strong:first-child::after{content:' — informations filtrées pour l’affilié connecté';font-weight:700;color:#667;}

/* PASS29 : le Guide pratique reste visible sur le front public et en mode client. Il est seulement absent du simulateur affilié plein écran. */
.pps-checkout:not(.pps-affiliate-boutique-space) .pps-guide-pratique{display:block!important;}
.pps-affiliate-boutique-space .pps-guide-pratique{display:none!important;}

/* PASS31 — Modes affiliés uniquement : suppression de la colonne verte gauche et pleine largeur. */
.pps-affiliate-boutique-space .pps-modern-sidebar,
body.pps-affiliate-app-frame .pps-affiliate-boutique-space .pps-modern-sidebar,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-sidebar,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-sidebar{
  display:none!important;
}
.pps-affiliate-boutique-space .pps-modern-shell,
body.pps-affiliate-app-frame .pps-affiliate-boutique-space .pps-modern-shell,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-shell,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-shell{
  display:block!important;
  grid-template-columns:1fr!important;
  width:100%!important;
  max-width:none!important;
  background:#f8fafc!important;
}
.pps-affiliate-boutique-space .pps-modern-main,
body.pps-affiliate-app-frame .pps-affiliate-boutique-space .pps-modern-main,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-main,
html.pps-affiliate-app-mode .pps-checkout[data-affiliate-connected="1"] .pps-modern-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box!important;
}
body.pps-affiliate-app-frame .pps-affiliate-boutique-space .pps-modern-main,
html.pps-affiliate-app-mode .pps-affiliate-boutique-space .pps-modern-main{
  padding-left:24px!important;
  padding-right:24px!important;
}
/* Le front public reste intact : cette règle ne cible pas .pps-checkout public sans .pps-affiliate-boutique-space. */


/* PASS34 - Sécurité visuelle : en parcours affilié mode client (?pps_step=affiliate_boutique),
   la colonne marketing gauche du simulateur est masquée. Le simulateur public standard reste inchangé. */
body.pps-affiliate-client-route .pps-checkout.pps-modern-v2 > .pps-modern-shell > .pps-modern-sidebar,
.pps-checkout.pps-modern-v2.pps-affiliate-boutique-space > .pps-modern-shell > .pps-modern-sidebar {
    display: none !important;
}
body.pps-affiliate-client-route .pps-checkout.pps-modern-v2 > .pps-modern-shell,
.pps-checkout.pps-modern-v2.pps-affiliate-boutique-space > .pps-modern-shell {
    grid-template-columns: minmax(0, 1fr) !important;
}
body.pps-affiliate-client-route .pps-checkout.pps-modern-v2 > .pps-modern-shell > .pps-modern-main,
.pps-checkout.pps-modern-v2.pps-affiliate-boutique-space > .pps-modern-shell > .pps-modern-main {
    width: 100% !important;
    max-width: none !important;
}

/* PASS35 - Déconnexion persistante dans les modes affilié / client.
   Le bouton est volontairement attaché au bridge flottant, pas au simulateur public standard. */
.pps-affiliate-logout-floating{position:fixed;top:68px;right:18px;z-index:999991;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(220,38,38,.18);background:#fff;color:#b91c1c;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px;line-height:1;box-shadow:0 12px 28px rgba(20,30,18,.16);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.pps-affiliate-logout-floating:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(20,30,18,.22);background:#fff5f5}
.pps-affiliate-logout-floating:disabled{opacity:.72;cursor:wait;transform:none}
html.pps-affiliate-app-mode body.admin-bar .pps-affiliate-logout-floating{top:94px!important}
html.pps-affiliate-app-frame-active .pps-affiliate-logout-floating{display:inline-flex!important}
@media (max-width:700px){.pps-affiliate-logout-floating{top:58px;right:12px;padding:8px 12px;font-size:12px}html.pps-affiliate-app-mode body.admin-bar .pps-affiliate-logout-floating{top:88px!important}}

/* PASS55-ECONOMIC-SUMMARY — tableau client aligné sur les valeurs moteur */
.pps-pass55-section{margin-top:12px;padding-top:12px;border-top:1px solid #CBD5E1;background:#F8FAFC;padding-left:10px;padding-right:10px;border-radius:10px;border-bottom:0;}
.pps-pass55-row small{display:block;margin-top:2px;color:#64748B;font-size:11px;font-weight:600;line-height:1.25;}
.pps-pass55-row.pps-v2-subtotal-line strong,.pps-pass55-row.pps-v2-total-line strong{font-weight:900;}
.pps-pass55-row.pps-v2-discount-line strong{color:#047857;}
.pps-pass55-row.pps-v2-vat-line span{color:#475569;}
.pps-pass55-final-total{margin-top:14px;border-top:2px solid #CBD5E1;}


/* Build 20260609 — puces code dans le récapitulatif commande */
.pps-pass55-code-row .pps-v2-code-chip.is-inline{
  position:static!important;
  top:auto!important;
  right:auto!important;
  z-index:auto!important;
  display:inline-flex!important;
  max-width:100%!important;
  white-space:normal!important;
  pointer-events:auto!important;
}
.pps-pass55-code-row.is-muted .pps-v2-code-chip.is-inline{
  background:#F8FAFC!important;
  border-color:#E2E8F0!important;
  color:#64748B!important;
}

/* PASS86 — Stripe Checkout officiel : retour propre, plein écran et confirmation email */
.pps-success-return{max-width:1120px;margin:24px auto;padding:16px;}
.pps-success-card{background:#fff;border:1px solid #E2E8F0;border-radius:28px;padding:34px;box-shadow:0 24px 70px rgba(15,23,42,.10);text-align:center;}
.pps-success-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 16px;margin-bottom:16px;background:#DCFCE7;color:#047857;font-weight:900;}
.pps-success-card.is-pending .pps-success-badge{background:#FEF3C7;color:#92400E;}
.pps-success-card h1{margin:0 0 10px;font-size:clamp(30px,4vw,52px);line-height:1.05;color:#0F172A;}
.pps-success-lead{max-width:780px;margin:0 auto 24px;color:#475569;font-size:18px;line-height:1.6;}
.pps-success-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0;}
.pps-success-grid>div{background:#F8FAFC;border:1px solid #E2E8F0;border-radius:18px;padding:16px;text-align:left;}
.pps-success-grid span{display:block;color:#64748B;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;}
.pps-success-grid strong{display:block;color:#0F172A;font-size:18px;}
.pps-success-email-status{margin:18px auto 0;max-width:760px;background:#ECFDF5;color:#047857;border-radius:16px;padding:14px 16px;font-weight:900;}
.pps-success-card.is-pending .pps-success-email-status{background:#FEF3C7;color:#92400E;}
.pps-success-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px;}
.pps-button-light{background:#F1F5F9!important;color:#0F172A!important;box-shadow:none!important;}
@media(max-width:800px){.pps-success-grid{grid-template-columns:1fr 1fr}.pps-success-card{padding:24px 16px}}
@media(max-width:520px){.pps-success-grid{grid-template-columns:1fr}.pps-success-actions .pps-button{width:100%}}

/* PASS141 — parcours public : titres homogènes, avis au-dessus de la recette, progression réelle */
.pps-modern-v2 .pps-modern-steps{
  position:relative;
  overflow:hidden;
  --pps-step-progress:33.333%;
}
.pps-modern-v2 .pps-modern-steps:before{
  content:"";
  position:absolute;
  left:34px;
  right:34px;
  top:50%;
  height:6px;
  border-radius:999px;
  background:#E0F2FE;
  transform:translateY(-50%);
  z-index:0;
}
.pps-modern-v2 .pps-modern-steps:after{
  content:"";
  position:absolute;
  left:34px;
  top:50%;
  width:calc((100% - 68px) * var(--pps-step-progress));
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg,#0EA5E9,#2563EB);
  transform:translateY(-50%);
  z-index:0;
  transition:width .25s ease;
}
.pps-modern-v2.is-checkout-step .pps-modern-steps{--pps-step-progress:66.666%;}
.pps-modern-v2.is-payment-step .pps-modern-steps{--pps-step-progress:100%;}
.pps-modern-v2 .pps-modern-steps span{
  z-index:1;
  padding:12px 14px;
  border:1px solid #BBF7D0;
  border-radius:14px;
  background:#ECFDF5;
}
.pps-modern-v2 .pps-modern-steps span:not(:last-child):after{display:none!important;}
.pps-modern-v2 .pps-modern-steps b{background:#F8FAFC;color:#059669;box-shadow:none;}
.pps-modern-v2 .pps-modern-steps span:first-child,
.pps-modern-v2.is-checkout-step .pps-modern-steps span:nth-child(-n+2),
.pps-modern-v2.is-payment-step .pps-modern-steps span{
  background:linear-gradient(135deg,#0EA5E9,#2563EB);
  border-color:#2563EB;
  color:#fff;
  box-shadow:0 12px 24px rgba(37,99,235,.18);
}
.pps-modern-v2 .pps-modern-steps span:first-child strong,
.pps-modern-v2.is-checkout-step .pps-modern-steps span:nth-child(-n+2) strong,
.pps-modern-v2.is-payment-step .pps-modern-steps span strong{color:#fff;}
.pps-modern-v2 .pps-modern-steps span:first-child b,
.pps-modern-v2.is-checkout-step .pps-modern-steps span:nth-child(-n+2) b,
.pps-modern-v2.is-payment-step .pps-modern-steps span b{background:#fff;color:#0F766E;}
.pps-modern-v2.is-checkout-step .pps-modern-steps span:first-child{
  background:linear-gradient(135deg,#059669,#047857);
  border-color:#059669;
}

.pps-modern-v2 .pps-checkout-step-head,
.pps-modern-v2 .pps-checkout-summary-head{
  padding:14px 16px;
  border-radius:16px;
  border:1px solid #BFDBFE;
  background:linear-gradient(135deg,#EFF6FF,#DBEAFE);
  box-shadow:0 8px 18px rgba(37,99,235,.08);
}
.pps-modern-v2 .pps-checkout-step-head h3,
.pps-modern-v2 .pps-checkout-summary-head h4{color:#172554;}
.pps-modern-v2 .pps-checkout-step-head p{color:#334155;margin-top:6px;}
.pps-modern-v2 .pps-checkout-summary-head{margin:-2px 0 14px;}
.pps-modern-v2 .pps-modify-order{background:#fff;border-color:#93C5FD;color:#172554;}

.pps-modern-sidebar .pps-sidebar-top-reviews{width:100%;}
.pps-modern-sidebar .pps-sidebar-top-reviews .pps-sidebar-reviews{margin-top:0;}
.pps-modern-sidebar .pps-seed-card{margin-top:0!important;}
.pps-modern-sidebar .pps-sidebar-checks{margin-top:0;}
@media(max-width:760px){
  .pps-modern-v2 .pps-modern-steps:before,
  .pps-modern-v2 .pps-modern-steps:after{display:none;}
}

/* PASS167 : logo texte Link dans la source unique Stripe Checkout. */
.pps-payment-logo-text{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;letter-spacing:-.02em;}


/* PASS167 — source unique Stripe Checkout : logos visibles en front public + résumé, aucun wallet local. */
.pps-payment-logos-fine-public{
  display:block!important;
  margin:16px 0!important;
  padding:14px!important;
  border:1px solid #E2E8F0!important;
  border-radius:18px!important;
  background:#FFFFFF!important;
  box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}
.pps-payment-logos-fine-public .pps-payment-logos-grid{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:8px!important;
}
.pps-payment-logos-fine-public .pps-payment-logo-card{
  display:flex!important;align-items:center!important;justify-content:center!important;
  min-height:38px!important;height:38px!important;padding:5px 7px!important;
  border:1px solid #E2E8F0!important;border-radius:10px!important;background:#fff!important;
  overflow:hidden!important;box-shadow:none!important;
}
.pps-payment-logos-fine-public .pps-payment-logo-card img{
  display:block!important;width:auto!important;height:auto!important;max-width:58px!important;max-height:22px!important;object-fit:contain!important;
}
.pps-payment-logos-note{
  margin:9px 0 0!important;color:#64748B!important;font-size:12px!important;font-weight:700!important;line-height:1.35!important;text-align:center!important;
}
.pps-checkout-summary .pps-payment-logos-note{display:none!important;}
@media(max-width:760px){
  .pps-payment-logos-fine-public .pps-payment-logos-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:420px){
  .pps-payment-logos-fine-public .pps-payment-logos-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

/* PASS168 — vrais boutons Stripe Express Checkout à la place de la barre de logos Octami */
.pps-stripe-express-bar{margin:14px 0 18px;padding:14px;border:1px solid #E2E8F0;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.06)}
.pps-stripe-express-title{font-size:13px;font-weight:900;color:#334155;text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;text-align:center}
.pps-stripe-express-mount{min-height:46px;display:block}
.pps-stripe-express-fallback{margin-top:9px;font-size:12px;line-height:1.35;color:#64748b;text-align:center}
.pps-stripe-express-fallback.is-error{color:#b91c1c;font-weight:800}
.pps-stripe-express-bar.is-ready .pps-stripe-express-fallback{display:none}
.pps-checkout-summary .pps-stripe-express-bar{margin-top:14px;background:#F8FAFC}
.pps-modern-v2 .pps-stripe-express-bar{border-radius:18px;padding:16px}
@media(max-width:640px){.pps-stripe-express-bar{padding:12px}.pps-stripe-express-mount{min-height:92px}}

/* PASS176 — tunnel client propre : affichage simplifié sans toucher aux calculs */
.pps-modern-v2 .pps-checkout-step-head,
.pps-modern-v2 .pps-checkout-summary-head,
.pps-front-style-saas .pps-checkout-step-head,
.pps-front-style-saas .pps-checkout-summary-head{
  padding:14px 16px!important;
  border-radius:16px!important;
  border:1px solid #BFDBFE!important;
  background:linear-gradient(135deg,#EFF6FF,#DBEAFE)!important;
  box-shadow:0 8px 18px rgba(37,99,235,.08)!important;
}
.pps-modern-v2 .pps-checkout-step-head h3,
.pps-modern-v2 .pps-checkout-summary-head h4,
.pps-front-style-saas .pps-checkout-step-head h3,
.pps-front-style-saas .pps-checkout-summary-head h4{
  margin:0!important;color:#172554!important;letter-spacing:-.02em!important;
}
.pps-modern-v2 .pps-checkout-summary-head,
.pps-front-style-saas .pps-checkout-summary-head{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:-2px 0 14px!important;
}
.pps-modern-v2 .pps-checkout-actions-summary,
.pps-front-style-saas .pps-checkout-actions-summary{margin-top:14px!important;}
.pps-modern-v2 .pps-checkout-actions-summary .pps-validate-order,
.pps-front-style-saas .pps-checkout-actions-summary .pps-validate-order{width:100%!important;min-height:48px!important;margin:0!important;}
.pps-client-pack-card{
  display:grid!important;gap:4px!important;margin:0 0 12px!important;padding:14px!important;
  border:1px solid #D1FAE5!important;border-radius:16px!important;background:#ECFDF5!important;
}
.pps-client-pack-card span{font-size:12px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:#047857!important;}
.pps-client-pack-card strong{font-size:18px!important;color:#064E3B!important;line-height:1.15!important;}
.pps-client-pack-card em{font-style:normal!important;font-size:13px!important;font-weight:800!important;color:#334155!important;}
.pps-client-summary-section{
  margin-top:12px!important;border-top:1px solid #E2E8F0!important;background:#F8FAFC!important;border-radius:10px!important;
}
.pps-client-summary-section span strong{font-size:13px!important;color:#0F172A!important;}
.pps-client-summary-row small{display:block!important;margin-top:2px!important;font-size:10px!important;color:#64748B!important;font-weight:700!important;line-height:1.25!important;}
.pps-client-promo-card{
  margin:12px 0!important;padding:12px!important;border:1px solid #FBCFE8!important;border-radius:16px!important;background:#FDF2F8!important;
}
.pps-client-promo-title{font-weight:950!important;color:#9D174D!important;margin:0 0 6px!important;}
.pps-client-promo-card .pps-line{border-color:#FBCFE8!important;}
.pps-client-discount-total strong{font-size:16px!important;color:#047857!important;}
.pps-checkout-summary-lines .pps-pass55-final-total{
  margin-top:14px!important;padding-top:14px!important;border-top:2px solid #CBD5E1!important;
}
.pps-checkout-summary-lines .pps-pass55-final-total span,
.pps-checkout-summary-lines .pps-pass55-final-total strong{font-size:18px!important;}


/* PASS178 — corrections affichage : étape active Vos informations, badge affilié retiré, progression propre */
.pps-modern-v2.is-checkout-step .pps-modern-steps span:first-child{
  background:#ECFDF5!important;
  border-color:#BBF7D0!important;
  color:#047857!important;
  box-shadow:none!important;
}
.pps-modern-v2.is-checkout-step .pps-modern-steps span:first-child strong{color:#047857!important;}
.pps-modern-v2.is-checkout-step .pps-modern-steps span:first-child b{
  background:#D1FAE5!important;
  color:#047857!important;
}
.pps-modern-v2.is-checkout-step .pps-modern-steps span:nth-child(2){
  background:linear-gradient(135deg,#059669,#047857)!important;
  border-color:#059669!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(5,150,105,.18)!important;
}
.pps-modern-v2.is-checkout-step .pps-modern-steps span:nth-child(2) strong{color:#fff!important;}
.pps-modern-v2.is-checkout-step .pps-modern-steps span:nth-child(2) b{background:#fff!important;color:#047857!important;}
.pps-affiliate-app-brand{display:none!important;}

/* PASS186-AFFILIE-SUPPRESSION-BARRE-ET-TOTAL-LISIBLE
   Correction ciblée mode affilié boutique :
   - masque uniquement la barre d'étapes et la barre département placées au-dessus des boutons affiliés ;
   - conserve les champs cachés présents dans le DOM pour ne pas modifier la mécanique de calcul ;
   - rend le total général lisible en tableau compact, avec montants alignés à droite.
   Aucun impact volontaire sur le moteur flyers PASS184. */
.pps-affiliate-boutique-space .pps-modern-main > .pps-offer-tabs,
.pps-affiliate-boutique-space .pps-form > .pps-affiliate-topbar{
  display:none!important;
}
.pps-affiliate-boutique-space .pps-modern-main{
  padding-top:0!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-general{
  align-items:center!important;
  gap:16px!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount{
  min-width:240px!important;
  width:auto!important;
  max-width:360px!important;
  padding:10px 14px!important;
  line-height:1.25!important;
  font-size:14px!important;
  text-align:left!important;
  overflow:visible!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount table{
  width:100%!important;
  border-collapse:collapse!important;
  table-layout:auto!important;
  margin:0!important;
  background:#fff!important;
  border-radius:8px!important;
  overflow:hidden!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount th,
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount td{
  padding:8px 10px!important;
  border-bottom:1px solid rgba(0,97,63,.13)!important;
  color:#063b2d!important;
  background:#fff!important;
  font-size:13px!important;
  line-height:1.15!important;
  vertical-align:middle!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount tr:last-child th,
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount tr:last-child td{
  border-bottom:0!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount th{
  width:58%!important;
  font-weight:900!important;
  text-align:left!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount td{
  width:42%!important;
  font-weight:950!important;
  text-align:right!important;
  white-space:nowrap!important;
}
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount .pps-audit-total-row th,
.pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount .pps-audit-total-row td{
  color:#007044!important;
  font-size:14px!important;
}
@media(max-width:760px){
  .pps-affiliate-boutique-space .pps-affiliate-admin-calc-audit .pps-audit-total-amount{
    min-width:0!important;
    max-width:none!important;
    width:100%!important;
  }
}


/* PASS RETOUR STRIPE 20260616 */
.pps-stripe-return {
    max-width: 1080px;
    margin: 26px auto;
}
.pps-stripe-return-card {
    background: #fff;
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 24px;
    padding: clamp(22px, 4vw, 42px);
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
}
.pps-stripe-return-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15,23,42,.06);
    margin-bottom: 14px;
}
.pps-stripe-return-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #64748b;
}
.pps-stripe-return-card.is-paid .pps-stripe-return-dot {
    background: #16a34a;
}
.pps-stripe-return-card.is-failed .pps-stripe-return-dot {
    background: #dc2626;
}

.pps-stripe-return-card.is-pending .pps-stripe-return-dot {
    background: #d97706;
}
.pps-stripe-return-card h1 {
    margin: 0 0 10px;
    line-height: 1.08;
}
.pps-stripe-return-lead {
    font-size: 1.08rem;
    margin: 0 0 24px;
}
.pps-stripe-return-summary,
.pps-stripe-return-rules {
    margin-top: 22px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(248,250,252,.95);
    border: 1px solid rgba(15,23,42,.08);
}
.pps-stripe-return-summary h2,
.pps-stripe-return-rules h2 {
    margin: 0 0 12px;
}
.pps-stripe-return-summary dl {
    margin: 0;
    display: grid;
    gap: 10px;
}
.pps-stripe-return-summary dl > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(15,23,42,.08);
    padding-bottom: 8px;
}
.pps-stripe-return-summary dt {
    font-weight: 700;
}
.pps-stripe-return-summary dd {
    margin: 0;
    text-align: right;
}
.pps-stripe-return-rules ul {
    margin: 0;
    padding-left: 20px;
}
.pps-stripe-return-actions {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}


/* PASS SIMULATEUR REMONTEE 20260616
   Réduit le grand espace vide entre le header du site et le simulateur Poule Pack.
   Ciblage uniquement sur les pages qui contiennent le shortcode [poule_pack_checkout],
   via la classe body pps-has-plugin-h1 déjà ajoutée par le plugin. */
body.pps-has-plugin-h1 .site-content,
body.pps-has-plugin-h1 .content-area,
body.pps-has-plugin-h1 .site-main,
body.pps-has-plugin-h1 article.page,
body.pps-has-plugin-h1 .entry-content,
body.pps-has-plugin-h1 .wp-block-post-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.pps-has-plugin-h1 .entry-header,
body.pps-has-plugin-h1 .page-header,
body.pps-has-plugin-h1 header.entry-header,
body.pps-has-plugin-h1 .inside-article > header,
body.pps-has-plugin-h1 .site-main > header {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

body.pps-has-plugin-h1 .pps-checkout.pps-modern-v2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.pps-has-plugin-h1 .pps-checkout.pps-modern-v2 > .pps-plugin-main-title,
body.pps-has-plugin-h1 .pps-plugin-main-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.pps-has-plugin-h1 .pps-checkout.pps-modern-v2 > .pps-modern-shell {
    margin-top: 0 !important;
}

/* Certains thèmes ajoutent un espace vertical dans le premier bloc de contenu. */
body.pps-has-plugin-h1 .entry-content > :first-child,
body.pps-has-plugin-h1 .wp-block-post-content > :first-child {
    margin-top: 0 !important;
}

/* 20260617 - F11 mon compte affilié éditable */
.pps-affiliate-account-card{margin:18px 0 22px;padding:22px;border:1px solid rgba(49,88,43,.14);border-radius:18px;background:#fffdf7;box-shadow:0 10px 30px rgba(31,55,26,.06)}
.pps-affiliate-account-card .pps-info-header{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;margin-bottom:16px}
.pps-affiliate-account-card .pps-info-header h2{margin:0 0 6px;font-size:1.35rem}
.pps-affiliate-account-card .pps-info-header p{margin:0;color:#5f6f55}
.pps-affiliate-info-form textarea{width:100%;min-height:88px;border:1px solid rgba(49,88,43,.22);border-radius:12px;padding:10px 12px;font:inherit;background:#fff}
.pps-affiliate-info-card-grid .pps-info-card-wide{grid-column:1 / -1}
@media (max-width: 760px){.pps-affiliate-account-card .pps-info-header{display:block}.pps-affiliate-account-card .pps-info-header .pps-info-btn{display:inline-flex;margin-top:12px}}

/* Build 20260617 - Hub simple client / affilié */
.pps-affiliate-spaces-hub{margin:0 0 18px 0;}
.pps-affiliate-spaces-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
.pps-affiliate-spaces-actions a{text-decoration:none;}


/* 20260617 - Mon compte : badge affilié + retour F11 + SIREN/SIRET lecture seule */
.pps-account-affiliate-ribbon{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0;padding:12px 14px;border:1px solid rgba(34,113,177,.22);border-radius:16px;background:#f0f6fc;color:#234;}
.pps-account-affiliate-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(34,113,177,.35);font-weight:800;text-decoration:none;box-shadow:0 6px 16px rgba(0,0,0,.06);}
.pps-account-affiliate-pill:hover{text-decoration:none;transform:translateY(-1px);}
.pps-info-grid input[disabled][readonly]{background:#f6f7f7;color:#50575e;border-style:dashed;}
.pps-info-grid small,.pps-info-card small{display:block;margin-top:5px;color:#667085;font-size:12px;font-weight:500;}

/* PASS V9-THEME-AIR-HAUT-SANS-TRAITS-20260620
   Le titre standard est alimenté par Admin > Communication > Mélange 2026.
   Correction uniquement visuelle : on ne modifie pas le texte ni la balise qui appelle l'option.
   Objectif : garder l'air vertical au-dessus du titre public, sans lignes décoratives. */
.pps-checkout.pps-modern-v2:not(.pps-affiliate-boutique-space):not(.pps-affiliate-client-simple-space){
    padding-top: clamp(26px, 4vw, 46px) !important;
}

.pps-checkout.pps-modern-v2:not(.pps-affiliate-boutique-space):not(.pps-affiliate-client-simple-space) .pps-plugin-main-title{
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-top: clamp(16px, 2.4vw, 26px);
    padding-bottom: clamp(16px, 2.4vw, 26px);
    margin-top: 0 !important;
}

@media (max-width: 680px){
    .pps-checkout.pps-modern-v2:not(.pps-affiliate-boutique-space):not(.pps-affiliate-client-simple-space){
        padding-top: 24px !important;
    }
}

/* PASS9B — correctif mobile Pixel / coordonnées
   Ciblage renforcé : uniquement page simulateur-pack-poule + étape coordonnées (.is-checkout-step) + mobile.
   Ne touche pas au desktop, ni aux autres pages. */
@media (max-width: 980px){
  body.pps-simulateur-pack-poule-page .pps-checkout.is-checkout-step > .pps-modern-shell > .pps-modern-sidebar,
  body.pps-simulateur-pack-poule-page .pps-checkout.is-checkout-step .pps-modern-shell > .pps-modern-sidebar,
  body.pps-simulateur-pack-poule-page .pps-checkout.is-checkout-step .pps-guide-pratique,
  body.pps-simulateur-pack-poule-page .pps-checkout.is-checkout-step .pps-modern-footer,
  body.pps-mobile-coordonnees-clean .pps-checkout.is-checkout-step > .pps-modern-shell > .pps-modern-sidebar,
  body.pps-mobile-coordonnees-clean .pps-checkout.is-checkout-step .pps-modern-shell > .pps-modern-sidebar,
  body.pps-mobile-coordonnees-clean .pps-checkout.is-checkout-step .pps-guide-pratique,
  body.pps-mobile-coordonnees-clean .pps-checkout.is-checkout-step .pps-modern-footer{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }

  body.pps-simulateur-pack-poule-page .pps-checkout.is-checkout-step > .pps-modern-shell,
  body.pps-mobile-coordonnees-clean .pps-checkout.is-checkout-step > .pps-modern-shell{
    grid-template-columns:1fr!important;
  }
}

/* 20260720 CANONICAL-FINAL-UI
   Bloc unique de finition du front public classique.
   Il remplace les correctifs visuels précédents et couvre :
   largeur/calage, artefacts wpautop, titres, packs, département et cases checkout.
   Aucun changement sur Stripe, les calculs ou le JavaScript métier. */

/* Largeur publique centrée, indépendante du content-size du thème. */
.is-layout-constrained > .pps-checkout.pps-modern-v2.alignwide,
.has-global-padding > .pps-checkout.pps-modern-v2.alignwide,
.pps-checkout.pps-modern-v2.pps-front-style-classic.alignwide {
  --pps-public-layout-width: min(1500px, calc(100vw - 40px));
  width: var(--pps-public-layout-width) !important;
  max-width: none !important;
  margin-left: calc((100% - var(--pps-public-layout-width)) / 2) !important;
  margin-right: calc((100% - var(--pps-public-layout-width)) / 2) !important;
  box-sizing: border-box !important;
}

/* Neutralisation ciblée des balises ajoutées par wpautop dans le shortcode. */
.pps-modern-shell > p,
.pps-packs > p:empty,
.pps-guide-grid > p:empty,
.pps-customer-fields > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pps-modern-steps > br,
.pps-packs > br,
.pps-pack > br,
.pps-guide-grid > br,
.pps-guide-item > br,
.pps-modern-footer > br,
.pps-dept-row > br,
.pps-dept-control > br,
.pps-grid.two > br,
.pps-customer-fields > br {
  display: none !important;
}
.pps-guide-grid > p,
.pps-guide-item > p,
.pps-customer-fields > p,
.pps-dept-row > p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pps-guide-icon {
  display: grid !important;
  place-items: center !important;
}

/* Langage visuel commun des titres : pastille claire + point turquoise. */
.pps-checkout.pps-modern-v2.pps-front-style-classic > .pps-plugin-main-title,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head > h2,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel > h3,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-guide-pratique > h2 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: fit-content !important;
  max-width: calc(100% - 32px) !important;
  padding: 11px 18px !important;
  border: 1px solid #d3e9df !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #f4fbf7 0%, #edf8f1 100%) !important;
  color: #0f172a !important;
  box-shadow: 0 8px 20px rgba(5, 150, 105, .07) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic > .pps-plugin-main-title::before,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head > h2::before,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel > h3::before,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-guide-pratique > h2::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 999px;
  background: #0ea5a4;
  box-shadow: 0 0 0 7px rgba(14, 165, 164, .13);
}
.pps-checkout.pps-modern-v2.pps-front-style-classic > .pps-plugin-main-title {
  margin: 0 auto 24px !important;
  padding: 13px 22px !important;
  border-radius: 28px !important;
  color: #07583f !important;
  font-size: clamp(30px, 3vw, var(--pps-standard-title-size, 52px)) !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  text-align: left !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head > h2 {
  margin: 0 !important;
  font-size: clamp(21px, 1.8vw, 29px) !important;
  font-weight: 850 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel > h3 {
  margin: 0 0 18px !important;
  font-size: clamp(22px, 1.65vw, 28px) !important;
  font-weight: 850 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-guide-pratique > h2 {
  margin: 0 auto 18px !important;
  color: #047857 !important;
  font-size: clamp(22px, 1.65vw, 28px) !important;
  font-weight: 850 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-guide-pratique > h2 > span:first-child {
  display: none !important;
}

/* Bloc packs : cadre net, espacement uniforme et aucune ligne qui déborde vers le département. */
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-packs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 0 22px !important;
  padding: 14px !important;
  overflow: hidden !important;
  isolation: isolate;
  border-radius: 22px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 5px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 16px 15px 13px !important;
  border: 1px solid #d9e5df !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fbfdfc 0%, #f7faf8 100%) !important;
  box-shadow: 0 7px 18px rgba(15, 23, 42, .035) !important;
  box-sizing: border-box !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack.is-selected {
  border-color: #5bc693 !important;
  background: linear-gradient(180deg, #f4fbf7 0%, #eef8f2 100%) !important;
  box-shadow: 0 0 0 1px rgba(91, 198, 147, .32), 0 12px 26px rgba(5, 150, 105, .10) !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack > strong {
  display: inline-flex !important;
  align-self: flex-start !important;
  align-items: center !important;
  gap: 9px !important;
  max-width: 100% !important;
  margin: 0 0 4px !important;
  padding: 8px 13px !important;
  border: 1px solid #cfe7d7 !important;
  border-radius: 999px !important;
  background: #edf8f0 !important;
  color: #0f5132 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack > strong::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: #0ea5a4;
  box-shadow: 0 0 0 4px rgba(14, 165, 164, .12);
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack > span:not(.pps-pack-consumption) {
  margin: 0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack .pps-pack-consumption {
  display: block !important;
  margin: 1px 0 0 !important;
  padding: 0 0 9px !important;
  border-bottom: 1px solid #e0e9e4 !important;
  color: #1f2937 !important;
  font-size: 14.5px !important;
  line-height: 1.32 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail {
  display: grid !important;
  gap: 0 !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #1e293b !important;
  line-height: 1.25 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 4px 0 !important;
  border-bottom: 1px solid #e6ede9 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span:last-child {
  border-bottom: 0 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail em {
  display: block !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 550 !important;
  line-height: 1.2 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail strong {
  color: #0f172a !important;
  font-size: 12.25px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-vat-line {
  padding-top: 1px !important;
  padding-bottom: 4px !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-vat-line em,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-vat-line strong {
  color: #64748b !important;
  font-size: 11.5px !important;
  font-weight: 450 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-total-line {
  margin-top: 3px !important;
  padding-top: 7px !important;
  padding-bottom: 6px !important;
  border-top: 2px solid rgba(15, 23, 42, .16) !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-total-line em,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-total-line strong {
  color: #020617 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-monthly-line,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span.pps-v2-price-kg-line {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* Département : titre dans son bloc et trois contrôles parfaitement alignés. */
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel.pps-affiliate-simulator-panel {
  position: relative !important;
  z-index: 2 !important;
  clear: both !important;
  margin: 0 !important;
  padding: 20px !important;
  overflow: hidden !important;
  isolation: isolate;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-row {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) 112px !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-control {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-select,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-step {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-select {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 44px 0 16px !important;
  text-align: center !important;
  text-align-last: center !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-step {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  padding: 0 12px !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-help {
  margin: 14px 0 0 !important;
  line-height: 1.35 !important;
}

/* Checkout : chaque case occupe la largeur du formulaire, sans flottement à droite. */
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-customer-fields {
  align-items: stretch !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-customer-fields .pps-checkline {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 13px 14px !important;
  box-sizing: border-box !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  line-height: 1.3 !important;
  text-align: left !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-customer-fields .pps-checkline input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-customer-fields .pps-terms-line a {
  display: inline !important;
  color: #047857 !important;
  font-weight: 800 !important;
  white-space: normal !important;
}

@media (max-width: 1100px) {
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-packs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .is-layout-constrained > .pps-checkout.pps-modern-v2.alignwide,
  .has-global-padding > .pps-checkout.pps-modern-v2.alignwide,
  .pps-checkout.pps-modern-v2.pps-front-style-classic.alignwide {
    --pps-public-layout-width: calc(100vw - 24px);
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-row {
    grid-template-columns: 96px minmax(0, 1fr) 96px !important;
    gap: 10px !important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-step {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }
}

@media (max-width: 680px) {
  .is-layout-constrained > .pps-checkout.pps-modern-v2.alignwide,
  .has-global-padding > .pps-checkout.pps-modern-v2.alignwide,
  .pps-checkout.pps-modern-v2.pps-front-style-classic.alignwide {
    --pps-public-layout-width: calc(100vw - 16px);
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic > .pps-plugin-main-title {
    max-width: calc(100% - 16px) !important;
    padding: 11px 16px !important;
    border-radius: 22px !important;
    font-size: clamp(25px, 7.4vw, 34px) !important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-packs {
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    gap: 10px !important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-control {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-panel .pps-dept-step {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-pack-detail span {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}


/* 20260720 TITLE-CENTERED — seul le grand titre est centré et sans point décoratif. */
.pps-checkout.pps-modern-v2.pps-front-style-classic > .pps-plugin-main-title {
  justify-content: center !important;
  text-align: center !important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic > .pps-plugin-main-title::before {
  content: none !important;
  display: none !important;
}


/* 20260720 AFFILIATE-F11-DIRECT
   Après un lien magique affilié, l'application couvre immédiatement le viewport.
   Il s'agit d'un plein écran applicatif CSS : fiable même lorsque le navigateur
   interdit requestFullscreen() sans clic utilisateur. */
body.pps-affiliate-app-frame {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f8fafc !important;
}
body.pps-affiliate-app-frame #wpadminbar,
body.pps-affiliate-app-frame .cookieadmin_consent,
body.pps-affiliate-app-frame .cookieadmin-modal,
body.pps-affiliate-app-frame .cookieadmin_revisit {
  display: none !important;
}
body.pps-affiliate-app-frame .pps-checkout.pps-modern-v2 {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: auto !important;
  overscroll-behavior: contain !important;
  background: #f8fafc !important;
}
body.pps-affiliate-app-frame .pps-checkout.pps-modern-v2 > .pps-plugin-main-title {
  display: none !important;
}
body.pps-affiliate-app-frame .pps-checkout.pps-modern-v2 .pps-modern-shell,
body.pps-affiliate-app-frame .pps-checkout.pps-modern-v2 .pps-modern-main {
  min-height: 100vh !important;
  min-height: 100dvh !important;
  border-radius: 0 !important;
}
body.pps-affiliate-app-frame .pps-checkout.pps-modern-v2 .pps-modern-main {
  padding-top: 18px !important;
}
@supports selector(html:has(body.pps-affiliate-app-frame)) {
  html:has(body.pps-affiliate-app-frame) {
    margin-top: 0 !important;
    overflow: hidden !important;
    background: #f8fafc !important;
  }
}
@media (max-width: 760px) {
  body.pps-affiliate-app-frame .pps-checkout.pps-modern-v2 .pps-modern-main {
    padding: 12px !important;
  }
}

/* 20260721 — pages du footer : isolation du contenu plugin et suppression des anciens blocs du thème. */
body.pps-managed-content-page .entry-title,
body.pps-managed-content-page .page-title,
body.pps-managed-content-page .wp-block-post-title,
body.pps-managed-content-page header.entry-header,
body.pps-managed-content-page .page-header,
body.pps-managed-content-page .inside-article > header,
body.pps-managed-content-page .site-main > header {
  display:none!important;
}
body.pps-managed-content-page .site-content,
body.pps-managed-content-page .content-area,
body.pps-managed-content-page .site-main,
body.pps-managed-content-page article.page,
body.pps-managed-content-page .entry-content {
  margin-top:0!important;
  padding-top:0!important;
}
body.pps-managed-content-page .pps-checkout,
body.pps-managed-content-page .pps-content-page,
.pps-managed-public-route .pps-checkout,
.pps-managed-public-route .pps-content-page {
  position:relative;
  z-index:1;
  isolation:isolate;
  clear:both;
}
body.pps-managed-content-page .pps-content-card > h1 {
  margin:0 0 14px;
  color:#0f172a;
  font-size:clamp(30px,4vw,44px);
  line-height:1.1;
}
body.pps-managed-content-page .pps-checkout.pps-modern-v2,
body.pps-managed-content-page .pps-content-page {
  box-sizing:border-box;
}


/* 20260721 ACCOUNT-LAYOUT-TUNING
   Mon compte / lien magique : rester centré, ne pas passer pleine largeur,
   mais sortir du content-size du thème et gagner un peu d’espace utile. */
.pps-checkout.pps-modern-v2.pps-account-space.alignwide,
.pps-checkout.pps-modern-v2.pps-magic-access.alignwide,
.pps-checkout.pps-modern-v2.pps-account-gateway.alignwide{
  --pps-account-layout-width:min(1240px, calc(100vw - 56px));
  width:var(--pps-account-layout-width) !important;
  max-width:var(--pps-account-layout-width) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}
.is-layout-constrained > .pps-checkout.pps-modern-v2.pps-account-space.alignwide,
.is-layout-constrained > .pps-checkout.pps-modern-v2.pps-magic-access.alignwide,
.is-layout-constrained > .pps-checkout.pps-modern-v2.pps-account-gateway.alignwide,
.has-global-padding > .pps-checkout.pps-modern-v2.pps-account-space.alignwide,
.has-global-padding > .pps-checkout.pps-modern-v2.pps-magic-access.alignwide,
.has-global-padding > .pps-checkout.pps-modern-v2.pps-account-gateway.alignwide{
  max-width:none !important;
  margin-left:calc((100% - var(--pps-account-layout-width)) / 2) !important;
  margin-right:calc((100% - var(--pps-account-layout-width)) / 2) !important;
}
@media (max-width: 820px){
  .pps-checkout.pps-modern-v2.pps-account-space.alignwide,
  .pps-checkout.pps-modern-v2.pps-magic-access.alignwide,
  .pps-checkout.pps-modern-v2.pps-account-gateway.alignwide{
    --pps-account-layout-width:calc(100vw - 24px);
  }
}

/* 20260721 CONTACT-STANDALONE-HOME-SIZE
   /contact/ reprend exactement la largeur publique de la page d'accueil du plugin.
   Le document est rendu sans header/footer du thème WordPress. */
body.pps-standalone-contact-document{
  margin:0!important;
  padding:0!important;
  min-height:100vh;
  background:#F8FAFC!important;
}
body.pps-standalone-contact-document.admin-bar{
  min-height:calc(100vh - 32px);
}
.pps-contact-standalone-root{
  width:100%;
  max-width:none!important;
  margin:0!important;
  padding:20px!important;
  box-sizing:border-box;
}
.pps-contact-standalone-root .pps-checkout.pps-modern-v2.pps-contact-public.alignwide{
  --pps-contact-layout-width:min(1500px, calc(100vw - 40px));
  width:var(--pps-contact-layout-width)!important;
  max-width:var(--pps-contact-layout-width)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.pps-contact-public .pps-modern-shell{
  grid-template-columns:280px minmax(0,1fr)!important;
  min-height:calc(100vh - 40px)!important;
  background:linear-gradient(90deg,#fff 0,#fff 280px,#F8FAFC 280px,#F8FAFC 100%)!important;
}
body.admin-bar .pps-contact-public .pps-modern-shell{
  min-height:calc(100vh - 72px)!important;
}
.pps-contact-public .pps-modern-sidebar{
  padding:34px 24px!important;
}
.pps-contact-public .pps-modern-main{
  padding:24px!important;
  gap:18px!important;
}
.pps-contact-public .pps-contact-hero{
  padding:24px!important;
}
.pps-contact-public .pps-contact-form-public{
  padding:24px!important;
}
.pps-contact-public .pps-contact-form-public .pps-grid.two{
  grid-template-columns:repeat(2,minmax(260px,1fr))!important;
  gap:18px!important;
}
.pps-contact-public .pps-contact-form label{
  gap:8px!important;
  font-size:16px!important;
}
.pps-contact-public .pps-contact-form input,
.pps-contact-public .pps-contact-form textarea{
  min-height:50px!important;
  padding:13px 15px!important;
  border-radius:13px!important;
  font-size:16px!important;
  line-height:1.4!important;
}
.pps-contact-public .pps-contact-form textarea{
  min-height:175px!important;
}
.pps-contact-public .pps-contact-captcha{
  margin-top:18px!important;
  padding:17px 19px!important;
}
.pps-contact-public .pps-contact-captcha input[type=number]{
  width:190px!important;
  max-width:190px!important;
  min-height:50px!important;
}
.pps-contact-public .pps-contact-submit{
  min-width:220px!important;
  min-height:50px!important;
  padding:13px 24px!important;
  font-size:16px!important;
}
@media (max-width:1100px){
  .pps-contact-public .pps-modern-shell{
    grid-template-columns:1fr!important;
    min-height:0!important;
    background:#F8FAFC!important;
  }
  body.admin-bar .pps-contact-public .pps-modern-shell{min-height:0!important;}
  .pps-contact-public .pps-modern-sidebar{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    align-items:start!important;
  }
}
@media (max-width:782px){
  body.pps-standalone-contact-document.admin-bar{min-height:calc(100vh - 46px);}
  .pps-contact-standalone-root{padding:12px!important;}
  .pps-contact-standalone-root .pps-checkout.pps-modern-v2.pps-contact-public.alignwide{
    --pps-contact-layout-width:calc(100vw - 24px);
  }
  .pps-contact-public .pps-modern-sidebar{
    grid-template-columns:1fr!important;
    padding:24px 18px!important;
  }
  .pps-contact-public .pps-modern-main{padding:14px!important;}
  .pps-contact-public .pps-contact-form-public .pps-grid.two{grid-template-columns:1fr!important;}
  .pps-contact-public .pps-contact-form-public,
  .pps-contact-public .pps-contact-hero{padding:18px!important;}
}
@media (max-width:560px){
  .pps-contact-public .pps-contact-captcha input[type=number]{width:100%!important;max-width:100%!important;}
  .pps-contact-public .pps-contact-submit{width:100%!important;}
}


/* 20260721 BRAND-HOME-LINK
   Bloc logo + Poule Pack .FR cliquable vers la home sur les pages publiques du plugin,
   hors simulateur principal. */
.pps-brand-home-link{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  text-decoration:none !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.pps-brand-home-link:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.14);
  box-shadow:0 14px 30px rgba(0,0,0,.16);
}
.pps-brand-home-link .pps-brand-logo{flex:0 0 auto;}
.pps-brand-home-text{display:flex;flex-direction:column;line-height:1;}
.pps-brand-home-text strong{display:block;color:#fff;font-size:26px;line-height:.98;letter-spacing:-.03em;}
.pps-brand-home-text span{display:block;margin-top:6px;color:#d9f99d;font-size:18px;font-weight:900;letter-spacing:.08em;}
.pps-contact-public .pps-brand-home-link,
.pps-magic-access .pps-brand-home-link,
.pps-account-space .pps-brand-home-link,
.pps-account-gateway .pps-brand-home-link{
  width:100%;
  box-sizing:border-box;
}
@media (max-width:760px){
  .pps-brand-home-link{padding:10px 12px;gap:12px;}
  .pps-brand-home-text strong{font-size:22px;}
  .pps-brand-home-text span{font-size:16px;}
}


/* 20260721 PUBLIC-HOME-H1-RETURN
   Même grand H1 que la page d'accueil + lien retour home sur toutes les pages
   publiques du plugin hors simulateur. */
.pps-public-home-heading{
  width:100%;
  box-sizing:border-box;
  margin:0 0 24px;
  padding:22px 26px 18px;
  border:1px solid #d8e8df;
  border-radius:30px;
  background:linear-gradient(180deg,#f2fbf6 0%,#edf8f2 100%);
  text-align:center;
  box-shadow:0 12px 30px rgba(15,23,42,.035);
}
.pps-public-home-heading .pps-plugin-main-title{
  width:min(100%,1320px) !important;
  max-width:1320px !important;
  margin:0 auto 14px !important;
  padding:0 12px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#07583f !important;
  font-size:clamp(32px,3.8vw,var(--pps-standard-title-size,52px)) !important;
  line-height:1.06 !important;
  font-weight:900 !important;
  letter-spacing:-.035em !important;
  text-align:center !important;
  justify-content:center !important;
  text-wrap:balance;
}
.pps-public-home-heading .pps-plugin-main-title::before{
  content:none !important;
  display:none !important;
}
.pps-public-home-return{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 16px;
  border:1px solid #bfe2cf;
  border-radius:999px;
  background:#fff;
  color:#07583f !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(5,150,105,.08);
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.pps-public-home-return:hover{
  transform:translateY(-1px);
  background:#f7fffa;
  box-shadow:0 12px 24px rgba(5,150,105,.13);
}
.pps-content-page > .pps-public-home-heading{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  margin:24px auto;
}
.pps-contact-public .pps-contact-hero h2,
.pps-magic-access .pps-magic-hero h2,
.pps-account-space .pps-account-hero h2{
  margin:0 0 8px;
  color:#0f172a;
  font-size:clamp(28px,2.4vw,38px);
  line-height:1.12;
}
.pps-account-gateway-card > h2{
  margin:0 0 12px;
  color:#0f172a;
  font-size:clamp(28px,2.4vw,38px);
  line-height:1.12;
}
@media(max-width:680px){
  .pps-public-home-heading{
    margin-bottom:16px;
    padding:18px 14px 14px;
    border-radius:22px;
  }
  .pps-public-home-heading .pps-plugin-main-title{
    font-size:clamp(26px,8vw,38px) !important;
    margin-bottom:12px !important;
  }
  .pps-content-page > .pps-public-home-heading{
    width:calc(100vw - 24px);
    margin:12px auto 16px;
  }
}


/* 20260721 PUBLIC-CGU-CGV-CONTACT
   Mise en forme lisible des CGU, CGV et de la politique de retour. */
.pps-user-page-terms{max-width:1240px!important;}
.pps-user-page-terms .pps-content-card{padding:clamp(24px,4vw,52px)!important;}
.pps-legal-document{color:#334155;font-size:16px;line-height:1.72;}
.pps-legal-section + .pps-legal-section{margin-top:42px;padding-top:34px;border-top:2px solid #e2e8f0;}
.pps-legal-document h2{margin:0 0 18px!important;color:#07583f!important;font-size:clamp(27px,3vw,38px)!important;line-height:1.15!important;}
.pps-legal-document h3{margin:30px 0 10px!important;color:#0f172a!important;font-size:21px!important;line-height:1.25!important;}
.pps-legal-document p{margin:0 0 14px;}
.pps-legal-document ul{margin:8px 0 18px;padding-left:24px;}
.pps-legal-document li{margin:6px 0;}
.pps-legal-document a{color:#047857!important;font-weight:750;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere;}
.pps-legal-updated{display:inline-flex;margin:0 0 22px!important;padding:8px 13px;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;color:#166534;}
.pps-legal-identity,.pps-legal-contact-box{margin:18px 0 24px;padding:20px 22px;border:1px solid #d7ecdf;border-radius:18px;background:#f8fffb;}
.pps-legal-identity h3,.pps-legal-contact-box h3{margin-top:0!important;}
.pps-legal-identity ul{margin-bottom:0;}
@media(max-width:680px){
  .pps-user-page-terms{padding-left:12px!important;padding-right:12px!important;}
  .pps-legal-section + .pps-legal-section{margin-top:30px;padding-top:26px;}
  .pps-legal-identity,.pps-legal-contact-box{padding:16px;}
  .pps-legal-document h3{font-size:19px!important;}
}

/* 20260721 NO-WORDPRESS-BRANDING
   Les pages publiques PoulePack sont présentées sans en-tête, pied de page,
   crédit de plateforme ni barre d'administration. Les assets du plugin restent chargés. */
body.pps-standalone-public-document{
  margin:0!important;
  padding:0!important;
  min-height:100vh;
  background:#F8FAFC!important;
}
.pps-public-standalone-root{
  width:100%;
  max-width:none!important;
  margin:0!important;
  padding:20px!important;
  box-sizing:border-box!important;
}
body.pps-standalone-public-document #wpadminbar,
body.pps-public-no-wordpress-chrome #wpadminbar{
  display:none!important;
}
html:has(body.pps-standalone-public-document),
html:has(body.pps-public-no-wordpress-chrome){
  margin-top:0!important;
  padding-top:0!important;
}

/* Pages PPS encore servies par un template du thème : neutralisation du chrome uniquement. */
body.pps-public-no-wordpress-chrome .wp-site-blocks > header,
body.pps-public-no-wordpress-chrome .wp-site-blocks > footer,
body.pps-public-no-wordpress-chrome header.wp-block-template-part,
body.pps-public-no-wordpress-chrome footer.wp-block-template-part,
body.pps-public-no-wordpress-chrome .site-header,
body.pps-public-no-wordpress-chrome .site-footer,
body.pps-public-no-wordpress-chrome #masthead,
body.pps-public-no-wordpress-chrome #colophon,
body.pps-public-no-wordpress-chrome .site-info,
body.pps-public-no-wordpress-chrome .powered-by-wordpress,
body.pps-public-no-wordpress-chrome .wp-block-site-title,
body.pps-public-no-wordpress-chrome .wp-block-site-tagline{
  display:none!important;
}
body.pps-public-no-wordpress-chrome .wp-site-blocks,
body.pps-public-no-wordpress-chrome .site,
body.pps-public-no-wordpress-chrome .site-content,
body.pps-public-no-wordpress-chrome .content-area,
body.pps-public-no-wordpress-chrome .site-main{
  margin-top:0!important;
  padding-top:0!important;
}
body.pps-public-no-wordpress-chrome .entry-title,
body.pps-public-no-wordpress-chrome .page-title,
body.pps-public-no-wordpress-chrome .wp-block-post-title,
body.pps-public-no-wordpress-chrome header.entry-header,
body.pps-public-no-wordpress-chrome .page-header{
  display:none!important;
}

/* Les pages de contenu conservent leur largeur éditoriale centrée. */
.pps-managed-standalone-root > .pps-content-page,
.pps-managed-standalone-root > .pps-checkout,
.pps-account-standalone-root > .pps-checkout{
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:782px){
  .pps-public-standalone-root{padding:12px!important;}
}


/* 20260721 PUBLIC-TITLE-SEO-HIERARCHY
   Fond du H1 commun harmonisé sur toutes les pages publiques PoulePack. */
.pps-public-home-heading{
  border-color:#bddfca !important;
  background:linear-gradient(135deg,#e1f3e8 0%,#edf8f2 52%,#dff1e7 100%) !important;
  box-shadow:0 14px 34px rgba(7,88,63,.075) !important;
}
.pps-public-home-heading .pps-plugin-main-title{
  color:#006148 !important;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
}
.pps-public-home-return{
  border-color:#acd8bf !important;
  background:rgba(255,255,255,.94) !important;
}
/* Neutralise le grand espace supérieur hérité du simulateur sur les pages secondaires. */
.pps-checkout.pps-contact-public,
.pps-checkout.pps-magic-access,
.pps-checkout.pps-account-space,
.pps-checkout.pps-account-gateway{
  padding-top:0 !important;
}
@media(max-width:680px){
  .pps-public-home-heading{
    background:linear-gradient(135deg,#e1f3e8 0%,#edf8f2 100%) !important;
  }
}


/* 20260721 PUBLIC-PRIVACY-LEGAL
   Mise en forme de la politique de confidentialité et des mentions légales. */
.pps-user-page-privacy .pps-content-card{max-width:1180px!important;}
.pps-privacy-legal-document .pps-legal-update{
  display:inline-flex;
  margin:0 0 18px;
  padding:8px 12px;
  border:1px solid #bbf7d0;
  border-radius:999px;
  background:#f0fdf4;
  color:#166534;
  font-size:14px;
}
.pps-privacy-intro{
  margin:0 0 30px;
  padding:22px 24px;
  border:1px solid #d7ecdf;
  border-radius:18px;
  background:linear-gradient(180deg,#f8fffb,#f0fdf4);
}
.pps-privacy-intro p:last-child{margin-bottom:0;}
.pps-privacy-legal-document .pps-legal-section{
  scroll-margin-top:24px;
}
.pps-privacy-legal-document .pps-legal-section > h3{
  color:#07583f!important;
  font-size:clamp(21px,2.2vw,28px)!important;
}
.pps-privacy-legal-document .pps-legal-section + .pps-legal-section{
  margin-top:30px;
  padding-top:28px;
}
.pps-privacy-legal-document .pps-legal-contact-box{
  margin-top:38px;
}
@media (max-width:760px){
  .pps-privacy-intro{padding:17px 16px;}
  .pps-privacy-legal-document .pps-legal-update{border-radius:14px;}
}


/* 20260721 PRIVACY-TITLE-ALIGN
   Politique de confidentialité : aligner uniquement le bandeau H1 sur la largeur
   éditoriale existante, sans toucher au contenu ni à sa largeur. */
.pps-user-page-privacy > .pps-public-home-heading{
  width:100% !important;
  max-width:none !important;
  margin:0 0 16px !important;
  box-sizing:border-box !important;
}
.pps-user-page-privacy > .pps-public-home-heading .pps-plugin-main-title{
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}


/* 20260721 LEGAL-TOC-TITLE-ALIGN
   CGV / CGU / politique de retour : titres identiques et mini-sommaire. */
.pps-user-page-terms .pps-legal-toc{
  display:grid;
  grid-template-columns:auto repeat(3,minmax(0,1fr));
  align-items:center;
  gap:10px;
  margin:0 0 34px;
  padding:14px;
  border:1px solid #d7ecdf;
  border-radius:18px;
  background:#f8fffb;
}
.pps-user-page-terms .pps-legal-toc strong{
  padding:0 8px;
  color:#07583f;
  font-size:15px;
  font-weight:900;
}
.pps-user-page-terms .pps-legal-toc a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 12px;
  border:1px solid #bfe2cf;
  border-radius:12px;
  background:#fff;
  color:#07583f!important;
  text-align:center;
  text-decoration:none!important;
  font-size:14px;
  line-height:1.25;
  font-weight:850;
  box-shadow:0 6px 14px rgba(5,150,105,.05);
}
.pps-user-page-terms .pps-legal-toc a:hover{
  background:#ecfdf5;
  border-color:#86d3ac;
}
.pps-user-page-terms .pps-legal-document > .pps-legal-section > h2{
  margin:0 0 18px!important;
  color:#07583f!important;
  font-size:clamp(27px,3vw,38px)!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
  scroll-margin-top:28px;
}
@media(max-width:900px){
  .pps-user-page-terms .pps-legal-toc{grid-template-columns:1fr 1fr;}
  .pps-user-page-terms .pps-legal-toc strong{grid-column:1/-1;text-align:center;}
  .pps-user-page-terms .pps-legal-toc a:last-child{grid-column:1/-1;}
}
@media(max-width:560px){
  .pps-user-page-terms .pps-legal-toc{grid-template-columns:1fr;}
  .pps-user-page-terms .pps-legal-toc strong,
  .pps-user-page-terms .pps-legal-toc a:last-child{grid-column:auto;}
}


/* 20260721 RESEAU-COMMERCIAL-REALIGN
   Réaligne uniquement le parcours existant du Réseau commercial :
   présentation, inscription, validation et espace affilié connecté. */
.pps-user-page-affiliate_boutique .pps-content-card,
.pps-user-page-affiliate_boutique .pps-content-body,
.pps-reseau-commercial-flow,
.pps-reseau-commercial-flow > .pps-affiliate-steps,
.pps-reseau-commercial-flow > .pps-affiliate-hero,
.pps-reseau-commercial-flow > .pps-affiliate-apply,
.pps-reseau-commercial-flow > .pps-affiliate-thanks{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  margin-left:0;
  margin-right:0;
}
.pps-reseau-commercial-flow{
  display:grid;
  gap:18px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.pps-reseau-commercial-flow .pps-affiliate-steps{margin:0;}
.pps-reseau-commercial-flow .pps-affiliate-hero,
.pps-reseau-commercial-flow .pps-affiliate-apply,
.pps-reseau-commercial-flow .pps-affiliate-thanks{margin:0;}
.pps-reseau-commercial-flow .pps-affiliate-actions{align-items:center;}

.pps-checkout.pps-reseau-commercial-front{
  width:min(1500px,calc(100vw - 40px));
  max-width:1500px;
  margin:0 auto;
  padding:20px 0 42px;
  box-sizing:border-box;
}
.pps-reseau-commercial-front > .pps-modern-shell,
.pps-reseau-commercial-front > .pps-modern-shell > .pps-modern-main,
.pps-reseau-commercial-front .pps-form,
.pps-reseau-commercial-front .pps-affiliate-nav-panel,
.pps-reseau-commercial-front .pps-affiliate-dashboard-panel,
.pps-reseau-commercial-front .pps-affiliate-classic-only,
.pps-reseau-commercial-front .pps-affiliate-offer-zone,
.pps-reseau-commercial-front .pps-order-zone,
.pps-reseau-commercial-front .pps-checkout-step{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:0!important;
  margin-right:0!important;
}
.pps-reseau-commercial-front > .pps-modern-shell{
  border-radius:28px!important;
  overflow:visible!important;
}
.pps-reseau-commercial-front > .pps-modern-shell > .pps-modern-main{
  display:grid!important;
  gap:18px!important;
  padding:clamp(18px,2.5vw,34px)!important;
}
.pps-reseau-commercial-front .pps-modern-main > *,
.pps-reseau-commercial-front .pps-form > *{
  min-width:0;
}
.pps-reseau-commercial-front .pps-form{
  display:grid;
  gap:18px;
}
.pps-reseau-commercial-front .pps-affiliate-sim-admin-panel,
.pps-reseau-commercial-front .pps-affiliate-dashboard-panel,
.pps-reseau-commercial-front .pps-affiliate-offer-zone,
.pps-reseau-commercial-front .pps-order-zone,
.pps-reseau-commercial-front .pps-checkout-step{
  margin-top:0!important;
  margin-bottom:0!important;
}
.pps-reseau-commercial-front .pps-affiliate-tool-tabs{
  width:100%;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
.pps-reseau-commercial-front .pps-affiliate-tool-tabs button{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.pps-reseau-commercial-front .pps-packs{
  width:100%;
  margin:0!important;
}
.pps-reseau-commercial-front .pps-boutique-dashboard-segment,
.pps-reseau-commercial-front .pps-affiliate-space{
  width:100%;
  max-width:none;
  box-sizing:border-box;
}
@media(max-width:900px){
  .pps-checkout.pps-reseau-commercial-front{width:min(100% - 24px,1500px);}
  .pps-reseau-commercial-front .pps-affiliate-tool-tabs{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .pps-checkout.pps-reseau-commercial-front{width:100%;padding:10px 10px 28px;}
  .pps-reseau-commercial-front > .pps-modern-shell > .pps-modern-main{padding:14px!important;gap:14px!important;}
  .pps-reseau-commercial-front .pps-affiliate-tool-tabs{grid-template-columns:1fr;gap:8px;}
  .pps-reseau-commercial-flow{gap:14px;}
  .pps-reseau-commercial-flow .pps-affiliate-actions .pps-button{width:100%;justify-content:center;}
}

/* 20260722 AFFILIATE-CGA-SCROLL-SELECT
   Menu commerce moderne + acceptation CGA uniquement après lecture complète du popup. */
.pps-affiliate-business-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:18px 0!important;
}
.pps-affiliate-business-field>label{
  display:block;
  margin:0;
  color:#0b3f32;
  font-weight:900;
  font-size:16px;
}
.pps-affiliate-business-field .description{
  color:#64748b;
  font-size:13px;
  font-weight:700;
}
.pps-affiliate-select-wrap{
  position:relative;
  display:block;
  width:100%;
}
.pps-affiliate-select-wrap::after{
  content:"";
  position:absolute;
  right:18px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid #08775b;
  border-bottom:2px solid #08775b;
  transform:translateY(-68%) rotate(45deg);
  pointer-events:none;
}
.pps-affiliate-business-select,
.pps-affiliate-business-field select.pps-affiliate-business-select{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  max-width:none!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 52px 0 16px!important;
  border:1px solid #acd8c9!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#fff 0%,#f8fffb 100%)!important;
  color:#18352d!important;
  font:inherit!important;
  font-size:16px!important;
  font-weight:750!important;
  line-height:1.2!important;
  box-shadow:0 8px 20px rgba(7,88,63,.055)!important;
  cursor:pointer;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.pps-affiliate-business-select:hover{
  border-color:#72bea4!important;
}
.pps-affiliate-business-select:focus{
  outline:none!important;
  border-color:#07966f!important;
  box-shadow:0 0 0 4px rgba(5,150,105,.14),0 10px 24px rgba(7,88,63,.08)!important;
}
.pps-affiliate-cga-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.pps-affiliate-cga-header h3{
  margin:3px 0 5px!important;
}
.pps-affiliate-cga-header p{
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.5;
}
.pps-affiliate-cga-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:4px 9px;
  border-radius:999px;
  background:#eaf8f0;
  color:#08775b;
  font-size:11px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.pps-affiliate-cga-close{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border:1px solid #d9e7df;
  border-radius:50%;
  background:#fff;
  color:#334155;
  font-size:27px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 7px 18px rgba(15,23,42,.07);
}
.pps-affiliate-cga-close:hover{
  background:#f8fafc;
  color:#0f172a;
}
.pps-affiliate-cga-progress{
  display:grid;
  grid-template-columns:1fr auto;
  gap:7px 12px;
  align-items:center;
  color:#315f4d;
  font-size:13px;
  font-weight:850;
}
.pps-affiliate-cga-progress-track{
  grid-column:1/-1;
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#e3eee8;
}
.pps-affiliate-cga-progress-track i{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#10b981,#047857);
  transition:width .12s linear;
}
.pps-affiliate-cga-scroll{
  scrollbar-width:thin;
  scrollbar-color:#8ac9b3 #edf6f1;
  box-shadow:inset 0 -18px 24px -24px rgba(15,23,42,.45);
}
.pps-affiliate-cga-scroll:focus{
  outline:3px solid rgba(5,150,105,.13);
  outline-offset:2px;
}
.pps-affiliate-cga-read-note{
  margin:0;
  padding:10px 12px;
  border:1px solid #f1d489;
  border-radius:12px;
  background:#fff8df;
  color:#795000;
  font-size:13px;
  font-weight:850;
}
.pps-affiliate-cga-read-note.is-complete{
  border-color:#a9ddbd;
  background:#ebf9f0;
  color:#08653f;
}
.pps-affiliate-cga-accept:disabled{
  opacity:.48!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
  filter:grayscale(.25);
}
@media(max-width:700px){
  .pps-affiliate-cga-header h3{font-size:21px!important;}
  .pps-affiliate-cga-close{flex-basis:38px;width:38px;height:38px;font-size:24px;}
  .pps-affiliate-business-select,
  .pps-affiliate-business-field select.pps-affiliate-business-select{min-height:50px!important;font-size:15px!important;}
}

/* PASS8J — carte Avis : pictogramme SVG stable et titre sur une ligne. */
.pps-guide-item-reviews .pps-guide-icon{
  color:#08775b;
}
.pps-guide-clients-svg{
  display:block;
  width:42px;
  height:42px;
}
.pps-guide-item-reviews .pps-guide-title{
  white-space:nowrap;
  font-size:13px;
  letter-spacing:-.01em;
}
@media(max-width:760px){
  .pps-guide-item-reviews .pps-guide-title{
    white-space:normal;
  }
}

/* PASS8P — Home publique fragile : finition CSS strictement isolée.
   - Le bandeau titre / connexion / code promo conserve la présentation horizontale validée
     sur les écrans qui disposent réellement de la largeur nécessaire.
   - La sixième carte du Guide reste dans la grille existante ; seul son libellé est renforcé.
   Aucun changement de structure, de calcul, de Stripe ou de routage. */
@media (min-width:1480px){
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto!important;
    align-items:center!important;
    gap:14px!important;
    flex-wrap:nowrap!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>h2{
    min-width:0!important;
    white-space:nowrap!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-front-login-open{
    margin:0!important;
    flex:0 0 auto!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
    margin-left:0!important;
    flex-wrap:nowrap!important;
    width:auto!important;
  }
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-guide-item-reviews{
  border-color:#b8dfc8!important;
  background:#fbfffc!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-guide-item-reviews .pps-guide-title{
  white-space:nowrap!important;
  color:#064e3b!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-guide-item-reviews .pps-guide-btn{
  font-weight:900!important;
}

/* PASS8Q — Mélange 2026 : rendu commun propre dans toutes les cartes latérales.
   Le HTML reste administré dans Communication > Mélange 2026.
   Correction racine : les <strong> internes ne doivent jamais devenir des blocs,
   sinon les ingrédients, virgules et compléments sont cassés ligne par ligne. */
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card{
  padding:18px 17px!important;
  overflow:visible!important;
  color:#17352d!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card > *{
  max-width:100%!important;
  box-sizing:border-box!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card p,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card li{
  color:#28483e!important;
  font-size:var(--pps-seed-mix-font-size,13.5px)!important;
  line-height:1.52!important;
  text-align:left!important;
  text-justify:auto!important;
  hyphens:none!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  word-spacing:normal!important;
  letter-spacing:0!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card p{
  margin:0 0 11px!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card p:last-child{
  margin-bottom:0!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card p strong,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card li strong,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card p b,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card li b{
  display:inline!important;
  margin:0!important;
  font:inherit!important;
  font-weight:850!important;
  line-height:inherit!important;
  color:#07583f!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card > p:first-child{
  margin:0 0 13px!important;
  padding:0 0 12px!important;
  border-bottom:1px solid #cde7d7!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card > p:first-child > strong,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card > strong:first-child{
  display:block!important;
  margin:0!important;
  color:#064e3b!important;
  font-size:calc(var(--pps-seed-mix-font-size,13.5px) + 1.5px)!important;
  font-weight:950!important;
  line-height:1.35!important;
  letter-spacing:-.01em!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card h2,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card h3,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card h4,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card h5,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card h6{
  margin:15px 0 6px!important;
  color:#07583f!important;
  font-size:calc(var(--pps-seed-mix-font-size,13.5px) + .5px)!important;
  font-weight:950!important;
  line-height:1.3!important;
  letter-spacing:0!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card ul,
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card ol{
  display:grid!important;
  gap:7px!important;
  margin:8px 0 12px!important;
  padding-left:19px!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card a{
  color:#047857!important;
  font-weight:850!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:2px!important;
}
.pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card br + br{
  display:none!important;
}
@media(max-width:1100px){
  .pps-checkout.pps-modern-v2 .pps-seed-card.pps-seed-mix-2026-card{
    padding:18px!important;
  }
}

/* PASS2 20260723 — états du tunnel actif et supports réellement disponibles. */
.pps-checkout-message{margin:12px 0 0;padding:11px 13px;border:1px solid #bbf7d0;border-radius:12px;background:#f0fdf4;color:#166534;font-size:14px;line-height:1.45;font-weight:750}
.pps-checkout-message:empty{display:none}
.pps-checkout-message.pps-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}
.pps-checkout-message.pps-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.pps-validate-order[aria-busy="true"]{cursor:progress;opacity:.78}
.pps-support-action.is-disabled,.pps-support-action:disabled{cursor:not-allowed;opacity:.58;filter:grayscale(.25);box-shadow:none;transform:none}
.pps-open-checkout[aria-busy="true"],.pps-promo-apply[aria-busy="true"]{cursor:progress;opacity:.78}

/* PASS5 — bandeau simulateur responsive : titre, connexion et code promo sans chevauchement. */
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>h2{
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
  width:fit-content!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:break-word!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-front-login-open{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:end!important;
  margin:0!important;
  background:#08775b!important;
  box-shadow:0 12px 24px rgba(8,119,91,.20)!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-front-login-open:hover{
  background:#065f49!important;
  box-shadow:0 16px 28px rgba(8,119,91,.25)!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
  grid-column:1/-1!important;
  grid-row:2!important;
  justify-self:end!important;
  width:auto!important;
  max-width:100%!important;
  margin-left:0!important;
  flex-wrap:wrap!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-promo-apply{
  white-space:nowrap!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-promo-message:empty{
  display:none!important;
  margin:0!important;
  padding:0!important;
}
@media (min-width:1800px){
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
    grid-template-columns:minmax(0,1fr) auto auto!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
    grid-column:3!important;
    grid-row:1!important;
    flex-wrap:wrap!important;
  }
}
@media (max-width:760px){
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:12px!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>h2{
    grid-column:1!important;
    grid-row:1!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-front-login-open{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-promo-code{
    flex:1 1 150px!important;
    width:auto!important;
    max-width:none!important;
  }
}

/* PASS7D — bloc « Déjà client ? » à deux actions et bandeau titre/code promo réaligné. */
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions{
  display:grid!important;
  gap:10px!important;
  margin:18px 0!important;
  padding:14px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:20px!important;
  background:#f7fff9!important;
  color:#064e3b!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions-kicker{
  display:block!important;
  margin:0!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1.2!important;
  text-align:center!important;
  text-transform:uppercase!important;
  letter-spacing:.045em!important;
  color:#08775b!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions-buttons{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions .pps-front-login-open,
.pps-checkout.pps-modern-v2 .pps-sidebar-review-submit-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:43px!important;
  margin:0!important;
  padding:9px 10px!important;
  border-radius:13px!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1.15!important;
  text-align:center!important;
  text-decoration:none!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions .pps-front-login-open{
  border:1px solid #08775b!important;
  background:#08775b!important;
  color:#fff!important;
  box-shadow:0 10px 20px rgba(8,119,91,.22)!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-review-submit-button{
  border:1px solid #9fd8bd!important;
  background:#fff!important;
  color:#065f49!important;
  box-shadow:0 8px 18px rgba(6,95,73,.10)!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions .pps-front-login-open:hover,
.pps-checkout.pps-modern-v2 .pps-sidebar-review-submit-button:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 13px 24px rgba(6,95,73,.20)!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions .pps-front-login-open:focus-visible,
.pps-checkout.pps-modern-v2 .pps-sidebar-review-submit-button:focus-visible{
  outline:3px solid #facc15!important;
  outline-offset:2px!important;
}
.pps-checkout.pps-modern-v2 .pps-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px 18px!important;
}
.pps-checkout.pps-modern-v2 .pps-head>h2{
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
  margin:0!important;
}
.pps-checkout.pps-modern-v2 .pps-head>.pps-promo-inline{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:end!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  flex-wrap:nowrap!important;
}
.pps-checkout.pps-modern-v2 .pps-head>.pps-front-login-open-mobile{
  display:none!important;
}
.pps-checkout.pps-modern-v2 .pps-promo-inline .pps-promo-apply{
  white-space:nowrap!important;
}
@media(max-width:1180px){
  .pps-checkout.pps-modern-v2 .pps-head{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  .pps-checkout.pps-modern-v2 .pps-head>.pps-promo-inline{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:end!important;
  }
}
@media(max-width:980px){
  .pps-checkout.pps-modern-v2 .pps-head>.pps-front-login-open-mobile{
    display:inline-flex!important;
    grid-column:1!important;
    grid-row:2!important;
    justify-self:start!important;
    margin:0!important;
    background:#08775b!important;
    color:#fff!important;
  }
  .pps-checkout.pps-modern-v2 .pps-head>.pps-promo-inline{
    grid-column:1!important;
    grid-row:3!important;
    justify-self:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
    flex-wrap:wrap!important;
  }
  .pps-checkout.pps-modern-v2 .pps-promo-code{
    flex:1 1 150px!important;
    width:auto!important;
    max-width:none!important;
  }
}
/* PASS7D.1 — Connexion uniquement dans « Déjà client ? » et alignement définitif titre/promo. */
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px 18px!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>h2{
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
  margin:0!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:end!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  flex-wrap:nowrap!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-front-login-open-mobile{
  display:none!important;
}
@media(max-width:1399px){
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:end!important;
  }
}
@media(max-width:760px){
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
    justify-self:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
    flex-wrap:wrap!important;
  }
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-promo-code{
    flex:1 1 150px!important;
    width:auto!important;
    max-width:none!important;
  }
}


/* PASS7E — Home et pages régionales : bandeau titre/code promo compact.
   Neutralise toute hauteur résiduelle imposée par le thème ou un ancien cache CSS,
   et ignore les paragraphes/sauts vides éventuellement injectés par wpautop. */
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  align-content:center!important;
  grid-auto-rows:auto!important;
  padding:14px 16px!important;
  margin-bottom:16px!important;
  box-sizing:border-box!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>p:empty,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>br{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>h2,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
  align-self:center!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline{
  min-height:0!important;
}
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head>.pps-promo-inline>.pps-promo-message:empty{
  display:none!important;
  flex-basis:0!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}
@media(max-width:1399px){
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
    padding:14px 16px!important;
    gap:10px 16px!important;
  }
}
@media(max-width:760px){
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head{
    padding:13px!important;
    margin-bottom:14px!important;
  }
}

/* PASS7F — bloc « Déjà client ? » compact : aucun étirement vertical entre le titre et les actions. */
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  align-content:flex-start!important;
  justify-content:flex-start!important;
  gap:8px!important;
  height:auto!important;
  min-height:0!important;
  padding:12px 14px!important;
  margin:16px 0!important;
  box-sizing:border-box!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions-kicker,
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions-buttons{
  flex:0 0 auto!important;
  min-height:0!important;
  margin:0!important;
}
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions>p:empty,
.pps-checkout.pps-modern-v2 .pps-sidebar-client-actions>br{
  display:none!important;
}

/* 20260723 PASS7G — Popup connexion : champ email strictement contenu dans la carte. */
.pps-login-card {
  box-sizing: border-box !important;
  max-width: calc(100vw - 24px) !important;
  min-width: 0 !important;
}
.pps-login-card .pps-login-step,
.pps-login-card label {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.pps-login-card input,
.pps-login-card input[type="email"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 520px) {
  .pps-login-card {
    width: calc(100vw - 24px) !important;
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }
}

/* 20260724 PASS9E — TITRE ADMIN UNIQUE SUR LE PARCOURS AFFILIÉ
   Le texte et la taille viennent exclusivement de Admin > E-mail > Titre standard / Mélange 2026.
   La page intermédiaire réutilise exactement le composant public commun ; les blocs restent sur une colonne. */
.pps-affiliate-choice-panel{
  width:min(720px,calc(100vw - 34px));
  max-height:calc(100dvh - 36px);
  overflow:auto;
  padding:clamp(28px,4vw,46px);
  text-align:left;
}
.pps-affiliate-choice-panel .pps-eyebrow{
  margin:0 0 10px;
  color:#07865a;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}
.pps-affiliate-choice-panel .pps-affiliate-admin-title{
  width:100%!important;
  max-width:620px!important;
  margin:0 48px 12px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#006148!important;
  font-size:clamp(28px,4vw,var(--pps-standard-title-size,48px))!important;
  line-height:1.06!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  text-align:left!important;
  text-wrap:balance;
}
.pps-affiliate-choice-panel .pps-affiliate-admin-title::before{content:none!important;display:none!important;}
.pps-affiliate-choice-panel .pps-affiliate-choice-lead{
  max-width:620px;
  margin:0;
  color:#526172;
  font-size:16px;
  line-height:1.55;
}
.pps-affiliate-choice-actions.pps-affiliate-choice-actions-single{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:12px;
  margin-top:26px;
}
.pps-affiliate-choice-card{
  width:100%;
  min-height:76px;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px;
  padding:16px 18px!important;
  border-radius:18px!important;
  text-align:left!important;
  white-space:normal!important;
  box-sizing:border-box;
  text-decoration:none!important;
}
.pps-affiliate-choice-card span{display:block;font-size:18px;line-height:1.2;font-weight:900;}
.pps-affiliate-choice-card small{display:block;color:inherit;opacity:.78;font-size:13px;line-height:1.35;font-weight:700;}
.pps-affiliate-choice-card:not(.pps-primary){
  border:1px solid #cfe3d8!important;
  background:#f7fcf9!important;
  color:#07583f!important;
  box-shadow:none!important;
}
.pps-affiliate-choice-card:not(.pps-primary):hover{background:#eef9f3!important;border-color:#9fd0b6!important;}
.pps-affiliate-choice-note{max-width:none!important;margin:16px 0 0!important;text-align:left;}

.pps-user-page-affiliate_boutique{
  width:min(1180px,calc(100vw - 32px));
  max-width:1180px;
  padding-left:0;
  padding-right:0;
}
.pps-user-page-affiliate_boutique .pps-content-card{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:22px;
  padding:clamp(22px,3.5vw,42px);
  border-color:#d7e9df;
  background:#fff;
}
.pps-user-page-affiliate_boutique .pps-public-home-heading{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.pps-user-page-affiliate_boutique .pps-public-home-heading .pps-plugin-main-title{
  width:100%!important;
  max-width:1040px!important;
}
.pps-user-page-affiliate_boutique .pps-content-body{width:100%;max-width:100%;margin:0;}
.pps-user-page-affiliate_boutique .pps-reseau-commercial-flow{
  width:100%;
  max-width:980px;
  margin:0 auto;
  grid-template-columns:minmax(0,1fr);
}
.pps-user-page-affiliate_boutique .pps-affiliate-hero,
.pps-user-page-affiliate_boutique .pps-affiliate-apply,
.pps-user-page-affiliate_boutique .pps-affiliate-thanks{
  width:100%;
  box-sizing:border-box;
  padding:clamp(20px,3vw,32px);
}
.pps-user-page-affiliate_boutique .pps-affiliate-hero{margin:0;}
.pps-user-page-affiliate_boutique .pps-affiliate-kit-list{grid-template-columns:repeat(2,minmax(0,1fr));}
@media(max-width:700px){
  .pps-affiliate-choice-panel{padding:28px 18px 22px;border-radius:22px;}
  .pps-affiliate-choice-panel .pps-affiliate-admin-title{margin-right:38px!important;font-size:clamp(27px,8vw,var(--pps-standard-title-size,38px))!important;}
  .pps-affiliate-choice-card{min-height:70px;padding:14px 15px!important;}
  .pps-user-page-affiliate_boutique{width:calc(100vw - 20px);}
  .pps-user-page-affiliate_boutique .pps-content-card{gap:16px;padding:18px;border-radius:20px;}
  .pps-user-page-affiliate_boutique .pps-affiliate-kit-list{grid-template-columns:minmax(0,1fr);}
}

/* PASS9F — titre unique + pastille promo sur sa propre ligne, sans chevauchement. */
.pps-checkout.pps-modern-v2 .pps-head.pps-promo-only,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head.pps-promo-only{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-height:0!important;
  padding:14px 16px!important;
}
.pps-checkout.pps-modern-v2 .pps-head.pps-promo-only>.pps-promo-inline,
.pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head.pps-promo-only>.pps-promo-inline{
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
}
.pps-modern-v2 .pps-packs .pps-pack,
.pps-packs .pps-pack{
  padding-top:16px!important;
}
.pps-modern-v2 .pps-packs .pps-pack>.pps-pack-code-row,
.pps-packs .pps-pack>.pps-pack-code-row{
  position:relative!important;
  z-index:5!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
  min-height:30px!important;
  margin:0 0 7px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.pps-modern-v2 .pps-packs-merchant-enabled .pps-pack>.pps-pack-code-row,
.pps-packs-merchant-enabled .pps-pack>.pps-pack-code-row{
  width:calc(100% - 58px)!important;
  margin-right:58px!important;
}
.pps-modern-v2 .pps-packs .pps-pack>.pps-pack-code-row:empty,
.pps-packs .pps-pack>.pps-pack-code-row:empty{
  display:none!important;
  min-height:0!important;
  margin:0!important;
}
.pps-modern-v2 .pps-packs .pps-pack>.pps-pack-code-row .pps-v2-code-chip,
.pps-packs .pps-pack>.pps-pack-code-row .pps-v2-code-chip,
.pps-modern-v2 .pps-packs .pps-pack>.pps-pack-code-row .pps-v2-affiliate-chip,
.pps-packs .pps-pack>.pps-pack-code-row .pps-v2-affiliate-chip,
.pps-modern-v2 .pps-packs .pps-pack>.pps-pack-code-row .pps-pack-affiliate-code,
.pps-packs .pps-pack>.pps-pack-code-row .pps-pack-affiliate-code{
  position:static!important;
  inset:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:100%!important;
  min-height:28px!important;
  margin:0!important;
  padding:6px 12px!important;
  overflow:hidden!important;
  border:1px solid #f7c9dc!important;
  border-radius:999px!important;
  background:#fdf2f8!important;
  color:#be185d!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.15!important;
  letter-spacing:.01em!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  text-overflow:clip!important;
  box-shadow:0 5px 12px rgba(190,24,93,.09)!important;
  pointer-events:none!important;
  box-sizing:border-box!important;
}

.pps-modern-v2 .pps-packs-merchant-enabled .pps-pack>strong,
.pps-packs-merchant-enabled .pps-pack>strong{
  max-width:calc(100% - 58px)!important;
}
@media(max-width:760px){
  .pps-checkout.pps-modern-v2 .pps-head.pps-promo-only,
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head.pps-promo-only{
    justify-content:stretch!important;
    padding:13px!important;
  }
  .pps-checkout.pps-modern-v2 .pps-head.pps-promo-only>.pps-promo-inline,
  .pps-checkout.pps-modern-v2.pps-front-style-classic .pps-head.pps-promo-only>.pps-promo-inline{
    width:100%!important;
    justify-content:flex-start!important;
  }
}


/* PASS9G — comptes connectés : une seule action retour dans le bloc titre. */
.pps-account-space .pps-account-sidebar:before{
  display:none!important;
  content:none!important;
}
.pps-account-space .pps-account-sidebar{
  align-content:start!important;
  justify-content:flex-start!important;
}
.pps-account-space .pps-account-sidebar .pps-account-sidebar-cta{
  display:none!important;
}
@media(max-width:960px){
  .pps-account-sidebar .pps-sidebar-card{grid-column:2}
}
@media(max-width:760px){
  .pps-account-sidebar .pps-sidebar-card{grid-column:auto!important}
}

/* PASS9I — sidebar raccourcie et calée sur le bas du Guide pratique.
   Le pied de page sort de la grille pour que la colonne verte s'arrête au même niveau que le guide. */
.pps-checkout.pps-modern-v2 > .pps-modern-shell{min-height:0!important;align-items:stretch;}
.pps-checkout.pps-modern-v2 > .pps-modern-shell > .pps-modern-sidebar .pps-sidebar-checks{margin-top:auto!important;padding-top:20px;}
.pps-checkout.pps-modern-v2 > .pps-modern-footer.pps-modern-footer-full{
  margin:0!important;
  padding:30px 34px;
  border:0!important;
  border-top:1px solid #E2E8F0!important;
  border-radius:0!important;
  background:#fff;
  box-shadow:none!important;
}
@media(max-width:1100px){
  .pps-checkout.pps-modern-v2 > .pps-modern-shell > .pps-modern-sidebar .pps-sidebar-checks{margin-top:0!important;padding-top:0;}
}
@media(max-width:760px){
  .pps-checkout.pps-modern-v2 > .pps-modern-footer.pps-modern-footer-full{padding:22px;}
}

/* PASS9K — pied de page remonté juste sous le Guide pratique.
   Le bloc marque et les trois colonnes de liens partagent le même alignement haut. */
.pps-checkout.pps-modern-v2 .pps-modern-main > .pps-modern-footer.pps-modern-footer-inline{
  display:grid!important;
  grid-template-columns:minmax(190px,1.15fr) repeat(3,minmax(0,1fr))!important;
  gap:clamp(26px,3vw,52px)!important;
  align-items:start!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:22px 0 0!important;
  padding:26px clamp(22px,2.8vw,38px)!important;
  border:1px solid #E2E8F0!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}
.pps-checkout.pps-modern-v2 .pps-modern-footer-inline > div{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  align-self:start!important;
  justify-content:flex-start!important;
}
.pps-checkout.pps-modern-v2 .pps-modern-footer-inline > div > strong{
  display:block!important;
  min-height:28px!important;
  margin:0!important;
  line-height:1.25!important;
}
.pps-checkout.pps-modern-v2 .pps-modern-footer-inline .pps-footer-brand strong{
  font-size:21px!important;
  color:#047857!important;
}
.pps-checkout.pps-modern-v2 .pps-modern-footer-inline .pps-footer-brand span{
  display:block!important;
  max-width:260px!important;
  white-space:normal!important;
  overflow-wrap:break-word!important;
}
@media(max-width:1100px){
  .pps-checkout.pps-modern-v2 .pps-modern-main > .pps-modern-footer.pps-modern-footer-inline{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .pps-checkout.pps-modern-v2 .pps-modern-main > .pps-modern-footer.pps-modern-footer-inline{
    grid-template-columns:1fr!important;
    gap:22px!important;
    margin-top:18px!important;
    padding:22px!important;
  }
  .pps-checkout.pps-modern-v2 .pps-modern-footer-inline > div > strong{min-height:0!important;}
}


/* PASS10C — contrôle final mobile et cohérence visuelle des notes.
   Base PASS10B : avis dynamiques reliés au produit courant.
   La carte historique « Avis clients » du guide reste strictement inchangée.
   La moyenne visible reprend exactement l'AggregateRating des vrais avis. */
.pps-checkout.pps-modern-v2 .pps-home-reviews-preview{
  width:100%!important;
  box-sizing:border-box!important;
  margin:22px 0 0!important;
  padding:clamp(22px,2.8vw,34px)!important;
  border:1px solid #dfe8e3!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fbfefc 0%,#f4faf6 100%)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
}
.pps-home-reviews-head{
  max-width:780px;
  margin:0 auto 22px;
  text-align:center;
}
.pps-home-reviews-head h2{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  box-sizing:border-box!important;
  width:fit-content!important;
  max-width:calc(100% - 32px)!important;
  margin:0 auto!important;
  padding:11px 18px!important;
  border:1px solid #d3e9df!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#f4fbf7 0%,#edf8f1 100%)!important;
  color:#047857!important;
  box-shadow:0 8px 20px rgba(5,150,105,.07)!important;
  font-size:clamp(22px,1.65vw,28px)!important;
  font-weight:850!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  text-align:left!important;
  text-wrap:balance;
}
.pps-home-reviews-head h2::before{
  content:"";
  width:12px;
  height:12px;
  flex:0 0 12px;
  border-radius:999px;
  background:#0ea5a4;
  box-shadow:0 0 0 7px rgba(14,165,164,.13);
}
.pps-home-reviews-aggregate{
  display:flex!important;
  box-sizing:border-box!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px 10px!important;
  width:fit-content!important;
  max-width:100%!important;
  margin:-4px auto 20px!important;
  padding:10px 15px!important;
  border:1px solid #cce5d7!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#476157!important;
  font-size:13px!important;
  line-height:1.35!important;
  text-align:center!important;
  box-shadow:0 6px 16px rgba(15,23,42,.035)!important;
}
.pps-home-reviews-aggregate[hidden]{display:none!important;}
.pps-rating-stars-meter{
  position:relative!important;
  display:inline-block!important;
  flex:0 0 auto!important;
  overflow:hidden!important;
  line-height:1!important;
  letter-spacing:1px!important;
  white-space:nowrap!important;
  vertical-align:-.08em!important;
}
.pps-rating-stars-meter-base{
  display:block!important;
  color:#d5ddd8!important;
}
.pps-rating-stars-meter-fill{
  position:absolute!important;
  inset:0 auto 0 0!important;
  display:block!important;
  width:var(--pps-rating-percent,0%)!important;
  overflow:hidden!important;
  color:#e6a700!important;
  white-space:nowrap!important;
}
.pps-home-reviews-aggregate-stars{
  font-size:17px!important;
  font-weight:900!important;
}
.pps-pack-rating-stars{
  margin-right:4px!important;
  font-size:1em!important;
  font-weight:900!important;
}
.pps-pack-merchant-rating{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:2px!important;
}
.pps-home-reviews-aggregate strong{
  color:#075f43!important;
  font-size:16px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.pps-home-reviews-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.pps-home-review-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:238px!important;
  padding:19px!important;
  border:1px solid #dbe7df!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 7px 20px rgba(15,23,42,.045)!important;
}
.pps-home-review-card.is-local{
  border-color:#7ccaa2!important;
  box-shadow:0 0 0 3px rgba(5,150,105,.08),0 9px 22px rgba(15,23,42,.055)!important;
}
.pps-home-review-card-top{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) auto!important;
  gap:11px!important;
  align-items:center!important;
}
.pps-home-review-avatar{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  overflow:hidden!important;
  border-radius:999px!important;
  background:#edf8f1!important;
  color:#08775b!important;
}
.pps-home-review-avatar svg{
  display:block!important;
  width:29px!important;
  height:29px!important;
}
.pps-home-review-identity{
  min-width:0!important;
}
.pps-home-review-identity h3{
  margin:0!important;
  color:#17352d!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.2!important;
}
.pps-home-review-identity p{
  margin:3px 0 0!important;
  overflow:hidden!important;
  color:#667a72!important;
  font-size:12px!important;
  line-height:1.25!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.pps-home-review-stars{
  color:#e6a700!important;
  font-size:16px!important;
  font-weight:900!important;
  letter-spacing:1px!important;
  white-space:nowrap!important;
}
.pps-home-review-badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:14px 0 0!important;
}
.pps-home-review-badges .pps-review-verified-badge,
.pps-home-review-badges .pps-review-illustrative-badge,
.pps-home-review-local-badge{
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  margin:0!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1.2!important;
}
.pps-home-review-local-badge{
  border:1px solid #9dd7b8!important;
  background:#e8f8ef!important;
  color:#07633f!important;
}
.pps-home-review-badges .pps-review-verified-badge{
  border:1px solid #c6e8d4!important;
  background:#f0fbf4!important;
  color:#0b6844!important;
}
.pps-home-review-badges .pps-review-illustrative-badge{
  border:1px solid #eadca6!important;
  background:#fff9df!important;
  color:#795f00!important;
}
.pps-home-review-card blockquote{
  flex:1!important;
  min-width:0!important;
  margin:16px 0!important;
  padding:0!important;
  border:0!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  color:#29453b!important;
  font-size:14px!important;
  font-style:normal!important;
  line-height:1.55!important;
}
.pps-home-review-card-foot{
  display:flex!important;
  justify-content:space-between!important;
  gap:10px!important;
  align-items:flex-end!important;
  padding-top:12px!important;
  border-top:1px solid #e8eeea!important;
  color:#63776f!important;
  font-size:11px!important;
  line-height:1.3!important;
}
.pps-home-review-card-foot span{
  min-width:0!important;
  overflow-wrap:anywhere!important;
  font-weight:750!important;
}
.pps-home-review-card-foot time{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.pps-home-reviews-empty{
  padding:30px!important;
  border:1px dashed #bfd5c8!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#52675f!important;
  text-align:center!important;
}
@media(max-width:1050px){
  .pps-home-reviews-grid{grid-template-columns:1fr 1fr!important;}
  .pps-home-review-card:last-child{grid-column:1 / -1!important;}
}
@media(max-width:700px){
  .pps-checkout.pps-modern-v2 .pps-home-reviews-preview{
    margin-top:18px!important;
    padding:clamp(16px,5vw,20px)!important;
    border-radius:18px!important;
  }
  .pps-home-reviews-head{margin-bottom:18px!important;}
  .pps-home-reviews-aggregate{
    width:100%!important;
    margin:-2px auto 18px!important;
    border-radius:16px!important;
  }
  .pps-home-reviews-aggregate > span:last-child{
    flex:1 1 100%!important;
  }
  .pps-home-reviews-grid{grid-template-columns:1fr!important;}
  .pps-home-review-card:last-child{grid-column:auto!important;}
  .pps-home-review-card{min-height:0!important;padding:17px!important;}
  .pps-home-review-card-top{grid-template-columns:42px minmax(0,1fr)!important;}
  .pps-home-review-stars{grid-column:2!important;}
}
@media(max-width:380px){
  .pps-checkout.pps-modern-v2 .pps-home-reviews-preview{padding:14px!important;}
  .pps-home-review-card{padding:15px!important;}
  .pps-home-review-card-top{grid-template-columns:38px minmax(0,1fr)!important;gap:9px!important;}
  .pps-home-review-avatar{width:38px!important;height:38px!important;}
  .pps-home-review-avatar svg{width:26px!important;height:26px!important;}
  .pps-home-reviews-aggregate{padding:10px 12px!important;}
}


/* PASS14A — réassurance Stripe compacte dans la colonne publique. */
.pps-stripe-reassurance{gap:10px!important;}
.pps-stripe-reassurance li{gap:10px;font-size:14px;font-weight:750;line-height:1.3;}
.pps-stripe-reassurance li:first-child{font-size:18px;font-weight:900;line-height:1.25;}
.pps-stripe-reassurance li span{display:grid;gap:2px;min-width:0;}
.pps-stripe-reassurance li strong{font:inherit;color:inherit;}
.pps-stripe-reassurance li small{display:block;color:#D1FAE5;font-size:12px;font-weight:700;line-height:1.3;}
.pps-stripe-reassurance li:before{flex-basis:25px;width:25px;height:25px;margin-top:0;font-size:15px;}
@media(max-width:760px){.pps-stripe-reassurance li:first-child{font-size:17px;}}
