:root {
  --goldenrod: #cca11abf;
  --aquamarine: #00bbdfbf;
  --peru: #ca7c19bf;
  --teal: #068585bf;
  --red: #ff002fbf;
  --green-yellow: #d2e400bf;
  --black-2: #111;
  --white: white;
  --black: black;
  --royal-blue: #3b5998;
}

body {
  color: #333;
  height: 100%;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

label {
  margin-bottom: 5px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  display: block;
}

.section-hero {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.section-hero.hide {
  z-index: 10000;
  display: none;
}

.navbar {
  z-index: 1001;
  background-color: var(--goldenrod);
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  border-bottom-right-radius: 6px;
  align-items: center;
  height: 80px;
  padding-left: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.lazyload {
  z-index: 0;
  flex: 1;
  width: 100%;
  max-width: 200%;
  position: relative;
  overflow: hidden;
}

.logo-hero {
  z-index: 1;
  position: absolute;
}

.hero-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-circle {
  z-index: 1;
  background-color: #cca11abf;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
}

.div-circle.border {
  background-color: #0000;
  border: 10px dotted #fff;
  width: 1200px;
  height: 1200px;
}

.div-circle.second {
  background-color: var(--aquamarine);
  width: 1000px;
  height: 1000px;
}

.div-circle.hero {
  width: 300px;
  height: 300px;
  top: 500px;
  left: 350px;
}

.div-circle.hero.border {
  z-index: 0;
  width: 600px;
  height: 600px;
  top: -20%;
  left: 67%;
}

.div-circle.hero.border.left {
  border-color: #cca11a61;
  inset: auto 103% -31% auto;
}

.div-circle.close {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  top: 12px;
  bottom: 0;
  right: 20px;
}

.div-circle.close:hover {
  background-color: var(--peru);
  box-shadow: 0 0 20px #00000080;
}

.div-circle.close.galerie {
  background-color: var(--aquamarine);
  top: 45%;
}

.div-circle.close.galerie:hover {
  background-color: var(--teal);
}

.div-circle.close.map {
  background-color: var(--red);
  top: 20px;
}

.div-circle.footer {
  background-color: var(--aquamarine);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: static;
}

.div-circle.footer.telephone {
  background-color: var(--green-yellow);
  margin-left: 10px;
  margin-right: 0;
}

.nav-menu-2 {
  z-index: 999;
  background-color: var(--black-2);
  text-align: left;
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: nimbus-sans, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
  overflow: hidden;
}

.navlink {
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ffffff21;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  transition: color .2s, background-color .2s;
}

.navlink:hover {
  background-color: #252525;
}

.navlink.w--current {
  color: var(--goldenrod);
}

.div-hero-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-hero-content.reverse {
  flex-direction: row-reverse;
}

.div-50 {
  width: 50%;
  position: relative;
}

.div-50.section {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-50.form {
  align-items: flex-start;
  width: 48%;
}

.div-50.align-right {
  text-align: right;
}

.div-50.footer {
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-50.footer.align-right {
  justify-content: flex-end;
}

.div-hero-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  font-size: 1.45vw;
  line-height: 2vw;
  display: flex;
  position: relative;
}

.div-section-contenu {
  background-color: var(--green-yellow);
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-section-contenu.grey {
  background-color: var(--teal);
}

.div-section-contenu.purple {
  background-color: var(--red);
}

.div-section-contenu.blue {
  background-color: var(--aquamarine);
}

.div-section-contenu.gold {
  background-color: var(--peru);
}

.section-map {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.button {
  background-color: var(--goldenrod);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 10px #00000040;
}

.button:hover {
  background-color: var(--peru);
  box-shadow: 0 0 20px #00000080;
}

.button.form {
  box-shadow: none;
  cursor: pointer;
  background-color: #ff002fe6;
  align-items: center;
  width: 100%;
  font-size: 30px;
  font-weight: 400;
}

.div-map-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.section-footer {
  color: #fff;
  width: 100%;
  height: auto;
}

.div-footer-credits {
  background-color: #000;
  justify-content: center;
  width: 100%;
  padding: 25px;
  font-size: 1vw;
  display: flex;
}

.footer-link {
  color: var(--green-yellow);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.bauhem {
  color: var(--red);
}

.div-footer-info {
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-size: 1.5vw;
  line-height: 36px;
  display: flex;
}

.div-title {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.text-big {
  z-index: 1;
  color: #fff;
  letter-spacing: -20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: -7.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 14vw;
  font-weight: 700;
  line-height: 19vw;
  position: relative;
  top: 0;
  left: 0;
}

.text-float {
  z-index: 1;
  text-transform: uppercase;
  background-color: #0a0a0a63;
  border-radius: 6px;
  padding: 10px;
  font-size: 6vw;
  line-height: 5vw;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
}

.titre-navigable {
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 2.5vw;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
}

.div-paragraph {
  z-index: 1;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.6vw;
  line-height: 2.2vw;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.div-title-float {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-pattern-full {
  opacity: .18;
  filter: invert() brightness(200%);
  background-image: url('../images/motif.png'), linear-gradient(315deg, #fff, #00000070);
  background-position: 0 0, 0 0;
  position: absolute;
  inset: 0;
}

.div-pattern-full.grey {
  opacity: .15;
  filter: invert() brightness(200%) saturate(0%);
  background-image: linear-gradient(315deg, #ffffff7d, #eff7ff 83%), url('../images/motif.png');
  background-position: 0 0, 0 0;
}

.menu-boutton {
  background-color: var(--goldenrod);
  text-align: center;
  border-bottom-right-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 30px;
  margin-right: auto;
  padding: 0;
  font-size: 3vw;
  display: block;
}

.menu-boutton.w--open {
  background-color: var(--goldenrod);
}

.div-background-hero {
  filter: none;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-background-hero.blur {
  filter: none;
  flex: none;
  transform: scale(1.01);
}

.div-text-big {
  justify-content: flex-end;
  width: 0;
  display: flex;
}

.div-text-big.reverse {
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
}

.container-video {
  z-index: 1;
  background-color: var(--red);
  width: 300px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 10px #00000040;
}

.titre-video {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.div-flex-v {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 120px;
  display: flex;
}

.div-contact {
  z-index: 100;
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  width: 35%;
  display: none;
  position: fixed;
  bottom: 12%;
  right: 30px;
  box-shadow: 0 0 10px #00000040;
}

.div-contact.hide {
  display: none;
}

.div-contact-heading {
  background-color: var(--goldenrod);
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  display: flex;
  position: relative;
}

.div-contact-form {
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
}

.text-block {
  text-transform: uppercase;
}

.text-block.small {
  font-size: 1vw;
}

.form-text-field {
  background-color: #f0f0f0;
  border: 1px solid #bebebebf;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
}

.form-text-field:focus {
  border-color: var(--peru);
}

.form-text-field.textarea {
  height: 100px;
  min-height: 100px;
  max-height: 200px;
}

.form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-contact-field-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.exposant {
  font-size: 10vw;
}

.cookie-close {
  color: #00bbdf;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
}

.close-bar {
  background-color: #fff;
  border-radius: 3px;
  width: 3px;
  height: 25px;
  position: absolute;
  inset: 8px 0 0 18px;
  transform: rotate(-45deg);
}

.close-bar.right {
  transform: rotate(45deg);
}

.div-open-contact {
  z-index: 5;
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  right: 0%;
  box-shadow: 0 0 10px #00000040;
}

.div-open-contact:hover {
  box-shadow: 0 0 20px #00000080;
}

.top-line {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 4px;
  margin: 5px auto;
  position: relative;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 4px;
  margin: 5px auto;
  position: relative;
  left: 0;
  right: 0;
}

.map-button {
  background-color: var(--aquamarine);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-size: 1.45vw;
  transition: all .2s;
  box-shadow: 0 0 10px #00000040;
}

.map-button:hover {
  box-shadow: 0 0 20px #00000080;
}

.map-marker {
  width: 40%;
  margin-bottom: 25px;
}

.div-map {
  z-index: 10;
  background-color: #000000e6;
  width: 100%;
  height: 100%;
  position: fixed;
}

.div-map.hide {
  display: none;
}

.section-galerie {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}

.slider {
  height: 100%;
}

.icon {
  font-size: 22px;
  font-weight: 700;
}

.image-map {
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 80px;
  display: flex;
}

.map-zoom-help-text {
  color: #fff;
  font-size: 22px;
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.map-zoom-help-text.legend {
  text-transform: uppercase;
  margin-bottom: 25px;
  position: static;
}

.map-legend {
  text-shadow: 0 0 6px #000000bf;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 30px;
}

.legend-option {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.legend-color {
  background-color: #82b726;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.legend-color.locative {
  background-color: #e26d0d;
}

.legend-color.developpement {
  background-color: #024179;
}

.legend-color.parc {
  background-color: #587d26;
}

.legend-color.commune {
  background-color: #ff002f;
}

.section-saisons, .section-services, .section-localisation, .section-navigable, .section-terrains {
  background-color: var(--black-2);
  width: 100%;
  min-height: 100%;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.facebook-icon {
  width: 24px;
}

.facebook-icon.sticky {
  width: 32px;
}

.div-facebook-sticky {
  z-index: 5;
  background-color: var(--royal-blue);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-top-left-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.3vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0%;
  box-shadow: 0 0 10px #00000040;
}

.div-facebook-sticky:hover {
  box-shadow: 0 0 20px #00000080;
}

.facebook-text {
  font-size: 1.2vw;
  position: absolute;
  right: 60px;
}

.ville-link {
  color: var(--black-2);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 10px #00000040;
}

.ville-link:hover {
  box-shadow: 0 0 20px #00000080;
}

.slide-flex {
  width: 33.33%;
}

.mask {
  background-color: var(--black-2);
}

.image-lightbox {
  min-width: 100%;
  transition: opacity .2s;
}

.image-lightbox:hover {
  opacity: .5;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-contact-mobile {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  width: 35%;
  position: fixed;
  bottom: 15%;
  right: 30px;
  box-shadow: 0 0 10px #00000040;
}

.div-bar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.bot-field {
  display: none;
}

.p {
  font-size: 1.35vw;
  line-height: 1.65vw;
}

.close-black {
  float: right;
  filter: invert(30%);
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.div-form-float-popup {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 30px;
  position: relative;
  box-shadow: 0 0 100px #00000069;
}

.div-content {
  color: #111;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  text-decoration: none;
}

.titre-video-2 {
  color: #ed1c24;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #5d9e38bf;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 10px #00000040;
}

.button-2:hover {
  background-color: #ca7c19bf;
  box-shadow: 0 0 20px #00000080;
}

.div-50-new {
  flex: 1;
  align-items: center;
  display: flex;
}

.titre-feature {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 3.35vw;
  line-height: 3vw;
}

.titre-feature.small {
  margin-bottom: 0;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 2vw;
  line-height: 2.5vw;
}

.popup-video-container {
  z-index: 5000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  transform: translate(0, 100%);
}

.popup-video-container.cookies_consent_banner {
  background-color: #161616db;
  display: none;
  transform: translate(0, 100%);
}

.popup-video-container.cookies_consent_banner.show {
  display: flex;
  transform: none;
}

.div-flex {
  display: flex;
}

.link-chute-savane {
  text-decoration: none;
  display: block;
}

.tabs {
  color: #050505;
  background-color: #fff9;
  border-radius: 6px;
  margin-right: 10px;
}

.tabs.w--current {
  background-color: var(--red);
  color: #fff;
}

.tab-pane {
  font-size: 1.7vw;
  line-height: 2.25vw;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/IMG_6924.jpg');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.image-container.second {
  background-image: url('../images/img_1410.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-container.third {
  background-image: url('../images/IMG_8595.jpeg');
  background-position: 100%;
  background-size: cover;
}

.image-container.fourth {
  background-image: url('../images/IMG_1151-copie.jpg');
  background-position: 0%;
  background-size: cover;
  position: relative;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 7vh;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  border-right: 1px solid #181818bf;
  border-radius: 20px;
  flex: none;
  align-self: stretch;
  width: 32%;
  max-width: 32%;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  border-radius: 20px;
  flex: none;
  width: 32%;
  max-width: 32%;
  position: relative;
  overflow: hidden;
}

.new-tags {
  z-index: 1000;
  color: #fff;
  background-color: #c9da11bf;
  margin-top: 23px;
  margin-right: -39px;
  padding: 5px 43px;
  font-size: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.new-tags.developpement {
  margin-top: 70px;
  margin-right: -59px;
}

.new-tags.terrains {
  margin-top: 57px;
  margin-right: -57px;
}

.new-tags.soon {
  margin-top: 48px;
  margin-right: -51px;
}

.light {
  color: #69c534;
  font-size: 4vh;
  font-weight: 200;
}

.section-2 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-2.home {
  transform-style: preserve-3d;
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  transform: scale3d(.97, .93, 1);
}

.scroll-type {
  align-items: center;
  display: flex;
}

.card-details-wrapper {
  text-align: center;
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.row-scroll {
  justify-content: center;
  align-items: center;
  min-width: 33vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5vw;
  padding-right: 1vw;
  display: flex;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000006b, #0000 42%, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 100vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-type-wrapper {
  display: flex;
}

.logo-holder {
  z-index: 1000;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(to top, #0000004d, #fff0 16%), radial-gradient(circle farthest-side at 50% 190%, #fff0 61%, #0000004d 76%, #000000ad);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.card-4 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  border-left: 1px solid #181818bf;
  border-radius: 20px;
  flex: none;
  align-self: stretch;
  width: 32%;
  max-width: 32%;
  position: relative;
  overflow: hidden;
}

.logo {
  z-index: 200;
  border-radius: 20px;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 20px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.light-2 {
  color: #69c534;
  font-size: 4vh;
  font-weight: 200;
}

.card-details-wrapper-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
}

.logo-2 {
  z-index: 200;
  border-radius: 20px;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 20px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  border-left: 1px solid #2f420fbf;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  align-self: stretch;
  max-height: 50vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-type-wrapper-2 {
  z-index: 1000;
  display: flex;
  position: relative;
}

.image-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.logo-holder-2 {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(0deg, #0000004d, #fff0 16%), radial-gradient(circle farthest-side at 50% 190%, #fff0 61%, #0000004d 76%, #000000ad);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.divider-scroll-2 {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.main-heading-2 {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 6vh;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.card-inner-2 {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000006b, #0000 42%, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-bottom: 10%;
  text-decoration: none;
  display: flex;
  position: relative;
}

html.w-mod-js [data-ix="wait-appear"] {
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  .section-hero.hide {
    height: auto;
    display: block;
    position: relative;
  }

  .lazyload {
    display: inline-block;
  }

  .div-circle.hero.border {
    opacity: .5;
  }

  .div-circle.close.galerie {
    top: 35%;
  }

  .nav-menu-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .div-hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    position: static;
  }

  .div-hero-content.reverse {
    flex-direction: column-reverse;
  }

  .div-50 {
    width: 100%;
  }

  .div-50.section {
    height: auto;
  }

  .div-hero-info {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 150%;
  }

  .section-map {
    max-height: none;
  }

  .button.form {
    font-size: 30px;
  }

  .div-footer-credits {
    font-size: 14px;
  }

  .div-footer-info {
    font-size: 20px;
  }

  .div-title.merci {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-big {
    letter-spacing: -10px;
    margin-top: auto;
    padding-right: 25px;
    font-size: 150px;
  }

  .text-float {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 150%;
  }

  .titre-navigable {
    font-size: 24px;
    line-height: 150%;
  }

  .div-paragraph {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .div-title-float {
    justify-content: center;
  }

  .div-text-big {
    width: auto;
  }

  .div-contact {
    width: 60%;
    bottom: 15%;
  }

  .exposant {
    font-size: 100px;
  }

  .cookie-close {
    width: 30px;
    height: 30px;
  }

  .close-bar {
    height: 30px;
    top: 0;
    left: 14px;
  }

  .div-open-contact {
    font-size: 18px;
    top: 0;
    right: 0%;
  }

  .map-button {
    padding: 20px;
    font-size: 24px;
    line-height: 150%;
  }

  .slider {
    height: auto;
    display: block;
    position: relative;
  }

  .section-saisons, .section-services {
    flex-direction: column;
    max-height: none;
    display: flex;
  }

  .section-localisation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    max-height: none;
    display: flex;
  }

  .section-navigable, .section-terrains {
    flex-direction: column;
    max-height: none;
    display: flex;
  }

  .section-container {
    display: block;
  }

  .div-facebook-sticky {
    justify-content: center;
    width: 80px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .slide-flex {
    width: 33.3333%;
  }

  .image-lightbox {
    transition: all .2s;
  }

  .image-lightbox:hover {
    opacity: .5;
  }

  .div-contact-mobile {
    width: 60%;
    bottom: 15%;
  }

  .p {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .close-black {
    cursor: pointer;
  }

  .div-form-float-popup {
    width: 90%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titre-feature {
    font-size: 4vw;
    line-height: 5vw;
  }

  .popup-video-container {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    inset: 0;
  }

  .main-heading {
    line-height: 1em;
  }

  .card-1 {
    flex: 0 auto;
    width: auto;
    max-width: none;
    height: 32vh;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .card-2 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 32vh;
  }

  .section-2 {
    flex-direction: column;
    justify-content: space-around;
  }

  .section-2.home {
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .logo-holder {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-4 {
    flex: 0 auto;
    width: auto;
    max-width: none;
    height: 32vh;
  }

  .card-3 {
    flex: 0 auto;
  }

  .scroll-type-wrapper-2 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .logo-holder-2 {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-heading-2 {
    line-height: 1em;
  }

  .card-inner-2 {
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
  }

  .div-circle.hero.border {
    left: 400px;
  }

  .div-circle.hero.border.left {
    bottom: 0;
    right: 400px;
  }

  .div-circle.close.map {
    top: 10%;
  }

  .div-circle.footer.telephone {
    margin-left: 0;
    margin-right: 10px;
  }

  .div-50.footer {
    justify-content: center;
  }

  .div-50.footer.align-right {
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 20px;
  }

  .div-hero-info {
    width: 80%;
    font-size: 18px;
    line-height: 140%;
  }

  .div-footer-info {
    flex-direction: column;
  }

  .div-title {
    padding-bottom: 10px;
  }

  .text-big {
    padding-right: 20px;
    font-size: 125px;
  }

  .text-float {
    font-size: 40px;
  }

  .titre-navigable {
    font-size: 25px;
    line-height: 120%;
  }

  .menu-boutton {
    border-bottom-right-radius: 0;
    height: 60px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .div-contact {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    inset: 15% 0 auto;
  }

  .div-open-contact {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    inset: auto auto 0 0%;
  }

  .top-line, .middle-line, .bottom-line {
    border-radius: 3px;
  }

  .map-marker {
    width: 30%;
  }

  .map-legend {
    padding-bottom: 33px;
    padding-left: 30px;
    inset: auto 30px 0;
  }

  .ville-link {
    margin-bottom: 10px;
  }

  .slide-flex {
    width: 50%;
  }

  .div-contact-mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    inset: 15% 0 auto;
  }

  .div-bar {
    height: 60px;
  }

  .p {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .close-black {
    z-index: 1000;
  }

  .div-form-float-popup {
    padding-top: 1px;
    padding-bottom: 20px;
  }

  .div-content {
    padding-right: 0;
  }

  .titre-video-2 {
    font-size: 24px;
  }

  .div-50-new {
    flex: 0 auto;
    max-height: 50vw;
    position: relative;
    overflow: hidden;
  }

  .div-50-new.first {
    max-height: none;
  }

  .titre-feature {
    font-size: 9vw;
    line-height: 10vw;
  }

  .titre-feature.small {
    font-size: 4vw;
    line-height: 4vw;
  }

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

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .section-2 {
    flex-direction: column;
  }

  .image-wrapper-2 {
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    width: 100%;
    height: 60px;
  }

  .div-circle.close {
    display: none;
  }

  .div-circle.close.galerie {
    display: flex;
  }

  .div-circle.close.map {
    display: flex;
    top: 70px;
  }

  .nav-menu-2 {
    margin-top: 60px;
    padding-top: 10px;
  }

  .div-50.form {
    width: 100%;
  }

  .div-50.align-right {
    text-align: center;
  }

  .div-50.footer {
    flex-direction: column;
  }

  .div-50.footer.align-right {
    flex-direction: column-reverse;
  }

  .div-50.credits {
    text-align: center;
    margin-bottom: 10px;
  }

  .div-hero-info {
    width: 90%;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 141%;
  }

  .button {
    margin-top: 15px;
    padding: 15px;
  }

  .button.w--current {
    color: #fff;
  }

  .div-footer-credits {
    flex-direction: column;
    align-items: center;
  }

  .div-title {
    padding-bottom: 30px;
  }

  .text-big {
    letter-spacing: -5px;
    margin-top: -9px;
    margin-bottom: 15px;
    font-size: 75px;
  }

  .text-float {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .titre-navigable {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .div-paragraph {
    font-size: 6vw;
    line-height: 7vw;
  }

  .menu-boutton {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .div-flex-v {
    justify-content: flex-start;
  }

  .div-contact {
    box-shadow: none;
    width: 100%;
    padding-top: 70px;
    display: block;
    position: relative;
    top: 0%;
  }

  .div-contact-heading {
    color: var(--black-2);
    background-color: #ffffffbf;
    font-size: 30px;
  }

  .div-contact-field-container {
    flex-direction: column;
  }

  .exposant {
    font-size: 60px;
  }

  .div-open-contact {
    flex-direction: column;
    height: 60px;
    padding-top: 20px;
  }

  .map-button {
    font-size: 16px;
  }

  .map-zoom-help-text.legend {
    margin-bottom: 21px;
    font-size: 18px;
  }

  .map-legend {
    background-color: #111111d9;
    flex-direction: column;
    padding: 20px 17px 20px 60px;
    inset: auto 0 -160px;
  }

  .legend-option {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .legend-color {
    width: 15px;
    height: 15px;
  }

  .div-facebook-sticky {
    width: 60px;
    height: 60px;
  }

  .ville-link {
    padding: 5px 10px;
  }

  .slide-flex {
    width: 100%;
  }

  .mobile-hero {
    margin-top: 60px;
    display: block;
  }

  .mobile-hero.merci {
    margin-top: 0;
  }

  .div-contact-mobile {
    z-index: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding-top: 20px;
    position: relative;
  }

  .tablet-hero {
    margin-top: 60px;
    display: block;
  }

  .p {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .close-black {
    width: 55px;
    height: 55px;
  }

  .div-form-float-popup {
    width: 95%;
    padding: 0 14px 14px;
  }

  .titre-video-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .button-2 {
    margin-top: 15px;
    padding: 15px;
  }

  .button-2.w--current {
    color: #fff;
  }

  .titre-feature {
    font-size: 10vw;
    line-height: 11vw;
  }

  .titre-feature.small {
    font-size: 5vw;
    line-height: 5vw;
  }

  .popup-video-container {
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .tabs {
    border-radius: 6px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 12px;
    line-height: 24px;
  }

  .small-text {
    font-size: 9px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .main-heading {
    text-align: left;
    font-size: 3vh;
    line-height: 1.2em;
  }

  .card-1 {
    flex: 0 auto;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .divider-scroll {
    flex: none;
    width: 2px;
  }

  .card-2 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
  }

  .new-tags.terrains {
    margin-top: 33px;
    margin-right: -78px;
    transform: scale(.7)rotate(45deg);
  }

  .new-tags.soon {
    margin-top: 27px;
    margin-right: -71px;
    transform: scale(.7)rotate(45deg);
  }

  .section-2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 3rem;
    display: flex;
  }

  .section-2.home {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .card-details-wrapper {
    margin-top: -15px;
    padding-bottom: 11%;
  }

  .card-inner {
    z-index: 1000;
    min-height: auto;
    max-height: 37%;
    padding-right: 10%;
    display: block;
  }

  .scroll-type-wrapper {
    margin-top: -21px;
    margin-bottom: 11px;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .logo-holder {
    background-image: linear-gradient(to top, #0000004d, #fff0 16%), radial-gradient(circle farthest-side at 50% 0, #fff0 61%, #0000004d 76%, #000000ad);
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-4 {
    flex: 0 auto;
    width: 100%;
  }

  .logo {
    max-height: 50%;
    margin-left: 0;
    padding-top: 20px;
  }

  .light-2 {
    font-size: 3vh;
  }

  .card-details-wrapper-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-2 {
    max-height: 90%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .card-3 {
    flex: 0 auto;
    width: 100%;
  }

  .scroll-type-wrapper-2 {
    margin-top: -21px;
    margin-bottom: 17px;
    display: block;
  }

  .image-wrapper-2 {
    background-image: none;
  }

  .logo-holder-2 {
    text-align: center;
    background-image: linear-gradient(0deg, #0000004d, #fff0 16%), radial-gradient(circle farthest-side at 50% 0, #fff0 61%, #0000004d 76%, #000000ad);
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    inset: 0% 0% auto;
  }

  .main-heading-2 {
    font-size: 3vh;
    line-height: 1.2em;
    display: none;
  }

  .card-inner-2 {
    min-height: auto;
    display: flex;
  }
}


