@charset "UTF-8";
/* Masquage radical des résidus Elementor et Jet sur le template Light */
/* 1. Masquage des widgets spécifiques et containers Elementor */
.elementor-widget-text-editor,
.elementor-widget-form,
.elementor-widget-container,
.e-con,
.e-con-full {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 2. Masquage des champs de formulaire (Image 0777ee.png) */
.elementor-field-group,
.elementor-field-type-email,
.elementor-field-type-text,
.elementor-field-type-textarea,
.elementor-field-type-recaptcha_v3,
.e-form__buttons {
  display: none !important;
}

/* 3. Masquage des résidus JetMenu et Popups */
.jet-popup,
.jet-mobile-menu-container,
#jet-mobile-menu-list {
  display: none !important;
}

#template-light {
  font-family: "adrianna", "sans-serif";
  font-size: 14px;
}
#template-light * {
  box-sizing: border-box;
}
#template-light a {
  color: #171717;
  transition: color 0s;
  text-decoration: none;
}
#template-light a:hover {
  color: #FF506E;
}
#template-light .container {
  max-width: 1500px;
}
#template-light dd, #template-light dl, #template-light dt, #template-light li, #template-light ol, #template-light ul {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin-block-end: 0;
  margin-block-start: 0;
  outline: 0;
  vertical-align: baseline;
}
#template-light h1 {
  font-family: "abril-display", Sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 55px;
}
#template-light h2 {
  font-family: adrianna, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #171717;
}
#template-light .d-none {
  display: none;
}
#template-light .mobile-only {
  display: none;
}
#template-light section {
  padding: 30px 0;
}
#template-light section.breadcrumb, #template-light section.introduction {
  padding: 0;
}
#template-light section.destinations-search {
  padding: 10px 0;
}
#template-light section .section-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
#template-light section .wysiwyg p {
  font-size: 16px;
  line-height: 22px;
}
#template-light .swiper-button-next,
#template-light .swiper-button-prev {
  background: #ffffff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #f7f4f4;
}
#template-light .swiper-button-next svg,
#template-light .swiper-button-prev svg {
  width: 14px;
  height: 14px;
}
#template-light .btn-wrapper a {
  transition: all 0.3s;
  padding: 12px 24px;
  background-color: #FF506D;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  border: 1px solid #FF506E;
  border-radius: 50px;
  font-weight: 600;
  display: block;
}
#template-light .btn-wrapper a:hover {
  background: #ffffff;
  color: #FF506E;
}
#template-light #site-header .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
#template-light #site-header #abc-pre-header {
  background-color: #F7F4F4;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  color: #171717;
}
#template-light #site-header #abc-pre-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
}
#template-light #site-header #abc-pre-header .col-left {
  padding: 12px 0px 12px 0px;
}
#template-light #site-header #abc-pre-header #pre-header-icones-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#template-light #site-header #abc-pre-header #pre-header-icones-menu .icone-menu-etoiles {
  display: flex;
  position: relative;
  padding-left: 31px;
}
#template-light #site-header #abc-pre-header #pre-header-icones-menu .icone-menu-etoiles img {
  display: inline-block;
  width: 68.21px;
  margin-right: 15px;
}
#template-light #site-header #abc-pre-header #pre-header-icones-menu .icone-menu-etoiles:before {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #171717;
  left: 13px;
  top: 0;
}
#template-light #site-header .icone-menu-tel a {
  color: #171717;
  letter-spacing: 0.8px;
  transition: color 0s;
  align-self: center;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#template-light #site-header .icone-menu-tel a .icon-tel {
  margin-right: 5px;
}
#template-light #site-header .icone-menu-tel a:hover {
  color: #FF506E;
}
#template-light #site-header #header .logo-wrapper {
  padding: 15px 10px;
  width: 166px;
  max-height: 105.28px;
  text-align: center;
}
#template-light #site-header #header .logo-wrapper a {
  display: inline-block;
}
#template-light #site-header #header .logo-wrapper img {
  display: block;
  margin: 0 auto;
}
#template-light #site-header #header .logo-wrapper .logo-light-scroll {
  display: none;
}
#template-light #site-header #header .main-navigation {
  height: 100%;
}
#template-light #site-header #header #menu-nouveau-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  height: 100%;
  box-sizing: border-box;
}
#template-light #site-header #header #menu-nouveau-menu .menu-item {
  position: static;
}
#template-light #site-header #header #menu-nouveau-menu .sub-menu {
  list-style: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  padding: 22px 0px 22px;
  min-width: 300px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  width: 100%;
  display: none;
  z-index: -9;
}
#template-light #site-header #header #menu-nouveau-menu .sub-menu li.menu-item a {
  font-size: 14px;
  line-height: 23px;
  padding: 0px 12px;
}
#template-light #site-header #header #menu-nouveau-menu li a {
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding: 8px 12px;
  text-decoration: none;
  box-shadow: none;
  color: #171717;
  display: flex;
  align-items: center;
  width: fit-content;
}
#template-light #site-header #header #menu-nouveau-menu li.sous-menu_simple {
  position: relative;
}
#template-light #site-header #header #menu-nouveau-menu li.current-menu-item > a, #template-light #site-header #header #menu-nouveau-menu li:hover > a {
  color: #FF506E;
}
#template-light #site-header #header #menu-nouveau-menu li:hover > .sub-menu {
  display: block;
  z-index: 99999;
}
#template-light #site-header #header #menu-nouveau-menu li img {
  display: none;
}
#template-light #site-header #header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 166px - 20px);
  height: stretch;
}
#template-light #site-header.is-fixed #header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  top: 0;
}
#template-light #site-header.is-fixed #header .logo-wrapper img {
  width: 33px;
  height: 33px;
}
#template-light #site-header.is-fixed #header .logo-light {
  display: none;
}
#template-light #site-header.is-fixed #header .logo-light-scroll {
  display: block;
}
#template-light #site-footer {
  background: #ffffff;
}
#template-light #site-footer .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
#template-light #site-footer .container {
  max-width: 1690px;
  flex-direction: column;
}
#template-light #site-footer .container .footer-row {
  display: flex;
  width: 100%;
}
#template-light #site-footer .pre-footer {
  padding: 40px 0;
}
#template-light #site-footer .pre-footer .ligne1 {
  margin-bottom: 40px;
  justify-content: space-between;
  gap: 20px;
}
#template-light #site-footer .pre-footer .ligne1 .footer-logo-wrapper {
  max-width: 150px;
}
#template-light #site-footer .pre-footer .ligne1 .footer-btn-wrapper {
  max-width: 630px;
}
#template-light #site-footer .pre-footer .ligne1 .description {
  max-width: 630px;
}
#template-light #site-footer .pre-footer .ligne1 .description .title {
  font-family: "abril-display", "sans-serif";
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}
#template-light #site-footer .pre-footer .ligne1 .description .content {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}
#template-light #site-footer .pre-footer .ligne1 .footer-logo-content {
  text-align: center;
}
#template-light #site-footer .pre-footer .ligne1 .footer-logo-content img {
  width: 130px;
  height: auto;
}
#template-light #site-footer .pre-footer .ligne1 .footer-btn-content {
  text-align: right;
}
#template-light #site-footer .pre-footer .ligne1 .footer-btn-content .btn-wrapper a {
  display: inline-block;
}
#template-light #site-footer .pre-footer .ligne2 {
  gap: 20px;
  justify-content: space-between;
}
#template-light #site-footer .pre-footer .ligne2 .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 22px;
  text-transform: uppercase;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 26%;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper .contact-content {
  list-style: none;
  padding: 0;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper .contact-content li {
  display: flex;
  margin: 5px 0;
  font-size: 19px;
  line-height: 28.5px;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper .contact-content li:hover {
  color: #FF506E;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper .contact-content li:hover svg {
  fill: #FF506E;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper .contact-content li a {
  font-size: 19px;
  line-height: 28.5px;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper .contact-content .icone-wrapper {
  display: inline-block;
  margin-right: 18px;
  width: 20px;
  height: 20px;
}
#template-light #site-footer .pre-footer .ligne2 .contact-wrapper .contact-content .icone-wrapper svg {
  width: 100%;
}
#template-light #site-footer .pre-footer .ligne2 .footer-menu {
  display: flex;
  gap: 20px;
  width: 74%;
  justify-content: space-between;
}
#template-light #site-footer .pre-footer .ligne2 .footer-menu .footer-menu-col {
  width: 25%;
}
#template-light #site-footer .pre-footer .ligne2 .footer-menu ul {
  list-style: none;
  padding: 0;
}
#template-light #site-footer .pre-footer .ligne2 .footer-menu ul li {
  margin-bottom: 8px;
}
#template-light #site-footer .pre-footer .ligne2 .footer-menu ul li a {
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 16px;
  text-transform: uppercase;
}
#template-light #site-footer .pre-footer .text-simple .text a {
  font-size: 19px;
  line-height: 28.5px;
}
#template-light #site-footer .pre-footer .reseaux-sociaux {
  flex-direction: column;
  gap: 20px;
}
#template-light #site-footer .pre-footer .reseaux-sociaux .title {
  font-family: "abril-display", sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 34px;
}
#template-light #site-footer .pre-footer .reseaux-sociaux .sociaux-wrapper {
  list-style: none;
  padding: 0;
  display: flex;
}
#template-light #site-footer .pre-footer .reseaux-sociaux .sociaux-wrapper li {
  width: 36px;
  margin: 0 10px;
}
#template-light #site-footer .pre-footer .reseaux-sociaux .sociaux-wrapper li:first-child {
  margin-left: 0;
}
#template-light #site-footer .pre-footer .reseaux-sociaux .sociaux-wrapper li svg {
  display: block;
  width: 25px;
  height: 25px;
}
#template-light #site-footer .pre-footer .reseaux-sociaux .sociaux-wrapper li:hover svg {
  fill: #FF506E;
}
#template-light #site-footer .footer {
  background: #F7F4F4;
  padding: 40px 0 10px;
  gap: 20px;
}
#template-light #site-footer .footer .description-wrapper p {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}
#template-light #site-footer .footer .description-wrapper p:first-child {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 16px;
}
#template-light #site-footer .footer .images-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  max-width: 557px;
}
#template-light #site-footer .footer .images-wrapper img {
  display: block;
  width: 100%;
}
#template-light #site-footer .footer .mentions-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
#template-light #site-footer .footer .mentions-wrapper .mentions-menu {
  list-style: none;
  padding: 0;
}
#template-light #site-footer .footer .mentions-wrapper .mentions-menu li {
  margin-bottom: 5px;
}
#template-light #site-footer .footer .mentions-wrapper .mentions-menu li a {
  color: #171717;
  transition: color 0s;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 16px;
  text-transform: uppercase;
}
#template-light #site-footer .footer .mentions-wrapper .mentions-menu li a:hover {
  color: #FF506E;
}
#template-light #site-footer .footer .mentions-wrapper .copyright {
  font-weight: 600;
  line-height: 16px;
}
#template-light #content {
  padding: 30px 0;
}
#template-light #search-destination-wrapper .search-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
#template-light #search-destination-wrapper .search-wrapper {
  position: relative;
}
#template-light #search-destination-wrapper #country-search {
  width: 100%;
  padding: 12px 40px 12px 20px;
  border: 1px solid #dce1e5;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}
#template-light #search-destination-wrapper .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #a0aec0;
  pointer-events: none; /* L'icône ne gêne pas le clic sur l'input */
}
#template-light #search-destination-wrapper #search-results {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #dce1e5;
  z-index: 100;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 5px 0;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
#template-light #search-destination-wrapper #search-results.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
#template-light #search-destination-wrapper .suggestion-item a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
#template-light #search-destination-wrapper .suggestion-item a:hover {
  background-color: #f8f9fa;
}
#template-light #pays-swiper .swiper-slide {
  position: relative;
}
#template-light #pays-swiper .swiper-slide .item-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
#template-light #pays-swiper .swiper-slide .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease-in-out;
}
#template-light #pays-swiper .swiper-slide .item-name {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  padding: 20px;
  display: flex;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
#template-light #pays-swiper .swiper-slide .item-name span {
  margin-top: auto;
  width: 100%;
  font-family: "abril-display", Sans-serif;
  color: #171717;
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  line-height: 40px;
  color: #FFFFFF;
}
#template-light #pays-swiper .swiper-slide a:hover .item-image img {
  transform: scale(1.1) rotate(1.5deg);
}
#template-light #all-destinations {
  /* On reprend vos styles de survol */
}
#template-light #all-destinations .destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
#template-light #all-destinations .pays-card .item-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
}
#template-light #all-destinations .pays-card .item-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
#template-light #all-destinations .pays-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#template-light #all-destinations .pays-card .item-name h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: initial;
}
#template-light #all-destinations .pays-card a:hover img {
  transform: scale(1.1) rotate(1.5deg);
}
#template-light #all-destinations .pays-card a:hover .item-name, #template-light #all-destinations .pays-card a:hover h2 {
  color: #FF506E;
}
#template-light #all-destinations .pagination-wrapper span:first-child, #template-light #all-destinations .pagination-wrapper a:first-child {
  margin-left: 0;
}
#template-light #all-destinations .pagination-wrapper .page-numbers {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #171717;
  transition: all 0.3s ease;
}
#template-light #all-destinations .pagination-wrapper .page-numbers.current {
  background: #FF506E;
  color: #fff;
  border-color: #FF506E;
}
#template-light #all-destinations .pagination-wrapper .page-numbers:hover:not(.current):not(.dots) {
  background: #FF506E;
  color: #fff;
}
@media (max-width: 1100px) {
  #template-light .mobile-only {
    display: block;
  }
  #template-light #site-header #abc-pre-header {
    display: none;
  }
  #template-light #site-header #header .container {
    position: relative;
  }
  #template-light #site-header #header .menu-wrapper {
    display: none;
    width: 100%;
    background: #f7f4f4;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 9999;
    flex-wrap: nowrap;
    overflow-y: scroll;
    height: calc(100% - 91px);
    justify-content: flex-start;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu {
    padding: 0 10px;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li {
    margin-top: 20px;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li a {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li:first-child {
    margin-top: 0;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children > a:first-child:after {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16.06" height="12.625" viewBox="0 0 16.06 12.625"><defs><clipPath id="clip-path"><rect id="Rectangle_28" data-name="Rectangle 28" width="16.06" height="12.625" fill="none" stroke="%23000" stroke-width="1"/></clipPath></defs><g id="Groupe_266" data-name="Groupe 266" transform="translate(16.06 12.625) rotate(180)"><path id="Tracé_9" data-name="Tracé 9" d="M7.9,12.625,2.121,6.843,7.9,1.061" transform="translate(-1.061 -0.531)" fill="none" stroke="%23000" stroke-width="1"/><g id="Groupe_39" data-name="Groupe 39" transform="translate(0 0)"><g id="Groupe_43" data-name="Groupe 38" clip-path="url(%23clip-path)"><path id="Tracé_10" data-name="Tracé 10" d="M7.9,12.625,2.121,6.843,7.9,1.061" transform="translate(-1.061 -0.53)" fill="none" stroke="%23000" stroke-width="1"/></g></g><path id="Tracé_11" data-name="Tracé 11" d="M2.735,12.626h0Z" transform="translate(-1.368 -6.313)" fill="none" stroke="%23000" stroke-width="1"/><g id="Groupe_41" data-name="Groupe 41" transform="translate(0 0)"><g id="Groupe_40" data-name="Groupe 40" clip-path="url(%23clip-path)"><line id="Ligne_3" data-name="Ligne 3" x2="14.693" transform="translate(1.368 6.313)" fill="none" stroke="%23000" stroke-width="1"/></g></g></g></svg>');
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children .sub-menu {
    display: none;
    background: #f7f4f4;
    border: 0;
    position: relative;
    top: 0;
    z-index: 11;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children .sub-menu li {
    margin-top: 15px;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children .sub-menu li:first-child {
    margin-top: 0;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children .sub-menu li a {
    font-weight: 600;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children.MenuOpen a {
    padding-left: 44px;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children.MenuOpen a:after {
    opacity: 0;
    visibility: hidden;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children.MenuOpen a img {
    display: none;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children.MenuOpen:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16.06" height="12.625" viewBox="0 0 16.06 12.625"><defs><clipPath id="clip-path"><rect id="Rectangle_28" data-name="Rectangle 28" width="16.06" height="12.625" fill="none" stroke="%23ff506e" stroke-width="1"/></clipPath></defs><g id="Groupe_266" data-name="Groupe 266" transform="translate(16.06 12.625) rotate(180)"><path id="Tracé_9" data-name="Tracé 9" d="M7.9,12.625,2.121,6.843,7.9,1.061" transform="translate(-1.061 -0.531)" fill="none" stroke="%23ff506e" stroke-width="1"/><g id="Groupe_39" data-name="Groupe 39" transform="translate(0 0)"><g id="Groupe_38" data-name="Groupe 38" clip-path="url(%23clip-path)"><path id="Tracé_10" data-name="Tracé 10" d="M7.9,12.625,2.121,6.843,7.9,1.061" transform="translate(-1.061 -0.53)" fill="none" stroke="%23ff506e" stroke-width="1"/></g></g><path id="Tracé_11" data-name="Tracé 11" d="M2.735,12.626h0Z" transform="translate(-1.368 -6.313)" fill="none" stroke="%23ff506e" stroke-width="1"/><g id="Groupe_41" data-name="Groupe 41" transform="translate(0 0)"><g id="Groupe_40" data-name="Groupe 40" clip-path="url(%23clip-path)"><line id="Ligne_3" data-name="Ligne 3" x2="14.693" transform="translate(1.368 6.313)" fill="none" stroke="%23ff506e" stroke-width="1"/></g></g></g></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    top: 3px;
    left: 15px;
    transform: rotate(180deg);
    display: block;
    transition: 0.5s;
    cursor: pointer;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu li.menu-item-has-children.MenuOpen .sub-menu {
    display: block;
  }
  #template-light #site-header #header .menu-wrapper #menu-nouveau-menu.one_main_menu_appear > li:not(.MenuOpen) {
    display: none;
  }
  #template-light #site-header #header .btn-content {
    background: #FFFFFF;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
  #template-light #site-header #header .btn-content .btn-wrapper {
    text-align: center;
  }
  #template-light #site-header #header .btn-content .btn-wrapper a {
    display: inline-block;
    text-transform: initial;
  }
  #template-light #site-header #header .btn-content .wysiwyg-wrapper p:first-child {
    font-size: 13px;
  }
  #template-light #site-header #header .btn-content .wysiwyg-wrapper strong {
    font-size: 16px;
  }
  #template-light #site-header #header .btn-content .wysiwyg-wrapper .tel-icone {
    color: #171717;
    letter-spacing: 0.8px;
    transition: color 0s;
  }
  #template-light #site-header #header .btn-content .wysiwyg-wrapper .tel-icone:hover {
    color: #FF506E;
  }
  #template-light #site-header #header .logo-wrapper {
    width: 100%;
    padding: 10px 0;
  }
  #template-light #site-header #header .logo-wrapper img {
    width: 89px;
    height: 67px;
  }
  #template-light #site-header #header .main-navigation {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  #template-light #site-header #header #menu-nouveau-menu {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  #template-light #site-header #header #menu-nouveau-menu li img {
    display: inline-block;
  }
  #template-light #site-header #header.mobile-open .menu-wrapper {
    display: flex;
  }
  #template-light #site-header .mobile-only.mobile-menu-burger {
    position: absolute;
    z-index: 1;
    right: 40px;
    transform: translateY(-50%);
    line-height: 0;
    max-width: 25px;
    cursor: pointer;
    top: 50%;
  }
  #template-light #site-header .mobile-only.mobile-tel-wrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }
  #template-light #site-header .mobile-only.mobile-tel-wrapper .icone-menu-tel {
    font-size: 15px;
    font-weight: 600;
  }
  #template-light #site-footer .container {
    padding: 0 40px;
  }
  #template-light #site-footer .pre-footer .ligne2 .contact-wrapper {
    width: 40%;
  }
  #template-light #site-footer .pre-footer .ligne2 .footer-menu {
    flex-wrap: wrap;
  }
  #template-light #site-footer .pre-footer .ligne2 .footer-menu .footer-menu-col {
    width: 46%;
  }
}
@media (max-width: 992px) {
  #template-light #site-header .icone-menu-tel a {
    display: none;
  }
  #template-light #site-footer .pre-footer .ligne1 {
    flex-direction: column;
  }
  #template-light #site-footer .pre-footer .ligne1 .description {
    max-width: 100%;
    order: 2;
  }
  #template-light #site-footer .pre-footer .ligne1 .footer-logo-wrapper {
    order: 1;
    margin: 10px auto 20px;
  }
  #template-light #site-footer .pre-footer .ligne1 .footer-btn-wrapper {
    max-width: 100%;
    order: 3;
  }
  #template-light #site-footer .pre-footer .ligne1 .footer-btn-content {
    text-align: left;
  }
  #template-light #site-footer .pre-footer .ligne2 {
    flex-direction: column;
    gap: 40px;
  }
  #template-light #site-footer .pre-footer .ligne2 .contact-wrapper {
    width: 100%;
  }
  #template-light #site-footer .pre-footer .ligne2 .footer-menu {
    width: 100%;
  }
  #template-light #site-footer .footer-row {
    flex-direction: column;
  }
  #template-light #site-footer .footer-row .images-wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
  #template-light #site-footer .footer-row .mentions-wrapper {
    flex-direction: row;
    text-align: left;
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  #template-light h1 {
    font-size: 30px;
    line-height: 38px;
  }
  #template-light .btn-wrapper a {
    letter-spacing: 0;
  }
  #template-light #site-footer .container {
    padding: 0 20px;
  }
  #template-light #site-footer .pre-footer .ligne2 .footer-menu {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #template-light #site-footer .pre-footer .ligne2 .footer-menu .footer-menu-col {
    width: 100%;
  }
  #template-light #site-footer .footer-row .images-wrapper {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  #template-light #site-footer .footer-row .images-wrapper img {
    height: auto;
    max-width: 180px;
  }
  #template-light #site-footer .footer-row .mentions-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
  #template-light #all-destinations .pagination-wrapper .page-numbers {
    padding: 4px 10px;
    margin: 2px;
  }
}

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