@font-face {
  font-family: 'poppins';
  src: url('poppins.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'legrand';
  src: url('legrand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lora';
  src: url('lora.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'futura';
  src: url('futura.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-deep: #032e69;
  --blue-ink: #063468;
  --blue-soft: #26799d;
  --yellow: #ffd940;
  --orange: #ef7b2e;
  --orange-deep: #c65119;
  --cream: #fffaf0;
  --paper: rgba(255, 250, 239, 0.88);
  --paper-strong: rgba(255, 252, 244, 0.94);
  --line: rgba(3, 46, 105, 0.17);
  --shadow: 0 22px 50px rgba(0, 31, 80, 0.22);
  --radius-lg: 28px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.reservations-page {
  min-height: 100vh;
  margin: 0;
  color: var(--blue-deep);
  font-family: poppins, Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.85) 0 1px, transparent 2px),
    radial-gradient(circle at 91% 42%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(80, 27, 99, 0.40) 0%, rgba(7, 60, 114, 0.56) 32%, rgba(6, 42, 101, 0.90) 100%),
    url('../img/fond.jpg') center top / cover fixed;
  overflow-x: hidden;
}

body.reservations-page::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 64% 16%, rgba(255,255,255,.75) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 72%, rgba(255,255,255,.65) 0 2px, transparent 3px),
    radial-gradient(circle at 5% 70%, rgba(255,255,255,.58) 0 2px, transparent 3px);
  opacity: .75;
}

body.reservations-page::after {
  content: '';
  position: fixed;
  inset: auto 0 0 0;
  height: 40vh;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(2, 36, 82, 0.35), transparent 80%);
}

button, input, textarea { font: inherit; }
button { cursor: pointer; }

.reservations-top,
.reservations-main,
.reservations-footer {
  position: relative;
  z-index: 1;
}

.reservations-top {
  min-height: 88px;
  padding: 24px clamp(18px, 4vw, 62px) 0;
}

.reservations-logo {
  position: absolute;
  top: 24px;
  left: clamp(18px, 3.6vw, 62px);
  display: block;
  width: clamp(82px, 8.2vw, 118px);
  opacity: .96;
}

.reservations-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.reservations-return {
  position: absolute;
  top: 34px;
  right: clamp(18px, 3.6vw, 62px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff8db;
  background: rgba(3, 46, 105, 0.28);
  border: 1px solid rgba(255, 217, 64, 0.26);
  text-decoration: none;
  font-family: futura, poppins, Arial, sans-serif;
  letter-spacing: .03em;
  font-size: .94rem;
  backdrop-filter: blur(8px);
  transition: background 160ms ease, transform 160ms ease;
}

.reservations-return:hover {
  background: rgba(3, 46, 105, 0.44);
  transform: translateY(-1px);
}

.reservations-main {
  width: min(1680px, calc(100% - clamp(28px, 5vw, 116px)));
  margin: 0 auto;
  padding-bottom: 44px;
}

.reservations-hero {
  max-width: 1180px;
  margin: 0 auto 30px;
  text-align: center;
}

.reservations-hero h1 {
  margin: 0 auto;
  line-height: 1;
}

.title-image-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-image-heading img {
  display: block;
  width: min(760px, 68vw);
  max-height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 20, 70, .28));
}

.reservations-subtitle {
  max-width: 990px;
  margin: 10px auto 0;
  color: rgba(255, 253, 239, .94);
  font-family: futura, poppins, Arial, sans-serif;
  font-size: clamp(.95rem, 1.18vw, 1.18rem);
  line-height: 1.34;
  letter-spacing: .01em;
  text-shadow: 0 2px 10px rgba(0, 22, 70, .32);
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
  gap: clamp(18px, 1.8vw, 28px);
  align-items: start;
}

.card-soft {
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 252, 244, .93), rgba(249, 247, 235, .86)),
    url('../img/programme-paper-texture.jpg') center / cover;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.reservation-composer {
  padding: clamp(24px, 2.4vw, 36px);
}

.section-title,
.side-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  font-family: lora, Georgia, serif;
  font-size: 1.6rem;
  background: linear-gradient(145deg, var(--orange), var(--blue-deep));
  box-shadow: 0 12px 26px rgba(3, 46, 105, .22);
}

.section-icon.small {
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
}

.section-title h2,
.side-title h2,
.mecenat-section h2 {
  margin: 0;
  color: var(--blue-deep);
  font-family: futura, poppins, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .01em;
}

.section-title h2 { font-size: clamp(1.45rem, 1.55vw, 1.9rem); }
.side-title h2 { font-size: clamp(1.25rem, 1.35vw, 1.62rem); }

.section-title p {
  margin: 4px 0 0;
  color: rgba(3, 46, 105, .74);
  font-family: futura, poppins, Arial, sans-serif;
  font-size: .98rem;
}


.ticket-table { margin-top: 20px; }

.ticket-head,
.ticket-row {
  display: grid;
  grid-template-columns: minmax(265px, 1.5fr) repeat(3, minmax(100px, .58fr));
  gap: 12px;
  align-items: center;
}

.ticket-head {
  padding: 0 14px 8px;
  margin-bottom: 12px;
}

.ticket-col-head {
  text-align: center;
  color: var(--blue-deep);
}
.ticket-col-head strong {
  display: block;
  font-family: poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--blue-deep);
}
.ticket-col-head sup {
  font-size: .68em;
  line-height: 0;
  vertical-align: super;
  margin-left: 1px;
}
.ticket-col-head .adh-note {
  display: block;
  max-width: 210px;
  margin: 6px auto 0;
  color: rgba(3, 46, 105, .62);
  font-family: poppins, Arial, sans-serif;
  font-size: .74rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.ticket-day-card {
  margin-top: 14px;
  padding: 13px 16px 10px;
  border: 1px solid rgba(3, 46, 105, .11);
  border-radius: 19px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.50), rgba(255,255,255,.24)),
    rgba(255,255,255,.28);
  box-shadow: 0 10px 22px rgba(3, 46, 105, .06);
}
.ticket-day-card:first-of-type { margin-top: 8px; }

.day-group-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 7px;
  color: var(--blue-deep);
}
.day-group-title span {
  flex: 1;
  max-width: 42px;
  height: 1px;
  background: rgba(3, 46, 105, .22);
}
.day-group-title span:last-child { max-width: none; }
.day-group-title strong {
  font-family: poppins, Arial, sans-serif;
  color: var(--orange-deep);
  font-size: .93rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: none;
}

.ticket-row {
  min-height: 60px;
  padding: 10px 0;
  border-top: 1px solid rgba(3, 46, 105, .10);
}
.ticket-day-card .ticket-row:first-of-type { border-top: 0; }

.ticket-row-free {
  margin: 6px 0 2px;
  padding: 12px 14px;
  border: 1px solid rgba(239, 123, 46, .18);
  border-radius: 15px;
  background: rgba(255, 252, 244, .52);
}

.ticket-info {
  min-width: 0;
}

.row-icon { display: none !important; }

.ticket-info h3 {
  margin: 0;
  color: var(--blue-deep);
  font-family: poppins, Arial, sans-serif;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}
.ticket-info p {
  margin: 4px 0 0;
  color: rgba(3, 46, 105, .66);
  font-size: .82rem;
  line-height: 1.18;
}
.ticket-info .ticket-note-line {
  color: rgba(3, 46, 105, .62);
  font-size: .78rem;
  font-style: normal;
}

.free-badge {
  grid-column: 2 / 5;
  justify-self: center;
  width: min(380px, 100%);
  padding: 8px 18px;
  border: 1px solid rgba(239, 123, 46, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--orange-deep);
  text-align: center;
  font-family: poppins, Arial, sans-serif;
  font-weight: 600;
  font-size: .9rem;
}

.ticket-price {
  display: grid;
  justify-items: center;
  gap: 6px;
}
.ticket-price .price {
  min-height: 18px;
  color: var(--blue-deep);
  font-family: poppins, Arial, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: 0;
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 28px 36px 28px;
  align-items: center;
  min-width: 94px;
  min-height: 29px;
  border: 1px solid rgba(3, 46, 105, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  overflow: hidden;
}
.qty-control button {
  width: 28px;
  height: 29px;
  border: 0;
  color: var(--blue-deep);
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1;
}
.qty-control button:hover { background: rgba(255, 217, 64, .22); }
.qty-control output {
  display: block;
  color: var(--blue-deep);
  text-align: center;
  font-family: poppins, Arial, sans-serif;
  font-size: .96rem;
  font-weight: 600;
}

.tariff-footnote { display: none; }
.tariff-footnote-top { display: none; }

.mecenat-callout {
  display: grid;
  grid-template-columns: 102px 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(239, 123, 46, .62);
  border-radius: 16px;
  background: rgba(255, 247, 223, .72);
}
.mecenat-illustration {
  display: grid;
  place-items: center;
  min-height: 66px;
  border-radius: 14px;
  color: var(--orange);
  font-family: lora, Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
  background: rgba(255,255,255,.42);
}
.mecenat-callout h3 {
  margin: 0 0 4px;
  color: var(--blue-deep);
  font-family: futura, poppins, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: .01em;
}
.mecenat-callout p {
  margin: 0;
  color: rgba(34, 31, 35, .78);
  font-size: .86rem;
  line-height: 1.36;
}
.mecenat-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 178px;
  padding: 12px 16px;
  border: 1px solid rgba(239, 123, 46, .68);
  border-radius: 12px;
  color: var(--orange-deep);
  background: rgba(255, 255, 255, .56);
  font-family: futura, poppins, Arial, sans-serif;
  text-decoration: none;
}
.mecenat-link:hover { background: rgba(255, 217, 64, .22); }

.reservation-sidebar {
  position: sticky;
  top: 24px;
  padding: 24px;
}
.selection-empty {
  margin: 22px 0 18px;
  padding: 15px;
  border: 1px dashed rgba(3, 46, 105, .28);
  border-radius: 14px;
  color: rgba(3, 46, 105, .62);
  text-align: center;
  font-size: .9rem;
}
.selection-empty[hidden] { display: none; }
.selection-list { list-style: none; margin: 20px 0 0; padding: 0; }
.selection-item {
  display: grid;
  grid-template-columns: 1fr auto 26px;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.selection-item strong { display: block; color: var(--blue-deep); font-size: .96rem; }
.selection-item span { display: block; margin-top: 2px; color: rgba(3,46,105,.62); font-size: .8rem; }
.selection-price { color: var(--blue-deep); font-family: futura, poppins, Arial, sans-serif; }
.selection-remove {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  color: var(--blue-deep);
  background: rgba(3, 46, 105, .07);
}
.selection-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--blue-deep);
  font-family: futura, poppins, Arial, sans-serif;
  font-size: 1.15rem;
}
.selection-total strong {
  color: var(--orange-deep);
  font-size: 1.72rem;
  font-weight: 600;
}

.reservation-form {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.contact-title { margin-bottom: 14px; }
.reservation-form label { display: block; margin-bottom: 10px; }
.reservation-form label span {
  display: block;
  margin-bottom: 5px;
  color: rgba(3,46,105,.72);
  font-size: .84rem;
}
.reservation-form em { color: var(--orange-deep); font-style: normal; }
.reservation-form small { color: rgba(3,46,105,.55); }
.reservation-form input,
.reservation-form textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(3, 46, 105, .18);
  border-radius: 9px;
  padding: 11px 12px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, .70);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.reservation-form textarea { min-height: 100px; resize: vertical; }
.reservation-form input:focus,
.reservation-form textarea:focus {
  border-color: rgba(239, 123, 46, .56);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 0 0 4px rgba(239, 123, 46, .10);
}

.email-followup-notice {
  margin: 12px 0 0;
  padding: 12px 13px;
  border: 1px solid rgba(3, 46, 105, .13);
  border-radius: 12px;
  color: rgba(3, 46, 105, .70);
  background: rgba(255, 255, 255, .50);
  font-size: .80rem;
  line-height: 1.42;
}
.email-followup-notice p { margin: 0 0 9px; }
.email-followup-optout {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  margin: 0 !important;
  color: rgba(3, 46, 105, .78);
}
.email-followup-optout input {
  width: 16px !important;
  height: 16px;
  flex: 0 0 16px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 4px;
}
.email-followup-optout span {
  display: inline !important;
  margin: 0 !important;
  font-size: inherit !important;
  line-height: 1.42;
  color: inherit !important;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 56px;
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--blue-deep));
  box-shadow: 0 14px 28px rgba(3, 46, 105, .24);
  font-family: futura, poppins, Arial, sans-serif;
  font-size: 1.02rem;
}
.submit-btn:hover { filter: brightness(1.05); }
.form-note { margin: 13px 0 0; color: rgba(3, 46, 105, .72); font-size: .84rem; line-height: 1.35; }

.practical-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 26px);
  margin-top: 24px;
}
.info-card {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 18px;
  background: rgba(255, 250, 239, .86);
  box-shadow: 0 14px 34px rgba(0, 31, 80, .14);
}
.info-card span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--blue-deep);
  background: rgba(255, 217, 64, .20);
  font-weight: 700;
}
.info-card p { margin: 0; color: rgba(3,46,105,.74); font-size: .89rem; line-height: 1.28; }
.info-card strong { color: var(--blue-deep); }

.mecenat-section {
  margin-top: 26px;
  padding: clamp(26px, 2.5vw, 36px);
  border-color: rgba(255, 217, 64, .34);
  background:
    linear-gradient(135deg, rgba(255, 249, 228, .91), rgba(255, 238, 202, .80)),
    url('../img/programme-paper-texture.jpg') center / cover;
}
.mecenat-intro { max-width: 820px; margin-bottom: 18px; }
.mecenat-title-img {
  display: block;
  width: min(330px, 68vw);
  height: auto;
  margin: 0 0 12px;
  filter: drop-shadow(0 5px 10px rgba(3, 46, 105, .12));
}

.mecenat-intro .eyebrow {
  margin: 0 0 8px;
  color: var(--orange);
  font-family: legrand, futura, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mecenat-section h2 { font-size: clamp(2rem, 2.6vw, 3rem); }
.mecenat-section p { color: rgba(34,31,35,.78); line-height: 1.45; }
.mecenat-intro-note {
  margin-top: 8px;
  color: rgba(3,46,105,.70) !important;
  font-size: .92rem;
}
.donation-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.donation-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(239, 123, 46, .28);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}
.donation-card h3 {
  margin: 0 0 8px;
  font-family: lora, Georgia, serif;
  font-weight: normal;
  font-size: 1.55rem;
  color: var(--blue-deep);
}
.donation-card p { margin: 0 0 12px; line-height: 1.4; }
.donation-card small { display: block; min-height: 36px; margin-bottom: 18px; color: var(--orange-deep); line-height: 1.35; font-weight: 600; }
.donation-card button {
  width: 100%;
  margin-top: auto;
  border: 0;
  border-radius: 11px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--blue-deep));
  font-family: futura, poppins, Arial, sans-serif;
}
.donation-card.is-selected { outline: 3px solid rgba(255, 217, 64, .32); background: rgba(255, 250, 237, .95); }

.reservations-footer { padding: 20px 24px 38px; text-align: center; }
.reservations-footer a { color: rgba(255, 248, 219, .92); text-decoration: none; }
.reservations-footer a:hover { color: #fff; }

@media (max-width: 1180px) {
  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .reservation-form { margin-top: 0; padding-top: 0; border-top: 0; }
  .practical-strip, .donation-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .reservations-top { min-height: 80px; padding-top: 18px; }
  .reservations-logo { top: 16px; width: 86px; }
  .reservations-return { top: 20px; right: 14px; padding: 7px 10px; font-size: .78rem; }
  .reservations-main { width: min(100% - 24px, 640px); }
  .reservations-hero { margin-bottom: 20px; }
  .title-image-heading img { width: min(86vw, 620px); max-height: 96px; }
  .reservations-subtitle { font-size: .96rem; }
  .reservation-composer, .reservation-sidebar, .mecenat-section { padding: 20px; border-radius: 22px; }
  .section-icon { width: 48px; height: 48px; }
  .section-title h2, .side-title h2 { font-size: 1.55rem; }
  .ticket-head { display: none; }
  .day-group-title { grid-template-columns: 28px auto 1fr; margin-top: 18px; }
  .ticket-row { display: block; min-height: auto; padding: 15px 0; }
  .ticket-info { align-items: flex-start; }
  .ticket-row-free { padding: 14px; }
  .free-badge { display: block; width: 100%; margin-top: 12px; }
  .ticket-price { grid-template-columns: 84px 64px 1fr; justify-items: stretch; align-items: center; gap: 10px; margin: 10px 0 0 56px; }
  .ticket-price::before { content: attr(data-tariff-label); color: rgba(3,46,105,.66); font-size: .82rem; }
  .ticket-price .qty-control { justify-self: end; }
  .tariff-footnote { margin-left: 0; }
  .mecenat-callout { grid-template-columns: 1fr; }
  .mecenat-illustration { display: none; }
  .mecenat-link { width: 100%; }
  .reservation-sidebar { grid-template-columns: 1fr; }
  .practical-strip, .donation-cards { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .title-image-heading img { max-height: 78px; }
  .reservations-main { width: min(100% - 18px, 420px); }
  .reservations-logo { width: 76px; }
  .reservations-return { font-size: 0; }
  .reservations-return::after { content: 'Retour'; font-size: .78rem; }
  .section-title, .side-title { align-items: flex-start; }
  .ticket-price { margin-left: 0; }
  .info-card { min-height: auto; }
}

.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { display: none; margin-top: 12px; padding: 10px 12px; border-radius: 10px; color: var(--blue-deep); background: rgba(255,255,255,.62); border: 1px solid rgba(3,46,105,.12); font-size: .86rem; line-height: 1.35; }
.form-status.is-visible { display: block; }
.form-status.is-success { border-color: rgba(80,145,93,.35); background: rgba(236,250,239,.78); }
.form-status.is-error { border-color: rgba(198,81,25,.36); background: rgba(255,243,232,.82); }
.fallback-copy { width: 100%; min-height: 120px; margin-top: 10px; border: 1px solid rgba(3,46,105,.15); border-radius: 10px; padding: 10px; color: var(--blue-deep); background: rgba(255,255,255,.76); font-size: .82rem; }
.direct-contact { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: rgba(3,46,105,.76); font-size: .86rem; line-height: 1.38; }
.direct-contact p { margin: 0 0 10px; }
.direct-contact strong { color: var(--blue-deep); }
.copy-email-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px 12px; border: 1px solid rgba(3,46,105,.18); border-radius: 999px; color: var(--blue-deep); background: rgba(255,255,255,.64); font-size: .82rem; }
.copy-email-btn:hover { background: rgba(255,217,64,.18); }
.reservations-return { display: none !important; }

/* v9 — adhésion placée avant les tarifs */
.membership-panel {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 20px 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(239, 123, 46, .26);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 249, 229, .72), rgba(255, 255, 255, .48));
  box-shadow: 0 10px 24px rgba(3, 46, 105, .06);
}
.membership-copy h3 {
  margin: 0 0 4px;
  color: var(--blue-deep);
  font-family: lora, Georgia, serif;
  font-size: clamp(1.25rem, 1.25vw, 1.55rem);
  font-weight: normal;
}
.membership-copy p {
  margin: 0;
  color: rgba(3, 46, 105, .66);
  font-size: .9rem;
  line-height: 1.35;
}
.membership-options {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.membership-option {
  min-width: 168px;
  padding: 12px 13px;
  border: 1px solid rgba(3, 46, 105, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .62);
  text-align: center;
}
.membership-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(3, 46, 105, .66);
  font-size: .78rem;
  line-height: 1.1;
}
.membership-option strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-deep);
  font-family: poppins, Arial, sans-serif;
  font-size: .92rem;
  font-weight: 700;
}
.membership-control { min-width: 98px; }
.tariff-note-inline {
  margin: -4px 12px 12px;
  color: rgba(3, 46, 105, .64);
  font-size: .76rem;
  line-height: 1.34;
  text-align: right;
}
.tariff-note-inline sup {
  font-size: .78em;
  vertical-align: super;
}
.tariff-note-inline span {
  opacity: .55;
  padding: 0 .45em;
}

@media (max-width: 820px) {
  .membership-panel { grid-template-columns: 1fr; }
  .membership-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tariff-note-inline { margin: 2px 0 12px; text-align: left; }
}

@media (max-width: 520px) {
  .membership-options { grid-template-columns: 1fr; }
}

/* v10 — horaire intégré au titre du concert, sans répétition de date */
.ticket-title-with-time {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38em;
  align-items: baseline;
}
.ticket-time {
  color: var(--orange-deep);
  font-family: poppins, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .01em;
}
.ticket-title-separator {
  color: rgba(3, 46, 105, .36);
  font-weight: 500;
}
@media (max-width: 520px) {
  .ticket-title-with-time { gap: 0.3em; }
}

/* v11 — horaires en pastille, comme sur la page Programme */
.ticket-title-with-time {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}
.ticket-time,
.ticket-time-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 0.28rem 0.52rem 0.30rem;
  border-radius: 6px;
  color: #fffdf5;
  background: linear-gradient(135deg, #f0a21d, #c68413);
  font-family: poppins, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 14px rgba(140, 83, 16, 0.16);
}
.ticket-title-with-time .ticket-name {
  min-width: 0;
  flex: 1 1 auto;
}
.ticket-title-separator { display: none; }
.ticket-row-free .ticket-time-badge,
.ticket-row-free .ticket-time {
  background: linear-gradient(135deg, #86adb0, #5f9498);
}

@media (max-width: 820px) {
  .ticket-title-with-time {
    gap: 12px;
  }
  .ticket-time,
  .ticket-time-badge {
    min-width: 64px;
    padding: 0.34rem 0.55rem 0.36rem;
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .ticket-title-with-time {
    align-items: flex-start;
    gap: 10px;
  }
  .ticket-time,
  .ticket-time-badge {
    min-width: 62px;
    margin-top: 0.06rem;
  }
}

/* v12 — adhésion plus discrète, choral allégé, notes sous les en-têtes */
.membership-panel {
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  margin: 16px 0 12px;
  padding: 11px 14px;
  border-radius: 15px;
  border-color: rgba(3, 46, 105, .12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.44), rgba(255,250,239,.34)),
    rgba(255,255,255,.18);
  box-shadow: none;
}
.membership-copy h3 {
  font-family: poppins, Arial, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: .01em;
}
.membership-copy p {
  font-size: .76rem;
  line-height: 1.25;
  color: rgba(3, 46, 105, .58);
}
.membership-options { gap: 8px; }
.membership-option {
  min-width: 132px;
  padding: 8px 9px;
  border-radius: 12px;
  background: rgba(255,255,255,.45);
}
.membership-label { font-size: .70rem; }
.membership-option strong {
  margin-bottom: 6px;
  font-size: .82rem;
}
.membership-control {
  min-width: 84px;
  min-height: 26px;
  grid-template-columns: 24px 32px 24px;
}
.membership-control button {
  width: 24px;
  height: 26px;
}
.membership-control output { font-size: .86rem; }

.tariff-note-inline {
  margin: 0 14px 12px;
  color: rgba(3, 46, 105, .64);
  font-size: .74rem;
  line-height: 1.32;
  text-align: right;
}

.ticket-row-free {
  margin: 2px 0 0;
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ticket-row-free .ticket-info h3,
.ticket-row-free .ticket-info .ticket-name {
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.12;
}
.ticket-row-free .ticket-time-badge,
.ticket-row-free .ticket-time {
  min-width: 48px;
  padding: .21rem .42rem .23rem;
  border-radius: 5px;
  font-size: .78rem;
  box-shadow: none;
}
.ticket-row-free .free-badge {
  justify-self: end;
  width: auto;
  max-width: 280px;
  padding: 5px 12px;
  font-size: .74rem;
  font-weight: 500;
  border-color: rgba(239, 123, 46, .18);
  background: rgba(255,255,255,.30);
}
.ticket-note-line {
  margin-top: 6px !important;
  color: rgba(198, 81, 25, .78) !important;
  font-size: .74rem !important;
  line-height: 1.28;
}

@media (max-width: 820px) {
  .membership-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }
  .membership-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tariff-note-inline {
    margin: 0 0 10px;
    text-align: left;
  }
  .ticket-row-free {
    padding: 9px 0 10px;
  }
  .ticket-row-free .free-badge {
    display: inline-flex;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 6px 0 0 0;
    padding: 5px 10px;
  }
}

@media (max-width: 520px) {
  .membership-options { grid-template-columns: 1fr 1fr; }
  .membership-option { min-width: 0; }
  .ticket-row-free .ticket-title-with-time {
    flex-wrap: nowrap;
    align-items: center;
  }
  .ticket-row-free .ticket-name { font-size: .78rem; }
}

/* v15 — page allégée : titre secondaire plus discret, moins de séparateurs, suppression des cartes pratiques */
.reservations-hero { margin-bottom: clamp(22px, 3vw, 38px); }
.reservations-subtitle { display: none; }

.section-title h2,
.side-title h2 {
  font-family: lora, Georgia, serif;
  font-weight: normal;
  letter-spacing: 0;
}
.section-title h2 { font-size: clamp(1.28rem, 1.35vw, 1.62rem); }
.side-title h2 { font-size: clamp(1.16rem, 1.18vw, 1.38rem); }
.section-title p {
  max-width: 760px;
  margin-top: 6px;
  font-family: poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: .92rem;
  line-height: 1.42;
  color: rgba(3, 46, 105, .68);
}
.ticket-col-head strong { font-weight: 600; }
.ticket-day-card {
  margin-top: 16px;
  padding-top: 10px;
  border-color: rgba(3, 46, 105, .08);
  box-shadow: 0 8px 18px rgba(3, 46, 105, .045);
}
.day-group-title { margin-bottom: 3px; }
.day-group-title span { max-width: 28px; opacity: .45; }
.day-group-title span:last-child { max-width: 150px; }
.ticket-row { border-top-color: rgba(3, 46, 105, .055); }
.ticket-info h3 { font-weight: 600; }
.ticket-price .price,
.qty-control output { font-weight: 500; }
.practical-strip { display: none !important; }

@media (max-width: 820px) {
  .section-title h2,
  .side-title h2 { font-size: 1.35rem; }
  .section-title p { font-size: .88rem; }
  .day-group-title span:last-child { max-width: none; }
}

/* v16 — mécénat bleu, notes de tarifs mieux séparées, mention plaids sous les tarifs */
.tariff-note-inline {
  display: grid;
  gap: 3px;
  text-align: center;
  margin: 0 14px 14px;
  color: rgba(3, 46, 105, .62);
}
.tariff-note-inline span {
  display: block;
  opacity: 1;
  padding: 0;
}
.tariff-note-inline span + span {
  margin-top: 1px;
}

.ticket-note-line-after {
  grid-column: 1 / -1;
  margin: 2px 0 0 88px;
  color: rgba(198, 81, 25, .82);
  font-size: .78rem;
  line-height: 1.28;
}

.mecenat-section {
  border-color: rgba(3, 46, 105, .22);
  background:
    linear-gradient(135deg, rgba(255, 252, 244, .94), rgba(244, 249, 250, .86)),
    url('../img/programme-paper-texture.jpg') center / cover;
}
.mecenat-title-img {
  width: min(300px, 62vw);
}
.donation-card {
  border-color: rgba(3, 46, 105, .20);
  background: rgba(255, 255, 255, .76);
}
.donation-card small {
  color: var(--blue-deep);
}
.donation-card button {
  background: linear-gradient(135deg, #0b4f82, var(--blue-deep));
}
.donation-card.is-selected {
  outline: 3px solid rgba(3, 46, 105, .18);
  background: rgba(247, 252, 252, .96);
}
.donation-card.is-selected button {
  background: var(--blue-deep);
}

@media (max-width: 820px) {
  .ticket-note-line-after {
    margin: 9px 0 0 0;
    padding-top: 8px;
    border-top: 1px solid rgba(3, 46, 105, .06);
  }
}

/* v18 — corrections lisibilité euros, notes et séparateurs de jours */
.selection-price,
.selection-total strong,
.selection-total {
  font-family: poppins, Arial, sans-serif;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.selection-price {
  font-weight: 600;
}
.selection-total strong {
  font-size: 1.45rem;
  font-weight: 600;
}
.tariff-note-inline {
  gap: 2px;
  line-height: 1.35;
}
.tariff-note-inline .tariff-note-free {
  display: block;
  margin-top: 2px;
}
.day-group-title + .ticket-row {
  border-top: 0;
}

/* v19 — notes plus discrètes, plaids alignés, mécénat recentré et moins vide */
.ticket-col-head sup {
  font-size: .48em;
  line-height: 0;
  vertical-align: super;
  margin-left: 1px;
  position: relative;
  top: -0.08em;
}

.tariff-note-inline {
  display: block;
  max-width: 840px;
  margin: -4px 14px 8px auto;
  color: rgba(3, 46, 105, .62);
  font-size: .70rem;
  line-height: 1.32;
  text-align: left;
}
.tariff-note-inline span {
  display: block;
  padding: 0;
}
.tariff-note-inline sup {
  font-size: .55em;
  line-height: 0;
  vertical-align: super;
  margin-right: 2px;
}
.tariff-note-inline .tariff-note-free {
  margin-top: 1px;
}

.ticket-note-line-after {
  grid-column: 2 / -1;
  justify-self: end;
  max-width: 560px;
  margin: -2px 18px 2px 0;
  padding: 0;
  text-align: right;
  color: rgba(198, 81, 25, .82);
  font-size: .76rem;
  line-height: 1.28;
}

.mecenat-section {
  padding: clamp(22px, 2vw, 30px);
}
.mecenat-intro {
  max-width: none;
  margin: 0 auto 18px;
  text-align: center;
}
.mecenat-title-img {
  width: min(230px, 48vw);
  margin: 0 auto 14px;
}
.mecenat-section h2 {
  margin: 0 auto 14px;
  max-width: 900px;
  text-align: center;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
}
.mecenat-intro p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.mecenat-intro p + p {
  margin-top: 10px;
}
.mecenat-intro-note {
  max-width: 980px;
  margin-top: 12px;
}
.donation-cards {
  gap: 14px;
}
.donation-card {
  padding: 18px 19px 19px;
}
.donation-card h3 {
  font-size: 1.36rem;
}
.donation-card p {
  margin-bottom: 10px;
}
.donation-card small {
  min-height: 0;
  margin-bottom: 14px;
}
.donation-card button {
  margin-top: auto;
}

@media (max-width: 820px) {
  .ticket-col-head sup,
  .tariff-note-inline sup {
    font-size: .50em;
    top: -0.1em;
  }
  .tariff-note-inline {
    margin: -2px 0 8px;
    text-align: left;
    font-size: .68rem;
  }
  .ticket-note-line-after {
    margin: 7px 0 0;
    padding-top: 6px;
    border-top: 1px solid rgba(3, 46, 105, .055);
    text-align: right;
    max-width: none;
  }
  .mecenat-title-img {
    width: min(200px, 58vw);
  }
  .mecenat-section h2 {
    font-size: 1.55rem;
  }
}

@media (max-width: 520px) {
  .tariff-note-inline {
    font-size: .66rem;
    line-height: 1.35;
  }
  .ticket-note-line-after {
    font-size: .72rem;
  }
}


/* v21 — notes de tarifs placées sous l’en-tête des tarifs */
@media (min-width: 821px) {
  .tariff-note-inline {
    display: grid;
    grid-template-columns: minmax(265px, 1.5fr) repeat(3, minmax(100px, .58fr));
    gap: 2px 12px;
    max-width: none;
    margin: -2px 14px 12px;
    text-align: left;
  }

  .tariff-note-inline span {
    grid-column: 2 / -1;
  }

  .tariff-note-inline .tariff-note-free {
    grid-column: 2 / -1;
    margin-top: 0;
  }
}


/* v22 — renvois de tarifs visibles et lisibles sur mobile */
@media (max-width: 820px) {
  .ticket-price::before {
    content: attr(data-tariff-label);
    color: rgba(3, 46, 105, .66);
    font-size: .82rem;
  }

  .tariff-note-inline {
    margin: 4px 0 12px;
    padding-left: 0;
    text-align: left;
  }

  .tariff-note-inline sup {
    font-size: .56em;
    line-height: 0;
    vertical-align: super;
    margin-right: 2px;
  }
}

/* v23 — notes de tarifs sur une seule ligne en version desktop */
@media (min-width: 821px) {
  .tariff-note-inline {
    display: block;
    max-width: none;
    margin: -2px 14px 12px;
    text-align: right;
    white-space: nowrap;
    font-size: .64rem;
    line-height: 1.25;
  }

  .tariff-note-inline span,
  .tariff-note-inline .tariff-note-free {
    display: inline;
    grid-column: auto;
    margin-top: 0;
    padding: 0;
  }

  .tariff-note-inline span + span::before,
  .tariff-note-inline .tariff-note-free::before {
    content: ' · ';
    color: rgba(3, 46, 105, .42);
  }
}

/* v24 — notes de tarifs sur trois lignes distinctes en desktop */
@media (min-width: 821px) {
  .tariff-note-inline {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    max-width: none;
    margin: -2px 14px 12px;
    text-align: right;
    white-space: nowrap;
    font-size: .64rem;
    line-height: 1.25;
  }

  .tariff-note-inline span,
  .tariff-note-inline .tariff-note-free {
    display: block;
    grid-column: auto;
    margin-top: 0;
    padding: 0;
  }

  .tariff-note-inline span + span::before,
  .tariff-note-inline .tariff-note-free::before {
    content: none;
  }
}

/* v25 — mobile : libellés de tarifs sur une seule ligne */
@media (max-width: 820px) {
  .ticket-price {
    grid-template-columns: minmax(124px, 1fr) 48px auto;
    gap: 8px;
  }

  .ticket-price::before {
    white-space: nowrap;
    font-size: clamp(.78rem, 3.25vw, .86rem);
  }
}

@media (max-width: 360px) {
  .ticket-price {
    grid-template-columns: minmax(112px, 1fr) 42px auto;
    gap: 6px;
  }

  .ticket-price::before {
    font-size: .74rem;
  }
}

/* v26 — mobile : tarifs rapprochés des libellés */
@media (max-width: 820px) {
  .ticket-price {
    grid-template-columns: 132px 54px auto;
    column-gap: 8px;
  }

  .ticket-price::before {
    justify-self: start;
  }

  .ticket-price .price {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .ticket-price {
    grid-template-columns: 118px 44px auto;
    column-gap: 6px;
  }
}

/* v27 — mobile : les notes de tarifs sont placées après les lignes auxquelles elles renvoient */
.tariff-note-mobile {
  display: none;
}

@media (max-width: 820px) {
  .tariff-note-desktop {
    display: none;
  }

  .tariff-note-mobile {
    display: block;
    margin: 14px 2px 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(3, 46, 105, .08);
    text-align: left;
    font-size: .66rem;
    line-height: 1.35;
  }

  .tariff-note-mobile span,
  .tariff-note-mobile .tariff-note-free {
    display: block;
    margin: 0;
    padding: 0;
  }

  .tariff-note-mobile span + span,
  .tariff-note-mobile .tariff-note-free {
    margin-top: 2px;
  }
}

/* v28 — mécénat : largeur de lecture resserrée sur desktop */
@media (min-width: 821px) {
  .mecenat-intro {
    max-width: 860px;
  }
  .mecenat-intro p,
  .mecenat-intro-note {
    max-width: 760px;
    line-height: 1.56;
  }
  .mecenat-intro-note {
    max-width: 720px;
  }
}

/* v29 — mobile : pas de retour à la ligne avant le signe euro et texte d’adhésion plus clair */
.nowrap {
  white-space: nowrap;
}

.membership-option strong,
.ticket-price .price {
  white-space: nowrap;
}

@media (max-width: 520px) {
  .membership-copy p {
    line-height: 1.38;
  }
}

/* v32 — mobile : titres de concerts alignés verticalement avec les pastilles horaires */
@media (max-width: 520px) {
  .ticket-title-with-time {
    align-items: center;
  }

  .ticket-time,
  .ticket-time-badge {
    margin-top: 0;
  }

  .ticket-title-with-time .ticket-name {
    display: flex;
    align-items: center;
    line-height: 1.12;
  }
}


/* v33 — renvois de tarifs plus stables sur mobile + pied de page */
.tariff-note-inline .nowrap {
  white-space: nowrap;
}

.reservations-footer {
  position: relative;
  z-index: 1;
  width: min(1680px, calc(100% - clamp(28px, 5vw, 116px)));
  margin: 0 auto;
  padding: 0 0 40px;
  color: rgba(255, 248, 219, .84);
  font-family: poppins, Arial, sans-serif;
  font-size: .84rem;
  text-align: center;
}

.reservations-footer-inner {
  width: 100%;
  padding: 18px 16px 0;
  border-top: 1px solid rgba(255, 248, 219, .18);
}

.reservations-footer p {
  margin: 0 0 6px;
}

.reservations-footer nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.reservations-footer a {
  color: rgba(255, 248, 219, .92);
  text-decoration: none;
}

.reservations-footer a:hover {
  color: #fff;
}

@media (max-width: 820px) {
  .tariff-note-mobile {
    font-size: .72rem;
    line-height: 1.42;
    color: rgba(3, 46, 105, .56);
  }

  .tariff-note-mobile span,
  .tariff-note-mobile .tariff-note-free {
    max-width: 100%;
  }

  .tariff-note-mobile span + span,
  .tariff-note-mobile .tariff-note-free {
    margin-top: 3px;
  }

  .reservations-footer {
    width: min(100% - 24px, 640px);
    padding-bottom: 34px;
    font-size: .78rem;
  }
}

@media (max-width: 520px) {
  .tariff-note-mobile {
    font-size: .70rem;
    line-height: 1.44;
  }

  .reservations-footer {
    width: min(100% - 18px, 420px);
  }
}

/* v34 — correction stable des renvois : les montants restent dans la ligne */
.tariff-note-inline .nowrap,
.tariff-note-mobile .nowrap,
.tariff-note-desktop .nowrap {
  display: inline;
  padding: 0;
  opacity: 1;
  white-space: nowrap;
}

.tariff-note-inline > span,
.tariff-note-inline > .tariff-note-free {
  opacity: 1;
}

@media (min-width: 821px) {
  .tariff-note-desktop {
    max-width: none;
    white-space: nowrap;
  }

  .tariff-note-desktop > span,
  .tariff-note-desktop > .tariff-note-free {
    display: block;
    padding: 0;
  }
}

@media (max-width: 820px) {
  .tariff-note-mobile > span,
  .tariff-note-mobile > .tariff-note-free {
    display: block;
    padding: 0;
  }
}

/* v35 — allègement des séparateurs dans les cartes de réservation */
.ticket-row,
.ticket-day-card .ticket-row,
.ticket-day-card .ticket-row:first-of-type,
.day-group-title + .ticket-row {
  border-top: 0;
}

.ticket-row + .ticket-row {
  margin-top: 2px;
}

.ticket-day-card {
  box-shadow: 0 9px 20px rgba(3, 46, 105, .045);
}

.day-group-title span {
  opacity: .55;
}

@media (max-width: 820px) {
  .ticket-row,
  .ticket-day-card .ticket-row,
  .day-group-title + .ticket-row {
    border-top: 0;
  }

  .ticket-row + .ticket-row {
    margin-top: 4px;
  }
}

/* v41 — police édito sur la page Réservations */
body.reservations-page,
body.reservations-page h1,
body.reservations-page h2,
body.reservations-page h3,
body.reservations-page p,
body.reservations-page label,
body.reservations-page input,
body.reservations-page textarea,
body.reservations-page button,
body.reservations-page small,
body.reservations-page strong,
body.reservations-page output,
body.reservations-page .reservations-subtitle,
body.reservations-page .section-title h2,
body.reservations-page .section-title p,
body.reservations-page .side-title h2,
body.reservations-page .ticket-col-head strong,
body.reservations-page .ticket-col-head .adh-note,
body.reservations-page .day-group-title strong,
body.reservations-page .ticket-info h3,
body.reservations-page .ticket-info p,
body.reservations-page .ticket-price .price,
body.reservations-page .qty-control output,
body.reservations-page .free-badge,
body.reservations-page .mecenat-callout h3,
body.reservations-page .mecenat-callout p,
body.reservations-page .mecenat-link,
body.reservations-page .selection-item strong,
body.reservations-page .selection-item span,
body.reservations-page .selection-price,
body.reservations-page .selection-total,
body.reservations-page .reservation-form label span,
body.reservations-page .email-followup-notice,
body.reservations-page .form-note,
body.reservations-page .direct-contact,
body.reservations-page .info-card p,
body.reservations-page .mecenat-intro .eyebrow,
body.reservations-page .mecenat-section h2,
body.reservations-page .mecenat-section p,
body.reservations-page .donation-card h3,
body.reservations-page .donation-card p,
body.reservations-page .donation-card small,
body.reservations-page .donation-card button,
body.reservations-page .membership-copy h3,
body.reservations-page .membership-copy p,
body.reservations-page .membership-label,
body.reservations-page .membership-option strong,
body.reservations-page .tariff-note-inline,
body.reservations-page .ticket-time,
body.reservations-page .ticket-time-badge,
body.reservations-page .submit-btn,
body.reservations-page .copy-email-btn,
body.reservations-page .form-status,
body.reservations-page .fallback-copy,
body.reservations-page .reservations-footer {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 300;
}

body.reservations-page strong,
body.reservations-page .ticket-col-head strong,
body.reservations-page .day-group-title strong,
body.reservations-page .ticket-info h3,
body.reservations-page .ticket-price .price,
body.reservations-page .qty-control output,
body.reservations-page .membership-option strong,
body.reservations-page .selection-total strong,
body.reservations-page .donation-card button,
body.reservations-page .submit-btn,
body.reservations-page .mecenat-link,
body.reservations-page .copy-email-btn,
body.reservations-page .ticket-time,
body.reservations-page .ticket-time-badge {
  font-weight: 400;
}

/* v43 — ordinateur : rappel discret des colonnes une seule fois par journée */
.ticket-day-tariff-head {
  display: none;
}

@media (min-width: 821px) {
  body.reservations-page .ticket-day-tariff-head {
    display: grid;
    grid-template-columns: minmax(265px, 1.5fr) repeat(3, minmax(100px, .58fr));
    gap: 12px;
    align-items: end;
    margin: 4px 0 -2px;
  }

  body.reservations-page .ticket-day-tariff-head strong {
    display: block;
    text-align: center;
    color: rgba(3, 46, 105, .48);
    font-family: "Newsreader", Georgia, serif;
    font-size: .72rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .045em;
    text-transform: uppercase;
  }
}


/* v44 — desktop : libellés de tarifs sur la ligne des dates + quantités alignées avec les concerts */
.day-title-main {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  width: 100%;
}

.day-title-main span {
  flex: 1;
  height: 1px;
  background: rgba(3, 46, 105, .22);
}

.day-title-main span:first-child {
  flex: 0 0 28px;
  max-width: 28px;
}

.day-title-main span:last-child {
  max-width: 150px;
}

.day-title-main strong {
  flex: 0 0 auto;
}

@media (min-width: 821px) {
  body.reservations-page .day-group-title {
    display: grid;
    grid-template-columns: minmax(265px, 1.5fr) repeat(3, minmax(100px, .58fr));
    gap: 12px;
    align-items: center;
    margin-bottom: 6px;
  }

  body.reservations-page .day-title-main {
    grid-column: 1;
  }

  body.reservations-page .day-title-main span:first-child {
    flex-basis: 36px;
    max-width: 36px;
  }

  body.reservations-page .day-title-main span:last-child {
    max-width: 120px;
  }

  body.reservations-page .ticket-day-tariff-head {
    display: contents;
  }

  body.reservations-page .ticket-day-tariff-head strong {
    display: block;
    text-align: center;
    color: rgba(3, 46, 105, .48);
    font-family: "Newsreader", Georgia, serif;
    font-size: .72rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .045em;
    text-transform: uppercase;
  }

  body.reservations-page .ticket-row:not(.ticket-row-free) {
    align-items: start;
  }

  body.reservations-page .ticket-row:not(.ticket-row-free) .ticket-info {
    padding-top: 27px;
  }

  body.reservations-page .ticket-price {
    grid-template-rows: 22px auto;
    align-items: start;
    gap: 6px;
  }

  body.reservations-page .ticket-price .price {
    min-height: 22px;
    line-height: 22px;
  }
}

@media (max-width: 820px) {
  body.reservations-page .day-title-main span:last-child {
    max-width: none;
  }
}
