/* Loaded after mys-bootstrap.css so missing JIT utilities and form resets win. */

.mys-site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 200;
  width: 100%;
  transform: translateX(-50%);
  background-color: rgb(var(--mys-force-secondary));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }
}

.qty-chevron {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  translate: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 0;
}

.quantity-select,
.order-quantity-select {
  field-sizing: fixed;
  background-image: none;
}

input.input-billetterie,
select.input-billetterie {
  display: block;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 20px 40px;
  border: 0;
  border-radius: 9999px;
  background-color: #fff;
  box-sizing: border-box;
  field-sizing: fixed;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
}

input.input-billetterie {
  font-style: italic;
  color: #cdc9c2;
}

select.input-billetterie {
  font-style: normal;
  color: #0f1a2b;
}

input.input-billetterie::placeholder {
  color: #cdc9c2;
  font-style: italic;
  opacity: 1;
}

button.date-badge-toggle {
  height: 56px;
  min-height: 56px;
  padding: 20px 40px;
  border-radius: 9999px;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: visible;
}

button.date-badge-toggle span {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

button.add-badge-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
  border-radius: 9999px;
  box-sizing: border-box;
  flex: 1 1 100%;
  border-width: 2px;
  border-style: dashed;
}

button.add-badge-link.add-visitor-pass {
  border-color: #003b5c;
}

button.add-badge-link.add-vip-pass {
  border-color: #00b4ab;
}

button.checkout-cta {
  width: 100%;
}

@media (min-width: 640px) {
  button.checkout-cta {
    width: 250px;
  }
}

.pass-summary-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.pass-summary-lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.pass-summary-row p,
.pass-summary-lead p,
.pass-summary-badge {
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.pass-summary-row .pass-summary-toggle {
  margin-left: auto;
  flex-shrink: 0;
}

.pass-summary-details {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 10px;
  width: 100%;
}

.pass-summary-details-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pass-summary-meta {
  display: block;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.pass-summary-meta-label {
  color: #cdc9c2;
  font-weight: 400;
}

.pass-summary-meta-value {
  color: #0f1a2b;
  font-weight: 700;
}

@media (min-width: 640px) {
  .pass-summary-row,
  .pass-summary-lead {
    gap: 30px;
  }

  .pass-summary-lead {
    flex-direction: row;
    align-items: center;
  }

  .pass-summary-details {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .pass-summary-card {
    border-radius: 100px;
  }
}

@media (min-width: 1024px) {
  button.add-badge-link {
    width: 50%;
    flex: 1 1 calc(50% - 10px);
  }
}

button.btn-remove-badge {
  padding: 8px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .participant-card {
    gap: 30px;
  }

  .participant-card .participant-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .participant-card h3 {
    font-size: 18px;
  }

  input.input-billetterie,
  select.input-billetterie {
    font-size: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Extracted FA subset omitted several glyphs used in chrome. */
.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-plus {
  --fa: "\2b";
  --fa--fa: "\2b\2b";
}

i.fa-regular,
i.fa-solid,
i.fa-brands {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

i.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

i.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.mys-gear-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.mys-social-link svg {
  display: block;
  width: 1em;
  height: 1em;
  overflow: visible;
}

i.fa-regular.fa-bars,
i.fa-solid.fa-bars {
  display: inline-block;
  width: 1em;
  height: 1em;
}

i.fa-regular.fa-bars::before,
i.fa-solid.fa-bars::before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.mys-site-header button:has(.fa-bars) {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.axepta-root header {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 100%;
  height: 64px;
  transform: none;
  --tw-translate-x: 0;
  background-color: #f3f4f6;
  padding: 0 1rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
}

.axepta-root .axepta-pay-btn {
  background-color: #007348;
  background-image: none;
  color: #fff;
  height: 36px;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0.375rem;
  width: 100%;
}

.axepta-root .axepta-cancel {
  background-color: #fff;
  height: 36px;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
}

.axepta-root .axepta-lang-btn {
  background-color: #fff;
  height: 36px;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.axepta-root .axepta-lang-btn svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: oklch(0.556 0 0);
}

.axepta-root .axepta-method-brand {
  height: 28px;
  width: 28px;
  object-fit: contain;
}

.axepta-root .icn-bnl-logo {
  display: inline-block;
  width: 5.5rem;
  height: 1.5rem;
  margin: 0.5rem;
  background-image: url("/sites/paymentpage-axepta-bnpparibas-b1404dee/shared/b58d18f02889.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.axepta-root .gpay-button.black.buy.long {
  background-color: #000;
  background-image: url("/sites/paymentpage-axepta-bnpparibas-b1404dee/shared/6e04c11c7e79.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 183px;
  height: 40px;
}

.axepta-root .axepta-secure-badge {
  height: 1.75rem;
  width: auto;
  object-fit: cover;
}

.billetterie-container svg,
.qty-chevron svg,
button.add-badge-link svg,
.btn-remove-badge svg {
  overflow: visible;
}

button.add-badge-link,
.qty-chevron {
  text-box-trim: none;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    height: 0;
    width: 0;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border-style: solid;
    border-color: transparent;
    transition:
      opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  #cursor.hover-link .cursor__circle {
    height: 4rem;
    width: 4rem;
    border-width: 1px;
    border-color: rgb(var(--mys-tertiary) / 1);
  }
}

.header-informa-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}

.header-informa-panel.is-open {
  grid-template-rows: 1fr;
}

.header-informa-panel-inner {
  min-height: 0;
  overflow: hidden;
}

@supports (interpolate-size: allow-keywords) {
  .header-informa-panel {
    display: block;
    block-size: 0;
    overflow: hidden;
    transition: block-size 0.5s ease;
  }

  .header-informa-panel.is-open {
    block-size: auto;
  }
}

.header-informa-toggle .fa-chevron-down {
  transition: transform 0.5s ease;
}

.header-informa-toggle[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .header-informa-panel,
  .header-informa-toggle .fa-chevron-down {
    transition: none;
  }
}
