@font-face {
  font-family: Aroba Modern;
  src: url('../fonts/ArobaModernDemoRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --color--crème: #ede6d9;
  --font-families--figtree: Figtree, Georgia, sans-serif;
  --color--dark: #231106;
  --font-size--base: 1.125rem;
  --font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>: 1rem;
  --fluid-font-size--2xl: 20vw;
  --font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>: 11vw;
  --font-families--aroba-modern: "Aroba Modern", Georgia, sans-serif;
  --fluid-font-size--xl: 4.267vw;
  --font-size--4xl: 2.5rem;
  --font-size--3xl: 2rem;
  --font-size--2xl: 1.75rem;
  --font-size--xl: 1.5rem;
  --site-padding--mobile: 1rem;
  --color--terre-cuite-foncée: #4a2b1b;
  --site-padding--desktop: 3rem;
  --site-padding--tablet: 2rem;
  --color--dark-10: #2828281a;
  --fluid-font-size--small: 2.133vw;
  --font-size--large: 1.25rem;
  --font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>: 1rem;
  --color--white\<deleted\|variable-8b6b6a94\>: white;
  --color--medium-grey\<deleted\|variable-8e7a1c56\>: #7a7c7e;
  --color--white-12\<deleted\|variable-38624d3d-5d7b-7667-b764-821f3965120d\>: #262626;
  --color--brun-foncé: #8d4d41;
  --grid-gap: 1.25rem;
  --color--white-60: #faf6f099;
  --fluid-font-size--large: 3.467vw;
  --font-size--small: .9375rem;
  --color--dark-red: #231106;
  --color--ocre: #cca555;
  --color--cerise: #852c2f;
  --fluid-font-size--medium: 3.2vw;
  --color--bleu-de-gris: #7a96a1;
  --color--vert-fin: #b8beb2;
  --fluid-font-size--3xl: 23vw;
}

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

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

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

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

body {
  background-color: var(--color--crème);
  font-family: var(--font-families--figtree);
  color: var(--color--dark);
  font-size: var(--font-size--base);
  letter-spacing: -.01em;
  overscroll-behavior: none;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  font-family: var(--font-families--figtree);
  font-size: var(--fluid-font-size--2xl);
  letter-spacing: -.05em;
  white-space: normal;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 114%;
  display: block;
  transform: translate(0);
}

h2 {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.02em;
  text-transform: none;
  color: inherit;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 92%;
}

h3 {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--font-size--4xl);
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--font-size--3xl);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--font-size--2xl);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 2rem;
}

h6 {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--font-size--xl);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 130%;
}

p {
  line-height: 130%;
  font-size: inherit;
  max-width: 33ch;
  margin-bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease;
}

a:hover {
  opacity: .6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  z-index: 1;
  background-color: var(--color--crème);
  min-height: 32px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section.hero-section {
  grid-row-gap: 5rem;
  background-color: var(--color--dark);
  color: var(--color--crème);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 110vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.styelguide-hero-section {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 8rem;
  padding-bottom: 1rem;
  line-height: .9;
  display: flex;
}

.section.last-section {
  z-index: 1;
  padding-bottom: 20rem;
}

.section.padding-y-large {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

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

.section.no-padding-y.bot_blue {
  background-color: #ede6d9;
  background-image: linear-gradient(180deg, var(--color--crème) 65%, #698c98 65%);
}

.section.no-padding-y.bot_blue.reverce {
  background-image: linear-gradient(0deg, var(--color--crème) 65%, #698c98 65%);
}

.section.no-padding-y.bg_blue {
  background-color: #698c98;
}

.section.padding-top-large {
  padding-top: 20rem;
}

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

.section.padding-bottom-large {
  padding-bottom: 20rem;
}

.section.padding-bottom-small {
  padding-bottom: 5rem;
}

.section.is-red {
  background-color: var(--color--terre-cuite-foncée);
  padding: 5rem 100px;
}

.section.blue_section {
  background-color: #698c98;
  padding-bottom: 0;
}

.container {
  padding-top: 0;
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  position: relative;
}

.container.styleguide-container {
  max-width: 800px;
}

.container.no-row-gap {
  grid-row-gap: 0rem;
}

.container.horizontal-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.container.overlapping-image-container {
  z-index: 1;
  pointer-events: none;
  margin-top: -10%;
}

.container.overlapping-image-container.top {
  z-index: 2;
  position: absolute;
  top: -10%;
}

.container.footer_gap {
  margin-top: 10rem;
}

.divider {
  z-index: -4;
  background-color: var(--color--dark-10);
  width: 100%;
  height: .5px;
  position: static;
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.text-large {
  font-size: var(--fluid-font-size--small);
  color: inherit;
  max-width: 34ch;
  line-height: 110%;
}

.footer {
  padding-top: var(--site-padding--desktop);
  padding-bottom: var(--site-padding--desktop);
  background-color: var(--color--dark);
  color: var(--color--crème);
  font-size: Inherit;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: static;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter;
  font-weight: 400;
}

.rich-text-block h2 {
  font-family: var(--font-families--figtree);
  font-size: var(--font-size--large);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block h3 {
  font-family: var(--font-families--figtree);
  font-size: var(--font-size--large);
  letter-spacing: -.025em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block p {
  opacity: .6;
  font-family: var(--font-families--figtree);
  font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
  letter-spacing: 0;
  max-width: none;
  margin-bottom: 3rem;
  font-weight: 400;
  line-height: 150%;
}

.rich-text-block h4 {
  font-family: var(--font-families--figtree);
  font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--color--terre-cuite-foncée);
  font-family: Bdogrotesk;
  font-size: var(--font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>);
  margin-top: 2rem;
  margin-bottom: 3rem;
  line-height: 150%;
}

.rich-text-block h1 {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--font-size--4xl);
  text-align: left;
  letter-spacing: -.03em;
  text-transform: none;
  max-width: none;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 116%;
  text-decoration: none;
}

.rich-text-block h5, .rich-text-block h6 {
  font-family: var(--font-families--figtree);
  font-size: var(--font-size--base);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.rich-text-block li {
  font-family: var(--font-families--figtree);
  font-size: var(--font-size--base);
}

.text-field {
  color: var(--color--dark);
  font-size: var(--font-size--base);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #dfdfdf80;
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 0;
  line-height: 150%;
}

.text-field:active {
  border-bottom-color: var(--color--white\<deleted\|variable-8b6b6a94\>);
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--color--medium-grey\<deleted\|variable-8e7a1c56\>);
  line-height: 150%;
}

.text-field::placeholder {
  font-size: var(--font-size--base);
  line-height: 150%;
}

.submit-button {
  color: var(--color--dark);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 .5rem;
  transition: all .2s;
}

.submit-button:hover {
  opacity: .6;
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.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;
  align-items: center;
  width: 800px;
  display: flex;
}

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

.utility-form-text {
  margin-bottom: 64px;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.swatch {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 180px;
}

.swatch.dark {
  border-width: 1px;
  border-color: var(--color--white-12\<deleted\|variable-38624d3d-5d7b-7667-b764-821f3965120d\>);
  background-color: var(--color--dark);
}

.swatch.medium-dark {
  background-color: var(--color--brun-foncé);
  border-width: 0;
  border-color: #dfdfdf80;
}

.swatch.brand {
  background-color: var(--color--terre-cuite-foncée);
  border-width: 0;
  border-color: #dfdfdf80;
}

.styleguide-heading {
  font-size: var(--font-size--4xl);
  letter-spacing: -.02em;
  margin-top: 32px;
  margin-bottom: 32px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

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

._12-column-grid {
  grid-column-gap: var(--grid-gap);
  grid-row-gap: 8rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

._12-column-grid.footer-grid, ._12-column-grid.row-gap-large {
  grid-row-gap: 10rem;
}

.typography-container {
  margin-bottom: 48px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand {
  z-index: 2;
  overflow: hidden;
}

.brand.w--current {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.brand.w--current:hover {
  opacity: 1;
}

.main-wrapper, .page-wrapper {
  position: relative;
}

.link {
  color: var(--color--terre-cuite-foncée);
  cursor: pointer;
  transition: all .2s;
}

.utility-page-heading {
  font-size: var(--font-size--3xl);
  letter-spacing: -.02em;
  max-width: 24ch;
  margin-bottom: 80px;
  line-height: 110%;
}

.nav-link-text {
  line-height: 100%;
}

.nav-link-text.nav-link-hover-text {
  position: absolute;
  bottom: -105%;
}

.logo {
  object-fit: cover;
  width: auto;
  max-width: 10rem;
}

.footer-primary-links {
  grid-column-gap: 1rem;
  color: var(--color--white-60);
  flex-flow: row;
  align-items: flex-start;
  line-height: 100%;
  display: flex;
}

.image-wrap {
  aspect-ratio: 16 / 9;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap.square {
  aspect-ratio: 1.2;
}

.image-wrap.square.h100 {
  height: 100%;
}

.image-wrap.portrait {
  aspect-ratio: auto;
  min-height: 80vh;
}

.hero-bottom {
  align-self: flex-end;
  width: 52%;
  margin-bottom: 12vh;
  position: relative;
  bottom: 0;
}

.parallax-image {
  height: 120%;
  position: absolute;
  bottom: 0;
}

.parallax-image.align_bottom {
  object-position: 50% 70%;
}

.arrow-wrap {
  width: 2vw;
  height: 2vw;
  margin-top: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-top {
  letter-spacing: -.04em;
  text-transform: none;
  line-height: 100%;
}

.fullscreen-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  padding-top: var(--site-padding--desktop);
  padding-bottom: var(--site-padding--desktop);
  background-color: #0000;
  width: 100%;
  position: relative;
  top: 0;
}

.nav-menu {
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-copyright:hover {
  opacity: .6;
}

.nav-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.nav-link-wrap {
  transition-property: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-link-wrap:hover {
  opacity: 1;
}

.large-link {
  grid-column-gap: 1rem;
  letter-spacing: -.04em;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 4.25vw;
  line-height: 130%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-link:hover {
  opacity: 1;
}

.hero-button-arrow.hover-arrow {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.hero-link-text.hover-text {
  position: absolute;
  bottom: -100%;
}

.cursor-frame {
  z-index: 99999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--color--terre-cuite-foncée);
  border-radius: 50vw;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.footer-paragraph {
  max-width: 18ch;
  line-height: 155%;
}

.display-xl {
  font-family: var(--font-families--figtree);
  font-size: var(--fluid-font-size--2xl);
  text-align: center;
  letter-spacing: -.07em;
  padding-right: .5vw;
  font-weight: 500;
  line-height: .85;
  display: inline-block;
}

.label {
  opacity: .6;
  font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
}

.hero-overlay {
  pointer-events: none;
  background-color: #0003;
  display: block;
  position: absolute;
  inset: 0%;
}

.marquee-text-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-2 {
  align-items: center;
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-2.hero-marquee {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-top {
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.marquee-text-2 {
  font-family: var(--font-families--aroba-modern);
  text-transform: none;
  white-space: nowrap;
  margin-right: 10vw;
  font-size: 23vw;
  line-height: 83%;
  display: flex;
}

.marquee-text-2.marquee-serif {
  font-family: var(--font-families--aroba-modern);
  letter-spacing: -.035em;
  color: inherit;
  margin-bottom: -.05em;
  font-weight: 400;
}

.marquee-text-2.marquee-serif.no_margin {
  margin-right: 0;
  line-height: 1;
}

.marquee-line-wrap-2 {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: inherit;
  align-items: center;
  font-size: 22vw;
  font-weight: 900;
  line-height: .9;
  display: flex;
  position: static;
  overflow: visible;
}

.marquee-serif {
  font-family: var(--font-families--aroba-modern);
  font-size: 26.5vw;
}

.display-medium {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--fluid-font-size--large);
  max-width: 19ch;
  font-weight: 400;
  line-height: 110%;
}

.display-medium.no-maxwidth {
  max-width: none;
}

.hero-label {
  margin-top: .5vw;
}

.button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-size: var(--font-size--small);
  background-color: #fff3;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  transition-property: none;
  display: flex;
}

.button:hover {
  opacity: 1;
}

.button.footer-button {
  background-color: var(--color--brun-foncé);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  margin-bottom: .5vw;
  transition-property: none;
}

.button.footer-button:hover {
  opacity: 1;
}

.button.plain-button {
  background-color: var(--color--terre-cuite-foncée);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--color--crème);
  margin-bottom: 0;
  transition-property: none;
}

.button.plain-button:hover {
  opacity: 1;
}

.hero-subtitle-wrap {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.fullscreen-video {
  z-index: 0;
  width: 50%;
  height: 100%;
  position: static;
  inset: 0%;
}

.button-text.is-hover {
  position: absolute;
  bottom: -110%;
}

.text-wrap {
  position: relative;
  overflow: hidden;
}

.hero-line-wrap {
  margin-top: -.25vw;
  padding-bottom: 7px;
  overflow: hidden;
}

.hero-text-wrap {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.hero-top-element {
  grid-row-gap: 10rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-bottom-element {
  width: 100%;
  position: relative;
  bottom: 0;
}

.footer-links-column {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.footer-links-column.gap_1 {
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.footer-link-wrap {
  color: var(--color--white-60);
  transition-property: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-link-wrap:hover {
  opacity: 1;
}

.footer-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--white-60);
  flex-flow: column;
  line-height: 100%;
  display: flex;
}

.footer-subtitle-wrap {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.display-large {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: 92%;
}

.display-large.footer_center {
  max-width: none;
}

.heading-wrap {
  position: relative;
}

.inset-label {
  margin-top: .5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-list-wrap {
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-list-item-wrap {
  flex-flow: row;
  display: flex;
}

.text-content-wrap {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.list-item-label {
  width: calc(28.5714% + .357143rem);
}

.light-paragraph {
  color: var(--color--dark-red);
}

.light-paragraph.list-item-text.dark {
  color: var(--color--dark);
  max-width: 50ch;
}

.image-revealer {
  background-color: var(--color--crème);
  display: none;
  position: absolute;
  inset: 0%;
}

.fullwidth-image-container {
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: var(--site-padding--desktop);
  aspect-ratio: 16 / 9;
  background-color: var(--color--crème);
  color: var(--color--crème);
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.lines-text-wrap {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.single-line-wrap {
  margin-top: -.25vw;
  padding-bottom: 7px;
  overflow: hidden;
}

.split-layout-column {
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - .625rem);
  display: flex;
}

.split-layout-column.w_50 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.split-layout {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

._2-3-image-wrap {
  aspect-ratio: 2 / 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-3-image-wrap.split-image-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.split-column-inner-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.split-column-inner-container._100 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.split-column-inner-container.gap-8 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
}

._7-col-1-inset {
  margin-left: calc(14.2857% + .178571rem);
}

.tabs {
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--color--crème);
  opacity: .5;
  background-color: #0000;
  border-radius: 50vw;
  padding: .5rem 1rem;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #000;
  padding-left: 1rem;
}

.tab-pane {
  width: 100%;
}

.tab-pane-content {
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-pane-row {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-pane-heading-wrap {
  font-family: var(--font-families--aroba-modern);
  font-size: var(--fluid-font-size--small);
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.tabs-content {
  flex-flow: column;
  flex: 1;
  height: auto;
  display: block;
}

.dish-description {
  color: var(--color--dark-red);
  max-width: 36ch;
}

.heading-xl-wrap {
  grid-column-gap: 2vw;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-list {
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.value-list-item {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

._7-col-2-inset {
  margin-left: calc(28.5714% + .357143rem);
}

.info-page-paragraph {
  max-width: 40ch;
}

.light-link {
  cursor: pointer;
  transition: all .2s;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.html-embed {
  display: none;
}

.form-wrap {
  max-width: 45vw;
}

._1habitant {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color--terre-cuite-foncée) var(--color--terre-cuite-foncée) var(--color--brun-foncé);
  color: #8b4c42;
  background-color: #0000;
  height: 57px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  line-height: 1em;
  display: none;
}

._1habitant:active {
  color: var(--color--terre-cuite-foncée);
  background-color: #5e1c1c00;
}

._1habitant:focus {
  color: var(--color--terre-cuite-foncée);
  border-bottom-style: solid;
  border-bottom-color: #9c7a67;
}

._1habitant:focus-visible, ._1habitant[data-wf-focus-visible] {
  border-bottom-style: solid;
  border-bottom-color: #9c7a67;
}

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

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

.field-wrap.checklist {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

._2habitants {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color--terre-cuite-foncée) var(--color--terre-cuite-foncée) var(--color--brun-foncé);
  color: var(--color--terre-cuite-foncée);
  background-color: #0000;
  height: 57px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  line-height: 1em;
  display: none;
}

._2habitants:active {
  color: var(--color--terre-cuite-foncée);
  background-color: #5e1c1c00;
  border-bottom-color: #9c7a67;
}

._2habitants:focus {
  color: var(--color--terre-cuite-foncée);
  border-bottom-color: #9c7a67;
}

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

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.submit-button-2 {
  border: 1px solid var(--color--terre-cuite-foncée);
  background-color: var(--color--terre-cuite-foncée);
  border-radius: 45px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
}

.submit-button-2:hover {
  color: var(--color--terre-cuite-foncée);
  background-color: #e4ded5;
}

.form-section {
  color: #8b4c42;
}

.columns-locataires {
  color: var(--color--terre-cuite-foncée);
  text-align: left;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.button-wrapper-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.button-wrapper-main.center {
  justify-content: center;
  margin-top: 40px;
}

.form-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  color: var(--color--terre-cuite-foncée);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h2-form {
  color: var(--color--terre-cuite-foncée);
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.radio-button-label-2 {
  color: var(--color--terre-cuite-foncée);
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.full-img {
  object-fit: cover;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  width: 100%;
  height: 100%;
}

.padding-section-large {
  object-position: 50% 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.padding-small {
  padding-top: 4rem;
}

.form-block-location {
  color: var(--color--terre-cuite-foncée);
  background-color: #fff0;
  border-radius: 20px;
  width: 100%;
  padding: 0;
}

.arch-img-wrap {
  border-top-left-radius: 15vw;
  border-top-right-radius: 15vw;
  overflow: hidden;
}

.column-4 {
  text-align: left;
  margin-bottom: 5px;
  padding-left: 0;
}

.form-grid-rent {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  color: var(--color--terre-cuite-foncée);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.titre-locataires {
  color: var(--color--terre-cuite-foncée);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.checkbox {
  clear: none;
  color: #8b4c42;
  object-position: 50% 100%;
  background-color: #fff0;
  border: 1px solid #aaa;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 -20px;
  font-size: 17px;
  line-height: 1.1;
  display: block;
}

.checkbox:active {
  color: #027a48;
}

.checkbox.w--redirected-checked {
  background-color: #027a48;
}

.contacts-input-text {
  color: var(--color--terre-cuite-foncée);
  background-color: #fff0;
  border: 1px solid #8b4c42;
  border-radius: 0;
  height: auto;
  margin-top: 20px;
  padding: 16px 0 16px 5px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-text:focus {
  border: 1px solid #738fc9;
}

.contacts-input-text::placeholder {
  color: var(--color--terre-cuite-foncée);
  font-size: 16px;
}

.section-icon {
  object-fit: contain;
  max-width: 12vw;
}

.section-icon.small {
  max-width: 8vw;
}

.form-side-images {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.contacts-input {
  color: var(--color--terre-cuite-foncée);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #9c7a67;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 2px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #738fc9;
}

.contacts-input::placeholder {
  color: var(--color--terre-cuite-foncée);
  font-size: 16px;
}

.contacts-input.select-field {
  border-bottom-color: var(--color--brun-foncé);
  color: var(--color--terre-cuite-foncée);
  height: 57px;
  padding-left: 2px;
}

.contacts-input.select-field:focus {
  color: #080808;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.paragraph, .form-2 {
  color: var(--color--terre-cuite-foncée);
}

.fullscreen-video-wrapper {
  z-index: 0;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_right_bg {
  background-color: #231106;
  width: 52%;
}

.hero_image_wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 48%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_image-left {
  z-index: 0;
  opacity: .5;
  height: 100%;
  position: absolute;
}

.hero_chair_image {
  z-index: 1;
  object-fit: contain;
}

.hero_chair_wrapper {
  z-index: 1;
  margin-bottom: 8rem;
  margin-left: var(--site-padding--desktop);
  width: 13vw;
  max-width: 22.5rem;
  position: relative;
}

.hero_image-overlay {
  z-index: 0;
  height: 100%;
  position: absolute;
}

.display-large-copy {
  font-family: var(--font-families--aroba-modern);
  letter-spacing: -.02em;
  font-size: 10vw;
  font-weight: 400;
  line-height: 92%;
}

.lamp_img {
  top: auto;
  left: auto;
  right: var(--site-padding--desktop);
  width: 6vw;
  position: absolute;
  bottom: 0%;
}

.icons_grid {
  grid-column-gap: 1vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
}

.icon_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon_text {
  font-family: var(--font-families--figtree);
  color: var(--color--crème);
  font-size: var(--site-padding--mobile);
  text-align: center;
}

.greed_icon {
  object-fit: contain;
  width: 15vh;
  max-width: none;
  height: 100%;
}

.blue_section_heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.bl_top_image {
  width: 8vw;
}

.blue_title {
  text-align: center;
  max-width: none;
  font-size: 7vw;
}

.footer_center {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-element-flex {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.footer_bot_half {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.adress {
  font-size: 2vw;
  line-height: 1.1;
}

.footer_frame {
  object-fit: contain;
  width: 13vw;
}

.footer_images_wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer_absolute_img {
  object-fit: contain;
  width: 17vw;
  position: absolute;
  inset: auto -9% 0% auto;
}

.div-block {
  width: 50%;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

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

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

.radio-button-label-3 {
  color: var(--color--terre-cuite-foncée);
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.studio {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color--terre-cuite-foncée) var(--color--terre-cuite-foncée) var(--color--brun-foncé);
  color: var(--color--terre-cuite-foncée);
  background-color: #0000;
  height: 57px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.studio:active {
  color: var(--color--terre-cuite-foncée);
  background-color: #5e1c1c00;
}

.studio:focus {
  color: var(--color--terre-cuite-foncée);
}

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

._1chambre {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color--terre-cuite-foncée) var(--color--terre-cuite-foncée) var(--color--brun-foncé);
  color: var(--color--terre-cuite-foncée);
  background-color: #0000;
  height: 57px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

._1chambre:active {
  color: var(--color--terre-cuite-foncée);
  background-color: #5e1c1c00;
}

._1chambre:focus {
  color: var(--color--terre-cuite-foncée);
}

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

._1chambreden {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color--terre-cuite-foncée) var(--color--terre-cuite-foncée) var(--color--brun-foncé);
  color: var(--color--terre-cuite-foncée);
  background-color: #0000;
  height: 57px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

._1chambreden:active {
  color: var(--color--terre-cuite-foncée);
  background-color: #5e1c1c00;
}

._1chambreden:focus {
  color: var(--color--terre-cuite-foncée);
}

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

._2chambres {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color--terre-cuite-foncée) var(--color--terre-cuite-foncée) var(--color--brun-foncé);
  color: var(--color--terre-cuite-foncée);
  background-color: #0000;
  height: 57px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

._2chambres:active {
  color: var(--color--terre-cuite-foncée);
  background-color: #5e1c1c00;
}

._2chambres:focus {
  color: var(--color--terre-cuite-foncée);
}

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

._3chambres {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color--terre-cuite-foncée) var(--color--terre-cuite-foncée) var(--color--brun-foncé);
  color: var(--color--terre-cuite-foncée);
  background-color: #0000;
  height: 57px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

._3chambres:active {
  color: var(--color--terre-cuite-foncée);
  background-color: #5e1c1c00;
}

._3chambres:focus {
  color: var(--color--terre-cuite-foncée);
}

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

.titre-logement {
  color: var(--color--terre-cuite-foncée);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

._12-column-grid-footer {
  grid-column-gap: var(--grid-gap);
  grid-row-gap: 8rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: center stretch;
  width: 100%;
  display: flex;
  position: static;
}

._12-column-grid-footer.footer-grid, ._12-column-grid-footer.row-gap-large {
  grid-row-gap: 10rem;
}

@media screen and (min-width: 1920px) {
  .container.no-row-gap {
    width: 100vh;
  }

  .padding-section-large {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .icons_grid {
    grid-column-gap: 1vw;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: stretch;
    place-items: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
    letter-spacing: -.05vw;
    line-height: 100%;
  }

  h2 {
    font-size: var(--font-size--4xl);
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.hero-section {
    grid-row-gap: 8rem;
    height: auto;
    min-height: auto;
  }

  .section.styelguide-hero-section {
    height: auto;
    padding-top: 8rem;
  }

  .section.padding-y-large {
    padding-top: 10rem;
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .container.overlapping-image-container {
    margin-top: -15%;
  }

  .container.overlapping-image-container.top {
    padding-top: 0;
    position: absolute;
    top: 32%;
  }

  .container.footer_gap {
    margin-top: 4rem;
  }

  .text-large {
    font-size: var(--font-size--4xl);
    line-height: 110%;
  }

  .footer {
    padding-top: var(--site-padding--tablet);
    padding-bottom: var(--site-padding--tablet);
    margin-top: 0;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  ._12-column-grid.nav-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  ._12-column-grid.footer-grid {
    grid-row-gap: 4rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._12-column-grid.row-gap-large {
    grid-column-gap: var(--grid-gap);
    grid-row-gap: 6rem;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .brand.w--current {
    margin-left: 0;
  }

  .nav-link-text {
    white-space: nowrap;
  }

  .footer-primary-links {
    font-size: inherit;
  }

  .image-wrap.portrait {
    min-height: 20vh;
  }

  .hero-bottom {
    margin-bottom: var(--site-padding--tablet);
  }

  .footer-top {
    margin-bottom: 8rem;
  }

  .navbar {
    z-index: 2;
    padding-top: var(--site-padding--tablet);
    position: relative;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav-copyright {
    display: none;
  }

  .nav-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
  }

  .large-link {
    font-size: var(--font-size--4xl);
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .cursor-frame {
    display: none;
  }

  .marquee-2 {
    margin-bottom: 3rem;
  }

  .hero-top {
    grid-row-gap: 4rem;
  }

  .display-medium {
    font-size: var(--font-size--4xl);
  }

  .button.footer-button, .button.plain-button {
    margin-bottom: 0;
  }

  .fullscreen-video {
    height: 110%;
  }

  .hero-top-element {
    grid-row-gap: 4rem;
  }

  .footer-bottom-element {
    margin-bottom: var(--site-padding--tablet);
  }

  .footer-links-column {
    grid-row-gap: 1rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .display-large {
    font-size: var(--font-size--4xl);
  }

  ._8-col-1-inset {
    font-size: var(--font-size--4xl);
    margin-left: calc(25% + .3125rem);
    line-height: 100%;
  }

  .fullwidth-image-container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .split-layout-column {
    width: 100%;
  }

  .split-layout-column.image-column {
    align-items: flex-start;
  }

  .split-layout {
    grid-row-gap: 8rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .split-layout._2-col {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .split-layout.gap_4 {
    grid-column-gap: 4rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._2-3-image-wrap.split-image-wrap {
    align-self: flex-start;
    width: 80%;
    margin-left: auto;
  }

  .split-column-inner-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .split-column-inner-container._100 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .split-column-inner-container.gap-8 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  ._7-col-1-inset {
    font-size: var(--font-size--4xl);
    margin-left: calc(25% + .3125rem);
    line-height: 100%;
  }

  .tab-pane-heading-wrap {
    font-size: var(--font-size--2xl);
  }

  .form-wrap {
    max-width: none;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-style-h2-form {
    font-size: 2.75rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .form-block-location {
    width: 100%;
  }

  .arch-img-wrap {
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
  }

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

  .section-icon {
    max-width: 20vw;
  }

  .section-icon.small {
    max-width: 15vw;
  }

  .form-side-images {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .fullscreen-video-wrapper {
    height: 110%;
  }

  .display-large-copy {
    font-size: var(--font-size--4xl);
  }

  .icons_grid {
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .greed_icon {
    width: 50%;
  }

  .blue_section_heading {
    margin-bottom: 4rem;
  }

  .footer-bottom-element-flex {
    margin-bottom: var(--site-padding--tablet);
  }

  .studio, ._1chambre, ._1chambreden, ._2chambres, ._3chambres {
    font-size: 14px;
    line-height: 24px;
  }

  ._12-column-grid-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  ._12-column-grid-footer.nav-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  ._12-column-grid-footer.footer-grid {
    grid-row-gap: 4rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._12-column-grid-footer.row-gap-large {
    grid-column-gap: var(--grid-gap);
    grid-row-gap: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
    letter-spacing: 0;
  }

  h2 {
    font-size: var(--font-size--3xl);
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.padding-y-large {
    padding-bottom: 10rem;
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .container.footer_gap {
    margin-top: 0;
  }

  .text-large {
    font-size: var(--font-size--xl);
    line-height: 110%;
  }

  .footer {
    padding-top: var(--site-padding--tablet);
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-height: auto;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
  }

  ._12-column-grid.nav-grid {
    place-items: start stretch;
  }

  .hero-bottom {
    width: 100%;
  }

  .arrow-wrap {
    width: 1rem;
    height: 1rem;
    margin-top: .5rem;
  }

  .nav-wrap {
    flex-flow: column;
  }

  .logo-wrap {
    padding-left: 0;
  }

  .marquee-2 {
    margin-bottom: 3rem;
  }

  .footer-bottom-element {
    margin-bottom: 0;
  }

  .display-large {
    font-size: var(--font-size--4xl);
  }

  ._8-col-1-inset {
    font-size: var(--font-size--3xl);
  }

  .fullwidth-image-container {
    aspect-ratio: auto;
    padding-bottom: 7rem;
  }

  .split-layout {
    flex-flow: column;
  }

  ._2-3-image-wrap.split-image-wrap {
    align-self: auto;
    margin-left: auto;
  }

  ._7-col-1-inset {
    font-size: var(--font-size--3xl);
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-wrapper-main {
    margin-top: 30px;
  }

  .heading-style-h2-form {
    font-size: 2.25rem;
  }

  .full-img {
    width: 70%;
    max-width: 70%;
  }

  .full-img.form {
    width: 100%;
    max-width: 100%;
  }

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

  .section-icon {
    max-width: 30vw;
  }

  .hero_right_bg {
    display: none;
  }

  .hero_image_wrapper {
    width: 100%;
  }

  .hero_chair_wrapper {
    display: none;
  }

  .display-large-copy {
    font-size: var(--font-size--4xl);
  }

  .lamp_img {
    display: none;
  }

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

  .footer-bottom-element-flex {
    margin-bottom: 0;
  }

  .adress {
    font-size: 4vw;
  }

  .studio, ._1chambre, ._1chambreden, ._2chambres, ._3chambres {
    font-size: 14px;
  }

  ._12-column-grid-footer {
    grid-row-gap: 4rem;
  }

  ._12-column-grid-footer.nav-grid {
    place-items: start stretch;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
  }

  h1 {
    font-size: var(--font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
    letter-spacing: 0;
  }

  h2 {
    font-size: var(--font-size--2xl);
    letter-spacing: -.02em;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
  }

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

  .section.hero-section {
    padding-top: var(--site-padding--mobile);
    margin-bottom: 3rem;
  }

  .section.styelguide-hero-section {
    padding-top: 8rem;
  }

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

  .section.padding-top-large {
    padding-top: 10rem;
  }

  .section.padding-bottom-large {
    padding-bottom: 10rem;
  }

  .section.is-red {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

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

  .container.overlapping-image-container.top {
    display: none;
    top: 27%;
  }

  .text-large {
    font-size: var(--font-size--large);
    letter-spacing: -.025rem;
  }

  .footer {
    padding-top: var(--site-padding--mobile);
    padding-bottom: var(--site-padding--mobile);
    min-height: 100vh;
    margin-top: 0;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  ._12-column-grid {
    grid-row-gap: 3rem;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._12-column-grid.nav-grid, ._12-column-grid.footer-grid {
    align-self: flex-start;
  }

  .logo {
    box-sizing: border-box;
    object-fit: cover;
    max-width: 60px;
    display: block;
    overflow: visible;
  }

  .hero-bottom {
    margin-bottom: var(--site-padding--mobile);
  }

  .navbar {
    padding-top: var(--site-padding--mobile);
  }

  .nav-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-wrap {
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
  }

  .large-link.footer-large-link {
    font-size: var(--font-size--large);
  }

  .display-xl {
    font-size: var(--font-size--4xl);
    letter-spacing: -.06em;
  }

  .display-xl.first-word {
    font-size: var(--font-size--4xl);
  }

  .marquee-2.hero-marquee {
    margin-bottom: 0;
  }

  .marquee-text-2 {
    font-size: 25vw;
  }

  .marquee-text-2.marquee-serif {
    font-size: 28vw;
  }

  .display-medium {
    font-size: var(--font-size--3xl);
  }

  .hero-label {
    margin-top: 0;
  }

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

  .fullscreen-video {
    pointer-events: none;
  }

  .footer-bottom-element {
    margin-bottom: 0;
  }

  .footer-links-column.gap_1 {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .display-large {
    font-size: var(--font-size--3xl);
  }

  ._8-col-1-inset {
    font-size: var(--font-size--2xl);
    margin-left: 0;
  }

  .heading-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .inset-label {
    margin-top: 0;
    position: static;
  }

  .text-list-item-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .light-paragraph.list-item-text.dark {
    text-align: left;
  }

  .fullwidth-image-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .split-layout-column, .split-layout {
    grid-row-gap: 4rem;
  }

  ._2-3-image-wrap.split-image-wrap {
    width: 100%;
  }

  ._7-col-1-inset {
    font-size: var(--font-size--2xl);
    margin-left: 0;
  }

  .tabs-menu {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .heading-xl-wrap {
    grid-row-gap: 1rem;
    flex-flow: row;
    font-size: 1rem;
    display: flex;
  }

  ._7-col-2-inset {
    margin-left: 0;
  }

  .light-link {
    margin-left: auto;
    margin-right: auto;
  }

  ._1habitant {
    height: 57px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 130%;
    display: none;
  }

  .field-wrap {
    flex-direction: column;
    display: flex;
  }

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

  ._2habitants {
    height: 57px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 130%;
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

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

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

  .radio-button-locataire {
    margin-bottom: 10px;
  }

  .heading-style-h2-form {
    text-align: left;
    padding-bottom: 30px;
  }

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

  .padding-section-large {
    text-align: left;
  }

  .padding-section-large.padding-small {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-location {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-grid-rent {
    flex-direction: column;
    display: flex;
  }

  .titre-locataires {
    padding-top: 30px;
    display: block;
  }

  .contacts-input-text {
    margin-top: 0;
  }

  .section-icon.small {
    padding-top: 20px;
  }

  .fullscreen-video-wrapper {
    pointer-events: none;
  }

  .display-large-copy {
    font-size: var(--font-size--3xl);
  }

  .icons_grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-element-flex {
    margin-bottom: 0;
  }

  .footer_bot_half {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .radio-button-locataire-2 {
    font-size: 14px;
  }

  .radio-button-label-3 {
    font-size: 16px;
    line-height: 130%;
  }

  .studio, ._1chambre, ._1chambreden, ._2chambres, ._3chambres {
    height: 57px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 130%;
    display: none;
  }

  .titre-logement {
    padding-top: 0;
    display: block;
  }

  ._12-column-grid-footer {
    grid-row-gap: 3rem;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._12-column-grid-footer.nav-grid, ._12-column-grid-footer.footer-grid {
    align-self: flex-start;
  }
}

#w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-86bac874 {
  grid-area: 1 / 7 / 2 / 11;
  place-self: start;
}

#w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4988-86bac874 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-86bac874 {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-86bac874 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-86bac874 {
  grid-area: 2 / 1 / 4 / 5;
}

#w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-86bac874 {
  grid-area: 2 / 6 / 3 / 13;
  place-self: start;
}

#w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-86bac874 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_123da53b-bc58-7c81-55df-f0e2fc2d7a70-86bac874, #w-node-_3c6293af-36d0-6a60-b929-b4eb199b9ebc-86bac874 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e3b2cab1-e297-1769-5988-614517898065-86bac874 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_8c5d9cb9-fb8c-11fe-4541-a3fe986f3d0a-86bac874 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-86bac874 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad077-86bac874 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad092-86bac874, #w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad094-86bac874, #w-node-_5089a365-e923-b125-9030-45643e5eebf8-86bac874, #w-node-_8c5d6bff-29a3-efa3-140b-629a68fa4cc0-86bac874 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c5d6bff-29a3-efa3-140b-629a68fa4cc1-86bac874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#\31 Habitant.w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad09f-86bac874, #\32 Habitants.w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad0a0-86bac874 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#studio.w-node-_872f32d5-638d-335a-8958-dc1f0c4d2eba-86bac874, #\31 -chambre.w-node-_486f9c10-9d05-bfb3-e1ef-753f8f572cb4-86bac874, #\31 -chambre-den.w-node-e19618c0-a731-cbed-a53d-a72c492f5843-86bac874, #\32 -chambres.w-node-f93b939a-6724-df76-7b25-2bc0b8214ff9-86bac874, #\33 -chambres.w-node-_3ae844a0-ddea-7aa2-b5f3-ab06a55843ae-86bac874 {
  grid-column: span 2 / span 2;
}

#Stationnement.w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad0a5-86bac874, #Occupation.w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad0a7-86bac874, #Animal.w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad0a8-86bac874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Reference.w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad0aa-86bac874, #w-node-cd7d2f1c-2ed5-1c0c-97b0-1dab57cad0ab-86bac874 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-86bac874 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b223c-dc8e5978 {
  grid-area: 1 / 7 / 2 / 11;
  place-self: start;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b2252-dc8e5978 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b2256-dc8e5978 {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b2284-dc8e5978 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b228a-dc8e5978 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b228d-dc8e5978 {
  grid-area: 2 / 6 / 3 / 13;
  place-self: start;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b22b5-dc8e5978 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b22c0-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b22d2-dc8e5978 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b22f7-dc8e5978 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b2305-dc8e5978 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b2307-dc8e5978 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b230d-dc8e5978 {
  grid-area: 2 / 6 / 3 / 13;
  align-self: start;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b238b-dc8e5978 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b23a1-dc8e5978 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b23ad-dc8e5978 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b23af-dc8e5978 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b23cf-dc8e5978 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#form_FR-1.w-node-b6595ee9-4e95-d331-5629-aa09a90b23de-dc8e5978 {
  align-self: center;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b23f6-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b23f8-dc8e5978, #\31 Habitant.w-node-b6595ee9-4e95-d331-5629-aa09a90b2403-dc8e5978, #\32 Habitants.w-node-b6595ee9-4e95-d331-5629-aa09a90b2404-dc8e5978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Chambres.w-node-b6595ee9-4e95-d331-5629-aa09a90b2405-dc8e5978, #Budget.w-node-b6595ee9-4e95-d331-5629-aa09a90b2406-dc8e5978, #Stationnement.w-node-b6595ee9-4e95-d331-5629-aa09a90b2409-dc8e5978, #Occupation.w-node-b6595ee9-4e95-d331-5629-aa09a90b240b-dc8e5978, #Animal.w-node-b6595ee9-4e95-d331-5629-aa09a90b240c-dc8e5978, #Reference.w-node-b6595ee9-4e95-d331-5629-aa09a90b240e-dc8e5978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b240f-dc8e5978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b241e-dc8e5978 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b2425-dc8e5978 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b242f-dc8e5978 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b243d-dc8e5978 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b2441-dc8e5978 {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-b6595ee9-4e95-d331-5629-aa09a90b244c-dc8e5978 {
  grid-area: 1 / 3 / 2 / 7;
  place-self: end start;
}

#w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-dc8e5978 {
  grid-area: 1 / 7 / 2 / 11;
  place-self: start;
}

#w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4988-dc8e5978 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-dc8e5978 {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-dc8e5978 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-dc8e5978 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-dc8e5978 {
  grid-area: 2 / 6 / 3 / 13;
  place-self: start;
}

#w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-dc8e5978 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_123da53b-bc58-7c81-55df-f0e2fc2d7a70-dc8e5978, #w-node-_3c6293af-36d0-6a60-b929-b4eb199b9ebc-dc8e5978 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e3b2cab1-e297-1769-5988-614517898065-dc8e5978 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_186ad677-0ee2-b013-ad67-4fbf211929fb-dc8e5978 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-ba7d8c54-5a35-28ad-75c1-da975942e78a-dc8e5978 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_5648d5ac-9c83-ec2e-e0a0-52e40556f1df-dc8e5978 {
  grid-area: 2 / 6 / 3 / 13;
  align-self: start;
}

#w-node-e00da0ee-687c-f409-133e-8c4ae779ed3d-dc8e5978 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_11b29a84-e466-188c-5162-5ea7f1196426-dc8e5978 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99df5-dc8e5978 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_13b0a350-8081-f017-3c6c-8e35f42a82d5-dc8e5978 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-dc8e5978 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#form_FR-1.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588bf-dc8e5978 {
  align-self: center;
}

#w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588d7-dc8e5978, #w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588d9-dc8e5978, #\31 Habitant.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588e4-dc8e5978, #\32 Habitants.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588e5-dc8e5978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Chambres.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588e6-dc8e5978, #Budget.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588e7-dc8e5978, #Stationnement.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588ea-dc8e5978, #Occupation.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588ec-dc8e5978, #Animal.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588ed-dc8e5978, #Reference.w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588ef-dc8e5978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588f0-dc8e5978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9f7e726-8eaa-0c14-15d7-80071d1ae348-dc8e5978 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-dc8e5978 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-dc8e5978 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-dc8e5978 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_3c0a6647-33c2-ee2d-4e82-446e468fa750-dc8e5978 {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-_00bd119a-5f63-9796-af00-6fdee7b433f3-dc8e5978 {
  grid-area: 1 / 3 / 2 / 7;
  place-self: end start;
}

#w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-379d822a {
  grid-area: 1 / 7 / 2 / 11;
  place-self: start;
}

#w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-379d822a {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-379d822a {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-379d822a {
  grid-area: 2 / 1 / 4 / 5;
}

#w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-379d822a {
  grid-area: 2 / 6 / 3 / 13;
  place-self: start;
}

#w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-379d822a {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_123da53b-bc58-7c81-55df-f0e2fc2d7a70-379d822a, #w-node-_3c6293af-36d0-6a60-b929-b4eb199b9ebc-379d822a {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e3b2cab1-e297-1769-5988-614517898065-379d822a {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_8c5d9cb9-fb8c-11fe-4541-a3fe986f3d0a-379d822a {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-379d822a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-379d822a {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-379d822a {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-86bac874 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center end;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-86bac874 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-86bac874 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-86bac874 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-86bac874 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-86bac874 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4894bc4-8772-88cf-02d3-df610e684f6c-86bac874 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e3b2cab1-e297-1769-5988-614517898065-86bac874, #w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-86bac874 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-86bac874 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b223c-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center end;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2256-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2284-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b228a-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b228d-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b22b5-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b22f7-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2303-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b2305-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2307-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b230d-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b238b-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b23a1-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b23ad-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b23af-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b23cf-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b23d9-dc8e5978 {
    order: 9999;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b23dd-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b241e-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2425-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b242f-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b243d-dc8e5978 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2441-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b244c-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center end;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-dc8e5978, #w-node-e3b2cab1-e297-1769-5988-614517898065-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_536c0736-9e75-d4db-5b4f-c2ec26b4d7e8-dc8e5978, #w-node-_186ad677-0ee2-b013-ad67-4fbf211929fb-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba7d8c54-5a35-28ad-75c1-da975942e78a-dc8e5978, #w-node-_5648d5ac-9c83-ec2e-e0a0-52e40556f1df-dc8e5978, #w-node-e00da0ee-687c-f409-133e-8c4ae779ed3d-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_11b29a84-e466-188c-5162-5ea7f1196426-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99df5-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_13b0a350-8081-f017-3c6c-8e35f42a82d5-dc8e5978, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588ba-dc8e5978 {
    order: 9999;
  }

  #w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588be-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c9f7e726-8eaa-0c14-15d7-80071d1ae348-dc8e5978 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-dc8e5978 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-dc8e5978 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_3c0a6647-33c2-ee2d-4e82-446e468fa750-dc8e5978, #w-node-_00bd119a-5f63-9796-af00-6fdee7b433f3-dc8e5978 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-379d822a {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center end;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-379d822a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-379d822a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-379d822a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-379d822a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-379d822a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4894bc4-8772-88cf-02d3-df610e684f6c-379d822a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e3b2cab1-e297-1769-5988-614517898065-379d822a, #w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-379d822a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-379d822a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-379d822a {
    grid-area: 1 / 4 / 2 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-86bac874, #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-86bac874 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-86bac874, #w-node-e3b2cab1-e297-1769-5988-614517898065-86bac874, #w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-86bac874 {
    grid-column: span 2 / span 2;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b228d-dc8e5978, #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-dc8e5978, #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-379d822a, #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-379d822a {
    grid-column: span 4 / span 4;
  }

  #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-379d822a, #w-node-e3b2cab1-e297-1769-5988-614517898065-379d822a, #w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-379d822a {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4971-86bac874 {
    place-self: start;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-86bac874 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4988-86bac874 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-86bac874, #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-86bac874 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-86bac874, #w-node-e3b2cab1-e297-1769-5988-614517898065-86bac874, #w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-86bac874 {
    grid-column: span 2 / span 2;
  }

  #w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-86bac874 {
    grid-column: span 4 / span 4;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b223a-dc8e5978 {
    place-self: start;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2256-dc8e5978 {
    grid-column: span 4 / span 4;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b228a-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b22b5-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b22f7-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b238b-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b23a1-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b23cf-dc8e5978 {
    grid-column: span 2 / span 2;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b23da-dc8e5978 {
    align-self: end;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b2425-dc8e5978, #w-node-b6595ee9-4e95-d331-5629-aa09a90b242f-dc8e5978 {
    grid-column: span 4 / span 4;
  }

  #w-node-b6595ee9-4e95-d331-5629-aa09a90b243d-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4971-dc8e5978 {
    place-self: start;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-dc8e5978 {
    grid-column: span 4 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-dc8e5978, #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-dc8e5978, #w-node-e3b2cab1-e297-1769-5988-614517898065-dc8e5978, #w-node-e00da0ee-687c-f409-133e-8c4ae779ed3d-dc8e5978, #w-node-_11b29a84-e466-188c-5162-5ea7f1196426-dc8e5978, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-dc8e5978 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4533bfc2-f974-0b8d-b5be-b518cf6588bb-dc8e5978 {
    align-self: end;
  }

  #w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-dc8e5978, #w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-dc8e5978 {
    grid-column: span 4 / span 4;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-dc8e5978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4971-379d822a {
    place-self: start;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-379d822a {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-379d822a, #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-379d822a {
    grid-column: span 4 / span 4;
  }

  #w-node-_3cb89593-ee34-4913-9e2b-2fe986714238-379d822a, #w-node-e3b2cab1-e297-1769-5988-614517898065-379d822a, #w-node-dfef7cd1-4438-f787-02f2-dcf5d6886de1-379d822a {
    grid-column: span 2 / span 2;
  }

  #w-node-_97a00ee2-9f9c-2035-2a9d-616109f608b9-379d822a {
    grid-column: span 4 / span 4;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-379d822a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aroba Modern';
  src: url('../fonts/ArobaModernDemoRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.ttf') format('truetype'), url('../fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArobaModern';
  src: url('../fonts/ArobaModernDemoRegular-yYe3e.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}