:root {
  --rlab-green: #0f4f46;
  --rlab-green-soft: #1c7668;
  --rlab-mint: #bfeee5;
  --rlab-sand: #f4eee3;
  --rlab-cream: #fbf7ef;
  --rlab-ink: #13211f;
  --rlab-muted: #66746f;
  --rlab-line: rgba(19, 33, 31, 0.12);
  --rlab-white: #ffffff;
  --rlab-radius-lg: 30px;
  --rlab-radius-md: 20px;
  --rlab-shadow: 0 24px 70px rgba(12, 29, 27, 0.16);
  --rlab-shadow-soft: 0 16px 40px rgba(12, 29, 27, 0.10);
  --rlab-container: 1180px;
}

.rlab-premium,
.rlab-premium * {
  box-sizing: border-box;
}

.rlab-premium {
  color: var(--rlab-ink);
  background: var(--rlab-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow: hidden;
}

.rlab-premium img {
  max-width: 100%;
  height: auto;
}

.rlab-container {
  width: min(var(--rlab-container), calc(100% - 40px));
  margin: 0 auto;
}

.rlab-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: var(--rlab-white);
  background: linear-gradient(135deg, #102b27 0%, #0c4b42 100%);
  isolation: isolate;
}

.rlab-hero-bg,
.rlab-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.rlab-hero-bg {
  background-size: cover;
  background-position: center;
  opacity: 0.76;
  transform: scale(1.01);
}

.rlab-hero-bg:not([style]) {
  background: radial-gradient(circle at 20% 20%, rgba(191, 238, 229, 0.25), transparent 30%), linear-gradient(135deg, #0b302b, #10211f);
}

.rlab-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 21, 19, 0.90) 0%, rgba(7, 21, 19, 0.62) 46%, rgba(7, 21, 19, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 21, 19, 0.30) 0%, rgba(7, 21, 19, 0.82) 100%);
}

.rlab-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 380px;
  gap: 44px;
  align-items: center;
  padding: 92px 0 72px;
}

.rlab-brand-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  min-height: 54px;
}

.rlab-logo-img {
  max-height: 58px;
  width: auto;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.rlab-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--rlab-green-soft);
  color: var(--rlab-white);
  font-size: 25px;
  font-weight: 800;
}

.rlab-logo-text {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.rlab-kicker,
.rlab-card-label {
  margin: 0 0 12px;
  color: var(--rlab-green-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rlab-hero .rlab-kicker,
.rlab-section-dark .rlab-kicker,
.rlab-final-cta .rlab-kicker {
  color: var(--rlab-mint);
}

.rlab-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.85rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.rlab-hero-lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.rlab-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.rlab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.rlab-btn:hover,
.rlab-btn:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

.rlab-btn:focus-visible,
.rlab-text-link:focus-visible {
  outline: 3px solid rgba(191, 238, 229, 0.82);
  outline-offset: 4px;
}

.rlab-btn-primary {
  background: var(--rlab-mint);
  color: #06231f;
  box-shadow: 0 18px 42px rgba(191, 238, 229, 0.22);
}

.rlab-btn-secondary {
  color: var(--rlab-ink);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.20);
}

.rlab-hero .rlab-btn-secondary {
  color: var(--rlab-white);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
}

.rlab-btn-light {
  color: var(--rlab-green);
  background: var(--rlab-white);
}

.rlab-btn-full {
  width: 100%;
  color: #06231f;
  background: var(--rlab-mint);
}

.rlab-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.rlab-proof-row span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

.rlab-availability-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--rlab-radius-lg);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  box-shadow: var(--rlab-shadow);
}

.rlab-availability-card h2 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rlab-availability-card p:not(.rlab-card-label) {
  color: rgba(255, 255, 255, 0.80);
}

.rlab-availability-card small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.66);
}

.rlab-strip {
  position: relative;
  margin-top: -46px;
  z-index: 2;
}

.rlab-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--rlab-radius-md);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: var(--rlab-shadow-soft);
}

.rlab-strip-grid div {
  display: grid;
  gap: 6px;
  padding: 24px;
  background: var(--rlab-white);
}

.rlab-strip-grid strong {
  color: var(--rlab-green-soft);
  font-size: 0.82rem;
}

.rlab-strip-grid span {
  font-weight: 750;
}

.rlab-section {
  padding: clamp(72px, 9vw, 128px) 0;
}

.rlab-section-head {
  max-width: 820px;
  margin-bottom: 36px;
}

.rlab-section-head h2,
.rlab-split h2,
.rlab-seo-section h2,
.rlab-blog-hub h2,
.rlab-final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.99;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.rlab-section-head p:not(.rlab-kicker),
.rlab-split p,
.rlab-seo-section p,
.rlab-blog-hub p,
.rlab-final-cta p {
  color: var(--rlab-muted);
  font-size: 1.06rem;
}

.rlab-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.rlab-vehicle-card {
  overflow: hidden;
  border: 1px solid var(--rlab-line);
  border-radius: var(--rlab-radius-lg);
  background: var(--rlab-white);
  box-shadow: var(--rlab-shadow-soft);
}

.rlab-vehicle-media {
  display: grid;
  place-items: center;
  min-height: 360px;
  background: linear-gradient(135deg, #d6ddd8, #f5f0e8);
  background-size: cover;
  background-position: center;
  color: rgba(19, 33, 31, 0.42);
  font-weight: 800;
  text-decoration: none;
}

.rlab-vehicle-media:hover {
  text-decoration: none;
}

.rlab-vehicle-body {
  padding: 30px;
}

.rlab-vehicle-body h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.rlab-vehicle-body p:not(.rlab-card-label) {
  color: var(--rlab-muted);
}

.rlab-vehicle-body ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.rlab-vehicle-body li {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
}

.rlab-vehicle-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--rlab-green-soft);
}

.rlab-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.rlab-btn-card {
  min-height: 48px;
  background: var(--rlab-green);
  color: var(--rlab-white);
}

.rlab-text-link {
  display: inline-flex;
  align-items: center;
  color: var(--rlab-green);
  font-weight: 850;
  text-decoration: none;
}

.rlab-text-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 180ms ease;
}

.rlab-text-link:hover::after {
  transform: translateX(4px);
}

.rlab-section-dark {
  color: var(--rlab-white);
  background: radial-gradient(circle at 82% 20%, rgba(191, 238, 229, 0.16), transparent 24%), linear-gradient(135deg, #071c19, var(--rlab-green));
}

.rlab-section-dark p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.rlab-split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: center;
}

.rlab-funnel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rlab-funnel article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rlab-radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.rlab-funnel span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--rlab-mint);
  color: #06231f;
  font-weight: 900;
}

.rlab-funnel h3,
.rlab-seo-cards h3,
.rlab-blog-cards h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.rlab-gallery-section {
  background: var(--rlab-sand);
}

.rlab-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}

.rlab-gallery-item {
  display: grid;
  place-items: center;
  min-height: 180px;
  margin: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 79, 70, 0.13), rgba(255, 255, 255, 0.55));
  background-size: cover;
  background-position: center;
  color: rgba(19, 33, 31, 0.45);
  font-weight: 800;
  overflow: hidden;
}

.rlab-gallery-large {
  grid-row: span 2;
}

.rlab-seo-grid,
.rlab-blog-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.rlab-seo-cards,
.rlab-blog-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rlab-seo-cards article,
.rlab-blog-cards article,
.rlab-faq-grid details {
  padding: 24px;
  border: 1px solid var(--rlab-line);
  border-radius: var(--rlab-radius-md);
  background: var(--rlab-white);
  box-shadow: 0 12px 28px rgba(12, 29, 27, 0.06);
}

.rlab-blog-hub {
  background: linear-gradient(180deg, var(--rlab-cream), var(--rlab-sand));
}

.rlab-blog-cards article span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--rlab-green-soft);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rlab-faq-preview {
  background: var(--rlab-cream);
}

.rlab-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.rlab-faq-grid summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.rlab-faq-grid p {
  color: var(--rlab-muted);
}

.rlab-final-cta {
  padding: 86px 0 118px;
  color: var(--rlab-white);
  background: linear-gradient(135deg, var(--rlab-green), #071c19);
}

.rlab-final-box {
  max-width: 930px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--rlab-shadow);
}

.rlab-final-box p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.rlab-mobile-sticky {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  color: #06231f;
  background: var(--rlab-mint);
  box-shadow: 0 14px 34px rgba(12, 29, 27, 0.22);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(100px);
  transition: transform 220ms ease;
}

.rlab-mobile-sticky.is-visible {
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .rlab-hero-grid,
  .rlab-split,
  .rlab-seo-grid,
  .rlab-blog-grid {
    grid-template-columns: 1fr;
  }

  .rlab-availability-card {
    max-width: 520px;
  }

  .rlab-strip-grid,
  .rlab-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .rlab-container {
    width: min(100% - 28px, var(--rlab-container));
  }

  .rlab-hero {
    min-height: auto;
  }

  .rlab-hero-grid {
    padding: 46px 0 74px;
    gap: 30px;
  }

  .rlab-hero h1 {
    font-size: clamp(2.4rem, 12.5vw, 4rem);
  }

  .rlab-hero-actions,
  .rlab-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rlab-btn,
  .rlab-text-link {
    width: 100%;
    justify-content: center;
  }

  .rlab-strip {
    margin-top: -28px;
  }

  .rlab-strip-grid,
  .rlab-vehicle-grid,
  .rlab-funnel,
  .rlab-seo-cards,
  .rlab-blog-cards,
  .rlab-faq-grid {
    grid-template-columns: 1fr;
  }

  .rlab-strip-grid div {
    padding: 18px;
  }

  .rlab-section {
    padding: 68px 0;
  }

  .rlab-vehicle-media {
    min-height: 260px;
  }

  .rlab-vehicle-body {
    padding: 24px;
  }

  .rlab-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .rlab-gallery-large {
    grid-row: span 1;
  }

  .rlab-final-cta {
    padding-bottom: 96px;
  }

  .rlab-mobile-sticky {
    display: inline-flex;
    left: 14px;
    right: 14px;
  }
}

@media (max-width: 420px) {
  .rlab-availability-card,
  .rlab-final-box {
    border-radius: 24px;
  }

  .rlab-proof-row span {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rlab-premium *,
  .rlab-premium *::before,
  .rlab-premium *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* RLab v1.3.0 - base visuelle renforcée, hero plus lisible, social premium, pages complètes */
body.rlab-premium-page {
  overflow-x: hidden;
}

body.rlab-premium-page .entry-content,
body.rlab-premium-page .wp-site-blocks,
body.rlab-premium-page main.wp-block-group {
  max-width: none !important;
}

.rlab-premium {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.rlab-hero-bg {
  opacity: 0.9;
  filter: saturate(1.06) contrast(1.02) brightness(1.04);
}

.rlab-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 21, 19, 0.70) 0%, rgba(7, 21, 19, 0.44) 46%, rgba(7, 21, 19, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 21, 19, 0.08) 0%, rgba(7, 21, 19, 0.58) 100%);
}

.rlab-social-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.rlab-social-pills a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: var(--rlab-white);
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-weight: 850;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background-color 180ms ease;
}

.rlab-social-page a {
  color: var(--rlab-ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--rlab-line);
}

.rlab-social-pills a:hover,
.rlab-social-pills a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.20);
  text-decoration: none;
}

.rlab-social-pills svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.rlab-social-pills svg path {
  fill: currentColor;
  stroke: none;
}

.rlab-social-pills svg rect,
.rlab-social-pills svg circle {
  stroke: currentColor;
}

.rlab-premium-page .wp-block-social-links .wp-social-link,
.rlab-premium-page .wp-block-social-links .wp-social-link a {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
}

.rlab-premium-page .wp-block-social-links .wp-social-link svg {
  width: 22px !important;
  height: 22px !important;
}

.rlab-page-shell {
  background: var(--rlab-cream);
}

.rlab-page-hero {
  padding: clamp(72px, 10vw, 130px) 0;
  color: var(--rlab-white);
  background: radial-gradient(circle at 84% 12%, rgba(191,238,229,.18), transparent 30%), linear-gradient(135deg, #071c19, var(--rlab-green));
}

.rlab-page-hero-grid,
.rlab-booking-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 42px;
  align-items: center;
}

.rlab-page-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.6rem, 5.8vw, 5.4rem);
  line-height: .94;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.rlab-page-hero p:not(.rlab-kicker),
.rlab-page-hero .rlab-availability-card p:not(.rlab-card-label) {
  color: rgba(255,255,255,.82);
  font-size: 1.12rem;
}

.rlab-page-media {
  min-height: 440px;
  margin: 0;
  border-radius: var(--rlab-radius-lg);
  background: linear-gradient(135deg, rgba(191,238,229,.18), rgba(255,255,255,.34));
  background-size: cover;
  background-position: center;
  box-shadow: var(--rlab-shadow);
}

.rlab-feature-grid,
.rlab-price-grid,
.rlab-media-grid,
.rlab-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rlab-price-grid,
.rlab-media-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rlab-feature-grid article,
.rlab-price-grid article,
.rlab-media-grid article,
.rlab-review-grid article,
.rlab-payment-card,
.rlab-empty-note {
  padding: 26px;
  border: 1px solid var(--rlab-line);
  border-radius: var(--rlab-radius-md);
  background: var(--rlab-white);
  box-shadow: 0 14px 34px rgba(12, 29, 27, .07);
}

.rlab-feature-grid span,
.rlab-price-grid .rlab-card-label {
  display: block;
  margin-bottom: 12px;
}

.rlab-feature-grid strong,
.rlab-price-grid strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.rlab-iframe,
.rlab-video {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: var(--rlab-radius-lg);
  background: #0b302b;
  box-shadow: var(--rlab-shadow-soft);
}

.rlab-video {
  height: auto;
  max-height: 620px;
  object-fit: cover;
}

.rlab-payment-card {
  display: grid;
  gap: 14px;
  align-self: start;
}

.rlab-reviews {
  background: linear-gradient(180deg, var(--rlab-sand), var(--rlab-cream));
}

.rlab-review-grid strong {
  color: var(--rlab-green-soft);
  letter-spacing: .08em;
}

.rlab-footer {
  padding: 72px 0 28px;
  color: rgba(255,255,255,.78);
  background: #071c19;
}

.rlab-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}

.rlab-footer h3 {
  margin: 0 0 16px;
  color: var(--rlab-white);
}

.rlab-footer a,
.rlab-footer span {
  display: block;
  margin: 10px 0;
  color: rgba(255,255,255,.78);
  text-decoration: none;
}

.rlab-footer a:hover {
  color: var(--rlab-mint);
}

.rlab-footer-logo .rlab-logo-img {
  max-height: 56px;
  margin-bottom: 18px;
}

.rlab-footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .92rem;
}

@media (max-width: 920px) {
  .rlab-page-hero-grid,
  .rlab-booking-grid,
  .rlab-footer-grid,
  .rlab-feature-grid,
  .rlab-price-grid,
  .rlab-media-grid,
  .rlab-review-grid {
    grid-template-columns: 1fr;
  }

  .rlab-page-media {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .rlab-premium {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .rlab-brand-line {
    min-height: 44px;
    margin-bottom: 20px;
  }

  .rlab-logo-img {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    object-fit: contain !important;
    border-radius: 16px !important;
    display: block;
  }

  .rlab-social-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rlab-social-pills a {
    justify-content: center;
    width: 100%;
  }

  .rlab-hero-bg {
    opacity: .78;
  }

  .rlab-hero-overlay {
    background:
      linear-gradient(180deg, rgba(7,21,19,.48) 0%, rgba(7,21,19,.72) 100%),
      linear-gradient(90deg, rgba(7,21,19,.52), rgba(7,21,19,.20));
  }

  .rlab-iframe,
  .rlab-video {
    min-height: 320px;
    border-radius: 22px;
  }
}


/* RLab v1.3.1 - correctif header premium, ancien footer theme, lisibilite hero et mobile */
body.rlab-premium-page {
  overflow-x: hidden !important;
}

body.rlab-premium-page .site-header:not(.rlab-topbar),
body.rlab-premium-page #masthead,
body.rlab-premium-page header.wp-block-template-part:not(.rlab-topbar),
body.rlab-premium-page .wp-site-blocks > header,
body.rlab-premium-page .site-footer:not(.rlab-footer),
body.rlab-premium-page #colophon,
body.rlab-premium-page footer.wp-block-template-part:not(.rlab-footer),
body.rlab-premium-page .wp-site-blocks > footer,
body.rlab-premium-page .footer-widget-area,
body.rlab-premium-page .wp-block-template-part:has(footer):not(.rlab-footer) {
  display: none !important;
}

.rlab-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--rlab-white);
  background: rgba(7, 28, 25, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px);
}

.rlab-topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.rlab-topbar a {
  text-decoration: none;
}

.rlab-topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--rlab-white);
  font-weight: 950;
  letter-spacing: -0.03em;
}

.rlab-topbar-brand .rlab-logo-img {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  flex: 0 0 auto;
}

.rlab-topbar-name {
  font-size: 1.02rem;
  white-space: nowrap;
}

.rlab-topbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 0;
}

.rlab-topbar-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 750;
}

.rlab-topbar-nav a:hover,
.rlab-topbar-nav a:focus-visible {
  color: var(--rlab-mint);
}

.rlab-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex: 0 0 auto;
}

.rlab-topbar-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--rlab-white);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 180ms ease, background-color 180ms ease;
}

.rlab-topbar-icon:hover,
.rlab-topbar-icon:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
}

.rlab-topbar-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.rlab-topbar-icon svg path {
  fill: currentColor;
  stroke: none;
}

.rlab-topbar-icon svg rect,
.rlab-topbar-icon svg circle {
  stroke: currentColor;
}

.rlab-topbar-wa {
  color: #05231f;
  background: var(--rlab-mint);
}

.rlab-topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #05231f;
  background: var(--rlab-mint);
  font-weight: 950;
  white-space: nowrap;
}

.rlab-hero-content,
.rlab-page-hero-grid > div {
  min-width: 0;
}

.rlab-hero h1,
.rlab-page-hero h1 {
  color: var(--rlab-white) !important;
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
  max-width: 100%;
  overflow-wrap: normal;
}

.rlab-hero-lead,
.rlab-hero p:not(.rlab-kicker):not(.rlab-card-label),
.rlab-page-hero p:not(.rlab-kicker):not(.rlab-card-label) {
  color: rgba(255, 255, 255, 0.90) !important;
}

.rlab-hero .rlab-kicker,
.rlab-page-hero .rlab-kicker {
  color: var(--rlab-mint) !important;
}

.rlab-hero-bg {
  opacity: 0.96 !important;
  filter: saturate(1.12) contrast(1.04) brightness(1.12) !important;
}

.rlab-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 21, 19, 0.56) 0%, rgba(7, 21, 19, 0.34) 46%, rgba(7, 21, 19, 0.10) 100%),
    linear-gradient(180deg, rgba(7, 21, 19, 0.06) 0%, rgba(7, 21, 19, 0.48) 100%) !important;
}

.rlab-footer {
  overflow: hidden;
}

.rlab-footer-grid > div {
  min-width: 0;
}

@media (max-width: 920px) {
  .rlab-topbar-nav {
    display: none;
  }
}

@media (max-width: 760px) {
  .rlab-premium {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .rlab-topbar-inner {
    min-height: 68px;
    width: min(100% - 24px, var(--rlab-container));
    gap: 10px;
  }

  .rlab-topbar-brand {
    gap: 9px;
  }

  .rlab-topbar-brand .rlab-logo-img {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }

  .rlab-topbar-name {
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.96rem;
  }

  .rlab-topbar-actions {
    gap: 7px;
  }

  .rlab-topbar-icon {
    width: 40px;
    height: 40px;
  }

  .rlab-topbar-icon svg {
    width: 19px;
    height: 19px;
  }

  .rlab-topbar-cta {
    display: none;
  }

  .rlab-hero-grid {
    padding: 44px 0 72px !important;
  }

  .rlab-hero h1 {
    font-size: clamp(2.15rem, 10.4vw, 3.45rem) !important;
    line-height: 0.99 !important;
    letter-spacing: -0.048em !important;
  }

  .rlab-page-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.4rem) !important;
    line-height: 1 !important;
  }

  .rlab-hero-lead,
  .rlab-page-hero p:not(.rlab-kicker):not(.rlab-card-label) {
    font-size: 1.04rem !important;
  }

  .rlab-availability-card {
    display: none;
  }

  .rlab-footer {
    padding: 56px 0 120px !important;
  }

  .rlab-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .rlab-footer a,
  .rlab-footer span,
  .rlab-footer p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  .rlab-footer-bottom {
    font-size: 0.86rem !important;
  }
}

@media (max-width: 420px) {
  .rlab-container {
    width: min(100% - 24px, var(--rlab-container)) !important;
  }

  .rlab-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  .rlab-social-pills a {
    min-height: 48px;
  }
}


/* RLab v1.3.2 - correctif full bleed, mobile header, sections visuelles */
html,
body.rlab-premium-page {
  overflow-x: hidden !important;
}

body.rlab-premium-page {
  margin: 0 !important;
  padding: 0 !important;
}

body.rlab-premium-page .site,
body.rlab-premium-page .site-content,
body.rlab-premium-page .content-area,
body.rlab-premium-page .site-main,
body.rlab-premium-page #page,
body.rlab-premium-page #content,
body.rlab-premium-page #primary,
body.rlab-premium-page .wp-site-blocks,
body.rlab-premium-page .wp-block-post-content,
body.rlab-premium-page .entry-content,
body.rlab-premium-page .post-content,
body.rlab-premium-page .page-content,
body.rlab-premium-page article,
body.rlab-premium-page .hentry,
body.rlab-premium-page .page,
body.rlab-premium-page .type-page,
body.rlab-premium-page .is-layout-constrained,
body.rlab-premium-page .is-layout-flow,
body.rlab-premium-page .wp-block-group,
body.rlab-premium-page .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.rlab-premium-page .entry-content > *,
body.rlab-premium-page .wp-block-post-content > *,
body.rlab-premium-page .site-main > * {
  max-width: none !important;
}

body.rlab-premium-page .rlab-premium {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  overflow: hidden !important;
}

body.rlab-premium-page .rlab-container {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.rlab-premium-page .rlab-topbar {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
}

body.rlab-premium-page .rlab-topbar-inner {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.rlab-premium-page .rlab-hero,
body.rlab-premium-page .rlab-section,
body.rlab-premium-page .rlab-strip,
body.rlab-premium-page .rlab-footer,
body.rlab-premium-page .rlab-final-cta {
  width: 100% !important;
  max-width: 100% !important;
}

.rlab-seo-section,
.rlab-blog-hub {
  position: relative !important;
  overflow: hidden !important;
  background:
    linear-gradient(110deg, rgba(251,247,239,0.96) 0%, rgba(244,238,227,0.91) 48%, rgba(244,238,227,0.78) 100%),
    var(--rlab-section-visual, linear-gradient(135deg, #fbf7ef, #f4eee3)) center center / cover no-repeat !important;
}

.rlab-seo-section::before,
.rlab-blog-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(15,79,70,0.14), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(191,238,229,0.22), transparent 34%);
  z-index: 0;
}

.rlab-seo-section > .rlab-container,
.rlab-blog-hub > .rlab-container {
  position: relative;
  z-index: 1;
}

.rlab-seo-cards article,
.rlab-blog-cards article,
.rlab-faq-grid details,
.rlab-feature-grid article,
.rlab-price-grid article,
.rlab-media-grid article,
.rlab-review-grid article,
.rlab-payment-card,
.rlab-empty-note {
  background: rgba(255,255,255,0.88) !important;
  border: 1px solid rgba(19,33,31,0.10) !important;
  box-shadow: 0 18px 45px rgba(12,29,27,0.08) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

@media (max-width: 760px) {
  body.rlab-premium-page .rlab-container,
  body.rlab-premium-page .rlab-topbar-inner {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  body.rlab-premium-page .rlab-topbar-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .rlab-topbar-actions {
    gap: 6px !important;
    min-width: 0 !important;
    flex-shrink: 1 !important;
  }

  .rlab-topbar-icon {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }

  .rlab-topbar-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .rlab-topbar-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .rlab-topbar-name {
    max-width: 150px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .rlab-hero-grid {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 42px !important;
  }

  .rlab-hero h1 {
    font-size: clamp(2.2rem, 10.1vw, 3.45rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.052em !important;
  }

  .rlab-hero-lead {
    font-size: 1.02rem !important;
    line-height: 1.55 !important;
  }

  .rlab-hero-actions {
    gap: 12px !important;
  }

  .rlab-btn {
    max-width: 100% !important;
  }

  .rlab-section-head h2,
  .rlab-split h2,
  .rlab-seo-section h2,
  .rlab-blog-hub h2,
  .rlab-final-cta h2 {
    font-size: clamp(2.15rem, 10vw, 3.3rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.052em !important;
  }

  .rlab-mobile-sticky {
    left: 14px !important;
    right: 14px !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: calc(100vw - 28px) !important;
  }
}

@media (max-width: 430px) {
  .rlab-topbar-actions a[aria-label*="Facebook"] {
    display: none !important;
  }

  .rlab-topbar-name {
    max-width: 156px !important;
    font-size: 0.94rem !important;
  }
}

@media (max-width: 360px) {
  .rlab-topbar-name {
    display: none !important;
  }
}

/* RLab v1.3.3 - polish final CTA, footer mobile, sticky CTA et fond sections */
body.rlab-premium-page .rlab-final-cta,
body.rlab-premium-page .rlab-final-box {
  color: var(--rlab-white) !important;
}

body.rlab-premium-page .rlab-final-cta .rlab-kicker,
body.rlab-premium-page .rlab-final-box .rlab-kicker {
  color: var(--rlab-mint) !important;
}

body.rlab-premium-page .rlab-final-cta h2,
body.rlab-premium-page .rlab-final-box h2 {
  color: var(--rlab-white) !important;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.28) !important;
}

body.rlab-premium-page .rlab-final-cta p,
body.rlab-premium-page .rlab-final-box p {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.rlab-premium-page .rlab-final-box {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05)),
    radial-gradient(circle at 12% 18%, rgba(191,238,229,0.18), transparent 34%) !important;
}

body.rlab-premium-page .rlab-seo-section,
body.rlab-premium-page .rlab-blog-hub {
  background-position: center center !important;
  background-size: cover !important;
}

body.rlab-premium-page .rlab-seo-section .rlab-container,
body.rlab-premium-page .rlab-blog-hub .rlab-container {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body.rlab-premium-page .rlab-seo-cards article,
body.rlab-premium-page .rlab-blog-cards article {
  min-height: 148px;
}

body.rlab-premium-page .rlab-footer .rlab-btn,
body.rlab-premium-page .rlab-footer .rlab-btn-primary {
  color: #05231f !important;
  background: var(--rlab-mint) !important;
}

body.rlab-premium-page .rlab-footer h3,
body.rlab-premium-page .rlab-footer strong {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  body.rlab-premium-page .rlab-topbar {
    overflow: hidden !important;
  }

  body.rlab-premium-page .rlab-topbar-inner {
    min-height: 72px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.rlab-premium-page .rlab-topbar-brand .rlab-logo-img {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
  }

  body.rlab-premium-page .rlab-topbar-name {
    max-width: 142px !important;
    font-size: 0.92rem !important;
    letter-spacing: -0.035em !important;
  }

  body.rlab-premium-page .rlab-topbar-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  body.rlab-premium-page .rlab-topbar-actions {
    gap: 6px !important;
  }

  body.rlab-premium-page .rlab-hero-grid {
    padding-top: 48px !important;
  }

  body.rlab-premium-page .rlab-hero h1 {
    font-size: clamp(2.05rem, 9.45vw, 3.25rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.052em !important;
  }

  body.rlab-premium-page .rlab-hero-lead {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  body.rlab-premium-page .rlab-gallery-grid {
    gap: 18px !important;
  }

  body.rlab-premium-page .rlab-gallery-item {
    min-height: 245px !important;
    border-radius: 24px !important;
  }

  body.rlab-premium-page .rlab-seo-section,
  body.rlab-premium-page .rlab-blog-hub {
    background:
      linear-gradient(180deg, rgba(251,247,239,0.96), rgba(244,238,227,0.92)),
      var(--rlab-section-visual, linear-gradient(135deg, #fbf7ef, #f4eee3)) center center / cover no-repeat !important;
  }

  body.rlab-premium-page .rlab-final-cta {
    padding: 70px 0 92px !important;
  }

  body.rlab-premium-page .rlab-final-box {
    border-radius: 28px !important;
    padding: 30px 22px !important;
  }

  body.rlab-premium-page .rlab-final-box h2 {
    color: #ffffff !important;
    font-size: clamp(2rem, 9.2vw, 3rem) !important;
  }

  body.rlab-premium-page .rlab-footer {
    padding-top: 58px !important;
    padding-bottom: 178px !important;
  }

  body.rlab-premium-page .rlab-footer-grid {
    gap: 30px !important;
  }

  body.rlab-premium-page .rlab-footer .rlab-btn {
    width: 100% !important;
    min-height: 54px !important;
  }

  body.rlab-premium-page .rlab-mobile-sticky {
    min-height: 50px !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    padding: 0 18px !important;
    box-shadow: 0 12px 30px rgba(12,29,27,0.18) !important;
  }

  body.rlab-premium-page.rlab-footer-in-view .rlab-mobile-sticky {
    transform: translateY(110px) !important;
  }
}

@media (max-width: 380px) {
  body.rlab-premium-page .rlab-topbar-name {
    max-width: 118px !important;
  }

  body.rlab-premium-page .rlab-topbar-icon {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  body.rlab-premium-page .rlab-topbar-brand .rlab-logo-img {
    width: 36px !important;
    height: 36px !important;
  }
}

/* RLab v1.3.5 - page reservation connectee aux pages produit */
.rlab-booking-choice-section {
  background: linear-gradient(180deg, var(--rlab-cream), var(--rlab-sand));
}

.rlab-reservation-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.rlab-reservation-choice-card {
  overflow: hidden;
  border: 1px solid rgba(19, 33, 31, 0.10);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 24px 70px rgba(12, 29, 27, 0.12);
}

.rlab-reservation-choice-media {
  display: block;
  min-height: 310px;
  background: radial-gradient(circle at 20% 20%, rgba(191,238,229,0.28), transparent 32%), linear-gradient(135deg, #10322e, #0a1715);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.rlab-reservation-choice-body {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.rlab-reservation-choice-body h3 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.rlab-reservation-choice-body p:not(.rlab-card-label) {
  margin: 0;
  color: var(--rlab-muted);
}

.rlab-choice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 8px;
}

.rlab-choice-meta span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(15, 79, 70, 0.08);
  color: var(--rlab-green);
  font-weight: 800;
  font-size: 0.88rem;
}

.rlab-booking-support-section .rlab-payment-card .rlab-text-link {
  margin-top: 4px;
}

@media (max-width: 860px) {
  .rlab-reservation-choice-grid {
    grid-template-columns: 1fr;
  }

  .rlab-reservation-choice-media {
    min-height: 240px;
  }
}

@media (max-width: 560px) {
  .rlab-booking-hero .rlab-hero-actions {
    gap: 10px;
  }

  .rlab-reservation-choice-card {
    border-radius: 24px;
  }

  .rlab-reservation-choice-media {
    min-height: 210px;
  }

  .rlab-reservation-choice-body {
    padding: 22px;
  }
}

/* RLab v1.3.6 - pages produit WooCommerce : formulaire visible et guidage mobile */
body.rlab-woocommerce-product-page {
  overflow-x: hidden !important;
}

body.rlab-woocommerce-product-page .rlab-product-booking-anchor {
  display: block;
  height: 1px;
  scroll-margin-top: 110px;
}

body.rlab-woocommerce-product-page .rlab-product-booking-intro {
  margin: 18px 0 18px;
  padding: 24px;
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 10%, rgba(191,238,229,0.18), transparent 28%),
    linear-gradient(135deg, #071c19, #0f4f46);
  box-shadow: 0 18px 48px rgba(12, 29, 27, 0.14);
}

body.rlab-woocommerce-product-page .rlab-product-booking-intro h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

body.rlab-woocommerce-product-page .rlab-product-booking-intro p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
}

body.rlab-woocommerce-product-page .rlab-product-booking-intro ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.rlab-woocommerce-product-page .rlab-product-booking-intro li {
  padding: 9px 12px;
  border-radius: 999px;
  color: #06231f;
  background: #bfeee5;
  font-weight: 850;
  font-size: 0.88rem;
}

body.rlab-woocommerce-product-page .rlab-product-kicker {
  margin: 0 0 10px;
  color: #0f9f8a;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.rlab-woocommerce-product-page div.product form.cart,
body.rlab-woocommerce-product-page div.product .yith-wcbk-booking-form,
body.rlab-woocommerce-product-page div.product .yith-wcbk-booking-form-wrapper,
body.rlab-woocommerce-product-page div.product .yith-booking-form {
  position: relative;
  border: 1px solid rgba(19,33,31,0.10) !important;
  border-radius: 28px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px rgba(12,29,27,0.12) !important;
}

body.rlab-woocommerce-product-page div.product form.cart {
  padding: 24px !important;
}

body.rlab-woocommerce-product-page div.product form.cart::before {
  content: "Complétez les dates pour activer la réservation";
  display: block;
  margin: 0 0 18px;
  color: #0f4f46;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.rlab-woocommerce-product-page div.product .single_add_to_cart_button,
body.rlab-woocommerce-product-page div.product button.single_add_to_cart_button,
body.rlab-woocommerce-product-page div.product .button.alt {
  min-height: 54px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
}

body.rlab-woocommerce-product-page .rlab-product-after-form {
  max-width: 1120px;
  margin: 42px auto 78px;
  padding: 0 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #13211f;
}

body.rlab-woocommerce-product-page .rlab-product-after-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

body.rlab-woocommerce-product-page .rlab-product-after-grid article,
body.rlab-woocommerce-product-page .rlab-product-reassurance article {
  padding: 28px;
  border: 1px solid rgba(19,33,31,0.10);
  border-radius: 26px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 45px rgba(12,29,27,0.08);
}

body.rlab-woocommerce-product-page .rlab-product-after-grid h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.rlab-woocommerce-product-page .rlab-product-after-grid p {
  color: #66746f;
}

body.rlab-woocommerce-product-page .rlab-product-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

body.rlab-woocommerce-product-page .rlab-product-meta-row span {
  padding: 9px 12px;
  border-radius: 999px;
  color: #0f4f46;
  background: rgba(15,79,70,0.08);
  font-weight: 850;
  font-size: 0.9rem;
}

body.rlab-woocommerce-product-page .rlab-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  color: #06231f;
  background: #bfeee5;
  font-weight: 900;
  text-decoration: none;
}

body.rlab-woocommerce-product-page .rlab-product-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

body.rlab-woocommerce-product-page .rlab-product-reassurance strong,
body.rlab-woocommerce-product-page .rlab-product-reassurance span {
  display: block;
}

body.rlab-woocommerce-product-page .rlab-product-reassurance strong {
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: #13211f;
}

body.rlab-woocommerce-product-page .rlab-product-reassurance span {
  color: #66746f;
}

.rlab-product-sticky-cta {
  display: none;
}

@media (max-width: 760px) {
  body.rlab-woocommerce-product-page {
    padding-bottom: 82px;
  }

  body.rlab-woocommerce-product-page .rlab-product-booking-anchor {
    scroll-margin-top: 92px;
  }

  body.rlab-woocommerce-product-page .rlab-product-booking-intro {
    margin: 18px 0 16px;
    padding: 20px;
    border-radius: 22px;
  }

  body.rlab-woocommerce-product-page .rlab-product-booking-intro ol {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.rlab-woocommerce-product-page div.product form.cart {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  body.rlab-woocommerce-product-page div.product form.cart::before {
    font-size: 1rem;
    line-height: 1.25;
  }

  body.rlab-woocommerce-product-page div.product .single_add_to_cart_button,
  body.rlab-woocommerce-product-page div.product button.single_add_to_cart_button,
  body.rlab-woocommerce-product-page div.product .button.alt {
    width: 100% !important;
  }

  body.rlab-woocommerce-product-page .rlab-product-after-form {
    margin: 34px auto 58px;
    padding: 0 14px;
  }

  body.rlab-woocommerce-product-page .rlab-product-after-grid,
  body.rlab-woocommerce-product-page .rlab-product-reassurance {
    grid-template-columns: 1fr;
  }

  body.rlab-woocommerce-product-page .rlab-product-after-grid article,
  body.rlab-woocommerce-product-page .rlab-product-reassurance article {
    padding: 22px;
    border-radius: 22px;
  }

  body.rlab-woocommerce-product-page .rlab-product-button {
    width: 100%;
  }

  .rlab-product-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 999px;
    color: #06231f;
    background: #bfeee5;
    box-shadow: 0 18px 44px rgba(12,29,27,0.24);
    font-weight: 950;
    text-decoration: none;
  }

  .rlab-product-sticky-cta.is-hidden {
    transform: translateY(120px);
  }
}

/* RLab v1.3.7 - mode transaction propre pour pages produit WooCommerce */
body.rlab-woocommerce-product-page .rlab-product-quick-jump {
  margin: 14px 0 22px;
  padding: 18px;
  border: 1px solid rgba(19,33,31,0.10);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(12,29,27,0.10);
  color: #13211f;
}

body.rlab-woocommerce-product-page .rlab-product-quick-jump strong,
body.rlab-woocommerce-product-page .rlab-product-quick-jump span {
  display: block;
}

body.rlab-woocommerce-product-page .rlab-product-quick-jump strong {
  margin-bottom: 6px;
  font-weight: 950;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

body.rlab-woocommerce-product-page .rlab-product-quick-jump span {
  margin-bottom: 14px;
  color: #66746f;
  line-height: 1.45;
}

body.rlab-woocommerce-product-page .rlab-product-quick-jump-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #06231f !important;
  background: #bfeee5;
  font-weight: 950;
  text-decoration: none !important;
}

@media (max-width: 760px) {
  body.rlab-woocommerce-product-page {
    padding-bottom: 150px !important;
  }

  body.rlab-woocommerce-product-page .rlab-product-quick-jump {
    margin: 18px auto 24px;
    width: calc(100% - 28px);
    box-sizing: border-box;
  }

  body.rlab-woocommerce-product-page .rlab-product-quick-jump-btn {
    width: 100%;
  }

  body.rlab-woocommerce-product-page .rlab-product-booking-intro {
    margin: 10px auto 16px !important;
    width: calc(100% - 28px) !important;
    box-sizing: border-box !important;
    padding: 18px !important;
  }

  body.rlab-woocommerce-product-page .rlab-product-booking-intro h2 {
    font-size: 1.55rem !important;
  }

  body.rlab-woocommerce-product-page .rlab-product-booking-intro p,
  body.rlab-woocommerce-product-page .rlab-product-booking-intro li {
    font-size: 0.95rem !important;
  }

  .rlab-product-sticky-cta {
    left: 18px !important;
    right: 18px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    min-height: 62px !important;
    font-size: 1.08rem !important;
    z-index: 2147483000 !important;
  }

  .rlab-product-sticky-cta.is-hidden {
    transform: none !important;
    opacity: .92 !important;
  }

  body.rlab-woocommerce-product-page div.product form.cart,
  body.rlab-woocommerce-product-page div.product .cart {
    scroll-margin-top: 90px !important;
  }

  body.rlab-woocommerce-product-page .rlab-product-after-form {
    display: none !important;
  }
}

/* v1.3.8 - Reservation autonome sans tunnel produit WooCommerce */
.rlab-booking-standalone .rlab-booking-form-section {
  background: #f7f2e8;
}
.rlab-booking-form-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
}
.rlab-booking-form-copy {
  position: sticky;
  top: 110px;
}
.rlab-mini-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.rlab-mini-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 151, 132, .12);
  color: #006f62;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.rlab-booking-form-card {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0,0,0,.10);
  padding: clamp(24px, 4vw, 42px);
}
.rlab-booking-form {
  display: grid;
  gap: 18px;
}
.rlab-booking-form label,
.rlab-options-fieldset legend {
  color: #102b26;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .02em;
}
.rlab-booking-form input,
.rlab-booking-form select,
.rlab-booking-form textarea {
  width: 100%;
  margin-top: 8px;
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  color: #102b26;
  padding: 14px 16px;
  font: inherit;
  box-sizing: border-box;
  outline: none;
}
.rlab-booking-form textarea {
  min-height: 120px;
  resize: vertical;
}
.rlab-booking-form input:focus,
.rlab-booking-form select:focus,
.rlab-booking-form textarea:focus {
  border-color: #00a991;
  box-shadow: 0 0 0 4px rgba(0,169,145,.14);
}
.rlab-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.rlab-options-fieldset {
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(247,242,232,.68);
  border-radius: 22px;
  padding: 18px;
  display: grid;
  gap: 12px;
}
.rlab-options-fieldset label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 650;
  color: #5e6d68;
}
.rlab-options-fieldset input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0;
  accent-color: #00a991;
}
.rlab-form-note {
  margin: 0;
  color: #6d7975;
  font-size: 14px;
}
.rlab-booking-notice {
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 24px;
  background: rgba(0,169,145,.12);
  border: 1px solid rgba(0,169,145,.25);
  color: #102b26;
}
.rlab-booking-notice-warning,
.rlab-booking-notice-error {
  background: rgba(255, 211, 127, .18);
  border-color: rgba(190, 120, 0, .25);
}
.rlab-booking-notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.rlab-woocommerce-product-page .rlab-product-sticky-cta {
  display: none !important;
}

@media (max-width: 860px) {
  .rlab-booking-form-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .rlab-booking-form-copy {
    position: static;
  }
  .rlab-form-row {
    grid-template-columns: 1fr;
  }
  .rlab-booking-form-card {
    border-radius: 24px;
    padding: 22px;
  }
  .rlab-booking-notice-actions .rlab-btn {
    width: 100%;
  }
}

/* =========================================================
   RLab v1.4.0 - Booqable-first reservation tunnel
   ========================================================= */
.rlab-booqable-page {
  background: var(--rlab-cream);
}

.rlab-booqable-hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(191, 238, 229, 0.18), transparent 32%),
    linear-gradient(135deg, #06221f 0%, #0f4f46 100%);
  color: var(--rlab-white);
}

.rlab-booqable-hero h1,
.rlab-booqable-hero p {
  color: var(--rlab-white);
}

.rlab-booqable-status-card h2,
.rlab-booqable-status-card p {
  color: var(--rlab-white);
}

.rlab-booqable-choice {
  padding-bottom: 24px;
}

.rlab-booqable-vehicle-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.rlab-booqable-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid var(--rlab-line);
  border-radius: 999px;
  background: var(--rlab-white);
  color: var(--rlab-ink);
  text-decoration: none;
  font-weight: 850;
  box-shadow: var(--rlab-shadow-soft);
}

.rlab-booqable-products {
  padding-top: 24px;
}

.rlab-booqable-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.rlab-booqable-product-card,
.rlab-booqable-setup-card {
  overflow: hidden;
  border: 1px solid var(--rlab-line);
  border-radius: var(--rlab-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--rlab-shadow-soft);
}

.rlab-booqable-product-media {
  min-height: 310px;
  background: linear-gradient(135deg, rgba(15, 79, 70, 0.22), rgba(191, 238, 229, 0.22));
  background-position: center;
  background-size: cover;
}

.rlab-booqable-product-body {
  padding: clamp(24px, 4vw, 40px);
}

.rlab-booqable-product-body h2,
.rlab-booqable-setup-card h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .94;
  letter-spacing: -0.055em;
}

.rlab-booqable-product-body p,
.rlab-booqable-setup-card p,
.rlab-booqable-setup-card li {
  color: var(--rlab-muted);
  font-size: 1.02rem;
}

.rlab-booqable-embed {
  margin-top: 24px;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(15, 79, 70, .12);
  border-radius: 24px;
  background: #fff;
  overflow: visible;
}

.rlab-booqable-embed iframe,
.rlab-booqable-embed .booqable,
.rlab-booqable-embed [class*="booqable"] {
  max-width: 100%;
}

.rlab-booqable-warning {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(15, 79, 70, .20);
  border-radius: 18px;
  background: rgba(191, 238, 229, .30);
  color: var(--rlab-ink);
}

.rlab-booqable-warning code,
.rlab-booqable-setup-card code {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 7px;
  background: rgba(15, 79, 70, .08);
  color: var(--rlab-green);
  font-size: .92em;
}

.rlab-booqable-setup-card {
  padding: clamp(24px, 4vw, 44px);
}

.rlab-booqable-setup-card ol {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding-left: 1.35rem;
}

.rlab-booqable-main-embed .rlab-booqable-embed {
  padding: clamp(18px, 3vw, 34px);
  box-shadow: var(--rlab-shadow-soft);
}

.rlab-booqable-reassurance {
  background-image:
    linear-gradient(rgba(246, 242, 233, 0.92), rgba(246, 242, 233, 0.98)),
    var(--rlab-section-visual);
}

body.rlab-woocommerce-product-page .rlab-product-sticky-cta {
  display: none !important;
}

@media (max-width: 860px) {
  .rlab-booqable-product-grid {
    grid-template-columns: 1fr;
  }

  .rlab-booqable-product-media {
    min-height: 240px;
  }

  .rlab-booqable-vehicle-tabs {
    flex-direction: column;
  }

  .rlab-booqable-tab {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .rlab-booqable-hero .rlab-page-hero-grid {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rlab-booqable-product-body,
  .rlab-booqable-setup-card {
    padding: 22px;
  }

  .rlab-booqable-product-body h2,
  .rlab-booqable-setup-card h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}

/* v1.4.1 - Booqable date-first flow */
.rlab-booqable-main-embed {
  position: relative;
}

.rlab-booqable-stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.rlab-step-card {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,.07);
}

.rlab-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #c8fff2;
  color: #062820;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.rlab-step-card strong {
  display: block;
  color: #120a05;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}

.rlab-step-card p {
  margin: 0;
  color: rgba(6,40,32,.68);
  line-height: 1.55;
}

.rlab-booqable-embed {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 22px 60px rgba(0,0,0,.08);
}

.rlab-booqable-embed:before {
  content: "1. Choisissez les dates de départ et de retour, puis sélectionnez le véhicule disponible.";
  display: block;
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 18px;
  background: #062820;
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .rlab-booqable-stepper {
    grid-template-columns: 1fr;
  }

  .rlab-booqable-embed {
    padding: 14px;
    border-radius: 20px;
    margin-left: -4px;
    margin-right: -4px;
  }

  .rlab-booqable-embed:before {
    font-size: 14px;
    border-radius: 14px;
  }
}

/* v1.4.2 - Booqable hosted booking fallback */
.rlab-booqable-hosted-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  padding:42px;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  box-shadow:0 22px 70px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.06);
}
.rlab-booqable-hosted-panel h2{margin:0 0 14px;line-height:.98;letter-spacing:-.04em;}
.rlab-booqable-hosted-panel p{margin:0;color:#687774;max-width:760px;}
@media (max-width: 768px){
  .rlab-booqable-hosted-panel{grid-template-columns:1fr;padding:26px;gap:22px;border-radius:24px;}
  .rlab-booqable-hosted-panel .rlab-btn{width:100%;justify-content:center;}
}


/* v1.4.3 - Booqable onsite date-first reservation */
.rlab-booqable-onsite-mode .rlab-booqable-main-embed{background:#f7f3ea;}
.rlab-booking-instructions{
  margin:0 0 28px;
  max-width:900px;
}
.rlab-booking-instructions h2{
  margin:0 0 14px;
  font-size:clamp(42px,5vw,84px);
  line-height:.92;
  letter-spacing:-.055em;
}
.rlab-booking-instructions p:not(.rlab-kicker){
  margin:0;
  color:#687774;
  font-size:18px;
  line-height:1.55;
  max-width:780px;
}
.rlab-booqable-onsite-mode .rlab-booqable-embed{
  background:rgba(255,255,255,.92);
  border-radius:34px;
  padding:28px;
  box-shadow:0 28px 80px rgba(0,0,0,.10);
}
.rlab-booqable-onsite-mode .rlab-booqable-embed:before{
  content:"1. Sélectionnez d’abord vos dates de départ et de retour. 2. Choisissez le véhicule disponible. 3. Finalisez le panier.";
  background:#05251f;
  color:#fff;
}
.rlab-booqable-onsite-mode .booqable-datepicker,
.rlab-booqable-onsite-mode [class*="booqable-datepicker"]{
  margin-bottom:22px !important;
}
.rlab-booqable-onsite-mode .booqable-product-list{
  margin-top:18px !important;
}
.rlab-booqable-onsite-mode .booqable-embeddable-cart-sidebar{
  z-index:9999 !important;
}
.rlab-booqable-fallback-link{
  margin:20px 0 0;
  color:#687774;
  font-size:14px;
}
.rlab-booqable-fallback-link a{color:#008f7e;font-weight:800;text-decoration:underline;}
@media(max-width:768px){
  .rlab-booking-instructions h2{font-size:44px;}
  .rlab-booqable-onsite-mode .rlab-booqable-embed{padding:14px;border-radius:22px;margin:0 -8px;}
}

/* v1.4.4 - Booqable embedded visual alignment */
.rlab-booqable-onsite-mode .rlab-booqable-embed button,
.rlab-booqable-onsite-mode .rlab-booqable-embed input[type="submit"],
.rlab-booqable-onsite-mode .rlab-booqable-embed input[type="button"],
.rlab-booqable-onsite-mode .rlab-booqable-embed a[class*="button"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="button"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="Button"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="btn"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="Btn"]{
  border-radius:18px !important;
  font-weight:850 !important;
  letter-spacing:-.01em !important;
}
.rlab-booqable-onsite-mode .rlab-booqable-embed button:not([aria-label]):not([class*="quantity"]),
.rlab-booqable-onsite-mode .rlab-booqable-embed input[type="submit"],
.rlab-booqable-onsite-mode .rlab-booqable-embed input[type="button"],
.rlab-booqable-onsite-mode .rlab-booqable-embed a[class*="button"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="checkout"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="Checkout"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="cart-button"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="add-to-cart"]{
  background:#BDF4E8 !important;
  color:#052E27 !important;
  border-color:#BDF4E8 !important;
  box-shadow:0 14px 35px rgba(189,244,232,.34) !important;
}
.rlab-booqable-onsite-mode .rlab-booqable-embed button:hover,
.rlab-booqable-onsite-mode .rlab-booqable-embed input[type="submit"]:hover,
.rlab-booqable-onsite-mode .rlab-booqable-embed input[type="button"]:hover,
.rlab-booqable-onsite-mode .rlab-booqable-embed a[class*="button"]:hover{
  filter:brightness(.98) !important;
  transform:translateY(-1px);
}
.rlab-booqable-onsite-mode .rlab-booqable-embed a,
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="link"],
.rlab-booqable-onsite-mode .rlab-booqable-embed [class*="Link"]{
  color:#0BA890 !important;
}
.rlab-booqable-onsite-mode .rlab-booqable-embed input,
.rlab-booqable-onsite-mode .rlab-booqable-embed select,
.rlab-booqable-onsite-mode .rlab-booqable-embed textarea{
  border-radius:14px !important;
  border-color:#D8E6E1 !important;
}
.rlab-booking-payment-note{
  margin:22px 0 0;
  padding:18px 22px;
  border-radius:20px;
  background:#052E27;
  color:rgba(255,255,255,.86);
  font-size:15px;
  line-height:1.55;
  box-shadow:0 18px 45px rgba(5,46,39,.18);
}
.rlab-booking-payment-note strong{color:#fff;}
@media(max-width:768px){
  .rlab-booking-payment-note{font-size:14px;padding:16px;border-radius:16px;}
}

/* RLab Premium v1.5.0 - pages enrichies */
.rlab-equipment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:30px}
.rlab-equipment-card{background:#fff;border:1px solid rgba(5,46,39,.12);border-radius:24px;padding:28px;box-shadow:0 18px 60px rgba(5,46,39,.08)}
.rlab-equipment-card h3{margin:0 0 14px;font-size:1.35rem;line-height:1.15;color:#052e27}
.rlab-equipment-card ul{margin:0;padding-left:18px;color:#283d38;line-height:1.65}
.rlab-equipment-card li{margin-bottom:6px}
.rlab-faq-group{margin-top:32px}
.rlab-faq-group>h3{font-size:1.4rem;margin:0 0 14px;color:#052e27}
.rlab-gallery-rich .rlab-gallery-item{position:relative;min-height:220px;background-size:cover;background-position:center;border-radius:26px;overflow:hidden;border:1px solid rgba(5,46,39,.12);box-shadow:0 18px 55px rgba(5,46,39,.1)}
.rlab-gallery-rich .rlab-gallery-item span{position:absolute;left:-9999px}
.rlab-gallery-rich .rlab-gallery-large{min-height:460px}
.rlab-embed-box{border-radius:24px;overflow:hidden;background:#f6f1e8;border:1px solid rgba(5,46,39,.12);padding:12px;margin-bottom:28px}
.rlab-booking-engine .rlab-booqable-wrap{background:#fff;border-radius:28px;padding:28px;border:1px solid rgba(5,46,39,.12);box-shadow:0 20px 70px rgba(5,46,39,.10)}
.rlab-booking-payment-note{margin-top:20px;padding:18px 20px;border-radius:18px;background:#f6f1e8;color:#1b120c;line-height:1.55}
.rlab-faq-preview .rlab-section-head p{max-width:780px}
.rlab-product-booking-intro{padding:18px;border-radius:18px;background:#f6f1e8;margin:18px 0;border:1px solid rgba(5,46,39,.12)}
.rlab-product-quick-jump{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:#bdf4e8;color:#052e27;font-weight:800;text-decoration:none;margin:12px 0}
@media(max-width:860px){.rlab-equipment-grid{grid-template-columns:1fr}.rlab-gallery-rich .rlab-gallery-large{min-height:300px}.rlab-booking-engine .rlab-booqable-wrap{padding:18px}}

/* RLab v1.5.1 - header liens directs, partenaires, maillage */
.rlab-topbar-nav{gap:14px;flex-wrap:wrap;row-gap:6px}
.rlab-topbar-nav a{font-size:.88rem;white-space:nowrap}
.rlab-partner-grid,.rlab-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}
.rlab-partner-grid article,.rlab-link-grid a{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:24px;padding:22px;text-decoration:none;color:inherit;box-shadow:0 18px 48px rgba(0,0,0,.08)}
.rlab-partner-grid h3{margin:0 0 10px;color:#052e27}
.rlab-partner-grid p{margin:0;color:rgba(27,18,12,.78)}
.rlab-section-dark .rlab-partner-grid h3,.rlab-section-dark .rlab-partner-grid p{color:#fff}
.rlab-link-grid a{display:flex;align-items:center;justify-content:center;min-height:76px;font-weight:850;color:#052e27;background:#fff}
@media(max-width:1100px){.rlab-topbar-nav{gap:10px}.rlab-topbar-nav a{font-size:.82rem}.rlab-partner-grid,.rlab-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.rlab-partner-grid,.rlab-link-grid{grid-template-columns:1fr}}


/* RLab v1.5.2 - copy premium, lisibilite et header fixe */
body.rlab-premium-page .rlab-topbar{
  position:fixed !important;
  top:var(--wp-admin--admin-bar--height, 0px) !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:99999 !important;
}
body.rlab-premium-page .rlab-premium{
  padding-top:76px !important;
  overflow:visible !important;
}
.rlab-page-shell{overflow:visible !important;}
.rlab-section-dark .rlab-funnel article,
.rlab-section-dark .rlab-seo-cards article,
.rlab-section-dark .rlab-blog-cards article,
.rlab-section-dark .rlab-partner-grid article{
  background:#ffffff !important;
  color:#13211f !important;
  border-color:rgba(255,255,255,.42) !important;
}
.rlab-section-dark .rlab-funnel article h3,
.rlab-section-dark .rlab-seo-cards article h3,
.rlab-section-dark .rlab-blog-cards article h3,
.rlab-section-dark .rlab-partner-grid article h3{
  color:#13211f !important;
}
.rlab-section-dark .rlab-funnel article p,
.rlab-section-dark .rlab-seo-cards article p,
.rlab-section-dark .rlab-blog-cards article p,
.rlab-section-dark .rlab-partner-grid article p{
  color:#5b6b66 !important;
}
.rlab-funnel article p,
.rlab-seo-cards article p,
.rlab-feature-grid article p,
.rlab-price-grid article p,
.rlab-partner-grid article p{
  color:#5b6b66 !important;
}
.rlab-funnel article h3,
.rlab-seo-cards article h3,
.rlab-feature-grid article h3,
.rlab-price-grid article h3,
.rlab-partner-grid article h3{
  color:#13211f !important;
}
.rlab-partner-grid article,
.rlab-link-grid a{
  background:#ffffff !important;
  color:#13211f !important;
  border-color:rgba(5,46,39,.12) !important;
}
.rlab-partner-grid article a{color:#0f4f46 !important;}
.rlab-tariff-table-wrap{
  overflow-x:auto;
  border-radius:28px;
  border:1px solid rgba(5,46,39,.12);
  background:#fff;
  box-shadow:0 20px 70px rgba(5,46,39,.08);
}
.rlab-tariff-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}
.rlab-tariff-table th,
.rlab-tariff-table td{
  padding:20px 22px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(5,46,39,.10);
}
.rlab-tariff-table th{
  background:#052e27;
  color:#fff;
  font-size:.88rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rlab-tariff-table td:first-child{font-weight:850;color:#052e27;}
.rlab-tariff-table td:nth-child(2){font-weight:900;color:#0f4f46;white-space:nowrap;}
.rlab-tariff-table tr:last-child td{border-bottom:0;}
@media(max-width:760px){
  body.rlab-premium-page .rlab-premium{padding-top:68px !important;}
}

/* RLab v1.5.4 - blog premium client-facing et navigation mobile directe */
.rlab-mobile-direct-links {
  display: none;
}

.rlab-premium-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rlab-premium-article-grid article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(19, 33, 31, 0.10);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 45px rgba(12, 29, 27, 0.08);
}

.rlab-premium-article-grid article span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--rlab-green-soft);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rlab-premium-article-grid article h3 {
  margin: 0 0 14px;
  color: var(--rlab-ink);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rlab-premium-article-grid article p {
  margin: 0 0 22px;
  color: #5b6b66;
  font-size: 1rem;
  line-height: 1.65;
}

.rlab-premium-article-grid article .rlab-text-link {
  margin-top: auto;
}

.rlab-blog-directory {
  background: linear-gradient(180deg, var(--rlab-cream), var(--rlab-sand));
}

@media (max-width: 920px) {
  body.rlab-premium-page .rlab-topbar {
    overflow: visible !important;
  }

  .rlab-mobile-direct-links {
    display: flex;
    gap: 8px;
    width: min(1280px, calc(100% - 24px));
    margin: 0 auto;
    padding: 0 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .rlab-mobile-direct-links::-webkit-scrollbar {
    display: none;
  }

  .rlab-mobile-direct-links a {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.84rem;
    font-weight: 850;
    white-space: nowrap;
    text-decoration: none;
  }

  .rlab-mobile-direct-links a:nth-child(4) {
    color: #05231f;
    background: var(--rlab-mint);
    border-color: var(--rlab-mint);
  }

  body.rlab-premium-page .rlab-premium {
    padding-top: 126px !important;
  }
}

@media (max-width: 760px) {
  body.rlab-premium-page .rlab-topbar-inner {
    min-height: 62px !important;
  }

  body.rlab-premium-page .rlab-premium {
    padding-top: 124px !important;
  }

  .rlab-mobile-direct-links {
    width: calc(100% - 20px);
    padding-bottom: 11px;
  }

  .rlab-mobile-direct-links a {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 0.8rem;
  }

  .rlab-premium-article-grid {
    grid-template-columns: 1fr;
  }

  .rlab-premium-article-grid article {
    min-height: auto;
    border-radius: 24px;
  }
}

/* RLab v1.5.4 - images, blog premium, road trips, partenaires */
.rlab-page-hero-visual{
  position:relative;
  overflow:hidden;
  min-height:clamp(430px,58vh,660px);
  display:flex;
  align-items:center;
  color:#fff;
}
.rlab-page-hero-visual .rlab-hero-bg,
.rlab-page-hero-visual .rlab-hero-overlay{
  position:absolute;
  inset:0;
}
.rlab-page-hero-visual .rlab-hero-bg{
  background:linear-gradient(135deg,#052e27,#113c35 45%,#dba15b);
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.rlab-page-hero-visual .rlab-hero-overlay{
  background:linear-gradient(90deg,rgba(5,46,39,.91),rgba(5,46,39,.66),rgba(5,46,39,.35));
}
.rlab-page-hero-visual .rlab-container{position:relative;z-index:2;}
.rlab-page-hero-visual h1,.rlab-page-hero-visual p{color:#fff;}
.rlab-blog-cards-visual article{overflow:hidden;padding:0 !important;}
.rlab-blog-cards-visual article figure,
.rlab-premium-article-grid-visual article figure,
.rlab-partner-grid-visual article figure,
.rlab-roadtrip-card figure,
.rlab-cta-visual{
  width:100%;
  min-height:190px;
  margin:0 0 20px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(5,46,39,.92),rgba(15,79,70,.82) 52%,rgba(219,161,91,.72));
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}
.rlab-blog-cards-visual article figure{border-radius:24px 24px 0 0;margin:0 0 20px;}
.rlab-blog-cards-visual article span,.rlab-blog-cards-visual article h3,.rlab-blog-cards-visual article p,.rlab-blog-cards-visual article a{margin-left:24px;margin-right:24px;}
.rlab-blog-cards-visual article a{margin-bottom:24px;}
.rlab-premium-article-grid-visual article{padding:0 !important;overflow:hidden;}
.rlab-premium-article-grid-visual article figure{border-radius:28px 28px 0 0;margin:0 0 24px;min-height:220px;}
.rlab-premium-article-grid-visual article span,.rlab-premium-article-grid-visual article h3,.rlab-premium-article-grid-visual article p,.rlab-premium-article-grid-visual article .rlab-text-link{margin-left:clamp(22px,3vw,34px);margin-right:clamp(22px,3vw,34px);}
.rlab-premium-article-grid-visual article .rlab-text-link{margin-bottom:clamp(22px,3vw,34px);}
.rlab-card-cover-link{display:block;width:100%;text-decoration:none;}
.rlab-visual-cta .rlab-cta-visual{min-height:360px;margin:0;border:1px solid rgba(255,255,255,.18);}
.rlab-cta-visual span{
  position:absolute;
  left:20px;
  bottom:20px;
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#052e27;
  font-weight:900;
  font-size:.82rem;
}
.rlab-resource-section{background:#fff;}
.rlab-resource-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.rlab-resource-grid a{
  display:flex;
  min-height:160px;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:24px;
  border-radius:28px;
  background:linear-gradient(135deg,#f8efe2,#fff 56%,#e5f5ef);
  border:1px solid rgba(5,46,39,.10);
  text-decoration:none;
  color:#052e27;
  box-shadow:0 20px 45px rgba(12,29,27,.07);
}
.rlab-resource-grid strong{font-size:1.2rem;letter-spacing:-.03em;}
.rlab-resource-grid span{color:#5b6b66;line-height:1.55;}
.rlab-partner-grid-visual article{overflow:hidden;padding:0 !important;}
.rlab-partner-grid-visual article figure{border-radius:24px 24px 0 0;margin:0 0 20px;min-height:160px;}
.rlab-partner-grid-visual article h3,.rlab-partner-grid-visual article p,.rlab-partner-grid-visual article a{margin-left:22px;margin-right:22px;}
.rlab-partner-grid-visual article a{margin-bottom:22px;display:inline-flex;}
.rlab-roadtrip-section{background:linear-gradient(180deg,#fff,#f8efe2);}
.rlab-roadtrip-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.rlab-roadtrip-card{
  position:relative;
  overflow:hidden;
  padding:0 0 24px;
  border:1px solid rgba(5,46,39,.10);
  border-radius:30px;
  background:#fff;
  box-shadow:0 22px 55px rgba(12,29,27,.08);
}
.rlab-roadtrip-card figure{border-radius:30px 30px 0 0;margin:0;min-height:210px;}
.rlab-roadtrip-card .rlab-kicker,.rlab-roadtrip-card h3,.rlab-roadtrip-card strong,.rlab-roadtrip-card p,.rlab-roadtrip-card small,.rlab-roadtrip-card .rlab-card-actions{margin-left:24px;margin-right:24px;}
.rlab-roadtrip-card h3{margin-top:8px;margin-bottom:12px;color:#052e27;font-size:clamp(1.35rem,2vw,1.85rem);letter-spacing:-.05em;line-height:1.05;}
.rlab-roadtrip-card strong{display:block;color:#0f4f46;line-height:1.45;margin-bottom:12px;}
.rlab-roadtrip-card p{color:#5b6b66;line-height:1.6;}
.rlab-roadtrip-card small{display:block;margin-top:14px;color:#052e27;font-weight:850;}
.rlab-card-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px;}
.rlab-roadtrip-map{
  position:absolute;
  top:24px;
  right:24px;
  width:104px;
  height:64px;
  border-radius:22px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 26px rgba(0,0,0,.15);
}
.rlab-roadtrip-map::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:31px;
  border-top:2px dashed #0f4f46;
}
.rlab-roadtrip-map span{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#0f4f46;
  box-shadow:0 0 0 4px rgba(15,79,70,.14);
}
.rlab-roadtrip-map span:nth-child(1){left:16px;top:27px;}
.rlab-roadtrip-map span:nth-child(2){left:40px;top:20px;background:#dba15b;}
.rlab-roadtrip-map span:nth-child(3){left:64px;top:34px;background:#dba15b;}
.rlab-roadtrip-map span:nth-child(4){right:16px;top:27px;}
@media(max-width:1050px){
  .rlab-resource-grid,.rlab-roadtrip-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:680px){
  .rlab-resource-grid,.rlab-roadtrip-grid{grid-template-columns:1fr;}
  .rlab-page-hero-visual{min-height:520px;}
  .rlab-premium-article-grid-visual article figure{min-height:190px;}
  .rlab-blog-cards-visual article figure{min-height:170px;}
  .rlab-visual-cta .rlab-cta-visual{min-height:240px;}
}


/* RLab v1.5.5 - contenu complet road trips, contact, saisons et galerie produit */
.rlab-season-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px}
.rlab-season-grid article{padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(5,46,39,.12);box-shadow:0 18px 45px rgba(12,29,27,.08)}
.rlab-season-grid article span{display:inline-flex;margin-bottom:14px;color:#0f4f46;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.rlab-season-grid h3{margin:0 0 12px;color:#13211f;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1;letter-spacing:-.045em}
.rlab-season-grid p{color:#5b6b66;line-height:1.65}
.rlab-season-grid strong{display:block;color:#0f4f46;margin-top:18px}
.rlab-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.rlab-contact-card{padding:clamp(26px,4vw,42px);border-radius:30px;background:#fff;border:1px solid rgba(5,46,39,.12);box-shadow:0 22px 60px rgba(12,29,27,.08)}
.rlab-contact-card h2{margin:0 0 16px;font-size:clamp(2rem,4vw,3.2rem);line-height:.98;letter-spacing:-.055em;color:#13211f}
.rlab-contact-card p,.rlab-contact-card li{color:#5b6b66;line-height:1.65}
.rlab-contact-card ul{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:12px}
.rlab-contact-card strong{color:#13211f}
.rlab-roadtrip-detail-grid{display:grid;gap:28px}
.rlab-roadtrip-detail-card{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:0;overflow:hidden;border-radius:34px;background:#fff;border:1px solid rgba(5,46,39,.10);box-shadow:0 24px 70px rgba(12,29,27,.09)}
.rlab-roadtrip-detail-card>figure{min-height:100%;margin:0;background-size:cover;background-position:center;border-radius:0}
.rlab-roadtrip-detail-body{padding:clamp(26px,4vw,46px)}
.rlab-roadtrip-detail-body h3{margin:0 0 14px;color:#13211f;font-size:clamp(1.8rem,3vw,3.2rem);line-height:.98;letter-spacing:-.06em}
.rlab-roadtrip-detail-body strong{display:block;margin-bottom:16px;color:#0f4f46;line-height:1.45}
.rlab-roadtrip-detail-body p{color:#5b6b66;line-height:1.7}
.rlab-roadtrip-detail-body h4{margin:24px 0 10px;color:#13211f;font-size:1.15rem}
.rlab-roadtrip-detail-body ul{margin:0 0 20px;padding-left:20px;color:#334541;line-height:1.65}
.rlab-route-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}
.rlab-route-meta span,.rlab-route-tip{display:block;padding:14px 16px;border-radius:18px;background:#f6f1e8;color:#334541;line-height:1.55}
.rlab-route-tip strong{display:inline;margin:0;color:#0f4f46}
.rlab-roadtrip-detail-card .rlab-roadtrip-map{top:18px;right:18px}
.rlab-product-gallery-shell{margin:42px 0 70px;padding:70px 0;background:#f8efe2;color:#13211f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.rlab-product-gallery-shell .rlab-section-head h2{color:#13211f;text-shadow:none}
.rlab-product-gallery-shell .rlab-section-head p{color:#5b6b66}
@media(max-width:900px){.rlab-season-grid,.rlab-contact-grid,.rlab-roadtrip-detail-card,.rlab-route-meta{grid-template-columns:1fr}.rlab-roadtrip-detail-card>figure{min-height:260px}.rlab-product-gallery-shell{padding:54px 0}}
@media(max-width:560px){.rlab-season-grid article,.rlab-contact-card,.rlab-roadtrip-detail-body{padding:22px}.rlab-roadtrip-detail-card{border-radius:26px}.rlab-roadtrip-detail-card>figure{min-height:230px}.rlab-contact-card h2,.rlab-roadtrip-detail-body h3{font-size:clamp(1.85rem,9vw,2.6rem)}}


/* RLab v1.6.0 - audit editorial final */
.rlab-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}
.rlab-article-body{background:#fff;border:1px solid rgba(5,46,39,.10);border-radius:34px;padding:clamp(28px,5vw,58px);box-shadow:0 24px 70px rgba(12,29,27,.08)}
.rlab-article-body h2{margin:0 0 14px;color:#13211f;font-size:clamp(1.7rem,3vw,3.2rem);line-height:1;letter-spacing:-.055em}
.rlab-article-body p{margin:0 0 28px;color:#5b6b66;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.78}
.rlab-article-aside{position:sticky;top:110px;background:#f8efe2;border:1px solid rgba(5,46,39,.12);border-radius:30px;padding:22px;box-shadow:0 18px 55px rgba(12,29,27,.08)}
.rlab-article-aside figure{min-height:220px;margin:0 0 20px;border-radius:22px;background-size:cover;background-position:center}
.rlab-article-aside h3{margin:0 0 14px;color:#13211f;font-size:1.25rem}
.rlab-article-aside a{display:block;padding:12px 0;border-top:1px solid rgba(5,46,39,.12);font-weight:850;color:#0f4f46;text-decoration:none}
.rlab-article-cta{margin-top:26px;padding:clamp(24px,4vw,38px);border-radius:28px;background:#052e27;color:#fff}
.rlab-article-cta h2{color:#fff;margin-bottom:12px}
.rlab-article-cta p{color:rgba(255,255,255,.78);margin-bottom:20px}
.rlab-resource-grid-visual a{padding:0;overflow:hidden;align-items:stretch;justify-content:flex-start;min-height:unset;text-align:left}
.rlab-resource-grid-visual figure{min-height:150px;margin:0;background-size:cover;background-position:center}
.rlab-resource-grid-visual strong,.rlab-resource-grid-visual span{margin-left:22px;margin-right:22px}
.rlab-resource-grid-visual strong{margin-top:22px;color:#052e27}
.rlab-resource-grid-visual span{margin-bottom:24px}
.rlab-content-detail .rlab-seo-cards article{min-height:230px}
.rlab-route-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}
.rlab-route-meta span{display:block;padding:14px 16px;border-radius:18px;background:#f8efe2;color:#334541;font-weight:750;line-height:1.45}
.rlab-route-tip{margin:18px 0;padding:18px 20px;border-radius:20px;background:#e8f7f2;color:#0f4f46;line-height:1.55}
@media(max-width:980px){.rlab-article-layout{grid-template-columns:1fr}.rlab-article-aside{position:relative;top:auto}.rlab-route-meta{grid-template-columns:1fr}}
@media(max-width:560px){.rlab-article-body,.rlab-article-aside,.rlab-article-cta{border-radius:24px;padding:22px}.rlab-resource-grid-visual figure{min-height:135px}}

/* v1.6.1 enhancements */
.rlab-resource-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.rlab-partner-badge{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.rlab-partner-emoji{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:rgba(15,99,84,.12);font-size:20px}
.rlab-partner-initial{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#10342d,#2e6b5e);color:#fff;font-size:17px;font-weight:800;letter-spacing:.02em}
.rlab-resource-grid a strong{display:block;font-size:20px;color:#13211f}
.rlab-resource-grid a span{display:block;color:#52635d;line-height:1.6}
.rlab-floorplan-section{background:#fbf7f1}
.rlab-floorplan-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:30px;align-items:start}
.rlab-floorplan-card{background:#fff;border-radius:28px;padding:18px;border:1px solid rgba(5,46,39,.12);box-shadow:0 16px 48px rgba(5,46,39,.08)}
.rlab-floorplan-card img{display:block;width:100%;height:auto;border-radius:18px}
.rlab-option-section{background:#f5efe6}
.rlab-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.rlab-option-card{background:#fff;border-radius:26px;padding:26px;border:1px solid rgba(5,46,39,.12);box-shadow:0 18px 50px rgba(5,46,39,.08)}
.rlab-option-card h3{margin:14px 0 8px;color:#13211f}
.rlab-option-card strong{display:block;color:#0f6354;margin-bottom:10px}
.rlab-option-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:18px;background:#eff6f4;font-size:28px}
.rlab-contact-visual-stack{display:grid;grid-template-columns:1fr;gap:18px}
.rlab-contact-visual{position:relative;min-height:245px;border-radius:28px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 18px 55px rgba(5,46,39,.12)}
.rlab-contact-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.55))}
.rlab-contact-visual span{position:absolute;left:20px;bottom:18px;z-index:1;color:#fff;font-weight:700;font-size:18px}
.rlab-icon-list{display:grid;gap:10px;margin-top:18px;color:#31403c}
.rlab-icon-list span{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:#f6f7f5}
@media(max-width:980px){.rlab-floorplan-grid,.rlab-option-grid,.rlab-resource-grid-compact{grid-template-columns:1fr 1fr}}
@media(max-width:860px){.rlab-floorplan-grid,.rlab-option-grid,.rlab-resource-grid-compact{grid-template-columns:1fr}.rlab-contact-visual{min-height:220px}}

/* v1.6.2 partner logo cards */
.rlab-partner-badge-logo{display:flex;align-items:center;justify-content:center;min-height:118px;margin-bottom:16px;background:#fff;border-radius:22px;border:1px solid rgba(5,46,39,.08);padding:18px}
.rlab-partner-logo-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.rlab-partner-logo-wrap img{display:block;max-width:100%;max-height:86px;width:auto;height:auto;object-fit:contain}
.rlab-resource-grid a{transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.rlab-resource-grid a:hover{transform:translateY(-4px);border-color:rgba(15,99,84,.28);box-shadow:0 20px 60px rgba(5,46,39,.13)}
.rlab-resource-grid a:focus-visible{outline:3px solid rgba(15,99,84,.35);outline-offset:4px}
@media(max-width:860px){.rlab-partner-badge-logo{min-height:96px}.rlab-partner-logo-wrap img{max-height:70px}}

/* v1.6.3 Premium booking planner */
.rlab-booking-page .rlab-topbar{position:sticky;top:0;z-index:50}
.rlab-booking-hero{position:relative;overflow:hidden;padding:86px 0 54px;background:linear-gradient(135deg,#0d2b26 0%,#123b34 48%,#b7eee4 170%);color:#fff}
.rlab-booking-hero h1{font-size:clamp(46px,6vw,92px);line-height:.93;margin:0 0 22px;letter-spacing:-.06em;color:#fff;max-width:980px}
.rlab-booking-hero p{font-size:20px;line-height:1.65;color:rgba(255,255,255,.82);max-width:820px}
.rlab-booking-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:end}
.rlab-booking-trust-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);border-radius:30px;padding:28px;display:grid;gap:13px;box-shadow:0 24px 60px rgba(0,0,0,.24)}
.rlab-booking-trust-card strong{font-size:22px;color:#fff;margin-bottom:4px}.rlab-booking-trust-card span{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.12);color:#fff;font-weight:700}
.rlab-booking-planner-section{background:#fbf7f1;padding-top:46px}
.rlab-booking-app{background:#fff;border:1px solid rgba(5,46,39,.12);border-radius:36px;padding:34px;box-shadow:0 28px 80px rgba(5,46,39,.12)}
.rlab-booking-app-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.rlab-booking-app-head h2{font-size:clamp(36px,4vw,64px);letter-spacing:-.05em;line-height:.96;margin:0 0 12px}.rlab-booking-app-head p{color:#5a6965;max-width:820px;line-height:1.65}
.rlab-booking-widget{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:22px;align-items:start}.rlab-booking-date-panel,.rlab-booking-options,.rlab-booking-summary{background:#f8f3eb;border:1px solid rgba(5,46,39,.1);border-radius:26px;padding:24px}.rlab-booking-date-panel{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:16px}.rlab-booking-date-panel label{font-weight:800;color:#13211f}.rlab-booking-date-panel input{width:100%;margin-top:10px;padding:18px;border:1px solid rgba(5,46,39,.18);border-radius:16px;font:inherit;background:#fff;color:#13211f}.rlab-booking-hint{grid-column:1 / -1;padding:13px 16px;border-radius:16px;background:#eaf6f3;color:#0f6354;font-weight:800}
.rlab-booking-vehicle-choice{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rlab-booking-vehicle{appearance:none;text-align:left;border:2px solid transparent;background:#fff;border-radius:28px;overflow:hidden;padding:0;cursor:pointer;box-shadow:0 20px 55px rgba(5,46,39,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.rlab-booking-vehicle:hover{transform:translateY(-3px)}.rlab-booking-vehicle.is-selected{border-color:#0f6354;box-shadow:0 24px 70px rgba(15,99,84,.2)}.rlab-booking-vehicle figure{min-height:250px;margin:0;background-size:cover;background-position:center;background-color:#dce9e5}.rlab-booking-vehicle span,.rlab-booking-vehicle strong,.rlab-booking-vehicle small{display:block;margin-left:22px;margin-right:22px}.rlab-booking-vehicle span{margin-top:20px;color:#0f6354;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.rlab-booking-vehicle strong{font-size:24px;line-height:1.1;margin-top:8px;color:#13211f}.rlab-booking-vehicle small{font-size:15px;line-height:1.5;margin-top:10px;margin-bottom:22px;color:#5b6b66}
.rlab-booking-options{display:grid;gap:12px}.rlab-booking-options h3{font-size:28px;margin:0 0 8px}.rlab-booking-options label,.rlab-booking-mandatory{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid rgba(5,46,39,.08);font-weight:800}.rlab-booking-options input{width:18px;height:18px}.rlab-booking-options strong,.rlab-booking-mandatory strong{color:#0f6354}.rlab-booking-mandatory{grid-template-columns:1fr auto;background:#eef7f4}.rlab-booking-summary{position:sticky;top:104px;background:#112f2a;color:#fff}.rlab-booking-summary h3{font-size:32px;line-height:1.05;color:#fff;margin:10px 0 24px}.rlab-summary-line,.rlab-summary-total{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14)}.rlab-summary-line span{color:rgba(255,255,255,.72)}.rlab-summary-line strong,.rlab-summary-total strong{color:#fff}.rlab-summary-total{border-bottom:0;margin-top:12px}.rlab-summary-total span{font-size:20px;font-weight:900}.rlab-summary-total strong{font-size:38px;letter-spacing:-.04em}.rlab-summary-note{color:rgba(255,255,255,.72);line-height:1.6;margin:18px 0}.rlab-summary-actions{display:grid;gap:12px}.rlab-summary-actions .rlab-text-link{color:#bff4eb}.rlab-season-explainer{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.rlab-season-explainer article{padding:18px 20px;border-radius:20px;background:#f7f3ec;border:1px solid rgba(5,46,39,.1)}.rlab-season-explainer strong{display:block;color:#13211f;margin-bottom:8px}.rlab-season-explainer span{color:#5a6965;line-height:1.55}
.rlab-booqable-wrap{scroll-margin-top:120px}.rlab-booking-engine{background:#fffaf3}.rlab-booqable-wrap{border-radius:34px;overflow:hidden;border:1px solid rgba(5,46,39,.12);box-shadow:0 25px 70px rgba(5,46,39,.12)}
@media(max-width:1040px){.rlab-booking-hero-grid,.rlab-booking-widget{grid-template-columns:1fr}.rlab-booking-summary{position:relative;top:auto}.rlab-booking-app-head{display:block}.rlab-booking-app-head .rlab-btn{margin-top:16px}.rlab-booking-vehicle-choice{grid-template-columns:1fr 1fr}.rlab-season-explainer{grid-template-columns:1fr}}
@media(max-width:760px){.rlab-booking-hero{padding:56px 0 40px}.rlab-booking-app{padding:18px;border-radius:24px}.rlab-booking-date-panel,.rlab-booking-vehicle-choice{grid-template-columns:1fr}.rlab-booking-date-panel{padding:18px}.rlab-booking-vehicle figure{min-height:210px}.rlab-summary-total strong{font-size:30px}}

/* v1.6.4 booking commercial terms */
.rlab-booking-option small{display:flex;align-items:center;gap:8px;margin-top:8px;color:#52635d;font-size:13px}
.rlab-booking-option small input{width:72px;min-height:34px;border:1px solid rgba(5,46,39,.18);border-radius:10px;padding:6px 8px;background:#fff;color:#13211f}
.rlab-summary-deposit strong{color:#0f6354}
.rlab-booking-payment-note{margin-top:20px;padding:18px 20px;border-radius:18px;background:#effaf7;color:#13211f;border:1px solid rgba(15,99,84,.18)}

/* v1.6.6 - iconographie légère */
.rlab-kicker{display:inline-flex;align-items:center;gap:.45rem}
.rlab-seo-cards article h3,.rlab-equipment-card h3,.rlab-feature-grid article strong,.rlab-contact-card h2,.rlab-booking-summary h3,.rlab-section-head h2{letter-spacing:-.03em}
.rlab-seo-cards article h3,.rlab-equipment-card h3,.rlab-option-card h3,.rlab-booking-option span,.rlab-booking-mandatory span,.rlab-summary-line span,.rlab-tariff-table td:first-child{font-feature-settings:"liga" 1}
.rlab-booking-trust-card span{font-size:clamp(17px,2vw,23px);font-weight:800;letter-spacing:-.02em}
.rlab-booking-trust-card span,.rlab-icon-list span,.rlab-booking-option,.rlab-booking-mandatory{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.rlab-booking-trust-card span:hover,.rlab-icon-list span:hover,.rlab-booking-option:hover,.rlab-booking-mandatory:hover{transform:translateY(-2px)}
.rlab-tariff-table td:first-child{font-weight:800;color:#13211f}
.rlab-payment-explainer-section .rlab-seo-cards article{background:linear-gradient(180deg,#fff,#fbf7f1)}
.rlab-option-icon{box-shadow:0 10px 28px rgba(15,99,84,.13)}
.rlab-partner-emoji,.rlab-option-icon{user-select:none}
.rlab-card-label:before{content:"✦";display:inline-block;margin-right:.38rem;color:#0f6354}
.rlab-proof-row span:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:7px;border-radius:999px;background:#e5f3ef;color:#0f6354;font-weight:900;font-size:12px}
.rlab-proof-row span{display:inline-flex;align-items:center}
.rlab-season-explainer article strong{display:inline-flex;align-items:center;gap:.35rem}
.rlab-summary-note{border-left:4px solid rgba(15,99,84,.35);padding-left:14px}
.rlab-final-box h2:before{content:"🚐";display:inline-block;margin-right:.5rem}
@media(max-width:760px){.rlab-booking-trust-card span{font-size:18px}.rlab-kicker{gap:.3rem}}

/* =========================================================
   RLab v1.6.7 - reservation officielle, mobile polish, logos partenaires
   ========================================================= */
.rlab-payment-card,
.rlab-payment-card *{
  color:#13211f !important;
}
.rlab-payment-card .rlab-card-label,
.rlab-payment-card .rlab-card-label:before{
  color:#0f6354 !important;
}
.rlab-payment-card p{
  color:#5b6b66 !important;
}
.rlab-payment-card .rlab-btn{
  color:#05231f !important;
}
.rlab-booqable-upgraded .rlab-section-head{
  margin-bottom:28px;
}
.rlab-booqable-guide-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:0 0 24px;
}
.rlab-booqable-guide-grid article{
  position:relative;
  min-height:210px;
  padding:22px;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff,#fbf7f0);
  border:1px solid rgba(5,46,39,.10);
  box-shadow:0 20px 55px rgba(5,46,39,.08);
}
.rlab-booqable-guide-grid article span{
  display:inline-grid;
  place-items:center;
  width:58px;
  height:58px;
  margin-bottom:16px;
  border-radius:20px;
  background:#e5f7f2;
  box-shadow:0 14px 30px rgba(15,99,84,.14);
  font-size:30px;
  line-height:1;
}
.rlab-booqable-guide-grid article strong{
  display:block;
  margin:0 0 9px;
  color:#13211f;
  font-size:1.25rem;
  line-height:1.05;
  letter-spacing:-.04em;
}
.rlab-booqable-guide-grid article p{
  margin:0;
  color:#5b6b66;
  line-height:1.55;
}
.rlab-booking-engine .rlab-booqable-wrap{
  padding:28px;
  background:linear-gradient(180deg,#ffffff 0%,#fbf7f1 100%);
  overflow:visible;
}
.rlab-booqable-safe-banner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:start;
  margin:0 0 22px;
  padding:18px 20px;
  border-radius:22px;
  background:#052e27;
  color:#fff;
  box-shadow:0 20px 50px rgba(5,46,39,.16);
}
.rlab-booqable-safe-banner > span{
  display:inline-grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background:rgba(191,244,235,.16);
  font-size:25px;
}
.rlab-booqable-safe-banner strong{
  display:block;
  margin:0 0 6px;
  color:#fff;
  font-size:1.12rem;
}
.rlab-booqable-safe-banner p{
  margin:0;
  color:rgba(255,255,255,.80);
  line-height:1.55;
}
.rlab-booking-engine .rlab-booqable-wrap > h2,
.rlab-booking-engine .rlab-booqable-wrap .rlab-booqable-embed h2{
  margin:24px 0 16px !important;
  padding:18px 20px;
  border-radius:20px;
  background:#e8f7f2;
  color:#052e27 !important;
  font-size:clamp(1.45rem,2.3vw,2.1rem) !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
}
.rlab-booking-engine .rlab-booqable-wrap > h2:first-of-type{
  margin-top:12px !important;
}
.rlab-booking-payment-note{
  color:#13211f !important;
  background:#eef8f5 !important;
  border-color:rgba(15,99,84,.22) !important;
  font-weight:650;
}
.rlab-booking-payment-note strong{
  color:#0f6354 !important;
}
.rlab-booqable-wrap iframe,
.rlab-booqable-wrap .booqable,
.rlab-booqable-wrap [class*="booqable"]{
  max-width:100% !important;
  box-sizing:border-box !important;
}
.rlab-booking-trust-card span{
  display:flex;
  align-items:center;
  gap:8px;
}
.rlab-partner-normalized-grid,
.rlab-resource-grid-compact{
  align-items:stretch;
}
.rlab-resource-grid.rlab-resource-grid-visual a{
  justify-content:flex-start;
}
.rlab-partner-badge,
.rlab-partner-badge-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100%;
  height:128px;
  min-height:128px !important;
  margin:0 0 18px !important;
  padding:18px !important;
  border-radius:24px !important;
  background:#ffffff !important;
  border:1px solid rgba(5,46,39,.10) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);
  text-align:center;
  overflow:hidden;
}
.rlab-partner-logo-wrap{
  height:100%;
}
.rlab-partner-logo-wrap img{
  max-width:92% !important;
  max-height:76px !important;
  object-fit:contain !important;
}
.rlab-partner-emoji{
  display:inline-grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-right:10px;
  border-radius:18px;
  background:#e8f7f2;
  font-size:28px;
  line-height:1;
}
.rlab-partner-initial{
  display:none;
}
.rlab-partner-badge > strong{
  margin:0 !important;
  color:#13211f !important;
  font-size:1.05rem;
  line-height:1.1;
}
.rlab-partner-social-logo{
  display:inline-grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-right:12px;
  border-radius:18px;
  color:#fff;
  background:#13211f;
}
.rlab-partner-social-logo svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
}
.rlab-partner-social-logo svg path{
  fill:currentColor;
  stroke:none;
}
.rlab-partner-social-logo svg rect,
.rlab-partner-social-logo svg circle{
  stroke:currentColor;
}
.rlab-partner-social-instagram{
  background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
}
.rlab-partner-social-facebook{
  background:#1877f2;
}
.rlab-partner-social-name{
  color:#13211f;
  font-size:1.55rem;
  font-weight:950;
  letter-spacing:-.045em;
}
.rlab-resource-grid a strong,
.rlab-resource-grid a span{
  overflow-wrap:anywhere;
}
.rlab-summary-note strong{
  color:#bff4eb;
}
@media(max-width:1040px){
  .rlab-booqable-guide-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  body.rlab-premium-page{
    overflow-x:hidden !important;
  }
  body.rlab-premium-page .rlab-topbar{
    overflow:visible !important;
  }
  body.rlab-premium-page .rlab-topbar-inner{
    min-height:60px !important;
  }
  body.rlab-premium-page .rlab-topbar-brand .rlab-logo-img{
    width:34px !important;
    height:34px !important;
    max-width:34px !important;
    max-height:34px !important;
    border-radius:11px !important;
  }
  body.rlab-premium-page .rlab-topbar-name{
    max-width:132px !important;
    font-size:.88rem !important;
  }
  body.rlab-premium-page .rlab-topbar-icon{
    width:34px !important;
    height:34px !important;
    flex:0 0 34px !important;
  }
  body.rlab-premium-page .rlab-topbar-icon svg{
    width:17px !important;
    height:17px !important;
  }
  body.rlab-premium-page .rlab-premium{
    padding-top:112px !important;
  }
  .rlab-mobile-direct-links{
    padding-bottom:9px !important;
  }
  .rlab-mobile-direct-links a{
    min-height:34px !important;
    padding:7px 11px !important;
    font-size:.78rem !important;
  }
  .rlab-booking-hero{
    padding:38px 0 32px !important;
  }
  .rlab-booking-hero h1{
    font-size:clamp(2.15rem,10vw,3.05rem) !important;
    line-height:1.02 !important;
    letter-spacing:-.052em !important;
  }
  .rlab-booking-hero p{
    font-size:1rem !important;
    line-height:1.55 !important;
  }
  .rlab-booking-trust-card{
    padding:18px !important;
    border-radius:22px !important;
    gap:9px !important;
  }
  .rlab-booking-trust-card strong{
    font-size:18px !important;
  }
  .rlab-booking-trust-card span{
    font-size:16px !important;
    padding:10px 12px !important;
    border-radius:14px !important;
  }
  .rlab-booking-app{
    padding:14px !important;
    border-radius:24px !important;
  }
  .rlab-booking-app-head h2,
  .rlab-booking-instructions h2{
    font-size:clamp(2rem,9vw,2.8rem) !important;
    line-height:1 !important;
  }
  .rlab-booking-date-panel,
  .rlab-booking-options,
  .rlab-booking-summary{
    padding:16px !important;
    border-radius:20px !important;
  }
  .rlab-booking-vehicle figure{
    min-height:170px !important;
  }
  .rlab-booking-vehicle span,
  .rlab-booking-vehicle strong,
  .rlab-booking-vehicle small{
    margin-left:16px !important;
    margin-right:16px !important;
  }
  .rlab-booking-options label{
    grid-template-columns:auto minmax(0,1fr) !important;
    align-items:start !important;
    gap:8px 10px !important;
    padding:13px 14px !important;
  }
  .rlab-booking-options label strong{
    grid-column:2 !important;
    justify-self:start !important;
  }
  .rlab-booking-option small{
    grid-column:2 !important;
    flex-wrap:wrap !important;
  }
  .rlab-booking-mandatory{
    grid-template-columns:1fr !important;
    gap:5px !important;
    padding:13px 14px !important;
  }
  .rlab-summary-line,
  .rlab-summary-total{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:5px !important;
  }
  .rlab-summary-total strong{
    font-size:28px !important;
  }
  .rlab-season-explainer article{
    padding:16px !important;
  }
  .rlab-booqable-guide-grid{
    grid-template-columns:1fr !important;
  }
  .rlab-booqable-guide-grid article{
    min-height:auto !important;
    padding:18px !important;
    border-radius:22px !important;
  }
  .rlab-booqable-guide-grid article span{
    width:52px;
    height:52px;
    font-size:28px;
  }
  .rlab-booking-engine .rlab-booqable-wrap{
    padding:14px !important;
    border-radius:22px !important;
    margin-left:-2px !important;
    margin-right:-2px !important;
  }
  .rlab-booqable-safe-banner{
    grid-template-columns:1fr !important;
    padding:16px !important;
    border-radius:18px !important;
  }
  .rlab-booking-engine .rlab-booqable-wrap > h2,
  .rlab-booking-engine .rlab-booqable-wrap .rlab-booqable-embed h2{
    font-size:1.32rem !important;
    padding:15px !important;
    border-radius:16px !important;
  }
  .rlab-booking-payment-note{
    padding:16px !important;
    border-radius:16px !important;
    line-height:1.55 !important;
  }
  .rlab-page-hero-visual{
    min-height:430px !important;
  }
  .rlab-page-hero-visual h1{
    font-size:clamp(2.05rem,10vw,3rem) !important;
    line-height:1.02 !important;
  }
  .rlab-resource-grid.rlab-resource-grid-visual a{
    padding:18px !important;
    border-radius:24px !important;
  }
  .rlab-partner-badge,
  .rlab-partner-badge-logo{
    height:108px !important;
    min-height:108px !important;
    border-radius:20px !important;
    padding:14px !important;
  }
  .rlab-partner-logo-wrap img{
    max-height:62px !important;
    max-width:90% !important;
  }
  .rlab-partner-social-logo{
    width:48px;
    height:48px;
    margin-right:10px;
    border-radius:16px;
  }
  .rlab-partner-social-name{
    font-size:1.35rem;
  }
  .rlab-card-actions .rlab-btn,
  .rlab-hero-actions .rlab-btn{
    width:100% !important;
    justify-content:center !important;
  }
  .rlab-footer a,
  .rlab-footer span,
  .rlab-footer p,
  .rlab-footer-bottom{
    overflow-wrap:anywhere !important;
  }
}
@media(max-width:380px){
  body.rlab-premium-page .rlab-topbar-name{
    max-width:104px !important;
  }
  body.rlab-premium-page .rlab-topbar-icon{
    width:32px !important;
    height:32px !important;
    flex-basis:32px !important;
  }
  .rlab-mobile-direct-links a{
    font-size:.75rem !important;
    padding:6px 10px !important;
  }
}


/* RLab v1.6.8 - corrections visuelles finales */
.rlab-topbar-cart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:0 15px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(191,244,235,.22);
  color:#bff4eb !important;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}
.rlab-topbar-cart:hover,.rlab-topbar-cart:focus-visible{background:rgba(191,244,235,.16);transform:translateY(-1px)}
.rlab-topbar-cart span:first-child{font-size:18px;line-height:1}
.rlab-mobile-cart-link{background:#bff4eb !important;color:#052e27 !important;border-color:#bff4eb !important;font-weight:900 !important}

.rlab-contact-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:stretch}
.rlab-contact-card{position:relative;overflow:hidden}
.rlab-contact-card-wa{background:linear-gradient(145deg,#e8fbf6 0%,#ffffff 55%,#f3efe6 100%) !important;border-color:rgba(15,99,84,.18) !important;box-shadow:0 28px 80px rgba(15,99,84,.14) !important}
.rlab-contact-card-details{background:linear-gradient(145deg,#fffaf2 0%,#ffffff 56%,#eef7f3 100%) !important;border-color:rgba(5,46,39,.13) !important;box-shadow:0 24px 70px rgba(12,29,27,.10) !important}
.rlab-contact-card-wa:before,.rlab-contact-card-details:before{content:"";position:absolute;inset:-40% -20% auto auto;width:260px;height:260px;border-radius:999px;background:rgba(15,99,84,.08);pointer-events:none}
.rlab-contact-card-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.rlab-contact-card-top .rlab-kicker{margin:0}
.rlab-contact-big-icon{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#bff4eb;box-shadow:0 14px 35px rgba(15,99,84,.18);font-size:27px;line-height:1}
.rlab-contact-card-details .rlab-contact-big-icon{background:#f3e8d4}
.rlab-contact-actions,.rlab-contact-details-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:22px 0}
.rlab-contact-phone{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;background:#052e27;color:#fff !important;text-decoration:none;font-weight:850}
.rlab-contact-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}
.rlab-contact-checklist span{display:flex;align-items:center;min-height:54px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(5,46,39,.08);color:#13211f;font-weight:750;line-height:1.25}
.rlab-contact-info-list{display:grid !important;gap:12px !important;margin-top:20px !important}
.rlab-contact-info-list li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:14px;border-radius:18px;background:rgba(255,255,255,.70);border:1px solid rgba(5,46,39,.08)}
.rlab-contact-info-list li>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#e8f7f2;font-size:21px}
.rlab-contact-info-list strong{display:block;margin:0 0 2px;color:#13211f !important;font-size:.98rem}
.rlab-contact-info-list em{display:block;color:#5b6b66;font-style:normal;line-height:1.35;overflow-wrap:anywhere}
.rlab-contact-visual-stack{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}
.rlab-contact-visual{min-height:210px}

.rlab-partners-direct-section{padding-top:clamp(36px,5vw,72px) !important;background:#fffaf3 !important}
.rlab-partner-practical-section{margin-top:0}
.rlab-resource-grid.rlab-resource-grid-visual a{min-height:auto !important}
.rlab-partner-badge,.rlab-partner-badge-logo{height:112px !important;min-height:112px !important;margin-bottom:16px !important}
.rlab-partner-logo-wrap img{max-height:64px !important}
.rlab-partner-social-name{font-size:1.38rem !important}

@media(max-width:1080px){
  .rlab-topbar-cart{padding:0 12px;font-size:.86rem}
}
@media(max-width:900px){
  .rlab-contact-grid{grid-template-columns:1fr}
  .rlab-contact-visual-stack{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .rlab-topbar-cart{width:34px;height:34px;min-height:34px;padding:0;border-radius:999px;flex:0 0 34px;font-size:16px}
  .rlab-topbar-cart .rlab-cart-label{display:none}
  .rlab-topbar-cart span:first-child{font-size:16px}
  .rlab-contact-card-wa,.rlab-contact-card-details{padding:22px !important;border-radius:24px !important}
  .rlab-contact-card h2{font-size:clamp(2rem,9vw,2.75rem) !important}
  .rlab-contact-big-icon{width:48px;height:48px;border-radius:16px;font-size:24px}
  .rlab-contact-checklist{grid-template-columns:1fr}
  .rlab-contact-checklist span{min-height:48px}
  .rlab-contact-info-list li{padding:12px;border-radius:16px}
  .rlab-contact-visual-stack{grid-template-columns:1fr}
  .rlab-contact-visual{min-height:190px}
  .rlab-partners-direct-section{padding-top:30px !important}
  .rlab-resource-grid.rlab-resource-grid-visual a{padding:16px !important;border-radius:22px !important}
  .rlab-partner-badge,.rlab-partner-badge-logo{height:86px !important;min-height:86px !important;margin-bottom:14px !important;padding:12px !important;border-radius:18px !important}
  .rlab-partner-logo-wrap img{max-height:48px !important;max-width:88% !important}
  .rlab-partner-social-logo{width:42px !important;height:42px !important;border-radius:14px !important}
  .rlab-partner-social-logo svg{width:24px !important;height:24px !important}
  .rlab-partner-social-name{font-size:1.18rem !important}
  .rlab-resource-grid a strong{font-size:1.05rem !important;margin-top:0 !important}
  .rlab-resource-grid a span{font-size:.95rem !important;line-height:1.5 !important}
  .rlab-premium-page .booqable-embeddable-cart-sidebar,
  .rlab-premium-page [class*="booqable-cart-sidebar"],
  .rlab-premium-page [class*="BooqableCartSidebar"]{z-index:38 !important;bottom:78px !important;right:10px !important}
}
@media(max-width:390px){
  .rlab-topbar-actions{gap:7px !important}
  .rlab-topbar-cart{width:32px;height:32px;min-height:32px;flex-basis:32px}
}

/* v1.6.9 - Contact links and action buttons */
.rlab-contact-info-list a{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  color:#0b6b5a !important;
  font-style:normal;
  line-height:1.35;
  font-weight:850;
  text-decoration:none;
  border-bottom:1px solid rgba(11,107,90,.28);
  overflow-wrap:anywhere;
}
.rlab-contact-info-list a:hover{color:#052e27 !important;border-bottom-color:#052e27}
.rlab-contact-details-actions .rlab-btn{min-height:46px}
.rlab-btn-dark{background:#052e27 !important;color:#fff !important;border-color:#052e27 !important}
.rlab-btn-outline{background:rgba(255,255,255,.74) !important;color:#052e27 !important;border:1px solid rgba(5,46,39,.16) !important}
@media(max-width:560px){
  .rlab-contact-details-actions{align-items:stretch !important}
  .rlab-contact-details-actions .rlab-btn,.rlab-contact-details-actions .rlab-text-link{width:100%;justify-content:center;text-align:center}
}

/* v1.7.0 - Avis Google premium */
.rlab-google-review-section{
  background:
    radial-gradient(circle at 8% 12%, rgba(191,238,229,.30), transparent 34%),
    linear-gradient(180deg, var(--rlab-sand), var(--rlab-cream));
}
.rlab-review-hero-card{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border:1px solid rgba(19,33,31,.10);
  border-radius:34px;
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(234,251,247,.90));
  box-shadow:0 24px 70px rgba(12,29,27,.12);
  margin-bottom:28px;
}
.rlab-review-score{
  min-height:220px;
  display:grid;
  place-items:center;
  text-align:center;
  gap:8px;
  padding:26px;
  border-radius:28px;
  background:linear-gradient(145deg, #0b302b, #127566);
  color:#fff;
  box-shadow:0 18px 46px rgba(15,79,70,.24);
}
.rlab-review-google-mark{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#fff;
  color:#0b6b5a;
  font-weight:900;
  font-size:34px;
  line-height:1;
}
.rlab-review-score strong{
  display:block;
  font-size:clamp(28px,4vw,44px);
  line-height:.95;
  letter-spacing:-.04em;
}
.rlab-review-score small{
  color:rgba(255,255,255,.82);
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.rlab-review-hero-card h2{
  margin:0;
  max-width:780px;
  font-size:clamp(34px,5vw,66px);
  line-height:.96;
  letter-spacing:-.06em;
}
.rlab-review-hero-card p:not(.rlab-kicker){
  max-width:720px;
  color:var(--rlab-muted);
  font-size:clamp(18px,2vw,23px);
}
.rlab-review-grid-premium{
  margin-top:26px;
}
.rlab-review-grid-premium article{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(241,250,247,.90)) !important;
}
.rlab-review-grid-premium article:before{
  content:'“';
  position:absolute;
  right:18px;
  top:-12px;
  color:rgba(15,79,70,.08);
  font-size:110px;
  line-height:1;
  font-weight:900;
}
.rlab-review-stars{
  color:#0b6b5a;
  font-weight:900;
  letter-spacing:.10em;
  margin-bottom:14px;
}
.rlab-review-grid-premium p{
  position:relative;
  z-index:1;
  margin:0 0 18px;
  color:#263733;
  font-size:1.05rem;
  font-weight:650;
}
.rlab-review-grid-premium span{
  position:relative;
  z-index:1;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(191,238,229,.42);
  color:#0b4c43;
  font-size:.85rem;
  font-weight:850;
}
.rlab-review-request-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  margin-top:28px;
  padding:30px;
  border-radius:30px;
  background:linear-gradient(135deg, rgba(19,33,31,.96), rgba(15,79,70,.95));
  color:#fff;
  box-shadow:0 24px 70px rgba(12,29,27,.18);
}
.rlab-review-request-card h3{
  margin:0;
  font-size:clamp(28px,4vw,46px);
  line-height:1;
  letter-spacing:-.05em;
}
.rlab-review-request-card p:not(.rlab-kicker){
  max-width:760px;
  color:rgba(255,255,255,.78);
  font-size:1.05rem;
}
.rlab-review-request-card .rlab-kicker{
  color:var(--rlab-mint);
}
.rlab-review-final-actions{
  justify-content:center;
}
@media(max-width:860px){
  .rlab-review-hero-card,
  .rlab-review-request-card{
    grid-template-columns:1fr;
    padding:24px;
    border-radius:28px;
  }
  .rlab-review-score{
    min-height:170px;
  }
  .rlab-review-request-card .rlab-btn{
    width:100%;
  }
}
@media(max-width:560px){
  .rlab-review-hero-card h2{
    font-size:clamp(38px,12vw,54px);
  }
  .rlab-review-hero-card p:not(.rlab-kicker){
    font-size:18px;
  }
  .rlab-review-score strong{
    font-size:34px;
  }
  .rlab-review-grid-premium article{
    padding:22px;
  }
}

/* v1.9.0 multilingual switcher */
.rlab-language-switcher{display:inline-flex;align-items:center;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.rlab-lang-link{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;text-decoration:none;color:inherit;opacity:.82;transition:all .18s ease}
.rlab-lang-link:hover,.rlab-lang-link.is-active{background:#fff;color:#12342f;opacity:1;box-shadow:0 6px 14px rgba(0,0,0,.12)}
.rlab-mobile-direct-links .rlab-language-switcher{grid-column:1/-1;justify-content:center;width:max-content;margin:2px auto 6px;background:rgba(18,52,47,.08);border-color:rgba(18,52,47,.14)}
.rlab-mobile-direct-links .rlab-lang-link{color:#12342f}
@media (max-width:900px){.rlab-topbar-actions>.rlab-language-switcher{display:none}.rlab-mobile-direct-links .rlab-language-switcher{display:inline-flex}}

/* v1.9.2 - Booqable visual control: keep product images premium and compact */
#rlab-booqable-booking,
.rlab-booking-official,
.rlab-booking-official-zone,
.rlab-booqable-page {
  overflow: visible;
}
#rlab-booqable-booking img,
.rlab-booking-official img,
.rlab-booking-official-zone img,
.rlab-booqable-page img[class*="booqable"],
.rlab-booqable-page [class*="booqable"] img,
.rlab-booqable-page [class*="Booqable"] img,
.rlab-booking-official [class*="product"] img,
.rlab-booking-official [class*="item"] img,
.rlab-booking-official-zone [class*="product"] img,
.rlab-booking-official-zone [class*="item"] img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 220px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  display: block !important;
}
#rlab-booqable-booking [class*="product"],
.rlab-booking-official [class*="product"],
.rlab-booking-official-zone [class*="product"],
.rlab-booqable-page [class*="product"] {
  min-height: 0 !important;
}
#rlab-booqable-booking [class*="image"],
.rlab-booking-official [class*="image"],
.rlab-booking-official-zone [class*="image"] {
  max-height: 240px !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}
#rlab-booqable-booking .booqable-product-list,
#rlab-booqable-booking [class*="list"],
.rlab-booking-official [class*="list"],
.rlab-booking-official-zone [class*="list"] {
  align-items: stretch !important;
}
@media (max-width: 768px) {
  #rlab-booqable-booking img,
  .rlab-booking-official img,
  .rlab-booking-official-zone img,
  .rlab-booqable-page [class*="booqable"] img,
  .rlab-booqable-page [class*="product"] img {
    max-height: 170px !important;
  }
  #rlab-booqable-booking [class*="image"],
  .rlab-booking-official [class*="image"],
  .rlab-booking-official-zone [class*="image"] {
    max-height: 185px !important;
  }
}


/* v1.9.2 - stronger Booqable product card image control */
[class*="booqable"] img,
[class*="Booqable"] img,
.booqable-component img,
.booqable-product img,
.booqable-product-card img,
.booqable-product-list img,
.booqable-embedded img,
#booqable-root img,
#rlab-booqable-booking img,
.rlab-booking-official img,
.rlab-booking-official-zone img {
  max-height: 220px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
}
[class*="booqable"] [class*="image"],
[class*="Booqable"] [class*="image"],
.booqable-product-card [class*="image"],
#rlab-booqable-booking [class*="image"] {
  max-height: 230px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
}
[class*="booqable"] [class*="card"],
[class*="Booqable"] [class*="card"],
.booqable-product-card {
  min-height: 0 !important;
}
@media (max-width: 768px) {
  [class*="booqable"] img,
  [class*="Booqable"] img,
  .booqable-product-card img,
  #rlab-booqable-booking img {
    max-height: 160px !important;
  }
  [class*="booqable"] [class*="image"],
  [class*="Booqable"] [class*="image"],
  #rlab-booqable-booking [class*="image"] {
    max-height: 170px !important;
  }
}

/* v2.0.0 - Compact Booqable product cards on reservation pages */
#rlab-booqable-booking [class*="booqable"] img,
#rlab-booqable-booking img,
.rlab-booqable-upgraded [class*="booqable"] img,
.rlab-booqable-upgraded img {
  max-height: 180px !important;
  width: 100% !important;
  object-fit: contain !important;
  border-radius: 18px !important;
}
#rlab-booqable-booking [class*="booqable"] [style*="background-image"],
.rlab-booqable-upgraded [class*="booqable"] [style*="background-image"] {
  min-height: 180px !important;
  max-height: 180px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
#rlab-booqable-booking [class*="booqable"] article,
#rlab-booqable-booking [class*="booqable"] li,
#rlab-booqable-booking [class*="booqable"] .product,
#rlab-booqable-booking [class*="booqable"] [class*="card"] {
  max-width: 100% !important;
}
@media (min-width: 900px) {
  #rlab-booqable-booking [class*="booqable"] img,
  #rlab-booqable-booking img,
  .rlab-booqable-upgraded [class*="booqable"] img,
  .rlab-booqable-upgraded img {
    max-height: 170px !important;
  }
  #rlab-booqable-booking [class*="booqable"] [style*="background-image"],
  .rlab-booqable-upgraded [class*="booqable"] [style*="background-image"] {
    min-height: 170px !important;
    max-height: 170px !important;
  }
}
@media (max-width: 768px) {
  #rlab-booqable-booking [class*="booqable"] img,
  #rlab-booqable-booking img,
  .rlab-booqable-upgraded [class*="booqable"] img,
  .rlab-booqable-upgraded img {
    max-height: 135px !important;
  }
  #rlab-booqable-booking [class*="booqable"] [style*="background-image"],
  .rlab-booqable-upgraded [class*="booqable"] [style*="background-image"] {
    min-height: 135px !important;
    max-height: 135px !important;
  }
}

/* v2.6.10 - cookie consent banner with preferences */
.rlab-cookie-consent[hidden],
.rlab-cookie-preferences[hidden] { display: none !important; }
.rlab-cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  font-family: inherit;
}
.rlab-cookie-consent-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 24px;
  align-items: center;
  background: rgba(9, 37, 32, 0.97);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.30);
  padding: 22px 24px;
  backdrop-filter: blur(14px);
}
.rlab-cookie-copy strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 7px;
}
.rlab-cookie-copy p {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.86);
  line-height: 1.45;
}
.rlab-cookie-consent a {
  color: #bff7ed;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rlab-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.rlab-cookie-actions button,
.rlab-cookie-save,
.rlab-cookie-open {
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 900;
  font-size: .95rem;
  line-height: 1.1;
}
.rlab-cookie-actions button,
.rlab-cookie-save { border: 0; }
.rlab-cookie-accept,
.rlab-cookie-save {
  background: #bff7ed;
  color: #08251f;
}
.rlab-cookie-reject,
.rlab-cookie-manage {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18) !important;
}
.rlab-cookie-preferences {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 16px;
}
.rlab-cookie-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.rlab-cookie-row strong,
.rlab-cookie-row small {
  display: block;
}
.rlab-cookie-row strong { color: #fff; margin-bottom: 4px; }
.rlab-cookie-row small { color: rgba(255,255,255,0.78); line-height: 1.35; }
.rlab-cookie-row em {
  font-style: normal;
  color: #bff7ed;
  font-weight: 900;
  white-space: nowrap;
}
.rlab-cookie-row input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #bff7ed;
}
.rlab-cookie-save { justify-self: end; }
.rlab-cookie-open {
  display: inline-flex;
  border: 1px solid rgba(7,63,55,.18);
  background: #073f37;
  color: #fff;
  margin-top: 10px;
}
.rlab-v25-cookie { display: none !important; }
@media (max-width: 760px) {
  .rlab-cookie-consent { left: 10px; right: 10px; bottom: 10px; }
  .rlab-cookie-consent-inner { grid-template-columns: 1fr; padding: 18px; max-height: calc(100vh - 20px); overflow: auto; }
  .rlab-cookie-actions { justify-content: stretch; }
  .rlab-cookie-actions button, .rlab-cookie-save { width: 100%; justify-content: center; }
  .rlab-cookie-row { grid-template-columns: 1fr; gap: 10px; }
}

/* v2.2.4 - galerie vehicules cliquable */
.rlab-clickable-gallery .rlab-gallery-item{display:block;text-decoration:none;cursor:zoom-in;transition:transform .22s ease, box-shadow .22s ease, filter .22s ease}
.rlab-clickable-gallery .rlab-gallery-item:hover{transform:translateY(-3px);box-shadow:0 26px 70px rgba(5,46,39,.18);filter:saturate(1.04)}
.rlab-clickable-gallery .rlab-gallery-item em{position:absolute;right:16px;bottom:16px;width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:#06352e;font-style:normal;font-weight:900;box-shadow:0 12px 32px rgba(0,0,0,.18)}
.rlab-lightbox{position:fixed;inset:0;z-index:999999;background:rgba(0,18,15,.92);display:none;align-items:center;justify-content:center;padding:28px}
.rlab-lightbox.is-open{display:flex}
.rlab-lightbox-inner{position:relative;max-width:min(1180px,94vw);max-height:92vh;width:100%;display:grid;gap:14px}
.rlab-lightbox-image{max-width:100%;max-height:82vh;width:auto;height:auto;margin:auto;border-radius:26px;box-shadow:0 24px 80px rgba(0,0,0,.45);object-fit:contain;background:#fff}
.rlab-lightbox-title{color:#fff;font-weight:800;text-align:center;font-size:clamp(15px,1.6vw,20px)}
.rlab-lightbox-close,.rlab-lightbox-prev,.rlab-lightbox-next{position:absolute;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:#06352e;box-shadow:0 16px 46px rgba(0,0,0,.28);font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center}
.rlab-lightbox-close{top:-10px;right:-10px;width:48px;height:48px;font-size:28px}
.rlab-lightbox-prev,.rlab-lightbox-next{top:50%;transform:translateY(-50%);width:54px;height:54px;font-size:30px}
.rlab-lightbox-prev{left:-14px}.rlab-lightbox-next{right:-14px}
body.rlab-lightbox-open{overflow:hidden}
@media(max-width:780px){.rlab-lightbox{padding:16px}.rlab-lightbox-image{max-height:76vh;border-radius:18px}.rlab-lightbox-prev{left:6px}.rlab-lightbox-next{right:6px}.rlab-lightbox-close{top:6px;right:6px}.rlab-clickable-gallery .rlab-gallery-item em{width:36px;height:36px;right:10px;bottom:10px}}

/* v2.2.6 Premium vehicle gallery: hero-trigger + thumbnail carousel + editorial gallery */
.rlab-vehicle-hero-gallery{display:grid;gap:16px;align-self:start}
.rlab-vehicle-hero-main{display:block;position:relative;min-height:420px;text-decoration:none;cursor:zoom-in;overflow:hidden;border-radius:34px;background-size:cover;background-position:center;box-shadow:0 28px 90px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.18);transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}
.rlab-vehicle-hero-main:hover{transform:translateY(-3px);filter:saturate(1.05);box-shadow:0 34px 110px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.22)}
.rlab-vehicle-hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,22,18,.56) 100%);pointer-events:none}
.rlab-hero-gallery-badge{position:absolute;left:20px;bottom:20px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.94);color:#06352e;font-weight:900;box-shadow:0 16px 42px rgba(0,0,0,.22)}
.rlab-vehicle-hero-main em{position:absolute;right:20px;bottom:22px;z-index:2;color:#fff;font-style:normal;font-weight:800;text-shadow:0 8px 30px rgba(0,0,0,.55)}
.rlab-hero-gallery-strip-wrap,.rlab-gallery-mini-rail-wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}
.rlab-hero-gallery-strip,.rlab-gallery-mini-rail{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding:4px 2px 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.rlab-hero-gallery-strip::-webkit-scrollbar,.rlab-gallery-mini-rail::-webkit-scrollbar{display:none}
.rlab-hero-gallery-thumb,.rlab-gallery-mini-thumb{flex:0 0 92px;height:68px;border-radius:18px;background-size:cover;background-position:center;border:2px solid rgba(255,255,255,.28);box-shadow:0 12px 30px rgba(5,46,39,.15);opacity:.82;transition:opacity .2s ease,transform .2s ease,border-color .2s ease;cursor:zoom-in}
.rlab-hero-gallery-thumb:hover,.rlab-hero-gallery-thumb.is-active,.rlab-gallery-mini-thumb:hover{opacity:1;transform:translateY(-2px);border-color:#c6fff3}
.rlab-gallery-arrow{width:40px;height:40px;border:0;border-radius:999px;background:#d5fff6;color:#062b25;font-size:26px;font-weight:900;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .2s ease,background .2s ease}
.rlab-gallery-arrow:hover{transform:translateY(-1px);background:#fff}
.rlab-vehicle-dedicated-gallery{background:linear-gradient(180deg,#fbf6ec 0%,#f6efe4 100%);padding-top:90px;padding-bottom:95px}
.rlab-gallery-premium{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:18px;align-items:stretch}
.rlab-gallery-featured,.rlab-gallery-preview,.rlab-gallery-mini-thumb{background-size:cover;background-position:center;text-decoration:none;cursor:zoom-in}
.rlab-gallery-featured{position:relative;min-height:520px;border-radius:34px;overflow:hidden;box-shadow:0 30px 100px rgba(5,46,39,.16);border:1px solid rgba(5,46,39,.1)}
.rlab-gallery-featured:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 54%,rgba(0,22,18,.58));pointer-events:none}
.rlab-gallery-featured span{position:absolute;left:22px;bottom:22px;z-index:2;background:rgba(255,255,255,.94);color:#06352e;padding:12px 18px;border-radius:999px;font-weight:900;box-shadow:0 16px 42px rgba(0,0,0,.18)}
.rlab-gallery-featured em{position:absolute;right:22px;bottom:22px;z-index:2;width:46px;height:46px;border-radius:999px;background:#d5fff6;color:#06352e;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:900;box-shadow:0 16px 42px rgba(0,0,0,.2)}
.rlab-gallery-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.rlab-gallery-preview{min-height:250px;border-radius:26px;overflow:hidden;box-shadow:0 22px 70px rgba(5,46,39,.12);border:1px solid rgba(5,46,39,.1);transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}
.rlab-gallery-preview:hover,.rlab-gallery-featured:hover{transform:translateY(-3px);filter:saturate(1.04)}
.rlab-gallery-preview span{position:absolute;left:-9999px}
.rlab-gallery-mini-rail-wrap{grid-column:1 / -1;margin-top:6px}
.rlab-gallery-mini-thumb{flex-basis:116px;height:78px;border-color:rgba(5,46,39,.1)}
.rlab-vehicle-dedicated-gallery .rlab-section-head{max-width:820px;margin-bottom:30px}
@media(max-width:980px){.rlab-gallery-premium{grid-template-columns:1fr}.rlab-gallery-featured{min-height:380px}.rlab-gallery-preview{min-height:190px}.rlab-vehicle-hero-main{min-height:330px}}
@media(max-width:680px){.rlab-vehicle-hero-gallery{gap:12px}.rlab-vehicle-hero-main{min-height:270px;border-radius:24px}.rlab-hero-gallery-badge{left:14px;bottom:14px;padding:10px 14px;font-size:14px}.rlab-vehicle-hero-main em{display:none}.rlab-hero-gallery-thumb{flex-basis:76px;height:56px;border-radius:14px}.rlab-gallery-arrow{width:34px;height:34px;font-size:22px}.rlab-vehicle-dedicated-gallery{padding-top:58px;padding-bottom:65px}.rlab-gallery-preview-grid{grid-template-columns:1fr 1fr;gap:10px}.rlab-gallery-featured{min-height:285px;border-radius:24px}.rlab-gallery-preview{min-height:135px;border-radius:18px}.rlab-gallery-mini-thumb{flex-basis:88px;height:60px;border-radius:14px}}

/* v2.2.7 — real photo refit: integrated galleries, premium visual hierarchy */
.rlab-page-media,.rlab-hero-bg,.rlab-gallery-featured,.rlab-gallery-preview,.rlab-hero-gallery-thumb,.rlab-gallery-mini-thumb{background-color:#0c2d27;background-repeat:no-repeat}
.rlab-vehicle-hero-gallery{position:relative}
.rlab-vehicle-hero-main{min-height:520px;border-radius:38px;background-position:center;isolation:isolate}
.rlab-vehicle-hero-main:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28),inset 0 -90px 90px rgba(0,26,22,.36);pointer-events:none;z-index:1}
.rlab-vehicle-hero-main:after{background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,22,18,.64) 100%)}
.rlab-hero-gallery-strip-wrap{margin-top:-4px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:9px;backdrop-filter:blur(10px)}
.rlab-hero-gallery-thumb{flex-basis:116px;height:76px;border-radius:18px;background-position:center;border-color:rgba(255,255,255,.38)}
.rlab-vehicle-dedicated-gallery{background:radial-gradient(circle at 18% 0%,rgba(189,244,232,.28),transparent 34%),linear-gradient(180deg,#fbf6ec 0%,#f4ecdf 100%)}
.rlab-gallery-premium{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:22px}
.rlab-gallery-featured{min-height:590px;border-radius:38px;box-shadow:0 34px 110px rgba(5,46,39,.18),0 1px 0 rgba(255,255,255,.7) inset}
.rlab-gallery-preview{min-height:284px;border-radius:30px;background-position:center;box-shadow:0 24px 80px rgba(5,46,39,.14)}
.rlab-gallery-featured span,.rlab-hero-gallery-badge{background:rgba(244,255,251,.96);color:#052e27;letter-spacing:-.01em}
.rlab-gallery-mini-rail-wrap{margin-top:10px;background:rgba(255,255,255,.55);border:1px solid rgba(5,46,39,.08);border-radius:28px;padding:10px;box-shadow:0 18px 60px rgba(5,46,39,.08)}
.rlab-gallery-mini-thumb{flex-basis:132px;height:88px;border-radius:18px;background-position:center;box-shadow:none}
.rlab-gallery-preview-grid{gap:22px}
.rlab-gallery-featured:hover,.rlab-gallery-preview:hover{box-shadow:0 38px 120px rgba(5,46,39,.2)}
@media(max-width:980px){.rlab-vehicle-hero-main{min-height:410px}.rlab-gallery-featured{min-height:430px}.rlab-gallery-preview{min-height:210px}.rlab-gallery-premium{gap:16px}}
@media(max-width:680px){.rlab-vehicle-hero-main{min-height:310px;border-radius:26px}.rlab-hero-gallery-strip-wrap{border-radius:20px;padding:7px}.rlab-hero-gallery-thumb{flex-basis:86px;height:62px}.rlab-gallery-featured{min-height:320px;border-radius:26px}.rlab-gallery-preview{min-height:150px}.rlab-gallery-mini-thumb{flex-basis:92px;height:64px}.rlab-gallery-premium{grid-template-columns:1fr}.rlab-gallery-preview-grid{gap:10px}}

/* v2.3.0 — premium generated visuals, European destination pages and responsive destination cards */
.rlab-visual-story-section{background:linear-gradient(180deg,#fffaf2 0%,#f5eee2 100%);overflow:hidden}
.rlab-visual-story-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:46px;align-items:center}
.rlab-visual-story-grid h2{max-width:780px}
.rlab-visual-story-mosaic{display:grid;grid-template-columns:1.1fr .9fr;grid-auto-rows:190px;gap:16px}
.rlab-visual-tile{display:block;background-size:cover;background-position:center;border-radius:30px;box-shadow:0 28px 90px rgba(5,46,39,.14);border:1px solid rgba(5,46,39,.08);overflow:hidden;text-decoration:none;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}
.rlab-visual-tile:hover{transform:translateY(-4px);filter:saturate(1.05);box-shadow:0 36px 120px rgba(5,46,39,.2)}
.rlab-visual-tile-1{grid-row:span 2;border-radius:38px}
.rlab-visual-tile-4{grid-column:span 2;min-height:220px}
.rlab-dest-hero .rlab-hero-bg{background-position:center;background-size:cover}
.rlab-destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.rlab-destination-card{background:#fff;border:1px solid rgba(5,46,39,.08);border-radius:32px;overflow:hidden;box-shadow:0 24px 80px rgba(5,46,39,.12);display:flex;flex-direction:column;min-height:100%;transition:transform .22s ease,box-shadow .22s ease}
.rlab-destination-card:hover{transform:translateY(-5px);box-shadow:0 36px 110px rgba(5,46,39,.18)}
.rlab-destination-media{display:block;min-height:240px;background-size:cover;background-position:center;text-decoration:none}
.rlab-destination-body{padding:24px 24px 26px;display:flex;flex-direction:column;gap:12px;flex:1}
.rlab-destination-body h3{font-size:clamp(24px,2.1vw,34px);line-height:.98;margin:0;color:#18100b}
.rlab-destination-body p{margin:0;color:#5f706a;line-height:1.58}
.rlab-destination-body ul{margin:2px 0 0;padding:0;list-style:none;display:grid;gap:8px;color:#2b3d37}
.rlab-itinerary-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.rlab-itinerary-summary article{background:#fff;border:1px solid rgba(5,46,39,.08);border-radius:28px;padding:26px;box-shadow:0 22px 70px rgba(5,46,39,.1)}
.rlab-itinerary-summary h2{font-size:16px;text-transform:uppercase;letter-spacing:.12em;color:#0c806f;margin:0 0 10px}.rlab-itinerary-summary p{font-size:22px;font-weight:900;margin:0;color:#18100b;line-height:1.2}
.rlab-itinerary-timeline{display:grid;gap:16px;counter-reset:route}
.rlab-itinerary-timeline article{display:grid;grid-template-columns:72px 1fr;gap:20px;background:#fff;border:1px solid rgba(5,46,39,.08);border-radius:30px;padding:22px;box-shadow:0 20px 70px rgba(5,46,39,.08)}
.rlab-itinerary-timeline article>span{width:56px;height:56px;border-radius:999px;background:#d5fff6;color:#062b25;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px}.rlab-itinerary-timeline h3{font-size:clamp(22px,2vw,30px);margin:0 0 6px;color:#18100b}.rlab-itinerary-timeline p{margin:0 0 8px;color:#60716b;line-height:1.55}
.rlab-destinations-europe .rlab-visual-story-section{padding-top:0}
@media(max-width:1120px){.rlab-destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rlab-visual-story-grid{grid-template-columns:1fr}.rlab-visual-story-mosaic{grid-auto-rows:180px}}
@media(max-width:760px){.rlab-destination-grid,.rlab-itinerary-summary{grid-template-columns:1fr}.rlab-destination-media{min-height:210px}.rlab-destination-body{padding:20px}.rlab-visual-story-mosaic{display:flex;gap:12px;overflow-x:auto;padding:4px 4px 14px;scroll-snap-type:x mandatory}.rlab-visual-tile{flex:0 0 82%;min-height:230px;scroll-snap-align:start;border-radius:24px}.rlab-visual-tile-1,.rlab-visual-tile-4{grid-row:auto;grid-column:auto}.rlab-itinerary-timeline article{grid-template-columns:1fr;gap:12px;padding:18px}.rlab-itinerary-timeline article>span{width:48px;height:48px}.rlab-page-hero.rlab-dest-hero{min-height:680px}}

/* v2.3.0 — compatibility styling for destination teaser and legacy destination shortcodes */
.rlab-destination-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.rlab-destination-card-grid .rlab-destination-card{background:#fff;border:1px solid rgba(5,46,39,.08);border-radius:30px;overflow:hidden;box-shadow:0 20px 70px rgba(5,46,39,.1)}
.rlab-destination-card-grid .rlab-destination-card>a{display:block;min-height:210px;background-size:cover;background-position:center;position:relative;text-decoration:none}
.rlab-destination-card-grid .rlab-destination-card>a span{position:absolute;left:14px;bottom:14px;background:rgba(244,255,251,.94);color:#052e27;font-weight:900;border-radius:999px;padding:9px 13px}
.rlab-destination-card-grid .rlab-destination-card>div{padding:18px}.rlab-destination-card-grid h3{font-size:22px;margin:0 0 8px;line-height:1.05}.rlab-destination-card-grid p{margin:0 0 8px;color:#61716c;line-height:1.5}.rlab-destination-card-grid em{font-style:normal;font-weight:800;color:#0b7d70}
.rlab-section-head-action{display:flex;align-items:end;justify-content:space-between;gap:22px}.rlab-section-head-action>div{max-width:780px}
.rlab-destination-grid-large{display:grid;gap:24px}.rlab-destination-large-card{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:0;background:#fff;border-radius:34px;overflow:hidden;box-shadow:0 26px 90px rgba(5,46,39,.12);border:1px solid rgba(5,46,39,.08)}
.rlab-destination-large-image{display:block;min-height:360px;background-size:cover;background-position:center;position:relative;text-decoration:none}.rlab-destination-large-image span{position:absolute;left:18px;bottom:18px;background:rgba(244,255,251,.95);color:#052e27;font-weight:900;border-radius:999px;padding:12px 16px}.rlab-destination-large-body{padding:32px}.rlab-destination-large-body h2{font-size:clamp(32px,3vw,52px);line-height:.95;margin:0 0 16px}.rlab-destination-large-body p{color:#60716b;line-height:1.62}.rlab-destination-large-body ul{padding:0;list-style:none;display:grid;gap:8px;color:#263b35}
.rlab-route-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:28px;align-items:start}.rlab-route-summary,.rlab-route-main{background:#fff;border:1px solid rgba(5,46,39,.08);border-radius:32px;box-shadow:0 22px 80px rgba(5,46,39,.1);padding:28px}.rlab-route-summary dl{display:grid;gap:12px}.rlab-route-summary dt{text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#0b7d70;font-size:12px}.rlab-route-summary dd{margin:0;font-weight:800;color:#18100b}.rlab-route-stage-list{display:grid;gap:14px;margin-top:20px}.rlab-route-stage{display:grid;grid-template-columns:58px 1fr;gap:16px;border:1px solid rgba(5,46,39,.08);border-radius:22px;padding:18px}.rlab-route-stage span{width:46px;height:46px;border-radius:999px;background:#d5fff6;color:#062b25;display:flex;align-items:center;justify-content:center;font-weight:900}.rlab-route-stage h3{margin:0 0 6px}.rlab-route-stage p{margin:0 0 5px;color:#60716b}.rlab-route-note{margin-top:18px;padding:18px;border-radius:22px;background:#f4fbf8;color:#31514a;font-weight:700;line-height:1.55}
@media(max-width:1060px){.rlab-destination-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rlab-destination-large-card{grid-template-columns:1fr}.rlab-route-layout{grid-template-columns:1fr}}
@media(max-width:680px){.rlab-destination-card-grid{grid-template-columns:1fr}.rlab-section-head-action{display:block}.rlab-destination-large-image{min-height:260px}.rlab-destination-large-body{padding:22px}.rlab-route-summary,.rlab-route-main{padding:20px;border-radius:24px}.rlab-route-stage{grid-template-columns:1fr}.rlab-destination-card-grid .rlab-destination-card>a{min-height:190px}}

/* v2.6.27 – robust fixed header fallback for legacy premium pages */
html.rlab-premium-fixed-header-active{
  scroll-padding-top:calc(var(--rlab-premium-fixed-header-height, 126px) + 18px)!important;
}
html.rlab-premium-fixed-header-active body.rlab-premium-page .rlab-premium{
  padding-top:var(--rlab-premium-fixed-header-height, 126px)!important;
  overflow:visible!important;
}
html.rlab-premium-fixed-header-active body.rlab-premium-page .rlab-topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:2147483000!important;
  transform:translateZ(0)!important;
  will-change:transform!important;
  backface-visibility:hidden!important;
}
html.rlab-premium-fixed-header-active body.admin-bar.rlab-premium-page .rlab-topbar{
  top:32px!important;
}
@media(max-width:782px){
  html.rlab-premium-fixed-header-active body.admin-bar.rlab-premium-page .rlab-topbar{
    top:46px!important;
  }
}

/* v2.6.28 - shared mobile fallbacks for cookie banner and Booqable floating cart */
@media (max-width:760px){
  body .rlab-cookie-consent{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    z-index:2147483001!important;
  }
  body .rlab-cookie-consent-inner{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:14px!important;
    border-radius:18px!important;
    max-height:min(74svh, 560px)!important;
    overflow:auto!important;
  }
  body .rlab-cookie-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body .rlab-cookie-actions button,
  body .rlab-cookie-save{
    width:100%!important;
    min-height:42px!important;
    padding:10px 12px!important;
    font-size:14px!important;
  }
  body.rlab-premium-page [class*="booqable"][class*="cart"],
  body.rlab-premium-page [class*="Booqable"][class*="Cart"],
  body.rlab-premium-page .booqable-embeddable-cart-sidebar,
  body.rlab-premium-page .booqable-cart-sidebar{
    max-width:calc(100vw - 18px)!important;
    z-index:999980!important;
  }
}

/* v2.6.30 - Nouveau logo RLab Adventure, anciennes couches */
.rlab-logo-img-new,
.rlab-logo-img{
  display:inline-block;
  width:min(220px,100%);
  max-height:72px;
  height:auto;
  object-fit:contain;
}
.rlab-v24-mark img{width:28px;height:28px;display:block;object-fit:contain;}
