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

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

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

:root {
  --dark-green: #253a36;
  --orange: #cb694c;
  --crème: #f3f2ed;
  --light-font: #cbe2d7;
  --beflow-library--shades--light-grey: #dfdddb;
  --beflow-library--shades--light: #fffefe;
  --transprent: #fff0;
  --white: white;
  --beflow-library--borders--border-radius: 5rem;
  --beflow-library--borders--border-radius-s: .2rem;
  --beflow-library--primary-color--primary-offset: #4d68df;
  --beflow-library--primary-color--primary: #6169eb;
  --beflow-library--layout--content-width: 90rem;
  --beflow-library--text--body: Lato, sans-serif;
  --beflow-library--shades--dark-grey: #3a3c3d;
  --beflow-library--shades--dark: #232329;
  --color: white;
  --beflow-library--shades--smoke: #f8f7f6;
  --beflow-library--text--headers: Lato, sans-serif;
}

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

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

@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 {
  color: var(--dark-green);
  background-color: #f3f2ed;
  font-family: Recoletaalt, sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2vw;
}

p {
  margin-bottom: 10px;
}

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

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

.section-column {
  flex-flow: column;
  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.flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.section-column.no-padding {
  padding: 0 0;
}

.section-column.no-padding.bottom {
  justify-content: flex-end;
  align-items: flex-end;
}

.button-wrap {
  padding-top: 0;
}

.button-wrap.left {
  align-self: flex-start;
}

.section-img {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: clip;
}

.section-img.contain {
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #efefea;
  max-width: none;
  max-height: 100%;
  position: static;
}

.section-img.map {
  cursor: zoom-in;
  max-width: none;
  position: static;
}

.section-img.max85 {
  -webkit-text-stroke-color: var(--crème);
  object-fit: contain;
  object-position: 100% 100%;
  background-color: #f3f2ee;
  max-width: none;
  height: 85%;
  max-height: 85%;
  position: static;
}

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

.section-bg.right {
  object-fit: contain;
  background-color: #e9ded800;
  background-image: url('../images/Svg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 35%;
  inset: 0% 0% 0% auto;
}

.arch-img-curtain {
  background-color: var(--light-font);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.arch-img-curtain.dark {
  background-color: var(--dark-green);
}

.section-title {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.75vw;
  font-weight: 700;
  line-height: 3.25vw;
  display: block;
  position: relative;
}

.section-title.lessmargin {
  text-align: center;
  margin-bottom: 20px;
}

.section-title.plans {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 31px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.section-title.align-center {
  align-self: center;
  line-height: 3vw;
}

.section-title.align-center.margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-title.align-center.nomargin {
  margin-bottom: 0;
}

.section-title.icone {
  text-align: center;
  display: flex;
}

.section-title.creme {
  color: var(--crème);
  padding-left: 0;
}

.bigger-paragraph {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2.3vw;
}

.bigger-paragraph.white-text {
  color: #fff;
  padding-top: 84px;
}

.bigger-paragraph.smallcenter {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.bigger-paragraph.smallcenter.beige, .bigger-paragraph.smallcenter.grey {
  color: var(--beflow-library--shades--light-grey);
}

.bigger-paragraph.smallcenter.align-center {
  margin-bottom: 0;
}

.bigger-paragraph.cta {
  margin-bottom: 40px;
}

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

.section-img-wrap {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-img-wrap.margin-bottom {
  height: 100%;
  margin-bottom: 20px;
}

.section-img-wrap.auto-ratio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
}

.section-img-wrap.desktop-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  cursor: zoom-in;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  transition: border .2s;
}

.section-img-wrap.desktop-map:hover {
  border: 4px solid var(--orange);
  background-color: var(--light-font);
}

.section-img-wrap.mobile-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  cursor: zoom-in;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.section-img-wrap.long-screen {
  min-height: 60vh;
}

.button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 20px 40px;
  font-size: 1.4vw;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

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

.button.footer {
  max-width: 70%;
  height: 60px;
  margin-top: 0;
  padding: 10px;
  font-size: 1.1vw;
  line-height: 1.5vw;
}

.button.footer.w--current {
  font-size: 1.1vw;
}

.button.footer.width {
  max-width: 40%;
  height: 60px;
  font-size: 1.4vw;
}

.button.footer.width.w--current {
  max-width: 40%;
  height: 60px;
  max-height: none;
  font-size: 1.4vw;
}

.button.rsvp {
  margin-top: 40px;
}

.section {
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

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

.section._2-col.dark {
  background-color: var(--dark-green);
  color: var(--light-font);
}

.section._2-col.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.map {
  background-color: var(--dark-green);
  color: var(--light-font);
}

.section.full-slider {
  padding-top: 0;
  padding-bottom: 0;
}

.section.dark {
  background-color: var(--dark-green);
  color: var(--light-font);
}

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

.section.planpoint {
  padding: 0;
}

.section.notoppadding {
  padding-top: 0;
}

.section.biggreen {
  padding-top: 20px;
}

.section.biggreen.nopadding {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.green {
  background-color: var(--dark-green);
}

.section.rsvp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  display: block;
}

.container.nopadding {
  margin-right: 0;
}

.container.image {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.container.header-codeembed {
  display: block;
}

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

.align-center.full {
  width: 100%;
}

.align-center.mobile-only {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.align-center._2-col-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.align-center.cadre {
  border: 1px solid var(--orange);
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 60px;
}

.align-center.bigger-paragraph {
  background-color: var(--transprent);
  color: var(--light-font);
  border-radius: 10px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.align-center.padding-80 {
  padding-top: 60px;
}

.flex-title-wrap {
  align-items: center;
  display: flex;
}

.orange-text {
  color: var(--orange);
  font-size: 2.75vw;
}

._3-col-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 111px;
  padding-right: 111px;
  display: grid;
}

._3-col-grid.commun {
  grid-template-columns: 1fr 1fr;
  margin-top: 51px;
  margin-left: 280px;
  margin-right: 280px;
  padding: 0;
}

._3-col-grid.home {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

._3-col-grid.margin {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

._3-col-grid.align-center {
  grid-template-rows: auto auto;
  place-items: center;
}

.portrait-link {
  height: 500px;
  color: var(--orange);
  font-size: 2vw;
  text-decoration: none;
}

.portrait-link.smallerportrait {
  color: var(--light-font);
  text-align: center;
}

.select-field {
  height: 45px;
  color: var(--dark-green);
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom: 1.5px solid #1f2a43;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.select-field:hover {
  border-bottom-color: var(--orange);
  color: #1f2a43;
}

.select-field:focus {
  border-bottom-color: var(--orange);
  line-height: 24px;
}

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

.field-wrap._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: 10px;
  display: grid;
}

.html-embed {
  display: none;
}

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

.text-field {
  height: 45px;
  color: var(--dark-green);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1.5px solid #1f2a43;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: var(--orange);
  font-size: 16px;
  line-height: 24px;
}

.text-field:focus {
  border-bottom-color: var(--orange);
  padding-left: 10px;
}

.text-field::placeholder {
  color: var(--dark-green);
}

.form-block {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.legal-text {
  font-size: 12px;
  line-height: 18px;
}

.footer {
  color: var(--dark-green);
  padding-top: 100px;
}

.footer-title {
  padding-bottom: 10px;
  font-weight: 700;
}

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

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

._2-col-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

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

.footer-link:hover {
  color: var(--orange);
}

.footer-link.w--current {
  font-weight: 700;
}

.container-2 {
  z-index: 1;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.partners-logo.small {
  max-height: 60px;
}

.footer-grid {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.light-text {
  color: var(--dark-green);
  margin-right: 0;
  padding-right: 0;
  font-size: 1.35vw;
  font-weight: 400;
  line-height: 2.15vw;
}

.light-text.white {
  color: var(--white);
}

.shape {
  width: 40%;
  max-width: 30vw;
}

.shape.small {
  max-width: 10vw;
}

.large-header {
  font-size: 4vw;
  line-height: 5vw;
}

.large-header.alignedright {
  text-align: right;
  line-height: 5vw;
}

.large-header.light {
  color: var(--light-font);
  margin-bottom: 20px;
  font-size: 3vw;
  line-height: 4vw;
}

.overlap-shape {
  width: 40%;
  max-width: 30vw;
  position: absolute;
  inset: -14% 0% auto auto;
}

.hidden {
  display: none;
}

.slide-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 720px;
}

.slide-img.middle {
  object-position: 50% 50%;
}

.slide-img.fit40 {
  object-position: 50% 30%;
}

.slide-img.align_right {
  object-position: 100% 50%;
}

.slider {
  background-color: var(--transprent);
  border-top-right-radius: 125px;
  height: auto;
}

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

.footer-section.mid {
  padding-left: 0;
  padding-right: 0;
}

.footer-section.bottom {
  background-color: var(--orange);
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.top-content-wrap {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.full-section-slider {
  background-color: var(--light-font);
  height: auto;
}

.social-wrap {
  align-items: center;
  display: flex;
}

.social-link {
  margin-right: 10px;
}

.soocial-icon {
  object-fit: contain;
  width: 2.5vw;
  height: 2.5vw;
}

.footer-bg-img {
  object-fit: cover;
  width: 100%;
  margin-top: -360px;
}

.bf-ratio-3-4 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
}

.bf-border-radius {
  border-radius: var(--beflow-library--borders--border-radius);
  overflow: hidden;
}

.bf-vm-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.bf-vm-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.bf-vm-column.down {
  padding-top: 2rem;
  padding-bottom: 0;
}

.bf-vertical-marquee {
  flex-flow: column;
  height: 100%;
  overflow: hidden;
}

.bf-vertical-marquee.down {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.bf-marquee-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 35rem;
  display: grid;
  overflow: hidden;
}

.bf-banner-reveal-item {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.bf-banner-reveal {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bf-arrow {
  filter: hue-rotate(112deg);
}

.bf-arrow-duplicate {
  opacity: 1;
  filter: hue-rotate(112deg);
  position: absolute;
}

.bf-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.bf-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--beflow-library--primary-color--primary-offset);
  border-radius: var(--beflow-library--borders--border-radius);
  background-color: var(--beflow-library--primary-color--primary);
  color: var(--beflow-library--shades--light);
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.5rem;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: inline-flex;
  overflow: hidden;
}

.bf-button:hover {
  border-color: var(--beflow-library--primary-color--primary-offset);
  background-color: var(--beflow-library--primary-color--primary-offset);
  color: var(--beflow-library--shades--light);
}

.bf-button.text {
  color: var(--dark-green);
  background-color: #0000;
  border-width: 0;
  margin-top: 20px;
  padding: 0;
  font-size: 1.2vw;
  font-weight: 600;
  transition: color .2s;
  overflow: visible;
}

.bf-button.color {
  border-color: var(--orange);
  background-color: var(--orange);
  font-size: 1.1rem;
}

.bf-letter-slide-wrap {
  grid-column-gap: .28em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  display: flex;
}

.bf-container {
  width: 100%;
  max-width: var(--beflow-library--layout--content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.bf-section {
  font-family: var(--beflow-library--text--body);
  font-size: 1rem;
  line-height: 1.8;
}

.bf-heading-xs {
  text-align: center;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.bf-icon {
  width: 1rem;
  max-width: none;
}

.bf-icon.l {
  width: 4rem;
}

.bf-margin-bottom-xxxs {
  margin-bottom: .75rem;
}

.bf-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 1;
  border-radius: var(--beflow-library--borders--border-radius);
  background-color: var(--light-font);
  width: 129px;
  color: var(--dark-green);
  object-fit: fill;
  object-position: 50% 50%;
  border: .2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.bf-margin-bottom {
  text-align: center;
  flex-flow: column;
  align-self: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.bf-h-mob-margin-bottom {
  text-align: center;
}

.bf-parallax-wrap, .bf-parallax-wrap-reverse {
  border-radius: var(--beflow-library--borders--border-radius);
  overflow: hidden;
}

.bf-parallax-wrap-reverse.bf-ratio-3-4 {
  aspect-ratio: 3 / 4;
}

.bf-accordion-content {
  overflow: hidden;
}

.bf-accordion-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.bf-accordion-item {
  border: 2.5px solid var(--light-font);
  border-radius: var(--beflow-library--borders--border-radius) var(--beflow-library--borders--border-radius) 100px;
  background-color: var(--light-font);
  cursor: pointer;
  padding: 2rem;
  font-weight: 400;
}

.bf-accordion-item.first {
  border-color: var(--light-font);
  background-color: var(--light-font);
}

.bf-accordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.bf-accordion.feature-images {
  padding-right: 4rem;
  position: relative;
}

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

.narrow-center-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-3-col-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._3-2-col-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

._3-2-col-grid.bf-margin-bottom {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr .25fr;
  grid-auto-flow: row;
  place-content: stretch end;
  margin: auto 50px 0 60px;
  padding-left: 20px;
}

.container-3 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.sections-wrap {
  position: relative;
}

.section-paragraph {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.35vw;
  font-weight: 400;
  line-height: 2.15vw;
}

.section-paragraph.align-center {
  padding-left: 60px;
  padding-right: 60px;
}

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

.top-section {
  padding-top: 140px;
  padding-bottom: 0;
}

.wave-lottie {
  width: 60%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wave-lottie.bigger {
  height: auto;
  top: 0%;
}

.top-logo-wrap {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.logo-bottom-text {
  color: var(--orange);
  font-size: 1.5vw;
  font-weight: 700;
}

.logo-bottom-text.fixed {
  font-size: 22px;
  line-height: 22px;
}

.logo-lottie {
  width: 91%;
  margin-left: -24px;
}

.butterfly-lottie {
  z-index: 3;
  width: 10vw;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar {
  background-color: var(--transprent);
  padding-top: 0;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--beflow-library--shades--light);
  margin-left: 1.2vw;
  padding: 8px 5px 10px;
  font-size: 1.08vw;
}

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

.nav-menu {
  align-items: center;
  display: flex;
}

.footer-form-wrap {
  border: 2px solid var(--dark-green);
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.footer-text-field {
  background-color: var(--light-font);
  height: 45px;
  padding-left: 0;
}

.footer-text-field::placeholder {
  color: var(--dark-green);
}

.footer-submit-button {
  background-color: var(--orange);
  font-size: 14px;
}

.section-shape {
  width: 30%;
  max-width: 360px;
  margin-bottom: 40px;
}

.section-shape.fill {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.section-shape.fill-rounded {
  border-top-left-radius: 150px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.section-shape.bottomsection {
  width: 40%;
  max-width: none;
  margin-top: 0;
  margin-bottom: -5.1vw;
  margin-left: auto;
  display: block;
}

.padding-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-page-wrap {
  position: relative;
}

.top-page-wrap.secondary {
  height: 200px;
}

.map-hover-trigger {
  z-index: 1;
  cursor: zoom-out;
  display: none;
  position: absolute;
  inset: 0%;
}

.mobile-map-lightbox {
  display: none;
}

.butterfly-section {
  position: relative;
  overflow: hidden;
}

.faq-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-img-wrap {
  aspect-ratio: 3 / 4;
  height: 95%;
  box-shadow: 0 2vw 0 0 var(--light-font);
  border-bottom-left-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.faq-img._3 {
  width: auto;
  max-width: none;
}

.dual-parallax-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.parallax-img-wrap {
  aspect-ratio: 1;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
}

.faq-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.75vw;
  line-height: 2.5vw;
}

.paragraph {
  margin-bottom: 0;
  padding-right: 40px;
}

.paragraph.headerhome {
  width: 300px;
  padding-right: 0;
}

.bottom-lottie-logo {
  width: 91%;
  margin-left: -24px;
}

.biggreen {
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 82px;
  padding-bottom: 100px;
  display: block;
}

.biggreen._360 {
  padding: 60px;
}

.biggreen._2-col-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  justify-items: center;
  display: grid;
}

.butterfly-lottie-2 {
  align-self: flex-end;
  width: 200px;
}

.butterfly-lottie-2.margin {
  margin-top: 20px;
}

.menu-logo-lottie {
  object-position: 50% 50%;
  width: 350px;
}

.svgquartier {
  width: 25%;
  margin-bottom: 60px;
}

.maskslider {
  border-top-right-radius: 200px;
}

.cornerimage {
  border-top-left-radius: 100px;
  margin-top: 60px;
  padding-right: 0;
}

.svgproject {
  width: 200px;
  margin-bottom: 0;
  padding-left: 0;
}

.triplegrid {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.nav-container {
  margin-left: 5vw;
  margin-right: 2.5vw;
}

.link-block {
  display: block;
}

.text-field-2 {
  color: #edece7;
  background-color: #0003;
  border: 1px solid #fff;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 17px;
}

.text-field-2:active {
  color: #104041;
}

.text-field-2:focus, .text-field-2::placeholder {
  color: #edece7;
}

.text-field-2.textarea {
  border-color: var(--dark-green);
  background-color: var(--transprent);
  height: auto;
  min-height: 100px;
  color: var(--dark-green);
  margin-top: 10px;
  font-weight: 600;
}

.text-field-2.textarea:hover, .text-field-2.textarea:active, .text-field-2.textarea:focus, .text-field-2.textarea:focus-visible, .text-field-2.textarea[data-wf-focus-visible], .text-field-2.textarea::placeholder {
  color: var(--dark-green);
}

.text-block-rsvp {
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.button-rsvp {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #111112;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  margin-bottom: 20px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-rsvp:hover {
  color: #111112;
  background-color: #d57d6f;
}

.button-wrap-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: static;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.button-wrap-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: static;
}

.text-block-7 {
  color: var(--dark-green);
  text-align: left;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
}

.text-block-7.margin {
  margin-bottom: 0;
}

.paragraph-2 {
  color: var(--dark-green);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-2.margin {
  color: var(--dark-green);
  margin-bottom: 20px;
  font-style: normal;
}

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

.hero-logo {
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.image-7 {
  width: 50%;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 50px;
  display: flex;
}

.section-3 {
  background-color: var(--transprent);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 30px 0 0;
}

.bold-text-12 {
  font-weight: 400;
  display: block;
}

.bold-text-12.dark {
  color: var(--beflow-library--shades--dark-grey);
}

.link {
  color: #fff;
  transition: text-indent .2s;
}

.link:hover {
  font-size: 17px;
  text-decoration: underline;
}

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

.section-title-2 {
  color: var(--crème);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Recoletaalt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.section-title-2.uppercase {
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.align-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 300;
  display: block;
}

.map-2 {
  background-color: var(--light-font);
  height: 600px;
}

.column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  margin-top: 30px;
  display: none;
}

.paragraph-2-copy {
  text-align: left;
  margin-bottom: 10px;
  margin-left: -22px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #111112;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  color: #111112;
  background-color: #d57d6f;
}

.content23-item {
  margin-bottom: 0;
  margin-right: 10px;
}

.divcontact {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding-bottom: 0;
  display: block;
}

.columns {
  background-color: var(--transprent);
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 50px;
  display: flex;
}

.image-8 {
  transform-style: preserve-3d;
  margin-bottom: 100px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bold-text-13, .bold-text-14 {
  color: var(--beflow-library--shades--light);
  font-weight: 600;
}

.section-title-contact {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.75vw;
  font-weight: 700;
  line-height: 3.25vw;
  display: flex;
  position: relative;
}

.section-title-contact.lessmargin {
  margin-bottom: 20px;
}

.section-title-center {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.75vw;
  font-weight: 700;
  line-height: 3.25vw;
  display: block;
  position: relative;
}

.section-title-center.lessmargin {
  margin-bottom: 20px;
}

.section-contact {
  background-color: var(--transprent);
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 0;
  padding: 0 0 100px;
}

.image-9 {
  max-width: 20%;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.icon-small {
  width: 32px;
  height: 32px;
}

.icon-small.margin-bottom {
  margin-bottom: 15px;
}

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

.text-block-24 {
  color: #000;
  text-align: center;
}

.section-4 {
  padding: 100px;
}

.teamtitle {
  margin-top: 0;
  margin-bottom: 4vw;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

.section-p {
  font-size: 16px;
  line-height: 22px;
}

.section-p.brown-text {
  margin-top: 25px;
  padding-right: 0;
  font-weight: 400;
}

.slide-in-animation._2 {
  padding-top: 0;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.teamcolun {
  border-bottom: 1px solid var(--orange);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.teamlogo, .teamlogo-courose, .teamlogo-dalaroy, .teamlogo-cbatir {
  width: 80%;
}

.teamcolun-last {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  display: flex;
}

.button-accueil {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 40px;
  font-size: 1.4vw;
  transition: all .2s;
  display: flex;
}

.button-accueil:hover {
  background-color: var(--dark-green);
  color: #fff;
}

.button-accueil.button-rsvp {
  flex-flow: row;
  min-width: 80px;
  max-width: 200px;
  padding: 10px;
  font-weight: 400;
  display: flex;
}

.cell {
  padding-left: 25px;
}

.teamcolun1 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  border-bottom: 1px solid var(--orange);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.bold-text-15 {
  font-weight: 600;
}

.form-block-contact {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  filter: contrast(200%);
  display: inline-block;
}

.column-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-6 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.columns-2 {
  justify-content: flex-end;
  align-items: flex-end;
  display: inline-flex;
}

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

.quick-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-bottom: 40px;
}

.text-block-25 {
  padding-top: 15px;
}

.text-block-26 {
  padding-top: 10px;
}

.undericon {
  margin-top: 20px;
  padding-top: 0;
}

.text-block-28, .text-block-29 {
  padding-top: 10px;
}

.text-block-30 {
  text-align: center;
  margin-top: 10px;
}

.text-block-31, .text-block-32 {
  text-align: center;
}

.container-plans {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
  grid-auto-columns: 1fr;
  place-content: end start;
  place-items: center;
  max-width: 1000px;
  margin-bottom: 40px;
  display: grid;
}

.grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end flex-start;
  place-items: flex-start center;
  display: flex;
}

.image-11 {
  width: 12vw;
}

.text-plan {
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 10px;
  display: block;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  padding-right: 0;
  display: flex;
}

.butterfly-lottie-3 {
  width: 150px;
}

.butterfly-lottie-3.big {
  object-position: 50% 50%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 250px;
  display: block;
}

.rounded {
  border-top-right-radius: 150px;
  max-width: 85%;
}

._360grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .5fr 1fr;
  place-items: center stretch;
}

.image-12 {
  border-radius: 11px;
}

.div-block-27 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.absolute-icon {
  aspect-ratio: auto;
  text-align: center;
  object-position: 50% 50%;
  display: block;
  position: absolute;
  inset: 50% auto 0% 46%;
}

.image-13 {
  object-fit: cover;
  border-radius: 0 200px 0 0;
  width: 100%;
  height: 600px;
}

.code-embed {
  position: absolute;
  inset: 42% 50% 0% 34%;
}

.header-codeembed {
  border-top-right-radius: 200px;
  flex: 1;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.video-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.image-14 {
  text-align: left;
  flex: 0 auto;
  order: -1;
  align-self: center;
  margin-top: -18px;
  padding-right: 23px;
  text-decoration: none;
  position: static;
  top: 0;
}

.div-block-28 {
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.code-embed-2 {
  aspect-ratio: auto;
  border-radius: var(--beflow-library--borders--border-radius-s);
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.background-video {
  width: 60%;
  height: 60%;
  margin: -40px -60px;
}

.play-pause-button {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  inset: 0% 0% auto;
}

.link-block-2 {
  align-self: center;
  margin-top: -23px;
  padding-top: 0;
}

.lightbox-link {
  text-align: center;
  align-self: center;
  margin-top: -28px;
}

.image-15 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 80px;
  margin-top: -3px;
  text-decoration: none;
  position: relative;
  inset: -383% 50% 50% -38%;
}

.nav-link-fr {
  color: var(--beflow-library--shades--light);
  margin-left: 1.2vw;
  padding: 8px 0 10px;
  font-size: 1.12vw;
}

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

.image-16 {
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-17 {
  max-width: 80%;
}

.image-18 {
  max-width: 80%;
  margin-bottom: 20px;
}

.div-block-29, .div-block-30 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span {
  color: var(--beflow-library--shades--dark);
}

.text-span-2, .link-3, .text-span-3 {
  color: var(--dark-green);
}

.block-media {
  display: inline-block;
}

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

.media-texte {
  min-width: 2rem;
}

.text-media {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8vw;
  line-height: 1.1vw;
}

.text-span-4 {
  color: var(--dark-green);
}

.italic-text {
  color: var(--dark-green);
  font-size: .8vw;
}

.image-media {
  max-width: 16vh;
  height: 8vh;
  padding-top: 0;
  padding-bottom: 0;
}

.image-media.height {
  max-width: 18vh;
  height: 6vh;
}

.text-span-5 {
  color: var(--beflow-library--shades--light);
}

.text-block-33 {
  font-weight: 400;
}

.image-19 {
  object-fit: cover;
  border-radius: 0 250px 0 0;
}

.section-5 {
  object-fit: cover;
}

.text-span-6, .link-4, .link-5, .text-span-7 {
  color: var(--dark-green);
}

.link-6 {
  color: var(--beflow-library--shades--light);
}

.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: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.insidepopup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 20px;
  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: 700px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose-2 {
  width: auto;
  color: var(--orange);
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  display: block;
  position: absolute;
  overflow: visible;
}

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

.image-popup-2 {
  text-align: center;
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 20px;
}

.container-plans-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
  grid-auto-columns: 1fr;
  place-content: end start;
  place-items: center;
  max-width: 1000px;
  margin-bottom: 40px;
  display: grid;
}

.container-plan {
  z-index: 1;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
}

.section-icone {
  width: 20vw;
  margin-bottom: 0;
}

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

.text-block-10 {
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end start;
  place-items: center end;
  margin-bottom: 40px;
  display: grid;
}

.section-title-plans {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 1.6vw;
  line-height: 2vw;
  position: relative;
}

.section-title-plans.align-center {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-size: 2.75vw;
  line-height: 3.25vw;
}

.div-block-17 {
  display: block;
}

.div-block-16 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 50px;
  display: flex;
}

.narrow-content {
  max-width: 60%;
}

.narrow-content.center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-span-8 {
  color: var(--beflow-library--shades--light-grey);
}

.text-span-8.dark {
  color: var(--dark-green);
  font-weight: 400;
}

.submit-button-5 {
  color: #fff;
  background-color: #7d4f38;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

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

.form-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #f0d5cc #f0d5cc var(--orange);
  height: 40px;
  color: var(--dark-green);
  background-color: #0000;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.form-field-2:active {
  color: var(--dark-green);
  background-color: #5e1c1c00;
}

.form-field-2:focus {
  color: var(--dark-green);
}

.form-field-2::placeholder {
  color: var(--dark-green);
  background-color: #27101000;
}

.form-field-2.select {
  border-bottom-color: var(--orange);
  height: 40px;
  color: var(--dark-green);
  margin-top: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 16px;
}

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

.form-field-2.select:focus {
  color: var(--dark-green);
}

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

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

._1habitant {
  color: #7d4f38;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #7d4f38;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  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: #7d4f38;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #7d4f38;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  display: none;
}

._2habitants:active {
  color: #4f0a2900;
  background-color: #5e1c1c00;
  font-size: 14px;
}

._2habitants:focus {
  color: #7d4f38;
}

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

.form-rsvp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.button-accueil-copy {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 40px;
  font-size: 1.4vw;
  transition: all .2s;
  display: flex;
}

.button-accueil-copy:hover {
  background-color: var(--dark-green);
  color: #fff;
}

.button-accueil-copy-copy {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 30px;
  padding: 20px 40px;
  font-size: 1.4vw;
  transition: all .2s;
  display: flex;
}

.button-accueil-copy-copy:hover {
  background-color: var(--dark-green);
  color: #fff;
}

.div-block-31 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-span-9 {
  text-align: center;
}

.bold-text-16 {
  color: var(--beflow-library--shades--light-grey);
  font-size: 1.75vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.bold-text-16.dark {
  color: var(--beflow-library--shades--dark-grey);
}

.popup-2 {
  z-index: 9990;
  color: #c9d4b8;
  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-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 700px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.xclose-4 {
  z-index: 20000;
  float: right;
  clear: left;
  color: #1f2a43;
  text-align: center;
  cursor: pointer;
  border: 1px solid #1f2a43;
  border-radius: 5px;
  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: 2px 6px 0;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  line-height: 30px;
  display: block;
  position: static;
  inset: auto 0% 248px auto;
}

.image-popup-3 {
  color: #c9d4b8;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  width: auto;
  max-width: 100%;
}

.image-20 {
  border-radius: 20px;
}

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

.insidepopup-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 20px;
  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;
}

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

.image-popup-4 {
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  display: block;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.paragraph-3 {
  min-width: 2px;
}

.bold-text-17 {
  font-size: 1.8vw;
}

.bold-text-17.dark {
  color: var(--dark-green);
  font-weight: 400;
}

.quick-stack-2, .quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.divphone {
  z-index: 1;
  position: fixed;
  inset: auto 2% 2% auto;
}

.buttonphone {
  background-color: var(--dark-green);
  color: var(--beflow-library--shades--light);
  border-radius: 20px;
  padding: 10px 30px;
}

.image-21 {
  filter: invert();
  width: 25px;
  height: auto;
  padding-bottom: 2px;
  padding-right: 9px;
}

.link-block-3 {
  background-color: var(--dark-green);
  border-radius: 20px;
  padding: 10px 30px 10px 20px;
  transition: background-color .925s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.link-block-3:hover {
  background-color: var(--beflow-library--shades--dark);
  background-image: linear-gradient(to bottom, var(--beflow-library--shades--dark), var(--beflow-library--shades--dark));
}

.text-block-34 {
  color: var(--beflow-library--shades--light);
}

.text-block-35 {
  color: var(--orange);
}

.text-block-36 {
  color: var(--orange);
  padding-top: 33px;
}

.bold-text-18 {
  color: var(--crème);
}

.bold-text-18.align-center {
  background-color: var(--orange);
  border-radius: 10px;
  padding: 10px 20px;
}

.div-block-33, .div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-22 {
  object-position: 50% 50%;
  max-width: none;
}

.div-block-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "."
                 "Area"
                 / .5fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  margin-top: 40px;
  padding-left: 20px;
  display: grid;
}

.code-embed-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "."
                 "Area"
                 / .5fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  display: grid;
}

.div-block-35.plans {
  grid-template-columns: .5fr;
  align-content: space-between;
}

.code-embed-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

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

.text-span-10 {
  color: var(--orange);
  font-size: 12px;
}

.link-7 {
  color: var(--dark-green);
}

.text-span-11 {
  font-size: .8vw;
}

.text-span-12 {
  color: var(--orange);
}

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

.link-8 {
  color: var(--dark-green);
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-37.align-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-medium {
  max-width: 80%;
}

.link-9 {
  color: var(--dark-green);
}

.cta-loop {
  z-index: 999;
  background-color: var(--orange);
  object-fit: contain;
  margin-top: 70px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.cta-loop-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-loop-item-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-loop-text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
}

.text-span-13 {
  text-align: left;
}

.text-span-14 {
  font-size: 12px;
}

.bold-text-21 {
  font-weight: 600;
}

.text-block-11 {
  font-size: 16px;
}

.brand {
  object-position: 50% 100%;
}

.div-pastille {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 350px;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.image {
  max-width: 65%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 8px;
  position: static;
  inset: auto auto auto 397px;
}

.link-block-4 {
  z-index: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% 676px;
}

.image-23 {
  max-width: 80%;
  margin-top: 25px;
  margin-right: 0;
  padding-left: 1px;
  position: relative;
  inset: auto auto auto 397px;
}

.code-embed-5 {
  max-width: 400px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.triplegrid-icon {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.image-24 {
  max-width: none;
}

.quick-stack-spaces {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-bottom: 40px;
}

._2-col-grid-gap {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  display: grid;
}

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

  .image {
    margin-top: 0;
  }
}

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

  .cta-loop {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .section-title.plans {
    padding-right: 10px;
    font-size: 1.3vw;
    line-height: 2.4vw;
  }

  .select-field {
    height: 60px;
    font-size: 26px;
    line-height: 30px;
  }

  .select-field:hover, .select-field:active {
    font-size: 26px;
    line-height: 30px;
  }

  .select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
    font-size: 25px;
    line-height: 30px;
  }

  .text-field {
    height: 60px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-field:hover {
    font-size: 26px;
    line-height: 30px;
  }

  .slide-img {
    object-position: 50% 0%;
    height: auto;
  }

  .text-field-2.textarea {
    font-size: 26px;
    line-height: 30px;
  }

  .container-plans {
    place-items: center;
  }

  .grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 2.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .text-plan {
    font-size: 1vw;
  }

  .div-block-26 {
    max-height: none;
  }

  .image-15 {
    width: 110px;
    left: -109%;
  }

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

  .insidepopup {
    width: 900px;
  }

  .container-plans-copy {
    place-items: center;
  }

  .form-field-2, .form-field-2.select {
    height: 60px;
    font-size: 26px;
    line-height: 30px;
  }

  .form-rsvp {
    width: 1000px;
  }

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

  .insidepopup-2 {
    width: 800px;
  }

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

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

  .insidepopup-3 {
    width: 1000px;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
  }

  .code-embed-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
  }

  .code-embed-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .image {
    margin-top: 0;
    margin-right: 50px;
    bottom: auto;
    left: 755px;
    right: auto;
  }

  .image-23 {
    margin-top: 25px;
    margin-right: 50px;
    bottom: auto;
    left: 755px;
    right: auto;
  }
}

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

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

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

  .section-column.no-padding {
    padding-left: 5vw;
  }

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

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

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

  .section-img-wrap.desktop-map {
    display: none;
  }

  .section-img-wrap.mobile-map {
    display: block;
  }

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

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

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

  .align-center.mobile-only {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .align-center.cadre {
    margin-left: 60px;
    margin-right: 60px;
  }

  ._3-col-grid {
    flex-flow: column;
    display: flex;
  }

  .portrait-link {
    font-size: 24px;
    line-height: 28px;
  }

  .legal-text {
    text-align: center;
    font-size: 14px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-address {
    font-size: 16px;
    line-height: 24px;
  }

  ._2-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

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

  .light-text {
    font-size: 2.5vw;
  }

  .shape {
    width: 25%;
  }

  .large-header {
    font-size: 36px;
    line-height: 42px;
  }

  .overlap-shape {
    height: 120px;
    top: -80px;
  }

  .top-content-wrap {
    flex-flow: column;
    align-items: flex-start;
    width: 60%;
  }

  .social-wrap {
    justify-content: center;
    align-items: center;
  }

  .social-link {
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .soocial-icon {
    width: 100%;
    height: 100%;
  }

  .footer-bg-img {
    margin-top: -100px;
  }

  .bf-vm-inner, .bf-vm-column, .bf-marquee-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bf-button.text {
    font-size: 20px;
  }

  .bf-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .bf-section {
    padding-top: 2rem;
  }

  .bf-accordion-item {
    font-size: 18px;
    line-height: 24px;
  }

  .bf-accordion.feature-images {
    border-right: 1px solid #fdf7ea1a;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

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

  .narrow-center-content {
    max-width: 80%;
  }

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

  ._3-2-col-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .top-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .wave-lottie {
    height: auto;
    inset: 0% 0% auto auto;
  }

  .wave-lottie.bigger {
    height: auto;
  }

  .logo-bottom-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .butterfly-lottie {
    display: none;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: right;
    margin: 10px 5vw;
    font-size: 20px;
  }

  .nav-menu {
    background-color: var(--light-font);
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    background-color: var(--dark-green);
    color: var(--light-font);
    border-radius: 100%;
    box-shadow: 0 2px 15px #0003;
  }

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

  .section-shape.fill {
    max-width: 30%;
  }

  .mobile-map-lightbox {
    display: block;
  }

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

  .faq-img-wrap {
    height: 100%;
  }

  .dual-parallax-wrap {
    padding-top: 40px;
  }

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

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

  .nav-container {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .section-contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-4 {
    padding: 40px;
  }

  .teamtitle {
    font-size: 20px;
  }

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

  .grid {
    grid-template-columns: 3.25fr 1.5fr;
    place-items: center;
  }

  .image-15 {
    width: 80px;
    top: -398%;
    left: -70%;
  }

  .nav-link-fr {
    text-align: right;
    margin: 10px 5vw;
    font-size: 20px;
  }

  .section-icone {
    width: 180px;
  }

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

  .narrow-content.center {
    max-width: 70%;
  }

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

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

  .button-accueil-copy, .button-accueil-copy-copy {
    min-width: auto;
    height: auto;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-18 {
    font-size: 17px;
  }

  .div-block-35 {
    display: block;
  }

  .div-block-35.plans {
    display: flex;
  }

  .code-embed-4 {
    width: 100%;
    height: 100%;
  }

  .div-pastille {
    margin-right: 100px;
  }

  .image {
    max-width: 60%;
    margin-top: 0;
    top: 55px;
    bottom: auto;
    left: 278px;
  }

  .link-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    left: 511px;
  }

  .image-23 {
    max-width: 50%;
    top: 55px;
    bottom: auto;
    left: 278px;
  }

  ._2-col-grid-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section-column.flex {
    flex-flow: column;
  }

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

  .section-title.plans {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

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

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

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

  .section._2-col {
    min-height: auto;
  }

  .container.image {
    display: block;
  }

  .align-center.cadre {
    margin-left: 40px;
    margin-right: 40px;
  }

  .orange-text {
    font-size: 3vw;
  }

  .portrait-link {
    font-size: 20px;
    line-height: 26px;
  }

  .select-field {
    font-size: 16px;
  }

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

  .light-text {
    font-size: 3vw;
  }

  .shape {
    width: 100%;
    max-width: 200px;
  }

  .overlap-shape {
    object-fit: contain;
    height: 100px;
    top: -60px;
  }

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

  .top-content-wrap {
    flex-flow: column;
    width: 80%;
    padding-bottom: 20px;
  }

  .footer-bg-img {
    margin-top: -50px;
  }

  .bf-border-radius {
    border-radius: var(--beflow-library--borders--border-radius-s);
  }

  .bf-marquee-grid, .bf-banner-reveal {
    height: 20rem;
  }

  .bf-button {
    padding: .9rem 1.2rem;
    font-size: .85rem;
  }

  .bf-button.text {
    font-size: 16px;
  }

  .bf-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bf-section {
    padding-top: 1.5rem;
  }

  .bf-heading-xs {
    font-size: 1.2rem;
  }

  .bf-icon.l {
    width: 4rem;
  }

  .bf-margin-bottom, .bf-h-mob-margin-bottom {
    margin-bottom: 2rem;
  }

  .bf-accordion-content {
    max-width: none;
  }

  .bf-accordion-item {
    font-size: 16px;
    line-height: 22px;
  }

  .narrow-center-content {
    max-width: none;
  }

  .section-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .logo-bottom-text {
    font-size: 20px;
    line-height: 28px;
  }

  .logo-bottom-text.fixed {
    font-size: 18px;
    line-height: 18px;
  }

  .top-page-wrap.secondary {
    height: 150px;
  }

  .faq-title {
    font-size: 22px;
    line-height: 30px;
  }

  .butterfly-lottie-2 {
    width: 150px;
  }

  .menu-logo-lottie {
    width: 250px;
  }

  .triplegrid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
  }

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

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

  .content23-item {
    margin-bottom: 10px;
  }

  .section-title-contact, .section-title-center {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .section-contact, .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teamtitle {
    font-size: 20px;
  }

  .text-plan {
    font-size: 10px;
    line-height: 16px;
  }

  .image-12 {
    padding-bottom: 20px;
    display: block;
  }

  .image-15 {
    width: 100px;
    max-width: 80%;
    left: -31%;
  }

  .insidepopup {
    height: auto;
  }

  .section-icone {
    width: 140px;
  }

  .section-title-plans {
    font-size: 18px;
    line-height: 24px;
  }

  .section-title-plans.align-center {
    font-size: 4vw;
  }

  .narrow-content.center {
    max-width: none;
  }

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

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

  .insidepopup-2 {
    height: auto;
  }

  .xclose-4 {
    padding-top: 2px;
  }

  .insidepopup-3 {
    height: auto;
  }

  .bold-text-18 {
    font-size: 15px;
  }

  .bold-text-18.align-center {
    font-size: 13px;
  }

  .div-block-35.plans {
    display: flex;
  }

  .code-embed-4 {
    width: 100%;
    height: 100%;
  }

  .div-block-36 {
    display: block;
  }

  .div-block-37.align-center {
    flex-flow: column;
  }

  .icon-medium {
    max-width: 20%;
  }

  .div-pastille {
    margin-right: 40px;
  }

  .image {
    max-width: 29%;
    margin-top: 0;
    padding-left: 0;
    top: 34px;
    bottom: auto;
    left: 213px;
  }

  .link-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    left: 474px;
    right: 2%;
  }

  .image-23 {
    max-width: 40%;
    top: 34px;
    bottom: auto;
    left: 213px;
  }

  .triplegrid-icon {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section-column {
    padding-top: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-column.img-side {
    padding-bottom: 50px;
  }

  .section-img.max85 {
    height: 100%;
    max-height: 100%;
  }

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

  .section-title.lessmargin {
    text-align: center;
  }

  .section-title.plans {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .section-title.align-center {
    line-height: 8vw;
  }

  .bigger-paragraph {
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .bigger-paragraph.smallcenter {
    text-align: center;
    width: auto;
  }

  .bigger-paragraph.cta {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-img-wrap {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-height: 0;
    max-height: none;
  }

  .section-img-wrap.long-screen {
    min-width: 0;
    min-height: 40vh;
    max-height: none;
  }

  .button.footer.width {
    max-width: 100%;
    color: var(--beflow-library--shades--light);
    font-size: 16px;
    line-height: 20px;
  }

  .button.footer.size {
    flex-flow: row;
    font-size: 4.2vw;
  }

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

  .section._2-col.dark {
    place-content: stretch;
    padding-top: 0;
  }

  .section.dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.planpoint {
    padding: 0 0;
  }

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

  .container {
    flex-flow: column;
    display: flex;
  }

  .container.align-left {
    justify-content: center;
    align-items: flex-start;
  }

  .align-center._2-col-grid {
    display: block;
  }

  .align-center.cadre {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-text {
    font-size: 24px;
  }

  ._3-col-grid {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-col-grid.home {
    height: auto;
  }

  .select-field {
    margin-bottom: 10px;
  }

  .form {
    width: auto;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .legal-text {
    font-size: 15px;
    line-height: 16px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-address {
    line-height: 22px;
  }

  .footer-link, .light-text {
    font-size: 16px;
    line-height: 22px;
  }

  .shape {
    max-width: 100px;
  }

  .large-header {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .large-header.alignedright {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
  }

  .large-header.align-center {
    text-align: center;
  }

  .large-header.light {
    text-align: center;
    font-size: 5vw;
  }

  .overlap-shape {
    width: 80%;
    max-width: 80%;
    margin-top: -40px;
    top: 0;
  }

  .slide-img {
    height: 400px;
  }

  .slider {
    border-top-right-radius: 75px;
  }

  .footer-section.top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-content-wrap {
    width: 70%;
    padding-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .bf-vm-inner, .bf-vm-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .bf-marquee-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 12rem;
  }

  .bf-banner-reveal {
    height: 12rem;
  }

  .bf-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bf-section {
    padding-top: 0;
  }

  .bf-heading-xs {
    font-size: 18px;
  }

  .bf-icon.l {
    width: 80px;
  }

  .bf-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .bf-margin-bottom {
    margin-bottom: 15px;
  }

  .bf-accordion-item {
    border-radius: 10px;
    padding: 1.25rem;
  }

  .narrow-center-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._3-2-col-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-paragraph {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .logo-bottom-text {
    font-size: 16px;
    line-height: 20px;
  }

  .logo-lottie {
    margin-left: -12px;
  }

  .nav-menu {
    background-color: var(--dark-green);
  }

  .section-shape.bottomsection {
    display: none;
  }

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

  .top-page-wrap.secondary {
    height: 100px;
  }

  .paragraph.headerhome {
    width: auto;
  }

  .bottom-lottie-logo {
    margin-left: -12px;
  }

  .biggreen._360 {
    padding: 30px 10px;
  }

  .butterfly-lottie-2 {
    width: 70px;
    max-width: 100%;
    margin-right: 10px;
  }

  .menu-logo-lottie {
    width: 140px;
  }

  .svgquartier {
    width: 50%;
    margin-bottom: 10px;
  }

  .maskslider {
    border-top-right-radius: 75px;
  }

  .svgproject {
    width: 100%;
  }

  .triplegrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-field-2 {
    margin-bottom: 0;
  }

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

  .button-wrap-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

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

  .button-wrap-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .text-block-7, .paragraph-2 {
    text-align: center;
  }

  .column-4 {
    text-align: center;
    justify-content: center;
    padding-top: 25px;
  }

  .hero-logo {
    margin-bottom: 0;
  }

  .image-7 {
    width: 20%;
    display: block;
  }

  .content23-item-wrap {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .section-3 {
    padding: 0 0 50px;
  }

  .bold-text-12 {
    text-align: center;
  }

  .column-3 {
    justify-content: center;
  }

  .section-title-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin: 50px auto 20px;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
  }

  .section-title-2.uppercase {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .align-center-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .paragraph-2-copy {
    text-align: center;
    margin-left: 0;
    padding-top: 10px;
  }

  .content23-item {
    margin-right: 0;
  }

  .divcontact {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .columns {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

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

  .section-contact {
    padding: 0 0 50px;
  }

  .section-4 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .teamtitle {
    text-align: left;
    font-size: 26px;
    line-height: 1.4em;
  }

  .section-p.brown-text {
    text-align: left;
    margin-top: 25px;
    padding-top: 0;
  }

  .teamcolun {
    text-align: center;
    flex-flow: column;
  }

  .teamlogo, .teamlogo-courose {
    width: auto;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .teamlogo-dalaroy {
    width: auto;
    height: 100px;
    padding-bottom: 15px;
  }

  .teamlogo-cbatir {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .teamcolun-last {
    flex-flow: column;
  }

  .cell {
    padding-left: 0;
  }

  .teamcolun1 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-plans {
    grid-template-columns: 2fr 1.75fr;
  }

  .grid {
    grid-column-gap: 1em;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center;
    padding-left: 10px;
    display: block;
  }

  .text-plan {
    margin-left: auto;
    display: block;
  }

  .butterfly-lottie-3 {
    width: 100px;
  }

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

  .image-15 {
    width: 120px;
    max-width: 50%;
    left: -20%;
  }

  .text-media {
    font-size: 5vw;
    line-height: 6vw;
  }

  .italic-text {
    font-size: 5vw;
  }

  .text-block-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .container-plans-copy {
    grid-template-columns: 2fr 1.75fr;
  }

  .container-plan {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    display: flex;
  }

  .section-icone {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    margin-top: 50px;
    display: grid;
  }

  .section-title-plans {
    text-align: center;
    padding-right: 20px;
  }

  .section-title-plans.align-center {
    font-size: 4vw;
    line-height: 20px;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .div-block-16 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .submit-button-5 {
    text-align: center;
    display: inline-block;
  }

  .form-hemisphere {
    display: block;
  }

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

  .form-field-2.select {
    height: 40px;
    margin-top: 10px;
    padding-left: 2px;
    padding-right: 0;
  }

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

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

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

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

  .button-accueil-copy-copy {
    width: 80%;
  }

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

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

  .xclose-4 {
    color: #1f2a43;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding: 4px 5px 3px;
    font-size: 18px;
    line-height: 20px;
    position: static;
    inset: auto;
  }

  .popup-3 {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

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

  .xclose-5 {
    color: #fff;
    border-width: 2px;
    border-color: #fff;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 6px 4px;
    font-size: 18px;
    line-height: 20px;
    position: static;
    inset: auto;
  }

  .bold-text-17 {
    font-size: 16px;
  }

  .bold-text-18.align-center {
    font-size: 11px;
    line-height: 20px;
  }

  .code-embed-4 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .text-span-11 {
    font-size: 2vw;
  }

  .div-block-37.align-center {
    flex-flow: column;
  }

  .bold-text-20 {
    font-size: 5vw;
  }

  .div-pastille {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .image {
    text-align: center;
    flex: 0 auto;
    max-width: 30%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    top: 43px;
    bottom: auto;
    left: 109px;
  }

  .link-block-4 {
    left: auto;
  }

  .image-23 {
    top: 43px;
    bottom: auto;
    left: 109px;
  }

  .text-span-15 {
    font-size: 6vw;
  }

  .triplegrid-icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .quick-stack-spaces {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_58fa78c9-b163-d490-aa1b-9c27ca729800-ff2b2e58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89896211-837d-93ba-31ca-77fdd170a559-d170a520 {
  align-self: center;
}

#w-node-_18cb2814-f067-383d-5fc4-70683707b7fb-d170a520 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_8ed5a582-2286-270f-a412-ae305e3108fd-d170a520 {
  place-self: end center;
}

#w-node-_89896211-837d-93ba-31ca-77fdd170a55d-d170a520 {
  place-self: center end;
}

#w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-8baa4b23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3591c85c-2b25-8b75-1c8c-0170a5f70900-8baa4b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9515c85-ece4-3a9d-4791-55d4e905a782-4aa021b9 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-f9515c85-ece4-3a9d-4791-55d4e905a784-4aa021b9 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_10e0b8d3-0ed9-4f33-59bb-a70ab83c3661-4aa021b9, #w-node-_3df509dc-2ca4-8bec-29ee-44c3ba0da8b6-4aa021b9, #w-node-_86e12b53-1d85-7fc2-9c7e-2eb5be138737-4aa021b9, #w-node-_15d06ddd-749d-52d8-51b8-bd3e8aa53cfa-4aa021b9 {
  place-self: center;
}

#w-node-e20ce7b6-9a72-feb1-ed28-6dae726e4137-4aa021b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df7d45df-7f75-7671-e300-542227ddd95e-4aa021b9, #w-node-_32aa60f9-c1d7-5aae-dee3-40e062a95404-4aa021b9 {
  place-self: center;
}

#w-node-_49f2e592-b6bb-ca48-f11a-63632006d58b-4aa021b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c880f481-d80d-f223-dc35-e8e9aaa8d81f-4aa021b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b8acef6d-aa88-71c0-4d5b-ca59c6bb0b47-4aa021b9 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-_10a6a19c-ff9c-e308-950a-488794ae6ca8-4aa021b9 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-b48f76ff-18cb-60c5-8703-6ba9601d136d-4aa021b9 {
  justify-self: center;
}

#w-node-ef0c6ecb-f690-bd15-34a8-3214f4949ac1-da715a27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-b70dde5c-b7fe-03a8-a7ed-3e44863e54c7-da715a27 {
  place-self: center;
}

#w-node-_23781b65-1fc2-c2ba-1418-f831d7a654b5-9ce1b308 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a1d1cc3a-466a-7b5d-8baf-c1485b4178b2-9ce1b308 {
  justify-self: center;
}

#w-node-b8acef6d-aa88-71c0-4d5b-ca59c6bb0b47-9ce1b308 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-_10a6a19c-ff9c-e308-950a-488794ae6ca8-9ce1b308 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_8ef4ea64-b058-5bbb-ef11-fc518a466684-9ce1b308 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecb8c172-728a-e0d8-c0fb-0cfe99c8236f-9ce1b308 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-ecb8c172-728a-e0d8-c0fb-0cfe99c82371-9ce1b308 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_47d53898-5b4a-eb90-04b4-372a7c3d4e2c-3493a8ef {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-c52c5830-a9f7-4add-5e95-651556acfae0-6407d647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58fa78c9-b163-d490-aa1b-9c27ca729800-6407d647 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_597787b0-1426-c396-c3be-a47c1cd3a6c9-1cd3a686 {
  align-self: center;
}

#w-node-_597787b0-1426-c396-c3be-a47c1cd3a6cd-1cd3a686 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_597787b0-1426-c396-c3be-a47c1cd3a6cf-1cd3a686 {
  place-self: end center;
}

#w-node-_597787b0-1426-c396-c3be-a47c1cd3a6d1-1cd3a686 {
  place-self: center end;
}

#Budget.w-node-_14c01119-bdb4-0b78-205b-8304163fce80-163fce6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9515c85-ece4-3a9d-4791-55d4e905a782-84af2d8a {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-f9515c85-ece4-3a9d-4791-55d4e905a784-84af2d8a {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_10e0b8d3-0ed9-4f33-59bb-a70ab83c3661-84af2d8a, #w-node-beb35b73-5926-6cb1-5c87-9b1cfc246548-84af2d8a, #w-node-_0fb05dea-fe62-5dfc-4073-e560d2493dc4-84af2d8a, #w-node-_5469f1fa-77ff-473f-26d2-7e55fb5b398e-84af2d8a {
  place-self: center;
}

#w-node-e20ce7b6-9a72-feb1-ed28-6dae726e4137-84af2d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df7d45df-7f75-7671-e300-542227ddd95e-84af2d8a, #w-node-_32aa60f9-c1d7-5aae-dee3-40e062a95404-84af2d8a {
  place-self: center;
}

#w-node-_49f2e592-b6bb-ca48-f11a-63632006d58b-84af2d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c880f481-d80d-f223-dc35-e8e9aaa8d81f-84af2d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b8acef6d-aa88-71c0-4d5b-ca59c6bb0b47-84af2d8a {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-_10a6a19c-ff9c-e308-950a-488794ae6ca8-84af2d8a {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_23781b65-1fc2-c2ba-1418-f831d7a654b5-1ba89887 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_148ad50e-a696-067d-ac5f-368846084c23-1ba89887 {
  justify-self: center;
}

#w-node-b8acef6d-aa88-71c0-4d5b-ca59c6bb0b47-1ba89887 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-_10a6a19c-ff9c-e308-950a-488794ae6ca8-1ba89887 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_696a1d5c-5ae2-4e75-4d2f-9376ab190036-1ba89887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_828479e5-34d7-43bb-0530-64d72016ea57-1ba89887 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-_828479e5-34d7-43bb-0530-64d72016ea59-1ba89887 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_7ea960d8-2930-c706-086d-3a08fb245d58-3e68e541 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-f5f975e9-0c8e-25f7-ef89-298d13286dbd-3e68e541 {
  place-self: center;
}

#w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-4ebca35d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3591c85c-2b25-8b75-1c8c-0170a5f70900-4ebca35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d53898-5b4a-eb90-04b4-372a7c3d4e2c-0b57396e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_534b8178-ce10-0f1b-2ba4-674f7e49a033-91098f58 {
  place-self: auto;
}

#w-node-_47d53898-5b4a-eb90-04b4-372a7c3d4e2c-269d2bb6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6693a64b-4096-ba2c-b670-30e41fe14689-e1eb279c {
  place-self: auto;
}

#w-node-_47d53898-5b4a-eb90-04b4-372a7c3d4e2c-d2531af0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4c973c02-5156-6dbe-e1a8-71ca54dc0719-91f96f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdcc4e01-110a-f217-ce68-8b222c47fd70-91f96f66, #w-node-bdcc4e01-110a-f217-ce68-8b222c47fd78-91f96f66, #w-node-bdcc4e01-110a-f217-ce68-8b222c47fd80-91f96f66, #w-node-bdcc4e01-110a-f217-ce68-8b222c47fd88-91f96f66 {
  place-self: center;
}

#w-node-bdcc4e01-110a-f217-ce68-8b222c47fd90-91f96f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdcc4e01-110a-f217-ce68-8b222c47fd9a-91f96f66, #w-node-bdcc4e01-110a-f217-ce68-8b222c47fdb2-91f96f66 {
  place-self: center;
}

#w-node-bdcc4e01-110a-f217-ce68-8b222c47fdce-91f96f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4c973c02-5156-6dbe-e1a8-71ca54dc0719-9bb1bc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_218bc4e9-68af-d545-5466-fb7da7a07c0f-9bb1bc92, #w-node-_218bc4e9-68af-d545-5466-fb7da7a07c17-9bb1bc92, #w-node-_218bc4e9-68af-d545-5466-fb7da7a07c1f-9bb1bc92, #w-node-_218bc4e9-68af-d545-5466-fb7da7a07c27-9bb1bc92 {
  place-self: center;
}

#w-node-_218bc4e9-68af-d545-5466-fb7da7a07c2f-9bb1bc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_218bc4e9-68af-d545-5466-fb7da7a07c39-9bb1bc92, #w-node-_218bc4e9-68af-d545-5466-fb7da7a07c55-9bb1bc92 {
  place-self: center;
}

#w-node-_218bc4e9-68af-d545-5466-fb7da7a07c71-9bb1bc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cc850695-6105-5550-14b5-2a512d972d77-ff2b2e58 {
    order: -9999;
  }

  #w-node-_58fa78c9-b163-d490-aa1b-9c27ca729800-ff2b2e58 {
    grid-column: span 1 / span 1;
  }

  #w-node-_89896211-837d-93ba-31ca-77fdd170a55d-d170a520 {
    order: 9999;
    justify-self: center;
  }

  #w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-8baa4b23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd8c90c9-34b5-d824-af69-92057bfc0eaf-8baa4b23 {
    order: 9999;
  }

  #w-node-cc850695-6105-5550-14b5-2a512d972d77-6407d647 {
    order: -9999;
  }

  #w-node-_58fa78c9-b163-d490-aa1b-9c27ca729800-6407d647 {
    grid-column: span 1 / span 1;
  }

  #w-node-_597787b0-1426-c396-c3be-a47c1cd3a6d1-1cd3a686 {
    order: 9999;
    justify-self: center;
  }

  #w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-4ebca35d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd8c90c9-34b5-d824-af69-92057bfc0eaf-4ebca35d {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-8baa4b23, #w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-4ebca35d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc850695-6105-5550-14b5-2a512d972d77-ff2b2e58 {
    order: 9999;
  }

  #w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-8baa4b23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ef0c6ecb-f690-bd15-34a8-3214f4949ac1-da715a27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_23781b65-1fc2-c2ba-1418-f831d7a654b5-9ce1b308 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc850695-6105-5550-14b5-2a512d972d77-6407d647 {
    order: 9999;
  }

  #w-node-_23781b65-1fc2-c2ba-1418-f831d7a654b5-1ba89887 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7ea960d8-2930-c706-086d-3a08fb245d58-3e68e541 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d97f2338-2388-e40c-9f01-e5c7588b7cc0-4ebca35d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Recoletaalt';
  src: url('../fonts/RecoletaAlt-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoletaalt';
  src: url('../fonts/RecoletaAlt-SemiBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoletaalt';
  src: url('../fonts/RecoletaAlt-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}