@font-face {
  font-family: John Mayer;
  src: url('../fonts/John-Mayer.ttf') format("truetype"), url('../fonts/John-Mayer.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

:root {
  --_area-chambly-collection---dark-green: #192f23;
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --_area-chambly-collection---brown: #87705c;
  --_area-chambly-collection---white: white;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --_area-chambly-collection---bg_gray: #f8f8f4;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

body {
  color: #000;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--_area-chambly-collection---dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  line-height: 1.3;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

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

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

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

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--_area-chambly-collection---dark-green);
  color: var(--_area-chambly-collection---brown);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50em;
  padding: .75rem 5.375rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
  transition: all .2s;
}

.button:hover {
  background-color: var(--_area-chambly-collection---dark-green);
  color: var(--_area-chambly-collection---white);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--_area-chambly-collection---dark-green);
  color: var(--_area-chambly-collection---dark-green);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--_area-chambly-collection---dark-green);
  color: var(--_area-chambly-collection---white);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-alternative {
  border-color: var(--_area-chambly-collection---brown);
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_old {
  height: 100vh;
  max-height: 100vh;
}

._3col_ofset_container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

._3-col-grid.is-2-col {
  grid-template-columns: 1fr 1fr;
}

.vertical_line_wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 12vh;
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
  display: flex;
}

.vertical_line {
  background-color: #87705c;
  width: 1px;
  height: 12vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section-img-wrap {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-section-img {
  object-fit: cover;
  object-position: 100% 0%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.absolute-section-img.white-bg {
  object-fit: cover;
  object-position: 100% 100%;
}

.absolute-section-img.white-bg.fitbottom {
  object-position: 100% 0%;
}

.absolute-section-img.white-bg {
  object-position: 50% 0%;
}

.section-img-curtain {
  background-color: #d2cbc0;
  display: none;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.cta-heading {
  color: var(--_area-chambly-collection---brown);
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

.cta-paragraph {
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.cta-paragraph.text-align-center {
  color: var(--_area-chambly-collection---dark-green);
}

.cta-paragraph-wrapper {
  margin-top: 1.875rem;
  margin-bottom: 3.5rem;
}

.section-slider.is-bg_gray {
  background-color: var(--_area-chambly-collection---bg_gray);
  background-color: #f8f8f4;
}

.intersection_image_wrapper {
  height: 80vh;
}

.cta_animation_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 4.125rem;
  padding-right: 4.125rem;
  display: flex;
}

.cta_animation_content.is-2col {
  max-width: 20rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.text-color-dark_green {
  color: var(--_area-chambly-collection---dark-green);
}

.text-color-brown {
  color: var(--_area-chambly-collection---brown);
  text-align: justify;
}

.interior_exterior_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--_area-chambly-collection---white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3rem 1.875rem;
  display: flex;
}

.section_icons {
  background-color: var(--_area-chambly-collection---bg_gray);
}

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

.icons_title_wrapper {
  letter-spacing: -.02em;
  max-width: 27rem;
}

.partner_logo {
  width: 100%;
  max-width: 6rem;
}

.features-grid-quad {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.feature_icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 2.625rem;
}

.feature_text {
  color: #12251c;
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.features_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.swiper {
  height: 80vh;
  overflow: hidden;
}

.swiper.swiper1, .swiper.swiper2 {
  height: 100vh;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
}

.swiper-slide {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.swiper-button_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

.swiper-nav.with-padding_bot {
  background-color: var(--_area-chambly-collection---bg_gray);
  background-color: #f8f8f4;
  padding-bottom: 1rem;
}

.swiper-button {
  border: 1px solid var(--_area-chambly-collection---brown);
  color: var(--_area-chambly-collection---brown);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 1.875rem;
  transition: all .2s;
  display: flex;
}

.swiper-button:hover {
  border-color: var(--_area-chambly-collection---dark-green);
  background-color: var(--_area-chambly-collection---dark-green);
  color: var(--_area-chambly-collection---white);
}

.swiper-button.swiper-btn-next {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._3-chambres {
  color: #12251c;
  background-color: #f3f3f300;
  border-bottom: 1px solid #12251c;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

.studio, ._2-chambres, ._1-chambre {
  color: #12251c;
  background-color: #f3f3f300;
  border-bottom: 1px solid #12251c;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  display: block;
}

.features_wrapper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3rem 1.875rem;
  display: flex;
}

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

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

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

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

.insidepopup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 750px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  margin-right: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

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

.image-popup {
  text-align: center;
  cursor: pointer;
}

.hero-slide-arrow {
  z-index: 99999;
  opacity: 0;
  display: block;
}

.hero-slide-arrow.show {
  color: #fff;
  position: absolute;
  overflow: visible;
}

.hero-slider-3r-2 {
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.hero-slide-nav {
  opacity: 0;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
}

.section-26 {
  outline-offset: 0px;
  color: #796a45;
  outline: 1px #182f23;
  height: 100vh;
  max-height: 100vh;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 400;
}

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

.icon-6.show2 {
  color: #fff;
}

.div-block-33 {
  z-index: 1;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-slide-container-3r {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-slide-container-3r.slide-1-3r {
  background-image: url('../images/q3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-slide-container-3r.slide-1-3r.pers4-3r {
  background-image: linear-gradient(#132c2233, #132c2233), url('../images/3r.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-106 {
  max-width: 100%;
}

.image-wrapper {
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.centeredparagraph-2 {
  color: #101e18;
  text-align: justify;
  text-transform: none;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.section-img-wrap-2 {
  background-color: #fff;
  background-image: url('../images/DSC09468.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._2-col-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e4e2dc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: 100%;
  display: grid;
}

.section-line-wrap {
  height: 12vh;
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
}

.section-title---mobile3 {
  color: #101e18;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
  display: none;
}

.section-title---main-3 {
  color: #101e18;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-content-wrap-7 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff;
  outline: 3px solid #182f23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
}

.section-content-wrap-7.beige {
  background-color: #e4e2dc;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section-offset-container-3 {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-offset-container-3.vertical-center {
  color: var(--_area-chambly-collection---brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-line-3 {
  background-color: #87705c;
  width: 1px;
  height: 12vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.features_wrapper-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3rem 1.875rem;
  display: flex;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: John Mayer, Arial, sans-serif;
  font-weight: 400;
}

.heading-3 {
  margin-bottom: 0;
  font-family: John Mayer, Arial, sans-serif;
  font-weight: 400;
}

.section_interior_exterior-2 {
  background-color: #f8f8f4;
  padding-bottom: 100px;
}

.section-slider-2.is-bg_gray {
  background-color: var(--_area-chambly-collection---bg_gray);
  background-color: #f8f8f4;
  padding-bottom: 20px;
}

.section-34 {
  color: #796a45;
  background-color: #e4e2dc;
  height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 50px;
}

.text-block-27 {
  color: #101e18;
  text-align: center;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.footer-text-3 {
  color: #101e18;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.section-content-wrap-11 {
  color: #e4e2dc;
  background-color: #e4e2dc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  display: flex;
}

.footer-left {
  width: 100%;
}

.link-7 {
  color: #101e18;
  text-decoration: none;
}

.section-offset-container-8 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-text-3-copy {
  color: #101e18;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.image-107 {
  max-width: 100%;
  margin-left: 0;
  padding: 50px;
}

.section-35 {
  background-color: #e4e2dc;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.section-title---mobile1 {
  color: #101e18;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
  display: none;
}

.align-center-6 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2habitants-2 {
  color: #132c22;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._2habitants-2:active {
  color: #4f0a2900;
  background-color: #5e1c1c00;
}

._2habitants-2:focus {
  color: #132c22;
}

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

._1habitant-2 {
  color: #132c22;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._1habitant-2:active {
  color: #4f0a2900;
  background-color: #5e1c1c00;
}

._1habitant-2:focus {
  color: #132c22;
}

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

.checkbox {
  width: 17px;
  height: 17px;
}

.checkbox:focus, .checkbox:focus-visible, .checkbox[data-wf-focus-visible] {
  color: #e7a06a;
}

.checkbox.w--redirected-checked {
  color: #35484f;
  background-color: #071510;
  border: 1px solid #000;
}

.titre-locataires-6 {
  color: #101e18;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

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

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

.form-field-3 {
  color: #101e18;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.form-field-3::placeholder {
  color: #132c22;
  background-color: #27101000;
}

.form-field-3.select {
  color: #101e18;
  border-bottom-color: #132c22;
  height: 30px;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  display: block;
}

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

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

._1-chambre-den {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  display: block;
}

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

.checkbox-field {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.section-title---main-4 {
  color: #101e18;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

._1-chambre-2 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

.checkbox-label-2 {
  color: #071510;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 15px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

._2-chambres3 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._2-chambres3.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.radio-button-label-6 {
  color: #101e18;
  padding-left: 10px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

._3-chambres-2 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._3-chambres-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-auto-flow: column;
}

._1-chambre-den3 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre-den3.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.radio-button-label-7 {
  color: #101e18;
  padding-left: 10px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

._1-chambre3 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre3.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.studio3 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

.studio3.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

.submit-button-8 {
  color: #fff;
  background-color: #87705c;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

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

.section-spacer-mobile {
  display: none;
}

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

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

._3-col-grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

._3-col-grid-copy.is-2-col, ._3-col-grid-copy.is-2-col-copy {
  grid-template-columns: 1fr 1fr;
}

.section_old-mobile {
  height: 100vh;
  max-height: 100vh;
  display: none;
}

.newheadclubaera {
  text-align: center;
  background-color: #112b2a;
  background-image: url('../images/split-back.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: block;
  transform: translate(0);
}

.logoclub {
  width: 300px;
  margin: 0 auto;
}

.videoclub {
  width: 70%;
}

.div-block-27 {
  margin-left: auto;
}

.div-block-28 {
  width: 70%;
  margin-right: auto;
}

.code-embed {
  display: none;
}

.title-club-bert {
  color: #101e18;
  letter-spacing: 0;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.section-titre {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.heading-blocks {
  color: #101e18;
  text-align: center;
  width: auto;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.div-block-18 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 20px;
}

.link-block-5 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
  position: relative;
}

.div-block-16-mobile {
  border: 2px solid #9a9887;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: none;
}

.container-17 {
  text-align: center;
  background-color: #fff;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-19 {
  background-color: #fff;
  padding-top: 50px;
}

.link-block-4 {
  border: 2px solid #9a9887;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.cell {
  border: 2px #9a9887;
  justify-content: center;
  align-items: center;
}

.text-block-18 {
  color: #101e18;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.text-block-18-copy {
  color: #101e18;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.div-block-16 {
  border: 2px solid #9a9887;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-101 {
  margin-left: auto;
  margin-right: auto;
}

.section-description {
  color: #104041;
  background-color: #fff;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  font-family: Neuemontreal, Arial, sans-serif;
  display: block;
  position: relative;
}

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

.narrow-content {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-content.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.section-expicatif {
  color: #101e18;
  max-width: 650px;
  margin-bottom: 75px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-expicatif.nopadding {
  color: #101e18;
  margin-top: 75px;
  margin-bottom: 25px;
}

.bouton-4 {
  color: #e4e2dc;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #101e18;
  border: 1px solid #101e18;
  width: auto;
  margin-top: 0;
  padding: 20px 30px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25vw;
  transition: all .2s;
}

.bouton-4:hover {
  color: #101e18;
  background-color: #101e1800;
}

.bouton-4.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-prix {
  color: #104041;
  background-color: #12251c;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  display: block;
  position: relative;
}

.title-prix {
  color: #fff;
  letter-spacing: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.section-expicatif-blanc {
  color: #fff;
  max-width: 800px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.sectionforplanpoint {
  z-index: 1;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

.section-10 {
  background-color: var(--_area-chambly-collection---white);
  padding-top: 200px;
  padding-bottom: 200px;
}

.container-9 {
  color: #e4e2dc;
  text-align: center;
  max-width: 768px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 300;
}

.features-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 2vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.align-center-14 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-offset-container-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2vh;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

._2-col-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e4e2dc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.feature-icon-2 {
  object-fit: contain;
  width: 3vw;
  height: 3vw;
  margin-bottom: 10px;
}

.section-content-wrap-1 {
  color: #112b2a;
  background-color: #c6c2b7;
  border-right: 1px #182f23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.section-20 {
  color: #796a45;
  height: 100vh;
  max-height: 100vh;
  display: none;
}

.section-title---main-5 {
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.section-title---main-5.dark {
  color: #12251c;
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.section-content-wrap-3 {
  color: #fff;
  background-color: #e4e2dc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
}

.feature-title-2 {
  color: #12251c;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25vw;
}

.form-3r-rsvp1 {
  flex-direction: column;
  width: 500px;
  display: flex;
}

.section-9 {
  color: #796a45;
  height: 100vh;
  max-height: 100vh;
}

.section-offset-container-9 {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-offset-container-9.padding-block {
  background-image: url('../images/moneyshot.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 60px;
}

.section-offset-container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button-6 {
  color: #fff;
  background-color: #87705c;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

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

.section-36 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container-29 {
  max-width: 980px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
}

.text-block-28 {
  color: #101e18;
  text-align: center;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.footer-text-4 {
  color: #101e18;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.bouton-rsvp {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #101e18;
  border: 1px #101e18;
  width: auto;
  margin-top: 0;
  padding: 12px 40px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
}

.bouton-rsvp:hover {
  color: #fff;
  background-color: #87705c;
}

.bouton-rsvp.w--current {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.form-3r-rsvp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  z-index: 1;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.insidepopup-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 750px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.section {
  outline-offset: 0px;
  color: #796a45;
  outline: 1px #182f23;
  height: 100vh;
  max-height: 100vh;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 400;
}

.section.new {
  -webkit-text-stroke-color: white;
  background-color: #fff;
  height: auto;
  max-height: 90vh;
}

.section.footer {
  color: #fff;
  background-color: #e4e2dc;
  background-image: none;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 50px;
  display: flex;
}

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

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

.section-content-wrap-6 {
  color: #e4e2dc;
  background-color: #e4e2dc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  display: flex;
}

._1-chambre-den-2 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre-den-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

._1-chambre-3 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._1-chambre-3.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.studio-2 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

.studio-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.image-102 {
  max-width: 100%;
  margin-left: 0;
  padding: 50px;
}

.section-title---main-copy, .title-rsvp {
  color: #101e18;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
}

.title-rsvp.padding-rsvp {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

._2-chambres-2 {
  color: #101e18;
  background-color: #f3f3f300;
  border-bottom: 1px solid #101e18;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
}

._2-chambres-2.select {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  height: 30px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

.background-video {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

html.w-mod-js [data-ix="1habitant"], html.w-mod-js [data-ix="2habitants"], html.w-mod-js [data-ix="studio"], html.w-mod-js [data-ix="1chambre"], html.w-mod-js [data-ix="2chambres"], html.w-mod-js [data-ix="1-chambre-den"] {
  opacity: 1;
  display: block;
}

@media screen and (min-width: 1920px) {
  ._3col_ofset_container, ._3-col-grid {
    width: 100%;
  }

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

  .insidepopup {
    width: 1000px;
  }

  .image-106 {
    max-width: 100%;
  }

  .centeredparagraph-2 {
    max-width: 750px;
  }

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

  ._2habitants-2, ._1habitant-2 {
    font-size: 1vw;
  }

  .checkbox {
    font-size: 2vw;
  }

  .titre-locataires-6 {
    font-size: 1vw;
    line-height: 28px;
  }

  .titre-informations, .form-field-3, .form-field-3.select {
    font-size: 1vw;
  }

  .form-3 {
    width: 1000px;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  ._2-chambres3.select {
    font-size: 1vw;
  }

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

  ._3-chambres-2.select, ._1-chambre-den3.select {
    font-size: 1vw;
  }

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

  ._1-chambre3.select, .studio3.select {
    font-size: 1vw;
  }

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

  ._3-col-grid-copy, .section-offset-container-4, ._2-col-grid-3 {
    width: 100%;
  }

  .form-3r-rsvp1 {
    width: 1000px;
  }

  .section-9 {
    max-height: none;
  }

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

  .bouton-rsvp {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .insidepopup-2 {
    width: 750px;
  }

  ._1-chambre-den-2.select, ._1-chambre-3.select, .studio-2.select, ._2-chambres-2.select {
    font-size: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .section_old {
    height: auto;
    max-height: none;
    position: relative;
  }

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

  ._3-col-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .vertical_line_wrapper, .vertical_line {
    height: 80px;
  }

  .absolute-section-img {
    position: relative;
  }

  .cta_animation_content {
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .interior_exterior_content {
    flex-flow: column;
  }

  .features-grid-quad {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature_item {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_icon {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 0;
  }

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

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

  .section-26 {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section-26.flex {
    height: 70vh;
  }

  .image-wrapper {
    max-width: none;
    height: auto;
    max-height: none;
  }

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

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

  .section-line-wrap {
    height: 80px;
  }

  .section-title---mobile3, .section-title---main-3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-content-wrap-7 {
    flex: 1;
    padding: 60px;
  }

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

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

  .section-line-3 {
    height: 80px;
  }

  .section-34 {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section-content-wrap-11 {
    flex: 1;
    padding: 60px;
  }

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

  .section-title---mobile1 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

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

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

  .section-title---main-4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .checkbox-label-2 {
    font-size: 16px;
  }

  ._3-col-grid-copy {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section_old-mobile {
    height: auto;
    max-height: none;
    position: relative;
  }

  .title-club-bert {
    font-size: 42px;
    line-height: 58px;
  }

  .link-block-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-18, .text-block-18-copy {
    font-size: 20px;
    line-height: 30px;
  }

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

  .bouton-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .title-prix {
    font-size: 42px;
    line-height: 58px;
  }

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

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

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

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

  .feature-icon-2 {
    width: 80px;
    height: 80px;
  }

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

  .section-20 {
    height: auto;
    max-height: none;
    position: relative;
  }

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

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

  .section-content-wrap-3 {
    flex: 1;
    padding: 60px;
  }

  .feature-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-9 {
    height: auto;
    max-height: none;
    position: relative;
  }

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

  .section-offset-container-9.padding-block {
    height: 500px;
  }

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

  .bouton-rsvp {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section.footer {
    height: auto;
    min-height: auto;
    padding: 60px 20px;
  }

  .section.flex {
    height: 70vh;
  }

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

  .section-title---main-copy, .title-rsvp {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .title-rsvp.padding-rsvp {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-secondary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  ._3-col-grid.is-2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intersection_image_wrapper {
    height: auto;
  }

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

  .features-grid-quad {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .feature_item {
    max-width: 100%;
  }

  .feature_icon {
    width: 3.375rem;
    height: 3.375rem;
    margin-bottom: 0;
  }

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

  .swiper {
    height: 60vh;
  }

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

  .insidepopup {
    height: auto;
  }

  .section-26 {
    display: block;
  }

  .centeredparagraph-2 {
    font-size: 14px;
  }

  .section-img-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 100%;
    max-height: 100%;
    display: grid;
  }

  ._2-col-grid-2 {
    flex-flow: column;
    grid-auto-flow: column;
    place-items: center stretch;
    display: flex;
  }

  .section-title---mobile3, .section-title---main-3 {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .section-content-wrap-7 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .align-center-4 {
    display: flex;
  }

  .section-offset-container-3.espace-commun {
    height: 120vh;
    max-height: 120vh;
  }

  .section-content-wrap-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .align-center-6 {
    display: flex;
  }

  .form-3 {
    width: auto;
  }

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

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

  .checkbox-label-2 {
    font-size: 16px;
  }

  ._3-col-grid-copy.is-2-col, ._3-col-grid-copy.is-2-col-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .title-club-bert {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-16-mobile {
    display: flex;
  }

  .link-block-4 {
    height: 250px;
  }

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

  .quick-stack {
    overflow: visible;
  }

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

  .title-prix {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
  }

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

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

  .feature-icon-2 {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .section-content-wrap-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .insidepopup-2 {
    height: auto;
  }

  .section {
    display: block;
  }

  .section.footer {
    background-color: #101e18;
    padding-top: 60px;
    padding-bottom: 20px;
  }

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

  .section-title---main-copy, .title-rsvp {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .title-rsvp.padding-rsvp {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .padding-section-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .section_old {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  ._3-col-grid {
    grid-template-rows: auto;
    height: auto;
  }

  .absolute-section-img {
    height: auto;
  }

  .section-cta {
    display: flex;
  }

  .cta-heading {
    text-align: center;
  }

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

  .cta-paragraph-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .intersection_image_wrapper {
    height: 50vh;
  }

  .cta_animation_content {
    padding: 2.5rem 1.5rem;
  }

  .cta_animation_content.is-2col {
    padding-left: 0;
    padding-right: 0;
  }

  .features_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem 1.5rem;
  }

  .features-grid-quad {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .feature_item {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .feature_text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .swiper {
    height: 50vh;
  }

  .swiper.swiper1, .swiper.swiper2 {
    height: 30vh;
  }

  .swiper-wrapper {
    height: auto;
  }

  .slide-image {
    width: 100%;
    max-width: none;
    display: inline-block;
  }

  .features_wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem 1.5rem;
  }

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

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

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

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

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

  .xclose-3 {
    color: #112b2a;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto;
  }

  .section-26 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .section-26.flex {
    height: 80vh;
  }

  .image-slide-container-3r.slide-1-3r.pers4-3r {
    background-position: 0 0, 50%;
  }

  .image-106 {
    max-width: 85%;
  }

  .centeredparagraph-2 {
    text-align: justify;
    text-transform: none;
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .section-img-wrap-2 {
    width: 100%;
    height: 70vh;
    display: block;
  }

  ._2-col-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 100%;
    height: auto;
    display: block;
  }

  .section-title---mobile3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .section-title---main-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .section-content-wrap-7 {
    height: 100%;
    padding: 30px 20px;
  }

  .section-content-wrap-7.beige {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 50px 20px;
    display: flex;
  }

  .align-center-4 {
    width: 100%;
    margin-left: 0;
  }

  .section-offset-container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .section-offset-container-3.espace-commun {
    background-color: #fff;
    display: block;
  }

  .section-offset-container-3.vertical-center {
    padding: 0 30px;
  }

  .features_wrapper-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem 1.5rem;
  }

  .section-34 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-27 {
    margin-top: 0;
    display: flex;
  }

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

  .section-content-wrap-11 {
    background-color: var(--_area-chambly-collection---white);
    height: auto;
    padding: 50px 20px 0;
  }

  .footer-text-3-copy {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .image-107 {
    padding: 0;
  }

  .section-35 {
    background-color: var(--_area-chambly-collection---white);
    padding-bottom: 30px;
  }

  .section-title---mobile1 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 20px;
    display: block;
  }

  .align-center-6 {
    width: 100%;
    margin-left: 0;
  }

  ._2habitants-2, ._1habitant-2 {
    color: #101e18;
    height: 40px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    display: none;
  }

  .checkbox {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
  }

  .checkbox.w--redirected-checked {
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    margin-left: -20px;
    font-size: 15px;
    line-height: 15px;
  }

  .checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
    width: 15px;
    height: 15px;
  }

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

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

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

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

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

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

  .checkbox-field {
    font-size: 1.5vw;
  }

  .section-title---main-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .checkbox-label-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  ._2-chambres3.select {
    font-size: 16px;
    line-height: 20px;
  }

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

  .form-3r, .grid-4 {
    display: block;
  }

  ._1-chambre-den3.select {
    font-size: 16px;
    line-height: 20px;
  }

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

  ._1-chambre3.select, .studio3.select {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    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;
  }

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

  .section-spacer-mobile {
    background-color: var(--_area-chambly-collection---bg_gray);
    height: 60px;
    display: flex;
  }

  .cta_content-mobile {
    display: flex;
  }

  .cta_content-ordi {
    display: none;
  }

  ._3-col-grid-copy {
    grid-template-rows: auto;
    height: auto;
  }

  .section_old-mobile {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .section-cta-mobile, .section-cta-ordi {
    display: none;
  }

  .newheadclubaera {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .logoclub {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-28 {
    width: 96%;
  }

  .title-club-bert {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-blocks {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-16-mobile {
    display: flex;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-4 {
    height: 350px;
    padding-top: 80px;
  }

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

  .quick-stack {
    overflow: visible;
  }

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

  .section-container {
    color: #101e18;
  }

  .section-expicatif {
    text-align: justify;
    margin-bottom: 50px;
  }

  .bouton-4 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-prix {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-prix {
    max-width: none;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-expicatif-blanc {
    text-align: center;
    margin-bottom: 50px;
  }

  .sectionforplanpoint {
    height: auto;
  }

  .section-10 {
    padding: 150px 20px;
  }

  .align-center-14 {
    margin-left: 0;
  }

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

  ._2-col-grid-3 {
    height: auto;
  }

  .feature-icon-2 {
    margin-bottom: 15px;
  }

  .section-content-wrap-1 {
    height: auto;
    padding: 50px 10px;
  }

  .section-20 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

  .section-content-wrap-3 {
    height: auto;
    padding: 50px 10px;
  }

  .feature-title-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

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

  .section-9 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-offset-container-9.padding-block {
    height: 300px;
  }

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

  .section-36 {
    padding: 150px 20px;
  }

  .container-30 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-28 {
    margin-top: 0;
    display: flex;
  }

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

  .bouton-rsvp {
    width: auto;
    margin-top: 25px;
    display: flex;
  }

  .form-3r-rsvp {
    display: block;
  }

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

  .section {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .section.footer {
    background-color: #101e18;
    height: auto;
  }

  .section.flex {
    height: 80vh;
  }

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

  .image-102 {
    padding: 0;
  }

  .section-title---main-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .title-rsvp {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .title-rsvp.padding-rsvp {
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

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

  .background-video {
    height: 50vh;
  }
}

#w-node-_6275ae78-e230-a326-01ee-940e6cb8d97d-2cca1ca2 {
  place-self: center;
}

#w-node-_6275ae78-e230-a326-01ee-940e6cb8d989-2cca1ca2, #w-node-_5c2d6150-04be-11e7-0e5d-cdba90597a06-2cca1ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c2d6150-04be-11e7-0e5d-cdba905979f6-2cca1ca2 {
  place-self: center;
}

#w-node-_74c04f16-7887-843b-472a-afdef596fe52-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe38-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe3c-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe46-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe4a-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe4e-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe72-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe6a-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe78-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe7e-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe61-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe66-2cca1ca2, #w-node-_74c04f16-7887-843b-472a-afdef596fe6e-2cca1ca2, #w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2fc-2cca1ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2ff-2cca1ca2 {
  place-self: center;
}

#w-node-d52cf3c0-4365-d778-fb04-94eb555983ed-2cca1ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d52cf3c0-4365-d778-fb04-94eb555983ef-2cca1ca2 {
  place-self: center;
}

#w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2356-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f235a-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f235e-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2362-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2366-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f236c-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2372-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2378-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f237c-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2380-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2384-2cca1ca2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2388-2cca1ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_343d3666-43dc-5d0b-b53e-74c3eb06e573-2cca1ca2, #w-node-_343d3666-43dc-5d0b-b53e-74c3eb06e577-2cca1ca2 {
  justify-self: start;
}

#w-node-_343d3666-43dc-5d0b-b53e-74c3eb06e57e-2cca1ca2, #w-node-_343d3666-43dc-5d0b-b53e-74c3eb06e582-2cca1ca2, #w-node-_343d3666-43dc-5d0b-b53e-74c3eb06e586-2cca1ca2, #w-node-_343d3666-43dc-5d0b-b53e-74c3eb06e58a-2cca1ca2 {
  place-self: center start;
}

#w-node-_7b35feb9-4d18-60cf-5788-50fca35cee17-2cca1ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b35feb9-4d18-60cf-5788-50fca35cee19-2cca1ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-2cca1ca5 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-2cca1ca5, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-2cca1ca5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-2cca1ca5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-2cca1ca5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-2cca1ca5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-2cca1ca5, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-2cca1ca5 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-2cca1ca5 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-2cca1ca5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-2cca1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-2cca1ca5 {
  justify-self: start;
}

#w-node-_6275ae78-e230-a326-01ee-940e6cb8d97d-9dd2e9e2 {
  place-self: center;
}

#w-node-_6275ae78-e230-a326-01ee-940e6cb8d989-9dd2e9e2, #w-node-_5c2d6150-04be-11e7-0e5d-cdba90597a06-9dd2e9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c2d6150-04be-11e7-0e5d-cdba905979f6-9dd2e9e2 {
  place-self: center;
}

#w-node-_74c04f16-7887-843b-472a-afdef596fe52-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe38-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe3c-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe46-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe4a-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe4e-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe72-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe6a-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe78-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe7e-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe61-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe66-9dd2e9e2, #w-node-_74c04f16-7887-843b-472a-afdef596fe6e-9dd2e9e2, #w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2fc-9dd2e9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2ff-9dd2e9e2 {
  place-self: center;
}

#w-node-d52cf3c0-4365-d778-fb04-94eb555983ed-9dd2e9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d52cf3c0-4365-d778-fb04-94eb555983ef-9dd2e9e2 {
  place-self: center;
}

#w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2356-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f235a-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f235e-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2362-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2366-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f236c-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2372-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2378-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f237c-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2380-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2384-9dd2e9e2, #w-node-c6dfc2ff-c10c-0854-c69f-0510f28f2388-9dd2e9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b35feb9-4d18-60cf-5788-50fca35cee17-9dd2e9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b35feb9-4d18-60cf-5788-50fca35cee19-9dd2e9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-abee8b4e-f735-bf2a-b834-877250183ea5-dd984239, #w-node-abee8b4e-f735-bf2a-b834-877250183ec2-dd984239 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce25a-dd984239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce25f-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce263-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce267-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce26b-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce273-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce277-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce27f-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce285-dd984239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce28b-dd984239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce290-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce294-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce298-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce29c-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce2a0-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce2a4-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce2ac-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce2b0-dd984239, #w-node-_5730d3da-0e7d-d44d-1a40-52aaaf4ce2b6-dd984239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e99a05-01d1-1f89-a70e-f30c71244279-5583354e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b8e99a05-01d1-1f89-a70e-f30c7124427b-5583354e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6275ae78-e230-a326-01ee-940e6cb8d97d-2cca1ca2, #w-node-_5c2d6150-04be-11e7-0e5d-cdba905979f6-2cca1ca2, #w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2ff-2cca1ca2, #w-node-d52cf3c0-4365-d778-fb04-94eb555983ef-2cca1ca2, #w-node-_6275ae78-e230-a326-01ee-940e6cb8d97d-9dd2e9e2, #w-node-_5c2d6150-04be-11e7-0e5d-cdba905979f6-9dd2e9e2, #w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2ff-9dd2e9e2, #w-node-d52cf3c0-4365-d778-fb04-94eb555983ef-9dd2e9e2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abee8b4e-f735-bf2a-b834-877250183ea5-dd984239 {
    display: none;
  }

  #w-node-abee8b4e-f735-bf2a-b834-877250183ec2-dd984239 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-abee8b4e-f735-bf2a-b834-877250183ec3-dd984239, #w-node-abee8b4e-f735-bf2a-b834-877250183ed4-dd984239, #w-node-abee8b4e-f735-bf2a-b834-877250183ee4-dd984239 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6275ae78-e230-a326-01ee-940e6cb8d97d-2cca1ca2 {
    justify-self: center;
  }

  #w-node-_5c2d6150-04be-11e7-0e5d-cdba905979f6-2cca1ca2, #w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2ff-2cca1ca2, #w-node-d52cf3c0-4365-d778-fb04-94eb555983ef-2cca1ca2 {
    grid-area: 1 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_6275ae78-e230-a326-01ee-940e6cb8d97d-9dd2e9e2 {
    justify-self: center;
  }

  #w-node-_5c2d6150-04be-11e7-0e5d-cdba905979f6-9dd2e9e2, #w-node-_8d61a17e-fa01-3d02-51a0-ee5174a0a2ff-9dd2e9e2, #w-node-d52cf3c0-4365-d778-fb04-94eb555983ef-9dd2e9e2 {
    grid-area: 1 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-abee8b4e-f735-bf2a-b834-877250183ea5-dd984239 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-abee8b4e-f735-bf2a-b834-877250183ea6-dd984239, #w-node-abee8b4e-f735-bf2a-b834-877250183ead-dd984239, #w-node-abee8b4e-f735-bf2a-b834-877250183eb4-dd984239 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-abee8b4e-f735-bf2a-b834-877250183ec2-dd984239 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-abee8b4e-f735-bf2a-b834-877250183ec3-dd984239, #w-node-abee8b4e-f735-bf2a-b834-877250183ed4-dd984239, #w-node-abee8b4e-f735-bf2a-b834-877250183ee4-dd984239 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'John Mayer';
  src: url('../fonts/John-Mayer.ttf') format('truetype'), url('../fonts/John-Mayer.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}