.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-open-modal{width:100%;min-height:58px;font-size:20px;padding:16px 28px;border-radius:12px;box-shadow:0 10px 22px rgba(5,150,105,.18)}.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-modal{display:none;position:fixed;inset:0;z-index:999999;align-items:center;justify-content:center;padding:24px}.pps-modal.is-open{display:flex}.pps-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(2px)}.pps-modal-card{position:relative;z-index:1;width:min(720px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:22px;padding:26px;box-shadow:0 30px 90px rgba(15,23,42,.20);border:1px solid #E2E8F0}.pps-modal-close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:0;border-radius:999px;background:#475569;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 8px 18px rgba(15,23,42,.14);transition:background .15s ease,transform .15s ease}.pps-modal-close svg{width:20px;height:20px;display:block;fill:currentColor}.pps-modal-close:hover{background:#334155;transform:translateY(-1px)}.pps-modal-close:active{transform:translateY(0)}.pps-modal-card h3{font-size:26px;margin:0 52px 8px 0}.pps-modal-intro{margin:0 52px 18px 0;color:#64748b}.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}.pps-modal-actions{display:flex;justify-content:stretch;align-items:center;margin-top:18px}.pps-modal-actions .pps-submit-stripe{width:100%;min-height:54px;margin-top:0;font-size:18px;border-radius:14px}.pps-secondary{display:none}
@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}.pps-modal{padding:12px}.pps-modal-card{width:calc(100vw - 24px);padding:22px 16px}.pps-modal-actions{align-items:stretch}.pps-modal-actions .pps-button{width:100%;margin-top:0}.pps-modal-card h3,.pps-modal-intro{margin-right:48px}}

/* Payment Element intégré */
.pps-payment-step,
.pps-thanks-step {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
}
.pps-payment-step h4,
.pps-thanks-step h4 {
  margin: 0 0 12px;
  font-size: 18px;
}
.pps-payment-element {
  margin: 12px 0;
}
.pps-payment-message {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
}
.pps-payment-message.pps-error {
  color: #b91c1c;
  font-weight: 700;
}
.pps-thanks-step p {
  margin: 0 0 14px;
  color: #334155;
}
.pps-summary-link {
  display: inline-flex;
  text-decoration: none;
}

/* Étape paiement compacte : les coordonnées disparaissent après validation */
.pps-modal-card.is-payment-mode {
  width: min(520px, calc(100vw - 32px));
  padding: 22px;
}
.pps-modal-card.is-payment-mode .pps-modal-intro {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.35;
}
.pps-modal-card.is-payment-mode .pps-payment-step,
.pps-modal-card.is-payment-mode .pps-thanks-step {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.pps-modal-card.is-payment-mode .pps-payment-element {
  margin: 8px 0 0;
}
.pps-modal-card.is-payment-mode .pps-payment-message {
  margin-top: 8px;
  min-height: 0;
  font-size: 13px;
}
.pps-modal-card.is-payment-mode .pps-modal-actions {
  margin-top: 14px;
}
.pps-modal-card.is-payment-mode .pps-modal-actions .pps-submit-stripe {
  min-height: 50px;
  font-size: 17px;
}
.pps-modal-card.is-payment-mode .pps-thanks-step h4 {
  font-size: 22px;
  margin-bottom: 8px;
}


/* Correctif étape paiement stricte : aucun champ coordonnées visible après validation */
.pps-modal [hidden] {
  display: none !important;
}
.pps-modal-card.is-payment-mode {
  width: min(460px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 32px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.pps-modal-card.is-payment-mode h3 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 6px;
  flex: 0 0 auto;
}
.pps-modal-card.is-payment-mode .pps-modal-intro {
  display: none;
}
.pps-modal-card.is-payment-mode .pps-payment-step {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  overscroll-behavior: contain;
}
.pps-modal-card.is-payment-mode .pps-payment-element {
  margin: 4px 0 0;
}
.pps-modal-card.is-payment-mode .pps-modal-actions {
  flex: 0 0 auto;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #E2E8F0;
  background: #fff;
}
.pps-modal-card.is-payment-mode .pps-submit-stripe {
  min-height: 48px;
}
.pps-modal-card.is-payment-mode .pps-payment-message {
  margin-top: 8px;
  font-size: 13px;
}
@media(max-width:520px){
  .pps-modal-card.is-payment-mode{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:18px 14px;}
}


/* Build 20260522.16 — gabarit unique coordonnées/paiement */
.pps-modal-card {
  width: min(720px, calc(100vw - 32px));
  height: min(640px, calc(100vh - 48px));
  max-height: min(640px, calc(100vh - 48px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pps-modal-card h3,
.pps-modal-card .pps-modal-intro,
.pps-modal-actions {
  flex: 0 0 auto;
}
.pps-modal-card .pps-customer-fields,
.pps-modal-card .pps-payment-step,
.pps-modal-card .pps-thanks-step {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.pps-modal [hidden] {
  display: none !important;
}
.pps-modal-card.is-payment-mode {
  width: min(720px, calc(100vw - 32px));
  height: min(640px, calc(100vh - 48px));
  max-height: min(640px, calc(100vh - 48px));
  padding: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pps-modal-card.is-payment-mode h3 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 52px 8px 0;
}
.pps-modal-card.is-payment-mode .pps-modal-intro {
  display: block;
  margin: 0 52px 18px 0;
  font-size: 14px;
  line-height: 1.35;
  color: #64748b;
}
.pps-modal-card.is-payment-mode .pps-payment-step,
.pps-modal-card.is-payment-mode .pps-thanks-step {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0;
  padding: 0 4px 0 0;
  border: 0;
  background: transparent;
  overscroll-behavior: contain;
}
.pps-modal-card.is-payment-mode .pps-payment-element {
  margin: 0;
}
.pps-modal-card.is-payment-mode .pps-modal-actions {
  flex: 0 0 auto;
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
  background: #fff;
}
.pps-modal-card.is-payment-mode .pps-modal-actions .pps-submit-stripe,
.pps-modal-actions .pps-submit-stripe {
  width: 100%;
  min-height: 54px;
  margin-top: 0;
  font-size: 18px;
  border-radius: 14px;
}
.pps-modal-card.is-payment-mode .pps-payment-message {
  margin-top: 10px;
  min-height: 0;
  font-size: 13px;
}
@media(max-width:800px){
  .pps-modal-card,
  .pps-modal-card.is-payment-mode{
    width:calc(100vw - 24px);
    height:min(640px, calc(100vh - 24px));
    max-height:calc(100vh - 24px);
    padding:22px 16px;
  }
}


/* Build 20260522.17 — Stripe Payment Element plus compact : Link / paiement enregistré replié */
.pps-modal-card.is-payment-mode .pps-payment-step {
  scrollbar-gutter: stable;
}
.pps-modal-card.is-payment-mode .pps-payment-element {
  min-height: 0;
}
.pps-modal-card.is-payment-mode .pps-modal-intro {
  margin-bottom: 12px;
}
.pps-modal-card.is-payment-mode .pps-payment-message:empty {
  display: none;
}

/* Build 20260522.18 — carte bancaire ouverte directement, sans clic accordéon supplémentaire */


/* 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,.pps-modal-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,.pps-modal-close{
  background:#475569;
  border-radius:14px;
  box-shadow:0 8px 18px rgba(71,85,105,.16);
}
.pps-dept-step:hover,.pps-modal-close: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-open-modal{border-radius:14px;box-shadow:0 10px 22px rgba(5,150,105,.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;}
.pps-modal-card.is-payment-mode .pps-modal-actions{border-top-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}


/* Build 20260523.2 - modal coordonnées + récap commande */
.pps-modal-card{width:min(1180px,calc(100vw - 32px));padding:28px;background:#F8FAFC;}
.pps-modal-card h3{font-size:28px;margin:0 56px 6px 0;color:#0F172A;}
.pps-modal-intro{margin:0 56px 20px 0;color:#64748B;}
.pps-modal-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;align-items:stretch;}
.pps-modal-panel{background:#fff;border:1px solid #E2E8F0;border-radius:20px;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.06);}
.pps-modal-form-panel,.pps-modal-summary{min-height:100%;}
.pps-modal-summary{position:sticky;top:0;align-self:start;}
.pps-modal-summary h4{margin:0 0 12px;font-size:22px;color:#0F172A;}
.pps-modal-summary .pps-line,.pps-modal-summary .pps-total,.pps-modal-summary .pps-month{padding:10px 0;}
.pps-modal-summary .pps-total{margin-top:6px;border-top:1px solid #CBD5E1;border-bottom:0;font-size:22px;}
.pps-modal-summary .pps-month{border-bottom:0;}
.pps-modal-secure{margin:16px 0 0;padding:12px;border-radius:14px;background:#ECFDF5;color:#047857;font-weight:800;text-align:center;}
.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-modal-actions{margin-top:18px;}
.pps-modal-actions .pps-submit-stripe{min-height:58px;font-size:18px;box-shadow:0 12px 24px rgba(5,150,105,.18);}
.pps-modal-card.is-payment-mode{width:min(760px,calc(100vw - 32px));background:#fff;}
.pps-modal-card.is-payment-mode .pps-modal-layout{display:none;}
.pps-modal-card.is-payment-mode .pps-payment-step,.pps-modal-card.is-payment-mode .pps-thanks-step{max-width:none;}
@media(max-width:900px){.pps-modal-layout{grid-template-columns:1fr}.pps-modal-summary{position:relative}.pps-modal-card{width:calc(100vw - 20px);padding:20px 14px}.pps-modal-panel{padding:14px}}


/* Build 20260523.3 - coordonnées/récap hors pop-up + paiement Stripe seul en modal */
.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);
}
.pps-modal-card{
  width:min(760px,calc(100vw - 32px))!important;
  background:#fff!important;
}
.pps-modal-card .pps-payment-step,
.pps-modal-card .pps-thanks-step{
  max-width:none;
}
@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;
  }
  .pps-modal{
    padding:10px;
  }
}

/* Build 20260524.1 - Google Pay + Apple Pay dans le même bloc express */
.pps-wallets-top{display:grid;gap:12px;margin:0 0 18px}
.pps-wallets-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:18px;align-items:center;padding:18px;border:1px solid #E2E8F0;border-radius:20px;background:linear-gradient(135deg,#F8FAFC,#FFFFFF);box-shadow:0 12px 30px rgba(15,23,42,.06)}
.pps-wallets-card[hidden],.pps-gpay-top[hidden],.pps-applepay-top[hidden]{display:none!important}
.pps-wallets-copy{display:flex;flex-direction:column;gap:5px;color:#1E293B}.pps-wallets-copy strong{font-size:19px}.pps-wallets-copy span{font-size:14px;color:#64748B;line-height:1.4}
.pps-wallets-buttons{display:grid;gap:10px}.pps-wallet-row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;align-items:center}.pps-wallet-label{font-size:13px;font-weight:900;color:#334155;text-align:right}.pps-gpay-button,.pps-applepay-button{width:100%;min-height:52px}.pps-gpay-message,.pps-applepay-message{grid-column:2/-1;margin:0;font-size:13px;color:#047857;font-weight:700;line-height:1.35}.pps-gpay-message:empty,.pps-applepay-message:empty{display:none}.pps-gpay-message.pps-error,.pps-applepay-message.pps-error{color:#B91C1C}
.pps-payment-logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 0}.pps-payment-logos span{display:flex;align-items:center;justify-content:center;min-height:38px;padding:7px 8px;border:1px solid #E2E8F0;border-radius:10px;background:#fff;color:#1E293B;font-size:12px;font-weight:900;letter-spacing:.01em;box-shadow:0 4px 12px rgba(15,23,42,.04)}
@media (max-width:720px){.pps-wallets-card{grid-template-columns:1fr;padding:15px}.pps-wallets-copy{text-align:center}.pps-wallet-row{grid-template-columns:1fr}.pps-wallet-label{text-align:center}.pps-gpay-message,.pps-applepay-message{grid-column:1/-1;text-align:center}.pps-payment-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.pps-payment-logos span{min-height:36px}}

/* 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.4 - vrais logos visuels cartes/wallets dans le récapitulatif */
.pps-payment-brand-logos{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 0}
.pps-payment-brand-logos .pps-pay-card{display:flex;align-items:center;justify-content:center;gap:9px;min-height:38px;padding:7px 10px;border:1px solid #E2E8F0;border-radius:10px;background:linear-gradient(180deg,#fff,#F8FAFC);color:#0F172A;font-size:12px;font-weight:900;letter-spacing:.01em;box-shadow:0 4px 12px rgba(15,23,42,.04);white-space:nowrap;overflow:hidden}
.pps-brand-mark{display:inline-flex;align-items:center;justify-content:center;position:relative;flex:0 0 auto;line-height:1}
.pps-brand-name,.pps-brand-pay{display:inline-flex;align-items:center;line-height:1;color:#0F172A;font-weight:900}
.pps-brand-cb{width:46px;height:24px;border-radius:5px;background:linear-gradient(90deg,#0C9B58 0 50%,#0F6BAA 50% 100%);color:#fff;font-size:17px;font-weight:1000;letter-spacing:-1px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.pps-brand-visa{color:#15337F;font-size:18px;font-weight:1000;font-style:italic;letter-spacing:-.8px;transform:skew(-9deg)}
.pps-brand-mastercard{width:38px;height:24px;margin-right:2px}.pps-brand-mastercard i,.pps-brand-mastercard b{position:absolute;top:3px;width:20px;height:20px;border-radius:999px;content:"";display:block}.pps-brand-mastercard i{left:2px;background:#EB001B}.pps-brand-mastercard b{right:2px;background:#F79E1B;mix-blend-mode:multiply}
.pps-brand-amex{width:50px;height:23px;border-radius:4px;background:#1377C9;color:#fff;font-size:13px;font-weight:1000;letter-spacing:-.7px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}
.pps-brand-google i{font-style:normal;font-size:20px;font-weight:1000;line-height:1;background:linear-gradient(90deg,#4285F4,#34A853,#FBBC05,#EA4335);-webkit-background-clip:text;background-clip:text;color:transparent}.pps-pay-card-gpay .pps-brand-pay{font-size:21px;color:#5F6368;font-weight:700;letter-spacing:-.7px}
.pps-brand-apple{font-size:17px;color:#000;letter-spacing:-2px;margin-right:-3px}.pps-pay-card-applepay .pps-brand-pay{font-size:20px;color:#111;font-weight:700;letter-spacing:-.7px}.pps-pay-card-applepay .pps-brand-name{font-size:12px;margin-left:2px}
@media (max-width:720px){.pps-payment-brand-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.pps-payment-brand-logos .pps-pay-card{min-height:36px}}
@media (max-width:420px){.pps-payment-brand-logos .pps-pay-card{gap:7px;padding:7px 8px}.pps-brand-name{font-size:11px}.pps-brand-cb{width:40px}.pps-brand-visa{font-size:16px}.pps-brand-amex{width:45px}}

/* 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:center;gap:11px;font-weight:800;color:#ECFDF5}.pps-sidebar-checks li:before{content:"✓";display:grid;place-items:center;width:28px;height:28px;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-payment-brand-logos .pps-pay-card{min-height:56px;border-radius:12px}.pps-modern-v2 .pps-modal-secure{border-radius:12px;background:#DCFCE7;color:#047857;font-size:18px}.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-modern-v2 .pps-payment-brand-logos{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:8px 0 0;padding-top:14px;border-top:1px solid #E2E8F0}
.pps-modern-v2 .pps-payment-brand-logos .pps-pay-card{min-height:60px;padding:12px 10px;border:1px solid #DDE5EF;border-radius:16px;background:linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 100%);box-shadow:0 8px 18px rgba(15,23,42,.045);gap:10px;justify-content:flex-start}
.pps-modern-v2 .pps-payment-brand-logos .pps-brand-name{font-size:13px;letter-spacing:-.02em;white-space:normal;text-align:left}
.pps-modern-v2 .pps-payment-brand-logos .pps-pay-card-visa .pps-brand-name,.pps-modern-v2 .pps-payment-brand-logos .pps-pay-card-mastercard .pps-brand-name{font-size:14px}
.pps-modern-v2 .pps-brand-cb{width:54px;height:32px;border-radius:8px;font-size:19px}
.pps-modern-v2 .pps-brand-visa{font-size:24px;letter-spacing:-1.4px}
.pps-modern-v2 .pps-brand-mastercard{width:48px;height:32px}.pps-modern-v2 .pps-brand-mastercard i,.pps-modern-v2 .pps-brand-mastercard b{top:4px;width:28px;height:28px}.pps-modern-v2 .pps-brand-mastercard i{left:1px}.pps-modern-v2 .pps-brand-mastercard b{right:1px}
.pps-modern-v2 .pps-brand-amex{width:54px;height:34px;border-radius:7px;font-size:13px}
.pps-modern-v2 .pps-brand-google i{font-size:26px}.pps-modern-v2 .pps-pay-card-gpay .pps-brand-pay{font-size:23px}
.pps-modern-v2 .pps-brand-apple{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:27px;letter-spacing:0;margin-right:0}.pps-modern-v2 .pps-pay-card-applepay .pps-brand-name{font-size:14px}
.pps-modern-v2 .pps-modal-secure{display:none!important}
.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}
@media (max-width:900px){.pps-modern-v2 .pps-payment-brand-logos{grid-template-columns:repeat(3,minmax(0,1fr))}.pps-modern-v2 .pps-payment-brand-logos .pps-pay-card{justify-content:center}}
@media (max-width:560px){.pps-modern-v2 .pps-payment-brand-logos{grid-template-columns:1fr}.pps-modern-v2 .pps-payment-brand-logos .pps-pay-card{justify-content:flex-start}}

/* 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}}

/* FAQ / SEO cocon pages */
.pps-seo-page .pps-content-card{max-width:980px;margin:32px auto;padding:clamp(20px,4vw,44px);border-radius:24px;box-shadow:0 18px 50px rgba(20,28,18,.08)}
.pps-seo-breadcrumb{font-size:14px;margin-bottom:18px;color:#61705a;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.pps-seo-breadcrumb a{color:inherit;text-decoration:none;font-weight:700}
.pps-seo-description,.pps-seo-lead{font-size:1.12rem;line-height:1.7;color:#33402f;background:#f5f7ef;border:1px solid rgba(82,110,62,.15);border-radius:18px;padding:18px 20px}
.pps-seo-page h2{margin-top:34px;padding-top:8px;color:#26331f}
.pps-seo-page h3{margin-top:24px;color:#31442a}
.pps-seo-page table{width:100%;border-collapse:collapse;margin:22px 0;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e3e8db}
.pps-seo-page th,.pps-seo-page td{padding:12px 14px;border-bottom:1px solid #e8ecdf;text-align:left;vertical-align:top}
.pps-seo-page th{background:#f1f5e9;font-weight:800}
.pps-seo-cta{margin:24px 0;display:flex;gap:12px;flex-wrap:wrap}
.pps-seo-related ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;list-style:none;padding:0;margin:18px 0}
.pps-seo-related li{background:#fff;border:1px solid #e1e7da;border-radius:16px;padding:14px;box-shadow:0 10px 28px rgba(29,48,20,.05)}
.pps-seo-related a{font-weight:800;text-decoration:none;color:#273d1f}
.pps-seo-badge{display:inline-block;margin-left:6px;padding:2px 7px;border-radius:999px;background:#edf5df;color:#405b2e;font-size:12px;font-weight:700}
.pps-seo-faq{margin-top:34px;background:#fafbf7;border:1px solid #e2e8d9;border-radius:20px;padding:20px}
.pps-seo-faq details{background:#fff;border:1px solid #e7ecdf;border-radius:14px;padding:12px 14px;margin:10px 0}
.pps-seo-faq summary{cursor:pointer;font-weight:800;color:#26331f}

/* SEO / FAQ pages — hardening + front polish 20260525 */
.pps-seo-page .pps-content-card{max-width:1040px;margin:0 auto;padding:clamp(22px,4vw,44px);}
.pps-seo-page .pps-seo-breadcrumb{font-size:.92rem;margin-bottom:16px;color:#667085;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.pps-seo-page .pps-seo-breadcrumb a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor}
.pps-seo-page h1{line-height:1.08;margin-bottom:14px;max-width:900px}
.pps-seo-page .pps-seo-description,.pps-seo-page .pps-seo-lead{font-size:1.08rem;line-height:1.72;color:#344054;max-width:920px}
.pps-seo-page .pps-content-body h2{margin-top:2rem;padding-top:.25rem;line-height:1.2}
.pps-seo-page .pps-content-body h3{margin-top:1.35rem;line-height:1.25}
.pps-seo-page .pps-content-body p,.pps-seo-page .pps-content-body li{line-height:1.72}
.pps-seo-page .pps-content-body table{width:100%;border-collapse:collapse;margin:18px 0;border:1px solid #e4e7ec;border-radius:12px;overflow:hidden;display:table}
.pps-seo-page .pps-content-body th,.pps-seo-page .pps-content-body td{padding:12px 14px;border-bottom:1px solid #e4e7ec;text-align:left;vertical-align:top}
.pps-seo-page .pps-content-body th{background:#f9fafb;font-weight:700}
.pps-seo-cta{margin:22px 0;padding:18px;border:1px solid #d0d5dd;background:#f9fafb;border-radius:16px;display:flex;justify-content:flex-start;align-items:center;gap:14px;flex-wrap:wrap}
.pps-seo-info{margin:20px 0;padding:16px 18px;background:#fff8e6;border:1px solid #fedf89;border-radius:14px;color:#7a4b00}
.pps-seo-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:18px 0;padding:0;list-style:none}
.pps-seo-related li{margin:0}.pps-seo-related a{display:block;padding:14px 16px;border:1px solid #e4e7ec;border-radius:14px;text-decoration:none;background:#fff;box-shadow:0 8px 18px rgba(16,24,40,.04)}
.pps-seo-faq{margin-top:34px;padding-top:10px}.pps-seo-faq details{border:1px solid #e4e7ec;border-radius:14px;padding:14px 16px;margin:10px 0;background:#fff}.pps-seo-faq summary{cursor:pointer;font-weight:700}.pps-seo-faq p{margin-bottom:0}
@media (max-width:680px){.pps-seo-page .pps-content-card{padding:20px 14px}.pps-seo-page .pps-content-body table{display:block;overflow-x:auto}.pps-seo-cta{align-items:stretch}.pps-seo-cta .pps-button{width:100%;text-align:center}}


/* 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: 980px;
    text-align: center;
    color: #07583f;
    font-size: clamp(2rem, 4.6vw, 4rem);
    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:repeat(2,minmax(0,1fr));gap:14px;align-items:end;margin-top:10px;}
.pps-custom-offer-fields label{font-weight:700;color:#111827;}
.pps-custom-offer-fields input{width:100%;margin-top:6px;border:1px solid #d1d5db;border-radius:14px;padding:11px 12px;font-size:15px;}
.pps-custom-offer-fields .pps-help{grid-column:1/-1;margin:0;color:#6b7280;}
@media(max-width:780px){.pps-offer-mode-grid,.pps-custom-offer-fields{grid-template-columns:1fr;}}
.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;}
.pps-affiliate-boutique-space[data-affiliate-connected="1"] .pps-wallets-top{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%;}
