:root {
    --navbar-height: 0px;
}

.sticky-below-navbar {
    top: calc(var(--navbar-height, 0px) + 8px);
}

body {
    background-color: #ffffff;
}
a {
    color: #fe8121;
}
.logo-text {
    font-size: 22px;
}
.navbar-brand {
    color: black;
    transform: none;
}
.custom-navbar {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.3s, background-color 0.3s;
    }
.bg-beige {
    background-color: #F8F5F2;
}
.bg-deep-blue {
    background-color: #003F63;
}
.bg-orange {
    background-color: #fe8121;
}
.btn-orange {
    background-color: #fe8121;
    color: #fff;
}
.btn-orange-month {
    background-color: #fe8121 !important;
    border: 2px solid #fe8121 !important;
    color: #fff !important;
}
.btn-outline-orange {
    border: 2px solid #fe8121;
    color: #fe8121;
}
.btn-outline-orange:hover {
    background-color: #fe8121;
    color: #fff;
}
.btn-orange:hover {
    background-color: #e45b1d;
    color: #fff;
}
[data-forfait-tablist] .btn:focus,
[data-forfait-tablist] .btn:focus-visible,
.btn-orange-month:focus,
.btn-orange-month:focus-visible {
    background-color: #fe8121;
    border: 2px solid #fe8121;
    color: #fff;
}
.btn-outline-turquoise {
    border: 2px solid #003da5;
    color: #003da5;
}
.btn-outline-turquoise:hover {
    background-color: #003da5;
    color: #fff;
}
.btn-turquoise {
    background-color: #003da5;
    color: #fff;
}
.btn-turquoise:hover {
    background-color: #002d7b;
    color: #fff;
}
.icon-turquoise {
    color: #003da5;
}
.hero{
  position: relative;
  background: none;
  min-height: 70vh;
  overflow: hidden;
}
.hero .hero-media{
  position:absolute; inset:0; z-index:0; display:block;
}
.hero .hero-media img{
  width:100%; height:100%;
  object-fit: cover;         /* remplit le hero */
  filter: brightness(0.8);
}

/*@media (max-width: 576px) {
  .hero {
    background: linear-gradient(#fe6721, #fdc759);
  }
  .hero .hero-media img {
    filter: none;
  }
}
*/
.hero > * {
    z-index: 1;
}
.hero-content {
  max-width: 760px;
  animation: fade-up 0.8s ease forwards;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 500;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease;
}
.hero-pill:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.25);
}
.glass-card {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}
.hero-actions .btn {
  box-shadow: 0 15px 35px rgba(0, 61, 165, 0.35);
}
.hero-actions .btn:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}
.hero-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  opacity: 0.8;
  animation: pulse 3s ease-in-out infinite;
}
.hero-scroll i {
  font-size: 1.5rem;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.pattern-section {
  position: relative;
  overflow: hidden;
}
.pattern-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 63, 99, 0.06) 1px, transparent 0);
  background-size: 22px 22px;
  opacity: 0.5;
  pointer-events: none;
}
.pattern-section > * {
  position: relative;
  z-index: 1;
}
.stat-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 63, 99, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 63, 99, 0.12);
}
.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 63, 99, 0.08);
  color: #003f63;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003f63;
  margin-bottom: 0.5rem;
}

.section-label {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 61, 165, 0.12);
  color: #003dA5;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-title {
  font-weight: 700;
}
.feature-chip {
  display: flex;
  gap: 0.85rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: #f8faff;
  border: 1px solid rgba(0, 63, 99, 0.08);
  transition: transform 0.2s ease, border 0.2s ease;
  height: 100%;
}
.feature-chip i {
  font-size: 1.5rem;
  color: #003f63;
}
.feature-chip:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 63, 99, 0.2);
}
.example-card {
  position: relative;
}
.example-card .card {
  border-radius: 1.5rem;
}
.floating-badge {
  position: absolute;
  bottom: -35px;
  right: 35px;
  background: #003f63;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 15px 35px rgba(0, 63, 99, 0.3);
  font-size: 0.85rem;
}
.floating-badge i {
  font-size: 1.1rem;
}
.value-card {
  background: linear-gradient(135deg, rgba(248, 248, 255, 0.8), rgba(255, 255, 255, 0.95));
  border-radius: 1.5rem;
  padding: 2.25rem 1.75rem;
  border: 1px solid rgba(0, 63, 99, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 61, 165, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #003da5;
}

.step-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  padding: 2.5rem 1.75rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, background 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.step-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% 40%;
  background: radial-gradient(circle, rgba(254, 129, 33, 0.4), rgba(254, 129, 33, 0));
  opacity: 0;
  transition: opacity 0.25s ease;
}
.step-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
}
.step-card:hover::after {
  opacity: 1;
}
.step-card i {
  font-size: 2rem;
  color: #ffd8b0;
}
.step-index {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(15px) scale(1.05);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(4px);
  }
}
.slogan {
    font-size: 15px;
    font-weight: 400;
}
.forfait-card-img {
    height: 200px;
    object-fit: cover;
}
.forfait-card-img-detail {
    width: 100%;
    max-height: 500px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
a.badge {
    text-decoration: none !important;
}
.form-control:focus {
    border-color: #fe8121;
    box-shadow: 0 0 0 0.2rem rgba(254, 103, 33, 0.50); /* Example: Match box-shadow to new border color */
}
.form-select:focus {
    border-color: #fe8121;
    box-shadow: 0 0 0 0.2rem rgba(254, 103, 33, 0.50); /* Example: Match box-shadow to new border color */
}
.badge.bg-secondary {
    background-color: #9c9c9c !important;
}

.text-orange {
    color: #fe8121;
}
.package:hover {
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease; box-shadow 0.3s ease;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transform: translateY(-6px);
}
.package-link {
    text-decoration: none;
    color: black;
}
.bg-footer {
    background-color: #f8f9fa;
}
.footer a {
    color: black !important;
    text-decoration: none !important;
}
.footer a:hover {
    text-decoration: underline !important;
    color: #fe8121 !important;
}
.btn-close {
    border-radius: 50%;
    transition: none;
}
.btn-close:hover {
    background-color: #ededed;
}
.badge-alert {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.exampleImg,
.exampleImg button {
    cursor: pointer;
}

.exampleImg button {
    transition: transform 0.2s ease;
}

#exampleImageModalImg {
    width: 100%;
    max-width: 90vw;
}
.btn-share {
    color: #000;
    height: 80%;
}
.btn-share:hover {
    background-color: #ebebeb;
}
.btn-catalog {
    border: 1px solid rgba(0, 0, 0, 0.175);
    color: #000;
    transition: none;
}
.btn-catalog:hover {
    border: 1px solid rgba(0, 0, 0, 0.175);
    background-color: #ebebeb;
}
.btn-catalog.active {
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
    background-color: #ebebeb !important;
}
.btn-catalog:active {
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
    background-color: #ebebeb !important;
}

.match {
    --bs-card-border-width: 2px;
    --bs-card-border-color: #fe8121;
    --bs-card-inner-border-radius: var(--bs-card-border-radius);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    /*border: 2px solid #ed24cc !important;*/
    /*box-shadow: 0 .5rem 1rem rgba(254, 103, 33, .50) !important;
    box-shadow: 0 .5rem 1rem rgba(237, 36, 204, .50) !important;*/
}

.match .card-img-top {
    border-top-left-radius: calc(var(--bs-card-border-radius) - var(--bs-card-border-width));
    border-top-right-radius: calc(var(--bs-card-border-radius) - var(--bs-card-border-width));
}

.match:hover {
    box-shadow: 0 .5rem 1rem rgba(254, 129, 33, 0.50) !important;
    /*box-shadow: 0 .5rem 1rem rgba(237, 36, 204, 1) !important;*/
}

.match-badge {
    background-color: #fe8121;
    font-size: 20px;
    /*background-color: #ed24cc;*/
}

.package-mentions {
    max-width: calc(100% - 4.5rem);
}

.btn-favorite {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-search {
    width: 40px;
    height: 40px;
    color: white;
    background-color: #fe8121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    align-self: center;
    flex: 0 0 40px;
    margin-left: 0.25rem;
}

.btn-search:hover {
    background-color: #db591d;
}

.search-form:hover {
    cursor: pointer;
    background-color: #ebebeb;
}

.search-form:focus {
    background-color: #ffffff;
}
.search-form:disabled {
    background-color: white;
}

.form-select:disabled {
    background-color: white;
}

.subscription-option {
    cursor: pointer;
}

.subscription-option.selected {
    position: relative;
    border: 2px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, rgba(71, 166, 255, 0.7), rgba(175, 71, 255, 0.7));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 24px 60px rgba(71, 166, 255, 0.2);
}

/*.premium-plan-highlight {
  position: relative;
  border: 2px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, rgba(71, 166, 255, 0.7), rgba(175, 71, 255, 0.7));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 24px 60px rgba(71, 166, 255, 0.2);
}

.premium-plan-highlight::after {
  content: "Le plus populaire";
  position: absolute;
  top: -14px;
  right: 24px;
  background-image: linear-gradient(135deg, #47a6ff, #af47ff);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(79, 114, 255, 0.3);
}

.premium-plan-highlight.premium-plan-pulse {
  animation: premiumPulse 0.9s ease;
}

@keyframes premiumPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 24px 60px rgba(71, 166, 255, 0.2);
  }
  40% {
    transform: scale(1.02);
    box-shadow: 0 26px 70px rgba(175, 71, 255, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 24px 60px rgba(71, 166, 255, 0.2);
  }
}*/

.placeholder {
    background-image: linear-gradient(to bottom right, #47a6ff, #af47ff) !important;
}
.bg-premium {
    background-image: linear-gradient(to bottom right, #47a6ff, #af47ff);
}
.btn-premium {
    background-image: linear-gradient(to bottom right, #47a6ff, #af47ff);
    font-weight: 600;
    border: none;
    color: white;
}

.btn-premium:hover {
    background-image: linear-gradient(to bottom right, #3a87cf, #8f38d1);
    color: white !important;
}
.text-premium {
    background-image: linear-gradient(to bottom right, #47a6ff, #af47ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback for older browsers if -webkit-text-fill-color isn't supported */
    font-size: 30px; /* Adjust font size as needed */
    font-weight: bold;
    line-height: 1;
}

.blurred-forfait .blur-target {
    filter: blur(4px);
    pointer-events: none;
}

.blurred-forfait .blurred-exempt {
    filter: none;
    pointer-events: auto;
}
.bg-preferences {
    /*background-image: linear-gradient(#c8a3ff, #FE6721);*/
    background-image: linear-gradient(#fdc759, #fe6721);
    color: white !important;
}
/* scrollbar pour Chrome, Edge, Safari… */
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
}
.offcanvas-body::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 4px;
}

/* personnalisation générique (Firefox) */
.offcanvas-body {
    scrollbar-color: #7e5d28 rgba(0, 0, 0, 0) !important; /* thumb, track */
    scrollbar-width: thin !important;
}
.preferences {
    width: 750px;
}
@media (max-width: 767.98px) {
    .preferences {
        width: 90%;
    }
}

.premium-feature-container {
    position: relative;
}

.premium-feature-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background-color: transparent;
}

.premium-feature-overlay:focus {
    outline: none;
}

.premium-disabled-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.tooltip-inner {
    background-image: linear-gradient(to bottom right, #47a6ff, #af47ff) !important;
    color: white !important;
}

.tooltip.show {
    opacity: 1 !important;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #ebebeb;
    --bs-dropdown-link-active-color: #000000;
}
.infoPackage {
    border-color: rgba(0, 0, 0, 0.175);
}
.priceDetail {
    font-size: 65px;
    line-height: 1;
}
.discountDetail {
    font-size: 65px;
    line-height: 1.2;
}
@media (max-width: 993px) {
    .priceDetail {
        font-size: 48px;
    }
    .discountDetail {
        font-size: 48px;
    }
}
@media (max-width: 768px) {
    .priceDetail {
        font-size: 65px;
    }
    .discountDetail {
        font-size: 65px;
    }
}
.forfait-detail-columns {
    row-gap: 1.5rem;
    --bs-gutter-x: 0;
    column-gap: 4rem;
}

.forfait-detail-main,
.forfait-detail-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .forfait-detail-main {
        flex: 0 0 calc(60% - 2rem);
        max-width: calc(60% - 2rem);
    }

    .forfait-detail-sidebar {
        flex: 0 0 calc(40% - 2rem);
        max-width: calc(40% - 2rem);
    }
}
.exampleImg {
    max-width: 600px;
}
.infoPrice {
    top: calc(var(--navbar-height, 0px) + 30px);
    z-index: 1010;
}

@media (max-width: 767.98px) {
    .forfait-detail-sidebar .infoPrice {
        position: static;
        top: auto;
        z-index: auto;
    }
}

.stay-options-mobile__item + .stay-options-mobile__item {
    margin-top: 1rem;
}

.stay-options-mobile__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-align: left;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.stay-options-mobile__icon {
    transition: transform 0.2s ease;
}

.stay-options-mobile__pane {
    margin-top: 0.75rem;
}

@media (max-width: 767.98px) {
    .stay-options__desktop {
        display: none !important;
    }

    .stay-options-mobile__toggle[aria-expanded="true"] {
        background-color: #fe8121;
        border-color: #fe8121;
        color: #fff;
    }

    .stay-options-mobile__toggle[aria-expanded="true"] .stay-options-mobile__icon {
        transform: rotate(-180deg);
    }
}

@media (min-width: 768px) {
    .stay-options__mobile {
        display: none !important;
    }
}

.reveal-on-scroll {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.has-scroll-reveal .reveal-on-scroll {
    opacity: 0;
    transform: translate3d(0, 48px, 0);
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform;
}

body.has-scroll-reveal .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.information-bubble {
    color: #003F63;
    background: linear-gradient(135deg, rgba(0, 61, 165, 0.12), rgba(254, 129, 33, 0.08));
    font-weight: 600;
    animation: catalog-empty-bubble-float 4s ease-in-out infinite;
}

@keyframes catalog-empty-bubble-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.premium-hero {
  min-height: 54rem;
}

@media (max-width: 767.98px) {
  .premium-hero {
    min-height: 52rem;
  }
}
.premium-hero .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 63, 99, 0.05) 0%, rgba(0, 63, 99, 0.85) 100%);
}

.premium-feature-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem 1.75rem;
  border: 1px solid rgba(0, 63, 99, 0.08);
  box-shadow: 0 16px 40px rgba(0, 63, 99, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.premium-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 63, 99, 0.15);
}

.premium-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  background-image: linear-gradient(135deg, #47a6ff, #af47ff);
  box-shadow: 0 12px 24px rgba(71, 166, 255, 0.28);
}

.premium-feature-icon i {
  line-height: 1;
}

.premium-floating {
  background: linear-gradient(135deg, #47a6ff, #af47ff);
  box-shadow: 0 20px 45px rgba(79, 114, 255, 0.35);
}

.premium-plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.premium-plan-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0;
  font-weight: 500;
}

.premium-plan-list li i {
  color: #47a6ff;
  font-size: 1.05rem;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(0, 63, 99, 0.08);
  box-shadow: 0 16px 40px rgba(0, 63, 99, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(0, 63, 99, 0.15);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.premium-stat .stat-value {
  font-size: 2.1rem;
}

@media (max-width: 767.98px) {
  .premium-plan-highlight::after {
    right: 16px;
  }
  .premium-feature-card {
    padding: 1.75rem 1.5rem;
  }
}
