@charset "UTF-8";
.container {
  max-width: 1640px;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "new-zen", sans-serif, sans-serif !important;
  color: #175D72;
}

p:empty {
  margin: 0;
  padding: 0;
}

.font-primary {
  font-family: "tarzana-narrow", sans-serif !important;
}

.bigger {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "new-zen", sans-serif;
}

.bigNumber {
  font-size: 180px;
}

strong {
  font-weight: 600;
}

.font-accent {
  font-family: "lindsey-signature", sans-serif;
  text-transform: none;
  font-weight: 400;
}

.borderRightWhite {
  border-right: 1px solid white;
}

.borderLeftWhite {
  border-left: 1px solid white;
}

.verticalWhiteLine {
  width: 1px; /* Épaisseur de la ligne */
  height: 100%; /* Prend toute la hauteur du parent */
  background-color: white; /* Couleur blanche */
  margin: 0 auto; /* Centrage horizontal */
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #175D72;
}

.nav-tabs .nav-link {
  color: #175D72;
  font-family: "new-zen", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.nav-tabs .nav-link.active {
  color: #114a5b;
}

.bg-blue a {
  color: #FF6C45;
}
.bg-blue .btn-outline-secondary {
  border: 1px solid #FF6C45;
  color: #FF6C45;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.bg-blue .btn-outline-secondary:hover {
  border: 1px solid #FF6C45;
  background-color: #FF6C45;
  color: white;
}
.bg-blue .btn-outline-secondary.btn-big {
  font-size: 1.3rem;
  padding: 5px 30px;
}
.bg-blue .btn-outline-primary {
  color: white;
  border: 1px solid white;
}
.bg-blue .btn-outline-primary:hover {
  color: #FF6C45;
  border: 1px solid #FF6C45;
}
.bg-blue .btn-small {
  font-size: 1rem;
  padding: 1px 10px;
  text-transform: none;
}

.btn {
  font-family: "tarzana-narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-outline-primary {
  border: 1px solid #175D72;
  color: #175D72;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.btn-outline-primary:hover {
  border: 1px solid #175D72;
  background-color: #175D72;
  color: white;
}

.btn-outline-secondary {
  border: 1px solid #FF6C45;
  color: #FF6C45;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.btn-outline-secondary:hover {
  border: 1px solid #FF6C45;
  background-color: #FF6C45;
  color: white;
}

.btn-outline-third {
  border: 1px solid #175D72;
  color: #175D72;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.btn-outline-third:hover, .btn-outline-third.active {
  border: 1px solid #175D72;
  background-color: #175D72;
  color: white;
}

.bg-corail .btn-secondary {
  border: 1px solid #175D72;
  background-color: #175D72;
}
.bg-corail .btn-secondary:hover {
  background-color: white;
  color: #175D72 !important;
}

.btn-primary {
  border: 1px solid #175D72;
  background-color: #175D72;
  color: white;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 3px 20px 5px 20px;
}
.btn-primary:hover {
  background-color: #114a5b;
  border-color: #114a5b;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn-primary:active, .btn-primary:focus {
  background-color: #114a5b;
  color: white;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.btn-secondary {
  border: 1px solid #FF6C45;
  background-color: #FF6C45;
  color: white;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 3px 20px 5px 20px;
}
.btn-secondary:hover {
  background-color: #E8552E;
  border-color: #E8552E;
  color: white;
}

.btn-menu {
  font-size: 1rem;
}

.btn-demande {
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase !important;
}
.btn-demande:hover {
  border: 1px solid #FF6C45;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.btn-demande:active {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.bg-blue {
  background-color: #175D72;
  color: white;
}
.bg-blue a {
  color: #175D72;
}

.bg-orange {
  background-color: #FF6C45;
  color: white;
}

.bg-corail {
  background-color: #FF6C45;
}

.blue {
  color: #175D72;
}

.corail {
  color: #FF6C45 !important;
}

.white {
  color: white;
}

.member-item {
  font-family: "new-zen", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.member-item h3 {
  font-family: "new-zen", sans-serif;
  text-transform: none;
  font-weight: 600;
  font-size: 26px;
}
.member-item p {
  font-family: "new-zen", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.member-item img {
  border-radius: 100%;
}

h1 {
  font-family: "tarzana-narrow", sans-serif;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

h2 {
  font-family: "tarzana-narrow", sans-serif;
  font-size: 3.3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
h2.font-accent {
  font-size: 5rem;
}

h3 {
  font-family: "tarzana-narrow", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
h3.font-accent {
  font-size: 2.2rem;
}

h4 {
  font-family: "new-zen", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
h4.font-accent {
  font-size: 1.8rem;
}

h5 {
  font-weight: 600;
  font-size: 1.4rem;
}

p {
  font-family: "new-zen", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
p.bold {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.content ul {
  list-style: none; /* Supprime les puces par défaut */
  padding: 0;
}
.content ul li {
  position: relative;
  padding-left: 20px; /* Ajoute de l'espace à gauche pour l'icône */
  margin-bottom: 8px; /* Espacement entre les éléments */
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.content ul li::before {
  content: "•"; /* Utilisation d'une puce personnalisée */
  color: #FF6C45; /* Couleur de la puce (rouge orangé) */
  font-size: 40px; /* Taille de la puce */
  position: absolute;
  left: 0;
  top: -3px;
}

.navbar {
  display: flex;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1500;
  transition: all 0.3s ease-in-out;
}
.navbar img.logo {
  margin-top: 20px;
  height: 80px;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.is-scrolled .navbar {
  height: 65px;
  background-color: #175D72;
}
.is-scrolled .navbar img.logo {
  margin-top: 0px;
  transform: scale(0.5);
}
.is-scrolled .mega-menu {
  top: 60px;
  height: calc(100vh - 60px);
}

.bg-blue-depart {
  background-color: #175D72;
}

.bg-blue-depart-gradiant {
  background: linear-gradient(#175D72 0%, #114a5b 100%);
}

.navbar .menu-left,
.navbar .menu-right {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1; /* Permet d'équilibrer la largeur entre les deux menus */
}

.navbar .menu-right {
  justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
  .navbar .menu-left,
  .navbar .menu-right {
    gap: 20px;
  }
}
.navbar .menu-left a,
.navbar .menu-right a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "tarzana-narrow", sans-serif;
  transition: 0.3s ease-in-out;
}
.navbar .menu-left a svg g rect,
.navbar .menu-right a svg g rect {
  fill: white;
}
.navbar .menu-left a:hover, .navbar .menu-left a.active,
.navbar .menu-right a:hover,
.navbar .menu-right a.active {
  color: #FF6C45;
}
.navbar .menu-left a:hover svg g rect, .navbar .menu-left a.active svg g rect,
.navbar .menu-right a:hover svg g rect,
.navbar .menu-right a.active svg g rect {
  fill: #FF6C45;
}

.navbar .menu-right .btn-alizes {
  background-color: #e85d04;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.navbar .menu-right .btn-alizes i {
  margin-right: 5px;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap; /* Empêche que le logo saute sur plusieurs lignes */
  z-index: 2; /* Met en avant le logo */
}

/* Navbar pour smartphone */
@media (max-width: 992px) {
  .navbar .menu-left {
    flex: 0; /* Évite qu'il prenne trop de place */
  }
  .navbar .menu-right {
    flex: 0;
  }
}
@media (max-width: 990px) {
  .navbar {
    display: flex;
    justify-content: center; /* Assure un bon alignement */
    padding: 15px;
  }
  .navbar-brand {
    position: relative; /* Supprime le positionnement absolu */
    left: auto;
    transform: none;
    flex: 1; /* Permet au logo de rester centré */
    text-align: center;
  }
  .navbar .menu-left,
  .navbar .menu-right {
    flex: 1;
    justify-content: space-between;
  }
  .navbar .menu-left a,
  .navbar .menu-right a {
    font-size: 14px; /* Réduit légèrement la taille pour éviter l'encombrement */
  }
  .navbar .menu-right {
    justify-content: flex-end;
  }
}
/* ✅ Navbar pour smartphone */
@media (max-width: 768px) {
  .navbar {
    padding: 15px 0;
  }
  img.logo {
    height: 40px !important; /* Ajuste la taille du logo */
  }
}
/* Mega menu commun */
.mega-menu {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100vh - 75px);
  background-color: #114a5b;
  color: white;
  padding: 20px;
  display: none;
  overflow-y: auto;
  opacity: 0; /* Opacité initiale à 0 pour l'animation de fondu */
  transform: translateY(-20px); /* Position initiale en hauteur pour l'effet slide */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Animation sur l'opacité et la transformation */
  z-index: 1000; /* Pour être au-dessus des autres éléments */
}
.mega-menu li a {
  color: white;
  transition: 0.4s ease-in-out;
}
.mega-menu li a:hover {
  color: #FF6C45;
}

.mega-menu.show {
  display: block;
  opacity: 1; /* Opacité pleine */
  transform: translateY(0); /* Position normale */
}

.mega-menu h2.mega-menu-title {
  font-family: "tarzana-narrow", sans-serif;
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.mega-menu h3.mega-menu-subtitle {
  font-family: "tarzana-narrow", sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.mega-menu a.mega-menu-link {
  color: white;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "tarzana-narrow", sans-serif;
}
.mega-menu a.mega-menu-link.btn-outline-primary {
  border: 1px solid white;
  color: white;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.mega-menu a.mega-menu-link.btn-outline-primary:hover {
  border: 1px solid white;
  background-color: white;
  color: #175D72;
}
.mega-menu a.mega-menu-link:hover {
  color: #FF6C45;
}

.special-offer {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.special-offer img {
  margin-right: 10px;
}

.special-offer span {
  color: #ffcc00;
  font-weight: bold;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-list li {
  margin-bottom: 10px;
}
.menu-list li a {
  font-family: "new-zen", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  padding: 5px 0;
  transition: 0.3s ease-in-out;
}
.menu-list li a:hover {
  color: #FF6C45;
}

.brochures a img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.brochures a img:hover {
  border: 1px solid #FF6C45;
}

#social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#social li {
  float: left;
  margin-right: 5px;
}

/* Styles responsives */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
  }
  .navbar .menu-left.show,
  .navbar .menu-right.show {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    text-align: center;
    background: #005f6b;
  }
  .navbar .hamburger {
    display: block;
    cursor: pointer;
  }
  .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .mega-menu {
    height: calc(100vh - 150px); /* Prend en compte le double espace de navigation */
  }
}
/* Autres ajustements */
.hero-section {
  width: 100vw !important;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#055369 0%, rgba(159, 136, 60, 0) 15%);
}

.curve-down-overlay {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1920 90'%3E%3Cpath style='fill:%23175d72;' d='M2,0H0v90h1920V0c-69.8,13.2-528,77.1-945.4,77.6h-35.9C520.6,77.6,71.8,13.2,2,0'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.curve-down-overlay-orange {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1920 90'%3E%3Cpath style='fill:%23FF6C45;' d='M2,0H0v90h1920V0c-69.8,13.2-528,77.1-945.4,77.6h-35.9C520.6,77.6,71.8,13.2,2,0'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.curve-down-overlay-white {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1920 90'%3E%3Cpath style='fill:%23FFFFFF;' d='M2,0H0v90h1920V0c-69.8,13.2-528,77.1-945.4,77.6h-35.9C520.6,77.6,71.8,13.2,2,0'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.curve-down-overlay-blue {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1920 90'%3E%3Cpath style='fill:%23175D72;' d='M2,0H0v90h1920V0c-69.8,13.2-528,77.1-945.4,77.6h-35.9C520.6,77.6,71.8,13.2,2,0'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.calendar-accommodation {
  display: flex;
  align-items: flex-end; /* Aligne le contenu vers le bas */
  justify-content: center; /* Centre horizontalement */
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #175D72; /* Couleur du texte */
  font-family: "tarzana-narrow", sans-serif;
  background-image: url("/themes/depart/assets/images/pictos/calendar-accommodation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 8px; /* Ajuste la position verticale */
}

.curvedBorder {
  width: 100vw;
}
.curvedBorder svg {
  width: 100vw;
  display: block; /* Élimine l'espace blanc en dessous de l'image */
  margin-bottom: -1px; /* Ajustement fin pour éviter tout espace résiduel */
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.btn-custom {
  border-radius: 50px;
  padding: 15px 30px;
  margin: 10px;
}

.footerNav {
  list-style-type: none;
  margin-left: 5px;
  padding-left: 0;
}
.footerNav li {
  padding-bottom: 15px;
}
.footerNav li a {
  text-decoration: none;
  color: white;
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 0 20px;
  transition: all 0.3s ease-in-out;
}
.footerNav li a:hover {
  color: #FF6C45;
}

footer .address p {
  font-size: 20px;
  font-family: "new-zen", sans-serif;
}
footer .address p strong {
  font-weight: 700;
}
footer h3 {
  font-size: 30px;
}

.search-icon {
  background-color: #FF6C45; /* Couleur de fond */
  border-radius: 100%; /* Cercle parfait */
  aspect-ratio: 1/1; /* Proportion 1:1 */
  display: flex; /* Activation de Flexbox */
  align-items: center; /* Centrage vertical */
  justify-content: center; /* Centrage horizontal */
}

.select2-dropdown {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 0px !important;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results__option, .select2-results__message {
  color: white !important;
  font-size: 0.9rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: white;
}

/* CARD */
main.cardWrapper .singleCard .card {
  aspect-ratio: 800/250;
}
@media screen and (max-width: 768px) {
  main.cardWrapper .singleCard .card {
    aspect-ratio: 800/546;
  }
}
main.cardWrapper .card {
  width: 100%;
  aspect-ratio: 800/546;
  border-radius: 10px;
  border: 0;
  overflow: hidden;
  position: relative;
  color: rgb(240, 240, 240);
}
main.cardWrapper .card img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  scale: 1;
  transition: scale 0.2s ease-out;
  z-index: 1;
}
main.cardWrapper .card .card-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
main.cardWrapper .card .card-content .themes {
  padding: 30px;
  font-size: 2rem;
}
main.cardWrapper .card .card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(1, 19, 24, 0) 62.07%, #175D72 100%);
  transition: background 0.7s ease-out; /* Transition appliquée ici */
  z-index: -1; /* En arrière-plan */
}
main.cardWrapper .card .card-content:hover::before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(1, 19, 24, 0.6) 20.07%, #175D72 100%);
}
main.cardWrapper .card .title {
  position: absolute;
  inset: auto auto 30px 0px;
  padding: 0 30px;
  margin: 0;
  transition: inset 0.3s 0.3s ease-out;
}
main.cardWrapper .card .title a {
  text-decoration: none;
  color: white;
}
main.cardWrapper .card .title a:hover {
  color: #FF6C45;
}
main.cardWrapper .card .title h2 {
  margin: 0;
}
main.cardWrapper .card .title h3 {
  line-height: 2.2rem !important;
}
main.cardWrapper .card ul.countries {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
main.cardWrapper .card ul.countries li {
  display: inline;
  margin-right: 5px;
  border-right: 1px solid white;
  padding-right: 10px;
  font-family: "new-zen", sans-serif;
  font-size: 0.9rem;
}
main.cardWrapper .card ul.countries li:last-child {
  border-right: none;
}
main.cardWrapper .card:hover p, main.cardWrapper .card:hover a {
  opacity: 1;
  transition: opacity 0.5s ease-in 0.5s; /* Durée : 0.5s, Retard : 0.1s */
}
main.cardWrapper .card:hover img {
  transition: scale 0.7s ease-in;
  scale: 1.1;
}
main.cardWrapper .card-hotel {
  aspect-ratio: 400/560;
}
main.cardWrapper .card-hotel .themes span {
  font-size: 50px;
}
main.cardWrapper .card-hotel .star {
  width: 17px;
  height: 19px;
  position: relative;
  fill: white;
}
main.cardWrapper .card-hotel .star path {
  fill: white;
}
main.cardWrapper .card-hotel:hover .title {
  inset: auto auto 220px 0;
}
main.cardWrapper .card-hotel .title h3 {
  font-size: 40px;
  line-height: 42px !important;
  text-transform: uppercase;
}
main.cardWrapper .card-hotel .description {
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.3s ease-out;
  inset: auto 20px 30px 30px;
  font-family: "new-zen", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
main.cardWrapper .card-hotel .btn {
  border: 1px solid white;
  color: white;
  padding: 3px 10px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
}
main.cardWrapper .card-hotel .btn:hover {
  background-color: white;
  color: #175D72 !important;
}

/* REGION MENU */
.regionMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.regionMenu h3 a {
  font-family: "tarzana-narrow", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.regionMenu > li {
  clear: left;
}
.regionMenu .countriesMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.regionMenu .countriesMenu li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid white;
}
.regionMenu .countriesMenu li:last-child {
  border-right: none;
  margin-bottom: 30px;
}
.regionMenu .countriesMenu li:last-child::after {
  content: "";
  display: block;
  clear: both;
}
.regionMenu .countriesMenu a {
  font-family: "new-zen", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.countryDetail {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "new-zen", sans-serif;
}
.countryDetail li {
  float: left;
}

.pictosType {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.pictosType li {
  float: left;
  margin-right: 10px;
}
.pictosType li .pictosRound {
  width: 40px;
  height: 40px;
  padding: 3px;
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  align-items: center;
}
.pictosType li .pictosRound svg {
  position: relative;
  max-width: 26px !important;
  height: auto !important;
}
.pictosType li .pictosRound svg path {
  fill: white;
}

/* MAP */
#regionMap {
  width: 100%;
  max-width: 100%; /* Ne dépasse pas la largeur de son conteneur */
  aspect-ratio: 1/1 !important;
  border-radius: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.expanded #regionMap {
  width: 100%;
  height: 60vh;
  border-radius: 20px;
  aspect-ratio: auto;
}

#regionMapContainer.expanded {
  padding: 0;
}

#regionDescription.hidden {
  display: none;
}

.regionDetail h1 {
  font-size: 5rem;
}
#regionDescription h1 {
  font-size: 5rem;
}
.markerDepart {
  width: 7px !important;
  height: 7px !important;
  background: #FF6C45;
  border: 1px solid #175D72;
  border-radius: 50%;
  position: relative;
}

.marker-label {
  display: inline-block; /* Change les éléments en ligne */
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #175D72;
  color: white;
  font-family: "new-zen", sans-serif;
  padding: 2px 5px;
  margin-bottom: 3px;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap; /* Empêche le retour à la ligne */
}
.marker-label a {
  color: white !important;
  text-decoration: none;
}
.marker-label a:hover {
  color: #FF6C45 !important;
}

.weather-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* Par défaut : 1x12 */
  gap: 10px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .weather-grid {
    grid-template-columns: repeat(6, 1fr); /* Sur mobile : 2x6 */
  }
}
.weather-item {
  display: flex;
  flex-direction: column; /* Aligne le mois au-dessus de l'icône */
  align-items: center;
  text-align: center;
  font-size: 14px; /* Taille de base pour le texte */
  color: white; /* Couleur du texte (modifiable selon le design) */
}

.weather-item .month {
  font-weight: bold; /* Texte des mois en gras */
  margin-bottom: 5px; /* Espacement avec l'icône */
  font-size: 16px; /* Taille légèrement augmentée pour les mois */
}

.weather-item .weather-icon {
  width: 40px; /* Taille des icônes */
  height: 40px;
  border: 1px solid white;
  padding: 5px; /* Ajoute un peu d'espace autour de l'icône */
}
.weather-item .weather-icon img {
  opacity: 0;
}
.weather-item .weather-icon.bigSun img {
  opacity: 1;
}
.weather-item .weather-icon.Sun img {
  width: 16px;
  height: 16px;
  margin: 5px;
  opacity: 1;
}
.weather-item .weather-icon.smallRain img {
  width: 30px;
  height: 30px;
  opacity: 1;
}
.weather-item .weather-icon.bigRain img {
  width: 30px; /* Taille des icônes */
  height: 30px;
  opacity: 1;
}

.badge-theme {
  color: #175D72;
  font-family: "lindsey-signature", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.breadcrumb {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0px;
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.breadcrumb span {
  margin: 0 5px;
  color: #ddd;
}

.acco-header {
  position: relative;
}

.accoTitle {
  font-size: 60px;
  font-weight: bold;
  color: white;
  margin: 0;
  line-height: 1.2;
  display: block; /* Permet au titre de prendre toute la largeur */
}

.starsAcco {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
  position: relative;
  white-space: nowrap; /* Empêche les étoiles de se mettre sur plusieurs lignes */
}

.starsAccoDetail {
  vertical-align: top;
  padding-top: 18px;
}
.starsAccoDetail .star {
  width: 24px;
  height: 28px;
}

/* Pour les petits écrans - étoiles sous le titre */
.star {
  width: 20px;
  height: 20px;
}

.star path {
  fill: white;
}

.blueBox {
  background-color: #175D72;
  color: white;
  border-radius: 10px;
  padding: 20px;
}
.blueBox h3 {
  font-size: 2.5rem;
}
.blueBox a {
  color: white;
  text-decoration: none;
}
.blueBox a:hover {
  color: #FF6C45;
}

.whiteBox {
  background-color: white;
  color: #175D72;
  border-radius: 10px;
  padding: 20px;
}
.whiteBox h3 {
  font-size: 2.5rem;
}
.whiteBox a {
  color: #FF6C45;
  text-decoration: none;
}
.whiteBox a:hover {
  color: #E8552E;
}

.box-team {
  padding: 0;
}
.box-team img {
  border-radius: 10px 10px 0 0;
}
.box-team > div {
  padding: 20px;
}

.image-caption {
  font-size: 0.8rem;
  text-align: center;
}

.description-container {
  position: relative;
  max-height: 320px; /* Hauteur initiale limitée */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.description-container.expanded {
  max-height: none; /* Affiche tout le contenu */
}

.description-content, .summary-content {
  font-family: "new-zen", sans-serif;
}
.description-content h3, .summary-content h3 {
  text-transform: none;
  font-family: "new-zen", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.fade-out {
  position: absolute;
  bottom: 0; /* Place le dégradé tout en bas */
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(23, 93, 114)); /* Couleur dégradé ajustée */
  display: block;
}

.description-container.expanded .fade-out {
  display: none; /* Masque l'effet de fondu quand tout est visible */
}

.read-more {
  cursor: pointer;
  display: inline-block;
}

.description-container.whiteBG .fade-out {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* Couleur dégradé ajustée */
}

.specialOffer .content-container {
  display: flex;
  align-items: start;
}
.specialOffer .deco-svg img {
  width: 17px;
  margin-top: 5px;
}
.specialOffer .text-content h3 {
  color: #FF6C45; /* Titre orange */
  font-size: 18px;
  font-family: "new-zen", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}
.specialOffer .text-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: "new-zen", sans-serif;
}
.specialOffer .price {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
}
.specialOffer .price-description {
  font-size: 0.85rem;
  color: #ccc;
  margin-top: 5px;
}
.specialOffer .slick-specialOffer-item {
  padding: 10px;
}
.specialOffer .slick-specialOffer-item img {
  border-radius: 15px;
}

.is-hidden {
  display: none !important;
}

.bg-corail .specialOffer .text-content h3 {
  color: #175D72; /* Titre orange */
}

/* SEARCH */
.search {
  display: table;
}

.search input {
  background: none;
  border: none;
  outline: none;
  width: 28px;
  min-width: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  line-height: 18px;
  margin: 8px 0;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.6s ease;
  cursor: pointer;
  color: white;
}

.search input + div {
  position: relative;
  height: 28px;
  width: 100%;
  margin: -28px 0 0 0;
}

.search input + div svg {
  display: block;
  position: absolute;
  height: 28px;
  width: 160px;
  right: 0;
  top: 0;
  fill: none;
  stroke: white;
  stroke-width: 1.5px;
  stroke-dashoffset: 271.908;
  stroke-dasharray: 59 212.908;
  transition: all 0.6s ease;
}

.search input:not(:-moz-placeholder-shown) {
  width: 160px;
  padding: 0 4px;
  cursor: text;
}

.search input:not(:placeholder-shown), .search input:focus {
  width: 160px;
  padding: 0 4px;
  cursor: text;
}

.search input:not(:-moz-placeholder-shown) + div svg {
  stroke-dasharray: 150 212.908;
  stroke-dashoffset: 300;
}

.search input:not(:placeholder-shown) + div svg, .search input:focus + div svg {
  stroke-dasharray: 150 212.908;
  stroke-dashoffset: 300;
}

.ss-search-form__results {
  position: absolute;
  min-width: 350px;
  right: 0;
  background-color: #175D72;
  z-index: 2001;
}

.ss-search-form__results mark {
  background-color: transparent;
  padding: 0;
  color: var(--main-color);
}

.ss-result a {
  color: var(--main-color);
  text-decoration: none;
}

.ss-result mark {
  background-color: rgba(244, 109, 72, 0.1254901961);
  padding: 0;
}

.ss-autocomplete-result:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.ss-autocomplete-result__content, .ss-show-all-results {
  padding: 8px 2px;
}

.ss-autocomplete-result__image {
  aspect-ratio: 1/1;
  height: auto;
}

.ss-autocomplete-result__content a, .ss-show-all-results a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 15px;
}

.ss-autocomplete-result__content a:hover, .ss-show-all-results a:hover {
  color: var(--main-color);
}

.ss-autocomplete-result__content h4, .ss-show-all-results h4 {
  margin: 0;
  letter-spacing: 0;
}

.ss-show-all-results {
  padding: 8px 16px 0 16px;
}

.ss-autocomplete-result__badge {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.ss-result__badge {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.badge-offre-speciale {
  background-color: #FF6C45;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 5px;
  white-space: nowrap;
}

.badge-accommodation {
  background-color: white;
  color: #FF6C45;
  padding: 4px 5px;
  border-radius: 20px;
  font-size: 0.7rem;
  margin-right: 5px;
}

.badge-region, .badge-country {
  background-color: white;
  color: #175D72;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 5px;
}

.ss-search-form .country .ss-autocomplete-result__title, .ss-search-form .region .ss-autocomplete-result__title {
  text-transform: uppercase;
}

.ss-autocomplete-result__content {
  display: flex;
  align-items: center;
}

.ss-result__aside img {
  border-radius: 10px;
}

.dream-destination-box .ss-search-form {
  position: relative;
}

.dream-destination-box .ss-search-form__results {
  border-radius: 2px 2px 10px 10px;
}
.dream-destination-box .ss-search-form__results hr {
  opacity: 0.1;
}
.dream-destination-box .ss-autocomplete-result__content, .dream-destination-box .ss-show-all-results {
  padding: 8px 2px;
  text-align: left;
}
.dream-destination-box .ss-show-all-results {
  text-align: center;
}
#autocomplete-results-home {
  left: 0;
}

.mega-menu-link {
  z-index: 1;
}

.searchInMenu {
  z-index: 0;
}

.vh50 {
  height: 50vh;
}

.vh60 {
  height: 60vh;
}

.vh65 {
  height: 65vh;
}

.specialOfferMenu p {
  margin: 0 !important;
}

.testimony-img {
  text-align: center;
}
.testimony-img img {
  max-width: 184px;
}

.testimony-content p {
  font-size: 20px;
  font-weight: 400;
}
.testimony-content p:before {
  content: "« ";
}
.testimony-content p:after {
  content: " »";
}

.testimony-name {
  font-size: 20px;
  font-weight: 700;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  padding: 0;
  border-radius: 13px !important;
  border: 1px solid white;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px !important;
  height: 13px !important;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: white;
  border-radius: 13px;
  border: 1px solid white;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  border-radius: 13px;
  outline: none;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px !important;
  height: 13px !important;
  border-radius: 13px;
  border: 1px solid #fff !important;
  content: "" !important;
  text-align: center;
  opacity: 0.25;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: white;
  border-radius: 13px;
  border: 1px solid white;
  outline: none;
}

#departure-search {
  min-width: 200px; /* Taille minimum */
  width: 100%;
  height: 25px;
  margin-top: 10px;
  margin-left: 20px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  font-family: "new-zen", sans-serif;
}

.country-badge-container {
  padding: 20px;
}

.country-badge {
  background-color: white;
  border: 1px solid #175D72;
  color: #175D72;
  border-radius: 40px;
  padding: 5px 10px;
  font-weight: 700;
}

.card-wrapper {
  border-radius: 10px;
}

.counter {
  padding: 5px 10px 8px 5px;
}
.counter p {
  margin: 0;
  font-weight: 700;
}

.special-offer-page-title h2 {
  font-size: 76px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.special-offer-page-title p {
  font-weight: 400;
}

.special-offer-page-counter p {
  font-weight: 400;
}

.shareBtn .dropdown-menu {
  background-color: #175D72;
}
.shareBtn .dropdown-menu .dropdown-item {
  color: white;
  font-size: 1.2rem;
  padding: 10px 20px;
}
.shareBtn .dropdown-menu .dropdown-item:hover {
  background-color: #FF6C45;
}
.shareBtn ul {
  list-style-type: none;
}
.shareBtn ul li:before {
  content: none;
}

.custom-cluster-icon {
  background-color: #175D72 !important; /* Vert */
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* Centrer correctement le chiffre */
.custom-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
}

.custom-label-circuit span {
  padding: 3px 5px;
  background-color: #175D72;
  color: white;
  border-radius: 5px;
  white-space: nowrap;
}

.videoYoutube {
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.specialOfferMenu h3 {
  font-size: 18px;
  font-family: "new-zen", sans-serif;
  font-weight: 700;
  color: white;
}
.specialOfferMenu .description * {
  color: white !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  font-family: "new-zen", sans-serif !important;
}
.specialOfferMenu .price {
  font-size: 18px !important;
}

.specialOfferHomePage .description * {
  color: white !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  font-family: "new-zen", sans-serif !important;
}
.specialOfferHomePage .price {
  font-size: 18px !important;
}

main.cardWrapper .card-specialOffer .subtitle h5, main.cardWrapper .card-specialOffer .subtitle h3, main.cardWrapper .card-specialOffer .subtitle p, main.cardWrapper .card-specialOffer .subtitle *, main.cardWrapper .card-specialOffer .specialSubtitle h5, main.cardWrapper .card-specialOffer .specialSubtitle h3, main.cardWrapper .card-specialOffer .specialSubtitle p, main.cardWrapper .card-specialOffer .specialSubtitle * {
  color: white !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
main.cardWrapper .card-specialOffer .description h5, main.cardWrapper .card-specialOffer .description h3, main.cardWrapper .card-specialOffer .description p, main.cardWrapper .card-specialOffer .description * {
  color: white !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
main.cardWrapper .card-specialOffer .price {
  font-size: 18px !important;
}

.specialOfferDetailPage .intro h5, .specialOfferDetailPage .intro h3, .specialOfferDetailPage .intro p, .specialOfferDetailPage .intro * {
  font-family: "tarzana-narrow", sans-serif;
  text-transform: uppercase;
  font-size: 41px;
  line-height: 45px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.inspirationsMenu .card {
  box-shadow: 0 0 10px rgba(3, 0, 0, 0.2);
}

#planifier h3 {
  font-size: 30px;
}

.mega-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: white;
  transition: color 0.3s;
  animation: pulse 2s ease-in-out infinite;
}

.mega-menu-close:hover {
  color: #FF6C45; /* Changement de couleur au survol */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*# sourceMappingURL=app.css.map*/