#ge-stage-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}.ge-stage-backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ge-stage-modal{position:relative;z-index:1;background:#244022;width:100%;max-width:600px;max-height:90vh;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px rgb(0 0 0 / .5)}@media (max-width:639px){.ge-stage-modal{max-width:100%;max-height:100vh;height:100%;border-radius:0}}.ge-stage-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;border-bottom:1px solid #a6b39630;flex-shrink:0}.ge-stage-modal-eyebrow{color:#ff874d;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin:0 0 4px}.ge-stage-modal-title{color:#f3e6da;font-size:18px;font-weight:900;margin:0;line-height:1.2}#ge-stage-overlay button.ge-stage-modal-close,.ge-stage-modal-close{background:none!important;border:none!important;color:#f3e6da60!important;cursor:pointer;padding:4px;flex-shrink:0;transition:color .15s}#ge-stage-overlay button.ge-stage-modal-close:hover,#ge-stage-overlay button.ge-stage-modal-close:focus,.ge-stage-modal-close:hover,.ge-stage-modal-close:focus{background:none!important;color:#f3e6da!important}.ge-stage-modal-body{flex:1;overflow-y:auto;padding:24px;-webkit-overflow-scrolling:touch}.ge-stage-modal-success{text-align:center;padding:40px 0}.ge-stage-tarif-selector{margin-bottom:24px}.ge-stage-tarif-option{display:flex;align-items:center;gap:12px;background:#1a3018;border:1.5px solid #a6b396;border-radius:10px;padding:14px 16px;margin-bottom:8px;cursor:pointer;transition:border-color .2s}.ge-stage-tarif-option:hover{border-color:#ff874d}.ge-stage-tarif-option:has(input:checked){border-color:#ff874d;background:#244022;box-shadow:0 0 0 1px #ff874d}.ge-stage-tarif-option input[type="radio"]{accent-color:#ff874d;flex-shrink:0}.ge-stage-tarif-label{color:#f3e6da;font-size:14px;font-weight:700;flex:1}.ge-stage-tarif-price{color:#ff874d;font-size:16px;font-weight:900;white-space:nowrap}.ge-stage-step-label{color:#f3e6da;font-size:16px;font-weight:800;margin:0 0 16px}.ge-stage-formules-grid{display:flex;flex-direction:column;gap:10px}.ge-stage-formule-card{background:#1a3018;border:1.5px solid #a6b396;border-radius:10px;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .12s}.ge-stage-formule-card:hover:not(.ge-stage-sold-out){border-color:#ff874d;background:#244022;transform:translateY(-1px)}.ge-stage-formule-card.ge-stage-selected{border-color:#ff874d;background:#244022;box-shadow:0 0 0 1px #ff874d}.ge-stage-formule-card.ge-stage-sold-out{opacity:.4;cursor:not-allowed}.ge-stage-card-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px}.ge-stage-formule-name{color:#f3e6da;font-size:14px;font-weight:800}.ge-stage-formule-desc{color:#f3e6da80;font-size:12px;margin-bottom:4px}.ge-stage-formule-dates{color:#ff874d;font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:6px}.ge-stage-formule-price{color:#ff874d;font-size:16px;font-weight:900;white-space:nowrap}.ge-stage-formule-places{margin-top:6px}.ge-stage-badge-places{display:inline-block;background:#1a3018;color:#a6b396;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;border:1px solid #a6b39640}.ge-stage-badge-soldout{display:inline-block;background:#3d1414;color:#ef9a9a;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px}#ge-stage-overlay button.ge-stage-back,.ge-stage-back{background:none!important;border:none!important;color:#f3e6da!important;font-size:13px;font-weight:700;cursor:pointer;padding:0;margin-bottom:16px}#ge-stage-overlay button.ge-stage-back:hover,#ge-stage-overlay button.ge-stage-back:focus,.ge-stage-back:hover,.ge-stage-back:focus{background:none!important;color:#f3e6da!important;text-decoration:underline}.ge-stage-selected-formule{background:#1a3018;border:1px solid #a6b39640;border-radius:10px;padding:14px 18px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.ge-stage-selected-formule .sf-name{color:#f3e6da;font-size:15px;font-weight:800}.ge-stage-selected-formule .sf-price{color:#ff874d;font-size:18px;font-weight:900}.ge-stage-fieldset{border:none;margin:0 0 24px;padding:0}.ge-stage-legend{color:#ff874d;font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #a6b39630;display:block;width:100%}.ge-stage-field{margin-bottom:16px}.ge-stage-label{display:block;color:#f3e6da;font-size:13px;font-weight:600;margin-bottom:6px}.ge-stage-req{color:#ff874d}input.ge-stage-input[type="text"],input.ge-stage-input[type="email"],input.ge-stage-input[type="tel"],input.ge-stage-input[type="date"],select.ge-stage-select,textarea.ge-stage-textarea{width:100%;background:#1a3018;border:1.5px solid #a6b396;border-radius:8px;color:#f3e6da;font-size:14px;padding:12px 14px;transition:border-color .2s;font-family:inherit;box-sizing:border-box}input.ge-stage-input:focus,select.ge-stage-select:focus,textarea.ge-stage-textarea:focus{outline:none;border-color:#ff874d}input.ge-stage-input.ge-stage-input-error,select.ge-stage-select.ge-stage-input-error,textarea.ge-stage-textarea.ge-stage-input-error{border-color:#ef4444}input.ge-stage-input::placeholder,textarea.ge-stage-textarea::placeholder{color:#a6b39680}select.ge-stage-select option{background:#1a3018;color:#f3e6da}.ge-stage-radio-group{display:flex;gap:16px;flex-wrap:wrap}.ge-stage-radio-label{display:flex;align-items:center;gap:6px;color:#f3e6da;font-size:14px;cursor:pointer}.ge-stage-checkbox-label{display:flex;align-items:flex-start;gap:10px;color:#f3e6da;font-size:13px;cursor:pointer;line-height:1.5}.ge-stage-checkbox-label input[type="checkbox"]{margin-top:4px;flex-shrink:0;accent-color:#ff874d;width:16px;height:16px}.ge-stage-radio-label input[type="radio"]{accent-color:#ff874d}.ge-stage-error{color:#ef4444;font-size:12px;margin-top:4px}.ge-stage-recap{background:#1a3018;border:1px solid #a6b39640;border-radius:10px;padding:16px 20px;margin-bottom:20px;display:none}.ge-stage-recap.ge-stage-visible{display:block}.ge-stage-recap-title{color:#ff874d;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px}.ge-stage-recap-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px}.ge-stage-recap-row .rk{color:#f3e6da60}.ge-stage-recap-row .rv{color:#f3e6da;font-weight:600}.ge-stage-recap-total{display:flex;justify-content:space-between;padding-top:10px;margin-top:10px;border-top:1px solid #a6b39630;font-size:16px;font-weight:900}.ge-stage-recap-total .rk{color:#f3e6da}.ge-stage-recap-total .rv{color:#ff874d}.ge-stage-global-error{color:#ef4444;background:#ef444418;border:1px solid #ef444440;border-radius:8px;padding:12px 16px;font-size:13px;margin-bottom:16px;display:none}.ge-stage-global-error.ge-stage-visible{display:block}#ge-stage-overlay button.ge-stage-submit,.ge-stage-submit{display:block;width:100%;background:#ff874d!important;color:#f3e6da!important;border:none!important;border-radius:10px;font-size:14px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;padding:18px 24px;cursor:pointer;transition:background .2s,transform .12s}#ge-stage-overlay button.ge-stage-submit:hover,#ge-stage-overlay button.ge-stage-submit:focus,.ge-stage-submit:hover,.ge-stage-submit:focus{background:#ff9a66!important;color:#f3e6da!important;transform:translateY(-1px)}.ge-stage-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.ge-stage-overlay-inline{position:static;display:block}.ge-stage-modal-inline{max-width:100%;max-height:none;border-radius:12px;box-shadow:none}