@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 {
  --_aera-collection---bg_grey: #f8f8f4;
  --dark-slate-grey: #182f23;
  --nouveau-vert: #112b2a;
  --gainsboro: #e4e2dc;
  --tan: #ac9660;
  --_aera-collection---dark-green: #071510;
  --_aera-collection---brown: #87705c;
  --midnight-blue: #142944;
  --dim-grey: #87705c;
  --_aera-collection---white: white;
  --light-grey: #d2cbc0;
  --section-offset: 220px;
  --green-2: #9a9887;
  --beige: #c6c2b7;
}

.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;
}

body {
  background-color: var(--_aera-collection---bg_grey);
  color: #333;
  font-family: Neuemontreal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.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 {
  color: #796a45;
  height: 100vh;
  max-height: 100vh;
}

.section.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: 60px;
  padding-right: 60px;
  display: none;
}

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

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

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

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

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

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

.section.header {
  height: 100vh;
}

._2-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  color: var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  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-content-wrap {
  color: #fff;
  background-color: #0000;
  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.green {
  border: 1px solid var(--_aera-collection---dark-green);
  background-color: var(--_aera-collection---dark-green);
}

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

.section-content-wrap.bg-grey {
  background-color: var(--_aera-collection---bg_grey);
  color: var(--_aera-collection---brown);
}

.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;
}

.align-center.max-width-20rem {
  align-items: stretch;
  max-width: 25vw;
}

.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: 16vw;
  max-width: 100%;
  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;
  width: 55vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.section-title---main {
  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;
}

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

.section-title---main.dark {
  color: var(--_aera-collection---dark-green);
}

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

.centeredparagraph {
  color: var(--_aera-collection---brown);
  text-align: justify;
  text-transform: none;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.centeredparagraph.white-text {
  color: #fff;
}

.section-line-wrap {
  justify-content: center;
  align-items: stretch;
  height: 12vh;
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
  display: flex;
}

.section-line {
  width: 1px;
  height: 12vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section-line.brown {
  background-color: var(--_aera-collection---brown);
}

.section-line.white {
  background-color: var(--_aera-collection---white);
}

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

.features-grid.is-white {
  background-color: var(--_aera-collection---white);
  padding: 3rem 1.75rem;
}

.feature-item {
  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;
}

.feature-icon {
  filter: brightness(0%);
  object-fit: contain;
  width: 3vw;
  height: 3vw;
  margin-bottom: 10px;
}

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

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

.full-silder-arrow {
  border: 1px solid var(--_aera-collection---brown);
  width: 2.5rem;
  height: 1.875rem;
  color: var(--_aera-collection---brown);
  background-color: #0000;
  border-radius: 100em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -110%;
}

.full-silder-arrow:hover {
  border-color: var(--_aera-collection---dark-green);
  background-color: var(--_aera-collection---dark-green);
  color: var(--_aera-collection---white);
}

.full-silder-arrow.next {
  right: calc(50% - 2.75rem);
}

.full-silder-arrow.hidden {
  left: calc(50% - 2.75rem);
}

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

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

.button-wrap-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vh;
  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;
}

.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;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.submit-button-5 {
  border: 1px solid var(--_aera-collection---dark-green);
  color: #87705c;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100em;
  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 {
  border-color: var(--_aera-collection---dark-green);
  background-color: var(--_aera-collection---dark-green);
  color: #fff;
}

.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;
}

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

.form-field {
  height: 40px;
  color: var(--_aera-collection---dark-green);
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  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: var(--_aera-collection---dark-green);
  -webkit-text-stroke-color: var(--_aera-collection---dark-green);
  background-color: #27101000;
}

.form-field.select {
  height: 40px;
  color: var(--_aera-collection---dark-green);
  border-bottom-color: #132c22;
  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: var(--_aera-collection---dark-green);
}

.field-wrap-3 {
  padding-bottom: 0;
}

.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;
}

.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: 100px;
}

.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;
}

.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 {
  border: 1px solid var(--_aera-collection---dark-green);
  color: #87705c;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100em;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.7;
  transition: all .2s;
}

.bouton:hover {
  background-color: var(--_aera-collection---dark-green);
  color: #fff;
}

.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;
  width: 50%;
}

.bouton.white:hover {
  border-color: var(--_aera-collection---dark-green);
}

.bouton.is-white {
  border-color: var(--_aera-collection---white);
  color: var(--_aera-collection---white);
}

.bouton.is-white:hover {
  background-color: var(--_aera-collection---white);
  color: var(--_aera-collection---dark-green);
}

.mapsection {
  background-image: linear-gradient(90deg, #dcdcdc 3%, #fff0 3%), linear-gradient(270deg, var(--gainsboro) 3%, #fff0 3%), linear-gradient(180deg, gainsboro 2%, #fff0 2%), linear-gradient(180deg, #0000 98%, gainsboro 98%), url('../images/Aera-saint-Hilaire_Map.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;
  position: relative;
  inset: 0%;
}

.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;
}

.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);
  height: 100%;
  color: var(--gainsboro);
  background-image: url('../images/Aera_Header_2023-12.png');
  background-position: 50%;
  background-size: cover;
  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: 0;
  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: 0;
  padding-bottom: 0;
  display: flex;
}

.section-title-form {
  max-width: 800px;
  color: var(--dark-slate-grey);
  text-align: center;
  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;
}

.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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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: flex;
  position: fixed;
  inset: 0%;
}

.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: #071510;
  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 {
  border-width: 1px;
  border-color: var(--_aera-collection---dark-green);
  color: var(--_aera-collection---dark-green);
  -webkit-text-stroke-color: var(--nouveau-vert);
  border-radius: 100em;
  flex: none;
  text-decoration: none;
  transition: all .2s, box-shadow .2s;
}

.nav-button.small.outline:hover {
  background-color: var(--nouveau-vert);
  color: var(--_aera-collection---white);
}

.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: #071510;
  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;
}

.nav-link.primary {
  color: #071510;
}

.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;
}

.navbar-promo {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #c0b1b1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 60px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.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: 0;
}

.section-offset-container.slider-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  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;
  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.white-bg {
  padding: 10%;
}

.absolute-section-img.img-bg-1 {
  background-image: url('../images/montagnes-background.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 10%;
}

.absolute-section-img.dark-bg {
  background-color: #0f1e17;
  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%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-right, .footer-left {
  width: 100%;
}

.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;
}

.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);
  justify-content: flex-start;
  align-items: center;
}

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

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

.hero-video-mobile {
  border-radius: 0;
  display: none;
}

.text-block-2 {
  color: var(--nouveau-vert);
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-custom.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.icon-embed-custom.reverse.is-list {
  flex: none;
  width: 1rem;
  margin-right: 10px;
}

.apple_vid_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.bold-text-2 {
  font-weight: 400;
}

.divpopup-2 {
  z-index: 89999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.divinsidepopup-copy {
  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: space-between;
  align-items: flex-start;
  max-width: 600px;
  height: auto;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-block-19-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff0;
  background-color: #eeece7;
  border: 2px #8b8b8b;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.div-xclose-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.xclose-3 {
  z-index: 20000;
  float: right;
  clear: left;
  border: 1px solid var(--nouveau-vert);
  color: var(--nouveau-vert);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  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-53 {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

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

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

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

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

.titre-locataires-6 {
  color: #101e18;
  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;
}

._1-chambre, .studio, ._3-chambres, ._2-chambres, ._3-chambres-den, ._1-chambre-denn {
  color: #101e18;
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom-style: solid;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  display: none;
}

.link-block-4 {
  display: flex;
}

.popup-2 {
  z-index: 9990;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #00000073;
  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: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.insidepopup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-radius: 500px;
  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: 650px;
  height: auto;
  display: flex;
}

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

.xclose-4 {
  z-index: 20000;
  float: right;
  clear: left;
  border: 2px solid var(--_aera-collection---brown);
  opacity: .9;
  color: var(--dim-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--nouveau-vert);
  cursor: pointer;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  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;
}

.link-block-5 {
  display: flex;
}

.image-popup-2 {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.popup-3 {
  z-index: 9990;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.insidepopup-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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: 650px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

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

.xclose-5 {
  z-index: 20000;
  float: right;
  clear: left;
  border: 3px solid var(--dim-grey);
  opacity: .9;
  color: var(--dim-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--dim-grey);
  cursor: pointer;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 18px;
  margin-left: 10px;
  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-3 {
  text-align: center;
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 0;
}

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

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

@media screen and (min-width: 1440px) {
  .popup-2, .popup-3 {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .divpopup, .full-silder-arrow.hidden {
    display: flex;
  }

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

  .divpopup-2 {
    display: flex;
  }

  .divinsidepopup-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
    max-width: 800px;
    display: flex;
  }

  .image-53 {
    display: block;
  }

  .grid-5 {
    padding-bottom: 25px;
  }

  .radio-button-label-7, .titre-locataires-6 {
    font-size: 1vw;
    line-height: 28px;
  }

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

  .insidepopup {
    width: 1000px;
  }

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

  .insidepopup-2 {
    width: 900px;
  }
}

@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.white {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section.full {
    height: 500px;
  }

  .section.whitemap {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section.header {
    height: 100vh;
  }

  ._2-col-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .main-logo {
    max-width: 180px;
    position: absolute;
    top: 40px;
    left: 60px;
  }

  .section-img {
    width: 100%;
    max-height: 40rem;
  }

  .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;
  }

  .align-center.max-width-20rem {
    max-width: none;
  }

  .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;
  }

  .section-title---main {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 48px;
  }

  .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;
  }

  .button-wrap-3 {
    padding-top: 30px;
  }

  .section-title-9 {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 54px;
  }

  .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%;
  }

  .feature-item-2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .bouton {
    justify-content: center;
    align-items: center;
    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;
  }

  .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;
  }

  .submit-button-rsvp {
    border-color: var(--dark-slate-grey);
    color: var(--_aera-collection---brown);
    border-radius: 100em;
  }

  .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;
  }

  .navbar-promo {
    height: 30px;
    padding: 10px;
    font-size: 16px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .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;
  }

  .flex-centred {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .divpopup-2 {
    display: flex;
  }

  .divinsidepopup-copy {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .section.footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.home-header {
    height: 100vh;
  }

  .section.full {
    height: 500px;
  }

  .main-logo {
    max-width: 140px;
    left: 40px;
  }

  .section-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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;
  }

  .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;
  }

  .section-title---main {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .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;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-9 {
    font-size: 36px;
    line-height: 42px;
  }

  .section-absolute-bg {
    z-index: -1;
  }

  .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%;
  }

  .feature-item-2 {
    max-width: 100%;
  }

  .footer-logo {
    width: 200px;
  }

  .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;
  }

  .navbar-brand {
    max-width: 100px;
  }

  .second-nav-button {
    font-size: 14px;
  }

  .header-title---main {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .divpopup-2 {
    display: flex;
  }

  .insidepopup, .insidepopup-2 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .section.footer {
    height: auto;
  }

  .section.home-header {
    height: 100vh;
  }

  .section.slider {
    padding-bottom: 0;
    display: block;
  }

  .section.white {
    height: auto;
  }

  .section.full {
    height: 300px;
  }

  .section.whitemap, ._2-col-grid {
    height: auto;
  }

  .main-logo {
    max-width: 200px;
    top: 20px;
    left: 20px;
  }

  .main-logo.lessmargin {
    display: none;
  }

  .section-img {
    height: 350px;
  }

  .section-img.full {
    height: 100%;
  }

  .section-content-wrap {
    height: auto;
    padding: 50px 20px;
  }

  .section-content-wrap.vi-section.blue {
    background-image: none;
  }

  .section-content-wrap.vi-section.blue.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrap {
    display: none;
  }

  .align-center {
    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 {
    font-size: 24px;
    line-height: 32px;
  }

  .centeredparagraph {
    text-transform: none;
    max-width: none;
    line-height: 24px;
  }

  .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%;
  }

  .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%;
  }

  .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 {
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 20px;
    display: none;
  }

  .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;
  }

  .field-wrap-3 {
    width: 100%;
    padding-bottom: 0;
  }

  .field-wrap-3._2-col {
    padding-top: 0;
    padding-bottom: 0;
    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;
  }

  .bouton {
    width: auto;
  }

  .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;
  }

  .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 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .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 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 20px;
    line-height: 30px;
  }

  .paradraph-rsvp-first {
    max-width: none;
    margin-top: 3rem;
    margin-bottom: 3rem;
    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: flex;
  }

  .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;
  }

  .navbar-promo {
    height: 80px;
    margin-top: 100px;
    padding: 6px 0;
    font-size: 14px;
    inset: 0% 0% auto;
  }

  .section-offset-container.offset-both-navbar {
    height: 100%;
  }

  .absolute-section-img {
    height: auto;
  }

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

  .arrow-list-item {
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
  }

  .arrow-icon {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  .hero-video-mobile {
    display: block;
  }

  .divpopup-2 {
    z-index: 2147483647;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: fixed;
  }

  .divinsidepopup-copy {
    z-index: 80000000;
    color: #fff;
    white-space: normal;
    object-fit: fill;
    background-color: #fff0;
    background-image: none;
    background-size: auto;
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 100px auto 30px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-19-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    background-image: none;
    background-size: auto;
    border-style: none;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    top: 0%;
  }

  .div-xclose-2 {
    display: flex;
  }

  .xclose-3 {
    color: #042c2c;
    border-color: #042c2c;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto;
  }

  .image-53 {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start center;
    display: grid;
  }

  .radio-button-chambres {
    justify-content: flex-start;
    align-items: center;
  }

  .radio-button-label-7 {
    font-size: 14px;
    line-height: 28px;
  }

  .titre-locataires-6 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    display: block;
  }

  .popup-2 {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .insidepopup {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #44272700;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .div-xclose-3 {
    object-fit: fill;
    width: auto;
    display: flex;
    position: absolute;
    inset: auto;
    overflow: visible;
  }

  .xclose-4 {
    color: #c7c1b6;
    -webkit-text-stroke-color: #c7c1b6;
    border-width: 2px;
    border-color: #c7c1b6;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 10px;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
    position: static;
    inset: auto;
  }

  .image-popup-2 {
    background-color: #0000;
  }

  .popup-3 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .insidepopup-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ffffffe6;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 80px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .div-xclose-4 {
    object-fit: fill;
    width: auto;
    display: block;
    position: absolute;
    inset: auto;
    overflow: visible;
  }

  .xclose-5 {
    color: var(--dim-grey);
    border-width: 2px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 6px 4px;
    font-size: 15px;
    line-height: 15px;
    position: static;
    inset: auto;
  }
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-9dfc3c52 {
  place-self: center;
}

#w-node-da4b9052-98c3-26a0-4d05-d67a7c65e848-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed111-9dfc3c52, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e840-9dfc3c52, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e844-9dfc3c52, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e84c-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed122-9dfc3c52, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e850-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed115-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed126-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed10d-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed12a-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed11e-9dfc3c52, #w-node-da4b9052-98c3-26a0-4d05-d67a7c65e83c-9dfc3c52, #w-node-b3f7e6cc-9b5b-617b-4dce-6c4474fed119-9dfc3c52, #w-node-_0d4a94fe-9f43-54d7-a018-c4d84b4897b7-9dfc3c52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e47c841-51a9-ae18-e012-a2f2712efc2d-9dfc3c52 {
  place-self: center;
}

#w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7ab-9dfc3c52, #w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7c5-9dfc3c52, #w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7b3-9dfc3c52, #w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7d3-9dfc3c52, #w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7d9-9dfc3c52, #w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7b9-9dfc3c52, #w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7cd-9dfc3c52, #w-node-_0d93fcfa-4b9c-b937-8118-2b32f2e5f7bf-9dfc3c52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26e96998-1eb0-c69f-5103-6b080671cab5-9dfc3c52 {
  place-self: center;
}

#w-node-b3242b32-5465-c42d-fa22-25e0df325714-df325711, #w-node-b3242b32-5465-c42d-fa22-25e0df325723-df325711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b3242b32-5465-c42d-fa22-25e0df325729-df325711 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_984c09ac-dba1-473e-c02e-6e4e4060b719-565cfa81, #w-node-_984c09ac-dba1-473e-c02e-6e4e4060b71d-565cfa81, #w-node-_984c09ac-dba1-473e-c02e-6e4e4060b721-565cfa81, #w-node-d2500b6d-27ad-4164-6192-5da5399e32aa-565cfa81, #w-node-_02b9bc1c-efd8-fb4d-95b9-f68b207e9322-565cfa81, #w-node-_05598171-a9dd-7a58-12c1-992673f5c59c-565cfa81 {
  place-self: center start;
}

#Message.w-node-_9eab300c-3684-f7ae-d6b9-f327565cfab3-565cfa81, #w-node-_060d11e7-ea26-6116-21d8-8291d43048f8-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-9dfc3c6a {
  place-self: center;
}

#w-node-_1e47c841-51a9-ae18-e012-a2f2712efc2d-9dfc3c6a {
  place-self: auto;
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-9dfc3c6b {
  place-self: center;
}

#w-node-_6311fb15-7fa2-8f30-6d3a-e428739d4035-9dfc3c6b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e47c841-51a9-ae18-e012-a2f2712efc2d-9dfc3c6b {
  place-self: auto;
}

#w-node-_1c60c9c0-3b66-1b45-65d0-e1e47e50935f-9dfc3c6b {
  place-self: center;
}

#w-node-_75130a34-9267-3304-9682-0e9b0e9b6cf3-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6cf7-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6cfb-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6cff-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d03-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d07-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d0b-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d0f-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d13-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d17-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d1b-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d1f-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d23-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d27-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d2b-9dfc3c6b, #w-node-_75130a34-9267-3304-9682-0e9b0e9b6d30-9dfc3c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7d51c9-4706-fa72-5acd-da9f089b27ff-9dfc3c6b, #w-node-ec9b3216-890e-1afa-dc76-94f00504d214-9dfc3c6b {
  place-self: auto;
}

#w-node-c63a315f-288a-8a6d-f7b4-9f3e5c82ffd2-9dfc3c6b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6b47bd1d-a4ef-88ae-ab88-a456aba87017-9dfc3c6b {
  place-self: auto;
}

#w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-9dfc3c6c {
  place-self: center;
}

#w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9e7-9dfc3c6c, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9eb-9dfc3c6c, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9f1-9dfc3c6c, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9f7-9dfc3c6c, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddb9fd-9dfc3c6c, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddba03-9dfc3c6c, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddba09-9dfc3c6c, #w-node-_08a810f4-c1aa-4eff-a017-1cd4c6ddba0f-9dfc3c6c, #w-node-_1ade74e9-bf18-25ce-806e-39ba7ef45337-9dfc3c73, #w-node-_1ade74e9-bf18-25ce-806e-39ba7ef45343-9dfc3c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-9dfc3c52, #w-node-_26e96998-1eb0-c69f-5103-6b080671cab5-9dfc3c52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3242b32-5465-c42d-fa22-25e0df325729-df325711 {
    grid-column: span 1 / span 1;
  }

  #w-node-bfbbee94-a519-2a3f-96ae-5fdff7150cfd-9dfc3c53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-9dfc3c6a, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-9dfc3c6b, #w-node-_1c60c9c0-3b66-1b45-65d0-e1e47e50935f-9dfc3c6b, #w-node-_2fb57985-af3c-bddc-a0c2-00a15c797aa8-9dfc3c6c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ade74e9-bf18-25ce-806e-39ba7ef45343-9dfc3c73 {
    order: -9999;
  }
}


@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;
}