.hero-slider-arrow {
  display: none;
  font-size: 30px;
}

.slide-3 {
  background-image: linear-gradient(180deg, #000, transparent), url('../images/Kamasultra_bed3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-1 {
  background-image: linear-gradient(45deg, transparent 30%, #000), url('../images/Kamasultra_bed2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-separator {
  margin-top: 24px;
  margin-bottom: 24px;
}

.social-icon-circle {
  position: relative;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 6px;
  margin-left: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  background-image: url('../images/Half-Circle-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.menu-button {
  z-index: 100;
  display: none;
  width: 48px;
  height: 48px;
  margin-top: 23px;
  margin-right: 8px;
  padding: 17px 0px 0px 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  letter-spacing: 3px;
}

.menu-button.w--open {
  background-color: #fff;
}

.intro-small-header {
  margin-bottom: 20px;
  padding-top: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.menu-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #222;
}

.menu-line.menu-bottom-line {
  margin-bottom: 18px;
}

.menu-line.menu-middle-line-2 {
  position: absolute;
  margin: auto;
}

.menu-line.menu-top-line {
  top: 0px;
  margin-top: 18px;
}

.gallery-button-icon {
  position: relative;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/Grid-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: linear-gradient(180deg, #000, transparent), url('../images/kamasultra_9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-nav {
  z-index: 10;
  padding-bottom: 56px;
  font-size: 10px;
  text-align: center;
}

.nav-bar-section {
  position: absolute;
  display: block;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
}

.hero-category-container {
  display: flex;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-categories {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}

.intro-header {
  position: relative;
  z-index: 1;
  max-width: 970px;
  margin-top: 7px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 15px;
}

.underline {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 5px;
  margin-top: -9px;
  background-color: #f44a66;
  opacity: 0.25;
  transform: translate(-105%, 0px);
}

.underline.nav-link-underline {
  position: absolute;
  height: 5px;
  margin-top: -20px;
  background-color: #f44a66;
  opacity: 0.25;
}

.nav-sidebar {
  display: none;
  width: 300px;
  padding-top: 120px;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  background-color: #fff;
}

.gallery-button {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 100;
  display: none;
  overflow: hidden;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/Grid-Icon.svg');
  background-position: 16px 50%;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.gallery-button-text {
  position: relative;
  display: block;
  margin-top: -40px;
  margin-right: 24px;
  margin-left: 64px;
  opacity: 0;
  font-size: 15px;
  font-weight: 600;
}

.home-intro {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  margin: 16% 8%;
  padding-top: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-slider-hero {
  width: 100%;
  height: 100vh;
  background-color: #222;
  color: #fff;
}

.nav-link {
  position: relative;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  transition: color 300ms ease;
  color: #222;
  font-size: 17px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
}

.nav-link:hover {
  color: #f44a66;
}

.menu-button-text {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 1px;
  padding-right: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.slide-2 {
  background-image: linear-gradient(180deg, #000, transparent), url('../images/kamasultra_bed1a.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.brand {
  display: none;
  height: 88px;
  margin-bottom: 16px;
  margin-left: -4px;
  padding: 24px 15px 0px;
}

.hero-social-icons {
  position: absolute;
  right: 18px;
  bottom: 24px;
  z-index: 100;
  display: flex;
}

.titre-cell-phone {
  margin-top: 54px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.link-block {
  margin-top: 52px;
}

.container {
  height: 50%;
}

.menu-button-text-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 1px;
  padding-right: 60px;
  color: #000;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.nav-bar-section-2 {
  position: fixed;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: hsla(0, 0%, 100%, 0.69);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.42);
}

.nav-sidebar-2 {
  width: 300px;
  padding-top: 120px;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  background-color: #fff;
}

.menu-button-2 {
  z-index: 100;
  width: 48px;
  height: 48px;
  margin-top: 23px;
  margin-right: 8px;
  padding: 17px 0px 0px 14px;
  border-radius: 50%;
  background-color: #fff;
  letter-spacing: 3px;
}

.menu-button-2.w--open {
  background-color: #fff;
}

.image {
  margin-bottom: 0px;
}

.hero-section-2 {
  position: relative;
  display: flex;
  min-height: 915px;
  padding-top: 80px;
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-2.small {
  height: 400px;
  min-height: 0px;
  padding-top: 110px;
  background-image: url('../images/IMG_9808.jpg');
  background-position: 50% 38%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section-2.small.nous {
  height: 640px;
  background-image: url('../images/kamasultra1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-wrapper-2 {
  position: relative;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  flex: 1;
}

.content-wrapper-2.flex-center {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-1.large {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 59px;
  font-weight: 300;
}

.button-services {
  display: block;
  width: 180px;
  height: 40px;
  min-width: 40px;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-left: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #072969;
  border-radius: 10px;
  background-color: transparent;
  transition: background-color 200ms ease, color 200ms ease;
  color: #0370ff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-services:hover {
  background-color: #fff;
  color: #1b1b1b;
}

._66-percent-column {
  width: 66%;
}

.top-and-bottom-border {
  margin-top: 0px;
  margin-bottom: 40px;
}

._30-percent-column {
  position: relative;
  width: 30%;
}

.heading-13 {
  margin-top: 61px;
}

.image-14 {
  margin-top: 33px;
  margin-bottom: 23px;
}

.content-section-2 {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}

.content-section-2.bottom-padding {
  padding-bottom: 105px;
}

.texte-contenu {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.utility-section {
  display: flex;
  padding-top: 60px;
  padding-bottom: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
}

.heading-14 {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.texte-inscription {
  margin-top: 20px;
  margin-bottom: 17px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}

.titre-inscription {
  margin-bottom: 75px;
  font-family: Lato, sans-serif;
  color: #e0c78e;
  font-size: 38px;
  line-height: 44px;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
  line-height: 24px;
}

.section-title-group {
  margin-bottom: 60px;
}

.div-block {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.57);
}

.bottom-border {
  margin-bottom: 15px;
}

.bottom-border.more-bottom {
  margin-bottom: 100px;
}

.bottom-border.more-bottom.bg-3 {
  display: block;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/riviere.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bouton-inscription {
  margin-top: 25px;
  background-color: #ac1205;
}

.bouton-inscription:hover {
  background-color: #660a02;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  margin-top: -65px;
  padding: 0px;
  background-color: rgba(160, 138, 94, 0.86);
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

._70-percent-wide-column {
  display: flex;
  width: 50%;
  justify-content: center;
}

._70-percent-wide-column.mobile-full {
  width: 60%;
  background-color: rgba(1, 233, 250, 0.21);
}

.text-wide-block {
  width: 70%;
  margin-top: 135px;
  margin-bottom: 135px;
}

.text-title {
  font-weight: 400;
}

.text-title.dark {
  margin-bottom: 5px;
  color: #3c4858;
  font-size: 20px;
}

.text-title.dark.services {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 34px;
  font-weight: 300;
}

.text-title.dark.services {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 34px;
  font-weight: 300;
}

.wide-section {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  background-color: #edeff2;
}

._30-percent-image-column {
  position: relative;
  width: 50%;
  min-height: 600px;
}

._30-percent-image-column._1 {
  width: 40%;
  background-image: url('../images/53110461_2153676868053819_7719563304871395328_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._2 {
  width: 30%;
  background-image: url('../images/tulum_HOR.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._30-percent-image-column._2 {
  width: 40%;
  background-image: url('../images/Tulum_ruines.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._3 {
  width: 40%;
  background-image: url('../images/bebe_tortue.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-column._4 {
  width: 40%;
  background-image: url('../images/riviere3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._5 {
  width: 40%;
  background-image: url('../images/catamaran.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-column._6 {
  width: 40%;
  background-image: url('../images/chichen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._7 {
  width: 40%;
  background-image: url('../images/isla.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-column._8 {
  width: 40%;
  background-image: url('../images/Holbox_island_Mexico.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._9 {
  width: 40%;
  background-image: url('../images/muyil.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-column._10 {
  width: 40%;
  background-image: url('../images/Coba.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._11 {
  width: 40%;
  background-image: url('../images/Flamingoes_roses.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-column._12 {
  width: 40%;
  background-image: url('../images/nativa1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._13 {
  width: 40%;
  background-image: url('../images/muyil.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-column._14 {
  width: 40%;
  background-image: url('../images/bacalar2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-column._15 {
  width: 40%;
  background-image: url('../images/Dauphin_siankaan.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

.wide-section-2 {
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.wide-section-2.mobile-reverse {
  flex-direction: row;
}

.wide-section-blanche {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #edeff2;
}

._60-percent-wide-column-blanc {
  display: flex;
  width: 50%;
  justify-content: center;
}

._60-percent-wide-column-blanc.mobile-full {
  width: 60%;
  background-color: #fff;
}

.titre-excursion {
  margin-left: -25px;
  font-family: Merriweather, serif;
  color: #b64a07;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
}

.image-16 {
  margin-top: 46px;
  margin-bottom: 85px;
}

.grid {
  margin: 0px;
  padding-right: 60px;
  padding-left: 60px;
  grid-auto-flow: row;
      grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 62px auto auto auto auto;
  grid-template-rows: 62px auto auto auto auto;
}

.go-to {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.section-2 {
  padding: 40px;
  background-color: #f8f7df;
}

.link-block-2 {
  border-radius: 20px;
  background-color: #bee0fa;
}

.link-block-2:hover {
  background-color: #40aafc;
}

.link-block-3 {
  border-radius: 20px;
  background-color: #bee0fa;
}

.link-block-3:hover {
  background-color: #40aafc;
}

.link-block-4 {
  border-radius: 20px;
  background-color: #bee0fa;
}

.link-block-4:hover {
  background-color: #40aafc;
}

.link-block-5 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #bee0fa;
}

.link-block-5:hover {
  background-color: #40aafc;
}

.section-3 {
  height: 800px;
}

.slide-5 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/riviere2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._30-percent-image-maya-spa {
  position: relative;
  width: 50%;
  min-height: 600px;
}

._30-percent-image-maya-spa._1 {
  width: 40%;
  background-image: url('../images/53110461_2153676868053819_7719563304871395328_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._2 {
  width: 30%;
  background-image: url('../images/tulum_HOR.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._30-percent-image-maya-spa._2 {
  width: 40%;
  background-image: url('../images/Tulum_ruines.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._3 {
  width: 40%;
  background-image: url('../images/bebe_tortue.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._4 {
  width: 40%;
  background-image: url('../images/riviere3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._5 {
  width: 40%;
  background-image: url('../images/catamaran.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._6 {
  width: 40%;
  background-image: url('../images/chichen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._7 {
  width: 40%;
  background-image: url('../images/isla.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._8 {
  width: 40%;
  background-image: url('../images/Holbox_island_Mexico.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._9 {
  width: 40%;
  background-image: url('../images/maya_spa.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._30-percent-image-maya-spa._10 {
  width: 40%;
  background-image: url('../images/nativa1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column {
  background-color: #40aafc;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-title-2 {
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.pricing-button {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  border-radius: 3px;
  background-image: linear-gradient(180deg, #61d4b0, #3e8d67);
  transition: background-color 200ms ease;
  font-size: 16px;
  text-align: center;
}

.pricing-button:hover {
  background-image: linear-gradient(180deg, #306f5f, #306f5f);
}

.pricing-button.w--current {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pricing-description {
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 0px solid rgba(177, 194, 219, 0.8);
}

.heading-4 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.pricing-header {
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(177, 194, 219, 0.8);
  text-align: center;
}

.pricing-box {
  width: 30.5%;
  height: 525px;
  margin-bottom: 2px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 194, 219, 0.8);
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.61);
}

.pricing-box.antena {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.89);
}

.pricing-details {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.pricing-text {
  margin-bottom: 20px;
  color: #6201e0;
  font-size: 44px;
  line-height: 44px;
}

.columns {
  margin-bottom: 20px;
}

.heading-15 {
  font-family: Merriweather, serif;
}

.image-17 {
  display: block;
  margin-top: 71px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="page-loading"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="gallery-button"] {
  width: 48px;
}

html.w-mod-js *[data-ix="hero-move-up-on-load"] {
  opacity: 0;
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-up-on-load-4"] {
  opacity: 0;
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="move-right-on-load-1"] {
  opacity: 0;
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load-2"] {
  opacity: 0;
  transform: translate(40px, 0px);
}

@media screen and (max-width: 991px) {
  .menu-button {
    margin-top: 16px;
    margin-right: 0px;
  }

  .intro-small-header {
    font-size: 16px;
  }

  .menu-line {
    width: 20px;
    height: 2px;
    background-color: #222;
  }

  .slide-nav {
    padding-bottom: 48px;
  }

  .nav-menu {
    align-items: stretch;
  }

  .nav-sidebar {
    overflow: scroll;
    width: 270px;
    max-height: 100vh;
  }

  .gallery-button {
    left: 16px;
    bottom: 16px;
  }

  .home-intro {
    margin-right: 24px;
    margin-left: 24px;
  }

  .brand {
    display: none;
    width: 150px;
    padding-top: 24px;
    padding-right: 12px;
    padding-left: 8px;
  }

  .hero-social-icons {
    right: 10px;
    bottom: 16px;
  }

  .titre-cell-phone {
    font-size: 16px;
  }

  .nav-sidebar-2 {
    overflow: scroll;
    width: 270px;
    max-height: 100vh;
  }

  .menu-button-2 {
    margin-top: 16px;
    margin-right: 0px;
  }

  .button-services {
    display: block;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  ._66-percent-column {
    width: 100%;
  }

  .top-and-bottom-border {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  ._30-percent-column {
    width: 100%;
  }

  .content-section-2.bottom-padding {
    padding-top: 47px;
  }

  .texte-contenu {
    margin-top: 35px;
    font-size: 24px;
    text-align: center;
  }

  .utility-section {
    padding-top: 0px;
  }

  .section-subheading.center.off-white {
    margin-top: 36px;
    margin-bottom: -52px;
  }

  ._70-percent-wide-column {
    width: 100%;
  }

  ._70-percent-wide-column.mobile-full {
    width: 100%;
    flex-direction: row-reverse;
  }

  .text-wide-block {
    width: 75%;
    margin-top: 81px;
    margin-bottom: 101px;
  }

  .text-title.dark.services {
    margin-bottom: 38px;
    text-align: center;
  }

  .text-title.dark.services {
    margin-bottom: 38px;
    text-align: center;
  }

  ._30-percent-image-column._1 {
    width: 100%;
  }

  ._30-percent-image-column._2 {
    width: 100%;
  }

  ._30-percent-image-column._2 {
    width: 100%;
  }

  ._30-percent-image-column._3 {
    width: 100%;
  }

  ._30-percent-image-column._4 {
    width: 100%;
  }

  ._30-percent-image-column._5 {
    width: 100%;
  }

  ._30-percent-image-column._6 {
    width: 100%;
  }

  ._30-percent-image-column._7 {
    width: 100%;
  }

  ._30-percent-image-column._8 {
    width: 100%;
  }

  ._30-percent-image-column._9 {
    width: 100%;
  }

  ._30-percent-image-column._10 {
    width: 100%;
  }

  ._30-percent-image-column._11 {
    width: 100%;
  }

  ._30-percent-image-column._12 {
    width: 100%;
  }

  ._30-percent-image-column._13 {
    width: 100%;
  }

  ._30-percent-image-column._14 {
    width: 100%;
  }

  ._30-percent-image-column._15 {
    width: 100%;
  }

  .wide-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .wide-section-2.mobile-reverse {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .image-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  ._60-percent-wide-column-blanc {
    width: 100%;
  }

  ._60-percent-wide-column-blanc.mobile-full {
    width: 100%;
    flex-direction: row-reverse;
  }

  ._30-percent-image-maya-spa._1 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._2 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._2 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._3 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._4 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._5 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._6 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._7 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._8 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._9 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._10 {
    width: 100%;
  }

  .pricing-box.antena {
    margin-bottom: 11px;
  }

  .image-17 {
    display: block;
    margin-top: 79px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-separator {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .intro-small-header {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .hero-categories {
    margin-top: 16px;
    flex-wrap: wrap;
  }

  .intro-header {
    margin-top: 12px;
    margin-bottom: 16px;
    letter-spacing: 8px;
  }

  .home-intro {
    margin-right: 16px;
    margin-left: 16px;
  }

  .brand {
    display: none;
    padding-right: 16px;
    padding-left: 4px;
  }

  .titre-cell-phone {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .content-wrapper-2 {
    display: flex;
    padding-left: 23px;
    flex-direction: column;
    justify-content: center;
  }

  .heading-1.large {
    padding-top: 117px;
  }

  .button-services {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .heading-6 {
    margin-right: -71px;
    margin-left: 109px;
  }

  ._66-percent-column {
    width: 100%;
  }

  ._30-percent-column {
    width: 100%;
  }

  .content-section-2 {
    padding-top: 19px;
  }

  .content-section-2.bottom-padding {
    display: flex;
    padding-bottom: 21px;
    flex-direction: row;
  }

  .texte-contenu {
    margin-top: 44px;
    text-align: center;
  }

  .utility-section {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .section.accent {
    margin-top: 0px;
  }

  ._70-percent-wide-column {
    width: 100%;
  }

  ._70-percent-wide-column.mobile-full {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
    align-content: center;
  }

  .wide-section {
    align-content: stretch;
  }

  ._30-percent-image-column._1 {
    width: 100%;
  }

  ._30-percent-image-column._2 {
    width: 100%;
    background-position: 100% 50%;
  }

  ._30-percent-image-column._2 {
    width: 100%;
  }

  ._30-percent-image-column._3 {
    width: 100%;
  }

  ._30-percent-image-column._4 {
    width: 100%;
  }

  ._30-percent-image-column._5 {
    width: 100%;
  }

  ._30-percent-image-column._6 {
    width: 100%;
  }

  ._30-percent-image-column._7 {
    width: 100%;
  }

  ._30-percent-image-column._8 {
    width: 100%;
  }

  ._30-percent-image-column._9 {
    width: 100%;
  }

  ._30-percent-image-column._10 {
    width: 100%;
  }

  ._30-percent-image-column._11 {
    width: 100%;
  }

  ._30-percent-image-column._12 {
    width: 100%;
  }

  ._30-percent-image-column._13 {
    width: 100%;
  }

  ._30-percent-image-column._14 {
    width: 100%;
  }

  ._30-percent-image-column._15 {
    width: 100%;
  }

  .wide-section-2 {
    flex-direction: row;
  }

  .wide-section-2.mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
  }

  .wide-section-blanche {
    align-content: stretch;
  }

  ._60-percent-wide-column-blanc {
    width: 100%;
  }

  ._60-percent-wide-column-blanc.mobile-full {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
    align-content: center;
  }

  ._30-percent-image-maya-spa._1 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._2 {
    width: 100%;
    background-position: 100% 50%;
  }

  ._30-percent-image-maya-spa._2 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._3 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._4 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._5 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._6 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._7 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._8 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._9 {
    width: 100%;
  }

  ._30-percent-image-maya-spa._10 {
    width: 100%;
  }

  .heading-4 {
    font-size: 28px;
  }

  .pricing-box {
    display: block;
    width: 47%;
    margin-bottom: 50px;
  }

  .image-17 {
    display: block;
    margin-top: 84px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-separator {
    margin-bottom: 8px;
  }

  .intro-small-header {
    margin-bottom: 23px;
    font-size: 14px;
  }

  .hero-categories {
    flex-direction: column;
    align-items: center;
  }

  .intro-header {
    font-size: 38px;
    letter-spacing: 5px;
  }

  .brand {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .titre-cell-phone {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .nav-bar-section-2 {
    background-color: hsla(0, 0%, 100%, 0.72);
  }

  .hero-section-2.small.nous {
    height: 360px;
    background-position: 55% 50%;
  }

  .content-wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
  }

  .heading-1.large {
    margin-top: -1px;
    padding-top: 0px;
    font-size: 48px;
    text-align: center;
  }

  .button-services {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-6 {
    margin-left: 14px;
  }

  ._30-percent-column {
    width: 100%;
  }

  .content-section-2.bottom-padding {
    display: flex;
    padding-bottom: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .texte-contenu {
    margin-top: 29px;
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 19px;
    font-size: 18px;
    line-height: 24px;
  }

  .texte-inscription {
    font-size: 12px;
  }

  .titre-inscription {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 24px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    margin-bottom: -21px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block {
    padding: 20px 10px;
  }

  .bottom-border.more-bottom.bg-3 {
    display: block;
    margin-top: -26px;
    margin-bottom: 53px;
    padding-top: 51px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.accent {
    margin-right: 0px;
    padding: 25px 0px 2px;
  }

  .section-heading.centered.white {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._70-percent-wide-column {
    display: block;
    width: 100%;
    margin-right: -81px;
    margin-left: -28px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._70-percent-wide-column.mobile-full {
    width: 100%;
  }

  ._70-percent-wide-column.mobile-full {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-wide-block {
    width: 100%;
    margin: 69px 0px 69px 20px;
    padding-right: 20px;
  }

  .text-title.dark.services {
    font-size: 22px;
  }

  .text-title.dark.services {
    font-size: 22px;
  }

  .wide-section {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  ._30-percent-image-column {
    width: 100%;
  }

  ._30-percent-image-column._1 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._2 {
    min-height: 480px;
  }

  ._30-percent-image-column._2 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._3 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._4 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._5 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._6 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._7 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._8 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._9 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._10 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._11 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._12 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._13 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._14 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-column._15 {
    width: 100%;
    min-height: 320px;
  }

  .wide-section-2 {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .wide-section-2.mobile-reverse {
    display: flex;
    padding-left: 0px;
    flex-wrap: wrap-reverse;
  }

  .image-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .wide-section-blanche {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  ._60-percent-wide-column-blanc {
    display: block;
    width: 100%;
    margin-right: -81px;
    margin-left: -28px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._60-percent-wide-column-blanc.mobile-full {
    width: 100%;
  }

  ._60-percent-wide-column-blanc.mobile-full {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .titre-excursion {
    margin-left: 10px;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .go-to {
    font-size: 24px;
  }

  ._30-percent-image-maya-spa {
    width: 100%;
  }

  ._30-percent-image-maya-spa._1 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._2 {
    min-height: 480px;
  }

  ._30-percent-image-maya-spa._2 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._3 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._4 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._5 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._6 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._7 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._8 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._9 {
    width: 100%;
    min-height: 320px;
  }

  ._30-percent-image-maya-spa._10 {
    width: 100%;
    min-height: 320px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .pricing-box {
    width: 100%;
  }

  .pricing-box.antena {
    margin-bottom: 20px;
  }

  .heading-15 {
    font-size: 36px;
  }

  .image-17 {
    display: block;
    margin-top: 59px;
    margin-right: auto;
    margin-left: auto;
  }
}

