@font-face {
  font-family: Aspekta;
  src: url('../fonts/Aspekta-550.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Instrumentsans;
  src: url('../fonts/InstrumentSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --colors--white: white;
  --font-families--primary: Instrumentsans, Arial, sans-serif;
  --colors--marine: #002d41;
  --font-size--small: 1rem;
  --fluid-font-size--6xl: 4.267vw;
  --font-size--3xl: 2.5rem;
  --font-size--2xl: 2rem;
  --font-size--large: 1.5rem;
  --fluid-font-size--7xl: 5.333vw;
  --font-size--base: 1.125rem;
  --fluid-font-size--4xl: 3.2vw;
  --colors--blanc-bleu: #d8e4ea;
  --site-padding--desktop: 3rem;
  --site-padding--tablet: 2rem;
  --site-padding--mobile: 1rem;
  --colors--light-grey: #e9e9e9;
  --colors--neutral-400\<deleted\|variable-35f1f247-be25-2297-74e5-327a54144179\>: #53526f;
  --colors--black: black;
  --font-size--xl: 1.75rem;
  --font-family--primary\<deleted\|variable-759575eb-87b8-eb5a-6829-e0bd6a9199d0\>: Aspekta, sans-serif;
  --colors--grey: #717375;
  --colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>: #29292b;
  --row-gap--default: 1.5rem;
  --colors--neutral-700\<deleted\|variable-3c09858d-8bff-07fc-229b-ab270ff4df59\>: #545455;
  --colors--white\<deleted\|variable-3c18d048-4b98-bb4a-7b24-3255300d17d3\>: white;
  --colors--neutral-100\<deleted\|variable-1bde3231-ae05-548a-213c-641faa71533b\>: #f7f6fa;
  --fluid-font-size--5xl: 3.733vw;
  --border-radius--default\<deleted\|variable-9f45c505-1c2d-348b-12b1-0c33522a6021\>: 6px;
  --colors--neutral-50\<deleted\|variable-2d7c4b6a-9187-7134-f29c-831326a4f89b\>: #eaeaea;
  --colors--brand-primary\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>: #4a25a7;
  --fluid-font-size--huge: 13.333vw;
  --font-size--7xl: 5rem;
  --font-size--4xl: 3rem;
  --fluid-font-size--9xl: 10vw;
  --font-size--5xl: 3.5rem;
  --colors--ciel: #7497ab;
  --hero-image-width-clip-path: 28%;
  --project-3-clip-path: 100%;
  --project-2-clip-path: 100%;
  --project-1-clip-path: 100%;
  --colors--vert-moyen: #9bb493;
  --colors--vert-gris: #5f7767;
  --colors--vert-doux: #c4d8d0;
  --colors--bg: #c9dad2;
  --fluid-font-size--size: 0px;
  --font-size--2xs: .625rem;
  --font-size--xs: .9375rem;
  --font-size--6xl: 4rem;
  --font-size--8xl: 8.75rem;
  --fluid-font-size--2xs: .733vw;
  --fluid-font-size--xs: 1vw;
  --fluid-font-size--small: 1.067vw;
  --fluid-font-size--base: 1.2vw;
  --fluid-font-size--large: 1.6vw;
  --fluid-font-size--xl: 1.867vw;
  --fluid-font-size--2xl: 2.133vw;
  --fluid-font-size--3xl: 2.667vw;
  --fluid-font-size--8xl: 6.1vw;
  --font-size--9xl: 10rem;
}

.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(--colors--white);
  font-family: var(--font-families--primary);
  color: var(--colors--marine);
  letter-spacing: -.02em;
  overscroll-behavior: none;
  font-weight: 500;
  line-height: 130%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  text-wrap: balance;
}

h1 {
  font-family: var(--font-families--primary);
  font-size: var(--fluid-font-size--6xl);
  letter-spacing: -.04em;
  white-space: normal;
  will-change: transform;
  text-indent: calc((100% - (11 * var(--row-gap--default))) / 12 * 6 + var(--row-gap--default) * 6);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  display: block;
  transform: translate(0);
}

h2 {
  max-width: 31ch;
  font-family: var(--font-families--primary);
  font-size: var(--fluid-font-size--7xl);
  letter-spacing: -.02em;
  text-transform: none;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

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

h5 {
  font-size: var(--font-size--base);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  font-size: var(--font-size--base);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

p {
  max-width: 33ch;
  color: var(--colors--marine);
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 130%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  margin-bottom: 0;
}

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

a:hover {
  opacity: 1;
}

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(--colors--blanc-bleu);
  min-height: 32px;
  padding-top: 14vw;
  padding-bottom: 14vw;
  position: relative;
}

.section.home-hero-section {
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: var(--site-padding--desktop);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  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.no-padding-top {
  padding-top: 0;
}

.section.no-padding-top.service-section {
  grid-row-gap: 14vw;
  flex-flow: column;
  display: flex;
}

.section.no-padding-top.padding-bottom-small {
  padding-bottom: 7vw;
}

.section.overlapping-section {
  margin-top: -100vh;
  padding-top: 20vw;
}

.section.featured-work-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.subpage-hero-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 70vh;
  padding-top: 3rem;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.section.subpage-hero-section.project-hero-section {
  min-height: 70vh;
}

.section.padding-top-small {
  padding-top: 7vw;
}

.section.about-intro-section {
  z-index: 1;
  background-color: #0000;
  margin-top: -3vw;
  padding-top: 0;
  padding-bottom: 0;
}

.section.subpage-hero-section-copy {
  background-color: var(--colors--blanc-bleu);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.section.subpage-hero-section-copy.project-hero-section {
  min-height: 70vh;
}

.section.z-index-2 {
  z-index: 2;
}

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

.section.bg-secondary {
  background-color: var(--colors--blanc-bleu);
  padding-top: 0;
}

.section.padding-bottom-small {
  padding-bottom: 7vw;
}

.section.about-intro-section-copy {
  z-index: 1;
  background-color: var(--colors--blanc-bleu);
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.about-intro-section-marquee {
  z-index: 1;
  background-color: var(--colors--blanc-bleu);
  padding-top: 4vw;
  padding-bottom: 4vw;
}

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

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

.line {
  background-color: var(--colors--marine);
  width: 100%;
  height: 1px;
  position: relative;
}

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

.line.brand-primary-light {
  background-color: var(--colors--light-grey);
}

.text-large {
  max-width: 40ch;
  color: inherit;
  font-weight: 500;
  line-height: 110%;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.text-large.styleguide-subheading {
  text-indent: 0;
  margin-bottom: .5rem;
}

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

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

.rich-text-block h3 {
  font-family: var(--font-families--primary);
  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: 1;
  max-width: none;
  font-family: var(--font-families--primary);
  color: var(--colors--neutral-400\<deleted\|variable-35f1f247-be25-2297-74e5-327a54144179\>);
  font-size: var(--font-size--small);
  letter-spacing: 0;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 140%;
}

.rich-text-block h4 {
  font-family: var(--font-families--primary);
  font-size: var(--font-size--base);
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--colors--black);
  font-family: var(--font-families--primary);
  font-size: var(--font-size--base);
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.rich-text-block h1 {
  max-width: none;
  font-family: var(--font-families--primary);
  font-size: var(--font-size--3xl);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 116%;
  text-decoration: none;
}

.rich-text-block h5, .rich-text-block h6 {
  font-family: var(--font-families--primary);
  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-family--primary\<deleted\|variable-759575eb-87b8-eb5a-6829-e0bd6a9199d0\>);
  font-size: var(--font-size--base);
}

.text-field {
  border-style: solid;
  border-width: 0 0 1.5px;
  border-color: black black var(--colors--light-grey);
  width: 100%;
  min-height: 4.5rem;
  color: var(--colors--black);
  font-size: var(--font-size--base);
  background-color: #0000;
  margin-bottom: 0;
  padding: 1.5rem 0;
  line-height: 150%;
  display: block;
}

.text-field:active, .text-field:focus {
  border-bottom-color: var(--colors--black);
  line-height: 150%;
}

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

.submit-button {
  width: 100%;
  height: 100%;
  color: var(--colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.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 {
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36ch;
  display: flex;
}

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

.styleguide-heading-wrapper {
  margin-bottom: 0;
}

.swatch {
  background-color: #f7f7f7;
  width: 100%;
  height: 70px;
}

.swatch.white {
  border: 1px solid var(--colors--light-grey);
  background-color: var(--colors--white);
}

.swatch.light-grey {
  background-color: var(--colors--light-grey);
}

.swatch.grey {
  background-color: var(--colors--grey);
}

.swatch.neutral-500 {
  background-color: var(--colors--black);
}

.styleguide-heading {
  font-size: var(--font-size--3xl);
  letter-spacing: -.02em;
  text-indent: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 0;
  line-height: 100%;
}

.main-grid {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: 5rem;
  width: 100%;
  color: inherit;
  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;
  display: grid;
  position: static;
}

.main-grid.footer-bottom-grid {
  grid-row-gap: 6.5rem;
}

.main-grid.row-gap-large {
  grid-row-gap: 7rem;
}

.main-grid.contact-grid {
  grid-template-rows: auto auto;
}

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

.form {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

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

.brand:hover {
  opacity: 1;
}

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

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

.main-wrapper {
  position: relative;
}

.page-wrapper {
  background-color: var(--colors--blanc-bleu);
  position: relative;
  overflow: clip;
}

.subtle-link {
  color: var(--colors--black);
  cursor: pointer;
  transition: all .2s;
}

.subtle-link:hover {
  color: var(--colors--neutral-700\<deleted\|variable-3c09858d-8bff-07fc-229b-ab270ff4df59\>);
}

.utility-page-heading {
  font-size: var(--font-size--xl);
  letter-spacing: -.02em;
  text-indent: 0;
  border-radius: 11px;
  margin-bottom: 2rem;
  line-height: 110%;
}

.nav-link-text {
  text-shadow: 0 1.2em;
  line-height: 120%;
}

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

.image-wrap.small-image-wrap {
  aspect-ratio: 16 / 9;
  width: 75%;
}

.image-wrap.hero-image-wrap {
  min-height: 34vw;
  width: calc((100% - (20 * var(--row-gap--default))) / 12 * 4 + var(--row-gap--default) * 3);
  margin-bottom: -4.76vw;
  margin-left: calc((100% - (1 * var(--row-gap--default))) / 12 * 2 + var(--row-gap--default) * 2);
  clip-path: none;
  flex-flow: row;
  display: flex;
  overflow: clip;
}

.image-wrap.hero-image-wrap-copy {
  z-index: 1;
  aspect-ratio: 10 / 11;
  width: calc((100% - (11 * var(--row-gap--default))) / 12 * 4 + var(--row-gap--default) * 3);
  clip-path: none;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: clip;
}

.image-wrap.small-height {
  aspect-ratio: auto;
  height: 40rem;
  margin-bottom: 60px;
}

.hero-bottom {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  bottom: 0;
  overflow: clip;
}

.parallax-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar {
  width: 100%;
  color: inherit;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.nav-link-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 .5rem;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.label {
  font-family: var(--font-families--primary);
  color: var(--colors--neutral-400\<deleted\|variable-35f1f247-be25-2297-74e5-327a54144179\>);
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 100%;
  font-size: clamp(var(--font-size--2xs), var(--fluid-font-size--2xs), var(--fluid-font-size--2xs));
  margin-top: .5vw;
}

.text-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wrap.tight-lineheight {
  margin-top: -.25vw;
}

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

.hero-top {
  width: 100%;
  color: inherit;
  margin-bottom: 2rem;
  padding-top: 0;
  position: relative;
}

.footer {
  z-index: 1;
  background-color: var(--colors--blanc-bleu);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-menu {
  border-top: 1px solid var(--colors--light-grey);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

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

.nav-menu {
  grid-column-gap: 2rem;
  width: 100%;
  color: inherit;
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 4rem;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.button.submit-button-wrap {
  grid-column-gap: 5rem;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.button.submit {
  background-color: #13626f;
  border-radius: 100vw;
  padding: .75rem 3rem;
}

.button-arrow {
  text-shadow: -1em 0;
  font-weight: 400;
  display: flex;
}

.nav-container {
  width: 100%;
  color: inherit;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-button {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.menu-line {
  background-color: var(--colors--grey);
  width: 2.5rem;
  height: 1px;
}

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

.hero-logo {
  max-width: none;
  color: var(--colors--marine);
  width: max(12rem, 4vw);
}

.image-revealer {
  z-index: 9999;
  background-color: var(--colors--white);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-bottom {
  width: 100%;
  margin-top: 6rem;
  position: relative;
  bottom: 0;
}

.footer-top {
  width: 100%;
}

.display-medium {
  max-width: 23ch;
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 100%;
}

.display-medium.project-text {
  max-width: none;
}

.display-medium.line-height-large {
  line-height: 120%;
}

.flex-vertical {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.row-gap-3 {
  grid-row-gap: 3rem;
}

.footer-paragraph {
  max-width: 28ch;
  line-height: 130%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

.footer-link-wrap {
  border-bottom: 1px solid var(--colors--light-grey);
  align-self: stretch;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.footer-secondary-links-wrap {
  grid-row-gap: .25rem;
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--small), var(--fluid-font-size--small));
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.large-link-wrap {
  grid-row-gap: 1rem;
  font-size: var(--fluid-font-size--5xl);
  cursor: pointer;
  flex-flow: column;
  margin-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-link-underline {
  background-color: var(--colors--black);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: -100%;
}

.text-link {
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.text-link:hover {
  opacity: .6;
}

.nav-link-underline {
  background-color: inherit;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.footer-primary-link-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.link-text {
  text-shadow: 0 1.3em;
  line-height: 130%;
}

.newsletter-form {
  width: 100%;
  position: relative;
}

.form-block {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.inline-submit-button-trigger {
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.success-message {
  border-radius: var(--border-radius--default\<deleted\|variable-9f45c505-1c2d-348b-12b1-0c33522a6021\>);
  background-color: var(--colors--neutral-50\<deleted\|variable-2d7c4b6a-9187-7134-f29c-831326a4f89b\>);
  color: var(--colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.error-message {
  position: relative;
}

.team-member-card {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.color-grid {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: var(--row-gap--default);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.arrow-wrap {
  overflow: clip;
}

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

.link-text-wrap.tight-lineheight {
  margin-top: -.25vw;
}

.display-large {
  font-size: var(--fluid-font-size--5xl);
  letter-spacing: -.03em;
  color: inherit;
  font-weight: 500;
  line-height: 100%;
}

.display-large.line-height-large {
  line-height: 120%;
}

.display-large.link {
  text-shadow: 0 1.2em;
  line-height: 120%;
}

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

.input-wrapper {
  position: relative;
}

.submit-button-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 3rem;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.large-link-line {
  background-color: var(--colors--light-grey);
  opacity: 1;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.footer-logo {
  object-fit: cover;
  display: block;
  position: relative;
}

.marquee-track {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 10vh;
  overflow: hidden;
}

.marquee-track.subpage-marquee-track {
  pointer-events: auto;
  position: relative;
}

.marquee-track.hero {
  height: auto;
  bottom: auto;
}

.marquee-svgs {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-svg {
  width: 80vw;
  max-width: none;
}

.marquee-svg.works-svg {
  width: 77vw;
}

.marquee-svg.contact-svg {
  width: 144vw;
}

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

.list.services-list {
  border-top: 1px solid var(--colors--light-grey);
}

.list-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.list-item.services-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}

.list-item.services-list-item-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--colors--marine);
  justify-content: flex-start;
  align-items: center;
  min-height: 10rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
}

.text-reveal-line {
  color: var(--colors--brand-primary\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.display-xs {
  max-width: 23ch;
  font-weight: 400;
  line-height: 130%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

.regular-submit-button {
  width: 100%;
  height: 100%;
  color: var(--colors--black);
  text-align: left;
  background-color: #0000;
  border: 0 solid #000;
  align-self: flex-start;
  padding: 0 0 0;
  transition: all .2s;
}

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

.heading-2 {
  font-family: var(--font-families--primary);
  font-size: var(--fluid-font-size--4xl);
  font-weight: 400;
}

.primarly-links {
  grid-column-gap: 1rem;
  display: flex;
}

.inset-eyebrow {
  margin-top: .5vw;
  display: inline-block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-heading-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
  position: relative;
}

.heading-wrap {
  position: relative;
}

.nav-text {
  font-weight: 600;
}

.featured-work-list-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.featured-project-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.featured-project-link-block {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--colors--white);
  font-size: var(--fluid-font-size--5xl);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.featured-project-link-block.first-project {
  z-index: 4;
  clip-path: inset(0 0 var(--project-1-clip-path) 0);
  justify-content: center;
  align-items: center;
}

.featured-project-link-block.third-project {
  z-index: 2;
  clip-path: inset(0 0 var(--project-3-clip-path) 0);
}

.featured-project-link-block.second-project {
  z-index: 3;
  clip-path: inset(0 0 var(--project-2-clip-path) 0);
}

.featured-project-thumbnail {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.featured-work-collection-list {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.featured-work-collection-list.first-project, .featured-work-collection-list.second-project {
  display: block;
}

.featured-work-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.featured-work-trigger-wrapper {
  pointer-events: none;
  position: relative;
}

.featured-work-trigger {
  width: 100%;
  height: 100vh;
}

.featured-work-trigger.first-trigger {
  pointer-events: none;
}

.featured-project-info-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.featured-work-text {
  line-height: 120%;
}

.featured-work-link-text {
  text-shadow: 0 1.2em;
  line-height: 120%;
}

.marquee-image-wrap {
  grid-column-gap: .5rem;
  flex: none;
  align-items: center;
  margin-right: 7vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
  clip-path: inset(0 var(--hero-image-width-clip-path) 0 var(--hero-image-width-clip-path));
  flex: none;
  margin-top: 0;
  position: relative;
  overflow: clip;
}

.hero-middle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image-outer-wrap {
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 70vw;
  display: flex;
  position: relative;
}

.signature {
  z-index: 0;
  width: 21vw;
  position: absolute;
  inset: auto 18% 3% auto;
}

.hero-image-text {
  justify-content: space-between;
  width: 44%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: clip;
}

.hero-job-title {
  color: var(--colors--grey);
  font-weight: 500;
}

.hero-name {
  font-weight: 600;
}

.hero-image-1 {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-image-inner-wrap {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: inset(0 var(--hero-image-width-clip-path) 0 var(--hero-image-width-clip-path));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-bottom-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.display-huge {
  font-size: var(--fluid-font-size--huge);
  letter-spacing: -.04em;
  margin-top: -1.75vw;
  font-weight: 600;
  line-height: 100%;
}

.work-section-heading-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  overflow: clip;
}

.work-heading {
  letter-spacing: -.02em;
  text-indent: 0;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

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

.project-wrapper {
  flex-flow: column;
  display: flex;
}

.project-info-wrapper {
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
  overflow: clip;
}

.project-title {
  text-shadow: 0 1.3em;
  width: 40%;
}

.project-category {
  color: var(--colors--grey);
}

.contact-heading {
  font-size: var(--fluid-font-size--7xl);
  text-indent: calc((100% - (11 * var(--row-gap--default))) / 12 * 3 + var(--row-gap--default) * 3);
}

.about-heading {
  font-size: var(--fluid-font-size--7xl);
  text-indent: calc((100% - (11 * var(--row-gap--default))) / 12 * 6 + var(--row-gap--default) * 6);
}

.team-member-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sticky {
  font-size: 25px;
  font-weight: 600;
  position: sticky;
  top: 1.5rem;
}

.value-wrapper {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 7vw;
  display: flex;
}

.no-inset {
  text-indent: 0;
}

.heading-5 {
  font-size: var(--fluid-font-size--5xl);
  font-weight: 500;
}

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

.logo-icon {
  width: 7rem;
  color: var(--colors--marine);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.flex-v-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-v-small.max-w-30ch {
  max-width: 30ch;
}

.flex-v-small.is-footer {
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.flex-v-small.inset-eyebrow {
  margin-top: -6vw;
}

.about-heading-copy {
  font-size: var(--fluid-font-size--7xl);
  text-indent: 0;
}

.flex-h-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h-small.hero {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.logo-background {
  z-index: -1;
  opacity: .35;
  color: #8ec2c1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: auto -30% 0% auto;
}

.logo-background._2 {
  inset: -15% auto auto -20%;
}

.logo-background._3 {
  inset: 0% -10% auto auto;
}

.logo-background._4 {
  color: #bad8e6;
  inset: auto;
}

.logo-background._5 {
  color: #bad8e6;
  inset: auto 0% auto auto;
}

.logo-background-2 {
  z-index: -1;
  opacity: .35;
  color: #7497ab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.display-xl {
  font-size: var(--fluid-font-size--9xl);
  letter-spacing: -.04em;
  font-weight: 600;
  line-height: 100%;
}

._2col-grid {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
}

._2col-grid.small-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.feature-icon {
  object-fit: contain;
  max-width: 3rem;
  height: 100%;
  max-height: 3rem;
}

.spacer-1rem {
  height: 1rem;
}

.eardley-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.spacer-4rem {
  height: 4rem;
}

.no-max-w {
  max-width: none;
}

.spacer-0-5rem {
  height: .5rem;
}

.text-normal {
  font-weight: 400;
}

.max-w-30rem {
  max-width: 30rem;
}

.titre-habitation {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  font-size: 14px;
  font-weight: 300;
  position: static;
}

.field-wrapper {
  width: 100%;
  padding-bottom: 2rem;
  font-size: 1rem;
}

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

.formfr {
  width: 100%;
  margin-bottom: 0;
}

.titre-informations {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.form-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #f0d5cc #f0d5cc var(--colors--marine);
  color: var(--colors--marine);
  background-color: #0000;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: 400;
}

.form-field:focus {
  border-bottom-color: var(--colors--marine);
}

.form-field::placeholder {
  color: var(--colors--marine);
}

.form-field.select {
  color: #f5eee4;
  background-color: #252714;
  border-bottom-color: #ffffff40;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 18px;
  font-weight: 300;
}

.form-field.select:focus {
  color: #f5eee4;
}

.form-field.area {
  min-height: 10rem;
}

.formblock {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit-button-5 {
  color: #fff;
  text-transform: uppercase;
  background-color: #87705c00;
  border: 1px solid #f5eee4;
  width: 250px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  font-weight: 300;
  transition: all .2s;
  display: block;
}

.submit-button-5:hover {
  color: #0a0a0a;
  background-color: #fff;
  border-color: #fff;
}

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

.checkbox-container {
  margin-top: 1rem;
}

.checkbox {
  border: 2px solid var(--colors--marine);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
}

.checkbox.w--redirected-checked {
  border-color: var(--colors--marine);
  background-color: var(--colors--marine);
  background-size: 10px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.footer-logo-icon {
  width: 50%;
}

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

.footer-logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  display: flex;
}

.footer-credentials-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-icon {
  object-fit: fill;
  width: 80px;
}

.marquee-text {
  opacity: .03;
  flex: none;
  font-size: 30vw;
  font-weight: 600;
  line-height: 80%;
}

.text-block {
  color: inherit;
}

.text-block-2 {
  text-align: left;
  font-size: 12px;
  line-height: 100%;
}

.footer-list-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  font-family: var(--font-families--primary);
  flex-flow: row;
  display: flex;
}

.footer-list-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  color: var(--colors--marine);
  line-height: 1;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
  align-items: center;
  padding: 0 0 .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-hover-line {
  background-color: var(--colors--marine);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.div-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._3chambres {
  color: #2b3c3a;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #2b3c3a;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 2px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  display: none;
}

._3chambres:focus {
  border: 1px solid #bcc0bf;
  border-bottom-color: #2b3c3a;
}

._3chambres::placeholder {
  color: #2b3c3a;
  font-size: 16px;
}

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

.form-2 {
  color: #69674d;
  -webkit-text-stroke-color: #f2f0e4;
  width: 100%;
}

.form-block-vente-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2dfcf;
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 30px 0 0;
  display: flex;
}

.form-block-vente-1.no_bg {
  color: #69674d;
  background-color: #0000;
  width: 100%;
  padding-right: 0;
}

.form-grid-rent {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  color: #2b3c3a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

._1chambre {
  color: #2b3c3a;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #2b3c3a;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 2px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  display: none;
}

._1chambre:focus {
  border: 1px solid #bcc0bf;
  border-bottom-color: #2b3c3a;
}

._1chambre::placeholder {
  color: #2b3c3a;
  font-size: 16px;
}

._1habitants {
  color: #8b4c42;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #9c7a67;
  height: 57px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1em;
  display: none;
}

._1habitants:active {
  color: #9c7a67;
  background-color: #5e1c1c00;
}

._1habitants:focus {
  color: #080808;
  border-bottom-style: solid;
  border-bottom-color: #9c7a67;
}

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

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

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

.formlocation {
  color: #69674d;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.penthouse {
  color: #2b3c3a;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #2b3c3a;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 2px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.penthouse:focus {
  border: 1px solid #bcc0bf;
  border-bottom-color: #2b3c3a;
}

.penthouse::placeholder {
  color: #2b3c3a;
  font-size: 16px;
}

._2habitants-2 {
  color: #8b4c42;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #9c7a67;
  height: 57px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1em;
  display: none;
}

._2habitants-2:active {
  color: #080808;
  background-color: #5e1c1c00;
  border-bottom-color: #9c7a67;
}

._2habitants-2:focus {
  color: #080808;
  border-bottom-color: #9c7a67;
}

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

.form_wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._1chambreden {
  color: #2b3c3a;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #2b3c3a;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 2px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  display: none;
}

._1chambreden:focus {
  border: 1px solid #bcc0bf;
  border-bottom-color: #2b3c3a;
}

._1chambreden::placeholder {
  color: #2b3c3a;
  font-size: 16px;
}

.checkbox-2 {
  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-2:active {
  color: #027a48;
}

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

._2chambres {
  color: #2b3c3a;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #2b3c3a;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 2px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  display: none;
}

._2chambres:focus {
  border: 1px solid #bcc0bf;
  border-bottom-color: #2b3c3a;
}

._2chambres::placeholder {
  color: #2b3c3a;
  font-size: 16px;
}

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

.submit-button-6 {
  border: 1px solid var(--colors--marine);
  background-color: var(--colors--marine);
  height: 50px;
  color: var(--colors--blanc-bleu);
  letter-spacing: normal;
  border-radius: 20px;
  align-self: center;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  transition: all .2s;
}

.submit-button-6:hover {
  border-color: var(--colors--ciel);
  background-color: var(--colors--ciel);
  color: #2b3c3a;
}

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

.button-wrapper-main.center {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

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

.contacts-input {
  color: #2b3c3a;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #2b3c3a;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 5px;
  font-size: 16px;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: #2b3c3a;
  font-size: 16px;
}

.contacts-input.select-field {
  color: #2b3c3a;
  letter-spacing: 0;
  border-bottom-color: #2b3c3a;
  height: 57px;
  padding-left: 2px;
  font-weight: 300;
}

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

.radio-button-label-2 {
  color: #2b3c3a;
  letter-spacing: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.columns-locataires {
  text-align: left;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.titre-unites {
  color: #2b3c3a;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.radio-button-label-4 {
  color: #2b3c3a;
  letter-spacing: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.titre-locataires {
  color: #2b3c3a;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.contacts-input-text {
  color: #2b3c3a;
  background-color: #fff0;
  border: 1px solid #2b3c3a;
  border-radius: 0;
  height: auto;
  margin-top: 10px;
  padding: 16px 0 16px 5px;
  font-size: 16px;
  transition: all .2s;
}

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

.contacts-input-text::placeholder {
  color: #2b3c3a;
  font-size: 16px;
}

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

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

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

.footer-form-wrap {
  border: 2px solid #253a36;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.footer-text-field {
  background-color: #cbe2d7;
  height: 45px;
  padding-left: 0;
}

.footer-text-field::placeholder {
  color: #253a36;
}

.footer-submit-button {
  background-color: #cb694c;
  font-size: 14px;
}

.social-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

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

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

.button-2 {
  grid-column-gap: 4rem;
  border: 1px solid var(--colors--marine);
  background-color: var(--colors--marine);
  color: var(--colors--light-grey);
  -webkit-text-stroke-color: white;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 23px;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.button-2:hover {
  border-color: var(--colors--ciel);
  background-color: var(--colors--ciel);
}

.button-2.submit-button-wrap {
  grid-column-gap: 5rem;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.button-2.submit {
  background-color: #13626f;
  border-radius: 100vw;
  padding: .75rem 3rem;
}

.button-right {
  align-self: flex-end;
}

.about-heading-2 {
  text-indent: calc((100% - (11 * var(--row-gap--default))) / 12 * 6 + var(--row-gap--default) * 6);
  font-size: 5.333vw;
}

.parallax-image-2 {
  object-fit: cover;
  height: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-revealer-2 {
  z-index: 9999;
  background-color: #fff;
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

._2chambres-2 {
  color: #a97859;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a97859;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-weight: 400;
}

._2chambres-2:focus {
  border-bottom-color: #1a1a1a;
}

._2chambres-2::placeholder {
  color: #a97859;
}

._2chambres-2.budget {
  color: #8b4c42;
  -webkit-text-stroke-color: #8b4c42;
  border-bottom-color: #8b4c42;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  font-size: 16px;
  display: none;
}

._2chambres-2.budget::placeholder {
  color: #867e59;
}

.radio-button {
  margin-top: 6px;
  margin-bottom: auto;
}

.form-grid-rent-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  color: #8b4c42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.titre-locataires-2 {
  color: #8b4c42;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.contacts-input-text-2 {
  color: #8b4c42;
  background-color: #fff0;
  border: 1px solid #8b4c42;
  border-radius: 0;
  height: auto;
  margin-top: 10px;
  padding: 16px 0 16px 5px;
  font-size: 16px;
  transition: all .2s;
}

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

.contacts-input-text-2::placeholder {
  color: #8b4c42;
  font-size: 16px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 57px;
  padding-top: 5px;
}

._1chambre-2 {
  color: #a97859;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a97859;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-weight: 400;
}

._1chambre-2:focus {
  border-bottom-color: #1a1a1a;
}

._1chambre-2::placeholder {
  color: #a97859;
}

._1chambre-2.budget {
  color: #8b4c42;
  -webkit-text-stroke-color: #8b4c42;
  border-bottom-color: #8b4c42;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  font-size: 16px;
  display: none;
}

._1chambre-2.budget::placeholder {
  color: #867e59;
}

.contacts-input-2 {
  color: #8b4c42;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #9c7a67;
  border-radius: 0;
  height: auto;
  padding: 16px 0 16px 5px;
  font-size: 16px;
  transition: all .2s;
}

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

.contacts-input-2::placeholder {
  color: #8b4c42;
  font-size: 16px;
}

.contacts-input-2.select-field {
  color: #8b4c42;
  border-bottom-color: #9c7a67;
  height: 57px;
  padding-left: 2px;
}

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

.radio-button-label-6 {
  color: #101e18;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.contact-form-button {
  height: auto;
  padding: 16px 32px;
}

.contact-form-button.body-text-18.text-neutral-01 {
  color: #000;
  background-color: #3898ec00;
  padding: 0;
  font-weight: 400;
}

._2-chambres {
  color: #000;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #333;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
}

._2-chambres:hover {
  border-bottom-color: #d0e6fd;
}

._2-chambres:focus {
  border-bottom-color: #fff;
}

._2-chambres:focus-visible, ._2-chambres[data-wf-focus-visible] {
  border-bottom-color: #99acc0;
}

._2-chambres::placeholder {
  color: #333;
  font-weight: 400;
}

._3-chambres {
  color: #000;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #333;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
}

._3-chambres:hover {
  border-bottom-color: #d0e6fd;
}

._3-chambres:focus {
  border-bottom-color: #fff;
}

._3-chambres:focus-visible, ._3-chambres[data-wf-focus-visible] {
  border-bottom-color: #99acc0;
}

._3-chambres::placeholder {
  color: #333;
  font-weight: 400;
}

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

.radio-button-label-7 {
  color: #132c22;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.chambres-price-dropdown {
  color: #000;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #333;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
  display: none;
}

.chambres-price-dropdown:hover {
  border-bottom-color: #d0e6fd;
}

.chambres-price-dropdown:focus {
  border-bottom-color: #fff;
}

.chambres-price-dropdown:focus-visible, .chambres-price-dropdown[data-wf-focus-visible] {
  border-bottom-color: #99acc0;
}

.chambres-price-dropdown::placeholder {
  color: #333;
  font-weight: 400;
}

.html-embed {
  display: none;
}

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

.contact-button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1.5px solid #fff;
  border-radius: 32px;
  flex-flow: row;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.contact-button-2.dark {
  color: #728a534d;
  border-color: #2e312a;
  margin-top: 0;
}

.form-block-vente-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--colors--blanc-bleu);
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.button-right-icon {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 24px;
  height: 24px;
  display: block;
  overflow: clip;
}

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

.titre-habitation-2 {
  color: #2e312a;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  position: static;
}

.studio-2 {
  color: #000;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #333;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
  display: none;
}

.studio-2:hover {
  border-bottom-color: #d0e6fd;
}

.studio-2:focus {
  border-bottom-color: #fff;
}

.studio-2:focus-visible, .studio-2[data-wf-focus-visible] {
  border-bottom-color: #99acc0;
}

.studio-2::placeholder {
  color: #333;
  font-weight: 400;
}

.formlocation-2 {
  background-color: var(--colors--blanc-bleu);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  display: flex;
}

.field-wrap-4 {
  background-color: var(--colors--blanc-bleu);
  padding-bottom: 10px;
}

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

._2-habitants {
  color: #000;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #333;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
  display: none;
}

._2-habitants:hover {
  border-bottom-color: #d0e6fd;
}

._2-habitants:focus {
  border-bottom-color: #fff;
}

._2-habitants:focus-visible, ._2-habitants[data-wf-focus-visible] {
  border-bottom-color: #99acc0;
}

._2-habitants::placeholder {
  color: #333;
  font-weight: 400;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 20px;
}

._1-habitant {
  color: #000;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #333;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
  display: none;
}

._1-habitant:hover {
  border-bottom-color: #d0e6fd;
}

._1-habitant:focus {
  border-bottom-color: #fff;
}

._1-habitant:focus-visible, ._1-habitant[data-wf-focus-visible] {
  border-bottom-color: #99acc0;
}

._1-habitant::placeholder {
  color: #333;
  font-weight: 400;
}

.text-field-white {
  color: #333;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #333;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
}

.text-field-white:hover {
  background-color: #0000;
  border-bottom-color: #d0e6fd;
}

.text-field-white:focus {
  background-color: #0000;
  border-bottom-color: #fff;
}

.text-field-white:focus-visible, .text-field-white[data-wf-focus-visible] {
  background-color: #0000;
  border-bottom-color: #99acc0;
}

.text-field-white::placeholder {
  color: #333;
  font-weight: 400;
}

.ratio-chambres {
  color: #132c22;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.hide {
  display: none;
}

@media screen and (min-width: 1920px) {
  .flex-v-small.inset-eyebrow {
    margin-top: -3vw;
  }

  .form-grid-rent {
    width: 800px;
  }

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

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

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

  .ratio-chambres {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size--3xl);
    letter-spacing: -.02em;
    text-indent: 0;
    line-height: 100%;
  }

  h2 {
    font-size: var(--font-size--2xl);
    font-weight: 500;
  }

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

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

  .section.home-hero-section {
    height: auto;
    min-height: 100vh;
    padding-top: var(--site-padding--tablet);
    padding-bottom: var(--site-padding--desktop);
    grid-row-gap: 2rem;
  }

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

  .section.subpage-hero-section {
    height: auto;
    min-height: 70vh;
    padding-top: var(--site-padding--tablet);
    grid-row-gap: 2rem;
    padding-bottom: 5rem;
  }

  .section.subpage-hero-section-copy {
    z-index: 999;
    padding-top: var(--site-padding--tablet);
    grid-row-gap: 2rem;
    padding-bottom: 5rem;
    overflow: visible;
  }

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

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

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

  .main-grid {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.footer-bottom-grid, .main-grid.row-gap-large {
    grid-row-gap: 3rem;
  }

  .main-grid.service-grid {
    grid-row-gap: 2rem;
  }

  .brand {
    z-index: 10;
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }

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

  .image-wrap.hero-image-wrap {
    aspect-ratio: 3 / 2;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-wrap.hero-image-wrap-copy {
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .navbar {
    z-index: 9999;
    width: 100%;
    padding-top: var(--site-padding--tablet);
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
    color: var(--colors--black);
    margin-top: calc(-1 * var(--site-padding--tablet));
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-link-wrap {
    font-size: var(--font-size--2xl);
    align-self: flex-start;
    padding: 1rem 0;
    font-weight: 500;
  }

  .nav-link-wrap.w--current {
    color: var(--colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>);
    border-bottom-width: 0;
  }

  .hero-top {
    z-index: 2;
  }

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

  .footer-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .nav-menu {
    z-index: 9;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--colors--light-grey);
    transform-origin: 50% 0;
    margin-top: calc(-1 * var(--site-padding--tablet));
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-container {
    justify-content: flex-end;
    margin-left: auto;
    position: static;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    color: var(--colors--white\<deleted\|variable-3c18d048-4b98-bb4a-7b24-3255300d17d3\>);
    background-color: #0000;
  }

  .menu-line {
    background-color: var(--colors--neutral-100\<deleted\|variable-1bde3231-ae05-548a-213c-641faa71533b\>);
    height: 2px;
  }

  .menu-line.top-line, .menu-line.bottom-line {
    background-color: var(--colors--marine);
  }

  .hero-logo {
    width: auto;
  }

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

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

  .footer-link-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-secondary-links-wrap {
    grid-column-gap: 1rem;
    font-size: var(--font-size--small);
    flex-flow: row;
  }

  .large-link-wrap {
    font-size: var(--font-size--2xl);
    margin-top: .5rem;
  }

  .footer-primary-link-wrap {
    align-self: flex-start;
    padding: 1rem 0;
  }

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

  .display-large {
    font-size: var(--font-size--2xl);
    font-weight: 500;
  }

  .marquee-track {
    margin-top: 0;
  }

  .marquee-track.hero {
    top: 0;
  }

  .marquee-svg {
    max-width: none;
  }

  .display-xs {
    font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  }

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

  .primarly-links {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .inset-eyebrow {
    margin-top: 0;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .hero-heading-wrap {
    grid-row-gap: 4rem;
    justify-content: flex-start;
    display: flex;
  }

  .featured-project-link-block {
    font-size: var(--font-size--3xl);
  }

  .hero-image-wrap {
    aspect-ratio: 2 / 3;
    clip-path: inset(0);
  }

  .hero-image-outer-wrap {
    width: 40vw;
  }

  .signature {
    width: 30vw;
    right: -10%;
  }

  .hero-image-text {
    width: 100%;
  }

  .hero-image-inner-wrap {
    clip-path: inset(0);
    max-height: none;
  }

  .display-huge {
    font-size: var(--font-size--7xl);
    letter-spacing: -.03em;
    margin-top: 0;
  }

  .work-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-heading, .about-heading {
    font-size: var(--font-size--3xl);
    text-indent: 0;
  }

  .sticky {
    position: relative;
  }

  .about-heading-copy {
    font-size: var(--font-size--3xl);
    text-indent: 0;
  }

  .flex-h-small.hero {
    margin-bottom: 0;
  }

  .display-xl {
    font-size: var(--font-size--7xl);
    letter-spacing: -.03em;
    margin-top: 0;
  }

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

  .formfr {
    width: 100%;
  }

  .form-field.select {
    border-bottom-color: #f5eee4;
    font-size: 16px;
  }

  .formblock {
    width: 100%;
  }

  .submit-button-5 {
    color: #f5eee4;
    border-color: #f5eee4;
  }

  .submit-button-5:hover {
    background-color: #f5eee4;
    border-color: #f5eee4;
  }

  .footer-button {
    padding-bottom: .5rem;
    font-size: 1.5rem;
  }

  .form-block-vente-1 {
    width: 100%;
  }

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

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

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

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

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

  .about-heading-2 {
    text-indent: 0;
    font-size: 2.5rem;
  }

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

  .form-block-vente-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--font-size--2xl);
    letter-spacing: -.01em;
  }

  h2 {
    font-size: var(--font-size--large);
    text-indent: 0;
  }

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

  .section.home-hero-section {
    min-height: 100vh;
    padding-top: var(--site-padding--tablet);
    overflow: visible;
  }

  .section.subpage-hero-section {
    min-height: 40vh;
    padding-top: var(--site-padding--tablet);
    overflow: visible;
  }

  .section.subpage-hero-section-copy {
    padding-top: var(--site-padding--tablet);
    overflow: visible;
  }

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

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

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

  .main-grid {
    grid-row-gap: 2rem;
  }

  .image-wrap.small-height {
    height: 10rem;
  }

  .navbar {
    z-index: 999999;
  }

  .hero-top {
    z-index: 2;
  }

  .nav-menu {
    padding-top: 16rem;
  }

  .menu-button {
    z-index: 999;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .large-link-wrap {
    font-size: var(--font-size--2xl);
  }

  .marquee-track.hero {
    top: 2vh;
  }

  .marquee-svg {
    max-width: none;
  }

  .heading-2 {
    font-size: var(--font-size--base);
  }

  .nav-text {
    display: none;
  }

  .featured-project-link-block {
    font-size: var(--font-size--xl);
  }

  .hero-image-outer-wrap {
    width: 48vw;
  }

  .project-info-wrapper {
    justify-content: space-between;
  }

  .contact-heading, .about-heading {
    font-size: var(--font-size--2xl);
  }

  .heading-4 {
    font-size: var(--font-size--base);
  }

  .about-heading-copy {
    font-size: var(--font-size--2xl);
  }

  .logo-background {
    width: 70vw;
  }

  .logo-background._4, .logo-background._5 {
    width: 100vw;
  }

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

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

  ._2col-grid.small-gap {
    grid-template-columns: 1fr 1fr;
  }

  .titre-habitation {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 400;
  }

  .field-wrapper._2-col {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .formfr {
    width: 100%;
  }

  .titre-informations {
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: 400;
  }

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

  .formblock {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-credentials-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .formlocation {
    width: auto;
  }

  .grid-unites {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
    place-items: center start;
  }

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

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

  .image {
    height: 50vh;
  }

  .about-heading-2 {
    font-size: 2rem;
  }

  ._2-chambres, ._3-chambres, .chambres-price-dropdown {
    font-size: 16px;
  }

  .form-block-vente-2 {
    padding-right: 0;
  }

  .studio-2 {
    font-size: 16px;
  }

  .formlocation-2 {
    width: 100%;
  }

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

  ._2-habitants, ._1-habitant, .text-field-white {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--font-size--small);
  }

  h1 {
    font-size: var(--font-size--large);
    letter-spacing: -.01em;
  }

  h2 {
    font-size: var(--font-size--base);
    letter-spacing: -.025rem;
  }

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

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

  .section.home-hero-section {
    min-height: auto;
    padding-top: var(--site-padding--mobile);
    padding-bottom: var(--site-padding--mobile);
    grid-row-gap: 2rem;
  }

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

  .section.subpage-hero-section {
    grid-row-gap: 2rem;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .section.subpage-hero-section-copy {
    grid-row-gap: 2rem;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

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

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

  .text-large.styleguide-subheading {
    font-size: var(--font-size--2xl);
  }

  .rich-text-block h2 {
    font-size: var(--font-size--large);
  }

  .rich-text-block h1 {
    font-size: var(--font-size--xl);
  }

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

  .main-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.hero-top-grid {
    grid-row-gap: 2rem;
    grid-template-rows: minmax(3rem, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.contact-grid {
    grid-row-gap: 2rem;
  }

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

  .navbar {
    padding-top: var(--site-padding--mobile);
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    margin-top: calc(-1 * var(--site-padding--mobile));
  }

  .services-list {
    grid-row-gap: 3rem;
  }

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

  .footer-menu {
    flex-flow: column;
    margin-top: 0;
  }

  .nav-menu {
    padding-bottom: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    margin-top: -2rem;
    display: none;
  }

  .button {
    grid-column-gap: 3rem;
  }

  .button.submit-button-wrap {
    min-height: 4em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

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

  .flex-vertical.row-gap-3 {
    width: 100%;
  }

  .footer-secondary-links-wrap {
    flex-flow: column;
  }

  .large-link-wrap {
    font-size: var(--font-size--large);
    font-weight: 500;
  }

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

  .footer-logo {
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .marquee-track {
    margin-top: 0;
  }

  .marquee-track.subpage-marquee-track {
    margin-top: 4rem;
  }

  .marquee-track.hero {
    top: 0;
  }

  .marquee-svg {
    width: 84vw;
    max-width: none;
  }

  .list.services-list {
    grid-row-gap: 0rem;
  }

  .list-item.services-list-item, .list-item.services-list-item-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .display-xs {
    font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  }

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

  .nav-text {
    display: none;
  }

  .featured-project-link-block {
    font-size: var(--font-size--base);
  }

  .hero-middle {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .hero-image-outer-wrap {
    width: 60vw;
  }

  .signature {
    width: 60vw;
    bottom: 6%;
    right: -19%;
  }

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

  .project-info-wrapper {
    flex-flow: column;
  }

  .contact-heading {
    font-size: var(--font-size--base);
  }

  .about-heading, .about-heading-copy {
    font-size: var(--font-size--large);
  }

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

  ._2col-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-4rem.hide-mobile-portrait {
    display: none;
  }

  .titre-habitation {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

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

  .formfr {
    margin-top: 15px;
  }

  .form-field.select {
    color: #fff;
    border-bottom-color: #ffffff40;
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 300;
  }

  .form-field.select:active {
    background-color: #0a0a0a;
  }

  .form-field.select:focus, .form-field.select:focus-visible, .form-field.select[data-wf-focus-visible] {
    color: #fff;
  }

  .formblock {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .submit-button-5 {
    color: #fff;
    text-align: center;
    border-color: #fff;
    width: auto;
    margin-top: 50px;
    padding-bottom: 6px;
    font-weight: 300;
    display: inline-block;
  }

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

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

  .footer-logo-wrapper {
    width: 13rem;
  }

  .footer-button {
    padding-bottom: .25rem;
  }

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

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

  .form-block-vente-1 {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-vente-1.no_bg {
    width: 100%;
  }

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

  ._1habitants {
    height: 57px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1em;
    display: none;
  }

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

  .formlocation {
    width: 100%;
  }

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

  .form_wrapper {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .form-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .button-2 {
    grid-column-gap: 3rem;
  }

  .button-2.submit-button-wrap {
    min-height: 4em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .about-heading-2 {
    font-size: 1.5rem;
  }

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

  ._2chambres-2.budget {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .radio-button {
    margin-top: 5px;
  }

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

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

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

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  ._1chambre-2.budget {
    margin-bottom: 5px;
    padding-left: 0;
  }

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

  ._2-chambres, ._3-chambres {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .chambres-price-dropdown {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .radio-button-locataire-3 {
    text-align: left;
  }

  .contact-button-2.dark {
    margin-top: 25px;
  }

  .form-block-vente-2 {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .studio-2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .formlocation-2 {
    width: 100%;
  }

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

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

  ._2-habitants {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-5 {
    display: block;
  }

  ._1-habitant, .text-field-white {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .ratio-chambres {
    font-size: 16px;
    line-height: 22px;
  }
}

#w-node-a63a988b-3976-fd33-8b94-46a0bdacfa47-d9bb1ee8 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_16a98c0a-dc29-3e1d-f719-ef4147cd94a5-d9bb1ee8 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end;
}

#w-node-_748b1f52-1bd5-02cb-78e1-e0c2366635c1-d9bb1ee8 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_3ef2f420-78de-9aed-7302-d4a5e24b554e-d9bb1ee8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9783695-8230-caf1-189c-c12f120db98e-d9bb1ee8 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_62bdc76a-e80c-485e-57f9-990f4ed0b471-d9bb1ee8 {
  grid-area: 3 / 3 / 4 / 6;
  place-self: end;
}

#w-node-_85290ce2-9be5-553f-7976-5ec146a4bdfe-d9bb1ee8 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f1942c78-864f-0c63-13af-ac94ff9d8d78-d9bb1ee8 {
  grid-area: 2 / 7 / 4 / 13;
}

#w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67af9-e9f67af9 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: start stretch;
}

#w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67afb-e9f67af9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67afd-e9f67af9 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: start;
}

#w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67b01-e9f67af9 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_90a41df6-7259-a1fb-e35d-59ce546c1e83-d9bb1f78 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-c006c1eb-15d3-e48b-b497-ebd28959810d-d9bb1f78 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: end start;
}

#w-node-_62be0f61-ce20-6e58-68d5-c025fa49ec93-d9bb1f78 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e4a-ac6a0e48 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e4c-ac6a0e48 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: start;
}

#w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e50-ac6a0e48 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6e6be993-dfe6-b278-711a-3dc8d34c8121-d9bb1f94 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_151edd9d-046a-72d4-496d-e8bdee070b20-d9bb1f94 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d5688d-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-d9bb1f94 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-d9bb1f94 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e019-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e016-d9bb1f94 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: end start;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e007-d9bb1f94 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e009-d9bb1f94 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e030-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e02d-d9bb1f94 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: end start;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e01e-d9bb1f94 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e020-d9bb1f94 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e047-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e044-d9bb1f94 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: end start;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e035-d9bb1f94 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e037-d9bb1f94 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e05e-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e05b-d9bb1f94 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: end start;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e04c-d9bb1f94 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e04e-d9bb1f94 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcfa-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcf8-d9bb1f94 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd01-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcff-d9bb1f94 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd08-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd06-d9bb1f94 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd0f-d9bb1f94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd0d-d9bb1f94 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_915ec8a5-6f1f-634f-97dd-ad806cc2e643-b02e9ed9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_151edd9d-046a-72d4-496d-e8bdee070b20-b02e9ed9 {
  grid-area: 1 / 5 / 2 / 14;
  justify-self: auto;
}

#w-node-becfc3a6-e850-045a-db0f-e0b4d975fd57-b02e9ed9 {
  grid-area: 1 / 5 / 2 / 14;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d5688d-b02e9ed9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-b02e9ed9 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-b02e9ed9 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b02e9ed9, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b02e9ed9 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fbb-b02e9ed9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fc5-b02e9ed9 {
  grid-area: 1 / 6 / 2 / 13;
}

#Courriel.w-node-_8e988dad-07ed-695b-b0ea-15a54672242d-a83de5d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36ee1e3d-a8d0-19f2-5fe5-6219d882c49e-a83de5d1, #w-node-_8e988dad-07ed-695b-b0ea-15a546722449-a83de5d1, #w-node-_8e988dad-07ed-695b-b0ea-15a54672244d-a83de5d1, #w-node-_8e988dad-07ed-695b-b0ea-15a546722441-a83de5d1 {
  place-self: center start;
}

#Borne.w-node-_8e988dad-07ed-695b-b0ea-15a546722459-a83de5d1, #Stationnement.w-node-_8e988dad-07ed-695b-b0ea-15a54672245a-a83de5d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12c6e548-c786-53cb-8d13-d45b701fa5cb-7eb1ddf0 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: start stretch;
}

#w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-7eb1ddf0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8fff-7eb1ddf0 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: start;
}

#w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-7eb1ddf0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6579d616-4b2a-3aaf-f9e3-926904a1f66e-7eb1ddf0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c9ebf56-6056-5a3a-c6cd-af71f1344398-7dfed262 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: start stretch;
}

#w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-7dfed262 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-ce38782b-1426-e2d0-d1e1-7b72e480f493-7dfed262 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: start;
}

#w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-7dfed262 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9dc57ac3-9a77-eedb-5e55-26556de32cf6-7dfed262 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_151edd9d-046a-72d4-496d-e8bdee070b20-7dfed262 {
  grid-area: 1 / 5 / 2 / 14;
  justify-self: auto;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d5688d-7dfed262 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-7dfed262 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-7dfed262 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_915ec8a5-6f1f-634f-97dd-ad806cc2e643-b03aa582 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_151edd9d-046a-72d4-496d-e8bdee070b20-b03aa582 {
  grid-area: 1 / 5 / 2 / 14;
  justify-self: auto;
}

#w-node-becfc3a6-e850-045a-db0f-e0b4d975fd57-b03aa582 {
  grid-area: 1 / 5 / 2 / 14;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d5688d-b03aa582 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-b03aa582 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-b03aa582 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b03aa582, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b03aa582 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fbb-b03aa582 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fc5-b03aa582 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_62c6c907-7244-5f1c-cc8b-7db89a38e04b-9a38e041, #w-node-_0807e1ca-52fc-6e19-321a-195a33b93faa-9a38e041 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0807e1ca-52fc-6e19-321a-195a33b93fab-9a38e041, #w-node-_0807e1ca-52fc-6e19-321a-195a33b93faf-9a38e041, #w-node-_0807e1ca-52fc-6e19-321a-195a33b93fb3-9a38e041 {
  place-self: center start;
}

#Stationnement.w-node-_62c6c907-7244-5f1c-cc8b-7db89a38e063-9a38e041, #Occupation.w-node-_62c6c907-7244-5f1c-cc8b-7db89a38e065-9a38e041, #Animal.w-node-_62c6c907-7244-5f1c-cc8b-7db89a38e066-9a38e041, #Reference.w-node-_62c6c907-7244-5f1c-cc8b-7db89a38e068-9a38e041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62c6c907-7244-5f1c-cc8b-7db89a38e069-9a38e041 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c9ebf56-6056-5a3a-c6cd-af71f1344398-ca947a98 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: start stretch;
}

#w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-ca947a98 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-ce38782b-1426-e2d0-d1e1-7b72e480f493-ca947a98 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: start;
}

#w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-ca947a98 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_34520099-0b90-981e-1034-36089b4a5e90-ca947a98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_151edd9d-046a-72d4-496d-e8bdee070b20-ca947a98 {
  grid-area: 1 / 5 / 2 / 14;
  justify-self: auto;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d5688d-ca947a98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-ca947a98 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-ca947a98 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_12c6e548-c786-53cb-8d13-d45b701fa5cb-a087779f {
  grid-area: 1 / 8 / 2 / 13;
  place-self: start stretch;
}

#w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-a087779f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8fff-a087779f {
  grid-area: 1 / 4 / 2 / 8;
  place-self: start;
}

#w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-a087779f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6579d616-4b2a-3aaf-f9e3-926904a1f66e-a087779f {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-a63a988b-3976-fd33-8b94-46a0bdacfa47-d9bb1ee8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_16a98c0a-dc29-3e1d-f719-ef4147cd94a5-d9bb1ee8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_748b1f52-1bd5-02cb-78e1-e0c2366635c1-d9bb1ee8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3ef2f420-78de-9aed-7302-d4a5e24b554e-d9bb1ee8 {
    grid-column: span 4 / span 4;
  }

  #w-node-a9783695-8230-caf1-189c-c12f120db98e-d9bb1ee8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_62bdc76a-e80c-485e-57f9-990f4ed0b471-d9bb1ee8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_85290ce2-9be5-553f-7976-5ec146a4bdfe-d9bb1ee8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1942c78-864f-0c63-13af-ac94ff9d8d78-d9bb1ee8 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67af9-e9f67af9 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67afb-e9f67af9, #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67afd-e9f67af9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67b01-e9f67af9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90a41df6-7259-a1fb-e35d-59ce546c1e83-d9bb1f78, #w-node-c006c1eb-15d3-e48b-b497-ebd28959810d-d9bb1f78, #w-node-_62be0f61-ce20-6e58-68d5-c025fa49ec93-d9bb1f78 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e4a-ac6a0e48, #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e4c-ac6a0e48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e50-ac6a0e48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_151edd9d-046a-72d4-496d-e8bdee070b20-d9bb1f94, #w-node-_74f0debe-127b-81c0-f68c-cc0274d5688d-d9bb1f94 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-d9bb1f94, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-d9bb1f94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e019-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e016-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e007-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e009-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e030-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e02d-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e01e-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e020-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e047-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e044-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e035-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e037-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e05e-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e05b-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e04c-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e04e-d9bb1f94 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcfa-d9bb1f94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcf8-d9bb1f94 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd01-d9bb1f94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcff-d9bb1f94 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd08-d9bb1f94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd06-d9bb1f94 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd0f-d9bb1f94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd0d-d9bb1f94 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-b02e9ed9, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-b02e9ed9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b02e9ed9, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b02e9ed9, #w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fc5-b02e9ed9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_12c6e548-c786-53cb-8d13-d45b701fa5cb-7eb1ddf0 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-7eb1ddf0, #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8fff-7eb1ddf0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-7eb1ddf0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c9ebf56-6056-5a3a-c6cd-af71f1344398-7dfed262 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-7dfed262, #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f493-7dfed262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-7dfed262, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-7dfed262, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-7dfed262, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-b03aa582, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-b03aa582 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b03aa582, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b03aa582, #w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fc5-b03aa582 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6c9ebf56-6056-5a3a-c6cd-af71f1344398-ca947a98 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-ca947a98, #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f493-ca947a98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-ca947a98, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-ca947a98, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-ca947a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12c6e548-c786-53cb-8d13-d45b701fa5cb-a087779f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-a087779f, #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8fff-a087779f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-a087779f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a63a988b-3976-fd33-8b94-46a0bdacfa47-d9bb1ee8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3ef2f420-78de-9aed-7302-d4a5e24b554e-d9bb1ee8 {
    grid-column: span 4 / span 4;
  }

  #w-node-a9783695-8230-caf1-189c-c12f120db98e-d9bb1ee8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_62bdc76a-e80c-485e-57f9-990f4ed0b471-d9bb1ee8, #w-node-_85290ce2-9be5-553f-7976-5ec146a4bdfe-d9bb1ee8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67afb-e9f67af9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67afd-e9f67af9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67b01-e9f67af9 {
    grid-column: span 3 / span 3;
    align-self: center;
  }

  #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e4a-ac6a0e48 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e4c-ac6a0e48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e50-ac6a0e48 {
    grid-column: span 3 / span 3;
    align-self: center;
  }

  #w-node-_151edd9d-046a-72d4-496d-e8bdee070b20-d9bb1f94, #w-node-_74f0debe-127b-81c0-f68c-cc0274d5688d-d9bb1f94 {
    grid-column: span 4 / span 4;
  }

  #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-d9bb1f94, #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b02e9ed9, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b02e9ed9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-7eb1ddf0 {
    grid-column: span 1 / span 1;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8fff-7eb1ddf0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-7eb1ddf0 {
    grid-column: span 3 / span 3;
    align-self: center;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-7dfed262 {
    grid-column: span 1 / span 1;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f493-7dfed262 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-7dfed262 {
    grid-column: span 3 / span 3;
    align-self: center;
  }

  #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b03aa582, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b03aa582 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-ca947a98 {
    grid-column: span 1 / span 1;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f493-ca947a98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-ca947a98 {
    grid-column: span 3 / span 3;
    align-self: center;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-a087779f {
    grid-column: span 1 / span 1;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8fff-a087779f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-a087779f {
    grid-column: span 3 / span 3;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a63a988b-3976-fd33-8b94-46a0bdacfa47-d9bb1ee8, #w-node-_748b1f52-1bd5-02cb-78e1-e0c2366635c1-d9bb1ee8, #w-node-a9783695-8230-caf1-189c-c12f120db98e-d9bb1ee8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67afb-e9f67af9 {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-_4a5e3c55-3bd1-4eb5-4b9b-c8dde9f67b01-e9f67af9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_62be0f61-ce20-6e58-68d5-c025fa49ec93-d9bb1f78 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e4a-ac6a0e48 {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-_5276fc7f-12bb-e132-459d-3045ac6a0e50-ac6a0e48 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-d9bb1f94, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-d9bb1f94, #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e009-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e020-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e037-d9bb1f94, #w-node-_009c194d-21e4-2e2b-fc9c-a4c58168e04e-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcfa-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcf8-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd01-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fcff-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd08-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd06-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd0f-d9bb1f94, #w-node-_37f0bfbb-341e-aa36-be43-7a8c2ac7fd0d-d9bb1f94, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-b02e9ed9, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-b02e9ed9, #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b02e9ed9, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b02e9ed9 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fbb-b02e9ed9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-7eb1ddf0 {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-7eb1ddf0 {
    grid-column: span 2 / span 2;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-7dfed262 {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-7dfed262 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-7dfed262, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-7dfed262, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-b03aa582, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-b03aa582, #w-node-_83a0cd7b-7842-fb97-2010-23309acaf11d-b03aa582, #w-node-_1dae8a43-d19d-9e04-5e3f-2d1f665aca0e-b03aa582 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0cd8abdd-56ee-ef9d-5014-05757aa95fbb-b03aa582 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f491-ca947a98 {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-ce38782b-1426-e2d0-d1e1-7b72e480f497-ca947a98 {
    grid-column: span 2 / span 2;
  }

  #w-node-_74f0debe-127b-81c0-f68c-cc0274d56877-ca947a98, #w-node-_74f0debe-127b-81c0-f68c-cc0274d56882-ca947a98 {
    grid-column: span 4 / span 4;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e8ffd-a087779f {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-b2ae8f67-efd3-0707-257a-d83cfc9e9003-a087779f {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-550.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}