:root {
  --medium-aquamarine: #56ba9e;
  --lime-green: #78c043;
  --light-goldenrod-yellow: #d8f7c1;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #414141;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

a {
  color: var(--medium-aquamarine);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--lime-green);
}

.slide-nav {
  font-size: 7px;
  display: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.brand {
  transition: opacity .2s;
}

.brand:hover {
  opacity: .8;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
}

.nav-link:hover {
  color: var(--light-goldenrod-yellow);
}

.nav-link.w--current {
  color: var(--white);
  font-weight: 600;
}

.nav-logo-wrap {
  flex: none;
}

.hero-content-container {
  z-index: 90;
  text-align: center;
  background-image: url('../images/circle.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
  position: absolute;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-subhead {
  color: #fff;
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
}

.hero-subhead._10-bot-margin {
  margin-bottom: 10px;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.block-content {
  background-color: var(--white);
  color: #414141;
  border: 1px #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28%;
  margin-top: 4vw;
  margin-bottom: 2vw;
  margin-right: 5%;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 7vw 12vw;
  position: relative;
}

.section.dark {
  color: var(--white);
  background-color: #414141;
  align-items: flex-start;
  height: auto;
  padding-top: 5vw;
  display: flex;
}

.section.green {
  background-color: var(--lime-green);
  color: var(--white);
}

.section.bg-image-1 {
  color: var(--white);
  background-image: url('../images/Did-you-know-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12vw;
  padding-bottom: 8vw;
}

.section.light-green {
  background-color: #d8f7c1;
  align-items: flex-start;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.section.footer {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

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

.section.copyright {
  margin-top: 40px;
  padding: 20px 0;
}

.section.no-padding-full {
  padding: 0;
}

.hero-heading {
  color: var(--white);
  font-size: 60px;
  line-height: 65px;
}

.hero-heading._10-top-margin {
  margin-top: 10px;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 96vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-image {
  width: 100%;
  height: auto;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

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

.image-full-width.top {
  object-position: 50% 50%;
  display: block;
  position: relative;
}

.arrow-hidden {
  color: #0000007a;
  align-items: flex-start;
  height: 50px;
  margin-top: 0;
  margin-left: -21px;
  display: none;
  inset: 0% auto auto 0%;
}

.arrow-hidden.right {
  margin-left: 30px;
}

.arrow-hidden.shown {
  display: block;
}

.hero-content {
  width: 70%;
}

.image-clientele {
  max-width: 120%;
  margin-top: -20px;
  margin-bottom: 10px;
}

.div-flex-h {
  flex-wrap: wrap;
  display: flex;
}

.div-flex-h.justify-space-between {
  justify-content: space-between;
}

.div-flex-h.align-center {
  align-items: center;
}

.section-label {
  background-color: var(--lime-green);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
}

.section-label.white {
  background-color: var(--white);
  color: var(--lime-green);
}

.div-31 {
  color: #fff;
  width: 30%;
  margin-bottom: 20px;
  margin-right: 3%;
  text-decoration: none;
}

.div-31:hover {
  color: var(--light-goldenrod-yellow);
}

.div-absolute {
  z-index: 99;
  justify-content: center;
  margin-top: -20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-absolute.position-2 {
  justify-content: flex-start;
  padding-left: 4vw;
}

.div-absolute.position-3 {
  z-index: 999;
  justify-content: flex-start;
  margin-top: 0;
  padding-left: 0;
}

.div-40 {
  width: 40%;
}

.div-50 {
  width: 50%;
}

.div-50.left-margin-auto {
  margin-left: auto;
  position: relative;
}

.div-50.align-center {
  align-items: center;
  display: flex;
}

.div-50.justify-end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.light-heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.block-saviez-vous {
  background-color: var(--white);
  color: #414141;
  border: 1px #000;
  flex: none;
  justify-content: center;
  margin-bottom: 2vw;
  padding: 1vw 4vw 2vw;
  font-weight: 300;
  position: relative;
}

.heading-bigger {
  font-size: 35px;
  line-height: 40px;
}

.heading-bigger.bottom-margin {
  margin-bottom: 30px;
}

.button-lightgreen {
  background-color: var(--light-goldenrod-yellow);
  color: #414141;
  border-radius: 40px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.button-lightgreen:hover {
  background-color: var(--lime-green);
  color: var(--white);
}

.slide-nav-team {
  font-size: 7px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.div-team-slider {
  color: var(--white);
  background-color: #414141;
  width: 50%;
  padding: 3vw;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
  position: absolute;
}

.text-nom {
  margin-top: 30px;
  font-size: 14px;
  line-height: 21px;
}

.titre {
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.button-absolute {
  background-color: var(--lime-green);
  color: var(--white);
  border-radius: 40px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-absolute:hover {
  background-color: var(--light-goldenrod-yellow);
  color: #414141;
}

.button-absolute.mobile {
  display: none;
}

.tabs {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.tab-link {
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px solid #707070;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
}

.tab-link.w--current {
  color: var(--lime-green);
  background-color: #0000;
}

.tab-link.last {
  border-bottom-style: none;
}

.tabs-content {
  width: 60%;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.image-tabs {
  margin-bottom: 20px;
}

.form-newsletter {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-radius: 40px;
  width: 70%;
  height: 45px;
  margin-bottom: 0;
}

.form-newsletter-holder {
  width: 95%;
  margin-bottom: 0;
  display: flex;
}

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

.newsletter-form-button {
  color: var(--light-goldenrod-yellow);
  background-color: #414141;
  border-radius: 40px;
  padding: 10px 25px;
  font-weight: 700;
}

.button-green {
  background-color: var(--lime-green);
  color: var(--white);
  border-radius: 40px;
  margin-left: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.button-green:hover {
  background-color: var(--light-goldenrod-yellow);
  color: #414141;
}

.div-20 {
  width: 20%;
}

.div-20.right-padding {
  flex-direction: column;
  padding-right: 40px;
  display: flex;
}

.div-20.right-align {
  text-align: right;
  font-size: 36px;
}

.footer-heading {
  letter-spacing: 1px;
  border-bottom: 1px solid #414141;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
}

.footer-slogan {
  line-height: 40px;
}

.footer-link {
  margin-bottom: 5px;
}

.div-split-block {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 12vw;
  margin-bottom: 12vw;
  display: flex;
}

.div-split-block.align-top {
  align-items: flex-start;
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.div-split-block.top {
  align-items: flex-start;
}

.div-text {
  border: 1px #000;
  flex: none;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.section-hero-interior {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.required {
  color: var(--medium-aquamarine);
}

.text-field-rdv {
  border-radius: 40px;
  margin-bottom: 20px;
}

.text-field-rdv:focus {
  border: 1px solid var(--medium-aquamarine);
}

.text-field-rdv.hide {
  display: none;
}

.text-required {
  margin-top: 20px;
  font-size: 13px;
}

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

.container-800 {
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-48 {
  width: 48%;
}

.div-48.left-margin-auto {
  margin-left: auto;
  position: relative;
}

.div-48.align-center {
  align-items: center;
  display: flex;
}

.div-48.justify-end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: var(--white);
  padding-left: 15px;
  font-weight: 300;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 25px;
  margin-left: -10px;
  padding: 15px 10px;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}

.dropdown-link.w--current {
  color: #c2c2c2;
}

.block-telephone {
  z-index: 99;
  background-color: var(--lime-green);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 4% 4% auto;
}

.block-telephone:hover {
  color: var(--white);
}

.phone-number {
  display: none;
}

.link-block {
  border-radius: 30px;
  justify-content: flex-start;
  width: 60px;
  padding-left: 10px;
  right: 3%;
  box-shadow: 2px 2px 8px #00000030;
}

.slide-1 {
  height: auto;
  max-height: 60vw;
}

.mask {
  height: auto;
}

.div-top {
  object-position: 50% 100%;
  align-items: flex-end;
  height: 50vw;
  display: flex;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.clone-elements-inside-div {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1rem 1rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_link {
  text-decoration: underline;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_preference-component.show {
  display: flex;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component {
  z-index: 9500;
  max-width: 25rem;
  display: flex;
}

.fs-cc_custom-code {
  display: none;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.team-image {
  aspect-ratio: 2.5 / 3;
  object-fit: cover;
  object-position: 50% 40%;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  grid-column-gap: 2rem;
  cursor: grab;
  grid-template-rows: repeat(auto-fit, 1px);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  place-items: start;
  display: flex;
}

.swiper-slide {
  z-index: 0;
  flex: 1;
  align-items: flex-end;
  min-width: 21vw;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-slider_image, .home-slider_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

html.w-mod-js [data-ix="circle-load"] {
  opacity: 0;
  transform: translate(0, 50%);
}

html.w-mod-js [data-ix="circle-load-2"] {
  opacity: 0;
}

html.w-mod-js [data-ix="scroll-appear-from-bottom"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="scroll-appear-from-left"], html.w-mod-js [data-ix="scroll-appear-from-left-2"], html.w-mod-js [data-ix="scroll-appear-from-left-3"], html.w-mod-js [data-ix="scroll-appear-from-left-4"], html.w-mod-js [data-ix="scroll-appear-from-left-5"], html.w-mod-js [data-ix="scroll-appear-from-left-6"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="scroll-opacity-appear"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    text-align: left;
    background-color: #fffffff2;
    justify-content: flex-start;
    align-items: center;
    min-width: 240px;
    padding: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .menu-icon {
    font-size: 40px;
  }

  .nav-link {
    color: #414141;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px;
    font-weight: 500;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .menu-button {
    color: var(--white);
  }

  .menu-button.w--open {
    color: var(--light-goldenrod-yellow);
    background-color: #0000;
  }

  .hero-content-container {
    background-size: auto 70%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav {
    width: 100vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .nav-inner {
    width: 100vw;
    padding-bottom: 10px;
  }

  .block-content {
    width: 45%;
  }

  .section {
    padding: 6vw;
  }

  .section-hero {
    height: auto;
    max-height: 60vw;
  }

  .bg-image {
    height: auto;
  }

  .image-full-width {
    height: 100%;
    margin-top: 0;
  }

  .hero-content {
    width: 100%;
  }

  .image-clientele {
    max-width: 110%;
  }

  .div-team-slider {
    font-size: 16px;
    line-height: 21px;
  }

  .div-20 {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-slogan {
    font-size: 25px;
    line-height: 30px;
    display: none;
  }

  .div-split-block {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-interior {
    height: auto;
  }

  .dropdown-toggle {
    color: #414141;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    font-weight: 500;
  }

  .dropdown-toggle.w--open {
    margin-bottom: 0;
  }

  .dropdown-icon-mobile {
    position: relative;
  }

  .slide-1 {
    max-height: none;
  }

  .mask {
    height: auto;
  }

  .div-top {
    height: 100%;
  }

  .swiper-wrapper {
    position: relative;
  }

  .swiper-slide {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .brand {
    width: 200px;
  }

  .hero-content-container {
    background-size: auto 80%;
  }

  .hero-subhead {
    font-size: 20px;
    line-height: 26px;
  }

  .block-content {
    width: 100%;
    margin-top: 6vw;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 50px;
  }

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

  .image-full-width {
    object-fit: cover;
    height: 60vh;
    display: block;
  }

  .arrow-hidden {
    margin-top: 45px;
  }

  .image-clientele {
    max-width: 110%;
  }

  .div-flex-h {
    flex-direction: column;
  }

  .div-flex-h.align-center.mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-31 {
    width: 100%;
  }

  .div-40 {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-50 {
    width: 100%;
  }

  .div-50.top-margin-mobile {
    margin-top: 60px;
  }

  .slide-nav-team {
    margin-top: -45px;
  }

  .slider {
    margin-top: 30px;
  }

  .div-team-slider {
    order: 1;
    width: 100%;
    position: relative;
  }

  .button-absolute.mobile {
    order: 1;
    position: relative;
  }

  .tabs {
    flex-direction: column;
    margin-top: 40px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .tabs-content {
    width: 100%;
    padding-left: 0;
  }

  .form-newsletter-holder {
    width: 100%;
    margin-top: 20px;
  }

  .div-20 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .div-20.right-padding {
    padding-right: 0;
  }

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

  .div-split-block {
    flex-direction: column;
    margin-top: 4vh;
    margin-bottom: 4vh;
  }

  .div-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title.hidden-mobile {
    display: none;
  }

  .feature-image, .div-48 {
    width: 100%;
  }

  .div-48.top-margin-mobile {
    margin-top: 60px;
  }

  .slide-1 {
    height: 100%;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .swiper-slide {
    flex-flow: wrap;
    width: 100%;
    max-width: none;
  }

  .project-slider_image {
    flex: 1;
    min-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 160px;
  }

  .nav {
    margin-top: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .block-content {
    width: auto;
  }

  .section {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .section.dark {
    padding-top: 10vw;
  }

  .hero-heading {
    font-size: 33px;
    line-height: 40px;
  }

  .section-hero {
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    min-height: 500px;
  }

  .bg-image {
    align-self: center;
    height: 100%;
    position: absolute;
  }

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

  .arrow-hidden.shown {
    margin-top: 33px;
    margin-left: -28px;
    font-size: 22px;
  }

  .arrow-hidden.shown.right {
    margin-left: 6px;
  }

  .block-saviez-vous {
    width: auto;
  }

  .button-absolute {
    order: 1;
    position: relative;
  }

  .button-green {
    text-align: center;
    width: 90%;
  }

  .div-split-block {
    flex-direction: column;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .div-text {
    width: auto;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-hero-interior {
    height: 60vh;
  }

  .heading-small-mobile {
    font-size: 20px;
    line-height: 32px;
  }

  .block-telephone {
    bottom: 2%;
  }

  .slide-1 {
    height: 100%;
    max-height: 100%;
  }

  .mask {
    height: 100%;
  }

  .clone-elements-inside-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fs-cc_button {
    font-size: .7rem;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .fs-cc_description {
    font-size: .8rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .swiper-wrapper {
    grid-column-gap: 0rem;
    width: 100%;
    display: flex;
  }

  .swiper-slide {
    min-width: 100%;
    max-height: none;
  }
}


