/************************************MENU des SECTIONS *******************************/
.box_sub_menu {
  text-align: center;
}

.box_sub_menu {
  height: 100px;
}

.box_sub_menu .sub_menu_groups {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*float: left;*/
  position: absolute;
  width: 1120px;
  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);
  box-shadow: var(--neutral-shadow-01);
}

.box_sub_menu .sub_menu_container {
  gap: 25px !important;
  top: 35px;
  left: 0 !important;
  display: inline-flex;
  position: relative;
  justify-content: center;
}

.box_sub_menu .subMenu {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.box_sub_menu .picto-pax {
  position: relative;
  width: 30px;
  height: 30px;
}

.box_sub_menu .type-pax {
  position: relative;
  width: 114px;
  height: 30px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 600;
  color: #024053;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  top: 2px;
}

.box_sub_menu .type-pax:hover {
  color: var(--orangeocre);
}

@media screen and (min-width: 1119px) {

  .horizontal-line-xs,
  .horizontal-line-md {
    display: none !important;
  }
}

@media screen and (max-width: 1119px) {

  .horizontal-line-xs,
  .horizontal-line-md {
    display: block !important;
  }

  .bg_heroes,
  .bg_heroes_ideesVoyages {
    height: 600px;
  }

  .box_sub_menu .sub_menu_groups {
    width: 98%;
    top: 516px;
    height: 370px;
  }

  .box_sub_menu .sub_menu_container {
    display: flex;
    flex-direction: column;
    gap: 45px;
    left: 45px !important;
    width: 100%;
  }

  .box_sub_menu .subMenu {
    text-align: left;
  }

  .vertical-line-40 {
    display: none !important;
  }

  .horizontal-line-xs {
    display: block;
    position: relative;
    width: 80%;
    left: 0;
    margin: -25px;
  }
}

/************************************LISTING PRODUITS *******************************************/
#listingProducts {
  box-sizing: border-box;
}

#listingProducts.even {
  background-color: #f8f8f8;
  padding-top: 5px;
}

.box2 {
  background-color: #f8f8f8;
  padding-top: 5px;
}

.box-list {
  position: relative;
  height: 402px;
  margin: auto;
}

/*Début card product */
.box-list .card-bloc {
  position: relative;
  top: 0;
  left: 0;
}

.box-list .card-bloc-content {
  position: relative;
  width: 360px;
  height: 360px;
  background-size: cover;
  background-position: 50% 50%;
}

.box-list .card-bloc-filter {
  position: absolute;
  width: 360px;
  height: 193px;
  top: 167px;
  left: 0;
  border-radius: 0px 0px 15px 15px;
  background: linear-gradient(180deg,
      rgba(42, 48, 59, 0) 30%,
      rgb(42, 48, 59) 100%);
}

.box-list .product-titre {
  position: absolute;
  width: 305px;
  height: 58px;
  top: 70px;
  left: 30px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  text-indent: 0!important;
}

.box-list .product-etape {
  position: absolute;
  width: 239px;
  height: 24px;
  top: 145px;
  left: 50px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  text-indent: 0!important;
}

.box-list .picto-map {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 145px;
  left: 25px;
}

.box-list .tag-category {
  position: absolute;
  width: 200px;
  height: 50px;
  top: 0;
  left: 0;
}

.box-list .card-tag-category_autotour {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 29px;
  position: relative;
  background-color: var(--vertturquoise);
  border-radius: 15px 0px 15px 0px;
}

.box-list .card-tag-category_circuit {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 29px;
  position: relative;
  background-color: var(--orangeocre);
  border-radius: 15px 0px 15px 0px;
}

.box-list .card-tag-category_sejour {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 29px;
  position: relative;
  background-color: var(--vertbanane);
  border-radius: 15px 0px 15px 0px;
}

.box-list .category-titre {
  position: relative;
  width: auto;
  font-family: var(--font-primary), Helvetica;
  font-weight: 500;
  color: #f8f8f8;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: normal;
}

/*Fin card product */
/*Début Bloc détails produits*/
/*Partie 1 : Texte */
.box-list .listing-description {
  position: relative;
  top: 85px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: var(--bleumarine);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  left: 10px;
  padding: 0.25rem;
}

.box-list .tag-region-1 {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 18px;
  position: absolute;
  top: 36px;
  border-radius: 5px;
  border: 0.5px solid;
  border-color: var(--bleumarine);
  left: 10px;
}

.box-list .tag-region-2 {
  width: 64px;
  left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 18px;
  position: absolute;
  top: 36px;
  border-radius: 5px;
  border: 0.5px solid;
  border-color: var(--bleumarine);
}

.box-list .tag-voyage_ref {
  width: 110px;
  left: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 18px;
  position: absolute;
  top: 36px;
  border-radius: 5px;
  border: 0.5px solid;
  border-color: var(--gristrait);
}
.box-list .tag-region-1-titre {
  position: relative;
  width: auto;
  margin-top: -0.5px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 500;
  color: var(--bleumarine);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-list .tag-region-2-titre {
  position: relative;
  width: auto;
  margin-top: -0.5px;
  margin-left: -2px;
  margin-right: -2px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 500;
  color: var(--bleumarine);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.box-list .tag-voyage_ref-titre {
  position: relative;
  width: auto;
  margin-top: -0.5px;
  margin-left: -2px;
  margin-right: -2px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 500;
  color: var(--marron);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.box-list .bloc-descriptif,
.box-list .bloc-resume {
  height: 300px;
  position: relative;
}

/*Partie 2 : Détails 1 Pictos*/
.box-list .saison {
  position: relative;
  width: 158px;
  height: 42px;
  top: 185px;
  left: 200px;
}

.box-list .saison-picto {
  position: absolute;
  width: 36px;
  height: 32px;
  top: 5px;
  left: 0;
}

.box-list .saison-titre {
  position: absolute;
  width: 99px;
  height: 42px;
  top: 0;
  left: 55px;
}

.box-list .saison-mois {
  position: absolute;
  width: 99px;
  height: 22px;
  top: 20px;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 600;
  color: var(--bleumarine);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.box-list .saison-titre-h6 {
  position: absolute;
  width: 86px;
  height: 24px;
  top: 0;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: #6d6e71;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

/* --------------------------------------------- */
.box-list .transport {
  position: relative;
  width: 185px;
  height: 43px;
  top: 145px;
  left: 10px;
}

.box-list .transport-picto {
  position: absolute;
  width: 38px;
  height: 37px;
  top: 3px;
  left: 0;
}

.box-list .transport-titre {
  position: absolute;
  width: 144px;
  height: 43px;
  top: 0;
  left: 52px;
}

.box-list .transport-type {
  position: absolute;
  width: 144px;
  height: 24px;
  top: 19px;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 600;
  color: var(--bleumarine);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.box-list .transport-titre-h6 {
  position: absolute;
  width: 84px;
  height: 24px;
  top: 0;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: #6d6e71;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

/* --------------------------------------------- */
.box-list .itiniraire {
  position: relative;
  width: 131px;
  height: 43px;
  top: 4px;
  left: 200px;
}

.box-list .itineraire-picto {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 3px;
  left: 0;
}

.box-list .itineraire-titre {
  position: absolute;
  width: 72px;
  height: 43px;
  top: 0;
  left: 55px;
}

.box-list .itineraire-total {
  position: absolute;
  width: 71px;
  height: 24px;
  top: 19px;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 600;
  color: var(--bleumarine);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.box-list .itiniraire-titre-h6 {
  position: absolute;
  width: 72px;
  height: 24px;
  top: 0;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: #6d6e71;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

/* --------------------------------------------- */
.box-list .duree {
  position: relative;
  width: 185px;
  height: 43px;
  top: -39px;
  left: 10px;
}

.box-list .picto-calendrier {
  position: absolute;
  width: 29px;
  height: 33px;
  top: 4px;
  left: 0;
}

.box-list .duree-titre {
  position: absolute;
  width: 131px;
  height: 43px;
  top: 0;
  left: 48px;
}

.box-list .duree-totale {
  position: absolute;
  width: 135px;
  height: 24px;
  top: 19px;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 600;
  color: var(--bleumarine);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.box-list .duree-titre-h6 {
  position: absolute;
  width: 120px;
  height: 24px;
  top: 0;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: #6d6e71;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

/*Fin Bloc détails produits*/
/*Début Prix  et disponiblité*/

.box-list .devis-prix {
  position: relative;
  top: -191px;
  left: -1261px;
  width: 50px;
}

/* --------------------------------------------- */
/*           Affichage prix                     */
/* --------------------------------------------- */
.box-list .price-titre {
  position: relative;
}

.box-list .price {
  position: relative;
  top: 0;
  left: 0;
  font-family: var(--font-primary), Helvetica;
  font-weight: 700;
  color: var(--orangeocre);
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.box-list .price_included {
  position: relative;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: var(--bleumarine);
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.box-list .apartir {
  position: relative;
  font-family: var(--font-primary), Helvetica;
  font-weight: 400;
  color: var(--bleumarine);
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

/* --------------------------------------------- */
/*           Demande de devis                     */
/* --------------------------------------------- */

.box-list .cta-btn-title {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: var(--orangeocre);
  border-radius: 30px;
  float: right;
}

.box-list .arrow_right {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 154px;
}

.box-list .picto-right-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.cta-btn-title:hover .picto-right-next {
  transform: rotate(360deg); /* Rotation complète au survol */
}

.box-list .cta-btn-texte {
  position: absolute;
  width: 151px;
  height: 33px;
  top: 12px;
  left: 32px;
  font-family: var(--font-primary), Helvetica;
  font-weight: 600;
  color: #f8f8f8;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.box-list {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  grid-template-rows: 310px 50px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  position: relative;
}

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

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

.box-list_item3 {
  grid-area: 1 / 3 / 2 / 4;
}

.box-list_item4 {
  grid-area: 2 / 2 / 3 / 4;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

@media screen and (max-width: 375px) {
  #listingProducts {
    height: 1600px;
  }

  .box-list {
    display: block;
    width: 360px;
  }
  .box-list_item4 {
    display: flex;
    flex-direction: column;
    width: 360px !important;
    height: 360px !important;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .box-list .cta-btn-texte {
    left: 15px;
  }
  .box-list .listing-description {
    width: 90%;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  #listingProducts {
    height: 1420px;
  }

  .box-list {
    display: block !important;
    width: 100% !important;
  }
  .box-list .cta-btn-texte {
    left:15px;
  }


  .box-list_item1,
  .box-list_item2,
  .box-list_item3 {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .box-list .bloc-descriptif,
  .box-list .bloc-resume {
    flex-direction: column;
    width: 360px;
  }

  .box-list_item4 {
    display: flex;
    flex-direction: column;
    width: 360px !important;
    height: 360px !important;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1119px) {
  #listingProducts {
    padding: 10px !important;
    height: 777px;
  }

  .box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 10px;
  }

  .box-list_item1,
  .box-list_item2,
  .box-list_item3 {
    width: 360px !important;
    display: flex;
    align-items: center;
  }

  .box-list_item4 {
    display: flex;
    flex-direction: column;
    width: 360px !important;
    height: 360px !important;
    align-items: center;
    justify-content: center;
    background-color: #fcfcfc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .box-list .price-titre {
    text-align: center;
  }

  .box-list .cta-btn-title {
    float: none;
  }
}

/****************************BOUTON FAVORIS*****************************/

.favorite-button-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 10px;
  right: 10px;
}

.favorite-button {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.favorite-button i {
  color: white;
}

.favorite-button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.favorite-button:focus {
  outline: none;
}

.unfavorite-button {
  border-color: #3f2d2d;
  background-color: rgba(190, 175, 175, 0.5);
  color: rgb(240, 116, 116);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.unfavorite-button i {
  color: rgb(240, 150, 150);
}

.unfavorite-button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.unfavorite-button:focus {
  outline: none;
}