/* Ajuster au scrollIntoView */
.accordion-collapse {
  scroll-margin-top: 170px!important; /* ajuste selon header/nav */
}
.bg_heroes_hotel_tkl {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/TKL/tkl_15.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_kc {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/KC/kc_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_ajj {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/AJJ/ajj_1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_arl {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/ARL/arl_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_tao {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/TAO/tao_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_voa {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/VOA/voa_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_dds {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/DDS/dds_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_ltb {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/LTB/ltb_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_heroes_hotel_olb {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
    url(../img/produit_hotel/OLB/olb_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-hotel {
  top: 45px !important;
  width: 100%;
  z-index: 99;
  position: sticky;
  transition: background-color 0.3s ease;
}

.hotel-rating {
  display: inline-block;
  text-align: left;
  position: relative;
  top: -5px;
}

.stars {
  display: inline-block;
  font-size: 0;
}

.star {
  display: inline-block;
  width: 16px;
  /* Largeur d'une étoile */
  height: 16px;
  /* Hauteur d'une étoile */
  background-image: url("../img/page_hotel/star.svg");
  background-size: cover;
}

/**************************CADREGE VIDEO HEADER***************************/
.container {
  max-width: 1320px;
  margin: 0 auto;
  /* Centrage */
}

.video-button video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video-button {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: 500px;
  /* Hauteur ajustable */
  overflow: hidden;
  /* Empêche les débordements */
}

/*****************************VIDEO STYLING HOTELS************************************/
.video-button iframe {
  width: 100%;
  height: auto;
  max-width: 1320px;
  aspect-ratio: 16 / 9;
}

/*****************************CARD STYLING HOTELS************************************/
/****************************RESERVATION HOTEL********************************/
.box_sub_menu_resa {
  text-align: center;
  background-color: var(--blancfiligrane);
  padding: 80px 0;
  width: 1280px;
  height: 100px;
}

.box_sub_menu_resa .sub_menu_groups {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*float: left;*/
  position: absolute;
  width: 1280px;
  height: 100px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 500px;
  box-shadow: 0px 0.2px 2px #19213d1a;
  background-color: var(--blanctexte);
  border-radius: 8px;
  box-shadow: var(--neutral-shadow-01);
  z-index: 5;
}

.resa_hotel {
  display: flex;
  width: 1280px;
  align-items: center;
  gap: 25px;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.resa_hotel .prix {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  position: relative;
  width: auto;
  padding-left: 25px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: var(--bleumarine);
}

.resa_hotel .nuitee {
  position: relative;
  top: 0;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  color: var(--orangeocre);
  font-weight: 700 !important;
  font-size: 32px !important;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.indice {
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: var(--bleumarine);
  font-size: 0.875rem;
  width: auto;
  white-space: nowrap;
}

.resa_hotel .btn_check_resa {
  padding: 39px 68px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--orangeocre);
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
}

.resa_hotel .check_resa {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 700;
  color: #f8f8f8;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

/************************/
.package-entree-select,
.package-sortie-select {
  position: relative;
  width: 240px;
}

.vertical-line-entree-package,
.vertical-line-sortie-package {
  position: relative;
  left: 50px;
  top: 0;
  border-left: 1px solid #000;
  height: 20px;
  z-index: 9999;
}

.vertical-line-nbpersonne-package {
  position: relative;
  left: 25px;
  top: 0;
  border-left: 1px solid var(--vertturquoise);
  height: 20px;
  z-index: 9999;
}

#date-entree,
#date-sortie,
#duration {
  font-family: var(--font-primary), sans-serif;
  text-align: center;
  font-size: 16px;
  border: 0.5px solid #dadada; /*couleur form*/
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#package {
  border-radius: 2px;
  border: 0.5px solid #dadada; /*couleur form*/
  font-family: var(--font-primary), sans-serif;
  font-size: 1rem;
  position: relative;
  text-align: center!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#reservationForm i {
  color: var(--vertturquoise);

}
input[type=date] {
  color: var(--bleumarine)!important;
}
.input-group-text {
  background-color: var(--blancfiligrane)!important;
  border: 0.5px solid #dadada!important; /*couleur form*/
}

/**************************/
.package-adulte {
  position: relative;
  margin: 10px;
}

.packages-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.check-availabilty {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  /* display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; */
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.section_voucher {
  position: relative;
  top: -140px;
}

.checkin_texte {
  font-family: var(--font-primary);
  font-size: 0.9rem;
  color: var(--bleumarine);
  margin-bottom: 5px;
}

.field-icon-wrap {
  position: relative;
}

.field-icon-wrap .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--gristrait);
}

.form-control {
  padding-left: 40px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: var(--marron);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

@media (max-width: 480px) {
  /* Ajuster au scrollIntoView */
.accordion-collapse {
  scroll-margin-top: 145px!important; /* ajuste selon header/nav */
}
  .section_voucher {
    padding: 30px 0;
    position: relative;
    min-height: 325px;
    margin-bottom: 80px;
  }

  .picto-date-depart,
  .packages-select {
    width: 100%;
    max-width: 100%;
  }

  .btn-primary {
    width: 100%;
  }

  #hotel_content {
    position: relative;
    top: -350px;
    margin-top: 180px;
  }

  .slick-content-inner h2 {
    font-size: 24px !important;
  }

  .header-hotel {
    position: relative;
    top: 0 !important;
  }


}

@media (min-width: 481px) and (max-width: 768px) {

  .picto-date-depart,
  .packages-select {
    width: 100%;
    max-width: 100%;
  }

  .section_voucher {
    position: relative;
    top: -110px;
    max-height: 100px !important;
  }

  .slick-content-inner h2 {
    font-size: 24px !important;
  }

  .cards_hotel_kirindy_item8 {
    padding-top: 40px !important;
  }

  .header-hotel {
    position: relative;
    top: 0 !important;
  }

}

@media (min-width: 1119px) {
  .section_voucher {
    position: relative;
    top: -60px;
  }
}

/**********************HOTEL CONTENT + DESCRIPTIONS***************************/
#hotel_content {
  /* margin-top: 100px; */
  margin-bottom: 100px;
  min-height: 50vh;
}

.cards_hotel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 320px);
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.cards_hotel_item1_tkl {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/TKL/tkl_6.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item1_kc {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/KC/kc_7.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item1_ajj {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/AJJ/ajj_8.webp?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item1_arl {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/ARL/arl_7.webp?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item1_voa {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/VOA/voa_2.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item1_dds {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/DDS/dds_2.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item1_ltb {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/LTB/ltb_2.png?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item1_olb {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url(../img/produit_hotel/picto_lit.svg),
    url(../img/produit_hotel/OLB/olb_7.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.offer-subtitle .fa-solid {
  font-size: 0.8rem !important;
}

.cards_hotel_item2 {
  grid-area: 1 / 2 / 2 / 3;
  background-color: var(--orangeocre);
  display: flex;
  align-items: center;
  position: relative;
}

.cards_hotel_item2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent var(--orangeocre);
  display: block;
  height: 0;
}

.cards_hotel_item3 {
  grid-area: 2 / 2 / 3 / 3;
  background-color: var(--bleumarine);
  display: flex;
  align-items: end;
  position: relative;
}

.cards_hotel_item3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent var(--bleumarine);
  display: block;
  height: 0;
}

.cards_hotel_item4_tkl {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(https://images.pexels.com/photos/5938626/pexels-photo-5938626.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item4_kc {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(https://images.pexels.com/photos/5938626/pexels-photo-5938626.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item4_ajj {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(../img/produit_hotel/AJJ/ajj_6.webp?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item4_voa {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(https://images.pexels.com/photos/5938626/pexels-photo-5938626.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item4_dds {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(https://images.pexels.com/photos/5938626/pexels-photo-5938626.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item4_arl {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(../img/produit_hotel/ARL/arl_9.jpg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item4_ltb {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(https://images.pexels.com/photos/5938626/pexels-photo-5938626.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item4_olb {
  grid-area: 1 / 3 / 2 / 4;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_spa.svg),
    url(https://images.pexels.com/photos/5938626/pexels-photo-5938626.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}


.cards_hotel_item5_tkl {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5_kc {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5_ajj {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/AJJ/R&C_Logo.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #f8f8f8;
  background-image: url(../img/produit_hotel/TC_L_2023.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.cards_hotel_item5_kc::after,
.cards_hotel_item5_ajj::after,
.cards_hotel_item5_arl::after,
.cards_hotel_item5_dds::after,
.cards_hotel_item5_ltb::after,
.cards_hotel_item5_olb::after,
.cards_hotel_item5_tkl::after,
.cards_hotel_item5_voa::after,
.cards_hotel_item5_tao::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent #f8f8f8;
  display: block;
  height: 0;
}

.cards_hotel_item6_tkl {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/TKL/tkl_5.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item6_kc {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/KC/kc_9.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item6_ajj {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/AJJ/ajj_7.webp?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item6_arl {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/ARL/arl_8.webp?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item6_voa {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/VOA/voa_3.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item6_dds {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/DDS/dds_3.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item6_ltb {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/LTB/ltb_1.png?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}

.cards_hotel_item6_olb {
  grid-area: 1 / 4 / 3 / 5;
  background-color: var(--bleumarine);
  background-image: url(../img/produit_hotel/picto_like.svg),
    url(../img/produit_hotel/OLB/olb_8.jpg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px, cover;
}


.cards_hotel_item7 {
  grid-area: 3 / 1 / 5 / 3;
  background-position: center;
  background-size: cover;
}

.cards_hotel_item8 {
  grid-area: 3 / 3 / 5 / 5;
  padding-top: 30px;
  position: relative;
}

.cards_hotel_item8::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #ffffff;
  display: block;
  height: 0;
}

@media screen and (max-width: 992px) {
  .cards_hotel {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 320px);
    grid-gap: 10px;
  }

  .cards_hotel_item1_tkl,
  .cards_hotel_item1_kc,
  .cards_hotel_item1_ajj,
  .cards_hotel_item1_arl,
  .cards_hotel_item1_dds,
  .cards_hotel_item1_ltb,
  .cards_hotel_item1_olb,
  .cards_hotel_item1_tao,
  .cards_hotel_item1_tkl,
  .cards_hotel_item1_voa {
    grid-area: 1 / 1 / 2 / 3;
  }

  .cards_hotel_item2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .cards_hotel_item2::after,
  .cards_hotel_item3::after,
  .cards_hotel_item5::after {
    display: none;
  }

  .cards_hotel_item3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  .cards_hotel_item4_tkl,
  .cards_hotel_item4_kc,
  .cards_hotel_item4_ajj,
  .cards_hotel_item4_arl,
  .cards_hotel_item4_dds,
  .cards_hotel_item4_ltb,
  .cards_hotel_item4_olb,
  .cards_hotel_item4_tao,
  .cards_hotel_item4_tkl,
  .cards_hotel_item4_voa {
    grid-area: 3 / 1 / 4 / 2;
  }

  .cards_hotel_item5_tkl,
  .cards_hotel_item5_kc,
  .cards_hotel_item5_ajj,
  .cards_hotel_item5_arl,
  .cards_hotel_item5_dds,
  .cards_hotel_item5_ltb,
  .cards_hotel_item5_olb,
  .cards_hotel_item5_tao,
  .cards_hotel_item5_tkl,
  .cards_hotel_item5_voa {
    grid-area: 3 / 2 / 4 / 3;
  }

  .cards_hotel_item6_tkl,
  .cards_hotel_item6_kc,
  .cards_hotel_item6_ajj,
  .cards_hotel_item6_arl,
  .cards_hotel_item6_dds,
  .cards_hotel_item6_ltb,
  .cards_hotel_item6_olb,
  .cards_hotel_item6_tao,
  .cards_hotel_item6_tkl,
  .cards_hotel_item6_voa {
    grid-area: 4 / 1 / 5 / 3;
  }

  .cards_hotel_item7 {
    grid-area: 5 / 1 / 7 / 3;
  }

  .cards_hotel_item8 {
    grid-area: 7 / 1 / 9 / 3;
    padding-top: 250px;
    position: relative;
    left: -13px;
  }


}

@media screen and (max-width: 480px) {
  #hotel_content {
    margin-top: 100px;
  }
  .check-availabilty  {
    position: relative;
    top: 100px;
  }

  .video-hotel {
    position: relative;
    top: -245px;
  }

  .cards_hotel {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 360px);
    grid-gap: 10px;
    justify-items: center;
  }

  .hero_pages_hotel {
    position: relative;
    top: 50px !important;
  }

  .cards_hotel_item1_tkl,
  .cards_hotel_item1_kc,
  .cards_hotel_item1_ajj,
  .cards_hotel_item1_arl,
  .cards_hotel_item1_dds,
  .cards_hotel_item1_ltb,
  .cards_hotel_item1_olb,
  .cards_hotel_item1_tao,
  .cards_hotel_item1_tkl,
  .cards_hotel_item1_voa,
  .cards_hotel_item2,
  .cards_hotel_item3,
  .cards_hotel_item4_tkl,
  .cards_hotel_item4_kc,
  .cards_hotel_item4_ajj,
  .cards_hotel_item4_arl,
  .cards_hotel_item4_dds,
  .cards_hotel_item4_ltb,
  .cards_hotel_item4_olb,
  .cards_hotel_item4_tao,
  .cards_hotel_item4_tkl,
  .cards_hotel_item4_voa,
  .cards_hotel_item5_tkl,
  .cards_hotel_item5_kc,
  .cards_hotel_item5_ajj,
  .cards_hotel_item5_arl,
  .cards_hotel_item5_dds,
  .cards_hotel_item5_ltb,
  .cards_hotel_item5_olb,
  .cards_hotel_item5_tao,
  .cards_hotel_item5_tkl,
  .cards_hotel_item5_voa,
  .cards_hotel_item6_tkl,
  .cards_hotel_item6_kc,
  .cards_hotel_item6_ajj,
  .cards_hotel_item6_arl,
  .cards_hotel_item6_dds,
  .cards_hotel_item6_ltb,
  .cards_hotel_item6_olb,
  .cards_hotel_item6_tao,
  .cards_hotel_item6_tkl,
  .cards_hotel_item6_voa,
  .cards_hotel_item7,
  .cards_hotel_item8 {
    grid-area: auto;
    width: 340px;
  }

  .hero_pages_hotel {
    position: relative;
    top: -240px !important;
  }

  .cards_hotel_item8 {
    top: -225px;
  }

}

@media screen and (max-width: 375px) {
  .cards_hotel_item8 {
    top: -215px;
  }
  #sejours {
    margin-top: 24rem;
  }
  .check-availabilty  {
    position: relative;
    top: 100px;
  }

}

/**********************HOTEL CONTENT + DESCRIPTIONS***************************/
.atout_hotel {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
}

.atout_hotel span {
  font-family: var(--font-primary);
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  text-align: left;
}

.atout_hotel p {
  font-family: var(--font-primary);
  line-height: 1.6em;
  text-indent: 0!important;
}

.hotel_desc {
  display: block;
  width: 100%;
  padding: 30px 20px;
}

.hotel_desc span {
  font-family: var(--font-secondary);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--bleumarine);
  text-align: left;
}

.hotel_desc h3 {
  font-family: var(--font-secondary);
}

.hotel_desc p {
  font-family: var(--font-primary);
  color: var(--bleunoir);
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-top: 20px;
  text-indent: 40px;
}

/*******GALLERIES HOTEL EN WOL CAROUSEL********/
#hotel_gallery .item img {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
}

/* Bottom and right controls */
.owl-buttons {
  display: none;
}

.color-overlay {
  bottom: 7px !important;
}

.overlay_slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.909), rgba(0, 0, 0, 0));
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  z-index: 9999;
  padding: 190px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overlay_slider h2,
.overlay_slider p {
  text-align: center;
}

.image-container:hover .overlay_slider {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.overlay_slider h2 {
  font-weight: bold;
  margin: 0;
  font-size: 2.5rem;
  font-family: var(--font-secondary);
  color: var(--blanctexte);
}

.overlay_slider p {
  margin: 10px 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Poppins", Helvetica;
  margin-bottom: 20px;
  color: var(--blanctexte);
}

.overlay_slider img {
  width: 10% !important;
  margin-bottom: 50px;
}

/**********************ATOUTS LOGEMENTS************************/
#hotel_propals {
  margin-top: 100px;
  margin-bottom: 100px;
}

.propositions {
  display: grid;
  grid-template-columns: repeat(2, 540px);
  grid-template-rows: 300px;
  grid-column-gap: 30px;
  justify-content: center;
  grid-row-gap: 0px;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.equipements_lodge {
  grid-area: 1 / 1 / 2 / 2;
  width: 500px;
}

.activites_lodge {
  grid-area: 1 / 2 / 2 / 3;
  width: 500px;
}

.equipement_list {
  display: flex;
  flex-direction: column;
  height: 200px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  font-family: var(--font-primary);
  color: var(--bleumarine);
}

.list_group_equipements {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.horizontal-line {
  border-bottom: 0.5px solid #3a3b3b !important;
  width: 175px !important;
  /*margin-left: 60px;*/
}

.equipement_item p {
  font-family: var(--font-primary), Helvetica;
  font-size: 0.785rem;
  font-weight: 400;

}

.equipement_item img {
  margin-right: 20px;
}

.equipement_item {
  border-bottom: 0.5px solid var(--gristrait);
  padding-bottom: 5px;
  width: 250px;

}

@media screen and (min-width: 769px) and (max-width: 1119px) {
  #hotel_propals {
    margin: 10px;
    position: relative;
    top: 100px;
  }

  .propositions {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .equipements_lodge,
  .activites_lodge {
    width: 100%;
    grid-area: auto;
  }

  .list_group_equipements {
    flex-direction: row;
    gap: 30px;
  }

  .horizontal-line {
    margin-left: 0;
  }

  .equipement_list {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  #hotel_propals {
    margin: 10px;
    position: relative;
    height: 85vh;
  }

  .propositions {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    right: 0;
  }

  .equipements_lodge,
  .activites_lodge {
    width: 300px;
    grid-area: auto;
  }

  .list_group_equipements {
    flex-direction: column;
    gap: 20px;
  }

  .horizontal-line {
    margin-left: 0;
  }

  .banner {
    position: relative;
    top: -60px;
  }

  .card-hotel {
    width: 360px !important;
  }

  .detailsSejours {
    top: -200px;
  }

  .accordion-body {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  #hotel_propals {
    margin: 10px;
    position: relative;
    top: 130px;
    margin-bottom: 100px;
  }
  #sejours {
    margin-top: 34rem;
  }

  .propositions {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    width: 90%;
  }

  .journey-idea {
    width: 60%;
  }

  .list_group_equipements {
    gap: 15px;
  }

  .horizontal-line {
    width: 90%;
  }

  .banner {
    position: relative;
    top: -230px;
  }

  .picto-right-next {
    right: -100px !important;
  }

  .card-hotel {
    width: 100% !important;
  }

  .carousel {
    width: 375px !important;
  }

  .overlay_slider {
    padding: 20px 20px;
  }

  .overlay_slider h2 {
    line-height: 40px;
  }

  .journey-idea {
    width: 60%;
  }

  .detailsSejours {
    top: 0;
  }

  .accordion-body {
    flex-direction: column;
  }
}

.picto-right-next {
  position: relative;
  width: 40px;
  height: 40px;
  transition: transform 0.5s ease-in-out;
  right: -60px;
}

.picto-right-next:hover {
  transform: rotate(360deg);
}

/*********************PERSONNALISATION SLIDER******************/
.slider-thumbs {
  background-color: var(--blanctexte) !important;
}

.slider-thumbs .slick-prev,
.slider-thumbs .slick-next {
  background: var(--bleunoir) !important;
}

.slick-content-inner h2 {
  font-family: var(--font-secondary) !important;
  color: var(--blanctexte) !important;
  font-weight: 700;
  font-size: 2.5rem;
}

/*********************PERSONNALISATION CARD PRIX******************/

/* Titre prix */

.offer-header {
  position: relative;
  top: -25px;
}

.offer-title {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  bottom: -24px;
}

.offer-price {
  font-family: 'Poppins', sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 8px 0;
}

/* Texte secondaire */
.offer-subtitle {
  color: var(--blanctexte) !important;
  position: relative;
  top: -23px;
  font-weight: 500;
  font-size: 0.8rem;
}

/* Séparateur minimaliste */
.separator {
  width: 30%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  position: relative;
  top: -50px;
}

/* Détails de l'offre */
.offer-details {
  font-size: 14px !important;
  color: #DADADA;
  line-height: 1.6;
  font-weight: 400;
}

.offer-details p {
  font-size: 0.8rem;
  color: #DADADA;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 4px;
}

/* Icônes & avantages */
.offer-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 0.9rem;
  padding: 0 10px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

.icon-item i {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 5px;
}

/* Conteneur des détails & de la flèche */
.offer-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* Aligne le texte à gauche et la flèche à droite */
  gap: 10px;
}

/* Style des détails de l’offre */
.offer-details {
  flex: 1;
  /* Prend tout l’espace disponible à gauche */
  font-size: 14px;
  color: #DADADA;
  line-height: 1.6;
}

/* Style de la flèche */
.arrow_right {
  flex-shrink: 0;
  /* Évite que la flèche soit redimensionnée */
}


/*************************************BOOTSRTAP PERSONNALISATION************************************/
.journey-idea {
  margin-right: 10px
}
.promo-reduc {
  margin-right: 10px;
  color: var(--bleunoir) !important;
  font-size: 0.8rem !important;
}

.promo-sejours {
  margin-right: 10px;
  font-size: 0.8rem;
  background-color: var(--marron);
  display: flex;
  gap: 5px;
  width: auto;
  position: relative;
  top: 38px;
  color: var(--bleunoir);
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-family: var(--font-primary);
  width: fit-content;
}
.promo-sejours i {
  position: relative;
  top: 3px;
  color: var(--bleunoir);
}

.tag-sejours_1 {
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 0.7rem;
  font-weight: 600;
  border: solid 1px var(--gristrait);
  border-radius: 5px;
  background-color: var(--vertturquoise);
  color: var(--blanctexte);
  display: flex;
  gap: 5px;
  align-items: center;
}

.tag-sejours_0 {
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 0.7rem;
  font-weight: 600;
  border: solid 1px var(--gristrait);
  border-radius: 5px;
  background-color: var(--marron);
  color: var(--blanctexte);
  display: flex;
  gap: 5px;
}

.tag-sejours_1 {
  background-color: var(--vertturquoise);
}

.tag-sejours_0 {
  background-color: var(--marron);
}

/* Mobile version */
@media (max-width: 768px) {
  .tag-sejours_1,
  .tag-sejours_0 {
    padding: 5px;
    border: none;
    background-color: transparent;
  }

  .tag-sejours_1 i {
    font-size: 1rem;
    color: var(--vertturquoise);
  }

  .tag-sejours_0 i {
    font-size: 1rem;
    color: var(--marron);
  }

  /* Hide text after icon without touching HTML */
  .tag-sejours_1,
  .tag-sejours_0 {
    font-size: 0;
  }

  .tag-sejours_1 i,
  .tag-sejours_0 i {
    font-size: 1rem;
  }
}

.detailsSejours {
  width: 98% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  right: 0;
  margin: 10px;
}

.programme-sejours {
  display: block;
  text-align: left;
  left: 10px;
  font-family: var(--font-primary);
  line-height: 1.5;
  width: 100%;
  margin: auto;
  position: relative;
  top: 0;
  color: var(--bleumarine);
}

.accordion {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  right: 0;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.accordion-item {
  border: 0.5px solid rgba(212, 196, 187, 0.15) !important;
  border-radius: .35rem !important;
  -webkit-border-radius: .35rem !important;
  -moz-border-radius: .35rem !important;
  -ms-border-radius: .35rem !important;
  -o-border-radius: .35rem !important;
  margin-bottom: 10px !important;
}

.accordion-collapse {
  border-radius: .25rem !important;
  -webkit-border-radius: .25rem !important;
  -moz-border-radius: .25rem !important;
  -ms-border-radius: .25rem !important;
  -o-border-radius: .25rem !important;
}

.accordion-header {
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
  margin-top: 0 !important;
}

.accordion-button {
  padding: 10px 20px !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background-color: #f7f3f3 !important;
  border-radius: .25rem !important;
  -webkit-border-radius: .25rem !important;
  -moz-border-radius: .25rem !important;
  -ms-border-radius: .25rem !important;
  -o-border-radius: .25rem !important;
}

.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--bleumarine) !important;
  background-color: #f9fbfc !important;
  font-weight: 600;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  font-family: var(--font-primary), Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: var(--bleumarine);
  line-height: 1.8;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: max-height .2s ease-in-out;
  -webkit-transition: max-height .2s;
  -moz-transition: max-height .2s;
  -ms-transition: max-height .2s;
  -o-transition: max-height .2s;
}

.accordion-body img {
  max-width: 250px;
  height: 250px;
  margin: 0 auto;
  display: block;
}

.accordion-body ul li {
  list-style: disc;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-size: 1rem;
  margin-left: 30px;
  color: var(--bleumarine);
}

.accordion-body ul {
  margin-bottom: 10px;
}

.accordion-body p {
  color: var(--bleumarine);
}

.badge_details {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #f9fbff;
  font-size: 14px;
  color: var(--bleumarine);
  font-weight: 500;
  border: solid 0.5px #dee2e6;
  font-family: var(--font-primary);
}

.exclus_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

}

.img-fixed {
  width: 250px!important;
  height: 250px!important;
  object-fit: cover;
  display: block;
}
