@font-face {
  font-family: John Mayer;
  src: url('../fonts/John-Mayer.ttf') format("truetype"), url('../fonts/John-Mayer.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --gainsboro: #e4e2dc;
  --dark-slate-grey: #182f23;
  --vert-elian: #101e18;
  --blanc: white;
  --tan: #ac9660;
  --nouveau-vert: #112b2a;
  --green-2: #9a9887;
  --midnight-blue: #142944;
  --dim-grey: #87705c;
  --light-grey: #d2cbc0;
  --beige: #c6c2b7;
  --section-offset: 220px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--gainsboro);
  color: #333;
  font-family: Firasans;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.side-nav {
  z-index: 3;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 100vh;
  display: flex;
  position: fixed;
}

.section {
  outline-color: var(--dark-slate-grey);
  outline-offset: 0px;
  color: #796a45;
  outline-width: 1px;
  outline-style: none;
  height: 100vh;
  max-height: 100vh;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.section.footer {
  background-color: var(--gainsboro);
  color: #fff;
  background-image: none;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 50px;
  display: flex;
}

.section.home-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.slider {
  background-color: #fff;
}

.section._1er {
  background-color: #efece3;
  background-image: linear-gradient(#efece359, #efece359), url('../images/montagne-1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.backgroung {
  background-color: #e4e2dc00;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.section.white {
  background-color: #fff;
  flex-direction: column;
  padding-left: 0;
}

.section._3e {
  background-color: #efece3;
  background-image: url('../images/village-blanc.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
}

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

.section.full.quartier {
  background-image: url('../images/IMG_5793.jpg');
}

.section.background2 {
  background-color: #e4e2dc00;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.section.whitemap {
  background-color: #fff;
  flex-direction: column;
  padding-left: 0;
}

.section.header {
  background-image: url('../images/3r.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.section.image {
  height: 100vh;
  max-height: 100vh;
}

.section.sous-header {
  background-color: var(--vert-elian);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.sous-header.leed {
  display: none;
}

.section.sous-header2 {
  background-color: var(--blanc);
  display: flex;
}

.section.espacecommuns {
  height: 120vh;
  max-height: 120vh;
}

.section.new {
  background-color: var(--blanc);
  -webkit-text-stroke-color: var(--blanc);
  height: auto;
  max-height: 90vh;
}

._2-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: 100%;
  display: grid;
}

._2-col-grid.gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.main-logo {
  z-index: 2;
  width: 300px;
  display: none;
  position: absolute;
  inset: 60px auto auto 140px;
}

.main-logo.lessmargin {
  top: 0;
}

.section-img {
  object-fit: cover;
  background-color: #fff;
  width: auto;
  height: 100%;
  display: block;
}

.section-img.full {
  object-fit: cover;
}

.section-img.margin {
  background-color: #fff;
  background-image: url('../images/montagnes-background.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 5vw 3vw;
}

.section-img.margin.pommes {
  padding: 10vw;
}

.section-content-wrap {
  background-color: var(--blanc);
  outline-color: var(--dark-slate-grey);
  outline-offset: 0px;
  color: #fff;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
}

.section-content-wrap.vi-section {
  background-color: var(--tan);
  background-image: linear-gradient(80deg, #ac966099, #ac9660 50%), url('../images/Gold5Leaf.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, auto;
  align-items: center;
  height: 100%;
}

.section-content-wrap.vi-section.blue {
  background-color: var(--nouveau-vert);
  background-image: radial-gradient(circle at 0 100%, #0b1727bf, #fff0);
}

.section-content-wrap.vi-section.blue.contact {
  background-image: radial-gradient(circle at 0 100%, #0b1727bf, #fff0), linear-gradient(#0000, #0000);
  padding-top: 0;
  padding-bottom: 0;
}

.section-content-wrap.beige {
  background-color: var(--gainsboro);
  padding-left: 80px;
  padding-right: 80px;
}

.section-content-wrap.green {
  background-color: var(--nouveau-vert);
}

.section-content-wrap.white {
  color: var(--nouveau-vert);
  background-color: #fff;
}

.section-content-wrap.green-2 {
  background-color: var(--green-2);
}

.menu-button {
  z-index: 3;
  color: #fff;
  background-color: #0000004d;
  border: 2px #fff;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 20px 20px auto auto;
}

.menu-button:hover {
  border-color: var(--tan);
  background-color: var(--tan);
}

.menu-wrap {
  z-index: 2000;
  background-color: var(--tan);
  background-image: linear-gradient(205deg, #ac9660 65%, #ac966040), url('../images/Gold.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 80px 40px 60px 60px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: -2px 0 7px 11px #00000026;
}

.menu-link {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.menu-link:hover {
  color: var(--midnight-blue);
}

.menu-close {
  cursor: pointer;
  object-fit: contain;
  width: 15px;
  height: 15px;
  transition: all .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.menu-close:hover {
  filter: invert();
}

.menu-icon {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.arrow-up {
  color: #fff;
  cursor: pointer;
  flex: none;
  margin-top: 60px;
  font-size: 24px;
  line-height: 24px;
  transition: all .2s;
  position: absolute;
  inset: 60px 0% auto;
  transform: rotate(90deg);
}

.arrow-up:hover {
  color: var(--dim-grey);
}

.arrow-down {
  color: #fff;
  cursor: pointer;
  flex: none;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 24px;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 60px;
  transform: rotate(-90deg);
}

.arrow-down:hover {
  color: var(--dim-grey);
}

.section-title {
  color: #fff;
  padding-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
}

.button-wrap {
  padding-top: 20px;
}

.button {
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  width: 275px;
  padding: 12px 20px;
  transition: all .2s;
}

.button:hover {
  color: #132944;
  background-color: #fff;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  display: grid;
}

.field-wrap._1-col {
  display: block;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 35px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: var(--nouveau-vert);
}

.text-field::placeholder {
  color: #fff;
}

.form-block {
  width: 850px;
  max-width: 850px;
  padding-left: 40px;
  padding-right: 40px;
}

.divider {
  background-color: #fff9;
  width: 90%;
  height: 1px;
  margin: 10px auto 20px;
}

.footer-info {
  margin-top: 25px;
  font-size: 12px;
  line-height: 14px;
}

.padding-block---mobile {
  display: none;
}

.loading-overlay {
  z-index: 9999;
  background-color: #1c2e2c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottiemenu {
  height: 200px;
}

.hero-bg-video {
  z-index: 0;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.logo:hover {
  opacity: .77;
}

.text-block {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border: 1px solid var(--tan);
  background-color: var(--tan);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 67px;
  display: grid;
  position: relative;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.map2 {
  height: 100%;
}

.text-field-questions {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-field-questions::placeholder {
  color: #fff;
}

.html-embed-adintel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imageoverlay {
  width: 300px;
}

.link-block {
  z-index: 347;
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
  position: absolute;
  inset: 4.5% 14% auto auto;
}

.text-field-name {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.text-field-name::placeholder {
  color: #fff;
}

.divpopup {
  z-index: 89999;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #000000a8;
  background-clip: border-box;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.container-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.menu-link-plans {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.menu-link-plans:hover {
  color: var(--midnight-blue);
}

._404 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 300;
  line-height: 38px;
}

.html-embed-2 {
  display: none;
}

.footer {
  text-align: center;
  background-image: linear-gradient(#142944f2, #142944f2), url('../images/footer-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 3px solid #ae9861;
  min-height: 300px;
}

.arrow-button {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.arrow-button:hover {
  opacity: .7;
}

.mask {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #c37474;
}

.link-5.w--current {
  color: #fff;
}

.div-block-header {
  z-index: 1;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.align-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-logo {
  width: 30vw;
  margin-bottom: 25px;
}

.video-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 65vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-video {
  border-radius: 0;
}

.align-center-3 {
  text-align: center;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section-title---main {
  color: var(--vert-elian);
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-title---main.white {
  color: #fff;
  margin-bottom: 0;
}

.section-title---main.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title---main.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.section-title---main.dark.header {
  margin-bottom: 0;
}

.section-title---main.brown {
  color: var(--dim-grey);
}

.section-title---main.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-title---main.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.section-title---main.padding-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.centeredparagraph {
  color: var(--vert-elian);
  text-align: justify;
  text-transform: none;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.centeredparagraph.tan {
  color: var(--tan);
  font-size: 1.5vw;
}

.section-line-wrap {
  height: 12vh;
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
}

.section-line {
  background-color: #87705c;
  width: 1px;
  height: 12vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 2vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.feature-item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 50px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.feature-icon {
  object-fit: contain;
  width: 4vw;
  height: 4vw;
  margin-bottom: 10px;
}

.feature-title {
  color: var(--vert-elian);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
}

.image-95 {
  opacity: .9;
  width: 15px;
}

.hidden {
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 45px;
  display: flex;
}

.full-silder-arrow {
  background-color: #e4e2dcbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 66px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.full-silder-arrow.next {
  background-color: #e4e2dcbf;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 66px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.full-silder-arrow.hidden {
  margin-left: 0;
  display: none;
}

.full-section-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.full-slide-img {
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
}

.section-title-8 {
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.section-subtitle-7 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.centeredparagraph-2 {
  max-width: 500px;
  font-family: Neuemontreal, sans-serif;
  font-size: 2.5vh;
  font-weight: 400;
  line-height: 3.5vh;
}

.button-wrap-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vh;
  display: flex;
}

.section-content-wrap-green {
  background-color: var(--dark-slate-grey);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 50px;
  display: flex;
}

._2-col-grid-green {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 100vh;
  display: grid;
}

.section-content-wrap-white {
  background-color: var(--gainsboro);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 50px;
  display: flex;
}

.div-block-5 {
  margin-top: 60px;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.align-center-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.section-title-9 {
  margin-top: 0;
  margin-bottom: 100px;
  font-family: John Mayer, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.section-title-9.big-one {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 32px;
}

.section-absolute-bg {
  z-index: -1;
  object-fit: cover;
  background-image: url('../images/Screenshot-2023-09-17-150258.png');
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._2-col-grid-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gainsboro);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.submit-button-5 {
  color: #87705c;
  text-transform: uppercase;
  background-color: #87705c00;
  border: 1px solid #87705c;
  width: 250px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.submit-button-5:hover {
  color: #fff;
  background-color: #182f23;
  border-color: #182f23;
}

.form {
  flex-direction: column;
  width: 700px;
  display: flex;
}

._1habitant {
  color: #132c22;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._1habitant:active {
  color: #4f0a2900;
  background-color: #5e1c1c00;
}

._1habitant:focus {
  color: #132c22;
}

._1habitant::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

._2habitants {
  color: #132c22;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._2habitants:active {
  color: #4f0a2900;
  background-color: #5e1c1c00;
}

._2habitants:focus {
  color: #132c22;
}

._2habitants::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.column-22 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.section-line-wrap-2 {
  height: 120px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.radio-button-locataire {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-size: 18px;
  display: flex;
}

.columns-locataires {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.form-field {
  color: #0a2c21;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.form-field:active {
  color: #132c22;
  background-color: #5e1c1c00;
}

.form-field:focus {
  color: #132c22;
}

.form-field::placeholder {
  color: #132c22;
  background-color: #27101000;
}

.form-field.select {
  color: #0a2c21;
  border-bottom-color: #132c22;
  height: 25px;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
}

.form-field.select:active {
  background-color: #5e1c1c00;
}

.form-field.select:focus {
  color: #0a2c21;
}

.titre-habitation {
  color: #0a2c21;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.radio-button {
  color: #bbb;
  font-size: 45px;
}

.field-wrap-3 {
  padding-bottom: 10px;
}

.field-wrap-3._2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.titre-locataires {
  color: #132c22;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.radio-button-label {
  color: var(--vert-elian);
  padding-left: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.section-subtitle---main {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.section-subtitle---main.dark {
  color: var(--nouveau-vert);
}

.align-center-9 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-title-13 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 12vh;
  font-family: John Mayer, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.feature-item-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.footer-text {
  color: var(--gainsboro);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.footer-logo {
  width: 260px;
  margin-bottom: 0;
}

.footer-legal {
  color: var(--gainsboro);
  text-align: center;
  text-transform: none;
  padding: 20px;
  font-family: Neuemontreal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.full-slide-img-2, .full-slide-img-3 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100vh;
}

.full-slide-img-4 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
}

.full-slide-img-5, .full-slide-img-6, .full-slide-img-7 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100vh;
}

.full-slide-img-8, .full-slide-img-9 {
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  height: 100vh;
}

.full-slide-img-10, .full-slide-img-11 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100vh;
}

.section-img-white {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.section-img-white.mobile {
  background-color: #fff;
  padding: 5vw;
}

.link-block-2 {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-2.w--current {
  height: 6px;
}

.bouton {
  color: #87705c;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #87705c;
  width: auto;
  margin-top: 0;
  padding: 10px 30px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
  transition: all .2s;
}

.bouton:hover {
  color: #fff;
  background-color: #182f23;
}

.bouton.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bouton.white {
  color: #fff;
  border-color: #fff;
}

.halfgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
}

.mapsection {
  background-image: linear-gradient(to right, #dcdcdc 3%, #fff0 3%), linear-gradient(270deg, var(--gainsboro) 3%, #fff0 3%), linear-gradient(to bottom, gainsboro 2%, #fff0 2%), linear-gradient(to bottom, #0000 98%, gainsboro 98%), url('../images/MapFullSize.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 75% 75%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  height: 100%;
}

.applevideo {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.big-white-text {
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  display: inline;
}

.footer-grid {
  grid-template-rows: auto;
  height: 100%;
  padding-top: 5vw;
}

.slidemaster {
  width: 100%;
  height: 100%;
}

.hero-subtitle-merci {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 50px;
  font-family: John Mayer, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.bouton-blanc {
  border: 1px solid var(--tan);
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 6px 30px;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.bouton-blanc:hover {
  color: #fff;
  background-color: #182f23;
}

.bouton-blanc.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.form-rsvp {
  flex-direction: column;
  justify-content: flex-start;
  width: 575px;
  max-width: 800px;
  display: flex;
}

.hero-subtitle-rsvp {
  color: var(--gainsboro);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: John Mayer, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.form-field-rsvp {
  color: #0a2c21;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.form-field-rsvp:active {
  color: #132c22;
  background-color: #5e1c1c00;
}

.form-field-rsvp:focus {
  color: #132c22;
}

.form-field-rsvp::placeholder {
  color: #132c22;
  background-color: #27101000;
}

.form-field-rsvp.select-rsvp {
  color: #0a2c21;
  border-bottom-color: #132c22;
  height: 25px;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
}

.form-field-rsvp.select-rsvp:active {
  background-color: #5e1c1c00;
}

.form-field-rsvp.select-rsvp:focus {
  color: #0a2c21;
}

.section-rsvp {
  background-color: var(--nouveau-vert);
  color: var(--gainsboro);
  background-image: url('../images/Aera_Header_2023-12.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.paradraph-rsvp {
  max-width: 550px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: Neuemontreal, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.paradraph-rsvp-first {
  max-width: 600px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: Neuemontreal, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.section-3 {
  background-image: url('../images/Aera_Texture_Florale_Gris_Pale_2023-12.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.header-rsvp {
  color: var(--nouveau-vert);
  font-size: 40px;
  font-style: normal;
  line-height: 40px;
}

.big-white-text-rsvp {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  display: inline;
}

.align-center-rsvp {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: block;
}

.align-center-form {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section-title-form {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 800px;
  margin: 10px auto 50px;
  font-family: John Mayer, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.submit-button-rsvp {
  color: #87705c;
  text-transform: uppercase;
  background-color: #87705c00;
  border: 1px solid #87705c;
  width: 250px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.submit-button-rsvp:hover {
  color: #fff;
  background-color: #182f23;
  border-color: #182f23;
}

.image-96 {
  height: 90vh;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-8-accueil {
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.popup {
  z-index: 9990;
  text-align: center;
  background-color: #000000a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.insidepopup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 750px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  margin-right: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.xclose-2 {
  z-index: 20000;
  float: right;
  clear: right;
  border: 1px solid var(--nouveau-vert);
  color: var(--nouveau-vert);
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 6px 2px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
  position: static;
  inset: auto 0% 248px auto;
}

.image-popup {
  text-align: center;
  cursor: pointer;
}

.phone {
  color: var(--gainsboro);
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  min-width: 80vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-container {
  z-index: 99;
  background-color: #eeece7;
  border-bottom: 1px #08262a1a;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Neuemontreal, sans-serif;
  font-weight: 300;
  display: flex;
}

.navbar-container.secondary {
  z-index: 98;
  background-color: #112b2a;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 80px 0% auto;
}

.navbar-container.primary {
  background-color: #fff;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-button {
  color: #264c51;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 14px 24px;
  font-weight: 400;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 20px 200px #0000;
}

.nav-button:hover {
  color: #fff;
  background-color: #dbbcac;
  border-color: #dbbcac;
  box-shadow: inset 0 0 20px 200px #0000000d;
}

.nav-button.small {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.nav-button.small.outline {
  color: #104041;
  border-color: #104041;
  flex: none;
  text-decoration: none;
}

.navbar-brand {
  width: 200px;
  padding-left: 0;
}

.navbar-brand.w--current {
  width: 200px;
}

.navbar-left-content, .navbar-right-content-wrapper {
  align-items: center;
  display: flex;
}

.navbar-right-item {
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.nav-logo-primary {
  width: 125px;
}

.nav-menu {
  margin-left: 36px;
}

.nav-link {
  color: #104041;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .65;
}

.nav-link.w--current {
  color: #104041;
}

.nav-link.secondary {
  color: #fff;
}

.navbar-right-content {
  align-items: center;
  display: flex;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-copy {
  color: #104041;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-weight: 600;
  transition: opacity .2s;
}

.nav-link-copy:hover {
  opacity: .65;
}

.nav-link-copy.w--current {
  color: #104041;
}

.nav-link-copy.text-white-copy {
  display: none;
}

.nav-link-copy.text-white-copy.w--current {
  color: #fff;
}

.second-nav-button {
  color: #fff;
  text-align: center;
  margin-left: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 20px 200px #0000;
}

.second-nav-button:hover {
  color: var(--light-grey);
  border-color: #dbbcac;
  box-shadow: inset 0 0 20px 200px #0000000d;
}

.header-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.section-offset-container {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-offset-container.vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-offset-container.offset-both-navbar {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-offset-container.slider-padding {
  background-image: url('../images/wy8LSpPk.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.section-offset-container.bg-1 {
  background-image: linear-gradient(#e4e2dc3d, #e4e2dc3d), url('../images/village-blanc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-img-wrap {
  background-color: #fff;
  background-image: url('../images/DSC09468.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.absolute-section-img {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.absolute-section-img.dark-bg {
  background-color: var(--nouveau-vert);
  padding: 10%;
}

.container {
  padding-left: 10vw;
  padding-right: 10vw;
}

.container._60-width {
  width: 60%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.slider-relative-wrap {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-right, .footer-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo-secondary {
  width: 200px;
}

.padding-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-title---main {
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4vw;
}

.header-title---main.white {
  color: #fff;
}

.arrows-list-wrap {
  text-align: left;
  width: 80%;
}

.arrows-list-wrap._2-column {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.arrow-list-item {
  border-bottom: 1px solid #fff;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.25vw;
  display: flex;
}

.arrow-list-item.brown {
  border-bottom-color: var(--dim-grey);
  color: var(--dim-grey);
}

.arrow-icon {
  object-fit: contain;
  width: .75vw;
  height: 1vw;
  margin-top: 4px;
  margin-right: 10px;
}

.normal-text {
  font-family: Neuemontreal, sans-serif;
}

.form-field-2 {
  color: var(--vert-elian);
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.form-field-2:active {
  color: #132c22;
  background-color: #5e1c1c00;
}

.form-field-2:focus {
  color: #132c22;
}

.form-field-2::placeholder {
  color: #132c22;
  background-color: #27101000;
}

.form-field-2.select {
  color: var(--vert-elian);
  border-bottom-color: #132c22;
  height: 30px;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  display: block;
}

.form-field-2.select:active {
  background-color: #5e1c1c00;
}

.form-field-2.select:focus {
  color: #0a2c21;
}

.form-field-2.select.loyer {
  display: block;
}

.field-wrap-4 {
  padding-bottom: 10px;
}

.field-wrap-4._2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.titre-informations {
  color: #0a2c21;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.radio-button-label-2 {
  color: #132c22;
  padding-left: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.titre-habitation-2 {
  color: #0a2c21;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.titre-locataires-2 {
  color: var(--vert-elian);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.column-23 {
  text-align: left;
  display: flex;
}

.columns-locataires-2 {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.submit-button-6 {
  color: #fff;
  background-color: #87705c;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.submit-button-6:hover {
  color: #87705c;
  background-color: #fff;
}

.radio-button-locataire-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  font-size: 18px;
  display: flex;
}

.form-3 {
  flex-direction: column;
  width: 700px;
  display: flex;
}

.hero-slide-arrow {
  z-index: 99999;
  opacity: 0;
  display: block;
}

.hero-slide-arrow.show {
  color: #fff;
  position: absolute;
  overflow: visible;
}

.hero-slide-nav {
  opacity: 0;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
}

.image-slide-container-3r {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-slide-container-3r.slide-1-3r {
  background-image: url('../images/q3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-slide-container-3r.slide-1-3r.pers4-3r {
  background-image: linear-gradient(#132c2233, #132c2233), url('../images/3r.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-26 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: John Mayer, sans-serif;
  font-size: 26px;
  display: flex;
}

.icon-6.show2 {
  color: #fff;
}

.hero-slider-3r-2 {
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.main-hero-3r {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-line-down {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-33 {
  z-index: 1;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-34 {
  border-bottom: 1px solid #fff;
  width: 90%;
  max-width: none;
  margin-bottom: 11px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-35 {
  width: 100%;
  padding-left: 0;
  display: flex;
}

.container-9 {
  color: var(--gainsboro);
  text-align: center;
  max-width: 768px;
  font-family: Neuemontreal, sans-serif;
  font-weight: 300;
}

.bold-text {
  font-size: 24px;
  font-weight: 400;
}

.s {
  background-image: url('../images/Final_cam_015.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.section-offset-container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-col-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e4e2dc;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.align-center-10 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content-wrap-4 {
  background-color: var(--beige);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0%;
  display: flex;
}

.footer-left-2 {
  width: 100%;
}

.text-block-2 {
  color: #e4e2dc;
  margin-top: 50px;
  font-family: Neuemontreal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.image-103 {
  max-width: 90%;
}

.section-content-wrap-6 {
  background-color: var(--gainsboro);
  color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  display: flex;
}

.footer-text-2 {
  color: #e4e2dc;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.footer-logo-2 {
  width: 300px;
  margin-bottom: 0;
}

.image-102 {
  max-width: 100%;
  margin-left: 0;
  padding: 50px;
}

.align-center-11 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-3 {
  width: 200px;
  margin-bottom: 0;
}

.footer-left-3 {
  width: 100%;
}

.footer-text-3 {
  color: var(--vert-elian);
  letter-spacing: .5px;
  text-transform: none;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.text-block-27 {
  color: var(--vert-elian);
  text-align: center;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

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

.slide-1 {
  background-image: url('../images/a16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Final_cam_015.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/a3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/a4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/a5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/a6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/a7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/a8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/a9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/a10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  height: 100vh;
}

.slide-1-3 {
  background-image: url('../images/a11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/a12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/a13.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/a14.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/a15.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-3 {
  height: 100%;
}

.slide-10 {
  background-image: url('../images/3R-HD--1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/3R-HD--2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/3R-HD--3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/3R-HD--4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/3R-HD--5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/3R-HD--6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/3R-HD--7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/3R-HD--8.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow, .right-arrow-2 {
  display: flex;
}

.left-arrow-2 {
  display: none;
}

.section-4 {
  height: 100vh;
}

.slider-1 {
  height: 100%;
}

.slide-18 {
  background-image: url('../images/Final_cam_015.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/a3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/a4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/a5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/a6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/a7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/a8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/a9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/a10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/a11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/a12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-11 {
  background-image: url('../images/a13.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-12 {
  background-image: url('../images/a14.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-13 {
  background-image: url('../images/a15.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-14 {
  background-image: url('../images/a16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1a {
  background-image: url('../images/a1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2a {
  background-image: url('../images/Final_cam_015.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-3a {
  background-image: url('../images/a3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4a {
  background-image: url('../images/a4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5a {
  background-image: url('../images/a5.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-6a {
  background-image: url('../images/a6.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-7a {
  background-image: url('../images/a11.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-8a {
  background-image: url('../images/a13.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9a {
  object-position: 50% 100%;
  background-image: url('../images/a9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10a {
  background-image: url('../images/a10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11a {
  background-image: url('../images/a11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12a {
  background-image: url('../images/a12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-16 {
  object-position: 50% 100%;
  background-image: url('../images/a12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13a {
  background-image: url('../images/a13.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14a {
  background-image: url('../images/a14.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15a {
  background-image: url('../images/a15.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16a {
  background-image: url('../images/a16.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-5 {
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
}

.container-10 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.image-104 {
  max-width: 100%;
}

.align-center-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-line-2 {
  background-color: var(--gainsboro);
  width: 1px;
  height: 12vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.centeredparagraph-copy {
  color: var(--gainsboro);
  text-align: justify;
  text-transform: none;
  width: auto;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.section-6 {
  color: #796a45;
  height: 100vh;
  max-height: 100vh;
}

.section-6.sousheader {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-28 {
  max-width: 980px;
  margin-top: auto;
  margin-bottom: auto;
}

.bouton-2 {
  border: 1px solid var(--gainsboro);
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  padding: 10px 30px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
  transition: all .2s;
}

.bouton-2:hover {
  color: #fff;
  background-color: #182f23;
}

.bouton-2.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.align-center-13 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-line-3 {
  background-color: #5c4735;
  width: 1px;
  height: 12vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section-title---main-2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 4vh;
  padding-top: 0;
  font-family: John Mayer, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-title---main-2.dark {
  color: #12251c;
  margin-bottom: 5vh;
  font-family: Neuemontreal, sans-serif;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.centeredparagraph-copy-2 {
  color: #5c4735;
  text-align: justify;
  text-transform: none;
  width: auto;
  max-width: 545px;
  font-family: John Mayer, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

.section-7 {
  color: #796a45;
  height: 100vh;
  max-height: 100vh;
}

.section-7.sousheader {
  background-color: var(--blanc);
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-29 {
  max-width: 980px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
}

.bouton-3 {
  color: #5c4735;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #5c4735;
  border-radius: 20px;
  width: auto;
  margin-top: 10px;
  padding: 10px 30px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
  transition: all .2s;
}

.bouton-3:hover {
  color: #fff;
  background-color: #182f23;
}

.bouton-3.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.slide-7a-copy {
  background-image: url('../images/a11.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  font-family: Vollkorn, serif;
  display: none;
  position: absolute;
  inset: 0% 4% auto auto;
}

.image-7 {
  z-index: 1;
  opacity: .7;
  display: block;
  position: static;
}

.slide-17a {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-36 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-18a {
  background-image: url('../images/3-nuit.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-19a {
  background-image: url('../images/3-jour.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-20a {
  background-image: url('../images/2-jour.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-21a {
  background-image: url('../images/2-nuit.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.slide-22a {
  background-image: url('../images/1-jour.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23a {
  background-image: url('../images/1-nuit-.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-wrapper {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.image-day {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  display: inline-block;
  position: relative;
}

.image-night {
  z-index: 0;
  opacity: 1;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  position: absolute;
}

.image-wrapper {
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.image-night2 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
}

.image-day2 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.image-wrapper-1 {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.div-block-37 {
  width: 100%;
  height: 100%;
}

.image {
  width: 100%;
  height: 100vh;
}

.paragraph {
  color: var(--vert-elian);
  text-align: center;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: John Mayer, sans-serif;
  font-size: 24px;
}

.paragraph.centeredparagraph {
  line-height: 2.5vw;
}

.text-span {
  font-family: John Mayer, sans-serif;
  font-weight: 400;
}

.radio-button-chambres {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  padding-right: 0;
  font-size: 18px;
  display: flex;
}

.section-formulaire {
  outline-color: var(--dark-slate-grey);
  outline-offset: 0px;
  color: #796a45;
  outline-width: 1px;
  outline-style: none;
  height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.section-formulaire.footer {
  background-color: var(--nouveau-vert);
  color: #fff;
  background-image: none;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-formulaire.home-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-formulaire.slider {
  background-color: #fff;
}

.section-formulaire._1er {
  background-color: #efece3;
  background-image: linear-gradient(#efece359, #efece359), url('../images/montagne-1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-formulaire.backgroung {
  background-color: #e4e2dc00;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.section-formulaire.white {
  background-color: #fff;
  flex-direction: column;
  padding-left: 0;
}

.section-formulaire._3e {
  background-color: #efece3;
  background-image: url('../images/village-blanc.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
}

.section-formulaire.full {
  background-image: url('../images/full.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-formulaire.full.quartier {
  background-image: url('../images/IMG_5793.jpg');
}

.section-formulaire.background2 {
  background-color: #e4e2dc00;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.section-formulaire.whitemap {
  background-color: #fff;
  flex-direction: column;
  padding-left: 0;
}

.section-formulaire.header {
  background-image: url('../images/3r.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-formulaire.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-formulaire.image {
  height: 100vh;
  max-height: 100vh;
}

.section-formulaire.sous-header {
  background-color: var(--vert-elian);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-formulaire.sous-header2 {
  background-color: var(--blanc);
  display: flex;
}

.section-formulaire.espacecommuns {
  height: 120vh;
  max-height: 120vh;
}

.section-formulaire.new {
  background-color: var(--blanc);
  -webkit-text-stroke-color: var(--blanc);
  height: auto;
  max-height: 90vh;
}

._1-chambre {
  border-bottom: 1px solid var(--vert-elian);
  color: var(--vert-elian);
  background-color: #f3f3f300;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

._1-chambre-den {
  border-bottom: 1px solid var(--vert-elian);
  color: var(--vert-elian);
  background-color: #f3f3f300;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre-den.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

._2-chambres {
  border-bottom: 1px solid var(--vert-elian);
  color: var(--vert-elian);
  background-color: #f3f3f300;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._2-chambres.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

._3-chambres {
  border-bottom: 1px solid var(--vert-elian);
  color: var(--vert-elian);
  background-color: #f3f3f300;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._3-chambres.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.text-block-28 {
  color: var(--blanc);
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

.columns-locataires-1 {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-wrapper-copy {
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.feature-item-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 50px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.slider-4 {
  display: none;
}

.section-title---mobile {
  color: var(--vert-elian);
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-title---mobile.white {
  color: #fff;
  margin-bottom: 0;
}

.section-title---mobile.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title---mobile.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.section-title---mobile.dark.header {
  margin-bottom: 0;
}

.section-title---mobile.brown {
  color: var(--dim-grey);
}

.section-title---mobile.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-title---mobile.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
  display: none;
}

.section-title---mobile.padding-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-title---mobile1 {
  color: var(--vert-elian);
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
  display: none;
}

.section-title---mobile1.white {
  color: #fff;
  margin-bottom: 0;
}

.section-title---mobile1.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title---mobile1.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.section-title---mobile1.dark.header {
  margin-bottom: 0;
}

.section-title---mobile1.brown {
  color: var(--dim-grey);
}

.section-title---mobile1.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-title---mobile1.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.section-title---mobile1.padding-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-title---mobile2 {
  color: var(--vert-elian);
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-title---mobile2.white {
  color: #fff;
  margin-bottom: 0;
}

.section-title---mobile2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title---mobile2.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.section-title---mobile2.dark.header {
  margin-bottom: 0;
}

.section-title---mobile2.brown {
  color: var(--dim-grey);
}

.section-title---mobile2.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-title---mobile2.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.section-title---mobile2.padding-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.section-title---mobile3 {
  color: var(--vert-elian);
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
  display: none;
}

.section-title---mobile3.white {
  color: #fff;
  margin-bottom: 0;
}

.section-title---mobile3.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title---mobile3.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.section-title---mobile3.dark.header {
  margin-bottom: 0;
}

.section-title---mobile3.brown {
  color: var(--dim-grey);
}

.section-title---mobile3.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-title---mobile3.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.section-title---mobile3.padding-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.studio {
  border-bottom: 1px solid var(--vert-elian);
  color: var(--vert-elian);
  background-color: #f3f3f300;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

.studio.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  margin-bottom: 20px;
  padding-right: 0;
  display: grid;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-auto-flow: column;
}

.heading {
  color: var(--blanc);
  text-align: center;
  font-family: John Mayer, sans-serif;
  font-weight: 400;
}

.text-block-29 {
  color: var(--blanc);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: John Mayer, sans-serif;
  font-size: 30px;
}

.section-8 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.slider-5 {
  height: 600px;
}

.image-105 {
  opacity: 1;
  width: 15px;
}

.full-slide-img-12 {
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
}

.full-silder-arrow-2 {
  color: #112b2a;
  background-color: #e4e2dcbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 66px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.full-silder-arrow-2.hidden {
  color: #112b2a;
  margin-left: 0;
  display: flex;
}

.full-silder-arrow-2.next {
  background-color: #e4e2dcbf;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 66px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-offset-container-3 {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-offset-container-3.slider-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.section-offset-container-3.padding-block {
  background-image: url('../images/moneyshot.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 60px;
}

.full-section-slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-9 {
  color: #796a45;
  height: 100vh;
  max-height: 100vh;
}

.form-3r-rsvp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-3r-rsvp1 {
  flex-direction: column;
  width: 500px;
  display: flex;
}

.radio-button-label-3 {
  color: var(--vert-elian);
  padding-left: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

._1-chambre-2 {
  color: #12251c;
  background-color: #f3f3f300;
  border-bottom: 1px solid #12251c;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  margin-bottom: 20px;
  padding-right: 0;
  display: grid;
}

._1habitant-2 {
  color: #132c22;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._1habitant-2:active {
  color: #4f0a2900;
  background-color: #5e1c1c00;
}

._1habitant-2:focus {
  color: #132c22;
}

._1habitant-2::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

._3-chambres-2 {
  color: #12251c;
  background-color: #f3f3f300;
  border-bottom: 1px solid #12251c;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._3-chambres-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

._2habitants-2 {
  color: #132c22;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._2habitants-2:active {
  color: #4f0a2900;
  background-color: #5e1c1c00;
}

._2habitants-2:focus {
  color: #132c22;
}

._2habitants-2::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.studio-2 {
  color: #12251c;
  background-color: #f3f3f300;
  border-bottom: 1px solid #12251c;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

.studio-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.submit-button-7 {
  color: #fff;
  background-color: #87705c;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.submit-button-7:hover {
  color: #87705c;
  background-color: #fff;
}

._1-chambre-den-2 {
  color: #12251c;
  background-color: #f3f3f300;
  border-bottom: 1px solid #12251c;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre-den-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.field-wrap-5 {
  padding-bottom: 10px;
}

.field-wrap-5._2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

._2-chambres-2 {
  color: #12251c;
  background-color: #f3f3f300;
  border-bottom: 1px solid #12251c;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._2-chambres-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bouton-rsvp {
  border: 1px none var(--vert-elian);
  background-color: var(--vert-elian);
  color: var(--blanc);
  letter-spacing: 1px;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding: 12px 40px;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
}

.bouton-rsvp:hover {
  background-color: var(--dim-grey);
  color: #fff;
}

.bouton-rsvp.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bouton-rsvp.white {
  color: #fff;
  border-color: #fff;
}

.title-rsvp {
  color: var(--vert-elian);
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.title-rsvp.white {
  color: #fff;
  margin-bottom: 0;
}

.title-rsvp.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.title-rsvp.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.title-rsvp.dark.header {
  margin-bottom: 0;
}

.title-rsvp.brown {
  color: var(--dim-grey);
}

.title-rsvp.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.title-rsvp.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.title-rsvp.padding-block, .title-rsvp.padding-rsvp {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-title---main-copy {
  color: var(--vert-elian);
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-title---main-copy.white {
  color: #fff;
  margin-bottom: 0;
}

.section-title---main-copy.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title---main-copy.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.section-title---main-copy.dark.header {
  margin-bottom: 0;
}

.section-title---main-copy.brown {
  color: var(--dim-grey);
}

.section-title---main-copy.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-title---main-copy.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.section-title---main-copy.padding-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.newheadclubaera {
  background-color: var(--nouveau-vert);
  text-align: center;
  background-image: url('../images/split-back.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: block;
  transform: translate(0);
}

.logoclub {
  width: 300px;
  margin: 0 auto;
}

.videoclub {
  width: 70%;
}

.div-block-27 {
  margin-left: auto;
}

.div-block-28 {
  width: 70%;
  margin-right: auto;
}

.code-embed {
  display: none;
}

.title-club-bert {
  color: var(--vert-elian);
  letter-spacing: 0;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: John Mayer, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.section-titre {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.heading-blocks {
  color: var(--vert-elian);
  text-align: center;
  width: auto;
  font-family: John Mayer, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.div-block-16-mobile {
  border: 2px solid #9a9887;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: none;
}

.link-block-4 {
  border: 2px solid #9a9887;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-block-18 {
  color: var(--vert-elian);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.container-17 {
  text-align: center;
  background-color: #fff;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-18 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.link-block-5 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
  position: relative;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 20px;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-19 {
  background-color: #fff;
  padding-top: 50px;
}

.div-block-16 {
  border: 2px solid #9a9887;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.cell {
  border: 2px #9a9887;
  justify-content: center;
  align-items: center;
}

.image-101 {
  margin-left: auto;
  margin-right: auto;
}

.section-container {
  z-index: 1;
  color: #101e18;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.button-wrap-4 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.miniimage {
  width: 50px;
  margin-bottom: 20px;
}

.section-description {
  color: #104041;
  background-color: #fff;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  font-family: Neuemontreal, sans-serif;
  display: block;
  position: relative;
}

.section-expicatif {
  color: var(--vert-elian);
  max-width: 650px;
  margin-bottom: 75px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-expicatif.nopadding, .section-expicatif.nopadding-copy {
  color: var(--vert-elian);
  margin-bottom: 25px;
}

.bouton-4 {
  color: #5c4735;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #5c4735;
  width: auto;
  margin-top: 10px;
  padding: 10px 30px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
  transition: all .2s;
}

.bouton-4:hover {
  color: #fff;
  background-color: #101e18;
}

.bouton-4.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.narrow-content {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-content.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.section-prix {
  color: #104041;
  background-color: #12251c;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  display: block;
  position: relative;
}

.title-prix {
  color: #fff;
  letter-spacing: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: John Mayer, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.section-expicatif-blanc {
  color: #fff;
  max-width: 800px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.button-wrap-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.sectionforplanpoint, .code-embed-2 {
  z-index: 1;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

.section-offset-container-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2vh;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

._2-col-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e4e2dc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.section-content-wrap-3 {
  color: #fff;
  background-color: #e4e2dc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
}

.align-center-14 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content-wrap-1 {
  color: #112b2a;
  background-color: #c6c2b7;
  border-right: 1px #182f23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.section-title---main-3 {
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-title---main-3.dark {
  color: #12251c;
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.features-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 2vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.feature-title-2 {
  color: #12251c;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
}

.section-20 {
  color: #796a45;
  height: 100vh;
  max-height: 100vh;
  display: none;
}

.feature-icon-2 {
  object-fit: contain;
  width: 3vw;
  height: 3vw;
  margin-bottom: 10px;
}

.sectionsliderchambly {
  background-image: url('../images/spot.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

._4 {
  color: var(--vert-elian);
  max-width: 650px;
  margin-bottom: 75px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

._4.nopadding {
  color: var(--vert-elian);
  margin-bottom: 25px;
}

._4.nopadding-copy {
  color: var(--vert-elian);
  flex-flow: column;
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Neuemontreal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: block;
  position: static;
  inset: auto 0%;
}

.link-6 {
  color: var(--vert-elian);
  text-decoration: none;
}

.checkbox-field {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.checkbox {
  width: 17px;
  height: 17px;
}

.checkbox:focus, .checkbox:focus-visible, .checkbox[data-wf-focus-visible] {
  color: #e7a06a;
}

.checkbox.w--redirected-checked {
  color: #35484f;
  background-color: #071510;
  border: 1px solid #000;
}

.checkbox-label-2 {
  color: #071510;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 15px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.logogalerie {
  width: 300px;
  margin: 0 auto;
}

.slider-6 {
  background-color: var(--light-grey);
  max-width: 1000px;
  height: 650px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28-copy {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.slide-28 {
  background-image: url('../images/untitled-100_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/untitled-101_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/untitled-102_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/untitled-103.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/untitled-104_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/untitled-105_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/untitled-106_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/untitled-107_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/untitled-108_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-17 {
  background-image: url('../images/untitled-109_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slide-1-18 {
  background-image: url('../images/untitled-110_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-19 {
  background-image: url('../images/untitled-111_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-20 {
  background-image: url('../images/untitled-112_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-21 {
  background-image: url('../images/untitled-113_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-22 {
  background-image: url('../images/untitled-114_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-23 {
  background-image: url('../images/untitled-115_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-24 {
  background-image: url('../images/untitled-116_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-25 {
  background-image: url('../images/untitled-117_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-26 {
  background-image: url('../images/untitled-118_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-2 {
  background-image: url('../images/untitled-119_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/untitled-120_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-4 {
  background-image: url('../images/untitled-121_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-5 {
  background-image: url('../images/untitled-122_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-6 {
  background-image: url('../images/untitled-123_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-7 {
  background-image: url('../images/untitled-124_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-8 {
  background-image: url('../images/untitled-125_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2-9 {
  background-image: url('../images/untitled-126_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-10 {
  background-image: url('../images/untitled-127_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-11 {
  background-image: url('../images/untitled-128_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-2 {
  background-image: url('../images/untitled-129_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-3 {
  background-image: url('../images/untitled-130_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-4 {
  background-image: url('../images/untitled-133_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-5 {
  background-image: url('../images/untitled-134_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-6 {
  background-image: url('../images/untitled-135_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-7 {
  background-image: url('../images/untitled-138_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-8 {
  background-image: url('../images/untitled-139_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-9 {
  background-image: url('../images/untitled-143_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-10 {
  background-image: url('../images/untitled-144_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-11 {
  background-image: url('../images/untitled-147_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-2 {
  background-image: url('../images/untitled-148_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-3 {
  background-image: url('../images/untitled-15_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-4 {
  background-image: url('../images/untitled-150_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-5 {
  background-image: url('../images/untitled-153.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-6 {
  background-image: url('../images/untitled-155_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-7 {
  background-image: url('../images/untitled-157_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-8 {
  background-image: url('../images/untitled-158_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-9 {
  background-image: url('../images/untitled-159_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-10 {
  background-image: url('../images/untitled-16_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4-11 {
  background-image: url('../images/untitled-162_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-2 {
  background-image: url('../images/untitled-163_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-3 {
  background-image: url('../images/untitled-165_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-4 {
  background-image: url('../images/untitled-166_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-5 {
  background-image: url('../images/untitled-168_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-6 {
  background-image: url('../images/untitled-169_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-7 {
  background-image: url('../images/untitled-170_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-8 {
  background-image: url('../images/untitled-172_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-9 {
  background-image: url('../images/untitled-173_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-10 {
  background-image: url('../images/untitled-174_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5-11 {
  background-image: url('../images/untitled-175_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-2 {
  background-image: url('../images/untitled-176_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-3 {
  background-image: url('../images/untitled-177_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-4 {
  background-image: url('../images/untitled-179_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-5 {
  background-image: url('../images/untitled-180_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-6 {
  background-image: url('../images/untitled-181_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-7 {
  background-image: url('../images/untitled-182_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-8 {
  background-image: url('../images/untitled-183_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-9 {
  background-image: url('../images/untitled-184_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-10 {
  background-image: url('../images/untitled-185_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6-11 {
  background-image: url('../images/untitled-186_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-2 {
  background-image: url('../images/untitled-187_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-3 {
  background-image: url('../images/untitled-188_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-4 {
  background-image: url('../images/untitled-189_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-5 {
  background-image: url('../images/untitled-190_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-6 {
  background-image: url('../images/untitled-26_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-7 {
  background-image: url('../images/untitled-27_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7-8 {
  background-image: url('../images/untitled-28_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-9 {
  background-image: url('../images/untitled-31_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-10 {
  background-image: url('../images/untitled-36_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7-11 {
  background-image: url('../images/untitled-38_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-2 {
  background-image: url('../images/untitled-4_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-3 {
  background-image: url('../images/untitled-40_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-4 {
  background-image: url('../images/untitled-41_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-5 {
  background-image: url('../images/untitled-48_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-6 {
  background-image: url('../images/untitled-49_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-7 {
  background-image: url('../images/untitled-52_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-8 {
  background-image: url('../images/untitled-53_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8-9 {
  background-image: url('../images/untitled-54_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8-10 {
  background-image: url('../images/untitled-56_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8-11 {
  background-image: url('../images/untitled-59_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9-2 {
  background-image: url('../images/untitled-60_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9-3 {
  background-image: url('../images/untitled-61_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9-4 {
  background-image: url('../images/untitled-62_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9-5 {
  background-image: url('../images/untitled-63_1.webp');
  background-position: 50%;
  background-size: contain;
}

.slide-9-6 {
  background-image: url('../images/untitled-65_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9-7 {
  background-image: url('../images/untitled-66_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9-8 {
  background-image: url('../images/untitled-67_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9-9 {
  background-image: url('../images/untitled-68_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9-10 {
  background-image: url('../images/untitled-69_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9-11 {
  background-image: url('../images/untitled-70_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-2 {
  background-image: url('../images/untitled-71_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-3 {
  background-image: url('../images/untitled-73_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-4 {
  background-image: url('../images/untitled-78_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-5 {
  background-image: url('../images/untitled-79_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-6 {
  background-image: url('../images/untitled-80_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-7 {
  background-image: url('../images/untitled-82_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10-8 {
  background-image: url('../images/untitled-83_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-9 {
  background-image: url('../images/untitled-84_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10-10 {
  background-image: url('../images/untitled-85_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10-11 {
  background-image: url('../images/untitled-86_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-2 {
  background-image: url('../images/untitled-87_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-3 {
  background-image: url('../images/untitled-88_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-4 {
  background-image: url('../images/untitled-89_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-5 {
  background-image: url('../images/untitled-90_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-6 {
  background-image: url('../images/untitled-91_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-7 {
  background-image: url('../images/untitled-92_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-8 {
  background-image: url('../images/untitled-93_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-9 {
  background-image: url('../images/untitled-94_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11-10 {
  background-image: url('../images/untitled-95_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-11-11 {
  background-image: url('../images/untitled-96_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-12-2 {
  background-image: url('../images/untitled-97_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-12-3 {
  background-image: url('../images/untitled-98_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-12-4 {
  background-image: url('../images/untitled-99_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-12-5 {
  background-image: url('../images/a-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12-6 {
  background-image: url('../images/a-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12-7 {
  background-image: url('../images/a-3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-12-8 {
  background-image: url('../images/a-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12-9 {
  background-image: url('../images/a-5.webp');
  background-position: 50%;
  background-size: cover;
}

.bold-text-2 {
  font-family: Neuemontreal, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.section-titlegalerie {
  color: var(--vert-elian);
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.section-titlegalerie.white {
  color: #fff;
  margin-bottom: 0;
}

.section-titlegalerie.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-titlegalerie.dark {
  color: var(--vert-elian);
  margin-bottom: 2vh;
}

.section-titlegalerie.dark.header {
  margin-bottom: 0;
}

.section-titlegalerie.brown {
  color: var(--dim-grey);
}

.section-titlegalerie.dark {
  color: var(--gainsboro);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-titlegalerie.communs {
  margin-top: 6vh;
  margin-bottom: 4vh;
}

.section-titlegalerie.padding-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.white-body {
  background-color: var(--blanc);
}

html.w-mod-js [data-ix="1-habitant"] {
  opacity: 1;
}

html.w-mod-js [data-ix="2-habitants"] {
  opacity: 1;
  display: flex;
}

html.w-mod-js [data-ix="1-chambre"], html.w-mod-js [data-ix="studio"], html.w-mod-js [data-ix="1-chambre-den"], html.w-mod-js [data-ix="2-chambres"], html.w-mod-js [data-ix="3-chambres"] {
  opacity: 1;
  display: block;
}

@media screen and (min-width: 1920px) {
  .divpopup {
    display: flex;
  }

  .centeredparagraph {
    max-width: 750px;
  }

  .centeredparagraph.tan {
    font-size: 2vw;
    line-height: 2vw;
  }

  .full-silder-arrow.hidden {
    display: flex;
  }

  ._1habitant, ._2habitants {
    font-size: 1vw;
  }

  .bouton {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .popup {
    height: auto;
    padding-top: 0;
  }

  .insidepopup {
    width: 750px;
  }

  .slider-relative-wrap {
    max-width: 1600px;
    display: flex;
  }

  .form-field-2, .form-field-2.select, .titre-informations, .radio-button-label-2, .titre-locataires-2 {
    font-size: 1vw;
  }

  .form-3 {
    width: 1000px;
  }

  .text-block-26 {
    font-size: 34px;
  }

  .div-block-line-down {
    height: 100px;
    top: auto;
  }

  .section-offset-container-2, ._2-col-grid-2 {
    width: 100%;
  }

  .image-104 {
    max-width: 100%;
  }

  .centeredparagraph-copy {
    max-width: 1000px;
  }

  ._1-chambre.select, ._1-chambre-den.select, ._2-chambres.select, ._3-chambres.select, .studio.select {
    font-size: 1vw;
  }

  .grid {
    padding-bottom: 25px;
  }

  .full-silder-arrow-2.hidden {
    display: flex;
  }

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

  .form-3r-rsvp1 {
    width: 1000px;
  }

  .radio-button-label-3, ._1-chambre-2.select {
    font-size: 1vw;
  }

  .grid-3 {
    padding-bottom: 25px;
  }

  ._1habitant-2, ._3-chambres-2.select, ._2habitants-2, .studio-2.select, ._1-chambre-den-2.select, ._2-chambres-2.select {
    font-size: 1vw;
  }

  .bouton-rsvp {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-offset-container-4, ._2-col-grid-3 {
    width: 100%;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .checkbox {
    font-size: 2vw;
  }

  .slider-6 {
    max-width: 1400px;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28-copy {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .side-nav {
    display: none;
  }

  .section {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section.footer {
    height: auto;
    min-height: auto;
    padding: 60px 20px;
  }

  .section.home-header {
    height: 100vh;
  }

  .section.slider {
    min-height: 420px;
  }

  .section._1er {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.backgroung {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section.white {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section._3e {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.full {
    height: 500px;
  }

  .section.background2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .section.whitemap {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section.header {
    height: 100vh;
  }

  .section.flex {
    height: 70vh;
  }

  .section.sous-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.sous-header2 {
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._2-col-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .main-logo {
    max-width: 180px;
    position: absolute;
    top: 40px;
    left: 60px;
  }

  .section-img.full {
    max-height: none;
  }

  .section-content-wrap {
    flex: 1;
    padding: 60px;
  }

  .section-content-wrap.vi-section {
    flex: 1;
  }

  .menu-wrap {
    width: 100%;
    max-width: none;
  }

  .section-title {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .button-wrap {
    padding-top: 30px;
  }

  .padding-block---mobile {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .padding-block---mobile.logo {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .arrow-button {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-logo {
    width: 70%;
    margin-bottom: 40px;
  }

  .video-wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .align-center-3 {
    margin-bottom: 50px;
  }

  .section-title---main {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-title---main.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .section-title---main.padding-block {
    font-size: 20px;
  }

  .centeredparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .section-line-wrap, .section-line {
    height: 80px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-item {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-icon {
    width: 80px;
    height: 80px;
  }

  .feature-title {
    font-size: 18px;
    line-height: 24px;
  }

  .full-silder-arrow {
    left: 20%;
  }

  .full-silder-arrow.next {
    display: none;
    right: 20%;
  }

  .full-section-slider {
    height: auto;
    position: relative;
  }

  .section-title-8 {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 54px;
  }

  .button-wrap-3 {
    padding-top: 30px;
  }

  .section-content-wrap-green {
    flex: 1;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._2-col-grid-green {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-content-wrap-white {
    flex: 1;
    padding: 20px 60px;
  }

  .section-title-9 {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 54px;
  }

  ._2-col-grid-white {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .form {
    width: 100%;
  }

  ._1habitant, ._2habitants {
    font-size: 20px;
    line-height: 24px;
  }

  .form-field {
    font-size: 16px;
    line-height: 24px;
  }

  .form-field.select {
    font-size: 16px;
  }

  .email-form-st-hilaire {
    width: 100%;
  }

  .section-subtitle---main {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 32px;
  }

  .section-title-13 {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 54px;
  }

  .feature-item-2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .bouton {
    font-size: 16px;
    line-height: 24px;
  }

  .mapsection {
    min-height: 50vh;
  }

  .applevideo {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .bouton-blanc {
    display: none;
  }

  .form-rsvp {
    width: 100%;
  }

  .form-field-rsvp {
    font-size: 16px;
    line-height: 24px;
  }

  .form-field-rsvp.select-rsvp {
    font-size: 16px;
  }

  .align-center-form {
    width: 100%;
  }

  .section-title-form {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 54px;
  }

  .section-title-8-accueil {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 54px;
  }

  .navbar {
    min-width: 96vw;
  }

  .navbar-container.secondary {
    height: 50px;
    top: 60px;
  }

  .navbar-container.primary {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-2 {
    flex: none;
    margin-left: 12px;
    padding: 12px;
  }

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

  .navbar-brand {
    width: auto;
    max-width: 140px;
  }

  .nav-menu {
    z-index: 999;
    background-color: #fff;
    border: 1px solid #08262a1a;
    margin-top: 15px;
    margin-left: 0;
    padding: 18px 24px;
  }

  .nav-link {
    margin: 6px 0;
  }

  .nav-link.secondary {
    color: var(--nouveau-vert);
    margin-bottom: 20px;
  }

  .nav-link-copy {
    margin: 6px 0;
  }

  .nav-link-copy.text-white-copy {
    color: #264c51;
  }

  .second-nav-button {
    font-size: 14px;
  }

  .section-offset-container {
    height: auto;
    padding-top: 0;
  }

  .section-offset-container.vertical-center {
    padding: 60px 40px;
  }

  .section-offset-container.offset-both-navbar {
    padding-top: 40%;
  }

  .section-offset-container.slider-padding {
    padding: 0;
  }

  .absolute-section-img {
    position: relative;
  }

  .container._60-width {
    width: auto;
  }

  .footer-right {
    order: -1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-title---main {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 48px;
  }

  .arrows-list-wrap {
    width: 100%;
  }

  .arrows-list-wrap._2-column {
    display: block;
  }

  .arrow-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .arrow-icon {
    width: 10px;
    height: 18px;
  }

  .form-field-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-offset-container-2 {
    height: auto;
    padding-top: 0;
  }

  ._2-col-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-content-wrap-4, .section-content-wrap-6 {
    flex: 1;
    padding: 60px;
  }

  .footer-logo-2, .footer-logo-3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-5 {
    display: flex;
  }

  .section-line-2 {
    height: 80px;
  }

  .centeredparagraph-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .section-6 {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section-6.sousheader {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bouton-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-line-3 {
    height: 80px;
  }

  .section-title---main-2 {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 48px;
  }

  .section-title---main-2.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .centeredparagraph-copy-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-7 {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section-7.sousheader {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bouton-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-7 {
    max-width: 60%;
    display: none;
    position: static;
  }

  .section-wrapper {
    height: auto;
    max-height: none;
  }

  .image-day, .image-night {
    max-height: none;
  }

  .image-wrapper {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .image-night2, .image-day2 {
    max-width: none;
    max-height: none;
  }

  .image {
    max-height: 100vh;
  }

  .section-formulaire {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section-formulaire.footer {
    height: auto;
    min-height: auto;
    padding: 60px 20px;
  }

  .section-formulaire.home-header {
    height: 100vh;
  }

  .section-formulaire.slider {
    min-height: 420px;
  }

  .section-formulaire._1er {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-formulaire.backgroung {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-formulaire.white {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-formulaire._3e {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-formulaire.full {
    height: 500px;
  }

  .section-formulaire.background2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .section-formulaire.whitemap {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-formulaire.header {
    height: 100vh;
  }

  .section-formulaire.flex {
    height: 70vh;
  }

  .section-formulaire.sous-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-formulaire.sous-header2 {
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-wrapper-copy {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .feature-item-copy {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title---mobile {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-title---mobile.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .section-title---mobile.padding-block {
    font-size: 20px;
  }

  .section-title---mobile1 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-title---mobile1.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .section-title---mobile1.padding-block {
    font-size: 20px;
  }

  .section-title---mobile2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-title---mobile2.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .section-title---mobile2.padding-block {
    font-size: 20px;
  }

  .section-title---mobile3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-title---mobile3.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .section-title---mobile3.padding-block {
    font-size: 20px;
  }

  .full-silder-arrow-2 {
    left: 20%;
  }

  .full-silder-arrow-2.next {
    display: none;
    right: 20%;
  }

  .section-offset-container-3 {
    height: auto;
    padding-top: 0;
  }

  .section-offset-container-3.slider-padding {
    padding: 0;
  }

  .section-offset-container-3.padding-block {
    height: 500px;
  }

  .full-section-slider-2 {
    height: auto;
    position: relative;
  }

  .section-9 {
    height: auto;
    max-height: none;
    position: relative;
  }

  ._1habitant-2, ._2habitants-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .bouton-rsvp {
    font-size: 16px;
    line-height: 24px;
  }

  .title-rsvp {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .title-rsvp.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .title-rsvp.padding-block, .title-rsvp.padding-rsvp {
    font-size: 20px;
  }

  .section-title---main-copy {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-title---main-copy.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .section-title---main-copy.padding-block {
    font-size: 20px;
  }

  .title-club-bert {
    font-size: 42px;
    line-height: 58px;
  }

  .link-block-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-18 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-wrap-4 {
    padding-top: 30px;
  }

  .bouton-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .title-prix {
    font-size: 42px;
    line-height: 58px;
  }

  .button-wrap-5 {
    padding-top: 30px;
  }

  .section-offset-container-4 {
    height: auto;
    padding-top: 0;
  }

  .feature-item-3 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-col-grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-content-wrap-3, .section-content-wrap-1 {
    flex: 1;
    padding: 60px;
  }

  .section-title---main-3 {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 48px;
  }

  .section-title---main-3.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .features-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-20 {
    height: auto;
    max-height: none;
    position: relative;
  }

  .feature-icon-2 {
    width: 80px;
    height: 80px;
  }

  .checkbox-label-2 {
    font-size: 16px;
  }

  .slider-6 {
    height: 500px;
  }

  .section-titlegalerie {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-titlegalerie.dark {
    font-size: 24px;
    line-height: 24px;
  }

  .section-titlegalerie.padding-block {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: block;
  }

  .section.footer {
    background-color: var(--vert-elian);
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.home-header {
    height: 100vh;
  }

  .section._1er {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._3e {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.full {
    height: 500px;
  }

  ._2-col-grid {
    flex-flow: column;
    grid-auto-flow: column;
    place-items: center stretch;
    display: flex;
  }

  .main-logo {
    max-width: 140px;
    left: 40px;
  }

  .section-content-wrap {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-button {
    padding-left: 15px;
    padding-right: 15px;
    top: 10px;
    right: 10px;
  }

  .menu-link {
    font-size: 20px;
    line-height: 28px;
  }

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

  .menu-icon {
    width: 24px;
    height: 24px;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .align-center {
    display: flex;
  }

  .field-wrap {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-block---mobile.logo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-link-plans {
    font-size: 20px;
    line-height: 28px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .align-center-3 {
    justify-content: center;
    margin-bottom: 0;
  }

  .section-title---main {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-title---main.padding-block {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }

  .centeredparagraph {
    font-size: 14px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-item {
    max-width: 100%;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .full-silder-arrow {
    left: 10%;
  }

  .full-silder-arrow.next {
    right: 10%;
  }

  .full-section-slider {
    height: 500px;
  }

  .section-title-8 {
    font-size: 36px;
    line-height: 42px;
  }

  .section-content-wrap-green, .section-content-wrap-white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-9 {
    font-size: 36px;
    line-height: 42px;
  }

  .section-absolute-bg {
    z-index: -1;
  }

  ._2-col-grid-white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form {
    width: 100%;
  }

  .form-field, .form-field.select {
    font-size: 16px;
  }

  .field-wrap-3._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }

  .email-form-st-hilaire {
    width: 100%;
  }

  .section-title-13 {
    font-size: 36px;
    line-height: 42px;
  }

  .feature-item-2 {
    max-width: 100%;
  }

  .footer-logo {
    width: 200px;
  }

  .bouton-blanc {
    display: none;
  }

  .form-rsvp {
    width: 100%;
  }

  .form-field-rsvp, .form-field-rsvp.select-rsvp {
    font-size: 16px;
  }

  .align-center-form {
    width: 100%;
  }

  .section-title-form, .section-title-8-accueil {
    font-size: 36px;
    line-height: 42px;
  }

  .insidepopup {
    height: auto;
  }

  .navbar-brand {
    max-width: 100px;
  }

  .second-nav-button {
    font-size: 14px;
  }

  .section-offset-container.espace-commun {
    height: 120vh;
    max-height: 120vh;
  }

  .section-img-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 100%;
    max-height: 100%;
    display: grid;
  }

  .header-title---main {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .field-wrap-4._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }

  .section-content-wrap-4, .section-content-wrap-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-2, .footer-logo-3 {
    width: 200px;
  }

  .section-5 {
    display: flex;
  }

  .align-center-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title---main-2 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 36px;
  }

  .bouton-3 {
    padding: 5px 20px;
    font-size: 13px;
  }

  .div-block-2, .section-wrapper.image-2 {
    display: none;
  }

  .paragraph {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .section-formulaire {
    display: block;
  }

  .section-formulaire.footer {
    background-color: var(--vert-elian);
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section-formulaire.home-header {
    height: 100vh;
  }

  .section-formulaire._1er {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-formulaire._3e {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-formulaire.full {
    height: 500px;
  }

  .feature-item-copy {
    max-width: 100%;
  }

  .section-title---mobile {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-title---mobile.padding-block {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-title---mobile1 {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-title---mobile1.padding-block {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-title---mobile2 {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-title---mobile2.padding-block {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-title---mobile3 {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-title---mobile3.padding-block {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }

  .full-silder-arrow-2 {
    left: 10%;
  }

  .full-silder-arrow-2.next {
    right: 10%;
  }

  .full-section-slider-2 {
    height: 500px;
  }

  .field-wrap-5._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }

  .title-rsvp {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .title-rsvp.padding-block, .title-rsvp.padding-rsvp {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-title---main-copy {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-title---main-copy.padding-block {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }

  .title-club-bert {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-16-mobile {
    display: flex;
  }

  .link-block-4 {
    height: 250px;
  }

  .quick-stack {
    overflow: visible;
  }

  .div-block-16 {
    display: none;
  }

  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-prix {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .feature-item-3 {
    max-width: 100%;
  }

  .section-content-wrap-3, .section-content-wrap-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title---main-3 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .features-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .feature-icon-2 {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .checkbox-field, .checkbox-label-2 {
    font-size: 16px;
  }

  .slider-6 {
    height: 400px;
  }

  .section-titlegalerie {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-titlegalerie.padding-block {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .section.footer {
    background-color: var(--vert-elian);
    height: auto;
  }

  .section.home-header {
    height: 100vh;
  }

  .section.slider {
    height: 50vh;
    padding-bottom: 0;
    display: block;
  }

  .section.backgroung {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.white {
    height: auto;
  }

  .section._3e {
    height: 100%;
  }

  .section.full {
    height: 300px;
  }

  .section.background2 {
    width: 100%;
    height: 550px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.whitemap {
    height: auto;
  }

  .section.flex {
    height: 80vh;
  }

  .section.image {
    height: 50vh;
    display: block;
  }

  ._2-col-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 100%;
    height: auto;
    display: block;
  }

  .main-logo {
    max-width: 200px;
    top: 20px;
    left: 20px;
  }

  .main-logo.lessmargin {
    display: none;
  }

  .section-img {
    height: 350px;
  }

  .section-img.full {
    height: 100%;
  }

  .section-img.margin {
    height: auto;
    max-height: 400px;
  }

  .section-img.margin.pommes {
    width: 100%;
  }

  .section-content-wrap {
    height: 100%;
    padding: 30px 20px;
  }

  .section-content-wrap.vi-section.blue {
    background-image: none;
  }

  .section-content-wrap.vi-section.blue.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .section-content-wrap.beige {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 50px 20px;
    display: flex;
  }

  .menu-wrap {
    display: none;
  }

  .align-center {
    width: 100%;
    margin-left: 0;
  }

  .form-block {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-block---mobile.logo {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .hero-bg-video {
    background-color: #fff0;
    height: 100vh;
  }

  .logo {
    margin-bottom: 10px;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    width: 96%;
    padding: 30px 20px;
  }

  .map2 {
    display: none;
  }

  .link-block {
    inset: 3% auto auto 6%;
  }

  .divpopup {
    z-index: 2147483647;
    color: #fff;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: fixed;
  }

  .footer {
    min-height: 150px;
  }

  .mask {
    width: 100%;
  }

  .div-block-header {
    justify-content: center;
    align-items: center;
  }

  .container-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .hero-logo {
    width: 80%;
  }

  .video-wrap {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .hero-video {
    display: none;
  }

  .section-title---main {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-title---main.dark {
    text-align: center;
  }

  .section-title---main.dark.header {
    line-height: 25px;
  }

  .section-title---main.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .section-title---main.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-title---main.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .centeredparagraph {
    text-align: center;
    text-transform: none;
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .centeredparagraph.tan {
    font-size: 20px;
    line-height: 20px;
  }

  .features-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-item {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .feature-title {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .full-silder-arrow {
    height: 50px;
    margin-left: 0;
    left: 0%;
  }

  .full-silder-arrow.next {
    height: 50px;
    margin-right: 0;
    left: auto;
    right: 0;
  }

  .full-section-slider {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .full-slide-img {
    object-fit: cover;
    object-position: 50% 100%;
  }

  .section-title-8 {
    color: var(--nouveau-vert);
    margin-bottom: 20px;
    line-height: 38px;
  }

  .centeredparagraph-2 {
    max-width: none;
  }

  .section-content-wrap-green {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._2-col-grid-green {
    height: auto;
  }

  .section-content-wrap-white {
    order: -1;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-8 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title-9.big-one {
    font-family: John Mayer, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .section-absolute-bg {
    z-index: -1;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  ._2-col-grid-white {
    height: 100%;
  }

  .submit-button-5 {
    text-align: center;
    width: auto;
    padding-bottom: 6px;
    display: inline-block;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._1habitant, ._2habitants {
    color: var(--vert-elian);
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .radio-button-locataire, .columns-locataires {
    text-align: left;
  }

  .form-field {
    height: 40px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .form-field.select {
    height: 40px;
    margin-top: 10px;
    padding-left: 1px;
    padding-right: 0;
    font-size: 14px;
  }

  .titre-habitation {
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .field-wrap-3 {
    width: 100%;
    padding-bottom: 0;
  }

  .field-wrap-3._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .titre-locataires {
    margin-bottom: 20px;
    padding-top: 30px;
    display: block;
  }

  .feature-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text, .footer-logo {
    margin-top: 25px;
  }

  .footer-legal {
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .full-slide-img-2, .full-slide-img-3 {
    height: 350px;
  }

  .full-slide-img-4 {
    object-fit: cover;
    object-position: 50% 50%;
    height: 350px;
  }

  .full-slide-img-5, .full-slide-img-6, .full-slide-img-7, .full-slide-img-8, .full-slide-img-9, .full-slide-img-10 {
    height: 350px;
  }

  .full-slide-img-11 {
    object-fit: cover;
    object-position: 50% 50%;
    height: 350px;
  }

  .section-img-white {
    height: 50vh;
  }

  .section-img-white.mobile {
    max-height: 400px;
    padding: 5vw;
  }

  .bouton {
    width: auto;
    display: flex;
  }

  .halfgrid {
    background-color: #e4e2dc;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mapsection {
    background-color: #e4e2dc;
    background-image: linear-gradient(#0000 95%, #e4e2dc 95%), linear-gradient(#e4e2dc 5%, #fff0 5%), linear-gradient(to right, #fff0 95%, #e4e2dc 95%), linear-gradient(270deg, #fff0 95%, #e4e2dc 95%), url('../images/MapFullSize.png');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, contain;
    height: 380px;
  }

  .applevideo {
    height: 300px;
  }

  .big-white-text {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-subtitle-merci {
    font-size: 26px;
  }

  .bouton-blanc {
    width: auto;
    display: flex;
  }

  .form-rsvp {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-subtitle-rsvp {
    font-size: 30px;
  }

  .form-field-rsvp {
    height: 40px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .form-field-rsvp.select-rsvp {
    height: 40px;
    margin-top: 10px;
    padding-left: 1px;
    padding-right: 0;
    font-size: 16px;
  }

  .section-rsvp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paradraph-rsvp, .paradraph-rsvp-first {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-rsvp {
    font-size: 30px;
    line-height: 30px;
  }

  .big-white-text-rsvp {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .section-title-form {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .submit-button-rsvp {
    text-align: center;
    width: auto;
    margin-top: 50px;
    padding-bottom: 6px;
    display: inline-block;
  }

  .section-title-8-accueil {
    color: var(--nouveau-vert);
    margin-bottom: 20px;
    line-height: 38px;
  }

  .div-block-9 {
    background-color: var(--gainsboro);
    padding: 50px 10px;
  }

  .popup {
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .insidepopup {
    background-color: #ffffffe6;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .xclose-2 {
    color: var(--nouveau-vert);
    margin-left: 10px;
    margin-right: 0;
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto;
  }

  .menu-button-2 {
    z-index: 2;
  }

  .navbar-brand.w--current {
    width: 300px;
  }

  .nav-menu {
    z-index: 9999;
  }

  .nav-link {
    padding-bottom: 10px;
  }

  .navbar-right-content {
    display: none;
  }

  .nav-link-copy.text-white-copy {
    color: #264c51;
    margin-top: 10px;
    display: flex;
  }

  .section-offset-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .section-offset-container.vertical-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-offset-container.offset-both-navbar {
    height: 100%;
  }

  .section-offset-container.slider-padding {
    background-image: url('../images/wy8LSpPk.jpeg');
    background-size: cover;
    height: 100%;
  }

  .section-offset-container.espace-commun {
    background-color: var(--blanc);
    display: block;
  }

  .section-img-wrap {
    width: 100%;
    height: 70vh;
    display: block;
  }

  .absolute-section-img {
    height: auto;
  }

  .nav-logo-secondary {
    width: 300px;
  }

  .arrow-list-item {
    font-size: 16px;
    line-height: 22px;
  }

  .arrow-icon {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  .form-field-2 {
    height: 40px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .form-field-2.select {
    height: 40px;
    padding-left: 2px;
    padding-right: 0;
  }

  .field-wrap-4 {
    width: 100%;
    padding-bottom: 0;
  }

  .field-wrap-4._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: clip;
  }

  .titre-informations, .titre-habitation-2 {
    margin-top: 0;
    padding-top: 30px;
    display: block;
  }

  .titre-locataires-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    display: block;
  }

  .form-3r {
    display: block;
  }

  .columns-locataires-2 {
    text-align: left;
  }

  .submit-button-6 {
    text-align: center;
    display: inline-block;
  }

  .form-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-slide-container-3r.slide-1-3r.pers4-3r {
    background-position: 0 0, 50%;
  }

  ._2-col-grid-2 {
    height: auto;
  }

  .align-center-10 {
    margin-left: 0;
  }

  .section-content-wrap-4, .section-content-wrap-6 {
    height: auto;
    padding: 50px 20px;
  }

  .footer-text-2, .footer-logo-2 {
    margin-top: 25px;
  }

  .image-102 {
    padding: 0;
  }

  .align-center-11 {
    margin-left: 0;
  }

  .footer-logo-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text-3 {
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .text-block-27 {
    margin-top: 0;
    display: flex;
  }

  .slider-2 {
    height: 50vh;
  }

  .slider-3, .slider-1 {
    width: 100%;
    height: 50vh;
  }

  .section-5 {
    display: none;
  }

  .image-104 {
    max-width: 85%;
  }

  .align-center-12 {
    margin-left: 0;
  }

  .centeredparagraph-copy {
    text-transform: none;
    max-width: none;
    margin-top: 20px;
    line-height: 22px;
  }

  .section-6 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .container-28 {
    padding: 50px 20px;
  }

  .bouton-2 {
    width: auto;
    display: flex;
  }

  .align-center-13 {
    margin-left: 0;
  }

  .section-title---main-2 {
    font-size: 14px;
    line-height: 32px;
  }

  .section-title---main-2.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .centeredparagraph-copy-2 {
    text-transform: none;
    max-width: none;
    margin-top: 20px;
    line-height: 22px;
  }

  .section-7 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .container-29 {
    padding: 50px 20px;
  }

  .bouton-3 {
    width: auto;
    font-size: 16px;
    display: flex;
  }

  .div-block-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 50px;
    display: flex;
    position: static;
  }

  .image-7 {
    display: block;
  }

  .image-night2, .image-day2 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .paragraph {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .radio-button-chambres {
    justify-content: flex-start;
    align-items: center;
  }

  .section-formulaire {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .section-formulaire.footer {
    background-color: var(--vert-elian);
    height: auto;
  }

  .section-formulaire.home-header {
    height: 100vh;
  }

  .section-formulaire.slider {
    height: 50vh;
    padding-bottom: 0;
    display: block;
  }

  .section-formulaire.backgroung {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-formulaire.white {
    height: auto;
  }

  .section-formulaire._3e {
    height: 100%;
  }

  .section-formulaire.full {
    height: 300px;
  }

  .section-formulaire.background2 {
    width: 100%;
    height: 550px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-formulaire.whitemap {
    height: auto;
  }

  .section-formulaire.flex {
    height: 80vh;
  }

  .section-formulaire.image {
    height: 50vh;
    display: block;
  }

  .columns-locataires-1 {
    text-align: left;
    width: 100%;
  }

  .image-wrapper-copy {
    display: none;
  }

  .feature-item-copy {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .slider-4 {
    width: 100%;
    height: 250px;
    display: block;
  }

  .slide-26 {
    background-image: url('../images/1920-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-27 {
    background-image: url('../images/1920-3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .section-title---mobile {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .section-title---mobile.dark {
    text-align: center;
  }

  .section-title---mobile.dark.header {
    line-height: 25px;
  }

  .section-title---mobile.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .section-title---mobile.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .section-title---mobile.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-title---mobile1 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .section-title---mobile1.dark {
    text-align: center;
  }

  .section-title---mobile1.dark.header {
    line-height: 25px;
  }

  .section-title---mobile1.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .section-title---mobile1.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-title---mobile1.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-title---mobile2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-title---mobile2.dark {
    text-align: center;
  }

  .section-title---mobile2.dark.header {
    line-height: 25px;
  }

  .section-title---mobile2.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .section-title---mobile2.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-title---mobile2.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .section-title---mobile3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .section-title---mobile3.dark {
    text-align: center;
  }

  .section-title---mobile3.dark.header {
    line-height: 25px;
  }

  .section-title---mobile3.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .section-title---mobile3.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-title---mobile3.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start center;
    display: block;
  }

  .grid-2 {
    display: block;
  }

  .heading {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-29 {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .full-slide-img-12 {
    object-fit: cover;
    object-position: 50% 100%;
  }

  .full-silder-arrow-2 {
    height: 50px;
    margin-left: 0;
    left: 0%;
  }

  .full-silder-arrow-2.next {
    height: 50px;
    margin-right: 0;
    display: flex;
    left: auto;
    right: 0;
  }

  .section-offset-container-3.padding-block {
    height: 300px;
  }

  .full-section-slider-2 {
    width: 100%;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .form-3r-rsvp {
    display: block;
  }

  .form-3r-rsvp1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start center;
    display: block;
  }

  ._1habitant-2, ._2habitants-2 {
    color: #12251c;
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .submit-button-7 {
    text-align: center;
    display: inline-block;
  }

  .field-wrap-5 {
    width: 100%;
    padding-bottom: 0;
  }

  .field-wrap-5._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: clip;
  }

  .container-30 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bouton-rsvp {
    width: auto;
    margin-top: 25px;
    display: flex;
  }

  .title-rsvp {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .title-rsvp.dark {
    text-align: center;
  }

  .title-rsvp.dark.header {
    line-height: 25px;
  }

  .title-rsvp.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .title-rsvp.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .title-rsvp.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .title-rsvp.padding-rsvp {
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .section-title---main-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .section-title---main-copy.dark {
    text-align: center;
  }

  .section-title---main-copy.dark.header {
    line-height: 25px;
  }

  .section-title---main-copy.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .section-title---main-copy.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-title---main-copy.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .newheadclubaera {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .logoclub {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-28 {
    width: 96%;
  }

  .title-club-bert {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-blocks {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-16-mobile {
    display: flex;
  }

  .link-block-4 {
    height: 350px;
    padding-top: 80px;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    overflow: visible;
  }

  .div-block-16 {
    display: none;
  }

  .section-container {
    color: var(--vert-elian);
  }

  .section-description {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-expicatif {
    text-align: justify;
    margin-bottom: 50px;
  }

  .bouton-4 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .section-prix {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-prix {
    max-width: none;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-expicatif-blanc {
    text-align: center;
    margin-bottom: 50px;
  }

  .sectionforplanpoint, .code-embed-2 {
    height: auto;
  }

  .feature-item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col-grid-3 {
    height: auto;
  }

  .section-content-wrap-3 {
    height: auto;
    padding: 50px 10px;
  }

  .align-center-14 {
    margin-left: 0;
  }

  .section-content-wrap-1 {
    height: auto;
    padding: 50px 10px;
  }

  .section-title---main-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-title---main-3.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .feature-title-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .section-20 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .feature-icon-2 {
    margin-bottom: 15px;
  }

  .sectionsliderchambly {
    height: 400px;
  }

  ._4 {
    text-align: justify;
    margin-bottom: 50px;
  }

  ._4.nopadding-copy {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox-field {
    font-size: 1.5vw;
  }

  .checkbox {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
  }

  .checkbox.w--redirected-checked {
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    margin-left: -20px;
    font-size: 15px;
    line-height: 15px;
  }

  .checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
    width: 15px;
    height: 15px;
  }

  .checkbox-label-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .logogalerie {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-6 {
    height: 300px;
  }

  .div-block-28-copy {
    width: 96%;
  }

  .section-titlegalerie {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .section-titlegalerie.dark {
    text-align: center;
  }

  .section-titlegalerie.dark.header {
    line-height: 25px;
  }

  .section-titlegalerie.dark {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .section-titlegalerie.communs {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-titlegalerie.padding-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8ab6e {
  place-self: center;
}

#w-node-_611b26a7-d333-69c6-bf24-18540fa19fe8-ffd8ab6e, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e848-ffd8ab6e, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed111-ffd8ab6e, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e840-ffd8ab6e, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e844-ffd8ab6e, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e84c-ffd8ab6e, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed122-ffd8ab6e, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e850-ffd8ab6e, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e854-ffd8ab6e, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed115-ffd8ab6e, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed126-ffd8ab6e, #w-node-c4c2e22c-74c7-4a11-54a2-e164e4d3b84b-ffd8ab6e, #w-node-a28f08cf-fd76-eed6-578f-bcf851c8006f-ffd8ab6e, #w-node-ee4a87a3-1600-1a37-1ec9-67901d12fee7-ffd8ab6e, #w-node-ab0807a1-755d-2ce2-6da5-2aea28902905-ffd8ab6e, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed10d-ffd8ab6e, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed119-ffd8ab6e, #w-node-_0d4a94fe-9f43-54d7-a018-c4d84b4897b7-ffd8ab6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c119f38d-406e-af59-50e4-55ecfda96887-df325711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a09f72f-e4fd-ddf6-9cf2-cc7431922266-df325711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5f082136-21cb-5fec-e312-86baf3f3aa5a-565cfa81, #w-node-_5f082136-21cb-5fec-e312-86baf3f3aa5e-565cfa81, #w-node-_5f082136-21cb-5fec-e312-86baf3f3aa62-565cfa81, #w-node-_5f082136-21cb-5fec-e312-86baf3f3aa66-565cfa81 {
  place-self: center start;
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8abaf {
  place-self: center;
}

#w-node-_1e47c841-51a9-ae18-e012-a2f2712efc2d-ffd8abaf {
  place-self: auto;
}

#w-node-_213cf7ab-fd64-12a8-ad26-3b56386b72be-386b72bb, #w-node-_213cf7ab-fd64-12a8-ad26-3b56386b72c3-386b72bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8abc7 {
  place-self: center;
}

#w-node-_6311fb15-7fa2-8f30-6d3a-e428739d4035-ffd8abc7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e47c841-51a9-ae18-e012-a2f2712efc2d-ffd8abc7 {
  place-self: auto;
}

#w-node-_1c60c9c0-3b66-1b45-65d0-e1e47e50935f-ffd8abc7 {
  place-self: center;
}

#w-node-_75130a34-9267-3304-9682-0e9b0e9b6cf3-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6cf7-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6cfb-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6cff-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d03-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d07-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d0b-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d0f-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d13-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d17-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d1b-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d1f-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d23-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d27-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d2b-ffd8abc7, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d30-ffd8abc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7d51c9-4706-fa72-5acd-da9f089b27ff-ffd8abc7, #w-node-ec9b3216-890e-1afa-dc76-94f00504d214-ffd8abc7 {
  place-self: auto;
}

#w-node-c63a315f-288a-8a6d-f7b4-9f3e5c82ffd2-ffd8abc7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6b47bd1d-a4ef-88ae-ab88-a456aba87017-ffd8abc7 {
  place-self: auto;
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8abc8 {
  place-self: center;
}

#w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9e7-ffd8abc8, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9eb-ffd8abc8, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9f1-ffd8abc8, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9f7-ffd8abc8, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9fd-ffd8abc8, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddba03-ffd8abc8, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddba09-ffd8abc8, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddba0f-ffd8abc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-e1f40ba2 {
  place-self: center;
}

#w-node-_611b26a7-d333-69c6-bf24-18540fa19fe8-e1f40ba2, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e848-e1f40ba2, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed111-e1f40ba2, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e840-e1f40ba2, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e844-e1f40ba2, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e84c-e1f40ba2, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed122-e1f40ba2, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e850-e1f40ba2, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e854-e1f40ba2, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed115-e1f40ba2, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed126-e1f40ba2, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed10d-e1f40ba2, #w-node-a28f08cf-fd76-eed6-578f-bcf851c8006f-e1f40ba2, #w-node-ee4a87a3-1600-1a37-1ec9-67901d12fee7-e1f40ba2, #w-node-ab0807a1-755d-2ce2-6da5-2aea28902905-e1f40ba2, #w-node-c4c2e22c-74c7-4a11-54a2-e164e4d3b84b-e1f40ba2, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed119-e1f40ba2, #w-node-_0d4a94fe-9f43-54d7-a018-c4d84b4897b7-e1f40ba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-a8ee334b {
  place-self: center;
}

#w-node-_611b26a7-d333-69c6-bf24-18540fa19fe8-a8ee334b, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e848-a8ee334b, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed111-a8ee334b, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e840-a8ee334b, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e844-a8ee334b, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e84c-a8ee334b, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed122-a8ee334b, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e850-a8ee334b, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e854-a8ee334b, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed115-a8ee334b, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed126-a8ee334b, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed10d-a8ee334b, #w-node-a28f08cf-fd76-eed6-578f-bcf851c8006f-a8ee334b, #w-node-ee4a87a3-1600-1a37-1ec9-67901d12fee7-a8ee334b, #w-node-ab0807a1-755d-2ce2-6da5-2aea28902905-a8ee334b, #w-node-c4c2e22c-74c7-4a11-54a2-e164e4d3b84b-a8ee334b, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed119-a8ee334b, #w-node-_0d4a94fe-9f43-54d7-a018-c4d84b4897b7-a8ee334b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1040a80-01f7-ac58-644f-b3b765d85fb7-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdb-064759de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a17a-064759de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a17f-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a183-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a187-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a18b-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a193-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a197-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a19f-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1a5-064759de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a1ab-064759de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a1b0-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1b4-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1b8-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1bc-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1c0-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1c4-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1cc-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1d0-064759de, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1d6-064759de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1040a80-01f7-ac58-644f-b3b765d85fb7-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdb-56fcbcef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801e3-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801e7-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801eb-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801ef-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801f3-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801f7-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801fb-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa2801ff-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa280203-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa280207-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa28020b-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa28020f-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa280213-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa280217-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa28021b-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa28021f-56fcbcef, #w-node-_5aaa3a59-5d9b-751d-d508-16ebfa280220-56fcbcef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a17a-56fcbcef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a17f-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a183-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a187-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a18b-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a193-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a197-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a19f-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1a5-56fcbcef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a1ab-56fcbcef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-beb36d70-83e1-4556-ae5e-563b60b8a1b0-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1b4-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1b8-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1bc-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1c0-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1c4-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1cc-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1d0-56fcbcef, #w-node-beb36d70-83e1-4556-ae5e-563b60b8a1d6-56fcbcef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8ab6e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bfbbee94-a519-2a3f-96ae-5fdff7150cfd-ffd8ab96 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8abaf, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8abc7, #w-node-_1c60c9c0-3b66-1b45-65d0-e1e47e50935f-ffd8abc7, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8abc8, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-e1f40ba2, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-a8ee334b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fb7-064759de {
    display: none;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdb-064759de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdc-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fec-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85ffc-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d86006-064759de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fb7-56fcbcef {
    display: none;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdb-56fcbcef {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdc-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fec-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85ffc-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d86006-56fcbcef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-ffd8ab6e, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-e1f40ba2, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-a8ee334b {
    justify-self: center;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fb7-064759de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fb8-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fbf-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fc6-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fcd-064759de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdb-064759de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdc-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fec-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d85ffc-064759de, #w-node-f1040a80-01f7-ac58-644f-b3b765d86006-064759de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fb7-56fcbcef {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fb8-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fbf-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fc6-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fcd-56fcbcef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdb-56fcbcef {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-f1040a80-01f7-ac58-644f-b3b765d85fdc-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85fec-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d85ffc-56fcbcef, #w-node-f1040a80-01f7-ac58-644f-b3b765d86006-56fcbcef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'John Mayer';
  src: url('../fonts/John-Mayer.ttf') format('truetype'), url('../fonts/John-Mayer.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}