.fhr-public-wrap {
    max-width: 980px;
    margin: 30px auto;
    font-family: inherit;
}
.fhr-public-card {
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid rgba(24, 35, 51, .13);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(24, 35, 51, .08);
}
.fhr-public-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.fhr-public-heading h2,
.fhr-public-card h3 {
    margin-top: 0;
}
.fhr-intro-note {
    margin: 8px 0 0;
    color: #4f5d73;
    font-size: .95rem;
}
.fhr-public-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.fhr-public-grid label,
.fhr-field-full {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 600;
}
.fhr-field-full {
    grid-column: 1 / -1;
    margin-top: 18px;
}
.fhr-public-grid input,
.fhr-public-grid textarea,
.fhr-field-full textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #c9d0d9;
    border-radius: 10px;
    background: #fff;
    color: #172033;
    font: inherit;
}
.fhr-public-grid textarea,
.fhr-field-full textarea {
    min-height: 100px;
}
.fhr-search-grid {
    align-items: end;
    grid-template-columns: minmax(160px, .8fr) minmax(190px, 1fr) auto;
}
.fhr-search-action {
    padding-bottom: 1px;
}
.fhr-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    background: #243cdb;
    color: #fff;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.fhr-button:hover,
.fhr-button:focus {
    filter: brightness(.94);
    color: #fff;
}
.fhr-button:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.fhr-button-secondary {
    background: #172033;
}
.fhr-button-danger {
    background: #a82020;
}
.fhr-slots-toolbar {
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    gap: 14px;
    align-items: center;
    margin: 24px 0 14px;
}
.fhr-day-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid #d6deea;
    border-radius: 14px;
    background: #fff;
    color: #172033;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(24, 35, 51, .08);
}
.fhr-day-nav:hover,
.fhr-day-nav:focus {
    border-color: #243cdb;
    color: #243cdb;
}
.fhr-day-nav:disabled {
    opacity: .4;
    cursor: not-allowed;
}
.fhr-day-overview {
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f4f7ff 0%, #eef3ff 100%);
    border: 1px solid #dbe4ff;
}
.fhr-day-overview strong {
    display: block;
    margin-bottom: 3px;
    color: #172033;
    font-size: 1.05rem;
    text-transform: capitalize;
}
.fhr-day-overview span {
    color: #5c6d84;
    font-size: .92rem;
}
.fhr-slots-area {
    margin: 0 0 24px;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f6f8fc 0%, #f1f5fb 100%);
    border: 1px solid #e1e8f2;
}
.fhr-slots-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.fhr-slots-title {
    margin: 0;
    font-weight: 800;
    color: #172033;
}
.fhr-slots-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e8eeff;
    color: #243cdb;
    font-size: .82rem;
    font-weight: 800;
}
.fhr-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}
.fhr-slot-button {
    display: flex;
    min-height: 158px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 15px;
    border: 2px solid transparent;
    border-radius: 14px;
    background: #fff;
    color: #172033;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(24, 35, 51, .08);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.fhr-slot-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(24, 35, 51, .12);
}
.fhr-slot-button strong {
    font-size: 1.2rem;
}
.fhr-slot-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.fhr-slot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef8e8;
    color: #26663a;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.fhr-slot-meta,
.fhr-slot-per-person,
.fhr-slot-promo {
    font-size: .84rem;
}
.fhr-slot-meta {
    color: #627188;
}
.fhr-slot-total {
    margin-top: auto;
    font-size: 1.05rem;
    font-weight: 800;
    color: #172033;
}
.fhr-slot-per-person {
    color: #243cdb;
    font-weight: 700;
}
.fhr-slot-per-person del {
    margin-right: 5px;
    color: #79859a;
}
.fhr-slot-promo {
    color: #26663a;
    font-weight: 700;
}
.fhr-slot-button.has-promotion {
    background: linear-gradient(180deg, #fff 0%, #f9fff7 100%);
}
.fhr-slot-button:hover,
.fhr-slot-button.is-selected {
    border-color: #243cdb;
}
.fhr-slot-button.is-selected {
    background: linear-gradient(180deg, #f0f4ff 0%, #e9efff 100%);
    box-shadow: 0 14px 28px rgba(36, 60, 219, .16);
}
.fhr-empty-state {
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px dashed #c9d3e0;
    color: #44556d;
}
.fhr-empty-state strong {
    display: block;
    margin-bottom: 6px;
    color: #172033;
}
.fhr-empty-state p {
    margin: 0;
}
.fhr-selected-summary,
.fhr-promotion-box,
.fhr-warning {
    margin: 0 0 22px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #eef0ff;
    font-weight: 700;
}
.fhr-promotion-box {
    background: #eef8e8;
}
.fhr-warning {
    background: #fff3d6;
}
.fhr-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 22px 0;
}
.fhr-consent input {
    margin-top: 5px;
}
.fhr-version-note,
.fhr-muted {
    color: #637083;
    font-size: .92rem;
}
.fhr-public-notice,
.fhr-public-inline-error {
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 10px;
}
.fhr-public-notice.is-success {
    background: #e9f8ed;
    color: #175c2c;
}
.fhr-public-notice.is-error,
.fhr-public-inline-error {
    background: #fdecec;
    color: #8e1919;
}
.fhr-public-status {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e8ebf0;
    font-size: .8rem;
    font-weight: 700;
}
.fhr-public-status.status-paid,
.fhr-public-status.status-confirmed {
    background: #e9f8ed;
    color: #175c2c;
}
.fhr-public-status.status-pending_payment,
.fhr-public-status.status-paid_partial {
    background: #fff3d6;
    color: #7a5000;
}
.fhr-public-status.status-cancelled,
.fhr-public-status.status-expired {
    background: #fdecec;
    color: #8e1919;
}
.fhr-summary-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin: 0;
}
.fhr-summary-list div {
    padding: 12px;
    border-radius: 10px;
    background: #f4f6f9;
}
.fhr-summary-list dt {
    color: #637083;
    font-size: .8rem;
}
.fhr-summary-list dd {
    margin: 4px 0 0;
    font-weight: 700;
}
.fhr-cancel-card {
    border-color: rgba(168, 32, 32, .3);
}
.fhr-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@media (max-width: 760px) {
    .fhr-public-grid,
    .fhr-search-grid {
        grid-template-columns: 1fr;
    }
    .fhr-public-heading {
        flex-direction: column;
    }
    .fhr-button,
    .fhr-search-action .fhr-button {
        width: 100%;
    }
    .fhr-slots-toolbar {
        grid-template-columns: 46px 1fr 46px;
        gap: 10px;
    }
    .fhr-day-nav {
        width: 46px;
        height: 46px;
    }
    .fhr-slots-heading {
        flex-direction: column;
        align-items: flex-start;
    }
}

.fhr-date-strip {
    display: grid;
    grid-template-columns: repeat(7, minmax(72px, 1fr));
    gap: 8px;
    margin: 0 0 14px;
    overflow-x: auto;
    padding: 2px 0 6px;
}
.fhr-date-chip {
    display: flex;
    min-width: 72px;
    min-height: 78px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 1px solid #dce3ed;
    border-radius: 13px;
    background: #fff;
    color: #172033;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(24, 35, 51, .06);
}
.fhr-date-chip span,
.fhr-date-chip small {
    color: #68778d;
    font-size: .75rem;
    text-transform: capitalize;
}
.fhr-date-chip strong {
    font-size: 1.25rem;
    line-height: 1;
}
.fhr-date-chip:hover,
.fhr-date-chip.is-selected {
    border-color: #243cdb;
}
.fhr-date-chip.is-selected {
    background: #243cdb;
    color: #fff;
}
.fhr-date-chip.is-selected span,
.fhr-date-chip.is-selected small,
.fhr-date-chip.is-selected strong {
    color: #fff;
}
.fhr-next-slot {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "label time"
        "detail time";
    align-items: center;
    gap: 2px 16px;
    margin: 0 0 16px;
    padding: 15px 17px;
    border: 1px solid #cbd7ff;
    border-radius: 14px;
    background: linear-gradient(135deg, #eaf0ff 0%, #f4f7ff 100%);
    color: #172033;
    text-align: left;
    cursor: pointer;
}
.fhr-next-slot span {
    grid-area: label;
    color: #4c5f7a;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.fhr-next-slot strong {
    grid-area: time;
    color: #243cdb;
    font-size: 1.55rem;
}
.fhr-next-slot small {
    grid-area: detail;
    color: #172033;
    font-weight: 700;
}
.fhr-confirmation-card {
    text-align: center;
}
.fhr-confirmation-icon {
    display: inline-flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #e9f8ed;
    color: #175c2c;
    font-size: 2rem;
    font-weight: 900;
}
.fhr-confirmation-icon.is-error {
    background: #fdecec;
    color: #8e1919;
}
.fhr-confirmation-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #243cdb;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.fhr-confirmation-lead {
    max-width: 680px;
    margin: 0 auto 24px;
    color: #4f5d73;
}
.fhr-confirmation-summary {
    margin: 24px 0;
    text-align: left;
}
.fhr-confirmation-info {
    margin: 20px 0;
    padding: 15px 17px;
    border-radius: 12px;
    background: #fff3d6;
    color: #6d4d00;
}
.fhr-confirmation-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

/* Isolation renforcée contre les styles globaux du thème et des constructeurs. */
html body .fhr-public-wrap {
    width: 100% !important;
    max-width: 980px !important;
    margin: 30px auto !important;
    color: #172033 !important;
    line-height: 1.5 !important;
}
html body .fhr-public-wrap .fhr-public-card {
    box-sizing: border-box !important;
    width: 100% !important;
    background: #fff !important;
    color: #172033 !important;
    opacity: 1 !important;
}
html body .fhr-public-wrap h1,
html body .fhr-public-wrap h2,
html body .fhr-public-wrap h3,
html body .fhr-public-wrap h4,
html body .fhr-public-wrap p,
html body .fhr-public-wrap label,
html body .fhr-public-wrap label > span,
html body .fhr-public-wrap dt,
html body .fhr-public-wrap dd,
html body .fhr-public-wrap legend {
    opacity: 1 !important;
    text-shadow: none !important;
}
html body .fhr-public-wrap input:not([type="button"]):not([type="submit"]):not([type="reset"]),
html body .fhr-public-wrap select,
html body .fhr-public-wrap textarea {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #c9d0d9 !important;
    border-radius: 10px !important;
    outline: 0 !important;
    background: #fff !important;
    background-image: none !important;
    color: #172033 !important;
    caret-color: #172033 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    font: inherit !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap input[type="date"] {
    color-scheme: light !important;
}
html body .fhr-public-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    display: block !important;
    opacity: 1 !important;
    filter: none !important;
}
html body .fhr-public-wrap input::placeholder,
html body .fhr-public-wrap textarea::placeholder {
    color: #8792a3 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #8792a3 !important;
}
html body .fhr-public-wrap input:focus,
html body .fhr-public-wrap select:focus,
html body .fhr-public-wrap textarea:focus {
    border-color: #243cdb !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(36, 60, 219, .14) !important;
}
html body .fhr-public-wrap input[type="checkbox"],
html body .fhr-public-wrap input[type="radio"] {
    display: inline-block !important;
    flex: 0 0 auto !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 3px 10px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #9da8b8 !important;
    border-radius: 3px !important;
    background: #fff !important;
    accent-color: #243cdb !important;
    box-shadow: none !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}
html body .fhr-public-wrap button.fhr-button,
html body .fhr-public-wrap a.fhr-button,
html body .fhr-public-wrap input.fhr-button {
    display: inline-flex !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #243cdb !important;
    background-image: none !important;
    color: #fff !important;
    opacity: 1 !important;
    font: inherit !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    -webkit-text-fill-color: #fff !important;
}
html body .fhr-public-wrap button.fhr-button-secondary,
html body .fhr-public-wrap a.fhr-button-secondary {
    background: #172033 !important;
}
html body .fhr-public-wrap button.fhr-button-danger,
html body .fhr-public-wrap a.fhr-button-danger {
    background: #a82020 !important;
}
html body .fhr-public-wrap button.fhr-slot-button,
html body .fhr-public-wrap button.fhr-date-chip,
html body .fhr-public-wrap button.fhr-day-nav,
html body .fhr-public-wrap button.fhr-next-slot {
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
html body .fhr-public-wrap button.fhr-slot-button {
    background: #fff !important;
    color: #172033 !important;
}
html body .fhr-public-wrap button.fhr-slot-button.is-selected {
    background: #eef3ff !important;
}
html body .fhr-public-wrap button.fhr-date-chip {
    background: #fff !important;
    color: #172033 !important;
}
html body .fhr-public-wrap button.fhr-date-chip.is-selected {
    background: #243cdb !important;
    color: #fff !important;
}
html body .fhr-public-wrap button.fhr-date-chip.is-selected * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
html body .fhr-public-wrap .fhr-slots-area,
html body .fhr-public-wrap .fhr-day-overview,
html body .fhr-public-wrap .fhr-summary-list div {
    color: #172033 !important;
}
html body .fhr-public-wrap .fhr-confirmation-info,
html body .fhr-public-wrap .fhr-confirmation-info * {
    color: #6d4d00 !important;
    -webkit-text-fill-color: #6d4d00 !important;
}
@media (max-width: 760px) {
    .fhr-date-strip {
        grid-template-columns: repeat(7, 76px);
    }
    .fhr-confirmation-actions {
        flex-direction: column;
    }
    html body .fhr-public-wrap {
        margin: 15px auto !important;
    }
    html body .fhr-public-wrap .fhr-public-card {
        padding: 20px 16px !important;
        border-radius: 12px !important;
    }
    html body .fhr-public-wrap button.fhr-button,
    html body .fhr-public-wrap a.fhr-button {
        width: 100% !important;
    }
}
html body .fhr-public-wrap h1,
html body .fhr-public-wrap h2,
html body .fhr-public-wrap h3,
html body .fhr-public-wrap h4,
html body .fhr-public-wrap p,
html body .fhr-public-wrap label,
html body .fhr-public-wrap label > span,
html body .fhr-public-wrap dt,
html body .fhr-public-wrap dd,
html body .fhr-public-wrap strong,
html body .fhr-public-wrap legend {
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap .fhr-muted,
html body .fhr-public-wrap .fhr-version-note,
html body .fhr-public-wrap .fhr-intro-note,
html body .fhr-public-wrap .fhr-summary-list dt,
html body .fhr-public-wrap .fhr-day-overview span,
html body .fhr-public-wrap .fhr-slot-meta {
    color: #637083 !important;
    -webkit-text-fill-color: #637083 !important;
}
html body .fhr-public-wrap .fhr-slot-per-person,
html body .fhr-public-wrap .fhr-next-slot strong,
html body .fhr-public-wrap .fhr-confirmation-eyebrow {
    color: #243cdb !important;
    -webkit-text-fill-color: #243cdb !important;
}
html body .fhr-public-wrap .fhr-slot-promo,
html body .fhr-public-wrap .fhr-slot-badge {
    color: #26663a !important;
    -webkit-text-fill-color: #26663a !important;
}
html body .fhr-public-wrap .fhr-confirmation-icon {
    color: #175c2c !important;
    -webkit-text-fill-color: #175c2c !important;
}
html body .fhr-public-wrap .fhr-confirmation-icon.is-error {
    color: #8e1919 !important;
    -webkit-text-fill-color: #8e1919 !important;
}
html body .fhr-public-wrap button.fhr-button *,
html body .fhr-public-wrap a.fhr-button * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
html body .fhr-public-wrap button.fhr-date-chip.is-selected,
html body .fhr-public-wrap button.fhr-date-chip.is-selected span,
html body .fhr-public-wrap button.fhr-date-chip.is-selected strong,
html body .fhr-public-wrap button.fhr-date-chip.is-selected small {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}


/* V0.2.4 — corrective typography and consent layout */
html body .fhr-public-wrap,
html body .fhr-public-wrap * {
    box-sizing: border-box !important;
}
html body .fhr-public-wrap {
    font-size: 17px !important;
    line-height: 1.5 !important;
}
html body .fhr-public-wrap .fhr-public-card {
    font-size: 1rem !important;
}
html body .fhr-public-wrap h2 {
    font-size: clamp(1.7rem, 2.1vw, 2.1rem) !important;
    line-height: 1.2 !important;
}
html body .fhr-public-wrap h3 {
    font-size: clamp(1.25rem, 1.6vw, 1.5rem) !important;
    line-height: 1.25 !important;
}
html body .fhr-public-wrap p,
html body .fhr-public-wrap label,
html body .fhr-public-wrap label > span,
html body .fhr-public-wrap dt,
html body .fhr-public-wrap dd,
html body .fhr-public-wrap input,
html body .fhr-public-wrap textarea,
html body .fhr-public-wrap select,
html body .fhr-public-wrap button,
html body .fhr-public-wrap a.fhr-button {
    font-size: 1rem !important;
    line-height: 1.45 !important;
}
html body .fhr-public-wrap label > span {
    font-weight: 700 !important;
    margin-bottom: 2px !important;
}
html body .fhr-public-wrap .fhr-version-note,
html body .fhr-public-wrap .fhr-muted,
html body .fhr-public-wrap .fhr-day-overview span,
html body .fhr-public-wrap .fhr-slot-meta,
html body .fhr-public-wrap .fhr-slot-promo,
html body .fhr-public-wrap .fhr-summary-list dt {
    font-size: .94rem !important;
}
html body .fhr-public-wrap .fhr-public-grid input,
html body .fhr-public-wrap .fhr-public-grid textarea,
html body .fhr-public-wrap .fhr-field-full textarea,
html body .fhr-public-wrap input[type="date"],
html body .fhr-public-wrap input[type="number"],
html body .fhr-public-wrap input[type="text"],
html body .fhr-public-wrap input[type="email"],
html body .fhr-public-wrap input[type="tel"] {
    min-height: 52px !important;
    padding: 12px 14px !important;
    font-size: 1rem !important;
}
html body .fhr-public-wrap textarea,
html body .fhr-public-wrap .fhr-field-full textarea {
    min-height: 120px !important;
}
html body .fhr-public-wrap .fhr-consent {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: start !important;
    justify-content: start !important;
    column-gap: 14px !important;
    row-gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 26px 0 18px !important;
}
html body .fhr-public-wrap .fhr-consent input[type="checkbox"] {
    display: block !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    align-self: start !important;
    justify-self: start !important;
}
html body .fhr-public-wrap .fhr-consent span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-align: left !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap .fhr-intro-note {
    display: none !important;
}
html body .fhr-public-wrap .fhr-public-heading p {
    font-size: 1.02rem !important;
}
html body .fhr-public-wrap button.fhr-button,
html body .fhr-public-wrap a.fhr-button {
    min-height: 48px !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
}
@media (max-width: 760px) {
    html body .fhr-public-wrap {
        font-size: 16px !important;
    }
    html body .fhr-public-wrap .fhr-consent {
        grid-template-columns: 24px minmax(0, 1fr) !important;
        column-gap: 12px !important;
    }
    html body .fhr-public-wrap .fhr-consent input[type="checkbox"] {
        width: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
    }
}

/* V0.2.5 — finition premium de la réservation publique */
html body .fhr-public-wrap {
    max-width: 1040px !important;
    padding: 0 14px !important;
}
html body .fhr-public-wrap .fhr-booking-form {
    position: relative !important;
    overflow: hidden !important;
    padding: clamp(24px, 4vw, 42px) !important;
    border: 1px solid #dfe6ef !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 60px rgba(20, 32, 55, .12) !important;
}
html body .fhr-public-wrap .fhr-booking-form::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, #243cdb 0%, #4f6cff 50%, #243cdb 100%) !important;
}
html body .fhr-public-wrap .fhr-booking-hero {
    margin: 0 0 22px !important;
    padding: 8px 0 0 !important;
}
html body .fhr-public-wrap .fhr-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 0 10px !important;
    padding: 6px 11px !important;
    border-radius: 999px !important;
    background: #eef2ff !important;
    color: #243cdb !important;
    -webkit-text-fill-color: #243cdb !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
}
html body .fhr-public-wrap .fhr-booking-hero h2 {
    max-width: 760px !important;
    margin: 0 0 10px !important;
    font-size: clamp(1.9rem, 3vw, 2.55rem) !important;
    letter-spacing: -.035em !important;
}
html body .fhr-public-wrap .fhr-price-lead {
    margin: 0 !important;
    color: #5b687b !important;
    -webkit-text-fill-color: #5b687b !important;
    font-size: 1.05rem !important;
}
html body .fhr-public-wrap .fhr-price-lead strong {
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap .fhr-booking-progress {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 0 34px !important;
    padding: 10px !important;
    border: 1px solid #e3e9f2 !important;
    border-radius: 16px !important;
    background: #f7f9fc !important;
}
html body .fhr-public-wrap .fhr-booking-progress span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 40px !important;
    padding: 7px 10px !important;
    border-radius: 11px !important;
    color: #708096 !important;
    -webkit-text-fill-color: #708096 !important;
    font-size: .88rem !important;
    font-weight: 800 !important;
}
html body .fhr-public-wrap .fhr-booking-progress span b {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    background: #e5eaf2 !important;
    color: #5a687d !important;
    -webkit-text-fill-color: #5a687d !important;
    font-size: .78rem !important;
}
html body .fhr-public-wrap .fhr-booking-progress span.is-active {
    background: #eef2ff !important;
    color: #243cdb !important;
    -webkit-text-fill-color: #243cdb !important;
}
html body .fhr-public-wrap .fhr-booking-progress span.is-active b {
    background: #243cdb !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
html body .fhr-public-wrap .fhr-section-heading {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px !important;
    margin: 30px 0 16px !important;
}
html body .fhr-public-wrap .fhr-section-heading:first-of-type {
    margin-top: 0 !important;
}
html body .fhr-public-wrap .fhr-section-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    background: #172033 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(23, 32, 51, .15) !important;
}
html body .fhr-public-wrap .fhr-section-heading h3 {
    margin: 0 0 3px !important;
    font-size: 1.25rem !important;
    letter-spacing: -.015em !important;
}
html body .fhr-public-wrap .fhr-section-heading p {
    margin: 0 !important;
    color: #68778b !important;
    -webkit-text-fill-color: #68778b !important;
    font-size: .96rem !important;
}
html body .fhr-public-wrap .fhr-search-panel {
    margin-bottom: 18px !important;
    padding: 18px !important;
    border: 1px solid #e0e7f0 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
}
html body .fhr-public-wrap .fhr-contact-grid {
    padding: 20px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 17px !important;
    background: #fbfcfe !important;
}
html body .fhr-public-wrap .fhr-public-grid label,
html body .fhr-public-wrap .fhr-field-full {
    gap: 8px !important;
}
html body .fhr-public-wrap .fhr-public-grid input,
html body .fhr-public-wrap .fhr-public-grid textarea,
html body .fhr-public-wrap .fhr-field-full textarea {
    border: 1px solid #cfd8e5 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
    box-shadow: 0 1px 2px rgba(20, 32, 55, .03) !important;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}
html body .fhr-public-wrap .fhr-public-grid input:hover,
html body .fhr-public-wrap .fhr-public-grid textarea:hover,
html body .fhr-public-wrap .fhr-field-full textarea:hover {
    border-color: #aebbd0 !important;
}
html body .fhr-public-wrap .fhr-public-grid input:focus,
html body .fhr-public-wrap .fhr-public-grid textarea:focus,
html body .fhr-public-wrap .fhr-field-full textarea:focus {
    outline: none !important;
    border-color: #4f6cff !important;
    box-shadow: 0 0 0 4px rgba(79, 108, 255, .14) !important;
    background: #fff !important;
}
html body .fhr-public-wrap .fhr-public-grid input::placeholder,
html body .fhr-public-wrap .fhr-public-grid textarea::placeholder,
html body .fhr-public-wrap .fhr-field-full textarea::placeholder {
    color: #91a0b4 !important;
    -webkit-text-fill-color: #91a0b4 !important;
    opacity: 1 !important;
}
html body .fhr-public-wrap .fhr-search-action .fhr-button-secondary {
    min-width: 170px !important;
    border: 1px solid #172033 !important;
    background: #172033 !important;
    box-shadow: 0 8px 18px rgba(23, 32, 51, .16) !important;
}
html body .fhr-public-wrap .fhr-search-action .fhr-button-secondary:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 11px 23px rgba(23, 32, 51, .22) !important;
}
html body .fhr-public-wrap .fhr-slots-toolbar {
    margin-top: 20px !important;
}
html body .fhr-public-wrap .fhr-day-overview {
    padding: 14px 18px !important;
    border: 1px solid #dbe4ff !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85) !important;
}
html body .fhr-public-wrap .fhr-day-nav {
    border-radius: 15px !important;
    border-color: #dce4ef !important;
    box-shadow: 0 6px 16px rgba(20, 32, 55, .08) !important;
}
html body .fhr-public-wrap .fhr-date-strip {
    gap: 10px !important;
    padding: 3px 2px 10px !important;
}
html body .fhr-public-wrap button.fhr-date-chip {
    min-height: 84px !important;
    border-radius: 15px !important;
    border-color: #dde5ef !important;
    box-shadow: 0 6px 18px rgba(20, 32, 55, .07) !important;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}
html body .fhr-public-wrap button.fhr-date-chip:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(20, 32, 55, .11) !important;
}
html body .fhr-public-wrap .fhr-slots-area {
    padding: 20px !important;
    border-radius: 18px !important;
    border: 1px solid #e1e8f2 !important;
    background: linear-gradient(180deg, #f8fafd 0%, #f3f6fa 100%) !important;
}
html body .fhr-public-wrap .fhr-slot-button {
    min-height: 165px !important;
    padding: 17px !important;
    border-radius: 16px !important;
    border: 1px solid #e0e7f0 !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(20, 32, 55, .08) !important;
}
html body .fhr-public-wrap .fhr-slot-button:hover {
    border-color: #aebeff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px rgba(20, 32, 55, .13) !important;
}
html body .fhr-public-wrap .fhr-slot-button.is-selected {
    border: 2px solid #243cdb !important;
    background: linear-gradient(180deg, #f5f7ff 0%, #eaf0ff 100%) !important;
    box-shadow: 0 14px 30px rgba(36, 60, 219, .18) !important;
}
html body .fhr-public-wrap .fhr-selected-summary {
    position: relative !important;
    margin: 18px 0 28px !important;
    padding: 16px 18px 16px 48px !important;
    border: 1px solid #cdd8ff !important;
    border-radius: 14px !important;
    background: #eef2ff !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
    box-shadow: 0 7px 18px rgba(36, 60, 219, .08) !important;
}
html body .fhr-public-wrap .fhr-selected-summary::before {
    content: "✓" !important;
    position: absolute !important;
    left: 17px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    background: #243cdb !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: .8rem !important;
    font-weight: 900 !important;
}
html body .fhr-public-wrap .fhr-validation-heading {
    margin-top: 32px !important;
}
html body .fhr-public-wrap .fhr-consent {
    padding: 18px !important;
    border: 1px solid #dfe6ef !important;
    border-radius: 15px !important;
    background: #f8fafc !important;
}
html body .fhr-public-wrap .fhr-consent:hover {
    border-color: #c7d2e2 !important;
}
html body .fhr-public-wrap .fhr-consent input[type="checkbox"] {
    accent-color: #243cdb !important;
    border-radius: 6px !important;
}
html body .fhr-public-wrap .fhr-form-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin-top: 18px !important;
    padding-top: 22px !important;
    border-top: 1px solid #e4e9f1 !important;
}
html body .fhr-public-wrap .fhr-form-footer .fhr-version-note {
    max-width: 620px !important;
    margin: 0 !important;
}
html body .fhr-public-wrap .fhr-button-primary {
    min-width: 190px !important;
    min-height: 52px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #243cdb 0%, #4f6cff 100%) !important;
    box-shadow: 0 10px 22px rgba(36, 60, 219, .24) !important;
}
html body .fhr-public-wrap .fhr-button-primary:hover:not(:disabled) {
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 28px rgba(36, 60, 219, .3) !important;
}
html body .fhr-public-wrap .fhr-button-primary:disabled {
    background: #c9d1df !important;
    box-shadow: none !important;
}
html body .fhr-public-wrap .fhr-confirmation-card {
    padding: clamp(28px, 5vw, 52px) !important;
    border-radius: 22px !important;
    border: 1px solid #dfe6ef !important;
    box-shadow: 0 22px 60px rgba(20, 32, 55, .12) !important;
}
html body .fhr-public-wrap .fhr-summary-list div {
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
}
@media (max-width: 760px) {
    html body .fhr-public-wrap {
        padding: 0 8px !important;
    }
    html body .fhr-public-wrap .fhr-booking-form {
        padding: 24px 16px !important;
        border-radius: 16px !important;
    }
    html body .fhr-public-wrap .fhr-booking-progress {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }
    html body .fhr-public-wrap .fhr-booking-progress span {
        justify-content: flex-start !important;
    }
    html body .fhr-public-wrap .fhr-section-heading {
        grid-template-columns: 36px minmax(0, 1fr) !important;
        gap: 11px !important;
    }
    html body .fhr-public-wrap .fhr-section-number {
        width: 36px !important;
        height: 36px !important;
        border-radius: 11px !important;
    }
    html body .fhr-public-wrap .fhr-search-panel,
    html body .fhr-public-wrap .fhr-contact-grid {
        padding: 14px !important;
    }
    html body .fhr-public-wrap .fhr-form-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    html body .fhr-public-wrap .fhr-form-footer .fhr-version-note {
        max-width: none !important;
    }
    html body .fhr-public-wrap .fhr-button-primary {
        width: 100% !important;
    }
}
html body .fhr-public-wrap .fhr-booking-progress span.is-complete {
    background: #edf8f0 !important;
    color: #24713d !important;
    -webkit-text-fill-color: #24713d !important;
}
html body .fhr-public-wrap .fhr-booking-progress span.is-complete b {
    background: #2f8a4c !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* V0.3 — participants, invitations et règlement intérieur */
html body .fhr-public-wrap .fhr-participant-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 18px 0 24px !important;
}
html body .fhr-public-wrap .fhr-participant-stats > div {
    padding: 18px !important;
    border: 1px solid #e0e7f0 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    text-align: center !important;
}
html body .fhr-public-wrap .fhr-participant-stats strong {
    display: block !important;
    margin-bottom: 3px !important;
    font-size: 1.35rem !important;
    color: #243cdb !important;
    -webkit-text-fill-color: #243cdb !important;
}
html body .fhr-public-wrap .fhr-participant-stats span {
    color: #637083 !important;
    -webkit-text-fill-color: #637083 !important;
    font-size: .9rem !important;
}
html body .fhr-public-wrap .fhr-share-box {
    display: grid !important;
    gap: 14px !important;
    margin: 20px 0 !important;
    padding: 18px !important;
    border: 1px solid #dce5ff !important;
    border-radius: 16px !important;
    background: #f3f6ff !important;
}
html body .fhr-public-wrap .fhr-share-box p { margin: 4px 0 0 !important; }
html body .fhr-public-wrap .fhr-copy-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
}
html body .fhr-public-wrap .fhr-copy-row input {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 10px 13px !important;
    border: 1px solid #c9d3e0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap .fhr-participant-table-wrap {
    overflow-x: auto !important;
    margin: 22px 0 !important;
    border: 1px solid #e0e7ef !important;
    border-radius: 15px !important;
}
html body .fhr-public-wrap .fhr-participant-table {
    width: 100% !important;
    min-width: 660px !important;
    border-collapse: collapse !important;
    background: #fff !important;
}
html body .fhr-public-wrap .fhr-participant-table th,
html body .fhr-public-wrap .fhr-participant-table td {
    padding: 13px 14px !important;
    border-bottom: 1px solid #e8edf3 !important;
    text-align: left !important;
    vertical-align: middle !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap .fhr-participant-table th {
    background: #f7f9fc !important;
    font-size: .88rem !important;
}
html body .fhr-public-wrap .fhr-participant-table tr:last-child td { border-bottom: 0 !important; }
html body .fhr-public-wrap .fhr-participant-table td small {
    display: block !important;
    margin-top: 3px !important;
    color: #637083 !important;
    -webkit-text-fill-color: #637083 !important;
}
html body .fhr-public-wrap .fhr-mini-status {
    display: inline-flex !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    background: #edf0f4 !important;
    color: #445268 !important;
    -webkit-text-fill-color: #445268 !important;
    font-size: .8rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}
html body .fhr-public-wrap .fhr-mini-status.status-signed,
html body .fhr-public-wrap .fhr-mini-status.status-signed_on_site,
html body .fhr-public-wrap .fhr-mini-status.status-paid,
html body .fhr-public-wrap .fhr-mini-status.status-paid_paypal,
html body .fhr-public-wrap .fhr-mini-status.status-paid_bar {
    background: #e8f7ec !important;
    color: #21683a !important;
    -webkit-text-fill-color: #21683a !important;
}
html body .fhr-public-wrap .fhr-mini-status.status-pay_at_bar {
    background: #fff3d8 !important;
    color: #795000 !important;
    -webkit-text-fill-color: #795000 !important;
}
html body .fhr-public-wrap .fhr-text-link {
    font-weight: 800 !important;
    color: #243cdb !important;
    -webkit-text-fill-color: #243cdb !important;
}
html body .fhr-public-wrap .fhr-inline-invite {
    margin-top: 24px !important;
    padding-top: 22px !important;
    border-top: 1px solid #e2e8f0 !important;
}
html body .fhr-public-wrap .fhr-inline-invite h4 { margin: 0 0 14px !important; }
html body .fhr-public-wrap .fhr-choice-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 16px 0 26px !important;
}
html body .fhr-public-wrap .fhr-choice-card {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 17px !important;
    border: 1px solid #d9e1ec !important;
    border-radius: 15px !important;
    background: #fff !important;
    cursor: pointer !important;
}
html body .fhr-public-wrap .fhr-choice-card:has(input:checked) {
    border-color: #243cdb !important;
    background: #f2f5ff !important;
    box-shadow: 0 8px 20px rgba(36, 60, 219, .1) !important;
}
html body .fhr-public-wrap .fhr-choice-card input {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 2px 0 0 !important;
}
html body .fhr-public-wrap .fhr-choice-card strong,
html body .fhr-public-wrap .fhr-choice-card small { display: block !important; }
html body .fhr-public-wrap .fhr-choice-card small {
    margin-top: 5px !important;
    color: #637083 !important;
    -webkit-text-fill-color: #637083 !important;
}
html body .fhr-public-wrap .fhr-rules-content {
    max-height: 380px !important;
    overflow-y: auto !important;
    padding: 20px !important;
    border: 1px solid #dce3ed !important;
    border-radius: 15px !important;
    background: #f8fafc !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
    white-space: normal !important;
}
html body .fhr-public-wrap .fhr-rules-content * {
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap .fhr-signature-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 18px 0 24px !important;
    font-weight: 700 !important;
}
html body .fhr-public-wrap .fhr-signature-field input {
    width: 100% !important;
    min-height: 52px !important;
    padding: 12px 14px !important;
    border: 1px solid #c9d3e0 !important;
    border-radius: 11px !important;
    background: #fff !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}
html body .fhr-public-wrap .fhr-signed-card { text-align: center !important; }
@media (max-width: 760px) {
    html body .fhr-public-wrap .fhr-participant-stats,
    html body .fhr-public-wrap .fhr-choice-grid { grid-template-columns: 1fr !important; }
    html body .fhr-public-wrap .fhr-copy-row { grid-template-columns: 1fr !important; }
}

/* V0.4 — Paiements PayPal */
html body .fhr-public-wrap .fhr-payment-card {
    box-sizing: border-box !important;
    margin: 0 0 24px !important;
    padding: clamp(20px, 3vw, 28px) !important;
    border: 1px solid #dce4ef !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
    box-shadow: 0 8px 26px rgba(24, 35, 51, .08) !important;
    color: #172033 !important;
}
html body .fhr-public-wrap .fhr-payment-card-inline {
    margin-top: 24px !important;
    text-align: left !important;
}
html body .fhr-public-wrap .fhr-payment-heading {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 18px !important;
}
html body .fhr-public-wrap .fhr-payment-heading h3 {
    margin: 2px 0 0 !important;
}
html body .fhr-public-wrap .fhr-payment-paid-badge {
    flex: 0 0 auto !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: #e8f7ed !important;
    color: #175c2c !important;
    -webkit-text-fill-color: #175c2c !important;
    font-size: .88rem !important;
    font-weight: 800 !important;
}
html body .fhr-public-wrap .fhr-payment-summary {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
}
html body .fhr-public-wrap .fhr-payment-summary > div {
    padding: 12px 14px !important;
    border: 1px solid #e0e7f0 !important;
    border-radius: 12px !important;
    background: #fff !important;
}
html body .fhr-public-wrap .fhr-payment-summary span,
html body .fhr-public-wrap .fhr-payment-summary strong {
    display: block !important;
}
html body .fhr-public-wrap .fhr-payment-summary span {
    margin-bottom: 3px !important;
    color: #637083 !important;
    -webkit-text-fill-color: #637083 !important;
    font-size: .86rem !important;
}
html body .fhr-public-wrap .fhr-payment-summary strong {
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
    font-size: 1.08rem !important;
}
html body .fhr-public-wrap .fhr-payment-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
}
html body .fhr-public-wrap .fhr-payment-form {
    display: inline-flex !important;
    margin: 0 !important;
}
html body .fhr-public-wrap .fhr-paypal-button {
    background: #0070ba !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
html body .fhr-public-wrap .fhr-paypal-button:hover,
html body .fhr-public-wrap .fhr-paypal-button:focus {
    background: #005ea6 !important;
}
html body .fhr-public-wrap .fhr-payment-note {
    margin: 14px 0 0 !important;
    color: #637083 !important;
    -webkit-text-fill-color: #637083 !important;
    font-size: .9rem !important;
}
html body .fhr-public-wrap .fhr-payment-success {
    padding: 14px 16px !important;
    border-radius: 12px !important;
    background: #e9f8ed !important;
    color: #175c2c !important;
    -webkit-text-fill-color: #175c2c !important;
    font-weight: 800 !important;
}
html body .fhr-public-wrap .fhr-mini-status.status-paid_group {
    background: #e8f0ff !important;
    color: #244aa5 !important;
    -webkit-text-fill-color: #244aa5 !important;
}
@media (max-width: 680px) {
    html body .fhr-public-wrap .fhr-payment-summary {
        grid-template-columns: 1fr !important;
    }
    html body .fhr-public-wrap .fhr-payment-heading {
        flex-direction: column !important;
    }
    html body .fhr-public-wrap .fhr-payment-actions,
    html body .fhr-public-wrap .fhr-payment-form,
    html body .fhr-public-wrap .fhr-payment-form .fhr-button {
        width: 100% !important;
    }
}

/* V0.8 — QR code d'arrivée */
html body .fhr-public-wrap .fhr-arrival-qr-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 190px !important;
    gap: 26px !important;
    align-items: center !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #ffffff 0%, #f2f6ff 100%) !important;
    border-color: #dbe4ff !important;
}
html body .fhr-public-wrap .fhr-arrival-qr-copy h3 {
    margin: 6px 0 10px !important;
}
html body .fhr-public-wrap .fhr-arrival-qr-copy p {
    margin: 0 0 18px !important;
}
html body .fhr-public-wrap img.fhr-arrival-qr-image {
    display: block !important;
    width: 180px !important;
    height: 180px !important;
    max-width: 100% !important;
    padding: 8px !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .12) !important;
}
@media (max-width: 680px) {
    html body .fhr-public-wrap .fhr-arrival-qr-card {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    html body .fhr-public-wrap .fhr-arrival-qr-copy .fhr-button {
        width: 100% !important;
    }
}

/* V0.9 — cartes cadeaux et groupes */
html body .fhr-public-wrap .fhr-gift-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f4f7ff 65%, #eef8e8 100%) !important;
}
html body .fhr-public-wrap .fhr-gift-amounts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: end !important;
    margin: 20px 0 26px !important;
}
html body .fhr-public-wrap .fhr-gift-amount {
    display: block !important;
    cursor: pointer !important;
}
html body .fhr-public-wrap .fhr-gift-amount input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
html body .fhr-public-wrap .fhr-gift-amount span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 95px !important;
    min-height: 52px !important;
    padding: 10px 18px !important;
    border: 2px solid #d8e0ec !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #172033 !important;
    font-weight: 800 !important;
}
html body .fhr-public-wrap .fhr-gift-amount input:checked + span {
    border-color: #243cdb !important;
    background: #eef2ff !important;
    color: #243cdb !important;
    box-shadow: 0 8px 20px rgba(36, 60, 219, .14) !important;
}
html body .fhr-public-wrap .fhr-gift-custom {
    min-width: 210px !important;
}
html body .fhr-public-wrap .fhr-gift-balance-form,
html body .fhr-public-wrap .fhr-gift-redeem-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: end !important;
}
html body .fhr-public-wrap .fhr-gift-balance-form label,
html body .fhr-public-wrap .fhr-gift-redeem-form label {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
}
html body .fhr-public-wrap .fhr-gift-balance-result,
html body .fhr-public-wrap .fhr-business-quote {
    display: grid !important;
    gap: 6px !important;
    margin-top: 18px !important;
    padding: 18px !important;
    border: 1px solid #dbe4ff !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #f4f7ff 0%, #fff 100%) !important;
}
html body .fhr-public-wrap .fhr-gift-balance-result strong {
    color: #243cdb !important;
    font-size: 1.15rem !important;
}
html body .fhr-public-wrap .fhr-business-quote-note {
    padding-top: 10px !important;
    border-top: 1px solid #e2e8f2 !important;
}
html body .fhr-public-wrap .fhr-business-deposit-form {
    margin-top: 18px !important;
}
html body .fhr-public-wrap select {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 12px 14px !important;
    border: 1px solid #c9d0d9 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #172033 !important;
}
@media (max-width: 680px) {
    html body .fhr-public-wrap .fhr-gift-balance-form,
    html body .fhr-public-wrap .fhr-gift-redeem-form {
        grid-template-columns: 1fr !important;
    }
    html body .fhr-public-wrap .fhr-gift-amount,
    html body .fhr-public-wrap .fhr-gift-amount span,
    html body .fhr-public-wrap .fhr-gift-custom {
        width: 100% !important;
    }
}


/* V0.9.1 — correction d'affichage cartes cadeaux */
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-purchase-form {
    overflow: hidden !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amounts {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(96px, max-content)) minmax(220px, 1fr) !important;
    gap: 12px !important;
    align-items: end !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amount,
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-custom {
    position: relative !important;
    margin: 0 !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amount input[type="radio"] {
    display: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amount::before,
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amount::after {
    display: none !important;
    content: none !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amount span {
    width: 100% !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-custom {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    min-width: 220px !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-custom > span {
    display: block !important;
    margin: 0 !important;
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
    font-weight: 700 !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-custom input[type="number"] {
    width: 100% !important;
    min-height: 52px !important;
    padding: 12px 14px !important;
    margin: 0 !important;
}
html body .fhr-public-wrap.fhr-gift-public .fhr-gift-public .fhr-public-grid {
    margin-top: 6px !important;
}
@media (max-width: 760px) {
    html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amounts {
        grid-template-columns: 1fr 1fr !important;
    }
    html body .fhr-public-wrap.fhr-gift-public .fhr-gift-custom {
        grid-column: 1 / -1 !important;
        min-width: 0 !important;
    }
}
@media (max-width: 520px) {
    html body .fhr-public-wrap.fhr-gift-public .fhr-gift-amounts {
        grid-template-columns: 1fr !important;
    }
}

/* V0.9.6 — QR généré dans le navigateur, sans API d'image */
html body .fhr-public-wrap .fhr-local-qr-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 196px !important;
    min-height: 196px !important;
    padding: 8px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .12) !important;
}
html body .fhr-public-wrap .fhr-local-qr {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}
html body .fhr-public-wrap .fhr-local-qr img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}
html body .fhr-public-wrap .fhr-local-qr canvas {
    display: none !important;
}
@media (max-width: 680px) {
    html body .fhr-public-wrap .fhr-local-qr-wrap {
        margin: 0 auto !important;
    }
}


/* V0.9.7 — QRCode.js crée un canvas et une image : on ne conserve visuellement que l'image. */
html body .fhr-public-wrap .fhr-local-qr > img ~ img,
html body .fhr-public-wrap .fhr-local-qr > canvas {
    display: none !important;
}

/* V1.1 — tablette client / inscriptions sur place */
html body .fhr-public-wrap.fhr-kiosk-wrap{max-width:980px!important}
html body .fhr-public-wrap .fhr-kiosk-code-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:14px!important;align-items:end!important;margin:24px 0!important}
html body .fhr-public-wrap .fhr-kiosk-code-form label{display:flex!important;flex-direction:column!important;gap:7px!important}
html body .fhr-public-wrap .fhr-kiosk-code-form input{min-height:58px!important;font-size:1.2rem!important;text-transform:uppercase!important}
html body .fhr-public-wrap .fhr-kiosk-scan{margin-top:18px!important;padding-top:18px!important;border-top:1px solid #e2e8f0!important}
html body .fhr-public-wrap .fhr-kiosk-scan video{display:block!important;width:100%!important;max-width:520px!important;margin:18px auto!important;border-radius:16px!important;background:#000!important}
html body .fhr-public-wrap .fhr-kiosk-participants{display:grid!important;gap:12px!important;margin:18px 0!important}
html body .fhr-public-wrap .fhr-kiosk-participant{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:16px!important;border:1px solid #dfe6ef!important;border-radius:14px!important;background:#f8fafc!important}
html body .fhr-public-wrap .fhr-kiosk-participant.is-complete{border-color:#b8dfc3!important;background:#effaf2!important}
html body .fhr-public-wrap .fhr-kiosk-participant strong,html body .fhr-public-wrap .fhr-kiosk-participant small{display:block!important}.fhr-kiosk-participant small{margin-top:4px;color:#637083}.fhr-kiosk-add{margin:22px 0!important;padding-top:18px!important;border-top:1px solid #e2e8f0!important}
@media(max-width:680px){html body .fhr-public-wrap .fhr-kiosk-code-form{grid-template-columns:1fr!important}html body .fhr-public-wrap .fhr-kiosk-participant{align-items:stretch!important;flex-direction:column!important}html body .fhr-public-wrap .fhr-kiosk-participant .fhr-button{width:100%!important}}

/* V1.2 — Paiement CB direct via PayPal Advanced */
html body .fhr-public-wrap .fhr-card-checkout{margin:20px 0!important;padding:22px!important;border:2px solid #3155e7!important;border-radius:18px!important;background:#f8faff!important;color:#172033!important}html body .fhr-public-wrap .fhr-card-checkout h4{margin:5px 0 7px!important;font-size:1.25rem!important;color:#172033!important}html body .fhr-public-wrap .fhr-card-checkout p{margin:0 0 12px!important}.fhr-card-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin:16px 0!important}.fhr-card-grid label{display:grid!important;gap:7px!important;font-weight:700!important}.fhr-card-grid .wide{grid-column:1/-1!important}.fhr-card-field{height:52px!important;border:1px solid #cbd5e1!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important}.fhr-card-grid input,.fhr-card-scope select{box-sizing:border-box!important;width:100%!important;height:52px!important;min-height:52px!important;padding:0 14px!important;border:1px solid #cbd5e1!important;border-radius:10px!important;background:#fff!important;color:#172033!important}.fhr-card-scope{display:grid!important;gap:7px!important;margin:12px 0!important;font-weight:700!important}.fhr-card-submit{width:100%!important;min-height:54px!important;background:#2446d8!important}.fhr-card-message{min-height:22px!important;margin:8px 0!important;color:#176b3a!important;font-weight:700!important}.fhr-card-message.is-error{color:#a11b1b!important}.fhr-payment-or{display:flex!important;align-items:center!important;gap:12px!important;margin:18px 0!important;color:#64748b!important;font-weight:700!important}.fhr-payment-or:before,.fhr-payment-or:after{content:""!important;display:block!important;height:1px!important;background:#d8e0eb!important;flex:1!important}@media(max-width:640px){.fhr-card-grid{grid-template-columns:1fr!important}.fhr-card-grid .wide{grid-column:auto!important}}
