@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap);

*, *::after, *::before { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  font-family: "Nunito Sans", proxima-nova-soft, Arial, sans-serif;
  font-size: 18px; color: #585a61; background: #fff;
}

img { max-width: 100%; height: auto; }

a { color: #2e7d32; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 960px; margin: 0 auto; padding: 0 15px; }

/* ============================================================
   BILLETTERIE HEADER (citym #header + steps)
   ============================================================ */
.headerContainer { background: #fff; border-bottom: 1px solid #d9d9d9; overflow: visible; }

#header { position: relative; }
#header .main_row { padding: 0 10px; }
#header .main_row.clearfix::after { content: ''; display: table; clear: both; }

#header .back_link {
  font-size: 18px; font-family: proxima-nova-soft, Arial, sans-serif;
  display: inline-block; font-weight: 700; vertical-align: middle;
}
#header .back_link a { color: #585a61; text-decoration: none; }
#header .back_link a:hover { color: #0a71a6; }
#header .back_link .typcn-chevron-left { color: #0a71a6; }
#header .back_link .return { margin-right: 30px; }

#header .logowrap { display: inline-block; vertical-align: middle; margin-left: 10px; }
#header .logowrap .logo { display: inline-block; vertical-align: middle; }
#header .logowrap .logo img { max-width: 150px; height: auto; display: block; }

#header .language {
  display: flex; align-items: center; float: right;
  min-height: 75px; border-left: 1px solid #d9d9d9;
  padding: 0 15px 0 30px;
  overflow: visible;
}
#header .control-bar { position: relative; z-index: 100; overflow: visible; }

.language-selector {
  color: #585a61; font-size: 18px; font-family: proxima-nova-soft, Arial, sans-serif;
  font-weight: 700; line-height: 75px; position: relative;
}
.language-selector:hover { color: #0a71a6; }
.language-selector .current-language {
  cursor: pointer; border-radius: 20px; height: 40px; line-height: 40px;
  display: flex; align-items: center; z-index: 99990;
}
.language-selector .current-language.row {
  line-height: 40px; display: flex; align-items: center;
}
.language-selector .arrow { transform: rotate(90deg); margin-left: 4px; }
.language-selector .current-language.open .arrow { transform: rotate(270deg); }

.language-selector .languages-list {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 75px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  min-width: 150px;
  width: 174px;
  box-sizing: border-box;
  padding: 12px 0 12px 24px;
  box-shadow: 0 4px 5px rgba(50,50,50,.5);
  z-index: 99999;
  line-height: 1.4;
}
.language-selector .languages-list.open { display: block; }

.language-selector .lang-option {
  cursor: pointer;
  padding: 10px 0;
  color: #585a61;
  font-family: proxima-nova-soft, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.language-selector .lang-option:hover,
.language-selector .lang-option:focus {
  color: #0a71a6;
  outline: none;
}

#header .smallcartwrap {
  float: right; border-left: 1px solid #d9d9d9;
  padding: 14px 0 12px 20px; margin-left: 15px;
}
.small-cart { position: relative; display: inline-block; }
.small-cart .cart-ticket-btn {
  background: transparent !important; border: 0; padding: 0 !important;
  min-height: auto !important; width: auto !important; border-radius: 0 !important;
  position: relative; overflow: visible; box-shadow: none !important;
}
.small-cart .cart-ticket-btn:hover,
.small-cart .cart-ticket-btn:focus { background: transparent !important; }
.small-cart .typcn-ticket {
  color: #0a71a6; font-size: 35px; line-height: 1; display: inline-block;
}
.small-cart .typcn-ticket:before {
  color: #0a71a6; font-size: 35px; padding-right: 0; width: auto; height: auto;
}
.small-cart .count {
  position: absolute; background-color: #f0f185; color: #000;
  width: 26px; line-height: 26px; border-radius: 13px;
  left: -8px; top: -4px; text-align: center; font-size: 12px; font-weight: 700;
  display: none;
}

.header-wshtml { padding: 12px 0; overflow: hidden; }

.body-content { background: #e8eef2; }
.body-content .container.main { max-width: 960px; margin: 0 auto; padding: 0 15px; }

.stepsContainer { margin: 0 0 30px; position: relative; z-index: 99; }
.steps_wrapper {
  background-color: #fff; display: flex; align-items: center;
  justify-content: space-between; padding: 15px 0;
}
.steps {
  width: auto; background-color: #fff; display: flex;
  align-items: center; flex-wrap: wrap; gap: 10px;
}
.steps .arrow { display: flex; align-items: center; }
.steps .typcn-chevron-right { font-size: 23px; color: #0a71a6; }
.steps .typcn::before { padding-right: 0; }

.step {
  color: #585a61; font-size: 18px; line-height: 22px; font-weight: 700;
  position: relative; cursor: pointer; transition: all .4s ease-in-out;
  background-color: #fff;
}
.step span { color: #000; font-family: proxima-nova-soft, Arial, sans-serif; }
.step span:hover { color: #0a71a6; }
.step.step_tickets { border-left: 1px solid #d9d9d9; padding-left: 15px; }
.step.typcn-th-menu { font-size: 20px; color: #0a71a6; }
.step.typcn-th-menu::before { padding-right: 5px; }
.step.active span { cursor: default; color: #0a71a6; }
.step.no-cursor { cursor: default; }
.step.no-cursor:hover span { color: #000; }
.step.no-cursor.active span { color: #0a71a6; }

.stepsContainer .dropdown {
  position: absolute; background-color: #fff; z-index: 999999;
  box-shadow: 0 3px 8px rgba(0,0,0,.3); width: 270px; top: 48px; left: -13px;
  display: none;
}
.stepsContainer .dropdown.open { display: block; }
.stepsContainer .dropdown .item {
  display: block; text-decoration: none; color: #585a61;
  padding: 15px 20px; transition: all .2s ease; line-height: 1.1;
  border-bottom: 1px solid #585a61;
}
.stepsContainer .dropdown .item:hover { background-color: #e9f8f8; color: #585a61; text-decoration: none; }
.stepsContainer .dropdown .item:last-of-type { border: none; }

@media screen and (max-width: 750px) {
  #header .language { float: none; border-left: 0; padding: 10px 0; min-height: 0; justify-content: flex-end; }
  .language-selector { line-height: 40px; }
  .header-wshtml { padding: 8px 0 12px; }
  #header .back_link .return { display: none; }
  .steps { font-size: 12px; gap: 6px; }
  .step { font-size: 12px; }
  .steps .typcn-chevron-right { font-size: 8px; }
}

/* ============================================================
   STORE PAGE — local only (Brave / file:// safe, no citym CDN)
   ============================================================ */
.viewItems.eplv-store-page { display: block; }
.viewItems-header h1 {
  font-size: 55px; font-weight: 600; color: #585a61;
  margin: 0 0 12px; line-height: 1.1;
}
.viewItems .categoryDescription {
  margin: 0 0 12px; font-size: 14px;
}
.viewItems .categoryDescription a {
  color: #0a71a6; font-weight: 600; text-decoration: none;
}
.viewItems .categoryDescription a:hover { text-decoration: underline; }

#store-error.s-error {
  margin: 8px 0 12px;
  padding: 10px 0;
}

.eplv-desc-panel {
  background-color: #e9f8f8;
  padding: 15px;
  margin-bottom: 12px;
}
.eplv-desc-panel .parentSCDDescription {
  font-size: 14px;
  line-height: 1.55;
  color: #585a61;
  margin: 0;
  border: 0;
  padding: 0;
}
.eplv-desc-panel .parentSCDDescription p {
  margin: 0 0 12px;
}
.eplv-desc-panel .parentSCDDescription p:last-child {
  margin-bottom: 0;
}

.eplv-cal-wrap { margin: 12px 0 20px; }
.eplv-cal-wrap .shared-calendar-button {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.eplv-tickets {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}
.eplv-ticket {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.eplv-ticket-main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
}
.eplv-ticket-main-package {
  flex-direction: row;
  align-items: center;
}
.eplv-ticket-info {
  flex: 1 1 auto;
  min-width: 0;
}
.eplv-ticket-name,
.pluName {
  font-size: 20px; font-weight: 600; color: #585a61;
  line-height: 1.35;
}
.pluDesc {
  display: block;
  width: 100%;
  font-size: 16px; color: #585a61; margin-top: 2px;
}
.eplv-ticket-buy {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  margin-left: auto;
}
.eplv-ticket-package .eplv-ticket-buy { flex-direction: row; }
.date-time-label {
  color: #0a71a6; font-weight: 600; font-size: 14px;
  margin-top: 10px;
}
.eplv-ticket .price {
  font-size: 20px; font-weight: 600; color: #585a61;
  min-width: 64px; text-align: right;
}
.quantity-control {
  display: flex; align-items: center;
}
.quantity-control button.minus,
.quantity-control button.plus {
  width: 28px; height: 40px; border: none;
  background: #e9f8f8; color: #585a61; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  padding: 0;
}
.quantity-control button.minus:hover,
.quantity-control button.plus:hover { background: #c2ecec; }
.quantity-control input {
  width: 44px; height: 40px; text-align: center;
  font-size: 18px; font-weight: 600; color: #585a61;
  border: 1px solid #e9f8f8; background: #fff; padding: 0;
}
.show-package {
  background: none; border: none; padding: 8px 0 0;
  font-size: 12px; color: #585a61; cursor: pointer;
  display: inline-flex; align-items: center; gap: 4px;
}
.show-package:hover { text-decoration: underline; }
.packageDetails {
  display: none; margin-top: 10px; font-size: 14px; color: #585a61;
}
.packageDetails.show { display: block; }
.eplv-pkg-line {
  display: flex; justify-content: space-between;
  padding: 6px 0; border-top: 1px solid #f0f0f0;
}
.eplv-add-wrap {
  display: flex; justify-content: flex-end;
  margin-top: 24px;
}
.ui-control.button.eplv-add-cart,
.ui-control.button#btn-add-cart {
  background-color: #0a71a6; color: #fff;
  border: none; border-radius: 20px;
  font-size: 18px; font-weight: 600;
  padding: 10px 25px; cursor: pointer;
  font-family: proxima-nova-soft, "Nunito Sans", Arial, sans-serif;
}
.ui-control.button.eplv-add-cart:hover,
.ui-control.button#btn-add-cart:hover { background-color: #085d8a; }
.ui-control.button.eplv-add-cart .typcn:before,
.ui-control.button#btn-add-cart .typcn:before { margin-right: 8px; }

@media (max-width: 600px) {
  .viewItems-header h1 { font-size: 36px; }
  .eplv-ticket-main { flex-direction: column; align-items: flex-start; }
  .eplv-ticket-buy { width: 100%; justify-content: space-between; }
}

/* Yellow calendar button must override citym-core blue default */
.ui-control.button.shared-calendar-button {
  background-color: #f0f185 !important;
  color: #000 !important;
}
.ui-control.button.shared-calendar-button:hover,
.ui-control.button.shared-calendar-button:focus {
  background-color: #eaec57 !important;
}

.store-main,
.contentContainer { max-width: 940px; margin: 0 auto; padding: 0 0 40px; }

.s-title h1 {
  font-size: 55px; font-weight: 600; color: #585a61;
  margin: 0 0 10px; line-height: 1.1;
}

.s-desc-panel {
  padding: 8px 0; border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px; font-size: 14px; line-height: 1.5; color: #585a61;
}
.s-film-link {
  display: inline-block; font-size: 14px; font-weight: 600;
  color: #0a71a6; margin-bottom: 12px;
}
.s-film-link:hover { text-decoration: underline; }
.s-film-prompt {
  font-size: 14px; font-weight: 600; color: #333; margin: 8px 0;
}
.s-warning { color: #c00; font-size: 13px; margin-top: 8px; }
.s-pinkfloyd-note { font-size: 13px; color: #585a61; font-style: italic; margin: 6px 0 0; }

/* Footer warnings */
.s-footer-warnings { margin-top: 30px; padding-top: 15px; border-top: 1px solid #e0e0e0; text-align: center; }
.s-no-refund { color: #d6443c; font-weight: 700; font-size: 12px; text-transform: uppercase; margin: 0 0 4px; }
.s-no-phone { color: #888; font-size: 11px; text-transform: uppercase; margin: 0; }

/* Date/time row inside ticket */
.t-dt-row { margin-top: 8px; display: flex; gap: 8px; align-items: baseline; }

.s-passport-desc { font-size: 18px; line-height: 1.6; color: #585a61; margin-bottom: 10px; }
.s-passport-desc p { margin: 0 0 8px; }
.s-passport-desc ul { margin: 8px 0; padding-left: 20px; }
.s-passport-desc li { margin-bottom: 4px; }

.s-passport-subtitle {
  font-size: 30px; font-weight: 600; color: #585a61;
  margin: 5px 0 15px; padding-top: 10px; border-top: 1px solid #e0e0e0;
}

/* Date/time button — citym shared-calendar-button (1:1) */
@font-face {
  font-family: proxima-nova-soft;
  src: url(https://use.typekit.com/af/bf1ae7/00000000000000000001743c/27/l?subset_id=1&fvd=n4&v=3) format("woff2"),
       url(https://use.typekit.com/af/bf1ae7/00000000000000000001743c/27/d?subset_id=1&fvd=n4&v=3) format("woff");
  font-style: normal; font-weight: 400;
}
@font-face {
  font-family: proxima-nova-soft;
  src: url(https://use.typekit.com/af/f56315/00000000000000000001743e/27/l?subset_id=1&fvd=n6&v=3) format("woff2"),
       url(https://use.typekit.com/af/f56315/00000000000000000001743e/27/d?subset_id=1&fvd=n6&v=3) format("woff");
  font-style: normal; font-weight: 600;
}
@font-face {
  font-family: typicons;
  font-weight: 400; font-style: normal;
  src: url('fonts/typicons.woff') format('woff');
}

.s-cal-wrap { margin: 0; }
.s-cal-wrap .list-container { margin-top: 5px; }
.s-cal-wrap .row { line-height: 40px; display: flex; flex-wrap: wrap; }
.s-cal-wrap .c { flex: 1; min-width: 0; }
.s-cal-wrap .c-100-c { width: 100%; flex: 0 0 100%; }
.s-cal-wrap .m-t-all { margin-top: 5px; }
.s-cal-wrap .m-b-all { margin-bottom: 15px; }
.s-cal-wrap .p-b-all { padding-bottom: 15px; }
.s-cal-wrap .c-100-c button { width: 100%; }

.typcn:before {
  font-family: typicons; font-style: normal; font-weight: 400;
  display: inline-block; text-decoration: inherit;
  width: 1em; height: 1em; font-size: 1em; text-align: center;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  padding-right: 3px;
}
.typcn-calendar:before { content: '\e039'; }
.typcn-chevron-left:before { content: '\e047'; }
.typcn-chevron-right:before { content: '\e049'; }
.typcn-delete:before { content: '\e058'; }
.typcn-th-menu:before { content: '\e116'; }
.typcn-media-record-outline:before { content: '\e0b1'; }
.typcn-minus:before { content: '\e0bd'; }
.typcn-plus:before { content: '\e0cf'; }
.typcn-shopping-cart:before { content: '\e0e0'; }
.typcn-ticket:before { content: '\e11f'; }
.typcn-key:before { content: '\e0a0'; }
.typcn-info-large:before { content: '\e099'; }
.typcn-refresh:before { content: '\e0d8'; }

.viewItems .quantity-control {
  display: flex;
  align-items: center;
}
.viewItems .quantity-control button.minus,
.viewItems .quantity-control button.plus {
  width: 20px;
  height: 40px;
  border: none;
  background: #e9f8f8;
  cursor: pointer;
}
.viewItems .quantity-control button.minus:hover,
.viewItems .quantity-control button.plus:hover {
  background: #c2ecec;
}
.viewItems .quantity-control input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #e9f8f8;
  background: #fff;
  padding: 0;
}
.viewItems .price {
  font-size: 20px;
  font-weight: 600;
  color: #585a61;
}

button.ui-control {
  line-height: 14px;
  padding: 11px 12px;
}

.ui-control.button {
  background-color: #f0f185;
  color: #000;
  font-family: proxima-nova-soft, Arial, sans-serif;
  font-weight: 600;
  border-radius: 20px;
  font-size: 18px;
  border: 0;
  min-height: 40px;
  line-height: 1.2;
  padding: 10px 25px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}
.ui-control.button span {
  font-family: proxima-nova-soft, Arial, sans-serif;
}
.ui-control.button:focus,
.ui-control.button:hover {
  background-color: #eaec57;
}
.ui-control.button.shared-calendar-button {
  padding: 7px 25px;
}
.ui-control.button.shared-calendar-button .typcn-calendar:before,
.ui-control.button.shared-calendar-button .fa-calendar-alt:before {
  font-size: 28px;
  margin-right: 12px;
  vertical-align: middle;
}

/* ============================================================
   TICKET ROWS
   ============================================================ */
.t-row {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 16px 0; border-bottom: 1px solid #eee; flex-wrap: wrap;
}
.t-left { flex: 1; min-width: 0; }
.t-name {
  font-size: 20px; font-weight: 600; color: #585a61; line-height: 1.3;
}
.t-desc { font-size: 18px; color: #585a61; margin-top: 2px; }
.t-dt-label { font-size: 13px; color: #585a61; margin-top: 8px; font-weight: 600; }
.t-dt-val { font-size: 15px; color: #585a61; margin-top: 2px; }

.t-right { display: flex; align-items: center; gap: 20px; flex-shrink: 0; padding-top: 2px; }
.t-price {
  font-size: 20px; font-weight: 600; color: #585a61;
  white-space: nowrap; min-width: 70px; text-align: right;
}

.t-qty { display: flex; align-items: center; }
.q-minus, .q-plus {
  width: 20px; height: 40px; border: none; background: #e9f8f8;
  color: #585a61; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  padding: 0; flex-shrink: 0; outline: none;
}
.q-minus:hover, .q-plus:hover { background: #cfe8e8; }
.q-val {
  width: 40px; height: 40px; text-align: center;
  font-size: 18px; font-weight: 600; color: #585a61;
  border: 1px solid #e9f8f8; background: #fff;
  padding: 0; flex-shrink: 0;
}

.t-details-row { width: 100%; padding-left: 0; margin-top: 6px; }
.t-details-btn {
  background: none; border: none; font-size: 12px; color: #585a61;
  cursor: pointer; padding: 0; display: inline-flex; align-items: center; gap: 4px;
}
.t-details-btn:hover { text-decoration: underline; }
.t-details-btn i { font-size: 10px; }
.t-details-content { margin-top: 8px; font-size: 14px; color: #585a61; line-height: 1.6; }
.t-details-content p { margin: 4px 0; }

/* ============================================================
   ACTION BUTTON
   ============================================================ */
.s-action { display: flex; justify-content: flex-end; margin-top: 25px; }
.s-add-btn {
  display: inline-block; padding: 10px 25px;
  font-size: 18px; font-weight: 600;
  border: none; border-radius: 20px;
  background: #0a71a6; color: #fff; cursor: pointer;
}
.s-add-btn:hover { background: #085d8a; }

/* ============================================================
   ERROR
   ============================================================ */
.s-error {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 0; color: #d6443c; font-size: 14px; line-height: 1.4;
}
.s-error i { font-size: 16px; flex-shrink: 0; }

/* ============================================================
   MUSEUM LIST
   ============================================================ */
.s-museum-list { display: flex; flex-direction: column; gap: 12px; }
.s-museum-card {
  display: block; padding: 15px 20px; background: #fafafa;
  border-radius: 3px; font-size: 16px;
}
.s-museum-card:hover { background: #f0f0f0; text-decoration: none; }
.s-museum-card h2 { margin: 0 0 4px; font-size: 18px; color: #333; }
.s-museum-card span { font-size: 13px; color: #888; }

/* ============================================================
   FOOTER
   ============================================================ */
.store-footer {
  background: #333; color: #ccc; padding: 30px 15px;
  margin-top: 40px; font-size: 13px;
}
.footer-disclaimer { color: #f55; font-weight: 700; font-size: 12px; text-align: center; margin: 0 0 5px; text-transform: uppercase; }
.footer-sub { color: #aaa; font-size: 11px; text-align: center; margin: 0 0 20px; text-transform: uppercase; }
.footer-columns { display: flex; gap: 40px; justify-content: center; }
.footer-col h5 { color: #fff; margin: 0 0 8px; font-size: 13px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 4px; }
.footer-col a { color: #aaa; font-size: 12px; }

.btn-outline {
  background: none; border: 1px solid #ccc; color: #c00;
  font-size: 12px; padding: 5px 10px; border-radius: 4px; cursor: pointer;
}
.btn-outline:hover { background: #fef0f0; border-color: #c00; }
.btn-primary {
  display: inline-block; padding: 10px 25px; font-size: 18px; font-weight: 600;
  border: none; border-radius: 20px; background: #0a71a6; color: #fff;
  cursor: pointer; text-decoration: none;
}
.btn-primary:hover { background: #085d8a; }
.btn-primary:disabled { background: #ccc; cursor: not-allowed; }

/* ============================================================
   CART (Panier d'achat) — match original citym cart
   ============================================================ */
.cart-stack { max-width: 940px; margin: 0 auto 30px; }
.cart-wrap {
  margin: 0 0 16px; padding: 22px 28px 28px;
  background: #fff; border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.cart-h1 { font-size: 40px; font-weight: 600; color: #585a61; margin: 0 0 12px; }
.cart-warn { color: #c00; font-size: 15px; margin: 0 0 22px; line-height: 1.4; }
.cart-empty-msg { font-size: 18px; color: #585a61; margin: 20px 0; }
.cart-table { width: 100%; border-collapse: collapse; margin-bottom: 15px; }
.cart-table th {
  text-align: left; padding: 10px 8px; border-bottom: 1px solid #d9d9d9;
  font-size: 14px; color: #8c8c8c; font-weight: 400;
}
.cart-table td { padding: 14px 8px; border-bottom: 1px solid #eee; vertical-align: middle; font-size: 15px; color: #585a61; }
.cart-item-name { font-weight: 600; font-size: 16px; }
.cart-item-meta { font-size: 13px; color: #8c8c8c; margin-top: 2px; }
.cart-btn-yellow {
  display: inline-flex; align-items: center; gap: 6px;
  background: #f0f185; color: #000; border: none;
  border-radius: 20px; padding: 10px 22px; font-size: 16px; font-weight: 600;
  text-decoration: none; cursor: pointer; font-family: inherit;
}
.cart-btn-yellow:hover { background: #e8e870; color: #000; text-decoration: none; }
.cart-btn-blue {
  display: inline-flex; align-items: center; gap: 6px;
  background: #0a71a6; color: #fff; border: none;
  border-radius: 20px; padding: 10px 28px; font-size: 16px; font-weight: 600;
  text-decoration: none; cursor: pointer; font-family: inherit;
}
.cart-btn-blue:hover { background: #085d8a; color: #fff; text-decoration: none; }
.cart-update-wrap { margin: 10px 0 0; text-align: right; }
.cart-block-h3 { font-size: 22px; font-weight: 600; color: #585a61; margin: 0 0 12px; }
.cart-donation-text { font-size: 15px; color: #585a61; margin: 0 0 8px; line-height: 1.45; }
.cart-donation-legal { font-size: 11px; color: #8c8c8c; margin: 0 0 16px; line-height: 1.4; }
.cart-donation-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cart-donation-amt {
  position: relative; display: inline-flex; align-items: center;
  border: 1px solid #d1d1d1; background: #fff; height: 46px; min-width: 160px; padding: 0 10px;
}
.cart-curr { color: #8c8c8c; margin-right: 6px; font-size: 16px; }
.cart-donation-input {
  border: none; outline: none; font-size: 17px; color: #585a61; width: 100px;
  font-family: inherit; background: transparent;
}
.cart-donate-btn { border-radius: 4px; padding: 10px 18px; font-size: 15px; }
.cart-qty-static { display: inline-block; min-width: 36px; text-align: center; font-weight: 600; color: #585a61; }
.cart-summary-card .cart-sum-title { font-size: 28px; margin-bottom: 16px; }
.cart-summary-box {
  background: #fff; border: none; border-radius: 0;
  padding: 0; margin: 0 0 8px; max-width: 420px; margin-left: auto;
}
.cart-sum-title { font-size: 28px; font-weight: 600; color: #585a61; margin: 0 0 8px; }
.cart-sum-note { font-size: 13px; color: #8c8c8c; margin: 0 0 12px; display: none; }
.cart-sum-row {
  display: flex; justify-content: space-between; gap: 20px; padding: 9px 0;
  font-size: 16px; color: #585a61; border-bottom: 1px solid #eee;
}
.cart-sum-total { font-weight: 700; border-bottom: none; padding-top: 12px; font-size: 17px; }
.cart-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.cart-remove-cell { text-align: center; width: 70px; }
.cart-remove-cb { width: 16px; height: 16px; cursor: pointer; }
.cart-qty {
  display: inline-flex; align-items: center; background: #e9f8f8;
  border-radius: 2px; overflow: hidden;
}
.cart-qty .q-minus, .cart-qty .q-plus {
  width: 28px; height: 34px; border: none; background: transparent;
  color: #585a61; cursor: pointer; font-size: 14px;
}
.cart-qty .q-val {
  width: 36px; height: 34px; font-size: 16px; font-weight: 600;
  text-align: center; border: none; background: transparent; color: #585a61;
}

/* ============================================================
   CHECKOUT — match original citym (Total card + form card)
   ============================================================ */
.chk-container {
  max-width: 940px; margin: 0 auto 30px; padding: 0;
  display: block;
}
.chk-total-box {
  background: #fff; border-radius: 6px; padding: 22px 28px;
  margin: 0 0 18px; box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.chk-total-h2 { font-size: 36px; font-weight: 600; color: #585a61; margin: 0 0 14px; }
.chk-sum-row {
  display: flex; justify-content: space-between; gap: 24px;
  padding: 10px 0; font-size: 18px; color: #585a61;
  border-bottom: 1px solid #e8e8e8;
}
.chk-sum-total { font-weight: 700; border-bottom: none; padding-top: 14px; }
.chk-main {
  background: #fff; border-radius: 6px; padding: 22px 28px 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.chk-h1 { font-size: 40px; font-weight: 600; color: #585a61; margin: 0 0 18px; }
.chk-section { margin-bottom: 22px; }
.chk-h3 { font-size: 20px; font-weight: 600; color: #585a61; padding: 8px 0 0; margin: 0 0 8px; }
.chk-select {
  width: 100%; height: 46px; padding: 18px 28px 4px 10px;
  border: 1px solid #d1d1d1; font-size: 17px; color: #585a61;
  border-radius: 0; background: #fff; appearance: auto;
}
.chk-delivery { margin-top: 6px; max-width: 340px; position: relative; }
.chk-delivery .chk-fl, .chk-delivery label {
  position: absolute; left: 10px; top: 4px; font-size: 12px; color: #8c8c8c;
  pointer-events: none;
}
.chk-row { display: flex; gap: 14px; margin-top: 12px; align-items: flex-start; }
.chk-row-addr { align-items: center; }
.chk-addr-field { flex: 1 1 auto; min-width: 0; position: relative; }
.chk-half { flex: 1; min-width: 0; position: relative; }
.chk-full { width: 100%; position: relative; flex: 1 1 100%; }
.chk-full-w { width: 100% !important; }
.input-wrapper { position: relative; width: 100%; }
.input-wrapper.required .chk-input,
.input-wrapper.required .chk-select { padding-right: 14px; }
.input-required {
  position: absolute; right: 0; top: 1px; bottom: 1px; width: 4px;
  background: #0a71a6; z-index: 2; pointer-events: none;
}
.chk-fl {
  position: absolute; left: 10px; top: 4px; font-size: 12px; color: #8c8c8c;
  pointer-events: none; line-height: 1.2; z-index: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 24px);
}
.chk-input {
  width: 100%; height: 46px; padding: 18px 10px 4px;
  border: 1px solid #d1d1d1; font-size: 17px; font-family: inherit;
  color: #585a61; border-radius: 0; background: #fff; box-sizing: border-box;
}
.chk-input:focus, .chk-select:focus { outline: none; border-color: #0a71a6; }
.chk-addr2-btn {
  flex: 0 0 auto; background: #f0f185; border: none; border-radius: 16px;
  padding: 8px 14px; font-size: 13px; font-weight: 600; cursor: pointer; color: #000;
  white-space: nowrap; margin-top: 0;
}
.chk-card-brands,
.creditcardlogos {
  display: flex; align-items: center; gap: 14px;
  margin: 8px 0 14px;
}
.creditcardlogos img,
.chk-card-brands img {
  display: inline-block;
  height: 44px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  vertical-align: middle;
}
.chk-csc-col { display: flex; flex-direction: row; align-items: center; gap: 10px; }
.chk-csc-field { flex: 1; min-width: 0; }
.chk-csc-help {
  flex: 0 0 auto; background: #f0f185; border: none; border-radius: 14px;
  padding: 5px 12px; font-size: 12px; font-weight: 600; cursor: pointer;
  display: inline-flex; align-items: center; gap: 4px; color: #000; white-space: nowrap;
}
.chk-csc-help .typcn:before { padding-right: 0; font-size: 14px; }
.chk-consent { font-size: 14px; color: #585a61; line-height: 1.45; }
.chk-check { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0; cursor: pointer; }
.chk-check input { margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px; }
.chk-check a { color: #0a71a6; text-decoration: underline; }
.chk-submit-wrap { margin-top: 10px; }
.chk-submit-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; max-width: 100%; padding: 12px 25px; font-size: 18px;
  font-weight: 600; border: none; border-radius: 22px;
  background: #0a71a6; color: #fff; cursor: pointer; font-family: inherit;
}
.chk-submit-btn .typcn:before { color: #fff; padding-right: 0; }
.chk-submit-btn:hover { background: #085d8a; }
.chk-submit-btn:disabled { background: #ccc; cursor: not-allowed; }

/* ============================================================
   PLANETARIUM LANDING PAGE — exact match of /planetarium-regular-tickets
   ============================================================ */
.s-breadcrumb {
  font-size: 12px; color: #585a61; margin-bottom: 12px;
}
.s-breadcrumb a { color: #0a71a6; font-size: 12px; }
.s-breadcrumb .s-bc-sep { margin: 0 6px; color: #aaa; }
.s-breadcrumb .s-bc-active { color: #585a61; }

.pl-cmm-notice {
  margin: 0 0 20px; padding: 0;
  font-size: 14px; color: #585a61;
}
.pl-cmm-notice a { color: #0a71a6; text-decoration: underline; }

.pl-events-title {
  font-size: 28px; font-weight: 600; color: #585a61;
  margin: 0 0 20px; padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}

/* 3-column grid for show blocks */
.pl-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Single show block */
.pl-block {
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* "Complet" badge — overlay on top-left of image */
.pl-complet-wrap {
  position: absolute; top: 8px; left: 8px; z-index: 2;
}
.pl-complet-label {
  display: inline-block; background: #d6443c; color: #fff;
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  padding: 4px 10px; margin: 0; letter-spacing: 0.5px;
}

/* Image */
.pl-img { margin-bottom: 12px; }
.pl-img img {
  width: 100%; height: auto; display: block;
  max-width: 300px;
}

/* Museum tag — "Planétarium" */
.pl-museum-tag {
  margin-bottom: 4px;
}
.pl-museum-tag.planetarium span {
  display: inline-block; background: #4a3695; color: #fff;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  padding: 2px 10px;
}

/* Title */
.pl-title {
  font-size: 16px; font-weight: 700; color: #212121;
  margin: 8px 0; line-height: 1.3;
}

/* Description */
.pl-desc {
  font-size: 13px; color: #585a61; line-height: 1.5;
  margin: 0 0 14px;
}
.pl-desc em { font-style: italic; }

/* Link button */
.pl-link-wrap { margin-top: 8px; }
.pl-link-btn {
  display: inline-block; padding: 8px 18px;
  font-size: 13px; font-weight: 600; color: #fff;
  background: #0a71a6; border-radius: 18px;
  text-decoration: none;
  transition: background 0.2s;
}
.pl-link-btn:hover { background: #085d8a; text-decoration: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .s-title h1 { font-size: 36px; }
  .t-name, .t-price { font-size: 16px; }
  .cal-modal { width: 96vw; }
  .t-right { gap: 10px; }
  .chk-row { flex-direction: column; }
  .cart-summary-box { max-width: 100%; }
  .pl-blocks { grid-template-columns: 1fr; }
}
