/* Compléments YOP-EVENT sur le thème Evente */

/* Header : tous les onglets sur une ligne, libellés compacts */
.tf-public-header .tdmenu__nav.tdmenu-3.tf-nav-main {
  margin-left: 28px;
  margin-right: 16px;
}
@media only screen and (min-width: 1400px) {
  .tf-public-header .tdmenu__nav.tdmenu-3.tf-nav-main {
    margin-left: 36px;
    margin-right: 20px;
  }
}
.tf-public-header .tdmenu__navbar-wrap > ul {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tf-public-header .tdmenu__navbar-wrap > ul {
    margin: 0;
  }
}
.tf-public-header .tdmenu__navbar-wrap > ul > li {
  flex-shrink: 0;
}
.tf-public-header .tdmenu__navbar-wrap > ul > li > a {
  white-space: nowrap;
  font-size: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.tf-public-header .tdmenu-3 .tdmenu__navbar-wrap ul li a {
  padding: 30px 0;
}
.tf-public-header .tdmenu-3 .tdmenu__navbar-wrap ul li a::before {
  bottom: 18px;
}
.tf-public-header .logo img {
  max-width: 130px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tf-public-header .tdmenu__navbar-wrap > ul > li a {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 11px;
  }
  .tf-public-header .tdmenu-3 .tdmenu__navbar-wrap ul li a {
    padding: 26px 0;
  }
  .tf-public-header .tdmenu-3 .tdmenu__navbar-wrap ul li a::before {
    bottom: 14px;
  }
  .tf-public-header .logo img {
    max-width: 118px;
  }
}
.tf-public-header #header-sticky.header-sticky .tdmenu__main-menu ul > li > a {
  padding: 20px 0;
  font-size: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.tf-public-header #header-sticky.header-sticky .tdmenu-3 .tdmenu__navbar-wrap ul li a::before {
  bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tf-public-header #header-sticky.header-sticky .tdmenu__main-menu ul > li > a {
    font-size: 11px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* Auth (connexion / inscription) */
.tf-auth-page {
    background: linear-gradient(180deg, #fbfbfc 0%, #f2f2f7 100%);
}
.tf-auth-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(20, 20, 24, 0.07);
    box-shadow: 0 20px 56px rgba(20, 20, 32, 0.1);
    padding: 2.25rem 1.75rem 2rem;
}
@media (min-width: 576px) {
    .tf-auth-card {
        padding: 2.5rem 2.25rem 2.25rem;
    }
}
.tf-auth-card-head {
    margin-bottom: 1.75rem;
}
.tf-auth-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(80, 51, 255, 0.12) 0%, rgba(242, 72, 180, 0.12) 100%);
    color: var(--td-theme-primary);
    font-size: 1.5rem;
}
.tf-auth-kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--td-theme-secondary);
    margin-bottom: 0.35rem;
}
.tf-auth-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    color: var(--td-common-black);
}
.tf-auth-lead {
    font-size: 15px;
    line-height: 1.55;
    color: #5c5c68;
    margin: 0;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}
.tf-auth-notice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f4f4f8;
    border: 1px solid #e6e6ee;
    font-size: 13px;
    line-height: 1.5;
    color: #4a4a55;
    margin-bottom: 1.75rem;
}
.tf-auth-notice__icon {
    flex-shrink: 0;
    color: var(--td-theme-primary);
    margin-top: 2px;
}
.tf-auth-flash {
    border: none !important;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    padding: 14px 16px !important;
}
.tf-auth-check--multiline {
    font-size: 14px;
    line-height: 1.55;
    color: var(--td-grey-1);
}
.tf-auth-check--multiline a {
    font-weight: 600;
    color: var(--td-theme-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.tf-auth-check--multiline a:hover {
    color: var(--td-theme-secondary);
}
.tf-auth-form {
    margin-bottom: 1.5rem;
}
.tf-auth-field {
    margin-bottom: 1.1rem;
}
.tf-auth-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #3d3d48;
    margin-bottom: 8px;
}
.tf-auth-input {
    border-radius: 12px !important;
    border: 1px solid #dcdce6 !important;
    min-height: 50px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.tf-auth-input:focus:not(:disabled) {
    outline: none;
    border-color: var(--td-theme-secondary) !important;
    box-shadow: 0 0 0 3px rgba(242, 72, 180, 0.15);
}
.tf-auth-input:disabled {
    background: #f5f5f8;
    cursor: not-allowed;
    opacity: 0.85;
}
.tf-auth-check {
    font-size: 14px;
    color: var(--td-grey-1);
    cursor: pointer;
}
.tf-auth-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--td-theme-secondary);
}
.tf-auth-link-muted {
    font-size: 13px;
    color: var(--td-grey-1);
}
.tf-auth-submit {
    min-height: 52px;
    border-radius: 12px !important;
    font-weight: 600 !important;
}
.tf-auth-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.tf-auth-switch {
    font-size: 15px;
    color: #5c5c68;
}
.tf-auth-switch a {
    font-weight: 600;
    color: var(--td-theme-primary);
    text-decoration: none;
}
.tf-auth-switch a:hover {
    color: var(--td-theme-secondary);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.tf-auth-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.75rem 0 1.25rem;
    color: #9a9aa8;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.tf-auth-divider::before,
.tf-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0ea, transparent);
}
.tf-auth-alt a {
    font-size: 14px;
    font-weight: 500;
    color: var(--td-grey-1);
    text-decoration: none;
}
.tf-auth-alt a:hover {
    color: var(--td-theme-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Checkout — Interface 04 / 05 */
.tf-checkout-panel {
    padding: 1.75rem 1.5rem;
}
@media (min-width: 576px) {
    .tf-checkout-panel {
        padding: 2rem 1.75rem;
    }
}
.tf-checkout-panel__title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    color: var(--td-common-black);
}
.tf-checkout-progress__track {
    height: 6px;
    border-radius: 999px;
    background: #e8e8ef;
    overflow: hidden;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.tf-checkout-progress__fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--td-theme-primary), var(--td-theme-secondary));
    transition: width 0.35s ease;
}
.tf-checkout-progress__label {
    font-size: 15px;
    color: var(--td-grey-1);
}
.tf-checkout-oauth__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid #dcdce6;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #3d3d48;
    cursor: not-allowed;
    opacity: 0.65;
}
.tf-checkout-recap__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: var(--td-common-black);
}
.tf-checkout-recap__name {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: var(--td-common-black);
}
.tf-checkout-recap__meta {
    line-height: 1.55;
}
.tf-checkout-recap__empty {
    background: #f8f8fb;
    border: 1px dashed #d0d0dc;
}
.tf-checkout-recap__total-row {
    margin-top: 4px;
}
.tf-checkout-timer {
    background: linear-gradient(135deg, rgba(80, 51, 255, 0.08) 0%, rgba(242, 72, 180, 0.08) 100%);
    border: 1px solid rgba(80, 51, 255, 0.15);
}
.tf-checkout-timer__label {
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #6b6b78;
}
.tf-checkout-timer__value {
    color: var(--td-theme-primary);
}
.tf-checkout-recap-wrap {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}
@media (max-width: 991px) {
    .tf-checkout-recap-wrap {
        position: static;
    }
}
.tf-checkout-alert {
    font-size: 14px;
    line-height: 1.5;
}
.tf-checkout-form .invalid-feedback {
    font-size: 13px;
}
.tf-checkout-block {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ececf2;
}
.tf-checkout-block:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.tf-checkout-payment-list {
    display: grid;
    gap: 10px;
}
.tf-checkout-payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    background: #f8f8fb;
    border: 1px solid #e8e8ef;
    cursor: pointer;
    font-size: 14px;
    color: #3d3d48;
}
.tf-checkout-payment-option input {
    width: 17px;
    height: 17px;
    accent-color: var(--td-theme-secondary);
}
.tf-checkout-card-preview {
    border-radius: 16px;
    background: linear-gradient(135deg, #5033ff 0%, #7f3cff 45%, #f248b4 100%);
    color: #fff;
    padding: 18px 16px;
    box-shadow: 0 14px 34px rgba(80, 51, 255, 0.3);
}
.tf-checkout-card-preview__chip {
    width: 42px;
    height: 30px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 18px;
}
.tf-checkout-card-preview__number {
    font-size: 1.05rem;
    letter-spacing: 0.09em;
    font-weight: 700;
}
.tf-checkout-card-preview__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
}
.tf-checkout-security-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tf-checkout-security-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a55;
    background: #f3f3f8;
    border: 1px solid #e3e3ed;
}
.tf-checkout-back-btn {
    background: #fff !important;
    color: var(--td-theme-primary) !important;
    border: 1px solid #d8d8e2;
}
.tf-checkout-pay-btn {
    min-height: 52px;
    border-radius: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 12px 34px rgba(80, 51, 255, 0.24);
}
.tf-order-success {
    background: linear-gradient(135deg, #1f9d57 0%, #27c072 100%);
    color: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 14px 34px rgba(31, 157, 87, 0.26);
}
.tf-order-success__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.22);
}
.tf-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tf-order-actions form {
    margin: 0;
}
.tf-order-actions .td-btn-square {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.tf-order-actions button.td-btn-square {
    border: 0;
}
.tf-order-ticket h4 {
    font-size: 1.2rem;
}
.tf-my-tickets-tabs {
    display: inline-flex;
    gap: 8px;
    background: #fff;
    border-radius: 999px;
    padding: 6px;
    border: 1px solid #ececf2;
}
.tf-my-tickets-tab {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #4a4a55;
    text-decoration: none;
}
.tf-my-tickets-tab.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--td-theme-primary), var(--td-theme-secondary));
}
.tf-my-ticket-thumb {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.tf-ticket-status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.tf-ticket-status.is-upcoming {
    color: #1e874b;
    background: #e8f8ef;
}
.tf-ticket-status.is-past {
    color: #666674;
    background: #efeff5;
}
.tf-account-page hr {
    border-color: #ececf2;
    opacity: 1;
}
.tf-account-danger-zone {
    border-left: 4px solid #e74c3c !important;
}
.tf-account-delete-btn {
    background: #e74c3c !important;
    border-color: #e74c3c !important;
    color: #fff !important;
}
.tf-account-delete-btn:hover {
    background: #c0392b !important;
    border-color: #c0392b !important;
}

.tf-search-hero {
    margin-top: -80px;
    position: relative;
    z-index: 3;
}
.tf-search-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 80px rgba(20, 20, 24, 0.12);
    padding: 28px 28px 20px;
}
.tf-search-card .form-control,
.tf-search-card .form-select {
    border-radius: 10px;
    border: 1px solid #e8e8ef;
    min-height: 52px;
}
.tf-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #e8e8ef;
    color: var(--td-common-black);
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s;
    margin: 6px;
}
.tf-chip:hover {
    border-color: var(--td-theme-primary);
    color: var(--td-theme-primary);
}
.tf-event-badges {
    position: absolute;
    left: 12px;
    top: 12px;
    right: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    pointer-events: none;
}
.tf-badge {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 6px 10px;
    border-radius: 6px;
    color: #fff;
}
.tf-badge--warn {
    background: #e67e22;
}
.tf-badge--danger {
    background: #c0392b;
}
.tf-badge--price {
    background: rgba(20, 20, 24, 0.85);
    margin-right: auto;
}
.tf-stats-row {
    border-radius: 20px;
    background: linear-gradient(135deg, #5033ff 0%, #7c5cff 100%);
    color: #fff;
    padding: 48px 24px;
}
.tf-stats-row .tf-stat-num {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}
.tf-stats-row .tf-stat-label {
    opacity: 0.9;
    font-size: 15px;
}

/* Bloc « formules » : texte long lisible, cartes pleine largeur sans colonne prix */
.td-tickets-area .td-tickets-title-wrap .td-section-text {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.65;
}
.td-tickets-details.td-tickets-details--full {
    width: 100%;
}

/* Catalogue (INTERFACE 02) — mise en page renforcée */
.tf-catalog-section {
    position: relative;
}
.tf-catalog-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(252, 252, 254, 0.92) 0%, rgba(248, 248, 252, 0.95) 40%, rgba(245, 245, 250, 0.97) 100%);
    pointer-events: none;
    z-index: 0;
}
.tf-catalog-section .container {
    position: relative;
    z-index: 1;
}

.tf-catalog-sidebar {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(20, 20, 24, 0.06);
    box-shadow: 0 16px 48px rgba(20, 20, 32, 0.08);
    padding: 28px 22px 26px;
}
@media (min-width: 992px) {
    .tf-catalog-sidebar {
        position: sticky;
        top: 100px;
    }
}
.tf-catalog-sidebar__kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--td-theme-secondary);
    margin-bottom: 6px;
}
.tf-catalog-sidebar__hint {
    font-size: 14px;
    line-height: 1.5;
    color: var(--td-grey-1);
    opacity: 0.9;
}
.tf-catalog-sidebar__head .td-product-left-title {
    font-size: 1.35rem;
    letter-spacing: -0.02em;
}
.tf-filter-block {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ececf2;
}
.tf-filter-block--last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tf-filter-heading {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b6b78;
    margin-bottom: 14px;
}

.tf-catalog-search input {
    border-radius: 12px !important;
    border: 1px solid #e0e0e8 !important;
    min-height: 48px;
    padding-left: 16px !important;
    padding-right: 48px !important;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.tf-catalog-search input:focus {
    outline: none;
    border-color: var(--td-theme-secondary) !important;
    box-shadow: 0 0 0 3px rgba(242, 72, 180, 0.18);
}

.tf-cat-check--boxed {
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8f8fb;
    border: 1px solid #ececf2;
    transition: background 0.2s, border-color 0.2s;
}
.tf-cat-check--boxed:hover {
    background: #f3f3f8;
    border-color: #e0e0ea;
}

.tf-date-presets label {
    font-family: var(--td-ff-poppins);
    font-size: 14px;
    color: var(--td-grey-1);
    cursor: pointer;
    padding: 8px 10px;
    margin-bottom: 4px !important;
    border-radius: 10px;
    transition: background 0.15s;
}
.tf-date-presets label:hover {
    background: rgba(20, 20, 32, 0.04);
}
.tf-date-presets input {
    margin-right: 10px;
    accent-color: var(--td-theme-secondary);
}

.tf-catalog-sidebar__actions {
    margin-top: 24px;
    padding-top: 8px;
}
.tf-catalog-apply {
    min-height: 50px;
}
.tf-catalog-reset {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--td-grey-1);
    text-decoration: none;
    transition: color 0.2s;
}
.tf-catalog-reset:hover {
    color: var(--td-theme-primary);
}

.tf-catalog-main {
    min-width: 0;
}
.tf-catalog-toolbar {
    background: #fff;
    border: 1px solid rgba(20, 20, 24, 0.06);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(20, 20, 32, 0.06);
    padding: 18px 22px;
    margin-bottom: 28px;
}
.tf-result-count {
    font-size: 17px;
    color: var(--td-grey-1);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.tf-result-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--td-theme-primary) 0%, var(--td-theme-secondary) 100%);
    line-height: 1.2;
}
.tf-sort-label {
    font-size: 14px;
    font-weight: 500;
    color: #5c5c68;
}
.tf-sort-select {
    min-width: 220px;
    border-radius: 12px !important;
    border: 1px solid #d8d8e0 !important;
    min-height: 48px;
    font-size: 14px;
    font-weight: 500;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.tf-sort-select:focus {
    border-color: var(--td-theme-secondary) !important;
    box-shadow: 0 0 0 3px rgba(242, 72, 180, 0.12);
}

.tf-catalog-grid .td-schedule-2-item {
    border-radius: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.tf-catalog-grid > [class*="col-"] {
    display: flex;
}
.tf-catalog-grid .td-schedule-2-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(20, 20, 32, 0.16);
    border-color: rgba(80, 51, 255, 0.18);
}
.tf-catalog-grid .td-schedule-2-thumb img {
    border-radius: 18px 18px 0 0;
    aspect-ratio: 318 / 220;
    object-fit: cover;
}
.tf-catalog-event-card {
    background: #fff;
    border: 1px solid rgba(20, 20, 24, 0.08);
    box-shadow: 0 14px 34px rgba(20, 20, 32, 0.08);
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tf-catalog-event-card__thumb {
    position: relative;
}
.tf-catalog-event-card__content {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.tf-catalog-event-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.tf-catalog-event-card__info-line {
    font-size: 13px;
    color: #646473;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.35;
}
.tf-catalog-event-card__content .td-schedule-2-title {
    font-size: 1.12rem;
    line-height: 1.22;
    letter-spacing: -0.01em;
    min-height: 2.4em;
}
.tf-catalog-event-card__content .td-schedule-2-title a:hover {
    color: var(--td-theme-primary);
}
.tf-catalog-event-card__publisher {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4f4f5c;
    line-height: 1.3;
}
.tf-catalog-event-card__publisher-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(80, 51, 255, 0.12), rgba(242, 72, 180, 0.12));
    color: var(--td-theme-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}
.tf-catalog-event-card__publisher-label {
    color: #7a7a88;
}
.tf-catalog-event-card__publisher strong {
    color: #2e2e36;
    font-weight: 700;
}
.tf-catalog-event-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
}
.tf-catalog-event-card__meta-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: #f3f3f8;
    color: #4a4a55;
}
.tf-catalog-event-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1e874b;
    background: #e8f8ef;
}
.tf-catalog-event-card__status--warn {
    color: #9a5a00;
    background: #fcefdc;
}
.tf-catalog-event-card__status--danger {
    color: #8b2020;
    background: #f9e2e2;
}
.tf-catalog-event-card__cta {
    min-height: 46px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 22px rgba(242, 72, 180, 0.22);
    margin-top: auto;
}

.tf-catalog-pagination .pagination {
    margin-top: 0;
}

.tf-empty-catalog {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 32px 52px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ececf2;
    box-shadow: 0 12px 40px rgba(20, 20, 32, 0.06);
}
.tf-empty-catalog__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #f5f5fa 0%, #ececf5 100%);
    color: var(--td-theme-secondary);
    font-size: 28px;
}
.tf-empty-catalog__subtitle {
    margin-bottom: 10px !important;
}
.tf-empty-catalog__title {
    margin-bottom: 14px !important;
}
.tf-empty-catalog__text {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

.tf-cat-check {
    cursor: pointer;
    font-family: var(--td-ff-poppins);
    font-size: 15px;
    color: var(--td-grey-1);
}
.tf-cat-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--td-theme-secondary);
}
.tf-event-cat-badge-inline {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 5px 10px;
    border-radius: 6px;
    background: var(--td-theme-secondary);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 12px;
}
.tf-cat--musique.tf-event-cat-badge-inline { background: #8e44ad; }
.tf-cat--sport.tf-event-cat-badge-inline { background: #2980b9; }
.tf-cat--theatre.tf-event-cat-badge-inline { background: #c0392b; }
.tf-cat--festival.tf-event-cat-badge-inline { background: #d35400; }
.tf-cat--culture.tf-event-cat-badge-inline { background: #16a085; }
.tf-cat--danse.tf-event-cat-badge-inline { background: #6c3483; }
.tf-cat--cinema.tf-event-cat-badge-inline { background: #2c3e50; }
.tf-cat--conferences.tf-event-cat-badge-inline { background: #34495e; }
.tf-cat--autre.tf-event-cat-badge-inline { background: var(--td-theme-secondary); }
.pagination {
    justify-content: center;
    margin-bottom: 0;
}

/* Pages légales (CGV, confidentialité) */
.tf-legal-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(20, 20, 24, 0.06);
    box-shadow: 0 16px 48px rgba(20, 20, 32, 0.07);
}
.tf-legal-notice {
    padding: 14px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(80, 51, 255, 0.08) 0%, rgba(242, 72, 180, 0.08) 100%);
    border: 1px solid rgba(80, 51, 255, 0.15);
    font-size: 14px;
    line-height: 1.55;
    color: #3d3d48;
    margin-bottom: 2rem;
}
.tf-legal-prose {
    font-size: 16px;
    line-height: 1.7;
    color: #3d3d48;
}
.tf-legal-prose h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    color: var(--td-common-black);
    letter-spacing: -0.01em;
}
.tf-legal-prose h3:first-of-type {
    margin-top: 0;
}
.tf-legal-prose p {
    margin-bottom: 1rem;
}
.tf-legal-prose p:last-child {
    margin-bottom: 0;
}
.tf-legal-prose ul {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}
.tf-legal-prose li {
    margin-bottom: 0.5rem;
}
.tf-legal-prose li:last-child {
    margin-bottom: 0;
}
.tf-legal-prose a {
    color: var(--td-theme-primary);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.tf-legal-prose a:hover {
    color: var(--td-theme-secondary);
}

/* Fiche événement (INTERFACE 03) */
.tf-event-detail {
    background: linear-gradient(180deg, #fbfbfc 0%, #f4f4f8 55%, #f0f0f5 100%);
}
.tf-event-alert {
    border: none !important;
    border-radius: 14px;
    box-shadow: 0 10px 36px rgba(80, 51, 255, 0.12);
    padding: 16px 20px !important;
    font-size: 15px;
    line-height: 1.5;
}
.tf-event-hero img {
    border-radius: 18px;
    box-shadow: 0 24px 56px rgba(20, 20, 32, 0.14);
    display: block;
}
.tf-event-body {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.75rem;
    box-shadow: 0 12px 40px rgba(20, 20, 32, 0.07);
    border: 1px solid rgba(20, 20, 24, 0.06);
    margin-bottom: 2rem;
}
.tf-event-body .td-schedule-details-title {
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.tf-event-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #3d3d48;
    margin-bottom: 1.25rem;
}
.tf-event-meta-line {
    font-size: 15px;
    line-height: 1.65;
    color: var(--td-grey-1);
}
.tf-event-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e2ea 15%, #e2e2ea 85%, transparent);
    margin: 1.75rem 0 1.5rem;
    opacity: 1;
}
.tf-event-subtitle {
    font-size: 1.25rem !important;
    letter-spacing: -0.01em;
}
.tf-event-inclusions {
    background: #fff;
    border-radius: 20px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 12px 40px rgba(20, 20, 32, 0.06);
    border: 1px solid rgba(20, 20, 24, 0.06);
}
.tf-event-inclusions ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f5;
    align-items: flex-start;
}
.tf-event-inclusions ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.tf-event-block {
    scroll-margin-top: 100px;
}
.tf-event-hint {
    font-size: 14px;
    color: #6b6b78;
    line-height: 1.5;
}
.tf-event-section-link {
    flex-shrink: 0;
}
.tf-map-embed--card {
    border-radius: 16px;
    border: 1px solid rgba(20, 20, 24, 0.08);
    box-shadow: 0 12px 36px rgba(20, 20, 32, 0.08);
    min-height: 300px;
}
.tf-event-side-card {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 26px 22px !important;
    box-shadow: 0 16px 48px rgba(20, 20, 32, 0.09);
    border: 1px solid rgba(20, 20, 24, 0.06) !important;
}
.tf-event-side-card .td-schedule-details-info-list ul li {
    padding: 10px 0;
    border-color: #ececf2 !important;
}
.tf-event-side-card .ceta {
    color: #6b6b78;
    font-weight: 500;
}
.tf-event-tickets-card {
    padding-bottom: 22px !important;
}
.tf-ticket-card {
    background: #f8f8fb;
    border: 1px solid #e8e8ef;
    border-radius: 14px;
    padding: 18px 16px 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.tf-ticket-card:hover:not(.tf-ticket-row--soldout) {
    border-color: #dcdce6;
    box-shadow: 0 8px 24px rgba(20, 20, 32, 0.06);
}
.tf-ticket-card .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--td-common-black);
}
.tf-ticket-summary {
    background: linear-gradient(135deg, rgba(80, 51, 255, 0.06) 0%, rgba(242, 72, 180, 0.06) 100%);
    border-radius: 14px;
    padding: 16px 18px !important;
    border: 1px solid rgba(80, 51, 255, 0.12);
}
.tf-ticket-summary ul li {
    padding: 6px 0 !important;
    border: none !important;
    font-weight: 600;
    font-size: 15px;
}
.tf-ticket-checkout-btn {
    min-height: 52px;
    line-height: 1.3;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 12px 32px rgba(80, 51, 255, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
}
.tf-ticket-checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(80, 51, 255, 0.32);
}
.tf-event-similar-intro {
    font-size: 16px;
    color: var(--td-grey-1);
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}
@media (min-width: 992px) {
    .tf-ticket-sticky {
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }
}
.tf-fav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.tf-fav-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.tf-fav-btn--muted {
    opacity: 0.55;
    cursor: not-allowed;
}
.tf-ticket-row--soldout {
    opacity: 0.65;
}
.tf-ticket-row--soldout .td-schedule-details-quantity {
    pointer-events: none;
}
.tf-gallery-thumb img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.tf-map-embed {
    min-height: 280px;
    background: #e8e8ef;
}

/* Intervenants — team-details.html sur la fiche événement */
.tf-ml-team-details {
    margin-left: 0;
}
@media (min-width: 992px) {
    .tf-ml-team-details {
        margin-left: 50px;
    }
}
.tf-mr-team-details {
    margin-right: 0;
}
@media (min-width: 1200px) {
    .tf-mr-team-details {
        margin-right: 170px;
    }
}
.tf-event-participants .td-team-area .container {
    max-width: 100%;
}

.tf-participant-preview-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.tf-participant-preview-card {
    background: #fff !important;
    border: 1px solid rgba(20, 20, 24, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 32px rgba(20, 20, 32, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tf-participant-preview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(20, 20, 32, 0.1);
}
.tf-intervenants-page .td-team-area:last-child {
    margin-bottom: 0 !important;
}

/* Organisateur */
.tf-org-cta-btn {
    min-height: 42px;
    border-radius: 999px !important;
    padding: 0 16px !important;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700 !important;
    background: linear-gradient(135deg, var(--td-theme-primary), var(--td-theme-secondary));
    color: #fff !important;
}
.tf-org-dashboard {
    background: #f5f6fb;
}
.tf-org-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
}
@media (max-width: 1199px) {
    .tf-org-layout {
        grid-template-columns: 1fr;
    }
}
.tf-org-sidebar {
    background: #11131f;
    color: #d6d9e9;
    border-radius: 18px;
    padding: 20px 16px;
}
.tf-org-sidebar__title { color: #fff; }
.tf-org-nav { display: grid; gap: 6px; }
.tf-org-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c2c8df;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
}
.tf-org-nav a:hover,
.tf-org-nav a.is-active {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}
.tf-org-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
.tf-org-create-btn { min-height: 46px; }
.tf-org-card {
    background: #fff;
    border: 1px solid rgba(20, 20, 24, 0.08);
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 10px 28px rgba(20, 20, 32, 0.07);
}
.tf-org-kpi {
    background: #fff;
    border-radius: 14px;
    padding: 15px 14px;
    border: 1px solid #ececf2;
    box-shadow: 0 8px 24px rgba(20, 20, 32, 0.06);
}
.tf-org-kpi p { font-size: 13px; color: #686878; }
.tf-org-kpi h3 { font-size: 1.45rem; }
.tf-org-kpi__delta { font-size: 12px; font-weight: 700; }
.tf-org-kpi__delta.is-up { color: #1f9d57; }
.tf-org-kpi__delta.is-down { color: #c0392b; }
.tf-org-periods {
    display: inline-flex;
    gap: 6px;
    background: #f4f4f9;
    border-radius: 999px;
    padding: 4px;
}
.tf-org-periods a {
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #59596a;
    text-decoration: none;
}
.tf-org-periods a.is-active {
    background: #fff;
    color: var(--td-theme-primary);
    box-shadow: 0 4px 12px rgba(20, 20, 24, 0.08);
}
.tf-org-sales-bars {
    height: 220px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.tf-org-sales-bar {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.tf-org-sales-bar__col {
    width: 100%;
    border-radius: 10px 10px 6px 6px;
    background: linear-gradient(180deg, #7f67ff 0%, #5033ff 100%);
}
.tf-org-sales-bar__label { font-size: 11px; color: #727285; }
.tf-org-pie {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
}
.tf-org-progress {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #ececf4;
    overflow: hidden;
    margin-bottom: 4px;
}
.tf-org-progress span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #5033ff, #f248b4);
}
.tf-org-table th {
    font-size: 12px;
    text-transform: uppercase;
    color: #7b7b8b;
    letter-spacing: 0.04em;
}
.tf-org-table td { font-size: 14px; }
.tf-org-table__link {
    font-size: 13px;
    font-weight: 600;
    color: var(--td-theme-primary);
    text-decoration: none;
    margin-right: 10px;
}
.tf-org-note {
    border: 1px solid #ececf3;
    border-radius: 12px;
    padding: 12px;
    background: #fafafe;
}
.tf-org-note p { font-size: 14px; line-height: 1.45; }
.tf-org-note small { color: #7d7d8c; }

.tf-org-layout--dark .tf-org-main {
    color: #e6e9f5;
}
.tf-org-sidebar--dark {
    background: linear-gradient(180deg, #0f1629 0%, #0b1222 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.45);
}
.tf-org-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #45e6c1;
    font-size: 1.02rem;
}
.tf-org-brand i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(69, 230, 193, 0.14);
}
.tf-org-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.tf-org-topbar__welcome {
    color: #f1f3fa;
    font-weight: 700;
}
.tf-org-topbar small {
    color: #9ea5c1;
}
.tf-org-hero {
    border-radius: 16px;
    padding: 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(120deg, #d11f1f 0%, #6c2bd9 38%, #0ea37f 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(14, 163, 127, 0.18);
}
.tf-org-hero p {
    color: rgba(255, 255, 255, 0.88);
}
.tf-org-kpi--dark,
.tf-org-card--dark {
    background: #171b2b;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.36);
}
.tf-org-kpi--dark p {
    color: #9ea5bf;
}
.tf-org-kpi--dark h3 {
    color: #f5f7ff;
}
.tf-org-card--dark h4 {
    color: #f5f7ff;
}
.tf-org-periods {
    background: #111729;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.tf-org-periods a {
    color: #a9b0ca;
}
.tf-org-periods a.is-active {
    background: #2a324d;
    color: #fff;
    box-shadow: none;
}
.tf-org-table--dark th,
.tf-org-table--dark td {
    color: #c6cbe0;
    border-color: rgba(255, 255, 255, 0.08);
    background: transparent;
}
.tf-org-table--dark td:first-child {
    color: #f3f6ff;
    font-weight: 600;
}
.tf-org-note--dark {
    background: #111729;
    border-color: rgba(255, 255, 255, 0.08);
}
.tf-org-note--dark p {
    color: #d8dced;
}
.tf-org-note--dark small {
    color: #9ea5bf;
}

/* Confiance (bandeau au-dessus du footer) + cookies */
.tf-trust-bar {
    background: #fff;
    border-top: 1px solid #e6e7ed;
    border-bottom: 1px solid #e6e7ed;
    padding: 1.75rem 0;
}

.tf-trust-bar__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    height: 100%;
    padding: 12px 10px;
    border-radius: 12px;
    border: 1px solid #ececf2;
    background: #fafbfc;
}

.tf-trust-bar__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef0f5;
    color: #3d3d48;
    font-size: 1rem;
}

.tf-trust-bar__text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1e1e24;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.tf-trust-bar__desc {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #5c5d68;
}

.tf-trust-bar__desc a {
    color: #5033ff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tf-trust-bar__desc a:hover {
    color: #f248b4;
}

.tf-contact-access {
    padding: 1.1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #e4e5ec;
    background: #fafbff;
}

.tf-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    padding: 14px 0;
    background: rgba(26, 29, 38, 0.97);
    color: #e8e9ef;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.18);
}

.tf-cookie-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.tf-cookie-banner__content {
    flex: 1 1 280px;
    max-width: 52rem;
}

.tf-cookie-banner__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff;
    letter-spacing: -0.01em;
}

.tf-cookie-banner__desc {
    font-size: 13px;
    line-height: 1.5;
    color: #c5c7d4;
}

.tf-cookie-banner__desc a {
    color: #a8b4ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tf-cookie-banner__desc a:hover {
    color: #fff;
}

.tf-cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.tf-cookie-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.tf-cookie-banner__btn--primary {
    background: #fff;
    color: #1a1d26;
}

.tf-cookie-banner__btn--primary:hover {
    background: #e8e9ef;
    color: #1a1d26;
}

.tf-cookie-banner__btn--ghost {
    background: transparent;
    color: #e8e9ef;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.tf-cookie-banner__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
