:root {
  --border-tab: #353535;
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.hero-vdo-container {
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 95px;
  display: flex;
  position: relative;
}

.hero-vdo {
  cursor: pointer;
  align-self: center;
  width: 100%;
}

.navbar {
  z-index: 10;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-menu {
  border-radius: 6px;
  padding-top: 25%;
  padding-right: 20%;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 15px;
}

.nav-link:hover {
  color: #bebebe;
  letter-spacing: 2px;
  font-weight: 500;
}

.nav-link:focus {
  font-weight: 500;
}

.nav-link.nav-middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.nav-link.nav-middle.w--current {
  color: #ff2140;
}

.section {
  justify-content: center;
  width: 100%;
  padding: 0 30px;
}

.container {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.joyau-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 40%;
  padding-right: 15%;
  display: flex;
}

.arrow-slider {
  transform: rotate(180deg);
}

.swiper-wrapper {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slide-pers-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
}

.slider-pers-prev {
  z-index: 100;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 100px;
  padding: 15px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.img {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.caption-text {
  color: #000;
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4em;
  position: static;
  top: auto;
  bottom: 21px;
  left: 0%;
  right: 0%;
}

.slider-pers-next {
  z-index: 10;
  cursor: pointer;
  align-items: center;
  width: 200px;
  height: 100px;
  padding: 15px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.swiper-slide {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
}

.slider-pers-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

.section-exterieur {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.exterieur-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.filet {
  background-color: #adaeb1;
  width: 100%;
  max-width: 370px;
  height: 1px;
}

.section-chiffres-cles {
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  padding-top: 181px;
  padding-bottom: 181px;
  display: flex;
  position: relative;
}

.grid-chiffres-cles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  width: 80%;
  max-width: 1200px;
  padding-left: 5%;
}

.grid-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Bebasneue, sans-serif;
  font-size: 2em;
  line-height: 1.4em;
  position: relative;
}

.grid-text {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.2em;
}

.grid__item {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.grid__item.rightbottom {
  border-right: 1px solid #353535;
  border-bottom: 1px solid var(--border-tab);
  position: relative;
}

.grid__item.bottom {
  border-bottom: 1px solid var(--border-tab);
  position: relative;
}

.grid__item.right {
  border-right: 1px solid var(--border-tab);
  position: relative;
}

.titre-vertical {
  color: #fff;
  letter-spacing: 8px;
  justify-content: center;
  align-items: center;
  width: 750px;
  font-family: Avenirltstd, sans-serif;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1em;
  display: inline-flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -280px;
  right: auto;
  transform: rotate(-90deg);
}

.section-enviro {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.logos-labels-wrapper {
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.enviro-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 35%;
  max-width: 600px;
  padding-left: 50px;
  padding-right: 15px;
  display: flex;
}

.enviro-img {
  width: 70%;
}

.labels-cell {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  object-fit: fill;
  padding: 0;
}

.section-quartier {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-img {
  object-fit: contain;
  align-self: flex-start;
  width: 57%;
}

.time-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 45%;
  padding-bottom: 10%;
  padding-left: 50px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-adresses {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 80px;
  display: block;
}

.titre-adresses {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Avenirltstd, sans-serif;
  font-size: 3.4em;
  font-weight: 900;
  line-height: 1em;
  display: inline-flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 10px;
  display: flex;
}

.img-bar {
  z-index: 5;
  width: 50%;
  position: relative;
}

.tab-dest {
  width: 80%;
  margin-top: 70px;
  margin-bottom: 50px;
}

.form-wrapper {
  width: 65%;
  padding-bottom: 37px;
  padding-left: 37px;
  padding-right: 37px;
}

.mention-text {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 300;
}

.container-adresses {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-adresses-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
  overflow: hidden;
}

.slider-adresses {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-adresses-prev {
  z-index: 100;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 100px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.slider-adresses-next {
  z-index: 10;
  cursor: pointer;
  align-items: center;
  width: 200px;
  height: 100px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.adresses-titre {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

.caption-wrapper {
  background-color: #fff;
  width: 100%;
  padding: 25px 25px 55px;
}

.crochets-wrapper {
  background-image: url('../images/crochets-pers-right.svg'), url('../images/crochets-pers.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  width: 60%;
  padding: 50px 50px 0;
}

.header-logo {
  width: 350px;
  margin-top: 15px;
  margin-left: 2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.anim-chiffres {
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.anim-photo {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: 26%;
  right: auto;
}

.img-exterieur {
  object-fit: contain;
  width: 60%;
}

.logos-illus-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  display: flex;
}

.paragrap-ext {
  max-width: 350px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

.anim-logo-footer {
  flex: 0 auto;
  width: 300px;
  margin-top: -30px;
}

.legal-container {
  z-index: 200;
  background-color: #eee;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.close-wrapper {
  cursor: pointer;
  width: 60px;
  margin: 40px;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mentions-text {
  text-align: justify;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.h1-mentions {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.h2-mentions {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

.mentions-link {
  color: #000;
}

.h3-mentions {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
}

.paragraph-mentions {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.grid-img-top {
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-img-bottom {
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.label-hqe {
  padding: 15px;
}

.image {
  padding: 0 8px 8px;
}

.label-eco-energie {
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .hero-vdo-container {
    margin-bottom: 35px;
  }

  .navbar {
    display: none;
  }

  .container {
    flex-flow: column;
  }

  .joyau-wrapper {
    width: 80%;
  }

  .caption-text {
    margin-top: 15px;
    bottom: 0;
  }

  .slider-pers-wrapper {
    height: 70vw;
    max-height: 700px;
  }

  .exterieur-wrapper {
    padding-right: 0%;
  }

  .grid-title {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .titre-vertical {
    font-size: 2.6em;
    left: -315px;
  }

  .section-enviro {
    flex-flow: column;
  }

  .logos-labels-wrapper {
    width: 40%;
    max-width: 240px;
    margin-left: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .enviro-wrapper {
    width: 90%;
  }

  .enviro-img {
    width: 60%;
  }

  .section-quartier {
    flex-flow: column;
  }

  .map-img {
    width: 100%;
  }

  .time-wrapper {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 90px;
  }

  .titre-adresses {
    font-size: 2.6em;
  }

  .footer-wrapper {
    flex-flow: wrap-reverse;
    align-items: flex-start;
    width: 90%;
  }

  .tab-dest {
    margin-top: 10px;
  }

  .form-wrapper {
    width: 100%;
  }

  .slider-adresses-wrapper {
    max-height: 700px;
  }

  .crochets-wrapper {
    width: 90%;
    margin-top: 60px;
  }

  .header-logo {
    width: 150px;
  }

  .anim-chiffres, .anim-photo {
    display: none;
  }

  .img-exterieur {
    width: 55%;
  }

  .logos-illus-wrapper {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .anim-logo-footer {
    width: 150px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .joyau-wrapper {
    width: 100%;
  }

  .slider-pers-prev {
    width: 150px;
  }

  .img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-pers-next {
    width: 150px;
  }

  .slider-pers-wrapper {
    height: 300px;
    max-height: 600px;
  }

  .section-exterieur {
    flex-flow: column-reverse;
  }

  .exterieur-wrapper {
    width: 90%;
    padding-left: 0%;
  }

  .section-chiffres-cles {
    align-items: center;
    padding-top: 115px;
    padding-bottom: 50px;
  }

  .grid-chiffres-cles {
    width: 90%;
    padding-left: 0%;
  }

  .grid-title {
    font-size: 1.6em;
    line-height: 1em;
  }

  .grid-text {
    font-size: .9em;
  }

  .titre-vertical {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    font-size: 2em;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .logos-labels-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .enviro-wrapper {
    margin-top: 25px;
    padding-left: 20px;
  }

  .time-wrapper {
    width: 100%;
  }

  .section-adresses {
    padding-left: 15px;
    padding-right: 15px;
  }

  .titre-adresses {
    margin-bottom: 30px;
    font-size: 1.6em;
  }

  .form-wrapper {
    padding: 30px 0 0;
  }

  .slider-adresses-wrapper {
    max-height: 600px;
  }

  .slider-adresses-prev, .slider-adresses-next {
    justify-content: flex-start;
    width: 100px;
  }

  .crochets-wrapper {
    width: 100%;
    padding-top: 35px;
  }

  .header-logo {
    width: 80px;
    margin-top: 10px;
  }

  .img-exterieur {
    width: 100%;
    margin-top: 30px;
  }

  .logo-footer {
    margin-top: 50px;
  }

  .anim-logo-footer {
    width: 120px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .joyau-wrapper {
    padding-right: 0%;
  }

  .swiper-wrapper {
    height: 200px;
  }

  .slider-pers-prev {
    padding-left: 0;
    padding-right: 0;
  }

  .img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .caption-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .6em;
  }

  .slider-pers-next {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-pers-wrapper {
    height: 90vw;
    max-height: 300px;
  }

  .heading {
    font-size: 1.4em;
  }

  .section-exterieur {
    margin-top: 10px;
  }

  .grid-title {
    font-size: 1em;
  }

  .grid-text {
    font-size: .7em;
  }

  .titre-vertical {
    font-size: 1.2em;
    transform: none;
  }

  .logos-labels-wrapper {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .enviro-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .enviro-img {
    width: 80%;
  }

  .time-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .titre-adresses {
    letter-spacing: 4px;
    font-size: .8em;
  }

  .img-bar {
    width: 100%;
  }

  .tab-dest {
    width: 120%;
  }

  .slider-adresses-wrapper {
    max-height: 550px;
  }

  .slider-adresses-prev, .slider-adresses-next {
    padding-left: 0;
    padding-right: 0;
  }

  .crochets-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 20px;
  }

  .header-logo {
    width: 60px;
  }

  .logos-illus-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .logo-footer {
    width: 40%;
  }

  .anim-logo-footer {
    width: 90px;
    margin-top: 40px;
  }
}

#w-node-_337acdc1-4900-37ab-b6d7-7a93a88b3878-6cfaf6cf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}