@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,600&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 1790px;
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1350px;
  }
}
@media screen and (max-width: 1350px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.row--center {
  justify-content: center;
}

.col {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-fifth {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.col-third {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6,
.col-half {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .col-sm-full {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.offset-none {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jjgld6");
  src: url("../fonts/icomoon.eot?jjgld6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jjgld6") format("truetype"), url("../fonts/icomoon.woff?jjgld6") format("woff"), url("../fonts/icomoon.svg?jjgld6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "eurostile-regular";
  src: url("../fonts/EurostileRegular.eot");
  src: url("../fonts/EurostileRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/EurostileRegular.woff2") format("woff2"), url("../fonts/EurostileRegular.woff") format("woff"), url("../fonts/EurostileRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "eurostile-bold";
  src: url("../fonts/EurostileBold.eot");
  src: url("../fonts/EurostileBold.eot?#iefix") format("embedded-opentype"), url("../fonts/EurostileBold.woff2") format("woff2"), url("../fonts/EurostileBold.woff") format("woff"), url("../fonts/EurostileBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "eurostile-black";
  src: url("../fonts/Eurostile-Black.eot");
  src: url("../fonts/Eurostile-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Eurostile-Black.woff2") format("woff2"), url("../fonts/Eurostile-Black.woff") format("woff"), url("../fonts/Eurostile-Black.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "eurostile-extended";
  src: url("../fonts/EurostileExtended-Roman.eot");
  src: url("../fonts/EurostileExtended-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/EurostileExtended-Roman.woff2") format("woff2"), url("../fonts/EurostileExtended-Roman.woff") format("woff"), url("../fonts/EurostileExtended-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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;
}

.icon-li:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e908";
}

.icon-arrow-south:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\f067";
}

.icon-li-square:before {
  content: "\f08c";
}

.icon-fb:before {
  content: "\f09a";
}

.icon-ig:before {
  content: "\f16d";
}

::-moz-selection {
  background: #1a1918; /* WebKit/Blink Browsers */
  color: white;
}

::selection {
  background: #1a1918; /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #1a1918; /* Gecko Browsers */
  color: white;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  backface-visibility: hidden;
  overflow-x: hidden;
  max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child {
  margin-top: 0;
}

p {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

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

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

.flex-end {
  justify-content: flex-end;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.cursor {
  display: block;
  width: 74px;
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid white;
  margin-top: -37px;
  margin-left: -37px;
  pointer-events: none;
  z-index: 10000;
  opacity: 0.7;
}
.touch .cursor {
  display: none;
}

.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.img img {
  display: none;
}

img {
  max-width: 100%;
}

.btn,
input[type=submit] {
  position: relative;
  display: inline-block;
  line-height: 60px;
  padding: 0 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-color: #9ac42f;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1350px) {
  .btn,
  input[type=submit] {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 992px) {
  .btn,
  input[type=submit] {
    line-height: 40px;
    padding: 0 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.btn:hover, .btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
  background-color: rgb(123.2, 156.8, 37.6);
}

.btn--neg {
  background-color: transparent;
}
.btn--neg--light {
  border: 1px solid white;
  color: white;
}
.btn--neg--light:hover, .btn--neg--light:focus {
  background-color: white;
  color: #1a1918;
}
.btn--neg--dark {
  border: 1px solid #1a1918;
  color: #1a1918;
}
.btn--neg--dark:hover, .btn--neg--dark:focus {
  background-color: #1a1918;
  color: white;
}
.btn--small {
  line-height: 40px;
}
.btn--small-padding {
  padding: 0 20px;
}

.ctas {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ctas--single {
  justify-content: center;
}
.ctas--right {
  justify-content: flex-end;
}
.ctas--right .btn {
  margin-left: 30px;
}
.ctas--right .btn:first-child {
  margin-left: 0;
}
.ctas--left {
  justify-content: flex-start;
}
.ctas--left .btn {
  margin-right: 30px;
}
.ctas--left .btn:last-child {
  margin-left: 0;
}
.header--white .ctas {
  margin-top: 20px;
}
.section--references .ctas {
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .section--references .ctas {
    margin-top: 50px;
  }
}

button {
  cursor: pointer;
}

.nav-trigger {
  position: absolute;
  right: 0;
  top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9ac42f;
  color: white;
  width: 100px;
  height: 100px;
  z-index: 1;
  border: none;
  transition: all 0.3s ease-in-out 0s;
}
.nav-trigger:hover, .nav-trigger:focus {
  outline: none;
  background-color: rgb(123.2, 156.8, 37.6);
}
.top-bar--small .nav-trigger {
  top: 0;
}
@media screen and (max-width: 1350px) {
  .nav-trigger {
    top: 20px;
  }
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 23px;
}

.burger__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out 0s;
}

.burger__bar--middle {
  transform-origin: center right;
}

.nav-trigger--x .burger__bar--top {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.nav-trigger--x .burger__bar--middle {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.nav-trigger--x .burger__bar--bottom {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.scroll-to-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.scroll-to-box .col {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media screen and (max-width: 992px) {
  .scroll-to-box {
    bottom: 20px;
  }
  .scroll-to-box .col {
    display: flex;
    justify-content: center;
  }
}

.scroll-to {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #9ac42f;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out 0s;
}
.scroll-to i {
  animation: bouncearrow 3s ease-in-out infinite;
}
.scroll-to:hover, .scroll-to:focus {
  outline: none;
  background-color: rgb(123.2, 156.8, 37.6);
}
@media screen and (max-width: 992px) {
  .scroll-to {
    transform: none;
  }
}

@keyframes bouncearrow {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, 0px, 0);
  }
  70% {
    transform: translate3d(0, -7px, 0);
  }
  85% {
    transform: translate3d(0, 7px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
.btn-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 33%;
  height: 100px;
  background-color: #9ac42f;
  color: white;
  text-transform: uppercase;
  padding-right: 100px;
  border: none;
  outline: none;
  font-family: "eurostile-bold";
  font-size: 20px;
  font-size: 2rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: background-color 0.3s ease-in-out, clip-path 0.75s cubic-bezier(0.65, 0.65, 0, 1);
}
.btn-menu--hidden {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.btn-menu:hover, .btn-menu:focus {
  outline: none;
  background-color: rgb(123.2, 156.8, 37.6);
}
@media screen and (max-width: 1350px) {
  .btn-menu {
    padding-right: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 992px) {
  .btn-menu {
    display: none;
  }
}

a {
  color: #9ac42f;
}

.simple-list {
  list-style-type: none;
  margin: 0;
}
.simple-list li {
  margin-bottom: 35px;
}
.simple-list li:last-child {
  margin-bottom: 0;
}
.simple-list a {
  position: relative;
  color: #1a1918;
  font-size: 18px;
  text-decoration: none;
}
.simple-list a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  bottom: 0;
  transform-origin: left center;
  transition: transform 0.3s ease-in-out 0s;
}
.simple-list a:hover:after, .simple-list a:focus:after {
  transform: scaleX(0);
  transform-origin: right center;
}
.big-img-block .simple-list li {
  margin-bottom: 10px;
}

.simple-list--check li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
  content: "\e908";
  margin-right: 7.5px;
}

input,
textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #7c7c7b;
  padding: 10px 0;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #e00000;
}

::-moz-placeholder {
  text-transform: uppercase;
  color: #1a1918;
}

::placeholder {
  text-transform: uppercase;
  color: #1a1918;
}

input[type=submit] {
  cursor: pointer;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  height: 217px;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0s;
}
.top-bar--small {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100px;
}
.top-bar--small:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
  z-index: -2;
}
@media screen and (max-width: 1350px) {
  .top-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 140px;
  }
  .top-bar--small {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100px;
  }
}
.top-bar--color {
  background-color: white;
}
.top-bar .row {
  justify-content: space-between;
  align-items: center;
}
.top-bar .logo {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 290px;
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}
@media screen and (max-width: 1350px) {
  .top-bar .logo {
    width: 220px;
  }
}
.top-bar--small .logo__link {
  width: 220px;
}
.top-bar + *:not(.header--home) {
  margin-top: 220px;
}
@media screen and (max-width: 1350px) {
  .top-bar + *:not(.header--home) {
    margin-top: 140px;
  }
}
@media screen and (max-width: 992px) {
  .top-bar > .container {
    width: 100%;
  }
}

.logo__link {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.logo__img {
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 400px) {
  .logo__img {
    max-width: 165px;
  }
}

.logo__img--color {
  opacity: 0;
}
.top-bar--color .logo__img--color {
  opacity: 1;
}

.logo__img--white {
  position: absolute;
  top: 0;
  left: 0;
}
.top-bar--color .logo__img--white {
  opacity: 0;
}

@media (max-width: 768px) {
  .hideOverflowOnMobile {
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .reference-item {
    display: block !important;
  }
  .nav--main {
    margin-bottom: 24px !important;
  }
  .nav--main ul {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .main-navigation {
    overflow: scroll;
    min-height: 700px;
    height: 700px !important;
    padding-top: 50px !important;
    padding-bottom: 100px !important;
    display: block !important;
  }
  .main-navigation > div {
    overflow: scroll;
    min-height: 700px;
  }
  .nav--main li {
    text-align: left !important;
  }
  .nav-trigger {
    width: 80px;
  }
  .reference-item__text-content {
    min-height: 30px;
  }
}
@media (max-height: 730px) {
  .nav--main ul {
    padding: 150px;
  }
}
.section--nos-biens {
  position: relative;
}
.section--nos-biens:before, .section--nos-biens:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 120px;
  background-image: url(../img/cross.svg);
  background-size: 120px;
}
@media screen and (max-width: 768px) {
  .section--nos-biens:before, .section--nos-biens:after {
    display: none;
  }
}
.section--nos-biens:after {
  bottom: -44px;
  right: 0;
}
.section--nos-biens:before {
  top: -44px;
  left: 0;
  background-position-x: right;
}

.en-vente-block__title {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: 8.3333333333%;
  position: relative;
  font-family: "eurostile-bold";
  line-height: 1.1111111111;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #9ac42f;
}
@media screen and (max-width: 768px) {
  .en-vente-block__title {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.en-vente-block__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 290px;
  height: 1px;
  background-color: currentColor;
}

.en-vente-block__text {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .en-vente-block__text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.carrousel__item {
  position: relative;
  margin: 0 10px;
  width: 32%;
  width: calc(33.3333333333% - 13px);
  height: 1px;
  padding-top: 20%;
}
@media screen and (max-width: 1350px) {
  .carrousel__item {
    width: calc(50% - 15px);
    padding-top: 30%;
  }
}
@media screen and (max-width: 992px) {
  .carrousel__item {
    width: calc(60% - 15px);
    padding-top: 37.5%;
  }
}
@media screen and (max-width: 768px) {
  .carrousel__item {
    width: 100%;
    padding-top: 50%;
  }
}
.carrousel__item:hover .carrousel__item__title:after {
  width: 100px;
}
.carrousel__item:hover .img {
  background-size: 110%;
}
.section--nos-biens .carrousel {
  margin-top: 85px;
  margin-bottom: 65px;
}
.carrousel__item__link, .carrousel__item__overlay, .carrousel__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carrousel__item__link {
  z-index: 10;
}
.carrousel__item__link:hover + .carrousel__item__overlay {
  opacity: 1;
}
.carrousel__item__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: white;
  background-color: rgba(26, 25, 24, 0.66);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .carrousel__item__overlay {
    opacity: 1;
    height: auto;
    bottom: 0;
    top: auto;
    padding: 20px 0;
  }
}
.carrousel__item__img {
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
  background-size: 100%;
}

.flickity-button-icon {
  fill: #9ac42f;
}

.flickity-prev-next-button {
  width: 60px;
  height: 60px;
}
.flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flickity-button {
  background-color: rgba(255, 255, 255, 0);
}
.flickity-button:hover {
  background-color: rgba(255, 255, 255, 0);
}

.flickity-prev-next-button.previous {
  left: -70px;
}
@media screen and (max-width: 1350px) {
  .flickity-prev-next-button.previous {
    left: -50px;
  }
}
@media screen and (max-width: 992px) {
  .flickity-prev-next-button.previous {
    left: -10px;
  }
}

.flickity-prev-next-button.next {
  right: -70px;
}
@media screen and (max-width: 1350px) {
  .flickity-prev-next-button.next {
    right: -50px;
  }
}
@media screen and (max-width: 992px) {
  .flickity-prev-next-button.next {
    right: -10px;
  }
}

.carrousel__item__title,
.carrousel__item__sub-title {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.carrousel__item__title {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-family: "eurostile-bold";
}
.carrousel__item__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -50px;
  display: block;
  width: 0px;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s ease-in-out 0s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .carrousel__item__title {
    margin: 0 0 5px;
    padding: 0;
  }
  .carrousel__item__title:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .carrousel__item__sub-title {
    margin: 0;
    padding: 0;
  }
}

.team-card {
  opacity: 0;
  animation-name: appearlist;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  top: 20px;
  position: relative;
}
.team-card:nth-child(1) {
  animation-delay: 1.75s;
}
.team-card:nth-child(2) {
  animation-delay: 1.9s;
}
.team-card:nth-child(3) {
  animation-delay: 2.05s;
}
.team-card:nth-child(4) {
  animation-delay: 2.2s;
}
.team-card:nth-child(5) {
  animation-delay: 2.35s;
}
.team-card:nth-child(6) {
  animation-delay: 2.5s;
}
.team-card:nth-child(7) {
  animation-delay: 2.65s;
}
.team-card:nth-child(8) {
  animation-delay: 2.8s;
}
.team-card:nth-child(9) {
  animation-delay: 2.95s;
}
.team-card:nth-child(10) {
  animation-delay: 3.1s;
}
.team-card:nth-child(11) {
  animation-delay: 3.25s;
}
.team-card:nth-child(12) {
  animation-delay: 3.4s;
}
.team-card:nth-child(13) {
  animation-delay: 3.55s;
}
.team-card:nth-child(14) {
  animation-delay: 3.7s;
}
.team-card:nth-child(15) {
  animation-delay: 3.85s;
}
.team-card:nth-child(16) {
  animation-delay: 4s;
}
.team-card:nth-child(17) {
  animation-delay: 4.15s;
}
.team-card:nth-child(18) {
  animation-delay: 4.3s;
}
.team-card:nth-child(19) {
  animation-delay: 4.45s;
}
.team-card:nth-child(20) {
  animation-delay: 4.6s;
}
.team-card:nth-child(21) {
  animation-delay: 4.75s;
}
.team-card:nth-child(22) {
  animation-delay: 4.9s;
}
.team-card:nth-child(23) {
  animation-delay: 5.05s;
}
.team-card:nth-child(24) {
  animation-delay: 5.2s;
}
.team-card:nth-child(25) {
  animation-delay: 5.35s;
}
.team-card:nth-child(26) {
  animation-delay: 5.5s;
}
.team-card:nth-child(27) {
  animation-delay: 5.65s;
}
.team-card:nth-child(28) {
  animation-delay: 5.8s;
}
.team-card:nth-child(29) {
  animation-delay: 5.95s;
}
.team-card > div {
  overflow: hidden;
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.team-card > div:hover {
  top: -10px;
}
.team-card > div:hover .img {
  background-size: 110%;
}
.team-card--not-active {
  filter: grayscale(1);
  opacity: 0.65 !important;
}
.team-card > div {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.team-card > div > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-list .team-card {
  padding: 0 20px 40px 20px;
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 1800px) {
  .team-list .team-card {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 1350px) {
  .team-list .team-card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .team-list .team-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .team-list .team-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@keyframes appearlist {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.team-card__img {
  width: 100%;
  padding-top: 133%;
  transition: all 0.3s ease-in-out 0s;
  background-size: 100%;
}

.team-card__info {
  padding: 20px 20px 20px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1a1918;
  transition: all 0.3s ease-in-out 0s;
}

.team-card__name {
  display: flex;
  flex-wrap: wrap;
  font-size: inherit;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 10px;
}
.team-card__name h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0.2em 0 0;
}
.team-card__name h2:after {
  content: "-";
  padding: 0 0 0 0.2em;
}

.team-card__role {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: inherit;
  color: #9ac42f;
  margin: 0 0 10px 0;
}

.team-card__mail {
  display: block;
  position: relative;
  font-size: inherit;
  color: inherit;
  padding-left: 20px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 0.3s ease-in-out 0s;
}
.team-card__mail i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.1em;
  margin-right: 10px;
}
.team-card__mail:hover {
  color: #9ac42f;
}
.team-card a:hover + .team-card__img + .team-card__info .team-card__mail, .touch .team-card__mail {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 45px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  animation-name: appearlist;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  top: 20px;
  position: relative;
}
.job-card:nth-child(1) {
  animation-delay: 1.75s;
}
.job-card:nth-child(2) {
  animation-delay: 1.9s;
}
.job-card:nth-child(3) {
  animation-delay: 2.05s;
}
.job-card:nth-child(4) {
  animation-delay: 2.2s;
}
.job-card:nth-child(5) {
  animation-delay: 2.35s;
}
.job-card:nth-child(6) {
  animation-delay: 2.5s;
}
.job-card:nth-child(7) {
  animation-delay: 2.65s;
}
.job-card:nth-child(8) {
  animation-delay: 2.8s;
}
.job-card:nth-child(9) {
  animation-delay: 2.95s;
}
.job-card:nth-child(10) {
  animation-delay: 3.1s;
}
.job-card:nth-child(11) {
  animation-delay: 3.25s;
}
.job-card:nth-child(12) {
  animation-delay: 3.4s;
}
.job-card:nth-child(13) {
  animation-delay: 3.55s;
}
.job-card:nth-child(14) {
  animation-delay: 3.7s;
}
.job-card:nth-child(15) {
  animation-delay: 3.85s;
}
.job-card:nth-child(16) {
  animation-delay: 4s;
}
.job-card:nth-child(17) {
  animation-delay: 4.15s;
}
.job-card:nth-child(18) {
  animation-delay: 4.3s;
}
.job-card:nth-child(19) {
  animation-delay: 4.45s;
}
.job-card:nth-child(20) {
  animation-delay: 4.6s;
}
.job-card:nth-child(21) {
  animation-delay: 4.75s;
}
.job-card:nth-child(22) {
  animation-delay: 4.9s;
}
.job-card:nth-child(23) {
  animation-delay: 5.05s;
}
.job-card:nth-child(24) {
  animation-delay: 5.2s;
}
.job-card:nth-child(25) {
  animation-delay: 5.35s;
}
.job-card:nth-child(26) {
  animation-delay: 5.5s;
}
.job-card:nth-child(27) {
  animation-delay: 5.65s;
}
.job-card:nth-child(28) {
  animation-delay: 5.8s;
}
.job-card:nth-child(29) {
  animation-delay: 5.95s;
}
.job-card:hover {
  transform: translateY(-10px);
}
.job-card:hover a {
  position: -10px;
}
.job-card:hover h2:after {
  width: 120px;
}
.job-card--not-active {
  filter: grayscale(1);
  opacity: 0.65 !important;
}
.job-card--active {
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scalex(1.05) scaley(1.05) translate3d(0, -5px, 0) !important;
}
@media screen and (max-width: 768px) {
  .job-card {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .job-card {
    padding: 20px;
  }
}

.job-card__position {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.job-card__position:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #9ac42f;
  transition: all 0.3s ease-in-out 0s;
}

.job-card__area {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 35px;
}

.job-card__description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}

.job-card__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.job-card__link span {
  display: none;
}

.job-card__more {
  display: flex;
  justify-content: flex-end;
}
.job-card__more span {
  position: relative;
  color: #9ac42f;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}
.job-card__more span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
  color: #9ac42f;
  content: "\f067";
  position: absolute;
  left: -23px;
  top: 0px;
  font-size: 20px;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.job-card__more span:hover:before {
  opacity: 1;
}

.job-card__link:hover + div + div span:before {
  opacity: 1;
}

.home-intro {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-bottom: 120px;
}
.home-intro > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .home-intro > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-intro > div img {
    display: block;
    margin: 30px auto;
  }
}
.home-intro .ctas {
  margin-top: 100px;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .home-intro .ctas {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-intro .ctas {
    justify-content: center;
  }
}
@media screen and (max-width: 1350px) {
  .home-intro {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 992px) {
  .home-intro {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .home-intro {
    margin-bottom: 30px;
  }
}

.home-intro-title {
  position: relative;
  margin-left: -25%;
  font-family: "eurostile-bold";
  line-height: 1.1111111111;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #9ac42f;
}
.home-intro-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 290px;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 992px) {
  .home-intro-title {
    margin-left: 0%;
  }
}

.home-valeurs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.home-valeurs > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .home-valeurs > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-valeurs__text-content {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1800px) {
  .home-valeurs__text-content {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 1350px) {
  .home-valeurs__text-content {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .home-valeurs__text-content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.home-valeurs .img {
  width: 100%;
  padding-top: 69%;
  position: relative;
}
.home-valeurs .img:before, .home-valeurs .img:after {
  content: "";
  display: block;
  background-color: #e0dcdb;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .home-valeurs .img:before, .home-valeurs .img:after {
    display: none;
  }
}
.home-valeurs .img:before {
  width: 102px;
  height: 21px;
  top: -21px;
  right: -21px;
}
.home-valeurs .img:after {
  width: 21px;
  height: 102px;
  top: -21px;
  right: -21px;
}
@media screen and (max-width: 768px) {
  .home-valeurs .img {
    margin-top: 30px;
  }
}
.home-valeurs__special-p {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
  padding-top: 30px;
}
.home-valeurs__special-p:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e8e6e5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1350px) {
  .home-valeurs {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 992px) {
  .home-valeurs {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.big-img {
  position: relative;
  margin-top: -50px;
}
.big-img .col {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 1350px) {
  .big-img .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.big-img .img {
  padding-top: 60%;
}
.big-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3b302a;
}
@media screen and (max-width: 992px) {
  .big-img {
    margin-top: 0;
  }
}

.big-img__text .col {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 1350px) {
  .big-img__text .col {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .big-img__text .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.big-img__title {
  position: relative;
  color: #9ac42f;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "eurostile-bold";
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.big-img__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20%;
  height: 1px;
  background-color: currentColor;
}

.big-img__copy {
  margin-left: 19%;
}
.big-img__copy p {
  line-height: 1.5555555556;
}
@media screen and (max-width: 992px) {
  .big-img__copy {
    margin-left: 0;
  }
}

.map-block__item {
  position: relative;
  display: flex;
  margin-bottom: 60px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.map-block__item:last-child {
  margin-bottom: 0;
}
.map-block__item > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .map-block__item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .map-block__item > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map-block__item .img {
    padding-top: 50%;
  }
}
.map-block__item--not-active {
  filter: grayscale(1);
  opacity: 0.65 !important;
}

.map-block__item__text {
  padding: 30px 40px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out 0s;
}
.map-block__item--active .map-block__item__text {
  border-top: 1px solid #9ac42f;
  border-right: 1px solid #9ac42f;
  border-bottom: 1px solid #9ac42f;
}
@media screen and (max-width: 1350px) {
  .map-block__item__text {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 992px) {
  .map-block__item__text {
    border-top: 0px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .map-block__item--active .map-block__item__text {
    border-top: 0px solid #9ac42f;
    border-left: 1px solid #9ac42f;
    border-right: 1px solid #9ac42f;
    border-bottom: 1px solid #9ac42f;
  }
}

.map-block__item__title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.map-block__item__title:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #9ac42f;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1350px) {
  .map-block__item__title {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}

.map-block__item__area {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 1350px) {
  .map-block__item__area {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.map-block__item__info {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
}
@media screen and (max-width: 1350px) {
  .map-block__item__info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.map-block__item__description {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7c7c7b;
  line-height: 1.5em;
}
@media screen and (max-width: 1350px) {
  .map-block__item__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.map-block__item__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 0.3s ease-in-out 0s;
}
.map-block__item__more > * {
  color: #9ac42f;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}

.map-block__item__link:hover + div + div .map-block__item__more,
.touch .map-block__item__more {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.map-block__item__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map-block__item__link span {
  display: none;
}

.just-text {
  margin-bottom: 40px;
}
.just-text .col {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 25%;
}
@media screen and (max-width: 1800px) {
  .just-text .col {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 1350px) {
  .just-text .col {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 992px) {
  .just-text .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.just-text__title {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "eurostile-extended";
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.just-text__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: currentColor;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 2em;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 0.75em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes loaderAnimationReveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes loaderAnimationSlide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: loaderAnimationReveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: loaderAnimationSlide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: loaderAnimationReveal;
  animation-direction: reverse;
}

.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 100vh;
  background-color: #9ac42f;
  color: white;
  padding: 0 10%;
  transform: translate3d(100%, 100%, 0);
  transition: all 0.75s cubic-bezier(0.65, 0.65, 0, 1) 0s;
}
.main-navigation > div {
  width: 100%;
}
.main-navigation a {
  color: inherit;
  text-decoration: none;
}
.main-navigation--open {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1350px) {
  .main-navigation {
    padding: 0 5% 0 10%;
  }
}
@media screen and (max-width: 992px) {
  .main-navigation {
    width: 100%;
  }
}

.nav--main {
  margin-bottom: 180px;
}
.nav--main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.nav--main li {
  margin-bottom: 45px;
}
.nav--main a {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.nav--main a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: center left;
  transform: scalex(0);
  transition: all 0.3s ease-in-out 0s;
}
.nav--main a:hover:after {
  transform: scalex(1);
}
@media screen and (max-width: 1350px) {
  .nav--main li {
    margin-bottom: 35px;
  }
  .nav--main a {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .nav--main a {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .nav--main li {
    margin-bottom: 20px;
    text-align: center;
  }
  .nav--main a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.nav--social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav--social li {
  margin-bottom: 15px;
}
.nav--social li:last-child {
  margin-bottom: 0;
}
.nav--social li:last-child i {
  font-size: 22px;
  font-size: 2.2rem;
  top: -1px;
  left: -5px;
}
.nav--social a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 24px;
}
.nav--social a i {
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 992px) {
  .nav--social li {
    margin-bottom: 10px;
  }
  .nav--social a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer a {
  text-decoration: none;
  color: currentColor;
}

.social-nav,
.nav--footer ul,
.nav--sub-footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}

.social-nav {
  margin-bottom: 60px;
}
.social-nav li {
  margin-right: 45px;
}
.social-nav li:last-child {
  margin-right: 0;
}
.social-nav li:last-child a i {
  font-size: 22px;
  position: relative;
  top: -4px;
}
.social-nav a {
  transition: all 0.3s ease-in-out 0s;
}
.social-nav a:hover {
  color: #9ac42f;
}

.nav--footer {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .nav--footer {
    margin-bottom: 40px;
  }
}

.nav--footer li {
  position: relative;
  margin-right: 50px;
  margin-bottom: 15px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.nav--footer li:after {
  content: "•";
  position: absolute;
  top: 10%;
  right: -29px;
}
.nav--footer li:last-child {
  margin-right: 0;
}
.nav--footer li:last-child:after {
  content: "";
}
@media screen and (max-width: 768px) {
  .nav--footer li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 30px;
  }
  .nav--footer li:after {
    right: -17px;
  }
}

.nav--sub-footer li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #1a1918;
}
.nav--sub-footer li a {
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}
.nav--sub-footer li a:hover {
  opacity: 1;
}
.nav--sub-footer li:after {
  content: "•";
  position: absolute;
  top: 10%;
  right: -19px;
  opacity: 0.5;
}
.nav--sub-footer li:last-child {
  margin-right: 0;
}
.nav--sub-footer li:last-child:after {
  content: "";
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px;
}
.team-list:after {
  content: "";
  flex: auto;
}
@media screen and (max-width: 1350px) {
  .team-list {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
  }
}

.job-list {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 85px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1800px) {
  .job-list {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1350px) {
  .job-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .job-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .job-list {
    grid-template-columns: 100%;
  }
}

.full-width-gallery {
  display: flex;
  height: 25vw;
  background-color: #e8e6e5;
}
.full-width-gallery.full-width-gallery-home {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .full-width-gallery.full-width-gallery-home {
    margin-bottom: 40px;
  }
}
.full-width-gallery--type-1 .full-width-gallery-img:first-child {
  flex: 0 0 58%;
  max-width: 58%;
}
.full-width-gallery--type-1 .full-width-gallery-img:last-child {
  flex: 0 0 42%;
  max-width: 42%;
}
.full-width-gallery--type-2 .full-width-gallery-img:first-child {
  flex: 0 0 26%;
  max-width: 26%;
}
.full-width-gallery--type-2 .full-width-gallery-img:nth-child(2) {
  flex: 0 0 32%;
  max-width: 32%;
}
.full-width-gallery--type-2 .full-width-gallery-img:last-child {
  flex: 0 0 42%;
  max-width: 42%;
}
.full-width-gallery .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.full-width-gallery-img {
  position: relative;
  height: 100%;
}

.full-width-carrousel {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 1350px) {
  .full-width-carrousel {
    height: 33vw;
  }
}
@media screen and (max-width: 992px) {
  .full-width-carrousel {
    height: 50vw;
  }
}
.full-width-carrousel .previous {
  left: 20px;
}
.full-width-carrousel .flickity-prev-next-button {
  width: 60px;
  height: 60px;
}
.full-width-carrousel .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.full-width-carrousel .flickity-prev-next-button.next {
  right: 20px;
}
.full-width-carrousel .flickity-button-icon {
  fill: white;
}

.full-width-carrousel__img {
  display: block;
  height: 100%;
}

.feature-block {
  margin-bottom: 80px;
  color: white;
}
@media screen and (max-width: 1350px) {
  .feature-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .feature-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .feature-block {
    margin-bottom: 20px;
  }
}
.feature-block.feature-block--dimension {
  margin-bottom: 0;
}

.feature-block__wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 1800px) {
  .feature-block__wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.feature-block__wrapper > div {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .feature-block__wrapper > div {
    flex-direction: column;
  }
}
.feature-block--right .feature-block__wrapper > div {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .feature-block--right .feature-block__wrapper > div {
    flex-direction: column;
  }
}
.feature-block--green .feature-block__wrapper > div {
  background-color: #9ac42f;
}
.feature-block--brown .feature-block__wrapper > div {
  background-color: #3b302a;
}

.feature-block__text-content {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 70px 40px;
  color: white;
}
.feature-block__text-content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.625;
}
@media screen and (max-width: 1350px) {
  .feature-block__text-content {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 992px) {
  .feature-block__text-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .feature-block__text-content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 576px) {
  .feature-block__text-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.feature-block__title {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "eurostile-extended";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.feature-block__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: currentColor;
}

.feature-block__gallery {
  display: flex;
  flex: 0 0 75%;
  max-width: 75%;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .feature-block__gallery {
    flex: 0 0 67%;
    max-width: 67%;
  }
}
@media screen and (max-width: 768px) {
  .feature-block__gallery {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .feature-block__gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.feature-block__img {
  position: relative;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-top: 33.3333333333%;
}
@media screen and (max-width: 1350px) {
  .feature-block__img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 992px) {
  .feature-block__img {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feature-block__img {
    padding-top: 100%;
  }
}
.feature-block__img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-block__img img {
  display: none;
}

.partenaires-top > .col {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media screen and (max-width: 1800px) {
  .partenaires-top > .col {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 1350px) {
  .partenaires-top > .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.partenaires-logo-list > .col {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media screen and (max-width: 1800px) {
  .partenaires-logo-list > .col {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 1350px) {
  .partenaires-logo-list > .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.partenaires-logo-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 1350px) {
  .partenaires-logo-list ul {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
@media screen and (max-width: 992px) {
  .partenaires-logo-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .partenaires-logo-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partenaires-logo-list li {
  width: 100%;
  opacity: 0;
  animation-name: appearlist;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  top: 20px;
  position: relative;
}
.partenaires-logo-list li:nth-child(1) {
  animation-delay: 1.75s;
}
.partenaires-logo-list li:nth-child(2) {
  animation-delay: 1.9s;
}
.partenaires-logo-list li:nth-child(3) {
  animation-delay: 2.05s;
}
.partenaires-logo-list li:nth-child(4) {
  animation-delay: 2.2s;
}
.partenaires-logo-list li:nth-child(5) {
  animation-delay: 2.35s;
}
.partenaires-logo-list li:nth-child(6) {
  animation-delay: 2.5s;
}
.partenaires-logo-list li:nth-child(7) {
  animation-delay: 2.65s;
}
.partenaires-logo-list li:nth-child(8) {
  animation-delay: 2.8s;
}
.partenaires-logo-list li:nth-child(9) {
  animation-delay: 2.95s;
}
.partenaires-logo-list li:nth-child(10) {
  animation-delay: 3.1s;
}
.partenaires-logo-list li:nth-child(11) {
  animation-delay: 3.25s;
}
.partenaires-logo-list li:nth-child(12) {
  animation-delay: 3.4s;
}
.partenaires-logo-list li:nth-child(13) {
  animation-delay: 3.55s;
}
.partenaires-logo-list li:nth-child(14) {
  animation-delay: 3.7s;
}
.partenaires-logo-list li:nth-child(15) {
  animation-delay: 3.85s;
}
.partenaires-logo-list li:nth-child(16) {
  animation-delay: 4s;
}
.partenaires-logo-list li:nth-child(17) {
  animation-delay: 4.15s;
}
.partenaires-logo-list li:nth-child(18) {
  animation-delay: 4.3s;
}
.partenaires-logo-list li:nth-child(19) {
  animation-delay: 4.45s;
}
.partenaires-logo-list li:nth-child(20) {
  animation-delay: 4.6s;
}
.partenaires-logo-list li:nth-child(21) {
  animation-delay: 4.75s;
}
.partenaires-logo-list li:nth-child(22) {
  animation-delay: 4.9s;
}
.partenaires-logo-list li:nth-child(23) {
  animation-delay: 5.05s;
}
.partenaires-logo-list li:nth-child(24) {
  animation-delay: 5.2s;
}
.partenaires-logo-list li:nth-child(25) {
  animation-delay: 5.35s;
}
.partenaires-logo-list li:nth-child(26) {
  animation-delay: 5.5s;
}
.partenaires-logo-list li:nth-child(27) {
  animation-delay: 5.65s;
}
.partenaires-logo-list li:nth-child(28) {
  animation-delay: 5.8s;
}
.partenaires-logo-list li:nth-child(29) {
  animation-delay: 5.95s;
}
.partenaires-logo-list li.not-active {
  filter: grayscale(1);
  opacity: 0.65 !important;
}
.partenaires-logo-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  transform: scalex(1) scaley(1) translate3d(0, 0, 0);
  transition: all 0.1s ease-in-out 0s;
}
.partenaires-logo-list a:hover {
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.2);
  transform: scalex(1.05) scaley(1.05) translate3d(0, -5px, 0);
}
@media screen and (max-width: 992px) {
  .partenaires-logo-list a {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .partenaires-logo-list a {
    padding: 40px;
  }
}

.reference-item {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}
@media screen and (max-width: 1350px) {
  .reference-item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .reference-item {
    margin-bottom: 60px;
  }
}
.reference-item:last-child {
  margin-bottom: 0;
}
.reference-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .reference-item {
    flex-direction: column;
  }
  .reference-item:nth-child(even) {
    flex-direction: column;
  }
}

.reference-item__plus {
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-image: url(../img/cross.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.reference-item:not(:nth-child(2n)) .reference-item__plus {
  right: 41px;
}

.reference-item__media {
  position: relative;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  padding-top: 38%;
}
.reference-item__media > div {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 100%;
}
.reference-item__media .vid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reference-item__media .gallery-item {
  width: 100%;
  height: 100%;
}
.reference-item__media .gallery-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .reference-item__media {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 35%;
  }
  .reference-item__media > div {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .reference-item__media {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 65%;
    margin-bottom: 15px;
  }
  .reference-item__media > div {
    width: 100%;
  }
}

.reference-item__text-content {
  flex: 0 0 37.5%;
  max-width: 37.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reference-item__text-content div {
  max-width: 100%;
}
.reference-item__text-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3b302a;
}
@media screen and (max-width: 992px) {
  .reference-item__text-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .reference-item__text-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.reference-item:nth-child(odd) .reference-item__text-content {
  text-align: left;
}
.reference-item:nth-child(odd) .reference-item__media > div,
.reference-item:nth-child(odd) .reference-item__media .gallery-item {
  left: 0;
  right: auto;
}
.reference-item:nth-child(odd) .reference-item__year:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -170px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #1a1918;
}
@media screen and (max-width: 576px) {
  .reference-item:nth-child(odd) .reference-item__year:before {
    display: none;
  }
}

.reference-item:nth-child(even) .reference-item__text-content {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .reference-item:nth-child(even) .reference-item__text-content {
    text-align: left;
  }
}
.reference-item:nth-child(even) .reference-item__media > div,
.reference-item:nth-child(even) .reference-item__media .gallery-item {
  left: auto;
  right: 0;
}
.reference-item:nth-child(even) .reference-item__year:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -170px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #1a1918;
}
@media screen and (max-width: 576px) {
  .reference-item:nth-child(even) .reference-item__year:after {
    display: none;
  }
}

.reference-item__year {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #9ac42f;
  margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
  .reference-item__year {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .reference-item__year {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.reference-item__title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3b302a;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 1350px) {
  .reference-item__title {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 992px) {
  .reference-item__title {
    font-size: 22.5px;
    font-size: 2.25rem;
    margin: 0 0 20px 0;
  }
}

.block-contact {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 115px;
}
@media screen and (max-width: 992px) {
  .block-contact {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .block-contact {
    margin-bottom: 30px;
  }
}
.block-contact__plus {
  position: absolute;
  bottom: -43.5px;
  right: 0;
  display: block;
  width: 80px;
  height: 120px;
  background-size: 120px;
  background-position: 10px 0;
  z-index: 1;
}

.block-contact__text {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  color: #1a1918;
  background-color: white;
  padding: 25px 0;
}
@media screen and (max-width: 992px) {
  .block-contact__text > .container {
    width: 100%;
  }
}
.block-contact__text .row--center > .col {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
.block-contact__text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-contact__text ul.contact__address-tel {
  margin-bottom: 70px;
}
@media screen and (max-width: 1350px) {
  .block-contact__text ul.contact__address-tel {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .block-contact__text ul.contact__address-tel {
    margin-bottom: 20px;
  }
}
.block-contact__text ul.contact__social {
  margin-bottom: 35px;
}
@media screen and (max-width: 1350px) {
  .block-contact__text ul.contact__social {
    margin-bottom: 20px;
  }
}

.block-contact__text__content {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 8.3333333333%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1800px) {
  .block-contact__text__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .block-contact__text__content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.block-contact__img {
  position: relative;
  flex: 0 0 56%;
  max-width: 56%;
  padding-top: 35%;
  margin-left: -56%;
}
.block-contact__img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .block-contact__img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 50%;
  }
}

.block-contact__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .block-contact__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact__address-tel li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
.contact__address-tel li a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .contact__address-tel li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact__tel {
  margin-top: 5px;
}

.contact__mail {
  font-size: 108px;
  font-size: 10.8rem;
  color: #9ac42f;
  display: block;
  margin-bottom: 35px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact__mail {
    margin-bottom: 20px;
  }
}

.contact__social li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.contact__social li:last-child {
  margin-bottom: 0;
}
.contact__social a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .contact__social li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.header.header--nous {
  padding-bottom: 50px;
}

.page-intro {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
}

.page-intro__text {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  color: #1a1918;
  background-color: white;
  padding: 168px 0;
}
@media screen and (max-width: 992px) {
  .page-intro__text {
    padding: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  .page-intro__text > .container {
    width: 100%;
  }
}
.page-intro__text .row--center > .col {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
.page-intro__text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-intro__text ul.contact__address-tel {
  margin-bottom: 70px;
}
@media screen and (max-width: 1350px) {
  .page-intro__text ul.contact__address-tel {
    margin-bottom: 35px;
  }
}
.page-intro__text ul.contact__social {
  margin-bottom: 35px;
}
@media screen and (max-width: 1350px) {
  .page-intro__text ul.contact__social {
    margin-bottom: 20px;
  }
}

.page-intro__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 8.3333333333%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1800px) {
  .page-intro__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .page-intro__content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.page-intro__content > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 1350px) {
  .page-intro__content > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-intro__title {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "eurostile-bold";
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #9ac42f;
}
.page-intro__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 992px) {
  .page-intro__title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-intro__img {
  position: relative;
  flex: 0 0 42%;
  max-width: 42%;
  padding-top: 35%;
  margin-left: -42%;
}
.page-intro__img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-intro__img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 50%;
  }
}

.page-intro__copy h3, .page-intro__copy h4 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: #3b302a;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-intro__copy h3:after, .page-intro__copy h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 66%;
  height: 1px;
  background-color: #d5d1cf;
  left: 0;
  bottom: 0;
}
.page-intro__copy p {
  color: #675952;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1.5555555556;
  letter-spacing: 0.05em;
}
.page-intro__copy p:last-child {
  margin-bottom: 0;
}
.page-intro__copy .btn {
  margin-top: 30xp;
}
@media screen and (max-width: 1800px) {
  .page-intro__copy h3, .page-intro__copy h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .page-intro__copy p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro__copy h3, .page-intro__copy h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .page-intro__copy p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.contact__address-tel {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.contact__tel {
  margin-top: 5px;
}

.contact__mail {
  font-size: 18px;
  font-size: 1.8rem;
  color: #9ac42f;
  display: block;
  margin-bottom: 35px;
  text-decoration: none;
}
.contact__mail i {
  display: inline-block;
  font-size: 1.3em;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .contact__mail {
    margin-bottom: 20px;
  }
}

.contact__social {
  font-size: 16px;
  font-size: 1.6rem;
}
.contact__social li {
  margin-bottom: 10px;
}
.contact__social li:last-child {
  margin-bottom: 0;
}
.contact__social a {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding-left: 25px;
  transition: all 0.3s ease-in-out 0s;
}
.contact__social a:hover {
  color: #9ac42f;
}
.contact__social a i {
  position: absolute;
  top: 2px;
  left: 0;
}

.ticked-list-block {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  .ticked-list-block {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.ticked-list-block > .row {
  width: 100%;
}

.ticked-list__item {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-bottom: 60px;
}
.ticked-list__item:before {
  content: "\e908";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 30px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ticked-list__item > div {
  position: relative;
  padding-left: 60px;
}
.ticked-list__item p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ticked-list__item {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .ticked-list__item {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

.avantages--avenir {
  position: relative;
}

.avantages--avenir .ticked-list__item:before {
  content: "";
  font-family: initial;
  background: url("../img/icons/avenir-arrow.png") no-repeat center/contain;
  width: 30px;
  height: 30px;
}

.avantages--avenir section.section:before, .avantages--avenir section.section:after {
  content: "";
  font-family: initial;
  background: url("../img/plus.png") no-repeat center/contain;
  width: 80px;
  height: 80px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .avantages--avenir section.section:before, .avantages--avenir section.section:after {
    width: 40px;
    height: 40px;
  }
}
.avantages--avenir section.section:before {
  left: 0;
  top: 0;
  transform: translateX(calc(-50% + 11px)) translateY(calc(-50% + 11px));
}
@media screen and (max-width: 768px) {
  .avantages--avenir section.section:before {
    transform: translateX(calc(-50% + 5px)) translateY(calc(-50% + 5px));
  }
}
.avantages--avenir section.section:after {
  right: 0;
  bottom: 0;
  transform: translateX(calc(50% - 11px)) translateY(calc(50% + 11px));
}
@media screen and (max-width: 768px) {
  .avantages--avenir section.section:after {
    transform: translateX(calc(50% - 5px)) translateY(calc(50% + 5px));
  }
}

.ticked-list__title {
  color: #9ac42f;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 35px 0;
  letter-spacing: 0.05em;
}

.simple-content {
  margin-bottom: 80px;
}

.simple-content__title {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 1350px) {
  .simple-content__title {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.simple-content__title h2, .simple-content__title h3, .simple-content__title h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "eurostile-bold";
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #9ac42f;
}
.simple-content__title h2:after, .simple-content__title h3:after, .simple-content__title h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20%;
  height: 1px;
  background-color: currentColor;
}

.simple-content__text {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 10%;
}
@media screen and (max-width: 1350px) {
  .simple-content__text {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .simple-content__text {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .simple-content__text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.icon-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 992px) {
  .icon-list__list {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.icon-list__list li {
  text-align: center;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.icon-list__list li h2, .icon-list__list li h3, .icon-list__list li h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 992px) {
  .icon-list__list li {
    font-size: 16px;
    font-size: 1.6rem;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .icon-list__list li {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 576px) {
  .icon-list__list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.icon-list__list--large {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.icon-list__list--large li {
  padding: 0 30px;
}
@media screen and (max-width: 1350px) {
  .icon-list__list--large li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1350px) {
  .icon-list__list--large li {
    padding: 0 15px;
  }
}
.icon-list__list img {
  width: auto;
  max-width: 90px;
}
@media screen and (max-width: 992px) {
  .icon-list__list img {
    max-width: 70px;
  }
}

.testimonial {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1350px) {
  .testimonial {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.testimonial__img {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}
.testimonial__img .img {
  padding-top: 50%;
}
@media screen and (max-width: 992px) {
  .testimonial__img {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

.testimonial__text {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #675952;
}
.testimonial__text > div {
  margin-bottom: 30px;
}
.testimonial__text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}
.testimonial__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .testimonial__text {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

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

.img-text-block {
  overflow: hidden;
}
.img-text-block #carte {
  max-width: 100%;
}

.img-text-block__title {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "eurostile-bold";
  color: #9ac42f;
}
.img-text-block__title:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 10px;
  display: block;
  width: 290px;
  height: 1px;
  background-color: #9ac42f;
}
@media screen and (max-width: 1350px) {
  .img-text-block__title {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block__title {
    margin-bottom: 50px;
  }
}

.img-text-block__img {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 75px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .img-text-block__img {
    padding-right: 35px;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block__img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .img-text-block__img img {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}

.img-text-block__text {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  position: relative;
  background-color: #9ac42f;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.img-text-block__text > div {
  position: relative;
  padding-left: 120px;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .img-text-block__text > div {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block__text > div {
    padding: 0;
  }
}
.img-text-block__text a {
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}
.img-text-block__text a:hover {
  color: #3b302a;
}
.img-text-block__text:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  width: 2000px;
  height: 100%;
  background-color: #9ac42f;
}
.img-text-block__text h2, .img-text-block__text h3, .img-text-block__text h4 {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "eurostile-extended";
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.img-text-block__text h2:after, .img-text-block__text h3:after, .img-text-block__text h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  bottom: 0;
}
.img-text-block__text h2:not(:first-child), .img-text-block__text h3:not(:first-child), .img-text-block__text h4:not(:first-child) {
  margin-top: 40px;
}
.img-text-block__text p {
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1350px) {
  .img-text-block__text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .img-text-block__text {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block__text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .img-text-block__text:before {
    left: -20px;
    z-index: 1;
  }
}

/*Carte svg*/
@media screen and (max-width: 768px) {
  #carte {
    max-height: 300px;
  }
}

.st0 {
  fill: #EEECEB;
}

.st1 {
  fill: #A1A0A0;
}

.st2 {
  fill: #B6DB8A;
}

.st3 {
  fill: none;
  stroke: rgb(196.5774647887, 193.1408450704, 191.4225352113);
  stroke-miterlimit: 10;
  animation: mappulse 2s ease-in-out infinite;
  transform-origin: 63% 74%;
}

.st4 {
  fill: none;
  stroke: rgb(196.5774647887, 193.1408450704, 191.4225352113);
  stroke-miterlimit: 10;
  animation: mappulse 2s ease-in-out 1s infinite;
  transform-origin: 63% 74%;
}

@keyframes mappulse {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.press-block > .row {
  align-items: flex-start;
}

.press-block__list {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .press-block__list {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.press-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 45px;
}
@media screen and (max-width: 992px) {
  .press-list {
    padding-left: 0;
  }
}
.press-list li {
  padding: 35px 0;
  border-bottom: 1px solid #e8e6e5;
  text-transform: uppercase;
}
.press-list li:first-child {
  padding-top: 0;
}
.press-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.press-list a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #1a1918;
}
.press-list a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
  color: #9ac42f;
  content: "\f067";
  position: absolute;
  top: 0px;
  left: -45px;
  font-size: 23px;
  font-size: 2.3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.press-list a.active, .press-list a:hover {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.press-list a.active:before, .press-list a:hover:before {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .press-list a.active:before, .press-list a:hover:before {
    display: none;
    opacity: 0;
  }
}

.press-block__media {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  position: sticky;
  top: 159px;
  display: flex;
  justify-content: flex-end;
}
.press-block__media > * {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 159px);
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 80%;
}
.press-block__media iframe {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .press-block__media {
    display: none;
  }
}

.map-block {
  position: relative;
  min-height: 40vw;
}
.map-block .col {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 1800px) {
  .map-block .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.map-block__item {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.map-block__item .img {
  transform-origin: bottom;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
}
.map-block__item:hover .img {
  transform: scale(1.05);
}
.map-block__item:hover .map-block__item__title:after {
  width: 125px;
}

.map-block__map {
  position: sticky !important;
  width: 40%;
  padding-top: 43%;
  background-color: #e8e6e5;
  top: 115px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .map-block__map {
    width: 100%;
    padding-top: 0;
    height: 40vh;
    position: relative !important;
    margin-bottom: 40px;
    min-height: 400px;
    top: 0px;
  }
}

.map-block__list {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 60%;
  max-width: 60%;
  margin-top: -43vw;
}
@media screen and (max-width: 768px) {
  .map-block__list {
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gm-style-iw,
.gm-style-iw-d {
  max-height: 9999px !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
}

.g-info-w {
  padding-top: 20px !important;
}

.g-info-w__title {
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3b302a;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 20px;
  padding-top: 0;
}
.g-info-w__title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #9ac42f;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.g-info-w__area {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.g-info-w__info {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-top: 0;
}

.g-info-w__btn {
  width: 100%;
}

.section--promoteur-engage {
  position: relative;
}
.section--promoteur-engage:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  width: 75px;
  height: 120px;
  background-image: url(../img/cross.svg);
  background-size: 120px;
  background-position-x: right;
}
@media screen and (max-width: 768px) {
  .section--promoteur-engage:after {
    display: none;
  }
}

.home-last-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.home-last-block > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .home-last-block > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-last-block__text-content {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 768px) {
  .home-last-block__text-content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.home-last-block .img {
  width: 100%;
  padding-top: 69%;
}
@media screen and (max-width: 768px) {
  .home-last-block .img {
    margin-top: 30px;
  }
}
.home-last-block a {
  color: #FFFFFF;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}
.home-last-block a:hover {
  color: #9ac42f;
}
@media screen and (max-width: 1350px) {
  .home-last-block {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 992px) {
  .home-last-block {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.home-last-block__title {
  position: relative;
  margin-left: -25%;
  font-family: "eurostile-bold";
  line-height: 1.1111111111;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #9ac42f;
}
.home-last-block__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 290px;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 992px) {
  .home-last-block__title {
    margin-left: 0%;
  }
}

.cuisine-sdb {
  margin-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cuisine-sdb {
    margin-bottom: 40px;
  }
}
.cuisine-sdb .col:first-child {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%;
  padding-right: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 3000px) {
  .cuisine-sdb .col:first-child {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 992px) {
  .cuisine-sdb .col:first-child {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cuisine-sdb .col:first-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.cuisine-sdb .col:first-child + .col {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  max-height: 395px;
  padding-left: 0;
  overflow: hidden;
}
@media screen and (min-width: 1801px) {
  .cuisine-sdb .col:first-child + .col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cuisine-sdb .col:first-child + .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
}
.cuisine-sdb .img {
  width: 100%;
  padding-top: 52%;
}

.cuisine-sdb__title {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "eurostile-extended";
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.cuisine-sdb__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: currentColor;
}

.cuisine-sdb__text {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media screen and (max-width: 1800px) {
  .cuisine-sdb__text {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 1350px) {
  .cuisine-sdb__text {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .cuisine-sdb__text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.cuisine-sdb__img {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 75px;
  display: flex;
  align-items: center;
}

.page-change .page-transition {
  animation: tobottom 0.8s ease-in-out forwards;
}

.page-transition {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(147.5358024691, 187.7728395062, 45.0271604938);
  z-index: 9999;
  bottom: 0;
  animation: totop 1.7s ease-in-out forwards;
}
.page-transition img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 210px;
  opacity: 0;
  animation: loadlogo 1.7s ease-in-out forwards;
}

@keyframes loadlogo {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes totop {
  0% {
    right: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@keyframes tobottom {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}
.page-template-page-references .section--references {
  padding-top: 0;
}

.page-template-page-habitat .header--nous {
  padding-top: 0;
}

.page-template-page-valeurs .header--nous {
  padding-top: 0;
}

.page-template-page-avendre .header--nous {
  padding-top: 0;
}

.single-bien header.header {
  margin-top: 145px;
}

.page-template-page-contact .header--nous {
  padding-top: 0;
}

.header--avenir {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  margin-bottom: 80px;
}
.header--avenir__logo-texte {
  position: absolute;
  bottom: 35%;
  left: 45%;
  z-index: 2;
}
.header--avenir__logo-texte img {
  display: block;
  height: auto;
  width: 420px;
}
@media screen and (max-width: 1350px) {
  .header--avenir__logo-texte img {
    width: 360px;
  }
}
@media screen and (max-width: 992px) {
  .header--avenir__logo-texte img {
    width: 280px;
  }
}
@media screen and (max-width: 1350px) {
  .header--avenir__logo-texte {
    bottom: 35%;
    left: 46%;
  }
}
@media screen and (max-width: 992px) {
  .header--avenir__logo-texte {
    display: none;
  }
}
.header--avenir__logo-demain {
  position: absolute;
  top: 60px;
  right: 80px;
  z-index: 2;
}
.header--avenir__logo-demain img {
  display: block;
  height: auto;
  width: 340px;
}
@media screen and (max-width: 992px) {
  .header--avenir__logo-demain {
    display: none;
  }
}
.header--avenir__logos-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .header--avenir__logos-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 0 40px;
  }
}
.header--avenir__logos-mobile img {
  display: block;
  height: auto;
  width: 42vw;
  max-width: 320px;
  min-width: 180px;
}
@media screen and (max-width: 768px) {
  .header--avenir__logos-mobile img {
    width: 60vw;
    max-width: 280px;
  }
}
@media screen and (max-width: 576px) {
  .header--avenir__logos-mobile img {
    width: 70vw;
  }
}

.full-width-gallery--single .full-width-gallery-img {
  width: 100%;
}

.header--home {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
}
.header--home h1 {
  position: relative;
  font-family: "eurostile-black";
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.05;
  padding-bottom: 25px;
  margin-bottom: 35px;
  line-height: 1;
}
.header--home h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background-color: currentColor;
  left: 50%;
  bottom: 0;
  margin-left: -75px;
}
.header--home h1 + div {
  padding: 0 20px;
}
.header--home h1 + div span {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 992px) {
  .header--home h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .header--home h1 + div span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .header--home h1 + div span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.header__bg,
.header__fg,
.header__vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__bg .img {
  width: 100%;
  height: 100%;
}

.header__vid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header__fg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
.header__fg > div {
  text-align: center;
}
.header__fg span {
  display: block;
}

.header--green {
  color: white;
  background-color: #9ac42f;
  margin-top: 100px;
  padding: 31px 0;
}
@media screen and (max-width: 1350px) {
  .header--green {
    padding: 27px 0;
  }
}
@media screen and (max-width: 992px) {
  .header--green {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .header--green {
    padding: 20px 0;
  }
}

.header--white {
  color: #1a1918;
  margin-top: 100px;
  padding: 85px 0;
}
@media screen and (max-width: 1350px) {
  .header--white {
    padding: 70px 0;
  }
}
@media screen and (max-width: 992px) {
  .header--white {
    padding: 55px 0;
  }
}
@media screen and (max-width: 768px) {
  .header--white {
    padding: 40px 0;
  }
}
.header--white .col {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 1800px) {
  .header--white .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.header-title,
.header-sup-title {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.4;
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  .header-title,
  .header-sup-title {
    max-width: 75%;
  }
}
@media screen and (max-width: 576px) {
  .header-title,
  .header-sup-title {
    max-width: 100%;
  }
}

.header-sup-title {
  display: inline-block;
  color: #9ac42f;
  font-family: "eurostile-extended";
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .header-sup-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.header-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
  margin: 0;
}
@media screen and (max-width: 1800px) {
  .header-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1350px) {
  .header-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 992px) {
  .header-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1350px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--no-padding-bottom {
  padding-bottom: 0;
}
.section--no-padding-top {
  padding-top: 0;
}
.section--no-pading {
  padding: 0;
}

.section--home-top {
  position: relative;
}
.section--home-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: calc(100% + 100px);
  background-color: #9ac42f;
}
@media screen and (max-width: 1350px) {
  .section--home-top:after {
    width: 45px;
  }
}
@media screen and (max-width: 992px) {
  .section--home-top:after {
    display: none;
  }
}

.section--full-width-carrousel {
  padding: 0;
  margin-bottom: 60px;
}

.section--nos-biens-content {
  padding-top: 0;
}
.section--nos-biens-content .row:not(.row--center) {
  align-items: flex-start;
}
.section--nos-biens-content .col {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: 1350px) {
  .section--nos-biens-content .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.section--contact,
.section--map {
  padding-top: 0;
}

.section--brown {
  background-color: #3b302a;
  color: white;
}

.section--page-intro {
  padding-top: 0;
}

.nos-biens__content {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 992px) {
  .nos-biens__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.nos-biens__description-block {
  padding: 55px 40px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .nos-biens__description-block {
    padding: 35px 20px;
  }
}

.nos-biens__title {
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}

.nos-biens__sub-title {
  background-color: #9ac42f;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 30px 20px;
}

.nos-biens__description-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 20px;
}
.nos-biens__description-list li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #b9b7b7;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.nos-biens__description-list li:first-child {
  padding-top: 0;
}
.nos-biens__description-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.nos-biens__text {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .nos-biens__text {
    padding: 0 40px;
  }
}

.nos-biens__sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 30%;
  max-width: 30%;
  position: sticky;
  top: 159px;
  padding: 50px 80px 0 80px;
}
@media screen and (max-width: 1800px) {
  .nos-biens__sidebar {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .nos-biens__sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 50px 0 50px;
    position: relative;
    top: 0;
    margin-bottom: 60px;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
}
.nos-biens__sidebar img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-bottom: 65px;
}
@media screen and (max-width: 992px) {
  .nos-biens__sidebar img {
    margin: auto;
  }
}

.nos-biens__sidebar__title {
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nos-biens__sidebar__address {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 18px;
}
.nos-biens__sidebar__address li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 992px) {
  .section--nos-biens-content .row {
    flex-direction: column-reverse;
  }
}

.nos-biens__sidebar__contact {
  display: block;
  margin-bottom: 50px;
}
.nos-biens__sidebar__contact span:after {
  content: "-";
  padding: 0 0.2em 0 0.4em;
}
.nos-biens__sidebar__contact a {
  color: inherit;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}
.nos-biens__sidebar__contact a:hover, .nos-biens__sidebar__contact a:focus {
  color: #9ac42f;
}

.footer {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}

.footer__main {
  background-color: #e8e6e5;
  padding: 35px 0;
}

.footer__sup {
  background-color: white;
  padding: 75px 0;
  text-align: center;
}
.footer__sup span {
  position: relative;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #675952;
}
.footer__sup span:after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 50%;
  display: block;
  width: 1px;
  height: 70px;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .footer__sup {
    padding: 0 0 45px 0;
  }
  .footer__sup span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer__sup span:after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 50%;
    display: block;
    width: 1px;
    height: 45px;
    background-color: currentColor;
  }
}

.footer__sub {
  background-color: #d5d1cf;
  padding: 20px 0;
}

.footer-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  color: #1a1918;
}
@media screen and (max-width: 768px) {
  .footer-heading {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 15px;
  font-size: 1.5rem;
}
.contact-list li {
  position: relative;
  margin-right: 50px;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
.contact-list li:after {
  content: "•";
  color: #9ac42f;
  position: absolute;
  top: -15%;
  right: -29px;
  font-size: 20px;
  font-size: 2rem;
}
.contact-list li:last-child {
  margin-right: 0;
}
.contact-list li:last-child:after {
  content: "";
}
.contact-list a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
}
.contact-list a:hover {
  color: #9ac42f;
}
@media screen and (max-width: 992px) {
  .contact-list {
    flex-direction: column;
  }
  .contact-list li {
    margin-right: 0;
  }
  .contact-list li:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-list {
    margin-bottom: 30px;
  }
}

.footer__logo a {
  display: block;
  width: 300px;
}
.footer__logo a img {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .footer__logo a {
    width: 250px;
  }
}
@media screen and (max-width: 992px) {
  .footer__logo a {
    width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .footer__logo a {
    width: 150px;
  }
}/*# sourceMappingURL=main.css.map */