/* =====================================================
   ORT ADHÉSION — CSS v2.1 — Renforcé anti-conflit thème
   ===================================================== */

:root {
  --ort-n:  #1a2a5e;
  --ort-nd: #111c42;
  --ort-nl: #e8ecf8;
  --ort-r:  #d42b2b;
  --ort-rl: #fdeaea;
  --ort-b:  #dde2f0;
  --ort-g:  #f5f6fa;
  --ort-mu: #6b7494;
  --ort-gr: #1e7b34;
}

/* ── Reset ciblé sur notre widget uniquement ───────── */
#ort-wrap,
#ort-wrap * {
  box-sizing: border-box !important;
}

#ort-wrap {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
  color: var(--ort-n) !important;
  background: var(--ort-g) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* ── Header ─────────────────────────────────────────── */
#ort-wrap .ort-header {
  background: var(--ort-n) !important;
  padding: 12px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 !important;
}
#ort-wrap .ort-header-logo {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
#ort-wrap .ort-logo-img {
  height: 50px !important;
  width: auto !important;
  display: block !important;
}
#ort-wrap .ort-logo-ph {
  width: 50px !important; height: 50px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.15) !important;
  border: 2px dashed rgba(255,255,255,.4) !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  color: #fff !important; font-size: 12px !important; font-weight: 700 !important;
}
#ort-wrap .ort-brand {
  display: block !important;
  color: #fff !important; font-size: 16px !important; font-weight: 700 !important;
  line-height: 1.2 !important;
}
#ort-wrap .ort-brand-sub {
  display: block !important;
  color: rgba(255,255,255,.6) !important; font-size: 10px !important;
}

/* ── Hero ───────────────────────────────────────────── */
#ort-wrap .ort-hero {
  background: var(--ort-n) !important;
  padding: 22px 22px 18px !important;
  text-align: center !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  margin: 0 !important;
}
#ort-wrap .ort-badge {
  display: inline-block !important;
  background: var(--ort-r) !important;
  color: #fff !important;
  font-size: 11px !important; font-weight: 600 !important;
  padding: 3px 14px !important; border-radius: 20px !important;
  margin-bottom: 9px !important;
}
#ort-wrap .ort-hero-title {
  color: #fff !important;
  font-size: 24px !important; font-weight: 700 !important;
  margin: 0 0 6px !important; line-height: 1.25 !important;
  border: none !important; padding: 0 !important;
}
#ort-wrap .ort-hero-sub {
  color: rgba(255,255,255,.75) !important;
  font-size: 13px !important; margin: 0 !important;
}

/* ── Stepper ────────────────────────────────────────── */
#ort-wrap .ort-stepper {
  background: var(--ort-nl) !important;
  padding: 10px 20px !important;
  display: flex !important; align-items: center !important;
  overflow-x: auto !important; gap: 0 !important;
  border-bottom: 1px solid var(--ort-b) !important;
  margin: 0 !important;
}
#ort-wrap .ort-step {
  display: flex !important; align-items: center !important;
  gap: 5px !important; font-size: 12px !important;
  font-weight: 500 !important; color: var(--ort-mu) !important;
  white-space: nowrap !important;
  background: none !important; border: none !important; padding: 0 !important;
}
#ort-wrap .ort-step-active { color: var(--ort-r) !important; font-weight: 600 !important; }
#ort-wrap .ort-snum {
  width: 22px !important; height: 22px !important;
  border-radius: 50% !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important; font-weight: 700 !important;
  background: var(--ort-b) !important; color: var(--ort-mu) !important;
  flex-shrink: 0 !important;
}
#ort-wrap .ort-step-active .ort-snum { background: var(--ort-r) !important; color: #fff !important; }
#ort-wrap .ort-sarr { color: var(--ort-b) !important; margin: 0 10px !important; }

/* ── Chatbot ─────────────────────────────────────────── */
#ort-wrap .ort-chatbot {
  background: #fff !important;
  border: 1.5px solid var(--ort-b) !important;
  border-radius: 10px !important;
  margin: 14px 20px !important;
  overflow: hidden !important;
}
#ort-wrap .ort-chat-toggle {
  display: flex !important; align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 14px !important;
  cursor: pointer !important;
  background: var(--ort-nl) !important;
  font-size: 13px !important; font-weight: 500 !important;
  color: var(--ort-n) !important;
  margin: 0 !important;
}
#ort-wrap .ort-chat-header {
  background: var(--ort-n) !important;
  color: #fff !important;
  padding: 8px 14px !important;
  font-size: 12px !important; font-weight: 600 !important;
  display: flex !important; justify-content: space-between !important;
}
#ort-wrap .ort-chat-pow { font-size: 10px !important; opacity: .7 !important; }
#ort-wrap .ort-chat-msgs {
  max-height: 220px !important; overflow-y: auto !important;
  background: #fff !important; padding: 0 !important; margin: 0 !important;
}
#ort-wrap .ort-msg {
  padding: 9px 13px !important;
  font-size: 13px !important; line-height: 1.55 !important;
  border-bottom: 1px solid var(--ort-b) !important;
  margin: 0 !important;
}
#ort-wrap .ort-msg:last-child { border-bottom: none !important; }
#ort-wrap .ort-msg.ort-bot  { background: #fff !important; }
#ort-wrap .ort-msg.ort-user { background: var(--ort-nl) !important; text-align: right !important; font-weight: 500 !important; }
#ort-wrap .ort-msg-who { font-size: 10px !important; color: var(--ort-mu) !important; margin-bottom: 3px !important; }
#ort-wrap .ort-chat-input-row {
  display: flex !important; gap: 6px !important;
  padding: 8px 12px !important;
  background: #fff !important;
  border-top: 1px solid var(--ort-b) !important;
}
#ort-wrap .ort-chat-in {
  flex: 1 !important;
  padding: 7px 12px !important;
  border: 1.5px solid var(--ort-b) !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-family: inherit !important;
  background: #fff !important;
  outline: none !important;
  width: auto !important; /* reset thème */
  max-width: none !important;
}
#ort-wrap .ort-chat-send {
  background: var(--ort-n) !important;
  color: #fff !important; border: none !important;
  border-radius: 20px !important;
  padding: 7px 16px !important; font-size: 14px !important;
  cursor: pointer !important;
}

/* ── Formulaire ─────────────────────────────────────── */
#ort-wrap .ort-form { padding: 0 !important; margin: 0 !important; }
#ort-wrap .ort-step-content {
  padding: 16px 22px !important;
  background: #fff !important;
}

/* ── Section titres ──────────────────────────────────── */
#ort-wrap .ort-sec {
  background: var(--ort-n) !important;
  color: #fff !important;
  padding: 8px 14px !important;
  border-radius: 7px !important;
  font-size: 12px !important; font-weight: 600 !important;
  margin: 16px 0 10px !important;
  display: flex !important; align-items: center !important; gap: 7px !important;
  border: none !important;
}
#ort-wrap .ort-sec-urgence { background: var(--ort-r) !important; }

/* ── GRILLES — CRITIQUE ──────────────────────────────── */
#ort-wrap .ort-row2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}
#ort-wrap .ort-row3 {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}
#ort-wrap .ort-row1 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}

@media (max-width: 540px) {
  #ort-wrap .ort-row2,
  #ort-wrap .ort-row3 {
    grid-template-columns: 1fr !important;
  }
}

/* ── Champs ──────────────────────────────────────────── */
#ort-wrap .ort-f {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
}
#ort-wrap .ort-f label {
  font-size: 11px !important;
  color: var(--ort-mu) !important;
  font-weight: 500 !important;
  display: block !important;
  margin-bottom: 3px !important;
}
#ort-wrap .ort-req { color: var(--ort-r) !important; }

#ort-wrap .ort-f input[type="text"],
#ort-wrap .ort-f input[type="email"],
#ort-wrap .ort-f input[type="tel"],
#ort-wrap .ort-f input[type="date"],
#ort-wrap .ort-f input[type="number"],
#ort-wrap .ort-f input[type="url"],
#ort-wrap .ort-f select,
#ort-wrap .ort-f textarea {
  width: 100% !important;
  padding: 9px 12px !important;
  border: 1.5px solid var(--ort-b) !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  color: var(--ort-n) !important;
  background: #fff !important;
  outline: none !important;
  font-family: inherit !important;
  box-shadow: none !important;
  transition: border-color .15s !important;
  -webkit-appearance: auto !important;
  appearance: auto !important;
  max-width: none !important;
  min-height: unset !important;
  height: auto !important;
}
#ort-wrap .ort-f input:focus,
#ort-wrap .ort-f select:focus,
#ort-wrap .ort-f textarea:focus {
  border-color: var(--ort-n) !important;
  box-shadow: 0 0 0 3px rgba(26,42,94,.1) !important;
}

/* ── Cotisation ──────────────────────────────────────── */
#ort-wrap .ort-cotis {
  background: var(--ort-n) !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  margin: 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
#ort-wrap .ort-cotis-lbl { color: rgba(255,255,255,.75) !important; font-size: 12px !important; display: block !important; margin-bottom: 4px !important; }
#ort-wrap .ort-cotis-cat { background: var(--ort-r) !important; color: #fff !important; font-size: 10px !important; padding: 2px 9px !important; border-radius: 20px !important; display: inline-block !important; }
#ort-wrap .ort-cotis-amt { color: #fff !important; font-size: 22px !important; font-weight: 700 !important; display: block !important; }
#ort-wrap .ort-cotis-s   { color: rgba(255,255,255,.55) !important; font-size: 10px !important; }

/* ── Section mineurs ─────────────────────────────────── */
#ort-wrap .ort-minor {
  background: var(--ort-nl) !important;
  border: 1.5px solid var(--ort-n) !important;
  border-radius: 9px !important; padding: 13px !important; margin: 10px 0 !important;
}
#ort-wrap .ort-minor-head { font-size: 11px !important; font-weight: 600 !important; color: var(--ort-n) !important; margin-bottom: 10px !important; }

/* ── Chips motivation ────────────────────────────────── */
#ort-wrap .ort-chips {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 6px !important; margin-top: 6px !important;
}
#ort-wrap .ort-chip {
  border: 1.5px solid var(--ort-b) !important;
  border-radius: 7px !important;
  padding: 8px 10px !important;
  font-size: 12px !important; color: var(--ort-mu) !important;
  cursor: pointer !important; text-align: center !important;
  background: #fff !important;
  transition: all .15s !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
}
#ort-wrap .ort-chip:hover  { background: var(--ort-g) !important; border-color: var(--ort-nl) !important; }
#ort-wrap .ort-chip.selected { border-color: var(--ort-n) !important; background: var(--ort-nl) !important; color: var(--ort-n) !important; font-weight: 500 !important; }

/* ── CV Athlète ──────────────────────────────────────── */
#ort-wrap .ort-cv-box {
  border: 1.5px solid var(--ort-n) !important;
  border-radius: 10px !important; overflow: hidden !important;
  margin: 16px 0 !important;
}
#ort-wrap .ort-cv-head {
  background: var(--ort-n) !important; color: #fff !important;
  padding: 9px 14px !important; font-size: 12px !important; font-weight: 600 !important;
  display: flex !important; align-items: center !important; justify-content: space-between !important;
}
#ort-wrap .ort-cv-badge { background: var(--ort-r) !important; color: #fff !important; font-size: 10px !important; padding: 2px 9px !important; border-radius: 20px !important; }
#ort-wrap .ort-cv-body { padding: 13px !important; background: #fff !important; }
#ort-wrap .ort-cv-hint { font-size: 11px !important; color: var(--ort-mu) !important; line-height: 1.6 !important; margin-bottom: 9px !important; }
#ort-wrap .ort-cv-ta {
  width: 100% !important;
  padding: 9px 12px !important;
  border: 1.5px solid var(--ort-b) !important;
  border-radius: 7px !important;
  font-size: 13px !important; color: var(--ort-n) !important;
  font-family: inherit !important;
  resize: vertical !important; min-height: 95px !important;
  outline: none !important; line-height: 1.6 !important;
  background: #fff !important; box-shadow: none !important;
}
#ort-wrap .ort-cv-ta:focus { border-color: var(--ort-n) !important; }
#ort-wrap .ort-cv-btn {
  display: inline-flex !important; align-items: center !important; gap: 6px !important;
  background: var(--ort-n) !important; color: #fff !important;
  border: none !important; border-radius: 7px !important;
  padding: 9px 18px !important; font-size: 12px !important; font-weight: 600 !important;
  cursor: pointer !important; font-family: inherit !important;
  margin-top: 9px !important;
}
#ort-wrap .ort-cv-btn:hover { background: var(--ort-nd) !important; }
#ort-wrap .ort-cv-btn:disabled { opacity: .6 !important; cursor: wait !important; }
#ort-wrap .ort-cv-result {
  background: var(--ort-nl) !important;
  border: 1.5px solid var(--ort-n) !important;
  border-radius: 7px !important; padding: 11px !important; margin-top: 11px !important;
}
#ort-wrap .ort-cv-result-head { font-size: 11px !important; font-weight: 600 !important; color: var(--ort-n) !important; margin-bottom: 6px !important; }
#ort-wrap .ort-cv-text { font-size: 12px !important; line-height: 1.7 !important; white-space: pre-wrap !important; }
#ort-wrap .ort-cv-ok {
  background: var(--ort-gr) !important; color: #fff !important;
  border: none !important; border-radius: 6px !important;
  padding: 7px 15px !important; font-size: 12px !important; font-weight: 600 !important;
  cursor: pointer !important; font-family: inherit !important;
}
#ort-wrap .ort-cv-no {
  background: var(--ort-g) !important; color: var(--ort-mu) !important;
  border: 1px solid var(--ort-b) !important; border-radius: 6px !important;
  padding: 7px 13px !important; font-size: 12px !important;
  cursor: pointer !important; font-family: inherit !important;
}

/* ── Charte ──────────────────────────────────────────── */
#ort-wrap .ort-charte {
  background: var(--ort-nl) !important;
  border: 1.5px solid var(--ort-n) !important;
  border-radius: 10px !important; padding: 13px !important; margin: 14px 0 !important;
}
#ort-wrap .ort-charte-title { font-size: 12px !important; font-weight: 600 !important; color: var(--ort-n) !important; margin-bottom: 7px !important; }
#ort-wrap .ort-charte-txt   { font-size: 12px !important; color: var(--ort-mu) !important; line-height: 1.6 !important; margin-bottom: 9px !important; }
#ort-wrap .ort-charte-link  { color: var(--ort-r) !important; font-size: 12px !important; text-decoration: underline !important; display: inline-block !important; margin-bottom: 10px !important; }
#ort-wrap .ort-charte-check { display: flex !important; align-items: flex-start !important; gap: 9px !important; cursor: pointer !important; }
#ort-wrap .ort-charte-check input[type="checkbox"] { width: 16px !important; height: 16px !important; flex-shrink: 0 !important; margin-top: 2px !important; accent-color: var(--ort-n) !important; }
#ort-wrap .ort-charte-check span { font-size: 12px !important; color: var(--ort-n) !important; line-height: 1.55 !important; }

/* ── Messages ────────────────────────────────────────── */
#ort-wrap .ort-msgs { margin: 10px 0 !important; }
.ort-msg-error {
  background: var(--ort-rl, #fdeaea) !important;
  border: 1px solid #e85555 !important;
  border-radius: 7px !important; padding: 10px 13px !important;
  font-size: 13px !important; color: var(--ort-r) !important;
}
.ort-msg-ok {
  background: #e8f5e8 !important;
  border: 1px solid #a8d8a8 !important;
  border-radius: 7px !important; padding: 10px 13px !important;
  font-size: 13px !important; color: var(--ort-gr) !important;
}

/* ── Bouton submit ───────────────────────────────────── */
#ort-wrap .ort-submit {
  width: 100% !important;
  background: var(--ort-r) !important; color: #fff !important;
  font-size: 15px !important; font-weight: 700 !important;
  padding: 14px !important; border-radius: 8px !important;
  border: none !important; cursor: pointer !important;
  margin-top: 10px !important; font-family: inherit !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important; gap: 8px !important;
  transition: background .15s !important;
}
#ort-wrap .ort-submit:hover:not(:disabled) { background: #b82020 !important; }
#ort-wrap .ort-submit:disabled { background: var(--ort-b) !important; cursor: not-allowed !important; }

#ort-wrap .ort-footer-note {
  text-align: center !important; font-size: 10px !important;
  color: var(--ort-mu) !important; margin-top: 8px !important;
  line-height: 1.6 !important;
}

/* ── Confirmation ────────────────────────────────────── */
#ort-wrap .ort-confirm {
  text-align: center !important; padding: 28px 20px !important;
  background: #e8f5e8 !important;
  border-radius: 10px !important;
  border: 1.5px solid #a8d8a8 !important;
  margin: 10px 0 !important;
}
#ort-wrap .ort-confirm-icon  { font-size: 48px !important; margin-bottom: 10px !important; }
#ort-wrap .ort-confirm h2    { font-size: 20px !important; font-weight: 700 !important; color: var(--ort-gr) !important; margin-bottom: 8px !important; }
#ort-wrap .ort-confirm p     { font-size: 13px !important; color: #444 !important; margin-bottom: 10px !important; }
#ort-wrap .ort-confirm-details {
  background: #fff !important; border-radius: 7px !important;
  padding: 12px !important; margin: 12px 0 !important;
  text-align: left !important; font-size: 13px !important; line-height: 1.8 !important;
}
#ort-wrap .ort-confirm-next  { font-size: 12px !important; color: var(--ort-mu) !important; }

/* ── v5.0 — Page confirmation ─────────────────── */
.ort-confirm-page {
  padding: 28px 22px;
  text-align: center;
  background: #fff;
}
.ort-confirm-page .ort-confirm-icon { font-size: 52px; margin-bottom: 12px; }
.ort-confirm-page h2 { font-size: 22px; font-weight: 700; color: var(--ort-gr); margin-bottom: 8px; }
.ort-confirm-page > p { font-size: 14px; color: #444; margin-bottom: 18px; }
.ort-confirm-details {
  background: var(--ort-g); border-radius: 10px;
  padding: 14px; margin: 0 auto 20px; max-width: 360px; text-align: left;
}
.ort-confirm-row {
  display: flex; justify-content: space-between;
  padding: 7px 0; border-bottom: 1px solid var(--ort-b);
  font-size: 13px;
}
.ort-confirm-row:last-child { border-bottom: none; }
.ort-confirm-row span { color: var(--ort-mu); }
.ort-confirm-row strong { color: var(--ort-n); }

/* ── Docs options ──────────────────────────────── */
.ort-docs-section { margin-top: 20px; text-align: left; max-width: 500px; margin-left: auto; margin-right: auto; }
.ort-docs-section h3 { font-size: 16px; font-weight: 600; color: var(--ort-n); margin-bottom: 8px; }
.ort-docs-hint { font-size: 13px; color: var(--ort-mu); margin-bottom: 10px; }
.ort-docs-list { font-size: 12px; color: #444; background: var(--ort-nl); padding: 10px 13px; border-radius: 7px; margin-bottom: 14px; line-height: 1.7; }
.ort-docs-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
@media (max-width: 480px) { .ort-docs-options { grid-template-columns: 1fr; } }
.ort-doc-btn {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 14px; border-radius: 9px; font-size: 13px; font-weight: 600;
  text-decoration: none; cursor: pointer; border: none;
  font-family: inherit; transition: all .15s;
}
.ort-doc-wa     { background: #25D366; color: #fff; }
.ort-doc-wa:hover { background: #1aaa52; color: #fff; }
.ort-doc-email  { background: var(--ort-n); color: #fff; }
.ort-doc-email:hover { background: var(--ort-nd); color: #fff; }
.ort-doc-upload { background: var(--ort-nl); color: var(--ort-n); border: 1.5px solid var(--ort-b); }
.ort-doc-upload:hover { background: var(--ort-b); }
.ort-doc-later  { background: var(--ort-g); color: var(--ort-mu); border: 1.5px solid var(--ort-b); }
.ort-doc-later:hover { background: var(--ort-b); }
.ort-doc-later-msg { background: #e8f5e8; border-radius: 8px; padding: 12px 14px; font-size: 13px; color: #1e7b34; }

/* ── Error message ─────────────────────────────── */
.ort-error-msg {
  background: #fdeaea; border: 1.5px solid #e85555;
  border-radius: 8px; padding: 10px 14px;
  font-size: 13px; color: #d42b2b;
  margin: 12px 20px;
}

/* ── KPI dashboard ─────────────────────────────── */
.ort-kpi { background:#fff; border:1px solid var(--b); border-radius:8px; padding:14px; text-align:center; }
.ort-kv { font-size:28px; font-weight:700; color:#1a2a5e; }
.ort-kv.gn { color:#1e7b34; }
.ort-kl { font-size:11px; color:#6b7494; margin-top:3px; }
/* ── Lien guide documents ─────────────────────── */
.ort-docs-guide-link {
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--ort-n); font-weight: 600;
  text-decoration: none; font-size: 12px;
  margin-top: 6px;
}
.ort-docs-guide-link:hover { color: var(--ort-r); }

/* ── Bloc coaching ─────────────────────────────── */
.ort-coaching-box { margin-bottom: 4px; }
.ort-coaching-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 0 10px;
}
@media (max-width: 520px) {
  .ort-coaching-grid { grid-template-columns: 1fr; }
}
.ort-coaching-card {
  display: block;
  border: 2px solid var(--ort-b);
  border-radius: 10px;
  padding: 14px 12px;
  cursor: pointer;
  transition: all .18s;
  background: #fff;
  position: relative;
}
.ort-coaching-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.ort-coaching-card:hover {
  border-color: var(--ort-n);
  background: var(--ort-nl);
}
.ort-coaching-card.selected {
  border-color: var(--ort-n);
  background: var(--ort-nl);
  box-shadow: 0 0 0 3px rgba(26,42,94,.12);
}
.ort-coaching-card.selected::after {
  content: '✓';
  position: absolute;
  top: 8px; right: 10px;
  width: 20px; height: 20px;
  background: var(--ort-n);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  display: flex; align-items: center; justify-content: center;
}
.ort-coaching-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.ort-coaching-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ort-n);
}
.ort-coaching-prix {
  font-size: 15px;
  font-weight: 700;
  color: var(--ort-r);
  background: var(--ort-rl, #fdeaea);
  padding: 3px 10px;
  border-radius: 20px;
}
.ort-coaching-selected {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ort-nl);
  border: 1.5px solid var(--ort-n);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ort-n);
  margin-top: 4px;
  animation: ort-fade-in .2s ease;
}
.ort-coaching-prix-badge {
  background: var(--ort-r);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  margin-left: auto;
}

/* ── v7.0 — Documents détaillés page confirmation ──────────── */
.ort-docs-detail {
  list-style: none;
  padding: 0;
  margin: 10px 0 14px;
}
.ort-docs-detail li {
  position: relative;
  padding: 7px 0 7px 22px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid var(--ort-b, #dde2f0);
  line-height: 1.5;
}
.ort-docs-detail li:last-child { border-bottom: none; }
.ort-docs-detail li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--ort-n, #1a2a5e);
  font-weight: 700;
}
.ort-docs-remise {
  font-size: 12px;
  color: #555;
  background: #fff8e8;
  border-left: 3px solid #c27a00;
  padding: 8px 12px;
  border-radius: 0 6px 6px 0;
  margin: 10px 0 12px;
  line-height: 1.5;
}
.ort-docs-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff !important;
  background: var(--ort-r, #d42b2b);
  font-weight: 700;
  text-decoration: none !important;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 8px;
  margin-top: 4px;
  box-shadow: 0 2px 8px rgba(212,43,43,.25);
  transition: all .15s;
}
.ort-docs-guide-link:hover {
  background: #b81f1f;
  box-shadow: 0 4px 12px rgba(212,43,43,.35);
  transform: translateY(-1px);
}
