@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 {
  --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---dark-green: #071510;
  --_area-chambly-collection---white: white;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --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--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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

body {
  color: #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: 400;
  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 {
  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: 400;
  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: 400;
  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;
}

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

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

.padding-section-small.planpoint-padding {
  padding-top: 2rem;
  padding-bottom: 3.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;
}

.text-weight-bold.text-color-dark_green.decor_none {
  text-decoration: none;
}

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

.heading-style-h4.text-color-white {
  font-weight: 400;
}

.form_label {
  font-weight: 700;
}

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

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

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

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

.heading-style-h2.text-color-white {
  text-align: left;
}

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

.container-large.is-80 {
  max-width: 80rem;
}

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

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

.text-align-center.max-width-medium {
  text-align: center;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.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: none;
  background-color: #0000;
  border-radius: 50em;
  padding: .75rem 4rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  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: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.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;
  border-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 0;
  text-decoration: none;
  display: flex;
}

.button.is-icon:hover {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

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

.button.is-alternative.is-white {
  background-color: var(--_area-chambly-collection---white);
  border-style: none;
  text-decoration: none;
}

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

.button.is-on_dark_bg {
  border-color: var(--_area-chambly-collection---brown);
  color: var(--_area-chambly-collection---white);
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.button.is-page {
  background-color: var(--_area-chambly-collection---dark-green);
  color: var(--_area-chambly-collection---white);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button.less_padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.padding-section-medium.bottom-padding {
  padding-bottom: 2.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: 4rem;
}

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

.section_old.is_bg_photo {
  height: 80vh;
}

.section_old.is_bg_photo.is-90vh {
  height: 90vh;
}

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

.section_old.is-bg_gray.is-90vh {
  height: 90vh;
}

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

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

._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-rows: 100%;
  grid-template-columns: 1fr 1fr;
}

._3-col-grid.is-2-col.is-bg {
  background-image: url('../images/DSC07688.jpg');
  background-position: 50%;
  background-size: cover;
}

._3-col-grid.live-aera-page {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  place-items: start stretch;
  margin-top: 4rem;
}

._3-col-grid.is-vid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
}

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

.vertical_line_wrapper.lesstall {
  height: 6vh;
  margin-top: 2vh;
  margin-bottom: 0;
}

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

.vertical_line.lesstall {
  height: 4vh;
}

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

.section-img-wrap.with_text {
  background-color: #0000;
  padding-left: 3.375rem;
}

.section-img-wrap.is-last.right_padding {
  padding-left: 3.375rem;
}

.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.is-centred {
  object-position: 50% 50%;
}

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

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

.absolute-section-img.white-bg, .absolute-section-img.white-bg.lobbyaera {
  object-position: 100% 100%;
}

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

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

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

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

.section-hero {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.section-hero.small-hero {
  height: 50vh;
}

.section-hero.with-margin {
  margin-top: 80px;
}

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

.container-full.height_100 {
  height: 100%;
}

.section-cta.is-gray_bg {
  background-color: var(--_area-chambly-collection---bg_gray);
}

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

.cta_content.gap_1-25 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

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

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

.cta-paragraph-wrapper.max-width-800 {
  max-width: 50rem;
}

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

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

.section-hotel_description.no-bg {
  background-color: #0000;
}

.section-hotel_description.white {
  background-color: var(--_area-chambly-collection---white);
}

.intersection_image_wrapper {
  height: 80vh;
}

.intersection_image_wrapper.is-map {
  padding: 3.5rem;
}

.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;
  padding-left: 0;
  padding-right: 0;
}

.cta_animation_content.is-2col.is-list {
  max-width: 22rem;
}

.cta_animation_content.is-2col.width-560 {
  max-width: 35rem;
}

.cta_animation_content.is-2col.width_340 {
  max-width: 21.25rem;
}

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

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

.text-color-brown.text-align-center {
  text-align: justify;
}

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

.hero_bg_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

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

.text-hotel_description.let_space-0-02 {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}

.text-hotel_description.let_space-0-02.text-color-dark_green {
  color: var(--_area-chambly-collection---dark-green);
  text-align: center;
}

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

._4-col-grid.members {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 4rem;
}

.lobby_content {
  height: 100%;
}

.lobby_left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--_area-chambly-collection---white);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #8c7663f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: auto;
  padding: 3rem;
  display: flex;
}

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

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

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

.green_bg_title_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 51rem;
  display: flex;
}

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

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

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

.partner_logo.big {
  max-width: 10rem;
}

.footer_logo_wrapper {
  justify-content: center;
  align-items: center;
  max-width: 11.625rem;
  display: flex;
}

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

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

.flex_center.gap_1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.footer_rights {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--_area-chambly-collection---brown);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.rights_text {
  color: var(--_area-chambly-collection---brown);
  font-size: .625rem;
}

.footer_rights_image {
  width: 100%;
  max-width: 2.5rem;
}

.footer_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar_component {
  z-index: 999;
  background-color: var(--_area-chambly-collection---bg_gray);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 8.125rem;
  padding: 1.5rem 4%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_component:where(.w-variant-882d9093-5629-2e7a-6753-7eece5da7445) {
  z-index: 9999;
  position: relative;
}

.navbar2_logo {
  width: 100%;
  max-width: 10rem;
}

.navbar2_logo:where(.w-variant-882d9093-5629-2e7a-6753-7eece5da7445) {
  display: none;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.navbar2_link {
  color: var(--_area-chambly-collection---dark-green);
  padding: .5rem .75rem;
  transition: opacity .2s;
}

.navbar2_link:hover {
  opacity: .5;
}

.navbar2_link.w--current {
  border-bottom: 1px solid var(--_area-chambly-collection---dark-green);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-decoration: none;
}

.navbar2_link.is-brown {
  color: var(--_area-chambly-collection---brown);
  flex: 0 auto;
}

.navbar2_link.is-brown.is-bold {
  font-weight: 700;
}

.navbar2_link.text-color-white {
  color: var(--_area-chambly-collection---white);
}

.navbar2_link.text-color-white.mobile {
  display: none;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  display: flex;
}

.brown_links_wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brown_links_wrapper.is-desktop {
  display: flex;
  position: static;
}

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

.slide-in-top.text-color-white-2.width_372 {
  max-width: 23.25rem;
}

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

.swiper.swiper1 {
  height: 70vh;
}

.swiper.swiper_text {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.swiper.swiper7 {
  width: 100%;
  height: auto;
}

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

.swiper-wrapper.swiper_text {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
}

.swiper-wrapper.is-vid {
  justify-content: flex-start;
  align-items: center;
}

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

.swiper-slide.slide_text {
  flex: none;
  width: 20rem;
}

.swiper-slide.is-relative {
  position: relative;
}

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

.slide-image.lobby {
  object-fit: cover;
  object-position: 50% 100%;
}

.slide-image.billard {
  object-position: 50% 80%;
}

.slide-image.piscine {
  object-position: 50% 100%;
}

.slide-image.ceremonie {
  object-position: 50% 0%;
}

.slide-image.fit-95 {
  object-position: 95% 100%;
}

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

.max-width-590 {
  max-width: 42rem;
}

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

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

.section_text-grid_1.white-background {
  background-color: var(--_area-chambly-collection---white);
}

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

.text_grid1_title_wrapper {
  text-align: center;
  max-width: 22rem;
}

.text-grid-3-col {
  grid-column-gap: 5rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text_grid1_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_area-chambly-collection---dark-green);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text_grid1_card_title {
  text-transform: none;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 1.5rem;
}

.max-width-650 {
  max-width: 48rem;
}

.video_embed_title_wrapper {
  color: var(--_area-chambly-collection---dark-green);
  text-align: center;
  margin-bottom: 1.5rem;
}

.arrow_list_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--_area-chambly-collection---dark-green);
  text-align: left;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

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

.arrow_raw {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_area-chambly-collection---dark-green);
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.arrow_raw.is-last {
  border-bottom-style: none;
}

.icon-embed-xsmall {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cta_small_title {
  color: var(--_area-chambly-collection---brown);
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

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

.dark_green_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.dg_title {
  color: var(--_area-chambly-collection---white);
  text-align: center;
}

.dg_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_area-chambly-collection---white);
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.dg_card_title {
  font-size: 2rem;
  line-height: 1;
}

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

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

.director_title {
  color: var(--_area-chambly-collection---white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 22% 5% auto;
}

.name {
  text-align: left;
  align-self: auto;
  font-size: 1.125rem;
}

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

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

.other_projects_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.other_project_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--_area-chambly-collection---dark-green);
  flex-flow: column;
  grid-template-rows: .5fr 4fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

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

.project_button_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project_image_wrapper {
  aspect-ratio: 1;
  overflow: clip;
}

.project_title {
  text-align: center;
}

.project_par_wrapper {
  text-align: justify;
}

.footer_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer__main_logo {
  width: 100%;
  height: 100%;
}

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--_area-chambly-collection---dark-green);
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  opacity: .7;
}

.footer_link.is-brown {
  color: var(--_area-chambly-collection---brown);
  font-weight: 700;
}

.footer_form {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_area-chambly-collection---dark-green);
  width: 100%;
  max-width: 30rem;
  margin-bottom: 0;
  padding: 0;
}

.form_field::placeholder {
  color: var(--_area-chambly-collection---dark-green);
}

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

.div-block {
  color: var(--_area-chambly-collection---dark-green);
  width: 100%;
}

.footer_social_links_wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer_sociall_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_link_soc {
  color: var(--_area-chambly-collection---dark-green);
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.footer_link_soc:hover {
  opacity: .7;
}

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

.circle_img {
  width: 9.375rem;
  height: 9.375rem;
}

.intersection_image {
  object-fit: cover;
  object-position: 50% 59%;
  width: 100%;
  height: 100%;
}

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

.form_title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.form-field_radio-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  display: flex;
}

.partners_logo_raw_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-field_radio-label {
  color: #12251c;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

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

._2-col-grid.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer_content_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.partners_subtitle {
  color: #87705c;
  font-size: 1.125rem;
}

.inform_wrpapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  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-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;
}

.footer_contact_information {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

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

.river_left {
  text-align: center;
  letter-spacing: -.01em;
  background-color: #8c7663f2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 4.125rem;
  padding-right: 4.125rem;
  display: flex;
}

.river_left.full-width {
  width: 100%;
}

.logo_raw {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_content {
  background-color: #f8f8f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  display: flex;
}

.button_form {
  color: #87705c;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #192f23;
  border-radius: 50em;
  padding: .75rem 5.375rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
  transition: all .2s;
}

.button_form:hover {
  color: #fff;
  background-color: #192f23;
}

.button_form.is-form-submit {
  margin-top: 3rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.form-field {
  color: #12251c;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #132c22;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

.form-field.select {
  color: #12251c;
  border-bottom-color: #132c22;
  height: 30px;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
}

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

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

.text-color-white-2 {
  color: #fff;
}

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

.formchambly {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  display: flex;
}

.lightbox_wrapper {
  background-color: #f8f8f4;
  padding: 1.5rem;
}

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

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

.cta-heading {
  color: #87705c;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

.form-field_title {
  color: #132c22;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

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

.bg_2col {
  background-color: #f8f8f4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.bg_2col.no-bg {
  background-color: #0000;
}

._3col-text_wrapper {
  border-bottom: 1px solid #87705c;
  padding-bottom: .75rem;
}

._3col-text_wrapper.white_border {
  border-bottom-color: #fff;
}

._3col-text_wrapper.white_border.is-last {
  border-bottom-style: none;
}

.footer_contact_title {
  color: #87705c;
  font-size: 1.375rem;
  line-height: 1;
}

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

.form-field_wrapper {
  padding-bottom: 10px;
}

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

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

.form-field_columns {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer_contact_text {
  color: #192f23;
  line-height: 1.5;
}

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

._3col-text_item_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 20rem;
  margin: 0 auto 2rem;
  display: flex;
}

._3col-text_item_wrapper.no-width {
  max-width: none;
}

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

.hero_units_bg_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.section_icons {
  background-color: #f8f8f4;
}

.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_icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 2.625rem;
}

.cta-logo {
  width: 3rem;
  margin-bottom: 2rem;
}

.hero_bg_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_bg_image._1 {
  object-position: 50% 50%;
}

.max-width-640 {
  max-width: 42rem;
}

.member-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-neutral--white);
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.live-aera-feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_area-chambly-collection---brown);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.live-aera-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 4rem;
}

.imagetext-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section_gal_title {
  padding-top: 8rem;
}

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

.vid_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_area-chambly-collection---dark-green);
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: grid;
}

.vid_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.vid_img {
  aspect-ratio: 1;
  border: 1px solid var(--_area-chambly-collection---dark-green);
  object-fit: cover;
  width: 100%;
  padding: .1875rem;
  transition: all .2s;
}

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

.single_vid_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
}

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

.navbar {
  background-color: #0000;
  padding: 1.5rem 4%;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-right-content-wrapper, .navbar-right-content {
  align-items: center;
  display: flex;
}

.navbar-brand {
  height: 120px;
  padding-left: 0;
  overflow: hidden;
}

.navbar-brand.w--current {
  width: 200px;
}

.nav-menu {
  margin-left: 36px;
}

.navbar-right-item {
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.navbar-left-content {
  align-items: center;
  display: flex;
}

.logotop {
  width: 125px;
}

.navbar_second {
  background-color: var(--_area-chambly-collection---dark-green);
  padding-left: 4%;
  padding-right: 4%;
}

.nav_promo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #cc4532;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.section.is-st_c_hero.bg_green {
  background-color: var(--_area-chambly-collection---dark-green);
}

.section.bg_gray.line_top {
  border-top: 1px solid #0000001a;
}

.animated-image-placeholder {
  opacity: 0;
}

.animated-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid-halves-copy {
  grid-column-gap: 48px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-halves-copy.reverse-direction-copy {
  direction: rtl;
  color: #edece7;
}

.squiggle-container {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.squiggle-container.top-left {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -20%;
  left: -30%;
}

.squiggle-container.round-top-left {
  border-top-left-radius: 100%;
}

.squiggle-container.round-top-left.top-left {
  border-top-left-radius: 0%;
}

.squiggle-container.top-right {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -25%;
  right: -25%;
}

.squiggle-container.round-top-right {
  border-top-right-radius: 100%;
}

.squiggle-container.round-top-right.top-right-flush {
  position: absolute;
  bottom: 240px;
  right: 0;
}

.section-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.section-title.is-centred {
  justify-content: flex-start;
  align-items: center;
}

.section-contents {
  z-index: 1;
  flex-flow: column;
  display: flex;
  position: relative;
}

.container_small {
  direction: ltr;
  color: #fff;
  width: 100%;
  max-width: 400px;
}

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

.container_small.align-right.overlay-top-right {
  z-index: 2;
  margin-bottom: -48px;
  position: relative;
  left: 3vh;
}

.container_small.align-center.contains-slider-big {
  max-width: 960px;
}

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

.container_small.narrow {
  max-width: 288px;
}

.container {
  direction: ltr;
  width: 100%;
  max-width: 512px;
  position: relative;
}

.container.align-center {
  color: #fff;
}

.animated-image-container {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.animated-image-container.round-top-3 {
  border-top-left-radius: 200px;
}

.animated-image-container.cta-image-c {
  width: 168px;
  margin-left: -12px;
}

.animated-image-container.cta-image-b {
  width: 216px;
  margin-bottom: 48px;
  margin-left: -24px;
}

.animated-image-container.round-top {
  overflow: hidden;
}

.image-squiggle {
  position: relative;
}

.image-squiggle.cta-image-a {
  z-index: 1;
}

.image-squiggle.overlay-bottom-right {
  top: -72px;
  left: 96px;
}

.columns {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  padding-top: .625rem;
  display: flex;
}

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

.grid-halves {
  grid-column-gap: 48px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-halves.reverse-direction {
  direction: rtl;
  color: #104041;
}

.grid-halves.centered {
  justify-items: center;
}

.text-grid-rows {
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

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

.linkblock {
  mix-blend-mode: normal;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
}

.linkblock:hover {
  transform: scale(1.05);
}

.large-heading-white {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.section-contents-2 {
  z-index: 1;
  position: relative;
}

.section-contents-2.stretch {
  height: 100%;
}

.middle {
  cursor: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  box-shadow: 0 15px 14px -16px #000;
}

.horizontal-divider {
  background-color: var(--_area-chambly-collection---brown);
  width: 36px;
  height: 2px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.text-grid-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  direction: ltr;
  grid-template-rows: auto;
}

.adjacent-text-grid {
  z-index: 1;
  grid-column-gap: 96px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  align-items: center;
  position: relative;
}

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

.flex_vertical_l_t.gap_1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.card {
  background-color: var(--_area-chambly-collection---white);
}

.card-body {
  padding: 48px;
}

.card-body.bg-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.card-grid-thirds {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

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

.composed-elements {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-post-heading {
  margin-bottom: 24px;
}

.post-text-box {
  background-color: #fff;
  flex-direction: column;
  flex: 0 100%;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.blog-grid-link {
  color: var(--_area-chambly-collection---dark-green);
  border: 1px solid #fff;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.blog-grid-link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px -9px #00000026;
}

.post-meta {
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.meta-category {
  margin-right: 12px;
}

.blog-preview-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.blog-grid-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sectionbrand {
  background-image: url('../images/Footer-Image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-icon-image {
  flex: none;
  position: absolute;
}

.hide-slide-nav {
  display: none;
}

.button_slider {
  color: #264c51;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 14px 24px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 20px 200px #0000;
}

.button_slider:hover {
  color: #fff;
  background-color: #dbbcac;
  border-color: #dbbcac;
  box-shadow: inset 0 0 20px 200px #0000000d;
}

.button_slider.icon-button {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.button_slider.icon-button.slider-button-left {
  border-color: var(--_area-chambly-collection---brown);
  background-color: var(--_area-chambly-collection---dark-green);
  border-radius: 100em;
  inset: auto 80px -28px auto;
}

.button_slider.icon-button.slider-button-right {
  border-color: var(--_area-chambly-collection---brown);
  background-color: var(--_area-chambly-collection---dark-green);
  border-radius: 100em;
  width: 56px;
  inset: auto 24px -28px auto;
}

.slider {
  background-color: #0000;
  height: auto;
}

.main-container {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.main-container.centered {
  text-align: center;
}

.main-container.narrow {
  max-width: 1168px;
}

.main-container.service-container {
  justify-content: center;
  display: flex;
}

.large-text {
  color: #042c2c;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.large-text.text-white {
  color: var(--_area-chambly-collection---white);
}

.metric-number {
  color: var(--_area-chambly-collection---white);
  margin-right: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.frame-body {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.frame-body.align-content-center {
  justify-content: center;
  align-items: center;
}

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

.frame-title {
  border-bottom: 1px solid #ffffff26;
  padding: 24px 36px;
}

.frame-title.text-center {
  border-bottom-color: var(--_area-chambly-collection---white);
}

.frame-title.border-bottom-dark {
  border-bottom-color: #08262a1a;
}

.button-2 {
  color: #264c51;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 14px 24px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 20px 200px #0000;
}

.button-2:hover {
  color: #fff;
  background-color: #dbbcac;
  border-color: #dbbcac;
  box-shadow: inset 0 0 20px 200px #0000000d;
}

.button-2.alternative {
  color: #042c2c;
  letter-spacing: .1em;
  text-indent: -.1em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 200px;
  margin-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s;
}

.button-2.alternative:hover {
  color: #042c2c;
  background-color: #fff;
  border-color: #fff;
}

.button-2.bg-primary-1 {
  color: #fff;
  background-color: #264c51;
  border-color: #264c51;
}

.frame-metrics {
  grid-row-gap: 36px;
  text-align: center;
  grid-template-columns: 1fr;
  width: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 624px;
}

.container-large-2.align-center {
  position: relative;
}

.small-caps-text {
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: 400;
}

.small-caps-text.subtitle {
  color: var(--_area-chambly-collection---dark-green);
  text-align: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 18px;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 24px;
  display: flex;
}

.small-caps-text.subtitle.left {
  color: var(--_area-chambly-collection---dark-green);
  text-align: left;
}

.small-caps-text.subtitle {
  color: var(--_area-chambly-collection---dark-green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 24px;
  display: flex;
}

.horizontal-rule {
  clear: left;
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 48px;
}

.horizontal-rule.metric-rule {
  background-color: var(--_area-chambly-collection---white);
  margin-top: 0;
  margin-bottom: 0;
}

.horizontal-rule.service-item-rule {
  background-color: #08262a1a;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.frame {
  border: 1px solid #ffffff26;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.frame.bg-dark {
  background-color: var(--_area-chambly-collection---dark-green);
  position: relative;
}

.frame.border-dark {
  color: #264c51;
  background-color: #0000;
  border-color: #08262a1a;
}

.frame.border-dark.video-frame {
  width: 100%;
}

.frame.bg-dark {
  position: relative;
}

.service-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title-2 {
  margin-bottom: 48px;
}

.service-item-heading {
  margin-bottom: 4px;
}

.service-items {
  color: var(--_area-chambly-collection---dark-green);
}

.large-heading {
  color: var(--_area-chambly-collection---dark-green);
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.link-pair {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

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

.underline-link {
  color: var(--_area-chambly-collection---dark-green);
}

.underline-link.adjacent-to-link {
  margin-left: 36px;
}

.underline-link.text-color-white {
  color: var(--_area-chambly-collection---white);
  text-decoration: none;
}

.image-70 {
  padding-top: 20px;
}

.link-with-arrow {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.linkblock2 {
  transition: all .5s;
}

.linkblock2:hover {
  transform: scale(1.05);
}

.video-lightbox-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-arrow-image {
  margin-left: 4px;
}

.underline-line {
  background-color: #264c51;
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.underline-line.bg-white {
  background-color: #fff;
}

.underline-container {
  background-color: #08262a1a;
  width: 100%;
  height: 1px;
  position: relative;
}

.underline-container.bg-white {
  background-color: #ffffff1a;
}

.small-caps-text-white {
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: 400;
}

.small-caps-text-white.subtitle {
  color: #fff;
  text-align: left;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 18px;
  font-family: John Mayer, Arial, sans-serif;
  font-size: 24px;
  display: flex;
}

.composed-elements-2 {
  position: relative;
}

.composed-bottom-right {
  position: absolute;
  bottom: 24px;
  right: -24px;
}

.boxed-text {
  direction: ltr;
  color: var(--_area-chambly-collection---dark-green);
  background-color: #fff;
  max-width: 336px;
  padding: 24px;
  box-shadow: 0 0 13px -8px #0000008c;
}

.image-round-top {
  border-top-left-radius: 0;
  border-top-right-radius: 200px;
  position: relative;
}

.small-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.badge-icon {
  width: 16px;
  margin-right: 6px;
}

.adjacent-tab-link {
  opacity: .65;
  color: #264c51;
  background-color: #0000;
  border-right: 2px solid #264c5100;
  margin-bottom: 40px;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  transition: border-color .2s, opacity .2s;
}

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

.adjacent-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-right-color: #264c51;
  justify-content: space-between;
  display: flex;
}

.adjacent-tab-link.horizontal {
  border-bottom: 2px solid #264c5100;
  border-right-style: none;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 6px;
}

.adjacent-tab-link.horizontal.w--current {
  border-bottom-color: #264c51;
}

.horizontal-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-green {
  color: #0a2c21;
}

.composed-bottom-left {
  position: absolute;
  bottom: 0;
  left: -48px;
  transform: translate(0, 50%);
}

.composed-bottom-left.overlay {
  bottom: 48px;
  transform: none;
}

.horizontal-tabs-content {
  width: 100%;
  overflow: visible;
}

.badge {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.badge.badge-group-item {
  margin-bottom: 6px;
  margin-right: 6px;
}

.badge.badge-group-item.bg-white {
  background-color: var(--_area-chambly-collection---white);
}

.badge.badge-group-item.bg-green {
  color: #fff;
  background-color: #104041;
}

.horizontal-tabs-menu {
  border-bottom: 1px solid #08262a1a;
  justify-content: center;
  margin-bottom: 3rem;
  display: flex;
}

.large-heading-2 {
  color: #0a2c21;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.badge-group {
  color: var(--_area-chambly-collection---dark-green);
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.badge-group.no-bottom-margin {
  margin-top: 36px;
  margin-bottom: 0;
}

.medium-heading {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 48px;
}

.medium-heading.no-bottom-margin {
  flex: 1;
}

.case-study-tags-wrapper {
  position: absolute;
  top: 24px;
  right: 24px;
}

.case-study-container {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.case-study-image {
  height: 100%;
}

.case-study-list {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.case-study-text-box {
  color: var(--_area-chambly-collection---dark-green);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 24px;
  display: flex;
  position: relative;
}

.case-study-wrapper {
  display: flex;
}

.case-study-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.case-study-image-link {
  background-color: #08262a;
  max-width: 400px;
  overflow: hidden;
}

.composed-elements-3 {
  position: relative;
}

.composed-elements-3.contained-section-left {
  left: -72px;
}

.composed-cta-images {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.composed-cta-right {
  z-index: 0;
  position: relative;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.large-heading-4 {
  color: #0a2c21;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.quote-author {
  margin-bottom: 24px;
}

.avatar {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}

.avatar.quote-avatar {
  margin-top: -48px;
  margin-bottom: 12px;
}

.quote-card-body {
  color: #264c51;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-bottom: 72px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.quote-card-body.reduced-bottom-margin {
  padding-bottom: 48px;
}

.quote-heading {
  margin-bottom: 2px;
}

.quote-grid-thirds {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-title-large {
  margin-bottom: 96px;
}

.service-item-heading-green {
  color: #104041;
  margin-bottom: 4px;
}

.text-block-green, .service-items-2 {
  color: #104041;
}

.link-pair-2 {
  align-items: center;
  display: flex;
}

.lightbox {
  transition: all .5s;
}

.lightbox:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #00000080;
}

.form-success {
  color: #fff;
  text-align: center;
  background-color: #264c51;
  padding: 24px;
}

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

.text-field-dropdown-padding {
  color: #104041;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #104041;
  border-left: 1px #104041;
  border-right: 1px #000;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-field-dropdown-padding:active {
  color: #fff;
}

.text-field-dropdown-padding:focus {
  color: #000;
}

.text-field-dropdown-padding::placeholder {
  color: #fff;
}

.text-field-commentaire {
  color: var(--_area-chambly-collection---dark-green);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #104041;
  height: 80px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-field-commentaire::placeholder {
  color: #104041;
}

.form-hero {
  flex-direction: row-reverse;
  display: flex;
}

.form-hero.border-top {
  border-top: 1px solid #08262a1a;
}

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

.field-wrap._1-col {
  display: block;
}

.text-field {
  color: #104041;
  background-color: #0000;
  border: 1px #104041;
  border-bottom-style: solid;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-field:focus {
  color: #042c2c;
}

.text-field::placeholder {
  color: #104041;
}

.form-hero-image-container {
  flex: 1;
  position: relative;
}

.form-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
  display: none;
}

.form-grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
}

.form-error {
  color: #264c51;
  background-color: #f5c8c8;
  margin-top: 12px;
  padding: 16px;
}

.form-hero-section {
  flex-direction: column;
  justify-content: center;
  min-width: 648px;
  padding: 120px 72px;
  display: flex;
}

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

.form-input {
  color: #264c51;
  background-color: #0000;
  border: 1px solid #08262a33;
  height: 56px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #264c51;
}

.form-input::placeholder {
  color: #264c51;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.form-input.textarea {
  min-height: 200px;
}

.embed_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.form-rsvp {
  width: 500px;
}

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

.text-field-6 {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #fff;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  line-height: 28px;
  display: block;
  overflow: visible;
}

.text-field-6:focus {
  color: #d28c45;
}

.text-field-6::placeholder {
  color: #fff;
}

.hero-col {
  padding-left: 0;
  padding-right: 0;
}

.hero-col.l {
  padding-right: 15px;
}

.hero-col.r {
  padding-left: 15px;
}

.main-form-ordi {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_bruno {
  background-color: var(--_area-chambly-collection---dark-green);
  padding-left: 4%;
  padding-right: 4%;
}

.container-small-2 {
  direction: ltr;
  color: #fff;
  width: 100%;
  max-width: 400px;
}

.container-small-2.align-right {
  margin-left: auto;
}

.container-small-2.align-right.overlay-top-right {
  z-index: 2;
  margin-bottom: -48px;
  position: relative;
  left: 3vh;
}

.container-small-2.gap_2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-8 {
  direction: ltr;
  width: 100%;
  max-width: 512px;
  position: relative;
}

.container-8.align-center {
  color: #fff;
}

.container-8.stretch {
  height: 100%;
}

.text-field-commentaire-st-hilaire {
  color: #edece7;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #edece7;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 17px;
}

.text-field-commentaire-st-hilaire::placeholder {
  color: #edece7;
}

.text-field-st-hilaire {
  color: #edece7;
  background-color: #0000;
  border: 1px #104041;
  border-bottom: 1px solid #edece7;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 17px;
}

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

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

.image-67 {
  padding-bottom: 30px;
}

.text-field-dropdown-st-hilaire {
  color: #edece7;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #edece7;
  border-left: 1px #104041;
  border-right: 1px #000;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 17px;
}

.text-field-dropdown-st-hilaire:active {
  color: #fff;
}

.text-field-dropdown-st-hilaire:focus {
  color: #4d4d4d;
  background-color: #104041;
}

.text-field-dropdown-st-hilaire:focus-visible, .text-field-dropdown-st-hilaire[data-wf-focus-visible], .text-field-dropdown-st-hilaire::placeholder {
  color: #fff;
}

.form-block-st-hilaire {
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

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

.flex-top-center.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-top-center.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.container-10 {
  direction: ltr;
  width: 100%;
  max-width: 512px;
  position: relative;
}

.padded-item {
  padding-left: 24px;
  padding-right: 24px;
}

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

.columns-3 {
  padding-top: 10px;
}

.column {
  padding-left: 5px;
}

.image-69 {
  width: 100%;
  max-width: none;
  padding-right: 5px;
}

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

.image-68 {
  width: 100%;
  max-width: none;
  padding-left: 5px;
}

.bold-text-9 {
  color: #edece7;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.image-71 {
  padding-bottom: 30px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.navbar_sacr--c-ur {
  background-color: var(--_area-chambly-collection---dark-green);
  padding-left: 4%;
  padding-right: 4%;
}

.container-12 {
  direction: ltr;
  width: 100%;
  max-width: 512px;
  position: relative;
}

.container-12.align-center {
  color: #fff;
}

.large-heading-5 {
  color: #0a2c21;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.map-3 {
  margin-top: 100px;
}

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

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

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

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

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

.text-block-26 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  display: flex;
}

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

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

.flex-c_c {
  z-index: 1;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-c_c.is-relative {
  position: relative;
}

.flex-c_c.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.div-block-32 {
  border-bottom: 1px solid #fff;
  width: 90%;
  max-width: none;
  margin-bottom: 11px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-slider-3r {
  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;
}

.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(#132c2259, #132c2259), url('../images/Background3R.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-hero-3r {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.div-block-line-down {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  padding-left: 50px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-31 {
  width: 100%;
  padding-left: 0;
  display: flex;
}

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

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

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

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

.heading-21 {
  color: #132c22;
  text-align: center;
  width: 600px;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}

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

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

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

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

.form-field-2.select {
  color: #0a2c21;
  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;
}

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

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

.icon-5 {
  display: none;
}

.div-block-34-3r {
  height: 750px;
  margin-left: 20px;
  padding-left: 0;
}

.text-block-27 {
  color: #132c22;
  text-align: center;
  width: 600px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.slide-10 {
  background-image: url('../images/Slider4b.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns-6 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
}

.div-block-green-line-up {
  border-bottom: 1px solid #132c22;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 11px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-left: 0;
  display: flex;
}

.div-block-31-100 {
  width: 100%;
  padding-left: 0;
  display: flex;
}

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

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

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

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

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

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

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

.text-block-chambly-brown {
  color: #9a9888;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 26px;
  display: flex;
}

.container-21 {
  max-width: 1200px;
}

.text-block-pipe-brown {
  color: #9a9888;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
  display: flex;
}

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

.slide-8 {
  background-image: url('../images/slider5.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-20 {
  width: auto;
  max-width: none;
}

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

.section-2-chambly {
  background-color: #f8f8f4;
  height: auto;
  padding-top: 40px;
}

.titre-habitation {
  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;
}

.titre-locataires {
  color: #132c22;
  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;
}

.slider-3 {
  height: 100%;
}

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

.div-block-line-pic-up {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  padding-left: 0;
  display: flex;
  position: static;
}

.slide-7 {
  background-image: url('../images/slider3.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-signature {
  color: #132c22;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  padding-right: 20px;
  font-size: 26px;
  display: block;
}

.slide-6 {
  background-image: url('../images/Screenshot-2023-06-28-103055.png');
  background-position: 50%;
  background-size: cover;
}

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

.columns-locataires {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

.form-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.slide-9 {
  background-image: url('../images/slider2.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-form {
  color: #132c22;
  width: 520px;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}

.div-block-line-bottom-3r {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-5 {
  color: #182f23;
  background-color: #182f238f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr 1fr;
  place-items: center;
}

.heading-4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.slider-2 {
  height: 600px;
}

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

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

.slide-4 {
  background-image: url('../images/Slider4b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/slider5.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-9 {
  max-width: 400px;
}

.section-11 {
  background-color: #09262a;
  background-image: linear-gradient(#042c2c73, #042c2c73), url('../images/trois-rivieres.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.boxed-text-2 {
  direction: ltr;
  color: #264c51;
  background-color: #fff;
  max-width: 336px;
  padding: 24px;
  box-shadow: 0 0 13px -8px #0000008c;
}

.contained-section {
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 24px;
  position: relative;
}

.icon-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
}

.icon-horizontal {
  align-items: flex-start;
  display: flex;
}

.icon-horizontal-image {
  flex: none;
  margin-right: 36px;
}

.map {
  display: none;
}

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

.field-wrap-4._1-col {
  display: block;
}

.forlanding {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.large-text-3r {
  color: #fff;
  text-align: center;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.sub_nav_wrapper {
  z-index: 999;
  position: sticky;
  top: 0;
}

.image-72 {
  display: none;
}

.image-72:where(.w-variant-882d9093-5629-2e7a-6753-7eece5da7445) {
  width: 50px;
  display: block;
}

.secondary-navbar-logo {
  object-fit: contain;
  height: 120px;
}

.image-slider_mask, .image-slider {
  height: 100%;
}

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

.text-span {
  text-transform: none;
}

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

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

.divinsidepopup-copy {
  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: space-between;
  align-items: flex-start;
  max-width: 500px;
  height: auto;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-block-19-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff0;
  background-color: #eeece7;
  border: 2px #8b8b8b;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.div-xclose {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.xclose-3 {
  z-index: 20000;
  float: right;
  clear: left;
  color: #104041;
  text-align: center;
  cursor: pointer;
  border: 1px solid #104041;
  border-radius: 3px;
  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-53 {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.sousmerci {
  color: var(--_area-chambly-collection---dark-green);
  text-align: center;
  margin-top: 1rem;
  font-size: 2rem;
}

.form-3r {
  margin-top: 50px;
}

._1-chambre {
  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.select {
  color: #104041;
  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;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

._3-chambres {
  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.select {
  color: #104041;
  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;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

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

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

.submit-button-7 {
  color: #fff;
  background-color: #87705c;
  margin-top: 0;
  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-7:hover {
  color: #87705c;
  background-color: #fff;
}

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

.text-field-7 {
  color: #104041;
  background-color: #0000;
  border: 1px #104041;
  border-bottom-style: solid;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-field-7:focus {
  color: #042c2c;
}

.text-field-7::placeholder {
  color: #104041;
}

._2-chambres {
  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.select {
  color: #104041;
  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;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.titre-locataires-2 {
  color: #101e18;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

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

.text-field-dropdown-2 {
  color: var(--_area-chambly-collection---dark-green);
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #104041;
  border-left: 1px #104041;
  border-right: 1px #000;
  height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-field-dropdown-2:focus {
  color: #000;
}

.text-field-dropdown-2::placeholder {
  color: #fff;
}

.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: 10px;
  padding-right: 0;
  display: grid;
}

.display-heading-green {
  color: var(--_area-chambly-collection---dark-green);
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

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

.field-wrap-5._1-col {
  display: block;
}

.text-field-8 {
  color: var(--_area-chambly-collection---dark-green);
  background-color: #0000;
  border: 1px #104041;
  border-bottom-style: solid;
  height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-field-8:focus {
  color: #042c2c;
}

.text-field-8::placeholder {
  color: #104041;
}

.form-block-4 {
  min-width: 0;
  max-width: 992px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

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

.section-head.border-top {
  border-top: 1px solid #08262a1a;
  margin-top: 90px;
}

.image-combo {
  align-items: flex-end;
  width: 100%;
  display: block;
  position: relative;
}

.logobiophilia {
  max-width: 50%;
  margin-bottom: 4rem;
}

.text-size-very-small {
  margin-top: 0;
  margin-bottom: -20px;
  font-size: .7rem;
}

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

  ._3-col-grid.is-2-col.is-bg {
    background-image: url('../images/DSC07688.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-img-wrap.with_text {
    background-color: #0000;
    padding-left: 3.375rem;
  }

  .river_left {
    width: 100%;
  }

  .popup-sacre-coeur {
    justify-content: center;
    height: auto;
    padding-top: 0;
  }

  .insidepopup-sacre-coeur {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 700px;
    display: flex;
  }

  .xclose-4 {
    display: flex;
  }

  .text-block-26 {
    font-size: 34px;
  }

  .div-block-line-down {
    height: 100px;
    top: auto;
  }

  .div-block-green-line-up {
    width: 100%;
    margin-right: 0;
  }

  .div-block-31-100 {
    width: 100%;
  }

  .text-block-chambly-brown {
    font-size: 34px;
  }

  .container-21 {
    max-width: 1600px;
  }

  .text-block-pipe-brown {
    font-size: 34px;
  }

  .div-block-line-pic-up {
    width: 100%;
  }

  .text-block-signature {
    font-size: 34px;
  }

  .divpopup {
    display: flex;
  }

  .divinsidepopup-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
    display: flex;
  }

  .image-53 {
    display: block;
  }

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

  .form-4 {
    width: 1000px;
  }

  ._2-chambres.select, .titre-locataires-2, .studio.select {
    font-size: 1vw;
  }

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

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

  .section_old.is_bg_photo {
    height: 100vh;
  }

  .section_old.is-bg_gray.is-90vh {
    height: auto;
  }

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

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

  ._3-col-grid.is-vid {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._3-col-grid.cta_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

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

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

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

  .lobby_left {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .menu-icon2_line-bottom {
    background-color: var(--_area-chambly-collection---dark-green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon2_line-top {
    background-color: var(--_area-chambly-collection---dark-green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
    position: static;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--_area-chambly-collection---white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--_area-chambly-collection---dark-green);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .brown_links_wrapper {
    flex-flow: column;
    display: flex;
    position: static;
  }

  .brown_links_wrapper.is-desktop {
    display: none;
  }

  .text-grid-3-col {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .dg_card {
    min-height: auto;
  }

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

  .other_project_card {
    grid-template-rows: .25fr 4fr;
  }

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

  .footer_form {
    max-width: none;
  }

  .footer_social_links_wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .footer_content_left {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .inform_wrpapper {
    justify-content: center;
    align-items: center;
  }

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

  .footer_contact_information {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .river_left {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

  .vid_img {
    height: 100%;
  }

  .menu-button {
    flex: none;
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navbar-brand {
    width: 170px;
    height: auto;
  }

  .nav-menu {
    background-color: var(--_area-chambly-collection---dark-green);
    border: 1px solid #08262a1a;
    margin-left: 0;
    padding: 18px 24px;
  }

  .grid-halves-copy {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-halves {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .adjacent-text-grid {
    grid-template-columns: 1fr;
  }

  .card-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .post-text-box {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .blog-grid-link {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .blog-preview-grid {
    grid-row-gap: 72px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .main-container.service-container {
    grid-column-gap: 16px;
    grid-row-gap: 72px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .container-large-2 {
    max-width: 512px;
  }

  .frame.bg-dark {
    margin-bottom: 1rem;
  }

  .adjacent-tab-link {
    border-bottom: 1px solid #264c5100;
    border-right-style: none;
    padding-bottom: 6px;
  }

  .adjacent-tab-link.w--current {
    border-bottom-color: #264c51;
  }

  .case-study-tags-wrapper {
    margin-top: 24px;
    position: relative;
    top: 0;
    right: 0;
  }

  .case-study-image {
    object-fit: cover;
  }

  .case-study-title-wrapper {
    margin-top: 24px;
  }

  .case-study-image-link {
    max-width: 300px;
    display: flex;
  }

  .composed-elements-3.contained-section-left {
    left: 0;
  }

  .quote-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-hero {
    flex-direction: column;
  }

  .form-hero-image-container {
    flex: 0 576px;
  }

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

  .form-hero-section {
    min-width: auto;
    padding: 96px 24px;
  }

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

  .mobile_hide {
    display: none;
  }

  .form-block-st-hilaire {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .padded-item {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-34-3r {
    background-position: 50%;
  }

  .columns-6 {
    padding-top: 50px;
  }

  .div-block-green-line-up {
    width: 100%;
  }

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

  .container-21 {
    width: 100%;
    max-width: none;
  }

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

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

  .heading-form {
    width: auto;
  }

  .section-5 {
    height: 150px;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .icon-grid {
    grid-template-columns: 1fr;
    max-width: 512px;
  }

  .image-72:where(.w-variant-882d9093-5629-2e7a-6753-7eece5da7445) {
    width: 60px;
  }

  .secondary-navbar-logo {
    height: auto;
  }

  .divpopup {
    display: none;
  }

  .divinsidepopup-copy {
    width: 65%;
  }

  .form-block-4 {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

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

  ._3col_ofset_container.allign_none {
    position: static;
  }

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

  ._3-col-grid.live-aera-page {
    margin-top: 2rem;
  }

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

  .section-img-wrap.with_text, .section-img-wrap.is-last.right_padding {
    padding-left: 0;
  }

  .section-hero {
    height: 50vh;
  }

  .intersection_image_wrapper {
    height: auto;
  }

  .cta_animation_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  ._4-col-grid.members {
    margin-top: 2rem;
  }

  .lobby_left {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_logo_wrapper {
    width: 40%;
  }

  .feature_item {
    max-width: 100%;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .swiper {
    height: 60vh;
  }

  .text_grid1_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-grid-3-col {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .director_title {
    bottom: 8%;
    right: 23%;
  }

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

  .footer_content_left {
    flex-flow: column;
  }

  .inform_wrpapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .footer_contact_information {
    justify-content: center;
    align-items: center;
  }

  .river_left.full-width {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .formchambly {
    width: auto;
  }

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

  ._3col-text_item_wrapper.no-width {
    margin-bottom: 0;
  }

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

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

  .navbar-brand {
    width: 150px;
  }

  .container_small.align-right.overlay-top-right {
    display: none;
  }

  .animated-image-container.cta-image-c {
    width: 120px;
  }

  .animated-image-container.cta-image-b {
    width: 150px;
  }

  .image-squiggle.cta-image-a {
    max-width: 226px;
  }

  .image-squiggle.overlay-bottom-right {
    left: 48px;
  }

  .columns {
    flex-flow: column;
  }

  .text-grid-rows {
    grid-row-gap: 24px;
  }

  .large-heading-white {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  .text-grid-halves {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .adjacent-text-grid {
    grid-row-gap: 48px;
  }

  .blog-grid-halves {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .large-heading {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  .adjacent-tab-link.horizontal {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .composed-bottom-left {
    left: -24px;
  }

  .horizontal-tabs-menu {
    border-bottom-style: none;
    flex-flow: row;
    align-items: center;
    margin-top: -6px;
    margin-bottom: 36px;
  }

  .large-heading-2 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  .medium-heading {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  .case-study-text-box {
    padding: 36px;
  }

  .case-study-image-link {
    max-width: 200px;
  }

  .large-heading-4 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  .field-wrap {
    grid-template-columns: 1fr;
  }

  .form-hero-image-container {
    flex-basis: 400px;
  }

  .form-hero-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-col.l {
    padding-right: 0;
  }

  .hero-col.r {
    padding-left: 0;
  }

  .container-small-2.align-right.overlay-top-right {
    display: none;
  }

  .large-heading-5 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  .insidepopup-sacre-coeur {
    height: auto;
  }

  .main-hero-3r {
    height: 50vh;
  }

  .heading-21, .text-block-27 {
    width: auto;
  }

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

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

  .section-5 {
    height: 150px;
  }

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

  .section-11 {
    height: auto;
    min-height: 700px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contained-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contained-section.bg-light {
    padding-left: 0;
    padding-right: 0;
  }

  .field-wrap-4 {
    grid-template-columns: 1fr;
  }

  .image-72:where(.w-variant-882d9093-5629-2e7a-6753-7eece5da7445) {
    width: 50px;
  }

  .display-heading-green {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  .field-wrap-5 {
    grid-template-columns: 1fr;
  }
}

@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 {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-small {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .section_old {
    width: 100%;
    height: auto;
  }

  .section_old.is_bg_photo, .section_old.is_bg_photo.is-90vh {
    height: auto;
  }

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

  ._3-col-grid.is-vid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  ._3-col-grid.logo_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-img-wrap.director {
    flex-flow: column;
  }

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

  .absolute-section-img.white-bg.lobbyaera {
    height: 100%;
  }

  .section-hero.with-margin {
    margin-top: 55px;
  }

  .section-cta {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-paragraph.text-align-center {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }

  .intersection_image_wrapper {
    height: 50vh;
  }

  .intersection_image_wrapper.is-map {
    padding: 1.25rem;
  }

  .cta_animation_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100vw;
    padding: 2.5rem 1.5rem;
  }

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

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

  .text-hotel_description.let_space-0-02 {
    text-align: justify;
  }

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

  .lobby_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .text-color-white.text-align-center {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .footer_logo_wrapper {
    width: 75%;
  }

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

  .footer_rights {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .navbar2_logo {
    max-width: 7rem;
  }

  .swiper {
    height: 50vh;
  }

  .swiper-slide.slide_text {
    width: 100%;
  }

  .text-grid-3-col {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .arrow_list_wrapper {
    margin-top: 2rem;
  }

  .dg_card {
    min-height: auto;
  }

  .director_title {
    background-color: var(--_area-chambly-collection---dark-green);
    justify-content: flex-start;
    align-items: center;
    padding: 1.25rem;
    position: static;
    inset: auto 0% 0%;
  }

  .name {
    text-align: center;
  }

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

  .other_projects_grid {
    display: block;
  }

  .project_button_wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .form {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .circle_img {
    height: auto;
  }

  .form-field_radio-label {
    font-size: 16px;
    line-height: 22px;
  }

  ._2-col-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer_content_left {
    flex-flow: column;
  }

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

  .footer_contact_information {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    width: auto;
  }

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

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

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

  .form-field.select {
    height: 40px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 16px;
  }

  .form-chambly {
    display: block;
  }

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

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

  .form-field_title {
    margin-bottom: 20px;
    padding-top: 30px;
    display: block;
  }

  .form-field_wrapper {
    width: 100%;
    padding-bottom: 0;
  }

  .form-field_wrapper._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

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

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

  .single_vid_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .menu-button {
    z-index: 2;
  }

  .navbar-right-content {
    display: none;
  }

  .navbar-brand {
    width: 120px;
  }

  .nav-menu {
    z-index: 9999;
  }

  .squiggle-container {
    width: 136px;
    height: 136px;
  }

  .squiggle-container.top-left {
    top: -12px;
    left: -12px;
  }

  .squiggle-container.top-right {
    top: -12px;
    right: -12px;
  }

  .section-title {
    margin-bottom: 36px;
  }

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

  .container_small.align-center.contains-slider-big {
    max-width: none;
    margin-top: 72px;
  }

  .animated-image-container.cta-image-c, .animated-image-container.cta-image-b {
    display: none;
  }

  .image-squiggle.cta-image-a {
    max-width: 100%;
  }

  .image-squiggle.overlay-bottom-right {
    display: none;
  }

  .linkblock {
    width: 100%;
  }

  .large-heading-white {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .section-contents-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-grid-halves {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .card-body, .post-text-box {
    padding: 24px;
  }

  .blog-grid-halves {
    grid-row-gap: 24px;
  }

  .sectionbrand {
    height: 200px;
  }

  .button_slider.icon-button.slider-button-left {
    bottom: -56px;
    right: 56px;
  }

  .button_slider.icon-button.slider-button-right {
    bottom: -56px;
    right: 0;
  }

  .slider {
    max-width: 100%;
    margin-bottom: 56px;
  }

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

  .main-container.centered, .main-container.service-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .metric-number {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .frame-body {
    justify-content: flex-start;
    align-items: stretch;
    padding: 24px;
  }

  .metric-horizontal {
    flex-direction: column;
  }

  .frame-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-metrics {
    grid-row-gap: 24px;
  }

  .small-caps-text.subtitle {
    text-align: center;
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .horizontal-rule {
    margin-top: 48px;
  }

  .service-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title-2 {
    margin-bottom: 36px;
  }

  .large-heading {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .link-pair {
    flex-direction: column;
    align-items: flex-start;
  }

  .underline-link.adjacent-to-link {
    margin-top: 12px;
    margin-left: 0;
  }

  .small-caps-text-white.subtitle {
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .composed-bottom-right {
    margin-top: 24px;
    display: none;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .boxed-text {
    padding: 18px;
  }

  .adjacent-tab-link {
    padding-bottom: 2px;
  }

  .composed-bottom-left {
    display: none;
  }

  .badge.badge-group-item.bg-green {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .horizontal-tabs-menu {
    flex-flow: column;
  }

  .large-heading-2 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .badge-group {
    flex-flow: column;
  }

  .case-study-text-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .case-study-wrapper {
    flex-direction: column;
  }

  .case-study-title-wrapper {
    margin-bottom: 12px;
  }

  .case-study-image-link {
    max-width: 100%;
  }

  .large-heading-4 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .quote-author {
    margin-bottom: 18px;
  }

  .avatar {
    width: 72px;
    height: 72px;
  }

  .avatar.quote-avatar {
    margin-top: -36px;
  }

  .quote-card-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-title-large {
    margin-bottom: 50px;
  }

  .link-pair-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-hero-image-container {
    flex-basis: auto;
  }

  .form-hero-image {
    position: relative;
  }

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

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

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

  .hero-col.l, .hero-col.r {
    padding-left: 0;
    padding-right: 0;
  }

  .main-form-ordi {
    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;
    max-width: none;
    display: flex;
  }

  .image-69 {
    padding-right: 0;
  }

  .image-68 {
    padding-top: 10px;
    padding-left: 0;
  }

  .large-heading-5 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .popup-sacre-coeur {
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .insidepopup-sacre-coeur {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ffffffe6;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-top: 50px;
    display: block;
    position: static;
    inset: 0%;
  }

  .div-xclose-2 {
    justify-content: flex-start;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .xclose-4 {
    color: #124041;
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto;
  }

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

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

  .heading-21 {
    text-align: center;
    width: auto;
  }

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

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

  .div-block-34-3r {
    height: 400px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .text-block-27 {
    width: auto;
  }

  .columns-6 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-green-line-up {
    display: none;
  }

  .div-block-33 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 40px;
  }

  .div-block-31-100 {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

  .div-block-line-pic-up {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .text-block-signature {
    padding-right: 0;
  }

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

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

  .heading-form {
    text-align: center;
    width: auto;
  }

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

  .section-5 {
    height: 100px;
    padding: 15px 5px;
  }

  .grid-2 {
    flex-direction: column;
    place-content: stretch;
    place-items: stretch center;
    display: flex;
  }

  .heading-4 {
    font-size: 15px;
    display: none;
  }

  .container-9 {
    max-width: 200px;
  }

  .section-11 {
    height: auto;
    padding: 110px 10px;
  }

  .boxed-text-2 {
    padding: 18px;
  }

  .contained-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .icon-horizontal {
    flex-direction: column;
  }

  .icon-horizontal-image {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .large-text-3r {
    font-size: 16px;
    line-height: 24px;
  }

  .image-72:where(.w-variant-882d9093-5629-2e7a-6753-7eece5da7445) {
    width: 40px;
  }

  .divpopup {
    z-index: 2147483647;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: fixed;
  }

  .divinsidepopup-copy {
    z-index: 80000000;
    color: #fff;
    white-space: normal;
    object-fit: fill;
    background-color: #fff0;
    background-image: none;
    background-size: auto;
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 200px auto 30px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-19-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    background-image: none;
    background-size: auto;
    border-style: none;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    top: 0%;
  }

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

  .image-53 {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .form-3r {
    width: 100%;
    display: block;
  }

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

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

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

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

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

  .section-head {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#w-node-_01ab7888-d3e3-b41b-e055-078e91b6f972-85a701ad {
  place-self: center;
}

#w-node-_01ab7888-d3e3-b41b-e055-078e91b6f983-85a701ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa490e7f-bdae-8eaa-a310-485a710302fb-85a701ad {
  place-self: center;
}

#w-node-aa490e7f-bdae-8eaa-a310-485a7103030c-85a701ad {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5c2d6150-04be-11e7-0e5d-cdba90597a06-85a701ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcaa99c2-5b4f-1dfa-2964-83c3764939d8-85a701ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7fc1d94b-aadd-2061-bdbf-c8e5b3900d71-85a701ad {
  place-self: center;
}

#w-node-_7fc1d94b-aadd-2061-bdbf-c8e5b3900d7f-85a701ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b01b6427-dca3-94b1-0ce5-7b9a761f5a46-761f5a42 {
  justify-self: center;
}

#w-node-b01b6427-dca3-94b1-0ce5-7b9a761f5a56-761f5a42 {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-dc858d21-6923-7f80-9478-51630e4d4838-73f4f845 {
  place-self: center;
}

#w-node-dc858d21-6923-7f80-9478-51630e4d4847-73f4f845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc858d21-6923-7f80-9478-51630e4d487b-73f4f845 {
  place-self: center;
}

#w-node-dc858d21-6923-7f80-9478-51630e4d4893-73f4f845 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc858d21-6923-7f80-9478-51630e4d4899-73f4f845 {
  place-self: center;
}

#w-node-dc858d21-6923-7f80-9478-51630e4d489a-73f4f845 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Stationnement-en-option-2.w-node-_85b5f474-dbbb-1ec9-f4bc-42306be9ddf4-6be9ddc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b08aba1c-922e-b22f-3e82-e0d84e415970-ca2902ce {
  place-self: center;
}

#w-node-b08aba1c-922e-b22f-3e82-e0d84e41597f-ca2902ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b08aba1c-922e-b22f-3e82-e0d84e415999-ca2902ce {
  place-self: center;
}

#w-node-b08aba1c-922e-b22f-3e82-e0d84e4159a9-ca2902ce {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b08aba1c-922e-b22f-3e82-e0d84e4159ce-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159d2-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159d6-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159da-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159de-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159e4-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159ea-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159f0-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159f4-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159f8-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e4159fc-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e415a00-ca2902ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f14de1c4-a917-adcf-2234-ad5dba367514-c19bcd83 {
  align-self: stretch;
}

#w-node-_5a06c38a-8326-4d17-20d8-47bf01b87f13-c19bcd83, #w-node-dc858d21-6923-7f80-9478-51630e4d4838-c19bcd83 {
  place-self: center;
}

#w-node-dc858d21-6923-7f80-9478-51630e4d4847-c19bcd83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ab2d6e-b966-1d13-fc13-eff688859473-c19bcd83 {
  align-self: stretch;
}

#w-node-_607afd68-aa51-9190-8ef8-5cbdc2e32d52-c19bcd83, #w-node-_3156baea-9ae2-faa2-5a02-9e8262f60f9e-c19bcd83 {
  place-self: center;
}

#w-node-_3156baea-9ae2-faa2-5a02-9e8262f60fae-c19bcd83, #w-node-_415befec-41db-78bf-5a30-8eab3b7ab8f9-c19bcd83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415befec-41db-78bf-5a30-8eab3b7ab8fc-c19bcd83, #w-node-e5d568ae-8b3f-5368-eebc-889501a86150-c19bcd83 {
  place-self: center;
}

#w-node-_5893a13f-65ee-5c15-49bc-6162d98a3f81-c19bcd83 {
  align-self: stretch;
}

#w-node-be10c5d1-5cff-4078-09e4-9e448567a258-c19bcd83, #w-node-e1c97675-9484-ebc8-5dac-c6782e039c61-d3e613f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a05681f-7d13-1cbe-908e-031024b93883-51df8f7b, #w-node-_9a05681f-7d13-1cbe-908e-031024b93887-51df8f7b, #w-node-_9a05681f-7d13-1cbe-908e-031024b9388b-51df8f7b {
  place-self: center start;
}

#w-node-_3eb93ab2-b5cd-0a60-66a0-bae2813a0cd4-8d09908a, #w-node-_3eb93ab2-b5cd-0a60-66a0-bae2813a0cd6-8d09908a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_01ab7888-d3e3-b41b-e055-078e91b6f972-85a701ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01ab7888-d3e3-b41b-e055-078e91b6f983-85a701ad {
    grid-column: span 1 / span 1;
  }

  #w-node-aa490e7f-bdae-8eaa-a310-485a710302fb-85a701ad, #w-node-_5c2d6150-04be-11e7-0e5d-cdba905979f6-85a701ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_210b8319-f300-851e-c862-e0ded7c51be7-85a701ad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dcaa99c2-5b4f-1dfa-2964-83c3764939d8-85a701ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_7fc1d94b-aadd-2061-bdbf-c8e5b3900d71-85a701ad, #w-node-dc858d21-6923-7f80-9478-51630e4d4838-73f4f845, #w-node-dc858d21-6923-7f80-9478-51630e4d487b-73f4f845, #w-node-dc858d21-6923-7f80-9478-51630e4d4899-73f4f845, #w-node-b08aba1c-922e-b22f-3e82-e0d84e415970-ca2902ce, #w-node-b08aba1c-922e-b22f-3e82-e0d84e415999-ca2902ce, #w-node-_5a06c38a-8326-4d17-20d8-47bf01b87f13-c19bcd83, #w-node-dc858d21-6923-7f80-9478-51630e4d4838-c19bcd83, #w-node-_607afd68-aa51-9190-8ef8-5cbdc2e32d52-c19bcd83, #w-node-_3156baea-9ae2-faa2-5a02-9e8262f60f9e-c19bcd83, #w-node-_415befec-41db-78bf-5a30-8eab3b7ab8fc-c19bcd83, #w-node-e5d568ae-8b3f-5368-eebc-889501a86150-c19bcd83 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc858d21-6923-7f80-9478-51630e4d4838-73f4f845 {
    order: 9999;
    grid-row: 2 / 3;
  }

  #w-node-dc858d21-6923-7f80-9478-51630e4d4847-73f4f845 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a06c38a-8326-4d17-20d8-47bf01b87f13-c19bcd83, #w-node-dc858d21-6923-7f80-9478-51630e4d4838-c19bcd83 {
    order: 9999;
    grid-row: 2 / 3;
  }

  #w-node-dc858d21-6923-7f80-9478-51630e4d4847-c19bcd83 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_607afd68-aa51-9190-8ef8-5cbdc2e32d52-c19bcd83, #w-node-_3156baea-9ae2-faa2-5a02-9e8262f60f9e-c19bcd83 {
    order: 9999;
    grid-row: 2 / 3;
  }

  #w-node-_3156baea-9ae2-faa2-5a02-9e8262f60fae-c19bcd83, #w-node-_415befec-41db-78bf-5a30-8eab3b7ab8f9-c19bcd83 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_415befec-41db-78bf-5a30-8eab3b7ab8fc-c19bcd83 {
    order: 9999;
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_210b8319-f300-851e-c862-e0ded7c51be7-85a701ad {
    grid-row-start: 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;
}