@font-face {
  font-family: Moderat Extended;
  src: url('../fonts/Moderat-Extended-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Moderat Extended;
  src: url('../fonts/Moderat-Extended-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Moderat Extended;
  src: url('../fonts/Moderat-Extended-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Moderat Extended;
  src: url('../fonts/Moderat-Extended-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --primary-color: #4a513f;
  --font-color: #e9ded8;
  --color-1: #e9ded8;
  --color-2: #b38a74;
  --white: white;
  --color-3: #a0a797;
  --color-4: #ee6f38;
  --black: black;
  --transparent: #fff0;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

body {
  background-color: var(--primary-color);
  color: var(--font-color);
  font-family: Moderat Extended, sans-serif;
  font-size: 1.25vw;
  line-height: 1.75vw;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

.navbar {
  background-color: var(--primary-color);
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  text-align: justify;
  height: 100vh;
  position: relative;
}

.hero-section.plans {
  background-image: linear-gradient(180deg, var(--primary-color), #fff0 43%), url('../images/nouvelle-image-plans.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 75vh;
}

.hero-section.auto-height {
  height: auto;
}

.hero-section.withvideo {
  background-color: #a4a999;
}

.hero-section.visite {
  background-image: linear-gradient(180deg, var(--primary-color), #fff0 43%), url('../images/cuisine-v6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 75vh;
}

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

.section._2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a1a798;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.section._2-col.beige {
  background-color: #e9ded8;
}

.section._2-col.beige.spacing {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section._2-col.more {
  padding-top: 4vw;
}

.section._2-col.greencenter {
  background-color: #a1a799;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.section._2-col.beigecenter {
  background-color: #b38b74;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.section.full-img {
  min-height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section._2-3-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 0;
  display: grid;
}

.section._3-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section._3-2-col.more {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section.googlemap {
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: block;
}

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

.section._1-col-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a1a798;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.section._1-col-copy.beige {
  background-color: #e9ded8;
}

.section._1-col-copy.beige.spacing {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section._1-col-copy.more {
  padding-top: 4vw;
}

.section._1-col-copy.greencenter {
  background-color: #a1a799;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.section._1-col-copy.beigecenter {
  background-color: #b38b74;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.section._1-col-green {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.section._1-col-green.beige {
  background-color: #e9ded8;
}

.section._1-col-green.beige.spacing {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section._1-col-green.more {
  padding-top: 4vw;
}

.section._1-col-green.greencenter {
  background-color: #a1a799;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.section._1-col-green.beigecenter {
  background-color: #b38b74;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.footer {
  padding: 60px 20px 10px;
}

.section-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 5vw;
  display: flex;
  position: relative;
}

.section-column.img-side {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-column.light-font {
  color: var(--color-1);
}

.section-column.dark-font {
  color: var(--primary-color);
}

.section-column.dark-font-2 {
  color: var(--color-2);
}

.section-column.half {
  width: 50%;
  padding: 0 0;
}

.section-column.beige {
  height: 100%;
  color: var(--primary-color);
}

.section-img-wrap {
  z-index: 1;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25vh;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-img-wrap.hero {
  aspect-ratio: 2;
  margin-bottom: 50px;
}

.section-img-wrap.square {
  aspect-ratio: 1;
}

.section-img-wrap.auto {
  aspect-ratio: 2 / 3;
}

.section-img-wrap.full-height {
  aspect-ratio: auto;
  height: 100%;
}

.section-img-wrap.landscape {
  aspect-ratio: 3 / 2;
}

.section-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.arch-img-curtain {
  background-color: var(--primary-color);
  display: none;
  position: absolute;
  inset: 0%;
}

.section-title {
  z-index: 1;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Moderat Extended, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

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

.button-wrap.form {
  padding-top: 60px;
}

.button-border {
  border: 1px solid var(--primary-color);
  min-width: 250px;
  height: 70px;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  transition: all .2s;
  display: flex;
}

.button-border:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.button-border._2 {
  border-color: var(--color-2);
  color: var(--color-2);
}

.button-border._2:hover {
  color: var(--white);
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-icon {
  margin-bottom: 40px;
}

.section-icon.partners {
  width: 70%;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.full-absolute-img {
  z-index: 0;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.footer-logo {
  width: 35vw;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-logo.realised {
  width: 17.5vw;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.hero-container.overvideo {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-link {
  color: var(--primary-color);
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5vw;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--font-color);
  font-weight: 700;
  display: flex;
}

.nav-container {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  background-color: var(--color-3);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 20px 40px;
  display: flex;
  inset: 60px 0% auto auto;
}

.hero-logo {
  width: 16vw;
  max-width: 500px;
  margin-bottom: 60px;
}

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

.brand {
  flex: 1;
}

.language-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: block;
}

.menu-button {
  height: 60px;
  padding: 0;
}

.menu-button.w--open {
  background-color: var(--color-4);
}

.form-section-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon {
  z-index: 2;
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
}

.feature-icon.large {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.section-column-img {
  object-fit: cover;
  width: 100%;
}

.partner-item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.partner-logo {
  width: 100%;
  max-width: 160px;
}

.section-bg-block {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.section-bg-block.brown {
  background-color: var(--font-color);
}

.sectionmatterport {
  background-color: var(--color-3);
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

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

.insidepopup {
  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: 750px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose-2 {
  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-3 {
  z-index: 20000;
  float: right;
  clear: left;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  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: 25px;
  line-height: 25px;
  display: block;
  position: static;
  inset: auto 0% 248px auto;
}

.image-popup-2 {
  text-align: center;
  cursor: pointer;
  width: 750px;
}

._2habitants {
  color: #5b432a;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #5b432a;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

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

._2habitants:focus {
  color: #5b432a;
}

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

.email-form {
  width: 700px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.radio-button-2 {
  color: #97bfc6;
  font-size: 45px;
}

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

.radio-buttons-wrap {
  align-items: center;
  font-weight: 400;
  display: flex;
}

.field-row {
  padding-bottom: 10px;
}

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

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

._1habitant {
  color: #5b432a;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #5b432a;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

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

._1habitant:focus {
  color: #5b432a;
}

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

.form-title {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 400;
  position: static;
}

.radio-button-label {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #f0d5cc #f0d5cc var(--color-3);
  height: 30px;
  color: var(--font-color);
  background-color: #0000;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2:active {
  color: var(--color-1);
  background-color: #5e1c1c00;
}

.text-field-2:focus {
  color: var(--font-color);
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  color: var(--color-1);
}

.text-field-2::placeholder {
  color: var(--color-1);
  font-weight: 400;
}

.text-field-2.select {
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
}

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

.text-field-2.select:focus, .text-field-2.select:focus-visible, .text-field-2.select[data-wf-focus-visible] {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

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

.footer-links-col {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title {
  color: var(--font-color);
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 1vw;
  font-weight: 700;
}

.footer-link {
  color: var(--font-color);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1vw;
  line-height: 1.75vw;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-address {
  color: var(--font-color);
  font-size: 1.1vw;
}

.legal-text-2 {
  color: var(--color-1);
  padding-top: 40px;
  font-size: 12px;
  line-height: 24px;
}

.section-bg {
  z-index: -1;
  background-color: var(--color-1);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-bg._2 {
  background-color: var(--color-2);
}

.section-bg._3 {
  background-color: var(--color-3);
}

.section-title-wrap {
  text-align: left;
  position: relative;
}

.title-bg-logo {
  z-index: 0;
  opacity: .7;
  width: 8vw;
  position: absolute;
  inset: -10% auto auto -10%;
}

.button-opaque {
  background-color: var(--color-1);
  min-width: 250px;
  height: 70px;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  transition: all .2s;
  display: flex;
}

.button-opaque:hover {
  color: var(--white);
}

.button-opaque._2 {
  color: var(--color-2);
}

.button-opaque._2:hover {
  color: var(--white);
}

.button-opaque._3 {
  background-color: var(--primary-color);
  color: var(--color-3);
}

.button-opaque._3:hover {
  color: var(--white);
}

.button-opaque._4 {
  background-color: var(--color-4);
}

.full-section-img {
  z-index: 0;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.full-section-img.border-radius {
  border-radius: 24px;
}

.leaf-bg {
  z-index: -1;
  object-fit: contain;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: -20% 0% 0%;
}

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

.bigger-paragraph {
  text-align: left;
  font-size: 1.4vw;
  line-height: 2.1vw;
}

.bigger-paragraph.align-center {
  color: var(--primary-color);
}

.border-hero-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10vw;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.hero-img-wrap {
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
  position: relative;
  overflow: hidden;
}

.hero-side-text {
  z-index: 1;
  white-space: nowrap;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -13vw;
  font-family: Chlara, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
  position: absolute;
  transform: rotate(-90deg);
}

.hero-side-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.overlap-img {
  object-fit: cover;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}

.overlap-img.left {
  width: 120%;
  max-width: 120%;
  margin-left: -20%;
}

.overlap-img.right {
  width: 120%;
  max-width: 120%;
  margin-right: -20%;
}

.padding-block {
  width: 100%;
  height: 5vw;
}

.full-quick-stack {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  width: 100%;
  padding: 0;
}

.paragraph {
  text-align: left;
}

.feature-flex-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.column-leaf-bg {
  z-index: 0;
  opacity: .1;
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 70%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

._8-col-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-2 {
  text-align: left;
}

.dark-font {
  color: var(--primary-color);
  text-align: center;
}

.menu-icon {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: block;
}

.menu-button-content {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
}

.backgroundheader {
  z-index: 1;
  opacity: .65;
  width: 100%;
  height: 100%;
  position: absolute;
}

.headervideo {
  z-index: 1;
  text-align: center;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chlara, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

.minikalm {
  border-radius: 20px;
  width: 100px;
  margin-bottom: 2.5vw;
}

.dark-font-2 {
  color: var(--color-2);
}

.icon {
  width: 100px;
  max-height: 100px;
}

.gridicons {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
}

.container-2 {
  margin-top: 25px;
  margin-bottom: 100px;
}

.text-block-2 {
  font-family: Chlara, sans-serif;
  font-size: 2.25vw;
  line-height: 2.25vw;
}

.container-3 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.text-block-3 {
  margin-bottom: 20px;
}

.text-block-4 {
  color: var(--color-1);
  text-transform: uppercase;
  padding-left: 25px;
  font-size: 15px;
}

.footer-logo-copy {
  width: 35vw;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-logo-copy.realised-copy {
  width: 17.5vw;
  max-width: 60%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-text-2-copy {
  color: var(--color-1);
  padding-top: 0;
  font-size: 12px;
  line-height: 24px;
}

.div-block {
  font-size: 1vw;
}

.embeded-mobile {
  display: none;
}

.div-block-2 {
  text-align: center;
}

.text-block-5, .text-block-6 {
  color: var(--font-color);
}

.paragraph-3, .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18 {
  text-align: center;
}

.divtelephone {
  padding-right: 25px;
}

.bold-text-4 {
  padding-left: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.div-block-20 {
  display: none;
}

.div-block-21, .div-block-22, .div-block-23 {
  text-align: center;
}

.div-block-24 {
  text-align: center;
  display: block;
}

.div-block-25, .div-block-26, .div-block-27, .div-block-28, .paragraph-4, .paragraph-5, .div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35 {
  text-align: center;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  text-align: left;
}

.paragraph-9 {
  text-align: left;
  margin-bottom: 30px;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  text-align: left;
}

.section-title-center {
  z-index: 1;
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moderat Extended, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

.section-title-form {
  z-index: 1;
  align-self: center;
  width: 700px;
  margin-top: 0;
  margin-bottom: 4vw;
  font-family: Moderat Extended, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

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

.section-title-center-copy {
  z-index: 1;
  text-align: center;
  align-self: stretch;
  margin-top: 5vw;
  margin-bottom: 0;
  font-family: Moderat Extended, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2.1vw;
  position: relative;
}

.container-4 {
  max-width: 80%;
}

.section-title-center-little {
  z-index: 1;
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moderat Extended, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

.section-title-center-date {
  z-index: 1;
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Moderat Extended, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

.code-embed {
  margin-top: 50px;
}

.section-title-center-green {
  z-index: 1;
  color: var(--primary-color);
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moderat Extended, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

.section-title-center-light {
  z-index: 1;
  color: var(--color-1);
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moderat Extended, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

.popup-form {
  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: none;
  position: fixed;
  inset: 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.insidepopupform {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: #fff;
  text-align: center;
  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: 800px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.container-5 {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  max-width: 1000px;
  color: var(--primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rsvp-form {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

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

.button-wrap-rsvp.form {
  padding-top: 60px;
}

.submit-button {
  background-color: var(--color-4);
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading {
  color: var(--color-1);
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.text-field-2-copy {
  border-style: none none solid;
  border-width: 1px;
  border-color: #f0d5cc #f0d5cc var(--color-1);
  height: 30px;
  color: var(--font-color);
  background-color: #0000;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2-copy:active {
  color: var(--color-1);
  background-color: #5e1c1c00;
}

.text-field-2-copy:focus {
  color: var(--font-color);
}

.text-field-2-copy:focus-visible, .text-field-2-copy[data-wf-focus-visible] {
  color: var(--color-1);
}

.text-field-2-copy::placeholder {
  color: var(--color-1);
  font-weight: 400;
}

.text-field-2-copy.select {
  border-bottom-color: var(--color-3);
  height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
}

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

.text-field-2-copy.select:focus, .text-field-2-copy.select:focus-visible, .text-field-2-copy.select[data-wf-focus-visible] {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.link, .link-2 {
  color: var(--font-color);
}

.heading-2 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}

.button-rsvp {
  background-color: var(--color-1);
  min-width: 250px;
  height: 70px;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 40px;
  transition: all .2s;
  display: flex;
}

.button-rsvp:hover {
  color: var(--white);
}

.button-rsvp._2 {
  color: var(--color-2);
}

.button-rsvp._2:hover {
  color: var(--white);
}

.button-rsvp._3 {
  background-color: var(--primary-color);
  color: var(--color-3);
}

.button-rsvp._3:hover {
  color: var(--white);
}

.button-rsvp._4 {
  background-color: var(--color-4);
}

.section-2 {
  background-color: var(--color-3);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  color: var(--primary-color);
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.form-rsvp {
  width: 60%;
}

.form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--primary-color);
  height: 45px;
  color: var(--primary-color);
  background-color: #0000;
  margin-bottom: 30px;
  padding: 8px 0 8px 3px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.text-field-3:hover {
  color: var(--primary-color);
  border-bottom-color: #fff;
}

.text-field-3:focus {
  color: var(--primary-color);
  border-bottom-color: #fff;
  position: static;
}

.text-field-3::placeholder {
  color: var(--primary-color);
}

.submit-button-2 {
  background-color: var(--primary-color);
  color: #f0f0f0;
  border: 1px #efd6b4;
  border-radius: 17px;
  margin-top: 30px;
  padding: 20px 40px;
  font-size: 18px;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: var(--color-3);
  color: #fff;
  border-color: #efd6b4;
}

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

.bold-text-9 {
  font-size: 1.6vw;
  font-weight: 400;
}

.bold-text-occupation {
  font-size: 2vw;
  font-weight: 700;
}

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

.section-3 {
  background-color: var(--color-3);
  padding-top: 100px;
  padding-bottom: 100px;
}

.prix {
  z-index: 1;
  width: 700px;
  color: var(--primary-color);
  text-align: center;
  align-self: center;
  margin-top: 2vw;
  margin-bottom: 4vw;
  font-family: Moderat Extended, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2vw;
  position: relative;
}

.section-4 {
  background-color: var(--color-3);
  padding-bottom: 100px;
}

.code-embed-2 {
  margin-top: 100px;
}

.slide {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-38.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-37-retouchee.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-13.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-39.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-5-retouchee.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-34.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-23.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/175-Ave-des-Chênes-Candiac-26.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  width: 100%;
  min-width: 800px;
  height: 800px;
}

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

.section-title-copy {
  z-index: 1;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moderat Extended, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.25vw;
  position: relative;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-8 {
  border: 1px none var(--primary-color);
  background-color: var(--primary-color);
  min-width: 240px;
  color: var(--color-1);
  text-align: center;
  border-radius: 10px;
  padding: 20px 25px;
  font-size: 17px;
  line-height: 22px;
}

.prix-txt {
  z-index: 1;
  width: 900px;
  color: var(--primary-color);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moderat Extended, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.grid-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.text-block-8-orange {
  border: 2px solid var(--primary-color);
  background-color: var(--color-4);
  min-width: 240px;
  color: var(--color-1);
  text-align: center;
  border-radius: 10px;
  padding: 20px 25px;
  font-size: 17px;
  line-height: 22px;
}

.prix-copy {
  z-index: 1;
  width: 700px;
  color: var(--primary-color);
  text-align: center;
  align-self: center;
  margin-top: 8vw;
  margin-bottom: 4vw;
  font-family: Moderat Extended, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2vw;
  position: relative;
}

.div-block-37 {
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-68 {
  background-color: var(--color-4);
  border-bottom: 1px solid #c0b1b1;
  height: 60px;
  margin-top: 60px;
  display: flex;
  position: static;
}

.text-block-32, .text-block-32-copy {
  color: #fff;
  font-size: 24px;
  line-height: 2vw;
}

.italic-text {
  font-size: 14px;
  line-height: 1vw;
}

.link-3 {
  color: var(--white);
  font-size: 22px;
}

@media screen and (min-width: 1920px) {
  .section-icon.partners {
    width: 80%;
    max-width: none;
    margin-top: 100px;
  }

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

  .insidepopup {
    width: 1000px;
  }

  .xclose-3 {
    border-width: 2px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .image-popup-2 {
    width: 100%;
  }

  .email-form {
    width: 900px;
  }

  .form {
    width: auto;
  }

  .field-row._2-col {
    margin-bottom: 0;
  }

  .form-title {
    margin-top: 60px;
    font-size: 1.5vw;
  }

  .radio-button-label {
    font-size: 1.5vw;
  }

  .text-field-2 {
    border-bottom-color: var(--color-3);
    height: 50px;
    color: var(--font-color);
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-family: Moderat Extended, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 2vw;
  }

  .text-field-2::placeholder {
    font-family: Moderat Extended, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .text-field-2.select {
    height: 50px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 2vw;
  }

  .text-field-2.select:focus {
    font-family: Moderat Extended, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 2vw;
  }

  .text-field-2.select:focus-visible, .text-field-2.select[data-wf-focus-visible] {
    font-size: 22px;
    line-height: 2vw;
  }

  .footer-title {
    font-size: 1vw;
  }

  .footer-link {
    font-size: .9vw;
  }

  .footer-address {
    font-size: 1vw;
  }

  .section-title-form {
    width: 900px;
  }

  .bold-text-8 {
    font-size: 1vw;
  }

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

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    display: grid;
  }

  .insidepopupform {
    width: 1200px;
  }

  .container-5 {
    max-width: none;
  }

  .rsvp-form {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    margin-bottom: 40px;
    font-family: Moderat Extended, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-field-2-copy {
    height: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Moderat Extended, sans-serif;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .text-field-2-copy::placeholder {
    font-family: Moderat Extended, sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
  }

  .text-field-2-copy.select {
    height: 50px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .text-field-2-copy.select:focus {
    font-size: 24px;
  }

  .link, .link-2 {
    color: var(--font-color);
  }

  .container-7 {
    max-width: 1400px;
  }

  .prix {
    width: 900px;
  }

  .slider {
    height: 900px;
  }

  .text-block-8 {
    font-size: 22px;
    line-height: 26px;
  }

  .prix-txt {
    width: 900px;
  }

  .text-block-8-orange {
    font-size: 22px;
    line-height: 26px;
  }

  .prix-copy {
    width: 900px;
  }

  .div-block-68 {
    height: 70px;
  }

  .text-block-32, .text-block-32-copy {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._2-col {
    grid-template-columns: 1fr;
  }

  .section.full-img {
    min-height: 450px;
  }

  .section._2-3-col, .section._3-2-col, .section._1-col-copy, .section._1-col-green {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-column {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .section-column.img-side {
    padding-bottom: 3vh;
  }

  .section-column.half {
    width: 100%;
  }

  .section-img-wrap {
    aspect-ratio: 1;
    border-radius: 16px;
  }

  .section-img-wrap.hero {
    aspect-ratio: auto;
    width: 100%;
    min-height: 35vh;
  }

  .section-img-wrap.auto, .section-img-wrap.full-height {
    aspect-ratio: 1;
  }

  .section-img-wrap.landscape {
    aspect-ratio: 1;
    width: 100%;
  }

  .section-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 42px;
  }

  .button-border {
    min-width: auto;
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-icon.partners {
    margin-bottom: 60px;
  }

  .footer-logo {
    width: 60vw;
    max-width: 320px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    padding-top: 100px;
  }

  .nav-link {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    inset: 60px 0% auto;
  }

  .hero-logo {
    width: 45%;
    margin-bottom: 20px;
  }

  .language-button-wrap {
    flex: none;
  }

  .menu-button {
    background-color: var(--primary-color);
  }

  .form-section-wrap {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .partner-logo {
    max-width: 120px;
    margin-bottom: 20px;
  }

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

  .email-form {
    width: auto;
    max-width: none;
  }

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

  .text-field-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-grid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-links-col {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .footer-address {
    font-size: 14px;
  }

  .legal-text-2 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .title-bg-logo {
    opacity: .45;
    object-fit: contain;
    width: 100%;
    height: 100%;
    inset: -20% 0% 0%;
  }

  .button-opaque {
    min-width: auto;
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .full-section-img.border-radius {
    border-radius: 16px;
  }

  .leaf-bg {
    opacity: .45;
    object-fit: contain;
    width: 100%;
    height: 100%;
    inset: -20% 0% 0%;
  }

  .bigger-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .border-hero-img {
    position: relative;
  }

  .hero-img-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-img-wrap {
    border-radius: 0;
    height: 100%;
  }

  .hero-side-text {
    text-align: center;
    white-space: normal;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    transform: none;
  }

  .hero-side-wrap {
    flex-flow: column;
    order: -1;
    width: 100%;
    height: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .overlap-img {
    margin-bottom: 40px;
  }

  .overlap-img.right {
    order: -1;
  }

  .full-quick-stack {
    align-self: center;
  }

  .feature-flex-wrap {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  ._8-col-grid {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    flex-flow: column;
    display: flex;
  }

  .paragraph-2 {
    order: -1;
  }

  .headervideo {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px;
  }

  .footer-logo-copy {
    width: 60vw;
    max-width: 320px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .legal-text-2-copy {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .section-title-center {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px;
  }

  .section-title-form {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 26px;
  }

  .section-title-center-copy, .section-title-center-little, .section-title-center-date, .section-title-center-green, .section-title-center-light {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px;
  }

  .rsvp-form {
    width: auto;
    max-width: none;
  }

  .text-field-2-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .button-rsvp {
    min-width: auto;
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .form-rsvp {
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prix {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 26px;
  }

  .slider {
    height: 500px;
  }

  .section-title-copy {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 42px;
  }

  .prix-txt, .prix-copy {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 26px;
  }

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

  .div-block-68 {
    height: 100px;
    position: static;
  }

  .text-block-32, .text-block-32-copy {
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section._2-col {
    min-height: auto;
  }

  .section.full-img {
    min-height: 320px;
  }

  .section._1-col-copy, .section._1-col-green {
    min-height: auto;
  }

  .section-img-wrap {
    min-height: 15px;
  }

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

  .section-icon {
    max-width: 60px;
  }

  .section-icon.partners {
    max-width: 90vw;
  }

  .hero-container {
    padding-top: 100px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-logo {
    max-width: 80%;
  }

  .popup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
  }

  .insidepopup {
    height: auto;
  }

  .div-xclose-2, .xclose-3 {
    display: block;
  }

  .image-popup-2 {
    width: auto;
  }

  .radio-buttons-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .radio-button-item {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .bigger-paragraph {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-side-text {
    font-size: 22px;
    line-height: 32px;
  }

  .headervideo, .section-title-center {
    font-size: 28px;
    line-height: 36px;
  }

  .section-title-form {
    width: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .section-title-center-copy, .section-title-center-little, .section-title-center-date, .section-title-center-green, .section-title-center-light {
    font-size: 28px;
    line-height: 36px;
  }

  .insidepopupform {
    height: auto;
  }

  .text-field-3 {
    font-size: 16px;
  }

  .prix {
    width: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .slider {
    height: 400px;
  }

  .section-title-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .prix-txt, .prix-copy {
    width: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-68 {
    height: 100px;
  }

  .text-block-32, .text-block-32-copy {
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section._2-col.beige {
    place-content: stretch;
  }

  .section._2-col.greencenter, .section._2-col.beigecenter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.googlemap {
    padding: 25px 0;
    display: flex;
  }

  .section._1-col-copy.beige {
    place-content: stretch;
  }

  .section._1-col-copy.greencenter, .section._1-col-copy.beigecenter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section._1-col-green.beige {
    place-content: stretch;
  }

  .section._1-col-green.greencenter, .section._1-col-green.beigecenter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-column.img-side {
    margin-bottom: 80px;
  }

  .section-column.dark-font-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .button-wrap.form {
    align-items: stretch;
    width: 100%;
  }

  .section-icon.partners {
    vertical-align: baseline;
  }

  .footer-logo.realised {
    width: 35vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-container {
    padding-top: 100px;
  }

  .nav-container {
    padding-right: 0;
  }

  .hero-logo {
    width: 60%;
  }

  .form-section-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .insidepopup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ffffffe6;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 150px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .div-xclose-2 {
    z-index: 1;
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    color: var(--white);
    object-fit: fill;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .xclose-3 {
    float: none;
    clear: none;
    border-width: 2px;
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-radius: 5px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 8px 4px;
    font-size: 18px;
    line-height: 20px;
    display: block;
    position: static;
    inset: auto;
  }

  .image-popup-2 {
    width: auto;
    max-width: 100%;
    display: inline-block;
  }

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

  ._2habitants:focus {
    display: none;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .field-row._2-col {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

  .form-title {
    margin-top: 0;
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .radio-button-label {
    font-size: 18px;
  }

  .text-field-2 {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .text-field-2.select {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .text-field-2.select:active {
    color: var(--color-1);
    font-size: 16px;
  }

  .text-field-2.select:focus {
    color: var(--black);
    font-size: 16px;
  }

  .footer-title {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-address {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .overlap-img.left {
    width: 100%;
    margin-left: 0%;
  }

  .overlap-img.right {
    width: 100%;
    margin-right: 0%;
  }

  .paragraph {
    text-align: center;
  }

  .gridicons {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .container-3 {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-copy.realised-copy {
    width: 35vw;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .embeded-ordi {
    display: none;
  }

  .embeded-mobile {
    display: flex;
  }

  .div-block-2 {
    text-align: center;
  }

  .divtelephone {
    display: none;
  }

  .bold-text-4 {
    font-size: 6vw;
  }

  .text-block-7 {
    color: var(--font-color);
    font-size: 14px;
  }

  .div-block-20 {
    flex-flow: column;
    margin-bottom: 30px;
    display: flex;
  }

  .section-title-center {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-14 {
    text-align: left;
  }

  .section-title-form {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .section-title-center-copy, .section-title-center-little, .section-title-center-date, .section-title-center-green, .section-title-center-light {
    font-size: 24px;
    line-height: 28px;
  }

  .popup-form {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    overflow: auto;
  }

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

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

  .container-5 {
    padding: 50px 20px;
  }

  .rsvp-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrap-rsvp.form {
    align-items: stretch;
    width: 100%;
  }

  .text-field-2-copy {
    height: 40px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    display: block;
  }

  .text-field-2-copy.select {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .text-field-2-copy.select:active {
    color: var(--color-1);
    font-size: 16px;
  }

  .text-field-2-copy.select:focus {
    color: var(--black);
    font-size: 16px;
  }

  .div-block-36 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: block;
  }

  .link-block {
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .heading-2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
  }

  .form-grid {
    grid-column-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-field-3 {
    margin-bottom: 15px;
    padding-left: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .submit-button-2 {
    margin-top: 43px;
  }

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

  .bold-text-9, .bold-text-occupation {
    font-size: 24px;
    line-height: 20px;
  }

  .prix {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .slider {
    min-width: 400px;
    height: 300px;
  }

  .section-title-copy {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .grid-2 {
    grid-auto-flow: row;
    display: flex;
  }

  .prix-txt {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-2-copy {
    display: flex;
  }

  .prix-copy {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .navbar-promo {
    padding: 6px 0;
    font-size: 14px;
  }

  .div-block-68 {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-32, .text-block-32-copy {
    line-height: 24px;
  }

  .link-3 {
    font-size: 18px;
    line-height: 20px;
  }
}

#w-node-_4c5a7a7e-73ed-7dd6-91e6-ea44e13d0da2-e13d0d91 {
  justify-self: end;
}

#w-node-_7fc8158f-8c99-02d5-e28d-11c31457a368-396bf890 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a59efc6-8189-9720-1a42-1064b03af4cb-396bf890 {
  align-self: start;
}

#w-node-_94ee7f9a-56f6-eef9-0f07-41da7779555d-396bf890, #w-node-_2fd5ae8b-5554-a519-c025-f7d19d710a2e-396bf890 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7a357499-ac39-96b4-7974-c9235dcd4c01-396bf890 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_1890e2e9-32fc-1596-b5b1-44951eec0a07-396bf890 {
  align-self: start;
}

#w-node-ffa20cbe-29bd-f9d8-bbc7-065e23d10ec3-396bf890 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-e81ce67d-14bd-a398-ac08-f2e0c79ec7bd-396bf890 {
  grid-area: 2 / 4 / 7 / 9;
}

#w-node-a6e4990a-7ddc-b721-07fb-0a86b1bb90bb-396bf890 {
  grid-area: 4 / 1 / 8 / 4;
}

#w-node-_5af76d66-d13d-b1aa-1936-8576215d49f7-396bf890, #w-node-_3adcf510-c878-539f-f9a5-8149d6927c63-396bf890 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3adcf510-c878-539f-f9a5-8149d6927c41-396bf890 {
  align-self: start;
}

#w-node-a4d9e284-1946-db0d-b248-f4fef99384c7-396bf890 {
  grid-area: 1 / 5 / 1 / 9;
}

#w-node-a4d9e284-1946-db0d-b248-f4fef99384ca-396bf890 {
  grid-area: 3 / 5 / 6 / 9;
}

#w-node-a4d9e284-1946-db0d-b248-f4fef99384cd-396bf890 {
  grid-area: 2 / 1 / 5 / 5;
}

#w-node-_355d443a-b779-1592-32e0-6d41fdfdb2ac-396bf890 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_22f5731e-31cf-b3d7-9358-a28eccb340a3-396bf891 {
  align-self: center;
}

#w-node-_05ed5613-b428-1cc1-a956-273cb5524fb8-396bf892 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_5d684f9c-a6e6-afb7-1710-2fac5a593e7b-396bf892 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_10a173c9-cf32-4699-78b0-c75eb3fe1ec2-396bf892, #w-node-ffb1e673-1972-97e3-b811-c270fb56d313-396bf892 {
  align-self: center;
}

#w-node-ffb1e673-1972-97e3-b811-c270fb56d320-396bf892 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb1e673-1972-97e3-b811-c270fb56d322-396bf892 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ffb1e673-1972-97e3-b811-c270fb56d325-396bf892 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_22f5731e-31cf-b3d7-9358-a28eccb340a3-396bf893, #w-node-a2ffb2ed-3dc0-3d2d-6638-f6915fa10c66-396bf896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c1cbd50-be06-3d15-8a41-9217638edd6f-fbbac85e {
  place-self: auto;
}

#w-node-_7f977bc3-2dd0-5245-8663-7585ea6ca6b3-60985d3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_553c10c6-24f7-d53c-e558-cd584ea39a4b-4ea39a32 {
  justify-self: end;
}

#w-node-_22f5731e-31cf-b3d7-9358-a28eccb340a3-fce51928 {
  align-self: center;
}

#w-node-_0a59efc6-8189-9720-1a42-1064b03af4cb-fd2096ed {
  align-self: start;
}

#w-node-_94ee7f9a-56f6-eef9-0f07-41da7779555d-fd2096ed, #w-node-_2fd5ae8b-5554-a519-c025-f7d19d710a2e-fd2096ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7a357499-ac39-96b4-7974-c9235dcd4c01-fd2096ed {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_1890e2e9-32fc-1596-b5b1-44951eec0a07-fd2096ed {
  align-self: start;
}

#w-node-ffa20cbe-29bd-f9d8-bbc7-065e23d10ec3-fd2096ed {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-e81ce67d-14bd-a398-ac08-f2e0c79ec7bd-fd2096ed {
  grid-area: 2 / 4 / 7 / 9;
}

#w-node-a6e4990a-7ddc-b721-07fb-0a86b1bb90bb-fd2096ed {
  grid-area: 4 / 1 / 8 / 4;
}

#w-node-_5af76d66-d13d-b1aa-1936-8576215d49f7-fd2096ed, #w-node-_3adcf510-c878-539f-f9a5-8149d6927c63-fd2096ed {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3adcf510-c878-539f-f9a5-8149d6927c41-fd2096ed {
  align-self: start;
}

#w-node-a4d9e284-1946-db0d-b248-f4fef99384c7-fd2096ed {
  grid-area: 1 / 5 / 1 / 9;
}

#w-node-a4d9e284-1946-db0d-b248-f4fef99384ca-fd2096ed {
  grid-area: 3 / 5 / 6 / 9;
}

#w-node-a4d9e284-1946-db0d-b248-f4fef99384cd-fd2096ed {
  grid-area: 2 / 1 / 5 / 5;
}

#w-node-_355d443a-b779-1592-32e0-6d41fdfdb2ac-fd2096ed {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_22f5731e-31cf-b3d7-9358-a28eccb340a3-c6c83a09 {
  align-self: center;
}

#w-node-f5ad2a38-aa13-8c12-75dc-37f4371ccab5-e680997d, #w-node-_6f1c89a7-f1d5-e77a-5c15-05299902e4c1-e680997d, #w-node-_656ef641-499b-2e20-20b3-af0b6dfcc98f-e680997d {
  place-self: center;
}

#w-node-bb5dcec8-7cce-49f5-f6ba-086657a7cae4-e680997d, #w-node-a2d6c9c8-d90f-636d-580c-1c04f95dbf86-e680997d, #w-node-b4d0e899-7a1e-4596-c6a8-be293f58e468-e680997d, #w-node-a0d999bb-409a-5edc-6e3d-99f434a9dc8f-e680997d, #w-node-d9d160b0-b31f-ba88-1de5-367a2a0873ab-e680997d {
  align-self: center;
}

#w-node-_05ed5613-b428-1cc1-a956-273cb5524fb8-e680997d {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_5d684f9c-a6e6-afb7-1710-2fac5a593e7b-e680997d {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_10a173c9-cf32-4699-78b0-c75eb3fe1ec2-e680997d, #w-node-ffb1e673-1972-97e3-b811-c270fb56d313-e680997d {
  align-self: center;
}

#w-node-ffb1e673-1972-97e3-b811-c270fb56d322-e680997d {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ffb1e673-1972-97e3-b811-c270fb56d325-e680997d {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_4b84d70a-4976-12e4-c1b3-870d6e2125ed-241b4101 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b7878b6b-f2f7-7464-3791-ee6734bc239a-396bf880, #w-node-edc22b19-3f5f-cc8d-f3e4-20261beadd3c-396bf880 {
    order: -9999;
  }

  #w-node-_232dd2c5-f074-fcc8-3e51-659cf726db8c-396bf88f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5af76d66-d13d-b1aa-1936-8576215d49f7-396bf890, #w-node-_3adcf510-c878-539f-f9a5-8149d6927c63-396bf890 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f80ccf1-4678-8d35-dd08-f7fbcfa3319d-a51b0e61, #w-node-edc22b19-3f5f-cc8d-f3e4-20261beadd3c-a51b0e61, #w-node-b7878b6b-f2f7-7464-3791-ee6734bc239a-60985d3e, #w-node-edc22b19-3f5f-cc8d-f3e4-20261beadd3c-60985d3e {
    order: -9999;
  }

  #w-node-_232dd2c5-f074-fcc8-3e51-659cf726db8c-fe7b17b8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5af76d66-d13d-b1aa-1936-8576215d49f7-fd2096ed, #w-node-_3adcf510-c878-539f-f9a5-8149d6927c63-fd2096ed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5ad2a38-aa13-8c12-75dc-37f4371ccab5-396bf892, #w-node-_6f1c89a7-f1d5-e77a-5c15-05299902e4c1-396bf892, #w-node-_656ef641-499b-2e20-20b3-af0b6dfcc98f-396bf892, #w-node-bb5dcec8-7cce-49f5-f6ba-086657a7cae4-396bf892, #w-node-a2d6c9c8-d90f-636d-580c-1c04f95dbf86-396bf892, #w-node-b4d0e899-7a1e-4596-c6a8-be293f58e468-396bf892, #w-node-a0d999bb-409a-5edc-6e3d-99f434a9dc8f-396bf892, #w-node-d9d160b0-b31f-ba88-1de5-367a2a0873ab-396bf892, #w-node-_765e8e51-435f-a057-6a08-927b38716142-396bf895, #w-node-_765e8e51-435f-a057-6a08-927b38716147-396bf895, #w-node-_765e8e51-435f-a057-6a08-927b3871614c-396bf895, #w-node-_765e8e51-435f-a057-6a08-927b38716153-396bf895, #w-node-_765e8e51-435f-a057-6a08-927b38716158-396bf895, #w-node-_765e8e51-435f-a057-6a08-927b3871615f-396bf895, #w-node-_765e8e51-435f-a057-6a08-927b38716166-396bf895, #w-node-_765e8e51-435f-a057-6a08-927b3871616d-396bf895, #w-node-d18666e7-4b0e-1501-f266-e80be1094e6a-1c70405f, #w-node-d18666e7-4b0e-1501-f266-e80be1094e6f-1c70405f, #w-node-d18666e7-4b0e-1501-f266-e80be1094e74-1c70405f, #w-node-d18666e7-4b0e-1501-f266-e80be1094e7b-1c70405f, #w-node-d18666e7-4b0e-1501-f266-e80be1094e80-1c70405f, #w-node-d18666e7-4b0e-1501-f266-e80be1094e87-1c70405f, #w-node-d18666e7-4b0e-1501-f266-e80be1094e8e-1c70405f, #w-node-d18666e7-4b0e-1501-f266-e80be1094e95-1c70405f, #w-node-f5ad2a38-aa13-8c12-75dc-37f4371ccab5-e680997d, #w-node-_6f1c89a7-f1d5-e77a-5c15-05299902e4c1-e680997d, #w-node-_656ef641-499b-2e20-20b3-af0b6dfcc98f-e680997d, #w-node-bb5dcec8-7cce-49f5-f6ba-086657a7cae4-e680997d, #w-node-a2d6c9c8-d90f-636d-580c-1c04f95dbf86-e680997d, #w-node-b4d0e899-7a1e-4596-c6a8-be293f58e468-e680997d, #w-node-a0d999bb-409a-5edc-6e3d-99f434a9dc8f-e680997d, #w-node-d9d160b0-b31f-ba88-1de5-367a2a0873ab-e680997d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Moderat Extended';
  src: url('../fonts/Moderat-Extended-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moderat Extended';
  src: url('../fonts/Moderat-Extended-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moderat Extended';
  src: url('../fonts/Moderat-Extended-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Moderat Extended';
  src: url('../fonts/Moderat-Extended-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chlara';
  src: url('../fonts/ChlaraTypeface-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}