@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: #f8f8f4;
  --dark-slate-grey\<deleted\|variable-385d99be\>: #182f23;
  --nouveau-vert: #071510;
  --vert-approuvé-elian: #071510;
  --tan: #ac9660;
  --midnight-blue: #142944;
  --dim-grey: #87705c;
  --white: white;
  --black: #000;
  --light-grey: #ebe9e6;
  --section-offset: 220px;
  --green-2: #9a9887;
  --beige: #f8f8f4;
  --color: #5c4735;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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(--gainsboro);
  color: #333;
  font-family: Firasans;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.side-nav {
  z-index: 3;
  background-color: var(--dark-slate-grey\<deleted\|variable-385d99be\>);
  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;
  text-align: center;
  background-image: none;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 0;
  max-height: 100vh;
  padding: 0;
  display: block;
}

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

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

._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;
  width: 100%;
  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-content-wrap {
  background-color: var(--tan);
  color: #fff;
  background-image: url('../images/back-gris.jpg');
  background-position: 50%;
  background-size: cover;
  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;
}

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

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

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

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

.link-4 {
  color: #fff;
}

.link-5 {
  color: #c37474;
}

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

.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.dark-copy {
  color: var(--vert-approuvé-elian);
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: none;
}

.section-title---main.dark-ordi {
  color: var(--vert-approuvé-elian);
  margin-bottom: 3vh;
  font-size: 2vw;
  line-height: 2.25vw;
}

.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(--black);
  color: var(--black);
  text-transform: uppercase;
  background-color: #87705c00;
  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(--nouveau-vert);
  background-color: var(--black);
  color: #fff;
}

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

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

.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);
  padding-bottom: 25px;
  font-family: Neuemontreal, sans-serif;
  font-size: 20px;
}

.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: none;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

.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.secondary.nodoublemenu {
  background-color: var(--vert-approuvé-elian);
  top: 0;
}

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

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

.section-offset-container {
  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;
}

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

.footer-left {
  width: 100%;
}

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

.text-block-2 {
  color: var(--gainsboro);
  margin-top: 60px;
  font-family: Neuemontreal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

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

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

.image-102 {
  max-width: 90%;
  padding-top: 10%;
}

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

.form-field-2 {
  color: var(--vert-approuvé-elian);
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 30px;
  margin-top: 10px;
  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-approuvé-elian);
  border-bottom-color: #132c22;
  height: 30px;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, sans-serif;
  font-size: 14px;
}

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

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

.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 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

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

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

.titre-locataires-2 {
  color: #132c22;
  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-24, .column-25 {
  text-align: left;
}

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

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

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

.bold-text {
  color: #112b2a;
}

.text-block-legal {
  color: var(--gainsboro);
  margin-top: 60px;
  font-family: Neuemontreal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr 1.5fr 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  margin-bottom: 10px;
  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;
}

.studio, ._1-chambre {
  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.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;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
  display: none;
}

._2-chambres {
  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.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;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
  display: none;
}

._3-chambres {
  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.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;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
  display: none;
}

.section-hero {
  z-index: -1;
  color: #0d1813;
  background-color: #0d1813;
  height: 100vh;
  padding-top: 8rem;
  position: relative;
}

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

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

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

.nav_div.is-rightr-orient {
  justify-content: flex-end;
  align-items: center;
}

.partners_subtitle-2 {
  color: #0d1813;
  text-align: center;
  width: 500px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

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

.container-full {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-small {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.footer-logo-2 {
  max-width: 3.125rem;
}

.form-field-3 {
  color: var(--black);
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 30px;
  margin-top: 10px;
  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-3:active {
  color: #132c22;
  background-color: #5e1c1c00;
}

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

.form-field-3::placeholder {
  color: var(--black);
  background-color: #27101000;
}

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

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

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

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

.hide {
  display: none;
}

._1habitant-2 {
  opacity: 1;
  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;
}

.form_title-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.animated-text {
  font-family: John Mayer, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.animated-text.text-align-center {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--gainsboro);
  text-align: justify;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: John Mayer, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.column-26 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.cta_bg_gray {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  border: 1px solid var(--gainsboro);
  background-color: var(--black);
  text-align: justify;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3.75rem;
  padding: 6.25rem 4rem;
  display: flex;
}

.cta_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_content.gap_1-25 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--vert-approuvé-elian);
  padding-top: 3.75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.no-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.line-horizontal {
  color: #101e18;
  background-color: #0d1813;
  width: 100%;
  height: 2px;
}

.text-style-allcaps {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: Neuemontreal, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-style-allcaps.text-color-white {
  color: var(--gainsboro);
}

.text-style-allcaps._2rem {
  font-family: Neuemontreal, sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.max-width_25rem {
  text-align: center;
  max-width: 26rem;
}

.aera_title {
  text-align: center;
  font-family: John Mayer, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}

.margin_top_bot {
  margin-top: 0;
  margin-bottom: 0;
}

.tuxedo {
  max-width: 5.75rem;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-wrapper {
  overflow: clip;
}

.text-color-dark_green {
  color: #0d1813;
  font-family: John Mayer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2px;
}

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

.form-lambert {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.max-width_50rem {
  text-align: justify;
  max-width: 55rem;
}

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

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

.text-color-white.text-style-allcaps {
  font-family: Neuemontreal, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-color-white.text-style-allcaps.white {
  color: var(--gainsboro);
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_small {
  z-index: 9;
  color: #0d1813;
  background-color: #00000040;
  position: absolute;
  inset: 0% 0% auto;
}

.titre-locataires-5 {
  color: var(--black);
  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;
}

.footer_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 6.25rem;
  padding-bottom: 1rem;
  display: flex;
}

.hero_bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  width: 100%;
  max-width: 12.5rem;
}

.container-large {
  width: 100%;
  max-width: 70.375rem;
  margin-left: auto;
  margin-right: auto;
}

.form_content-2 {
  background-color: var(--white);
  color: #666;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  display: flex;
}

.section-cta {
  color: #fff;
  background-image: linear-gradient(0deg, #fff 86%, #0000 86%);
  margin-top: 0;
}

.navbar2_link {
  color: #0d1813;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: opacity .2s;
}

.navbar2_link:hover {
  opacity: .5;
}

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

.maison-de-ville {
  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;
}

.maison-de-ville.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;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-family: Neuemontreal, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: flex;
}

.text-block-3 {
  font-family: John Mayer, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
}

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

.field-wrap-5-copy._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: flex;
}

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="studio"], html.w-mod-js [data-ix="1chambre"], html.w-mod-js [data-ix="2chambres"], html.w-mod-js [data-ix="3chambres"], html.w-mod-js [data-ix="maison-de-ville"] {
  opacity: 1;
}

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

@media screen and (min-width: 1920px) {
  .section.footer {
    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;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2-col-grid {
    width: 100%;
  }

  .divpopup {
    display: flex;
  }

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

  .section-offset-container {
    width: 100%;
  }

  .grid {
    padding-bottom: 25px;
  }

  ._1-chambre.select, ._2-chambres.select, ._3-chambres.select {
    font-size: 14px;
  }

  .titre-locataires-4 {
    font-size: 1vw;
  }

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

  .maison-de-ville.select {
    font-size: 14px;
  }
}

@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.full {
    height: 500px;
  }

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

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

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

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

  .section-title---main.dark-copy, .section-title---main.dark-ordi {
    font-size: 24px;
    line-height: 24px;
  }

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

  ._1habitant {
    font-size: 20px;
    line-height: 24px;
  }

  ._2habitants {
    font-size: 14px;
    line-height: 24px;
  }

  .section-subtitle---main {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 32px;
  }

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

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

  .mapsection {
    min-height: 50vh;
  }

  .applevideo {
    padding-top: 220px;
    padding-bottom: 220px;
  }

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

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

  .section-offset-container {
    height: auto;
    padding-top: 0;
  }

  .section-offset-container.vertical-center {
    padding: 60px 40px;
  }

  .section-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-content-wrap-4, .section-content-wrap-6 {
    flex: 1;
    padding: 60px;
  }

  .form-field-2 {
    font-size: 14px;
    line-height: 24px;
  }

  ._2habitants-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .form-field-3, ._1habitant-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }
}

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

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

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

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

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

  ._2habitants {
    font-size: 14px;
  }

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

  .footer-logo {
    width: 200px;
  }

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

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

  .section-container, .section-content-wrap-4, .section-content-wrap-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-field-2 {
    font-size: 14px;
  }

  .field-wrap-4._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }

  .formchambly {
    width: auto;
  }

  .section-hero {
    height: 90vh;
  }

  .field-wrap-5._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form-field-3, ._1habitant-2 {
    font-size: 14px;
  }

  .cta_bg_gray {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .field-wrap-5-copy._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }
}

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

  .section.footer {
    background-color: var(--vert-approuvé-elian);
    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 10px;
  }

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

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

  .section-title---main {
    font-size: 24px;
    line-height: 32px;
  }

  .section-title---main.dark-copy {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: flex;
  }

  .section-title---main.dark-ordi {
    margin-bottom: 4vh;
    font-size: 22px;
    line-height: 25px;
    display: none;
  }

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

  .submit-button-5 {
    text-align: center;
    width: auto;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
  }

  ._1habitant, ._2habitants {
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .feature-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text {
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .popup {
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .menu-button-2 {
    z-index: 2;
  }

  .navbar-brand.w--current {
    width: 400px;
    max-width: 150px;
  }

  .nav-menu {
    z-index: 9999;
  }

  .nav-link {
    padding-bottom: 10px;
  }

  .navbar-right-content {
    display: none;
  }

  .section-offset-container.vertical-center {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-2 {
    display: none;
  }

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

  .form-field-2 {
    height: 40px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .form-field-2.select {
    height: 40px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 16px;
  }

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

  .field-wrap-4._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .radio-button-label-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .titre-habitation-2 {
    margin-top: 0;
    padding-top: 30px;
    display: block;
  }

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

  .form-chambly {
    display: block;
  }

  .columns-locataires-2 {
    text-align: left;
  }

  .formchambly {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .text-block-legal {
    color: var(--vert-approuvé-elian);
    text-align: justify;
    display: flex;
  }

  .image-105 {
    display: inline-block;
  }

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

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

  ._1-chambre.select, ._2-chambres.select, ._3-chambres.select {
    font-size: 16px;
    line-height: 22px;
  }

  .section-hero {
    z-index: -1;
  }

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

  .field-wrap-5._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .partners_subtitle-2 {
    text-align: center;
    width: auto;
  }

  .radio-button-label-4 {
    font-size: 16px;
    line-height: 22px;
  }

  ._2habitants-2 {
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

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

  .form-field-3 {
    height: 40px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .form-field-3.select {
    height: 40px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 16px;
  }

  .title_logo {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  ._1habitant-2 {
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .animated-text.text-align-center {
    font-size: 1.5rem;
  }

  .cta_bg_gray {
    padding: 4rem 1.5rem;
  }

  .nav-content_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .form-lambert {
    display: block;
  }

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

  .image {
    width: 100%;
    max-width: 10rem;
  }

  .form_content-2 {
    padding: 4rem 1.5rem;
  }

  .navbar2_link {
    text-align: left;
  }

  .grid-citoyen {
    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;
  }

  .maison-de-ville.select {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-3 {
    text-align: center;
  }

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

  .field-wrap-5-copy._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
}

#w-node-f1a070cf-0658-bba5-8216-ea9e87fe7b66-12a3a69a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1a070cf-0658-bba5-8216-ea9e87fe7b69-12a3a69a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_565ea9af-e3ac-3036-7810-d097311bd2ec-12a3a69a, #w-node-_565ea9af-e3ac-3036-7810-d097311bd2f0-12a3a69a, #w-node-_565ea9af-e3ac-3036-7810-d097311bd2f4-12a3a69a {
  place-self: center start;
}

#Courriel.w-node-f1a070cf-0658-bba5-8216-ea9e87fe7ba0-12a3a69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1a070cf-0658-bba5-8216-ea9e87fe7bb4-12a3a69a, #w-node-f1a070cf-0658-bba5-8216-ea9e87fe7bb8-12a3a69a, #w-node-f1a070cf-0658-bba5-8216-ea9e87fe7bbc-12a3a69a, #w-node-f1a070cf-0658-bba5-8216-ea9e87fe7bc0-12a3a69a {
  place-self: center start;
}

#Stationnement-en-option.w-node-f1a070cf-0658-bba5-8216-ea9e87fe7bcd-12a3a69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1a070cf-0658-bba5-8216-ea9e87fe7b66-a06873aa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1a070cf-0658-bba5-8216-ea9e87fe7b69-a06873aa {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-bfbbee94-a519-2a3f-96ae-5fdff7150cfd-12a3a6be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1a070cf-0658-bba5-8216-ea9e87fe7b66-12a3a69a, #w-node-f1a070cf-0658-bba5-8216-ea9e87fe7b66-a06873aa {
    grid-column-start: 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;
}