/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAA...");
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 35px; /* coins arrondis propres */
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

@font-face {
  font-family: Beatrice;
  src: url('../fonts/62bfb176f3ac9fd663f0a172_Beatrice-Regular.69075cbe.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url('../fonts/62bfb17674a366697a445438_Beatrice-Medium.bd24edd8.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beatrice;
  src: url('../fonts/62bfb176079cd3546b31e5f1_Beatrice-Light.e7d83276.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #072714;
  --midnight-blue: #072714;
  --light-steel-blue: #E7FBDF;
  --white-smoke: #fafafa;
  --divider: #bababa;
  --dark-salmon: #072714;
  --transparent: #fff0;
  --light-sky-blue: #88ccf1;
  --purple: #9a92a6;
  --borders: #e7e7e7;
}

.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 {
  background-color: var(--white);
  color: #fff;
  font-family: Beatrice, sans-serif;
  font-size: 1.25vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.1875vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1;
}

h2 {
  letter-spacing: -.14vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.16667;
}

h3 {
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25vw;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.075vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.33333;
}

h6 {
  letter-spacing: -.0375vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25vw;
}

strong {
  font-weight: 600;
}

blockquote {
  background-image: url('../images/quote-1.svg'), url('../images/quote.svg');
  background-position: 100% 100%, 0 .3vw;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.5vw, 1.5vw;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25vw 0 2vw;
  font-size: 1.5vw;
  line-height: 1.33333;
}

.section {
  padding: 7.5vw;
  position: relative;
}

.section.bg-black-planpoint {
  background-color: var(--midnight-blue);
  padding: 4vw 0 0;
}

.section._100vh {
  align-items: center;
}

.section._0-padding {
  padding: 0;
}

.section._0-padding._100vh.auto-on-phone {
  height: 100vh;
}

.section._0-padding.bg-gray {
  background-image: url('../images/Aerial_02.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section._0-padding._25vh {
  height: 100vh;
}

.section._0-padding._30vh {
  height: 40vh;
}

.section._0-padding.true100vh {
  height: 100vh;
}

.section._404 {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.landing-portal {
  height: 85vh;
  padding: 0;
}

.text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 50vw;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.h1-title.m-margin.limith-width {
  max-width: 75%;
}

.container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.black-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.black-divider.white {
  background-color: var(--white);
}

.xs-margin {
  margin-bottom: .5vw;
}

.s-card {
  flex-direction: column;
  padding: 3vw;
  position: relative;
}

.s-card.bg-gray.sticky-0 {
  position: sticky;
  top: 0;
}

.l-paragraph {
  max-width: 34vw;
  font-size: 1.1vw;
  line-height: 1.5;
}

.show-on-phone {
  display: none;
}

.bg-black {
  background-color: var(--black);
  color: #fff;
  position: relative;
}

.m-card {
  padding: 4vw;
}

._100-width {
  width: 100%;
}

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

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

._100-width.cover.parallax {
  object-position: 50% 100%;
}

._100-width._115-height {
  object-fit: cover;
  height: 115%;
}

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

._100-width._100-height {
  height: 100%;
}

.l-card {
  padding: 5vw;
  position: relative;
}

.l-card.overflow-hidden.min-height {
  padding-top: 2vw;
}

.l-card.overflow-hidden.min-height.img-bg-1 {
  background-image: url('../images/HomeUnits2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2vw;
  display: flex;
}

.l-margin {
  margin-bottom: 2vw;
}

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

.rich-text {
  max-width: 90%;
}

.rich-text h4, .rich-text h5, .rich-text h6, .rich-text h3 {
  margin-top: 3vw;
  margin-bottom: 1vw;
}

.rich-text h2, .rich-text p, .rich-text ul, .rich-text blockquote {
  margin-bottom: 1vw;
}

.rich-text._100 {
  max-width: 100%;
}

.s-margin {
  margin-bottom: 1vw;
}

.xs-icon {
  z-index: 5;
  width: 1vw;
  height: 1vw;
  position: relative;
}

.m-paragraph {
  max-width: 29vw;
}

.xl-margin {
  margin-bottom: 4vw;
}

.xs-badge-grid {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.m-margin {
  margin-bottom: 2vw;
}

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

.success-message {
  color: #374fc7;
  background-color: #ebedf9;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
}

.s-icon {
  width: 1.25vw;
  height: 1.25vw;
}

.bg-white {
  color: var(--midnight-blue);
  background-color: #fff;
  position: relative;
}

.error-message {
  color: #f03d3e;
  background-color: #fdecec;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .75rem 1.5rem;
}

.xl-card {
  padding: 6vw;
}

.l-icon {
  z-index: 5;
  width: 3vw;
  height: 3vw;
  position: relative;
}

.align-left-hor {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s-paragraph {
  max-width: 25vw;
  font-size: .875vw;
  line-height: 1.42857;
}

.hide-on-tablet {
  color: var(--light-steel-blue);
  font-size: 15px;
  line-height: 25px;
}

.grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.align-start {
  align-items: start;
}

.grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.grid._4x-gutter {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}

.grid._2x-gap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.grid.align-center {
  align-items: center;
}

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

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

.project-wrap {
  width: 100%;
}

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

.link {
  position: relative;
  overflow: hidden;
}

.align-right-hor {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-end;
  display: flex;
}

.xs-circle {
  background-color: var(--black);
  border-radius: .75vw;
  width: .75vw;
  height: .75vw;
}

.archive-wrap {
  width: 100%;
  padding-top: 1vw;
  position: relative;
}

.archive-arrow {
  margin-top: -.9vw;
}

.dark-overlay {
  z-index: 1;
  background-color: #10101040;
  position: absolute;
  inset: 0%;
}

.m-padding {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

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

.accordion-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.accordion-button {
  cursor: pointer;
}

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

.space-between-ver {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.bg-gray {
  background-color: var(--white-smoke);
  position: relative;
}

.bg-primary-1 {
  background-color: var(--light-steel-blue);
  color: var(--white);
  position: relative;
}

.bg-primary-2 {
  background-color: var(--midnight-blue);
  color: #fff;
  position: relative;
}

._100vh {
  height: 100vh;
}

.primary-button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 11px;
  line-height: 1;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: #333;
}

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

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column {
  border-top: 1px solid var(--black);
  padding: 1vw;
}

.column.no-top-border {
  border-top-style: none;
  border-top-width: 1px;
}

.divider-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.vertical-divider {
  background-color: var(--black);
  width: 1px;
  height: 100%;
}

.faq-question-wrap {
  cursor: pointer;
}

.comparison-top {
  border-bottom: 1px solid var(--divider);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  display: flex;
}

.feature-check-wrap {
  border-bottom: 1px dashed var(--divider);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  display: flex;
}

.comparison-item {
  border-bottom: 1px dashed var(--divider);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  display: flex;
}

._75-width {
  width: 75%;
}

.comparison-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.navbar {
  z-index: 100;
  width: 100%;
}

.navbar.absolute {
  position: absolute;
  top: 0;
}

.post-info-wrap {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.s-pic {
  object-fit: cover;
  border-radius: 3vw;
  width: 3vw;
  height: 3vw;
}

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

.center-content-ver.absolute-post-card {
  z-index: 10;
  color: var(--white);
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
}

.blog-photo {
  object-fit: cover;
  width: 100%;
  height: 72vh;
}

.mail-capture-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: #0000;
  height: 50px;
  margin-bottom: 0;
}

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

.hover-circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 3vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5vw;
  min-width: 5vw;
  height: 5vw;
  min-height: 5vw;
  display: flex;
}

.quote-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.broken-quote-wrap {
  max-width: 90%;
  padding-left: 5vw;
}

.broken-quote-image {
  border-radius: 100%;
  width: 35%;
  margin-top: -25vw;
  margin-left: auto;
  display: block;
}

.template-screen {
  border: .5rem solid var(--black);
  flex-direction: column;
  align-items: center;
  position: relative;
}

._100-height {
  height: 100%;
}

.align-left-and-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.s-logo {
  height: 1.5vw;
}

.show-on-tablet {
  display: none;
}

.xl-pic {
  object-fit: cover;
  border-radius: 100%;
  width: 12vw;
  height: 12vw;
}

.centered-and-vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.m-number {
  letter-spacing: -.1875rem;
  font-size: 6vw;
  line-height: 1;
}

.comp-black {
  background-color: var(--black);
  height: 6vw;
  margin-bottom: -6vw;
}

.social-link {
  width: 20px;
  height: 20px;
  display: flex;
}

.social-media-links {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.all-caps-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 300;
}

.all-caps-text.s-margin {
  font-size: 1.5vw;
}

.grey-span {
  z-index: 10;
  opacity: .4;
  position: relative;
}

.large-post {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.small-post {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #081c3a;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: .5vw;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.small-post:hover {
  box-shadow: 0 6px 24px -4px #3540751f;
}

.slide-3 {
  width: 100%;
}

.slider-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid #fffdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.service-list-item {
  cursor: pointer;
  border-bottom: 1px solid #889ea833;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.team-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 30vw;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.vertical-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  border: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.client-quote-name {
  border-left: 2px solid #fff;
  padding-left: 24px;
}

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

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-heading-2 {
  line-height: 1.15em;
}

.background-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-banner {
  background-image: url('../images/Otterburn-Park---Living-View01_1.png');
  background-position: 0 0;
  background-size: auto;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.image-overlay {
  z-index: 1;
  background-color: #0f263880;
  position: absolute;
  inset: 0%;
}

.image-overlay.black {
  background-color: #0003;
}

.wrapper {
  z-index: 10;
  width: 100%;
  position: relative;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6.0375vw 6.0375vw;
  border: 2px solid #0000;
  width: 6.0375vw;
  height: 6.0375vw;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .6s cubic-bezier(.25, .46, .45, .94), border-color .6s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  top: -.5vw;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 6.0375vw;
}

.link-text {
  font-weight: 500;
  transition: color .3s;
  display: inline;
}

.link-text:hover {
  color: #3f8ef1;
}

.blog-image {
  background-image: url('../images/Image002-1.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 70vh;
}

.menu-lottie {
  width: 100%;
  margin-top: -1%;
  display: none;
}

.nav-link-number {
  letter-spacing: -.083vw;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 1;
}

.nav-link-line {
  background-color: #fff;
  width: 0;
  height: .2vw;
}

.nav-logo {
  height: clamp(50px, 5vw, 110px);
}

.menu {
  z-index: 99;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-background-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.menu-wrap {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5vw;
  display: grid;
  position: relative;
}

.menu-bar {
  background-color: var(--light-steel-blue);
  width: 3vw;
  height: .2vw;
  margin-top: .3vw;
  margin-bottom: .3vw;
}

.menu-bar.top.dark, .menu-bar.bottom.dark {
  background-color: var(--light-steel-blue);
}

.nav-link-text {
  letter-spacing: -.3vw;
  font-size: 5.5vw;
  line-height: 1.2;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.overflow-hidden-2.nav-link-margins {
  margin-top: .7vw;
  margin-bottom: .7vw;
}

.nav-link {
  color: var(--midnight-blue);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
}

.buy-now-button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1vw 1.5vw;
  font-size: .75vw;
  line-height: 1;
  transition: opacity .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.buy-now-button:hover {
  opacity: .8;
  background-color: #333;
}

.menu-trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buy-wrap {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 7.5vw;
  display: flex;
  position: relative;
}

.nav-link-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote-text {
  width: 75%;
}

.slide-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 12px;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0 48px;
  transform: none;
}

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

.slider-overlay {
  background-color: #0f263880;
  position: absolute;
  inset: 0%;
}

.mask {
  width: 100%;
  overflow: visible;
}

.slider-arrow-2 {
  width: 15px;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slide-intro {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  font-weight: 300;
  display: grid;
  position: relative;
}

.slide-intro.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-intro.bottom-right {
  text-align: right;
  display: block;
  position: absolute;
  inset: auto 0% 5% auto;
}

.slide-intro.full-height {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slide-intro.top-center {
  text-align: center;
  margin-top: -35vh;
  display: block;
}

.slide-intro._80-width {
  max-width: 70%;
}

.wrapper-slider {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.slide-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  inset: auto auto 48px 0;
}

.slide-arrow.right {
  left: auto;
  right: 0;
}

.slide-arrow.hidden {
  display: none;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.slider-background-base {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-heading {
  letter-spacing: -4px;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1.25em;
}

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

.slider-image.four {
  background-image: url('../images/pexels-cottonbro-7417505.jpg');
}

.slide-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slide {
  width: 100%;
}

.email-capture-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.flowyak-banner {
  z-index: 2147483647;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 12rem;
  padding: 1.25rem;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.close-banner {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.banner-text {
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.flowyak-banner-button {
  background-color: var(--dark-salmon);
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: background-color .3s;
  display: block;
}

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

.footer-logo {
  object-fit: contain;
  max-width: 100%;
  padding-bottom: 0;
}

.footer {
  border-top: 1px solid var(--light-steel-blue);
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  padding: 5vw 7.5vw;
  font-size: 1vw;
  position: relative;
}

.footer.light {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
}

.footer-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-info {
  color: var(--midnight-blue);
  padding-top: 8px;
  font-size: 1.5vw;
}

.footer-l {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.black-divider-2 {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: 1px;
}

.footer-info-row {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.foooter-info-title {
  color: var(--light-steel-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1vw;
  font-size: 15px;
  font-weight: 500;
}

.hero-logo {
  max-width: 35vw;
  max-height: 30vh;
  margin-bottom: 60px;
}

.hero-logo.landing {
  filter: brightness(2000%);
  max-height: 80px;
  margin-bottom: 0;
}

.hero-logo.page-2 {
  max-width: 50vw;
  margin-top: 20vh;
}

.hero-subtitle {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  font-size: 2vw;
  font-weight: 300;
}

.hero-subtitle.small {
  color: var(--dark-salmon);
  font-size: 1.5vw;
}

.hero-subtitle.small.blue {
  color: var(--midnight-blue);
}

.button-wrap {
  z-index: 1;
  padding-top: 40px;
  position: relative;
}

.button-wrap.center {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.button-wrap.center-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.button-round {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #101010;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero-button {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .2s;
}

.hero-button:hover {
  border-color: var(--dark-salmon);
  background-color: var(--dark-salmon);
  color: var(--midnight-blue);
  text-decoration: none;
}

.language-button {
  color: var(--light-steel-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 1.5vw;
  font-size: .85vw;
  line-height: 1;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.language-button:hover {
  background-color: var(--light-steel-blue);
  opacity: .8;
  color: var(--midnight-blue);
}

.language-button.absolute {
  color: var(--midnight-blue);
  position: absolute;
  inset: 20px 20px auto auto;
}

.language-button.dark {
  color: var(--midnight-blue);
}

.card-icon {
  max-width: 180px;
  margin-bottom: 40px;
}

.card-icon.wave {
  max-width: 120px;
}

.card-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  min-width: 70%;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .2s;
}

.card-button:hover {
  border-color: var(--dark-salmon);
  background-color: var(--dark-salmon);
  color: var(--midnight-blue);
}

.card-button.dark {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
}

.card-button.dark:hover {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
}

.card-button.dark._2 {
  color: var(--dark-salmon);
}

.card-button.dark._2:hover {
  border-color: var(--light-steel-blue);
  color: var(--white);
}

.card-button.pink {
  border-color: var(--dark-salmon);
  background-color: var(--dark-salmon);
  color: var(--midnight-blue);
}

.card-button.pink:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: var(--white);
}

.card-button.bottom-page {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  min-width: 35%;
}

.card-button.bottom-page:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
}

.card-button.inverted:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
}

.landing-top-block {
  background-color: #0f2638;
  border-bottom: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._2-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.portal-link-wrap {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 140px 60px;
  font-size: 1.5vw;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portal-link-wrap.vente {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  background-image: url('../images/1Vented.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid #ffffff80;
}

.portal-link-wrap.locatif {
  background-image: url('../images/Nov7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-logo {
  object-fit: contain;
  width: 90%;
  margin-bottom: 100px;
}

.card-center-img {
  object-fit: cover;
  height: 90%;
  max-height: 90%;
}

.dark-text {
  color: var(--midnight-blue);
}

.card-title {
  font-size: 2.5vw;
  line-height: 1.15em;
}

.benefit-item {
  border-bottom: 1px solid var(--midnight-blue);
  padding-top: 1.5vh;
  padding-bottom: 1vh;
  font-size: 1.15vw;
}

.benefit-item.first {
  border-top: 1px solid var(--midnight-blue);
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
}

.bottom-section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw 5vw;
  display: flex;
  position: relative;
}

.bottom-section.full-height {
  z-index: 10;
  color: #fff;
  padding-top: 25vh;
  padding-bottom: 25vh;
}

.bottom-section.dark-text {
  min-height: 50vh;
}

.bottom-section.slim {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.hero-slider-img {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

.navbar-bg {
  background-color: #0f2638e6;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.html-embed {
  background-color: #ffffff80;
  width: 100%;
  margin-top: 0;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(25vh, 1fr) minmax(25vh, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px;
  display: grid;
}

.slide-intro-light {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  font-weight: 300;
  display: grid;
  position: relative;
}

.slide-intro-light._80-width {
  color: var(--midnight-blue);
  max-width: 70%;
}

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

.bottom-section-first {
  z-index: 10;
  background-image: url('../images/MapVallem-min.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

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

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

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

.section-form {
  background-color: var(--light-steel-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.form-block-vente {
  background-color: #99acc0;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  display: flex;
}

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

.image-2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.form-grid-vente {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--midnight-blue);
  background-color: var(--transparent);
  color: var(--midnight-blue);
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
  display: block;
}

.text-field:hover {
  color: var(--midnight-blue);
  border-bottom-color: #d0e6fd;
}

.text-field:focus {
  color: var(--midnight-blue);
  border-bottom-color: #fff;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible], .text-field::placeholder {
  color: var(--midnight-blue);
}

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

.submit-button {
  color: #152a3a;
  background-color: #0000;
  border: 1px solid #152a3a;
  margin-top: 20px;
  padding: 9px 15px;
  font-size: 16px;
  transition: all .3s;
}

.submit-button:hover {
  color: #152a3a;
  background-color: #ffb299;
  border-style: solid;
  border-color: #152a3a;
}

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

.large-heading-form {
  text-align: center;
  letter-spacing: -.1vw;
  max-width: 700px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 38px;
}

.section-form-location {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

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

.form-grid-location {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.text-field-white {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d0e6fd #d0e6fd var(--light-steel-blue);
  color: var(--light-steel-blue);
  background-color: #0000;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 15px;
  line-height: 18px;
  transition: all .3s;
}

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

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

.text-field-white:focus-visible, .text-field-white[data-wf-focus-visible] {
  border-bottom-color: var(--light-steel-blue);
}

.text-field-white::placeholder {
  color: var(--light-steel-blue);
}

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

.submit-button-white {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 16px;
  transition: all .3s;
}

.submit-button-white:hover {
  border-color: var(--midnight-blue);
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
}

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

.section-3 {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

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

.heading-3 {
  color: #d0e6fd;
  margin-bottom: 20px;
  font-size: 25px;
}

.text-block-16 {
  color: #d0e6fd;
  font-size: 14px;
}

.button-wrap-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
  position: relative;
}

.hero-logo-1 {
  max-width: 40vw;
  max-height: 40vh;
  margin-top: 15px;
  margin-bottom: 0;
}

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

.section-5._0-padding {
  padding: 0;
}

.section-5._0-padding._100vh {
  background-image: url('../images/Background-montagnarde.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.slider-overlay-2 {
  background-color: var(--transparent);
  position: absolute;
  inset: 0%;
}

.slider-3 {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.hero-button-2 {
  color: #ffb299;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #99acc000;
  border: 1px solid #ffb299;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .2s;
}

.hero-button-2:hover {
  color: #0f2638;
  background-color: #f6b19b;
  border-color: #f6b19b;
  text-decoration: none;
}

.slide-content-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.section-7 {
  background-image: url('../images/Montagnarde-image-back.jpg');
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #ffb299;
  height: 100vh;
}

.text-block-1-rsvp {
  color: #99acc0;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 20px;
}

.button-wrap-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-button-3 {
  color: #ffb299;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #99acc000;
  border: 1px solid #ffb299;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .2s;
}

.hero-button-3:hover {
  color: #0f2638;
  background-color: #f6b19b;
  border-color: #f6b19b;
  text-decoration: none;
}

.section-8 {
  background-color: #152a3a;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-8._0-padding._100vh {
  background-color: var(--transparent);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-9 {
  background-color: var(--light-steel-blue);
  height: 100vh;
}

.black-divider-3 {
  background-color: #99acc0;
  width: 100%;
  height: 1px;
}

.footer-info-2 {
  color: #99acc0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 1.5vw;
  font-weight: 400;
}

.foooter-info-title-2 {
  color: #99acc0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1vw;
  font-size: 1vw;
}

.paragraph {
  color: #99acc0;
  font-size: 1vw;
  line-height: 1.5vw;
}

.hide-on-tablet-2 {
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.25;
}

.section-6 {
  background-color: var(--transparent);
  border-top: 1px solid #ffb299;
  padding: 5vw 7.5vw;
  position: relative;
}

.show-on-tablet-2 {
  display: none;
}

.footer-info-row-2 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  color: #99acc0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

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

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

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

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

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

.body {
  background-color: var(--midnight-blue);
}

.foooter-info-horaiire {
  color: var(--light-steel-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 1vw;
  font-size: 15px;
  font-weight: 500;
}

.hide-on-tablet-horaire {
  color: var(--light-steel-blue);
  font-size: 15px;
  line-height: 25px;
}

.text-block-2-rsvp {
  color: #99acc0;
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.card-title-rsvp {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 2.5vw;
  line-height: 1.15em;
}

.image-3 {
  width: 100%;
}

.section-form-rsvp {
  background-color: var(--light-steel-blue);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-2 {
  color: var(--light-steel-blue);
  text-align: center;
  font-family: Beatrice, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-3 {
  color: #0f2638;
  font-size: 22px;
  font-weight: 500;
}

.column-6 {
  background-color: #99acc000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.column-2 {
  background-color: #fff0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form-block-location-2 {
  border: 1px none var(--midnight-blue);
  background-color: #152a3a00;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 30px 80px;
  display: flex;
}

.form-block-vente-2 {
  border: 2px none var(--midnight-blue);
  background-color: var(--transparent);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 30px 80px;
  display: flex;
}

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

.image {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

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

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

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

.icon, .icon-2 {
  color: var(--white);
}

.link-block {
  color: var(--light-steel-blue);
  margin-top: 10px;
  font-size: 1vw;
  text-decoration: underline;
}

.link-block-2 {
  color: var(--midnight-blue);
  margin-top: 10px;
  text-decoration: underline;
}

.div-block {
  background-image: linear-gradient(to bottom, var(--light-steel-blue), var(--light-steel-blue));
  padding: 5vw 7.5vw;
}

.paragraph-2 {
  color: var(--midnight-blue);
}

.div-block-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  font-family: Vollkorn, serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-7 {
  z-index: 1;
  display: block;
  position: static;
}

.image-7-copy {
  z-index: 1;
  display: none;
  position: static;
}

.foooter-info-title-copy {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1vw;
  font-size: 15px;
  font-weight: 500;
}

.hide-on-tablet-copy {
  color: var(--midnight-blue);
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 25px;
}

.foooter-info-horaiire-copy {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 15px;
  font-weight: 500;
}

.hide-on-tablet-horaire-copy {
  color: var(--midnight-blue);
  font-size: 15px;
  line-height: 25px;
}

.footer-title-riveraine {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1vw;
  font-size: 15px;
  font-weight: 500;
}

.text-block-footer-riveraine {
  color: var(--midnight-blue);
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
}

.show-on-tablet-copy {
  display: none;
}

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

.section-5-white {
  padding: 7.5vw;
  position: relative;
}

.section-5-white._0-padding {
  padding: 0;
}

.section-5-white._0-padding._100vh {
  background-color: var(--white);
  height: 100vh;
}

.slider-overlay-white {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.card-title-rsvp-riveraine {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 2.5vw;
  line-height: 1.15em;
}

.text-block-2-rsvp-riveraine {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.hero-button-rsvp {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #99acc000;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .2s;
}

.hero-button-rsvp:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  text-decoration: none;
}

.section-7-riveraine {
  background-image: url('../images/Riveraine-image-back.jpg');
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #ffb299;
  height: 100vh;
}

.section-8-riveraine {
  background-color: #152a3a;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-8-riveraine._0-padding._100vh {
  background-color: var(--white);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-title-rsvp-copy {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 2.5vw;
  line-height: 1.15em;
}

.text-block-1-rsvp-riveraine {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 20px;
}

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

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

.div-xclose-2 {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  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;
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  cursor: pointer;
  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;
}

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

.xclose-4-copy {
  z-index: 20000;
  float: right;
  clear: left;
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  cursor: pointer;
  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;
}

.bandeau {
  background-color: var(--dark-salmon);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.headingbandeau {
  color: var(--midnight-blue);
  font-size: 2vw;
}

.text-block-17 {
  color: var(--midnight-blue);
}

.slider-5 {
  max-width: 1200px;
  height: 750px;
  margin-top: 50px;
  padding-top: 0;
}

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

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

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

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

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

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

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

.large-heading-2-copy {
  color: var(--midnight-blue);
  font-size: 50px;
  line-height: 54px;
}

.paragraph-3 {
  margin-top: 20px;
}

.paragraph-4 {
  padding-top: 25px;
}

.blue {
  background-color: var(--light-steel-blue);
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
}

.fullgradient {
  width: 100%;
  height: 100%;
  position: relative;
}

.h1home {
  font-size: 3vw;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

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

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

.section-10-riveraine {
  background-image: url('../images/Vallem-CR_Image-rsvp.jpg');
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #ffb299;
  height: 600px;
}

.column-7, .column-8, .column-9 {
  padding-left: 0;
  padding-right: 0;
}

.section-10 {
  background-image: url('../images/Aerial_02.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.heading-4 {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-10a {
  background-color: var(--light-steel-blue);
  height: auto;
}

.text-block-18 {
  color: var(--midnight-blue);
  margin-top: 30px;
  font-size: 15px;
  line-height: 18px;
}

.text-block-17-copy {
  color: var(--midnight-blue);
  padding-top: 5px;
  font-size: .75vw;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.divplans {
  z-index: 1;
  background-color: var(--midnight-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.divplans:hover {
  background-color: var(--light-steel-blue);
}

.link-block-3 {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  transition: background-color .225s;
  display: flex;
}

.link-block-3:hover {
  background-color: var(--light-sky-blue);
  color: var(--midnight-blue);
}

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

.text-block-34 {
  color: #fffefe;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
}

.text-block-34:hover {
  color: var(--midnight-blue);
}

@media screen and (min-width: 1920px) {
  .divpopup {
    height: auto;
    padding-top: 0;
  }

  .divinsidepopup {
    width: 800px;
  }

  .text-block-2-rsvp, .text-block-2-rsvp-riveraine {
    font-size: 30px;
    line-height: 32px;
  }

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

  .insidepopup {
    width: 1000px;
  }

  .bandeau {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-5 {
    max-width: 1500px;
    height: 700px;
  }

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

  .section-10-riveraine {
    height: 700px;
  }

  .section-10 {
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    letter-spacing: -.2rem;
    font-size: 56px;
  }

  h2 {
    letter-spacing: -.15rem;
    font-size: 42px;
  }

  h3 {
    letter-spacing: -.1rem;
    font-size: 35px;
  }

  h4 {
    letter-spacing: -.05rem;
    font-size: 28px;
  }

  h5 {
    letter-spacing: -.025rem;
    font-size: 21px;
  }

  h6 {
    letter-spacing: -.02rem;
    font-size: 18px;
  }

  ul, ol {
    padding-left: 1.25rem;
  }

  blockquote {
    background-size: 16px, 16px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 16px;
  }

  .section {
    padding: 4rem 2rem;
  }

  .text-container {
    max-width: 50rem;
  }

  .h1-title.m-margin.limith-width {
    max-width: 90%;
  }

  .xs-margin {
    margin-bottom: .5rem;
  }

  .s-card {
    padding: 1.5rem;
  }

  .s-card.bg-gray.sticky-0 {
    display: none;
  }

  .l-paragraph {
    max-width: 34rem;
    font-size: 16px;
  }

  .m-card {
    padding: 2.5rem;
  }

  .l-card {
    padding: 3rem;
  }

  .l-margin {
    margin-bottom: 2rem;
  }

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

  .rich-text h2, .rich-text p, .rich-text blockquote, .s-margin {
    margin-bottom: 1rem;
  }

  .m-paragraph {
    max-width: 29rem;
  }

  .xl-margin {
    margin-bottom: 2.5rem;
  }

  .xs-badge-grid {
    grid-column-gap: .5rem;
  }

  .m-margin {
    margin-bottom: 1.5rem;
  }

  .s-icon {
    width: 1rem;
    height: 1rem;
  }

  .xl-card {
    padding: 3rem;
  }

  .l-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .s-paragraph {
    max-width: 25rem;
    font-size: 12px;
  }

  .hide-on-tablet {
    display: none;
  }

  .grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .link.xs-margin.show-on-tablet {
    display: block;
  }

  .xs-circle {
    border-radius: 8px;
    width: 8px;
    height: 8px;
  }

  .archive-wrap {
    padding-top: .5rem;
  }

  .m-padding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .comparison-top {
    min-height: 80px;
  }

  .feature-check-wrap, .comparison-item {
    min-height: 4rem;
  }

  .s-pic {
    border-radius: 3rem;
    width: 3rem;
    height: 3rem;
  }

  .hover-circle-wrapper {
    padding: 10px;
    display: none;
  }

  .hover-circle {
    min-width: 50px;
    min-height: 50px;
  }

  .quote-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .broken-quote-wrap {
    padding-left: 4rem;
  }

  .broken-quote-image {
    margin-top: -15rem;
  }

  .s-logo {
    height: 1.5rem;
  }

  .show-on-tablet {
    display: block;
  }

  .m-number {
    font-size: 4rem;
  }

  .social-media-links {
    grid-column-gap: 1rem;
  }

  .all-caps-text {
    font-size: 12px;
  }

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .team-image {
    min-height: 250px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .span-avatar {
    background-size: 3rem 3rem;
    border-radius: 3rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
    top: auto;
    bottom: -.75rem;
  }

  .menu-lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .nav-link-number {
    font-size: 12px;
  }



  .menu {
    height: 100vh;
  }

  .menu-background-fill {
    z-index: 1;
    position: relative;
  }

  .menu-wrap {
    padding-top: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-bar {
    width: 25px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .overflow-hidden-2.nav-link-margins {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .buy-now-button {
    padding: 10px 15px;
    font-size: 8px;
  }

  .nav-container {
    height: 3.5rem;
    padding: 1rem 2rem;
  }

  .quote-text {
    letter-spacing: -.1rem;
    font-size: 32px;
  }

  .slide-nav, .slide-arrow {
    bottom: 36px;
  }

  .slide-heading {
    font-size: 64px;
  }

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

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

  .footer-logo {
    max-width: 320px;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem;
    font-size: 18px;
    display: flex;
  }

  .footer-grid {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .footer-info {
    font-size: 20px;
  }

  .footer-info.white {
    color: var(--light-steel-blue);
    display: block;
  }

  .footer-info-row {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .foooter-info-title {
    margin-bottom: 1rem;
  }

  .hero-logo {
    max-width: 80vw;
  }

  .language-button {
    padding: 10px 15px;
    font-size: 8px;
  }

  .card-button {
    font-size: 14px;
  }

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

  .portal-link-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 18px;
  }

  .portal-link-wrap:hover {
    font-size: 18px;
  }

  .portal-link-wrap.vente {
    border: 1px #000;
  }

  .link-logo {
    margin-bottom: 100px;
  }

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

  .bottom-section.full-height {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .gallery-grid {
    flex-direction: column;
    display: flex;
  }

  .bottom-section-first {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .large-heading-form {
    text-align: center;
  }

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

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

  .hero-logo-1 {
    max-width: 80vw;
  }

  .section-5 {
    padding: 4rem 2rem;
  }

  .footer-info-2 {
    font-size: 20px;
  }

  .foooter-info-title-2 {
    margin-bottom: 1rem;
  }

  .hide-on-tablet-2 {
    display: none;
  }

  .show-on-tablet-2 {
    display: block;
  }

  .footer-info-row-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .foooter-info-horaiire {
    margin-bottom: 1rem;
  }

  .hide-on-tablet-horaire {
    display: none;
  }

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

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

  .columns {
    display: flex;
  }

  .foooter-info-title-copy {
    margin-bottom: 1rem;
  }

  .hide-on-tablet-copy {
    display: none;
  }

  .foooter-info-horaiire-copy {
    margin-bottom: 1rem;
  }

  .hide-on-tablet-horaire-copy {
    display: none;
  }

  .footer-title-riveraine {
    margin-bottom: 1rem;
  }

  .text-block-footer-riveraine {
    display: none;
  }

  .show-on-tablet-copy {
    display: block;
  }

  .section-5-white {
    padding: 4rem 2rem;
  }

  .popup {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  blockquote {
    font-size: 14px;
  }

  .section {
    padding: 3rem 1.25rem;
  }

  .section._0-padding._100vh.auto-on-phone {
    height: auto;
  }

  .xs-margin {
    margin-bottom: .5rem;
  }

  .l-paragraph {
    max-width: 29rem;
    font-size: 14px;
  }

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

  .show-on-phone {
    display: block;
  }

  .m-card {
    padding: 1.5rem;
  }

  .l-card {
    padding: 2rem;
  }

  .l-margin {
    margin-bottom: 1.5rem;
  }

  .m-paragraph {
    max-width: 25rem;
  }

  .xl-margin {
    margin-bottom: 2rem;
  }

  .m-margin {
    margin-bottom: 1.25rem;
  }

  .xl-card {
    padding: 2rem;
  }

  .l-icon {
    width: 2rem;
    height: 2rem;
  }

  .l-icon.hide-on-portrait {
    margin-top: .6rem;
  }

  .s-paragraph {
    font-size: 10px;
  }

  .s-paragraph.show-on-phone.strike {
    text-decoration: line-through;
  }

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

  .column {
    padding: 10px;
  }

  .comparison-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quote-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .broken-quote-wrap {
    max-width: 90%;
    padding-left: 3rem;
  }

  .broken-quote-image {
    margin-top: -11rem;
  }

  .m-number {
    font-size: 3rem;
  }

  .small-post {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .team-image {
    min-height: 200px;
  }

  .team-portrait {
    min-height: 500px;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    border-radius: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    top: auto;
    bottom: -1.25rem;
  }

  .menu-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu-trigger {
    font-size: 8px;
  }

  .nav-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slide-heading {
    font-size: 48px;
  }

  .absolute-pic {
    position: static;
  }

  .footer-logo {
    max-width: 240px;
  }

  .footer {
    padding: 3rem 1.25rem;
    font-size: 16px;
  }

  .footer-info {
    font-size: 16px;
  }

  .footer-info.white {
    display: flex;
  }

  .foooter-info-title {
    font-size: 12px;
  }

  .hero-logo.page-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .card-icon {
    max-width: 100px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .portal-link-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-logo {
    margin-bottom: 40px;
  }

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

  .form-grid-vente {
    width: auto;
  }

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

  .large-heading-form {
    text-align: center;
  }

  .form-grid-location {
    width: auto;
  }

  .text-field-white {
    font-size: 16px;
  }

  .section-5 {
    padding: 3rem 1.25rem;
  }

  .section-5._0-padding._100vh {
    height: auto;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8._0-padding._100vh {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-9 {
    height: auto;
  }

  .footer-info-2 {
    font-size: 16px;
  }

  .foooter-info-title-2 {
    font-size: 12px;
  }

  .divinsidepopup {
    height: auto;
  }

  .foooter-info-horaiire {
    font-size: 12px;
  }

  .section-form-rsvp {
    height: auto;
  }

  .form-grid {
    width: auto;
  }

  .columns {
    flex-direction: column;
  }

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

  .foooter-info-title-copy, .foooter-info-horaiire-copy, .footer-title-riveraine {
    font-size: 12px;
  }

  .section-5-white {
    padding: 3rem 1.25rem;
  }

  .section-5-white._0-padding._100vh {
    height: auto;
  }

  .section-8-riveraine._0-padding._100vh {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .popup {
    display: none;
  }

  .insidepopup, .section-10a {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.15rem;
    font-size: 36px;
  }

  h2 {
    letter-spacing: -.05rem;
    font-size: 27px;
  }

  h3 {
    letter-spacing: -.03rem;
    font-size: 22px;
  }

  h4 {
    letter-spacing: -.02rem;
    font-size: 18px;
  }

  h5 {
    letter-spacing: -.0125rem;
    font-size: 16px;
  }

  h6 {
    letter-spacing: -.005rem;
    font-size: 14px;
  }

  .section._0-padding._100vh {
    height: auto;
    padding-top: 0;
  }

  .section._0-padding._25vh, .section._0-padding._30vh {
    height: 25vh;
  }

  .section._0-padding.true100vh {
    height: 75vh;
    padding-top: 0;
  }

  .h1-title.m-margin.limith-width {
    max-width: 100%;
  }

  ._100-width._100-height {
    object-position: 15% 0%;
  }

  .l-card {
    padding: 1.5rem;
  }

  .l-card.overflow-hidden.min-height {
    min-height: 480px;
  }

  .rich-text {
    max-width: 100%;
  }

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

  .xl-card {
    padding: 1.5rem;
  }

  .hide-on-tablet {
    display: none;
  }

  .link.xs-margin.show-on-tablet {
    margin-bottom: 0;
  }

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

  .column {
    padding: 0;
  }

  .column.no-top-border-on-portrait {
    border-top-style: none;
  }

  .comparison-top {
    min-height: 60px;
  }

  .comparison-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .navbar.absolute {
    margin-bottom: 0;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .broken-quote-wrap {
    max-width: 100%;
    padding-left: 1.25rem;
  }

  .broken-quote-image {
    width: 100%;
    margin-top: 2rem;
  }

  .show-on-tablet {
    margin-bottom: 50px;
    line-height: 25px;
  }

  .xl-pic {
    width: 36vw;
    height: 36vw;
  }

  .all-caps-text.s-margin {
    font-size: 12px;
  }

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

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .client-quote-name {
    margin-left: 0;
    padding-left: 18px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .large-heading-2 {
    font-size: 36px;
  }

  .nav-link-number {
    margin-top: 0;
    font-size: 10px;
  }



  .menu-bar {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .quote-text {
    width: 100%;
  }

  .slide-intro.bottom-right {
    bottom: 10%;
  }

  .slide-intro._80-width {
    padding-top: 0;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-content {
    padding-bottom: 100px;
  }

  .footer-info {
    color: var(--midnight-blue);
    padding-top: 0;
    line-height: 25px;
  }

  .footer-info.white {
    color: var(--white-smoke);
  }

  .footer-info-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-logo {
    max-width: 100%;
  }

  .hero-logo.page-2 {
    max-width: 90vw;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-subtitle.small, .hero-button {
    font-size: 14px;
  }

  .card-icon.wave {
    margin-top: 30px;
  }

  .card-button {
    width: 100%;
  }

  .landing-top-block, .portal-link-wrap.vente, .portal-link-wrap.locatif {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-title {
    font-size: 28px;
  }

  .benefit-item {
    font-size: 16px;
  }

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

  .bottom-section.full-height {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .bottom-section.dark-text {
    min-height: 50vh;
    padding-top: 150px;
  }

  .bottom-section-bg {
    object-fit: cover;
  }

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

  .form-block-vente {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-vente {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .form-grid-vente {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .text-field {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .submit-button {
    margin-top: 30px;
  }

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

  .large-heading-form {
    text-align: center;
    max-width: none;
    font-size: 24px;
    line-height: 28px;
  }

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

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

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

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

  .submit-button-white {
    margin-top: 30px;
  }

  .form-location {
    width: 100%;
  }

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

  .hero-logo-1 {
    max-width: 100%;
  }

  .section-5._0-padding._100vh {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-button-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .section-7 {
    height: 50vh;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-button-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .section-8._0-padding._100vh {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-9 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .show-on-tablet-2 {
    font-weight: 400;
  }

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

  .divinsidepopup {
    background-color: #ffffffe6;
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: block;
    position: static;
    inset: 0%;
  }

  .xclose-3 {
    color: #fff;
    margin-top: 8px;
    margin-left: 5px;
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto;
  }

  .image-popup {
    border-bottom: 1px #000;
  }

  .hide-on-tablet-horaire {
    margin-bottom: 0;
    display: block;
  }

  .card-title-rsvp {
    font-size: 28px;
  }

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

  .image-3 {
    margin-top: 50px;
  }

  .section-form-rsvp {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-6 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2 {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-location-2 {
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-vente-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-2 {
    width: 100%;
  }

  .image {
    text-align: center;
  }

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

  .columns {
    flex-direction: column;
    width: 100%;
  }

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

  .image-7, .image-7-copy {
    display: block;
  }

  .foooter-info-title-copy {
    margin-bottom: 10px;
  }

  .hide-on-tablet-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .foooter-info-horaiire-copy {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .hide-on-tablet-horaire-copy {
    margin-bottom: 50px;
    display: block;
  }

  .show-on-tablet-copy {
    color: var(--midnight-blue);
  }

  .footer-title-riveraine {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block-footer-riveraine {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .show-on-tablet-copy {
    margin-bottom: 50px;
    line-height: 25px;
    display: none;
  }

  .section-5-white._0-padding._100vh {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-title-rsvp-riveraine {
    font-size: 28px;
  }

  .hero-button-rsvp {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .section-7-riveraine {
    height: 50vh;
  }

  .section-8-riveraine._0-padding._100vh {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-title-rsvp-copy {
    font-size: 28px;
  }

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

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

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

  .xclose-4 {
    color: var(--midnight-blue);
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 6px 4px;
    font-size: 18px;
    line-height: 20px;
    position: static;
    inset: auto;
  }

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

  .xclose-4-copy {
    color: var(--midnight-blue);
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 6px 4px;
    font-size: 18px;
    line-height: 20px;
    position: static;
    inset: auto;
  }

  .bandeau {
    padding: 10px;
  }

  .headingbandeau {
    font-size: 20px;
  }

  .slider-5 {
    height: 300px;
    margin-top: 20px;
  }

  .large-heading-2-copy {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .blue {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .h1home {
    letter-spacing: -.05rem;
    font-size: 26px;
    line-height: 32px;
  }

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

  .section-10-riveraine {
    background-position: 0%;
    height: 300px;
    display: block;
  }

  .section-10 {
    height: 300px;
  }

  .section-10a {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-18 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-17-copy {
    font-size: 10px;
  }

  .divplans {
    bottom: 0%;
    right: 0%;
  }

  .link-block-3 {
    font-size: 10px;
  }

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

#w-node-e16eecd9-b4cd-089f-b8b1-5961c3f52ee1-d92dca0c {
  align-self: stretch;
}

#w-node-f7654bef-57d5-16bc-3710-e018878e9352-d92dca0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-d92dca0c, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-d92dca0c, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-d92dca0c, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-d92dca0c, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-d92dca0c, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09fb-d92dca0c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ff26088e-633e-6e45-d794-20c72303164f-d92dca0c {
  justify-self: start;
}

#w-node-_669ce67f-b926-130b-de73-974d4acb7ecd-4acb7ecb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_669ce67f-b926-130b-de73-974d4acb7ee8-4acb7ecb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_669ce67f-b926-130b-de73-974d4acb7f08-4acb7ecb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Chambres.w-node-_54e5e763-2691-2128-5beb-0a951da16978-1da1696c, #Budget.w-node-_54e5e763-2691-2128-5beb-0a951da16979-1da1696c, #Stationnement.w-node-_54e5e763-2691-2128-5beb-0a951da1697a-1da1696c, #Occupation.w-node-_54e5e763-2691-2128-5beb-0a951da1697c-1da1696c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Reference.w-node-_54e5e763-2691-2128-5beb-0a951da1697e-1da1696c, #Message.w-node-_54e5e763-2691-2128-5beb-0a951da1697f-1da1696c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af7f-d92dcae6, #w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af91-d92dcae6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378c4-d92dcae6, #w-node-_36fc9da9-e675-696f-396b-9159210378c7-d92dcae6, #w-node-_36fc9da9-e675-696f-396b-9159210378c8-d92dcae6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378d0-d92dcae6, #w-node-_36fc9da9-e675-696f-396b-9159210378d1-d92dcae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378da-d92dcae6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378dc-d92dcae6, #w-node-_36fc9da9-e675-696f-396b-9159210378dd-d92dcae6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378e8-d92dcae6, #w-node-_36fc9da9-e675-696f-396b-9159210378e9-d92dcae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051323-25051321 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051326-25051321 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb2505132d-25051321 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051334-25051321 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051341-25051321 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb2505134a-25051321 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#Full-Name-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca206-ac9ca1fd, #Email-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca207-ac9ca1fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca208-ac9ca1fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1c7d74e2-6e99-0762-745e-30cbe0ee8921-89851928 {
  align-self: stretch;
}

#w-node-_4255c19c-7b3d-4660-515f-c6a59aa62708-d92dcae7 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_4255c19c-7b3d-4660-515f-c6a59aa6271a-d92dcae7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4255c19c-7b3d-4660-515f-c6a59aa6272d-d92dcae7, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62767-d92dcae7, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62768-d92dcae7 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ca-d92dcae7 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5dc-d92dcae7, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ed-d92dcae7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5fe-d92dcae7 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663a2c-d92dcae8 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663a3e-d92dcae8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663a51-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8b-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8c-d92dcae8 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ac8-d92dcae8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663aca-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663acb-d92dcae8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663adb-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663adc-d92dcae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae2-d92dcae8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae4-d92dcae8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae5-d92dcae8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663af0-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663af1-d92dcae8, #w-node-d6ea2d3e-d9d8-f546-9219-10bf0794eec5-d92dcaf2, #w-node-e47059c3-a21d-819e-d43b-af86df27c1d3-d92dcaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-7b60269d, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-7b60269d, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-7b60269d, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-7b60269d, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-7b60269d, #w-node-a7125d4e-5f07-2e4a-e32b-6c84103ebfbf-7b60269d, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-7b60269d, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-7b60269d, #w-node-ab86910d-8cbf-5147-cf31-58b74bdd5f4c-7b60269d, #w-node-bac0c235-12ee-c05e-8a55-af27d6f83f81-7b60269d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ff26088e-633e-6e45-d794-20c72303164f-7b60269d {
  justify-self: start;
}

#w-node-e2930be0-56be-99f8-625e-54cc8a342840-8a342839 {
  align-self: stretch;
}

#w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-2077716e, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-2077716e, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-2077716e, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-2077716e, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-2077716e, #w-node-ea172fe6-70fc-2013-87ec-6abb170ccdbd-2077716e, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-2077716e, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-2077716e, #w-node-ab86910d-8cbf-5147-cf31-58b74bdd5f4c-2077716e, #w-node-_678641aa-c2f2-8fad-9863-2d20fef5ecdd-2077716e, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-767dfa52, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-767dfa52 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7345110e-b86e-46d5-de5f-b0d2e4ae3634-767dfa52 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-bc279971, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-bc279971, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-bc279971, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-bc279971, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-bc279971, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09fb-bc279971 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ff26088e-633e-6e45-d794-20c72303164f-bc279971 {
  justify-self: start;
}

#w-node-_38249fcb-21ce-4f84-d897-dcb4a9c5a1e3-a9c5a1e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_38249fcb-21ce-4f84-d897-dcb4a9c5a1fe-a9c5a1e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a45f54d-bd90-4a93-8115-9223adcba252-a9c5a1e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Chambres.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb59-7ee4fb4d, #Budget.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb5a-7ee4fb4d, #Stationnement.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb5b-7ee4fb4d, #Occupation.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb5d-7ee4fb4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Reference.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb5f-7ee4fb4d, #Message.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb60-7ee4fb4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_511a4fdf-0a93-182f-fa9e-219e19c3f3b0-19c3f3a9 {
  align-self: stretch;
}

#w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-1d67a3d3, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-1d67a3d3, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-1d67a3d3, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-1d67a3d3, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-1d67a3d3, #w-node-a7125d4e-5f07-2e4a-e32b-6c84103ebfbf-1d67a3d3, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-1d67a3d3, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-1d67a3d3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ff26088e-633e-6e45-d794-20c72303164f-1d67a3d3 {
  justify-self: start;
}

#w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-8858717e, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-8858717e, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-8858717e, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-8858717e, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-8858717e, #w-node-ea172fe6-70fc-2013-87ec-6abb170ccdbd-8858717e, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-8858717e, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-8858717e, #w-node-ab86910d-8cbf-5147-cf31-58b74bdd5f4c-8858717e, #w-node-_678641aa-c2f2-8fad-9863-2d20fef5ecdd-8858717e, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-d726e2cc, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-d726e2cc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_550c8cc7-9578-48fe-98e2-0b37cb3c1c47-6f3dee8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_550c8cc7-9578-48fe-98e2-0b37cb3c1c49-6f3dee8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26b393a1-5302-cb82-7acb-ead9ed130d98-6f3dee8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e9ca1c9-135f-68ea-e4ab-6797488484bb-f6f03550, #Personnes.w-node-_7e3008da-453d-3723-9ce7-489bd6f252ba-f6f03550, #w-node-_7e9ca1c9-135f-68ea-e4ab-6797488484bb-8aa26014, #Personnes.w-node-_53fa3779-2252-9d0c-0008-fc90c870f847-8aa26014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5748b7-c768-3d76-6201-bbd5d35062ac-8aa26014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0b5748b7-c768-3d76-6201-bbd5d35062c3-8aa26014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5748b7-c768-3d76-6201-bbd5d35062e9-8aa26014 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e9ca1c9-135f-68ea-e4ab-6797488484bb-348f8626, #w-node-_7e9ca1c9-135f-68ea-e4ab-6797488484bb-28a3318f, #w-node-_7e9ca1c9-135f-68ea-e4ab-6797488484bb-b1181f68, #Personnes.w-node-_7e3008da-453d-3723-9ce7-489bd6f252ba-b1181f68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #Message.w-node-_54e5e763-2691-2128-5beb-0a951da1697f-1da1696c {
    grid-column: span 1 / span 1;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051334-25051321 {
    grid-column-end: 5;
  }

  #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62708-d92dcae7, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa6272d-d92dcae7, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62767-d92dcae7, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62768-d92dcae7, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ca-d92dcae7 {
    grid-column: span 12 / span 12;
  }

  #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5dc-d92dcae7, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ed-d92dcae7 {
    grid-column: span 6 / span 6;
  }

  #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5fe-d92dcae7, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a2c-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a51-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8b-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8c-d92dcae8 {
    grid-column: span 12 / span 12;
  }

  #Message.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb60-7ee4fb4d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_669ce67f-b926-130b-de73-974d4acb7f08-4acb7ecb {
    grid-row: 4 / 5;
  }

  #Message.w-node-_54e5e763-2691-2128-5beb-0a951da1697f-1da1696c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051326-25051321 {
    grid-column-end: 13;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb2505132d-25051321 {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051334-25051321 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051341-25051321 {
    grid-row: 4 / 5;
  }

  #w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae4-d92dcae8 {
    grid-column: span 6 / span 6;
  }

  #w-node-_9a45f54d-bd90-4a93-8115-9223adcba252-a9c5a1e1 {
    grid-row: 4 / 5;
  }

  #Message.w-node-_5f3e3416-a393-f40c-3039-14067ee4fb60-7ee4fb4d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26b393a1-5302-cb82-7acb-ead9ed130d98-6f3dee8d, #w-node-_0b5748b7-c768-3d76-6201-bbd5d35062e9-8aa26014 {
    grid-row: 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-d92dca0c, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-d92dca0c, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-d92dca0c {
    grid-column: span 12 / span 12;
  }

  #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-d92dca0c {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-d92dca0c, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09fb-d92dca0c, #w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af7f-d92dcae6, #w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af91-d92dcae6, #w-node-_36fc9da9-e675-696f-396b-9159210378dc-d92dcae6, #Full-Name-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca206-ac9ca1fd, #Email-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca207-ac9ca1fd, #w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca208-ac9ca1fd, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ca-d92dcae7, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5dc-d92dcae7, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ed-d92dcae7, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5fe-d92dcae7, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663aca-d92dcae8, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae4-d92dcae8, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-7b60269d, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-7b60269d, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-7b60269d {
    grid-column: span 12 / span 12;
  }

  #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-7b60269d {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-7b60269d, #w-node-a7125d4e-5f07-2e4a-e32b-6c84103ebfbf-7b60269d, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-7b60269d {
    grid-column: span 12 / span 12;
  }

  #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-7b60269d {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-ab86910d-8cbf-5147-cf31-58b74bdd5f4c-7b60269d, #w-node-bac0c235-12ee-c05e-8a55-af27d6f83f81-7b60269d, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-2077716e, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-2077716e, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-2077716e {
    grid-column: span 12 / span 12;
  }

  #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-2077716e {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-2077716e, #w-node-ea172fe6-70fc-2013-87ec-6abb170ccdbd-2077716e, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-2077716e {
    grid-column: span 12 / span 12;
  }

  #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-2077716e {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-ab86910d-8cbf-5147-cf31-58b74bdd5f4c-2077716e, #w-node-_678641aa-c2f2-8fad-9863-2d20fef5ecdd-2077716e, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-767dfa52, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-767dfa52, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-bc279971, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-bc279971, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-bc279971 {
    grid-column: span 12 / span 12;
  }

  #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-bc279971 {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-bc279971, #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09fb-bc279971, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-1d67a3d3, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-1d67a3d3, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-1d67a3d3 {
    grid-column: span 12 / span 12;
  }

  #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-1d67a3d3 {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-1d67a3d3, #w-node-a7125d4e-5f07-2e4a-e32b-6c84103ebfbf-1d67a3d3, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-1d67a3d3 {
    grid-column: span 12 / span 12;
  }

  #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-1d67a3d3 {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-8858717e, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-8858717e, #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34da-8858717e {
    grid-column: span 12 / span 12;
  }

  #w-node-_3f8c5367-83e7-721c-ee8b-50ad5a8f34d1-8858717e {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-_8b016ea6-fdd1-de35-5c3b-f239c03e09f2-8858717e, #w-node-ea172fe6-70fc-2013-87ec-6abb170ccdbd-8858717e, #w-node-_3c49a374-11a2-96e3-da8b-000705d69e51-8858717e {
    grid-column: span 12 / span 12;
  }

  #w-node-_3c49a374-11a2-96e3-da8b-000705d69e53-8858717e {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-ab86910d-8cbf-5147-cf31-58b74bdd5f4c-8858717e, #w-node-_678641aa-c2f2-8fad-9863-2d20fef5ecdd-8858717e, #w-node-_51d13e8e-2788-63aa-3bfe-737f52d68fe3-d726e2cc, #w-node-c8e15169-bb0d-1a94-ab3a-fa435cd67a3b-d726e2cc {
    grid-column: span 12 / span 12;
  }
}


@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/62bfb176f3ac9fd663f0a172_Beatrice-Regular.69075cbe.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/62bfb17674a366697a445438_Beatrice-Medium.bd24edd8.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/62bfb176079cd3546b31e5f1_Beatrice-Light.e7d83276.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* =========================
   INVENTAIRE - couleurs cohérentes
   ========================= */

.inventory-section{
  background: var(--white);
  color: var(--black);
}

/* titres et paragraphes */
.inventory-section h1,
.inventory-section h2,
.inventory-section h3,
.inventory-section p,
.inventory-section th,
.inventory-section td{
  color: var(--black);
}

/* texte secondaire */
.inventory-muted,
.inventory-sub{
  color: rgba(7,39,20,.65);
}

/* cards */
.inventory-card{
  background: var(--white);
  border: 1px solid var(--borders);
}

/* inputs */
.inventory-input{
  background: var(--white);
  border: 1px solid var(--borders);
  color: var(--black);
}

.inventory-input:focus{
  border-color: var(--midnight-blue);
}

/* tableau */
.inventory-table thead th{
  background: var(--white-smoke);
}/* =========================
   INVENTAIRE (style cohérent)
   ========================= */

.inventory-section{
  padding: 70px 0;
  background: #fff;
}

.inventory-header{
  max-width: 820px;
  margin-bottom: 22px;
}

.inventory-sub{
  opacity: .85;
}

.inventory-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

@media (max-width: 991px){
  .inventory-grid{ grid-template-columns: 1fr; }
}

.inventory-card{
  background: #fff;
  border: 1px solid rgba(15,10,10,.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15,10,10,.06);
}

.inventory-card-head{
  padding: 18px 18px 10px 18px;
}

.inventory-h3{
  margin: 0 0 8px 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.inventory-muted{
  margin: 0;
  opacity: .75;
}

.inventory-floorplan{
  border-top: 1px solid rgba(15,10,10,.08);
  background: #fafafa;
  padding: 10px;
}

/* filtres */
.inventory-filters{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.inventory-input{
  height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(15,10,10,.16);
  background: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: none;
}

.inventory-input:focus{
  border-color: rgba(15,10,10,.35);
}

/* bouton simple (cohérent) */
.inventory-btn{
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(15,10,10,.18);
  background: rgba(15,10,10,.04);
  font-family: Inter, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

/* Couleurs du site */
.inventory-section{ background: var(--white); color: var(--black); }
.inventory-section h1,
.inventory-section h2,
.inventory-section h3,
.inventory-section p,
.inventory-section th,
.inventory-section td{ color: var(--black); }

.inventory-sub{ opacity:.85; }

.inventory-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 991px){
  .inventory-grid{ grid-template-columns: 1fr; }
}

.inventory-card{
  background: var(--white);
  border: 1px solid var(--borders);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(7,39,20,.06);
}
.inventory-card-head{ padding: 18px; }

.inventory-h3{
  margin:0 0 10px 0;
  font-weight:700;
}

/* Toolbar */
.inventory-toolbar{
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.inventory-count{ font-weight: 800; }

.inventory-floor-filter{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.inventory-chip{
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--borders);
  background: var(--white);
  color: var(--black);
  font-weight: 700;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.inventory-chip:hover{ transform: translateY(-1px); }
.inventory-chip.is-active{
  border-color: var(--midnight-blue);
  background: var(--light-steel-blue);
}

/* Plan */
.inventory-floorplan{
  border-top: 1px solid var(--borders);
  background: var(--white-smoke);
  padding: 10px;
  min-height: 180px; /* si tu n’as pas encore mis le SVG */
}

/* Filtres */
.inventory-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.inventory-input{
  height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--borders);
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  outline: none;
}
.inventory-input:focus{ border-color: var(--midnight-blue); }

.inventory-btn{
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--borders);
  background: rgba(7,39,20,.04);
  color: var(--black);
  font-weight: 800;
  cursor: pointer;
}

/* Table */
.inventory-table-wrap{
  border-top: 1px solid var(--borders);
  overflow:auto;
}
.inventory-table{
  width:100%;
  border-collapse: collapse;
  font-size: 14px;
}
.inventory-table th,
.inventory-table td{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(7,39,20,.08);
  text-align:left;
  white-space: nowrap;
}
.inventory-table thead th{
  background: var(--white-smoke);
  font-weight: 900;
}

/* Rows + animation */
.inventory-row{
  transition: opacity .18s ease, transform .18s ease;
}
.inventory-row.is-rented{
  opacity: .55;
}
.inventory-row.is-hidden{
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
}

/* Badges Planpoint */
.inventory-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.inventory-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display:inline-block;
}

.inventory-badge-disponible{
  background: rgba(7,39,20,.08);
  color: var(--midnight-blue);
  border-color: rgba(7,39,20,.18);
}
.inventory-badge-disponible .inventory-dot{ background: #20a15b; }

.inventory-badge-loué{
  background: rgba(210,45,45,.10);
  color: #b02222;
  border-color: rgba(210,45,45,.22);
}
.inventory-badge-loué .inventory-dot{ background: #d22d2d; }

.inventory-badge-réservé{
  background: rgba(185,107,0,.12);
  color: #b96b00;
  border-color: rgba(185,107,0,.25);
}
.inventory-badge-réservé .inventory-dot{ background: #b96b00; }

/* Plan button */
.inventory-plan-btn{
  height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid var(--borders);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}
.inventory-plan-btn:disabled{
  opacity: .4;
  cursor: not-allowed;
}

/* Modal */
.inventory-modal{
  display:none;
  position:fixed;
  inset:0;
  background: rgba(7,39,20,.60);
  padding: 28px;
  z-index: 9999;
}
.inventory-modal-card{
  background: var(--white);
  max-width: 980px;
  margin: 0 auto;
  border-radius: 14px;
  overflow:hidden;
  position:relative;
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}
.inventory-modal-close{
  position:absolute;
  top:10px;
  right:10px;
  width:40px;
  height:40px;
  border-radius: 10px;
  border:1px solid var(--borders);
  background: var(--white);
  cursor:pointer;
  font-weight:900;
}
.inventory-modal-head{
  padding: 14px 16px;
  border-bottom: 1px solid var(--borders);
}
.inventory-modal-body{ height: 75vh; }
.inventory-modal-body iframe{ width:100%; height:100%; border:0; }
----

/* ===== Inventaire: hauteur limitée + scroll interne ===== */

/* Option: section pleine largeur (si tu veux vraiment full width) */
.inventory-section .w-container{
  max-width: 1200px; /* ajuste si tu veux plus large */
}

/* La carte "Unités" devient une colonne avec un tableau scrollable */
.inventory-card{
  display: flex;
  flex-direction: column;
}

/* Le wrapper du tableau prend une hauteur et scrolle */
.inventory-table-wrap{
  max-height: 520px;           /* <- ajuste (450-650) */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Sticky header du tableau (super nice) */
.inventory-table thead th{
  position: sticky;
  top: 0;
  z-index: 2;
}

/* Sur mobile: moins haut */
@media (max-width: 991px){
  .inventory-table-wrap{
    max-height: 420px;
  }
}
-----

.building-wrap{
  position: relative;
  width: 100%;
  border-top: 1px solid var(--borders);
  background: var(--white-smoke);
  padding: 10px;
  border-radius: 0 0 14px 14px;
}

.building-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.floor-zone{
  position: absolute;
  left: 10px;               /* correspond au padding du wrap */
  right: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
}

/* Hover highlight (Planpoint vibe) */
.floor-zone:hover{
  background: rgba(7,39,20,.18);
  outline: 2px solid rgba(7,39,20,.35);
}

/* tooltip */
.floor-tooltip{
  position:absolute;
  left: 18px;
  top: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--borders);
  color: var(--black);
  font-weight: 900;
  display:none;
}
/* les zones doivent être au-dessus de l'image */
.floor-zone{
  z-index: 2;
}

/* tooltip au-dessus aussi */
.floor-tooltip{
  z-index: 3;
  pointer-events: none;
}

/* état actif (quand un étage est sélectionné) */
.floor-zone.is-active{
  background: rgba(7,39,20,.22);
  outline: 2px solid rgba(7,39,20,.45);
}

.building-wrap{
  position: relative;
  width: 100%;
}

.building-img{
  width: 100%;
  display: block;
  pointer-events: none; /* important */
}

.building-overlay{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.floor-zone-svg{
  fill: transparent;
  cursor: pointer;
  transition: fill .2s ease;
}

.floor-zone-svg{
  fill: transparent;
  cursor: pointer;
  transition: fill .2s ease, stroke .2s ease;
}

.floor-zone-svg:hover{
  fill: rgba(7,39,20,.45);
  stroke: rgba(7,39,20,.7);
  stroke-width: 3;
}

.floor-zone-svg.is-active{
  fill: rgba(7,39,20,.35);
}

