:root {
  --black: black;
  --white: white;
  --color: red;
  --grey-3: #64748b;
  --grey-2: #94a3b8;
  --grey-1: #cbd5e1;
  --welding: #64748b;
  --grey-4: #475569;
  --grey-5: #0d172b;
}

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

.wrapper {
  background-color: var(--black);
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider {
  background-color: var(--black);
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
}

.div-side-right {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.div-img {
  background-image: url('../images/profilinox-home-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.div-img._2 {
  background-image: url('../images/profilinox-home-2.jpg');
}

.div-img._3 {
  background-image: url('../images/profilinox-home-3.jpg');
}

.div-side-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  display: flex;
}

.paragraph {
  font-size: 10em;
}

.sub-heading {
  color: var(--white);
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4;
}

.heading {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 5.6em;
  font-weight: 400;
  line-height: .9;
}

.menu-button-2 {
  z-index: 99;
}

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

.menu {
  z-index: 99999;
  cursor: pointer;
  width: 3.4em;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 0% auto 0% 0%;
}

.nav-link-underline {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.text-navbar {
  color: #fff;
  text-align: left;
  border-bottom: 1px #fff;
  font-family: Generalsans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .325s;
}

.text-navbar:hover {
  color: var(--grey-3);
  -webkit-text-stroke-color: red;
  border: 1px #000;
}

.navbar-link {
  color: var(--white);
  border: 1px #000;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  margin-right: 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-width .325s;
}

.navbar-link:hover {
  border: 1px #000;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  padding-right: 50px;
  display: flex;
}

.navbar {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 120px;
  margin-top: 2em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-link {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-left: 2em;
  display: flex;
}

.nav-menu {
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100svh;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  overflow: visible;
}

.div-header {
  z-index: 100;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 8vw;
  display: flex;
  position: absolute;
}

.container {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-header {
  box-sizing: border-box;
  height: 10em;
}

.left-arrow {
  background-image: url('../images/arrow-left-wt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  align-items: center;
  display: block;
}

.right-arrow {
  background-image: url('../images/arrow-right-wt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.body {
  background-color: var(--black);
  font-family: Generalsans, sans-serif;
  font-weight: 300;
}

.mask {
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.div-wrapper-side-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 72%;
  margin-top: 9em;
  display: flex;
}

.div-category {
  border: 2px solid var(--grey-3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  padding: .8em;
  display: flex;
}

.paragraph-2 {
  color: var(--grey-3);
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1;
}

.link-block-realisations {
  background-color: var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  padding: 1.2em;
  text-decoration: none;
  display: block;
}

.text-link-realisations {
  color: var(--black);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-bottom: -5px;
  font-family: Gt Walsheim Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.slide-nav {
  display: none;
}

.div-transition-pattern {
  background-image: url('../images/iron-pattern-bk.svg');
  background-position: 50% 100%;
  background-size: auto;
  height: 200px;
  margin-top: -20px;
  display: none;
}

.div-block {
  height: 400px;
}

.heading-2 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Walsheim Pro, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

.heading-2.left {
  color: #fff;
  text-align: left;
  font-family: Generalsans, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1;
}

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

.container-2 {
  grid-column-gap: 8em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2.murs, .container-2.sols, .container-2.boiseries {
  flex: 1;
  max-width: 1720px;
}

.div-column-image {
  background-image: url('../images/profilinox-section-garde-corps-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 60%;
  height: 31.25rem;
  position: relative;
}

.div-column-image.mur {
  background-image: url('../images/profilinox-section-escaliers.jpg');
  height: 31.25rem;
  position: relative;
}

.div-column-image.boiserie {
  background-image: url('../images/profilinox-section-construction.jpg');
  background-size: cover;
}

.paragraph-3 {
  color: #fff;
  text-align: right;
  margin-top: 1.6em;
  margin-bottom: 0;
  font-family: Gt Walsheim Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-3.left {
  color: var(--grey-2);
  text-align: left;
  font-family: Generalsans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.div-column {
  flex: 0 auto;
  width: 40%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.section {
  background-color: var(--black);
  color: #8b8b8b;
  justify-content: center;
  align-items: center;
  padding: 4em 8vw;
  display: flex;
}

.section.first {
  padding-top: 10em;
}

.section.last {
  padding-bottom: 10em;
}

.heading-3 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1;
}

.paragraph-4 {
  color: var(--grey-2);
  text-align: right;
  margin-top: 1.6em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-4 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Walsheim Pro, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

.heading-4.left {
  color: #fff;
  text-align: left;
  font-family: Generalsans, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1;
}

.paragraph-5 {
  color: #fff;
  text-align: right;
  margin-top: 1.6em;
  margin-bottom: 0;
  font-family: Gt Walsheim Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-5.left {
  color: var(--grey-2);
  text-align: left;
  font-family: Generalsans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.slide, .slide-2 {
  padding-left: 8vw;
  padding-right: 8vw;
}

.div-bespoke {
  z-index: 200;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bespoke-wt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  width: 15em;
  height: 15em;
  display: block;
  position: absolute;
  top: 220px;
  left: -110px;
}

.slide-3 {
  padding-left: 8vw;
  padding-right: 8vw;
}

.div-img-temp {
  border: 6px none var(--grey-3);
  border-radius: 100%;
  margin-left: .25em;
  position: relative;
}

.image {
  border: 1px #000;
  height: 8em;
}

.button-references {
  color: #051c2c;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-left: -2px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: color .375s;
  display: flex;
  position: relative;
}

.button-references:hover {
  color: var(--black);
}

.svg {
  z-index: 0;
  color: var(--white);
  transition: opacity .2s cubic-bezier(0, 2.405, 1, -1.508);
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-11 {
  z-index: 1;
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.text-block-11:hover {
  color: var(--black);
}

.going-up {
  z-index: 2000;
  background-color: var(--grey-1);
  background-image: url('../images/arrow-top-bk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem;
  border: .3em solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin: 1em 2em 2em 1em;
  text-decoration: none;
  transition: all .425s;
  display: flex;
  position: fixed;
  bottom: .125em;
  right: .125em;
}

.going-up:hover {
  background-color: var(--welding);
  border-color: #fff;
}

.logo-best-topo {
  width: 6em;
}

.logo-oai {
  width: 10em;
}

.div-logo-follow {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.phone {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  transition: color .375s;
  display: block;
}

.phone:hover {
  color: var(--welding);
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 84vh;
  margin-bottom: 0;
  padding: 4.2em 8vw 0;
  display: flex;
  position: relative;
}

.section-2.contact {
  background-color: var(--black);
  align-items: flex-start;
  height: auto;
  padding-top: 6em;
  padding-bottom: 6em;
}

.div-wrapper-contact {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1720px;
  display: flex;
}

.logo-sdk {
  width: 5em;
}

.adresse {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
  transition: color .375s;
}

.adresse:hover {
  color: var(--welding);
}

.img-facebook {
  max-width: 80%;
  display: block;
}

.logo-best-managemet {
  width: 6em;
}

.div-devis {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-phone {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  font-size: 1.1rem;
  line-height: 1.4rem;
  text-decoration: none;
  display: flex;
}

.link-block-phone:hover {
  color: var(--welding);
}

.logo-best, .logo-infratec {
  width: 6em;
}

.div-contact {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.img-linkedin {
  max-width: 80%;
}

.div-infos {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-iso {
  width: 6em;
}

.logo-madeinlux {
  width: 5em;
}

.img-instagram {
  max-width: 80%;
}

.div-logo-groupe {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.logo-doing {
  width: 8em;
}

.mail {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
  transition: color .375s;
}

.mail:hover {
  color: var(--welding);
}

.logo-vkon {
  width: 5em;
}

.subtitle-footer {
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Generalsans, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.link-social {
  width: 4em;
  margin-left: auto;
  margin-right: auto;
}

.link-block-email {
  color: #fff;
  align-items: center;
  margin-top: 1em;
  text-decoration: none;
  display: flex;
}

.link-block-email:hover {
  color: var(--welding);
}

.div-logo-certifications {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-best-go {
  width: 5em;
}

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

.link-block-adresse {
  text-decoration: none;
}

.text-horaires {
  color: #fff;
  white-space: normal;
  overflow-wrap: normal;
  max-width: 30ch;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.grid-footer {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.div-footer {
  background-color: var(--black);
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 8vw;
  display: block;
}

.text-footer-bottom {
  color: #fff;
  max-width: 1720px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Generalsans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.legal-2 {
  color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}

.legal-2:hover {
  text-decoration: none;
}

.link-fwi-2 {
  color: var(--white);
}

.section-wrapper {
  z-index: -400;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-background {
  z-index: -1;
  background-color: var(--grey-3);
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/bg-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(1.2);
}

.div-galerie {
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-left: 8vw;
  padding-right: 8vw;
}

.columns {
  box-sizing: content-box;
  column-count: 3;
  flex-flow: column;
  max-width: 1720px;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-masonry {
  box-sizing: content-box;
  margin-bottom: 1em;
}

.div-progressbar {
  z-index: 9999;
  background-color: var(--welding);
  transform-origin: 0%;
  object-fit: fill;
  width: 100%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: fixed;
  inset: 0% auto auto 0%;
}

.paragraph-contact {
  color: var(--grey-1);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4rem;
}

.paragraph-tagline {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.span-bold {
  font-weight: 600;
}

.div-text-intro {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-5 {
  color: var(--white);
  max-width: 24ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Generalsans, sans-serif;
  font-size: 5.6em;
  font-weight: 400;
  line-height: 1;
}

.paragraph-intro {
  color: var(--white);
  margin-top: 3em;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-tagline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6em;
  font-weight: 300;
  line-height: 1;
}

.link-block-realisations {
  border: 4px solid var(--white);
  background-color: #fff0;
  transition: background-color .325s;
}

.link-block-realisations:hover {
  background-color: var(--white);
}

.paragraph-6 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  transition: color .325s;
}

.paragraph-6:hover {
  color: var(--black);
}

.button {
  border: 4px solid var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff0;
  margin-top: 2em;
  padding: .8em 1em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

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

.slide-4, .slide-5 {
  padding-left: 8vw;
  padding-right: 8vw;
}

.link-block-actualites {
  position: relative;
}

.image-2 {
  width: 10em;
  position: absolute;
  inset: auto 10% 10% auto;
}

.text-mentions-legales {
  color: #aaa;
  font-family: Generalsans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.titre-mentions-legales {
  color: #0f0;
  margin-bottom: 2em;
  font-family: Gt Walsheim Pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

.bold-text {
  color: var(--white);
  font-family: Generalsans, sans-serif;
}

.going-up-2 {
  z-index: 2000;
  border: 5px solid var(--white);
  background-color: var(--white);
  background-image: url('../images/arrow-bk-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 1em;
  text-decoration: none;
  transition: all .425s;
  display: flex;
  position: fixed;
  bottom: .5em;
  right: .125em;
}

.going-up-2:hover {
  background-color: var(--grey-2);
}

@media screen and (max-width: 991px) {
  .wrapper {
    flex-flow: wrap;
  }

  .slider {
    height: auto;
  }

  .div-side-right {
    flex-flow: column wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 600px;
  }

  .div-img {
    justify-content: center;
    width: 100%;
  }

  .div-side-left {
    width: 100%;
  }

  .heading {
    font-size: 5em;
  }

  .menu {
    width: 2.5em;
  }

  .padding-top.padxsm {
    color: #fff;
  }

  .nav-link-underline {
    color: var(--white);
    -webkit-text-stroke-color: var(--color);
    border: 1px #000;
    display: none;
  }

  .text-navbar {
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .navbar-link {
    color: var(--white);
    border: 1px #000;
    width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-right: 0;
    font-size: 1.4em;
  }

  .navbar-link:hover {
    border: 1px #000;
    border-bottom: .125em solid #000f9f;
  }

  .nav-container {
    padding-right: 20px;
  }

  .menu-link {
    margin-left: 1em;
    padding-right: 1em;
  }

  .nav-menu {
    width: 60%;
  }

  .div-header {
    margin-top: 2em;
  }

  .container {
    flex-direction: column-reverse;
    flex: 1;
  }

  .logo-header {
    height: 6em;
  }

  .div-wrapper-side-left {
    width: 100%;
    margin-top: 9em;
    margin-bottom: 40px;
  }

  .div-category {
    margin-bottom: 1em;
  }

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

  .container-2 {
    flex-direction: column-reverse;
    flex: 1;
  }

  .container-2.sols {
    flex-direction: column;
  }

  .div-column-image {
    flex: none;
    width: 100%;
    height: 25rem;
  }

  .div-column-image.mur {
    height: 25rem;
  }

  .paragraph-3 {
    text-align: left;
  }

  .div-column {
    width: 100%;
  }

  .section {
    flex-direction: row;
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }

  .section.first {
    padding-top: 4em;
  }

  .section.last {
    padding-bottom: 8em;
  }

  .heading-3, .paragraph-4, .heading-4, .paragraph-5 {
    text-align: left;
  }

  .div-bespoke {
    width: 12em;
    height: 12em;
    position: absolute;
    top: -90px;
    left: 400px;
  }

  .image {
    height: 4em;
  }

  .button-references {
    margin-top: 3em;
  }

  .going-up {
    background-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }

  .section-2 {
    padding-top: 2.6em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-2.contact {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .adresse {
    font-size: 1.1rem;
  }

  .div-contact {
    margin-left: 0;
  }

  .div-infos {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
  }

  .subtitle-footer {
    margin-bottom: .5em;
  }

  .grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .75fr;
  }

  .div-footer {
    padding: 2em 6vw;
  }

  .section-wrapper {
    height: 24vh;
  }

  .div-galerie {
    padding-left: 0;
    padding-right: 0;
  }

  .div-text-intro {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-5 {
    margin-left: 0;
    font-size: 3.8em;
  }

  .paragraph-intro {
    margin-top: 2em;
    margin-left: 0;
    line-height: 1.2;
  }

  .heading-tagline {
    font-size: 4em;
  }

  .link-block-realisations {
    margin-top: 3em;
    padding: 1em;
  }

  .image-2 {
    width: 8em;
  }

  .going-up-2 {
    width: 3rem;
    height: 3rem;
    bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: stretch;
  }

  .div-side-right {
    flex-flow: column-reverse wrap-reverse;
    height: 400px;
    margin-top: 11em;
  }

  .div-img {
    flex: 1;
  }

  .div-side-left {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .sub-heading {
    font-size: 1.2em;
  }

  .heading {
    font-size: 3.2em;
  }

  .menu {
    width: 2.4em;
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .text-navbar {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .nav-container {
    padding-left: 20px;
  }

  .navbar {
    height: 80px;
    margin-top: 1em;
  }

  .div-header {
    margin-top: 1em;
  }

  .container {
    align-items: center;
  }

  .logo-header {
    text-align: left;
    height: 5em;
  }

  .left-arrow {
    background-size: auto 32px;
    flex-flow: row;
    height: 30px;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 300px;
    right: -70%;
  }

  .right-arrow {
    background-size: auto 32px;
    height: 30px;
    position: absolute;
    top: 300px;
  }

  .div-wrapper-side-left {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-category {
    margin-bottom: .5em;
    display: none;
  }

  .paragraph-2 {
    font-size: 1em;
  }

  .slide-nav {
    height: 30px;
    inset: auto 0% 0%;
  }

  .heading-2 {
    text-align: left;
    font-size: 2rem;
  }

  .heading-2.left {
    font-size: 2rem;
  }

  .container-2 {
    align-items: center;
  }

  .div-column-image, .div-column-image.mur {
    height: 20rem;
  }

  .paragraph-3 {
    text-align: left;
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.4em;
  }

  .paragraph-3.left {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.2;
  }

  .section {
    padding: 2.2em 6vw 2.6em;
  }

  .section.first {
    padding-top: 2em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section.last {
    padding-bottom: 4em;
  }

  .heading-3 {
    text-align: left;
    font-size: 2rem;
  }

  .paragraph-4 {
    text-align: left;
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.4em;
  }

  .heading-4 {
    text-align: left;
    font-size: 2rem;
  }

  .heading-4.left {
    font-size: 2rem;
  }

  .paragraph-5 {
    text-align: left;
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.4em;
  }

  .paragraph-5.left {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.2;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .div-bespoke {
    width: 8em;
    height: 8em;
    display: block;
    top: -62px;
    left: auto;
    right: 10%;
  }

  .image {
    height: 3em;
  }

  .button-references {
    margin-top: 2em;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block-11 {
    font-size: 1rem;
  }

  .logo-best-topo {
    width: 5em;
  }

  .logo-oai {
    width: 8em;
  }

  .phone {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section-2 {
    padding-top: 2em;
  }

  .section-2.contact {
    padding-top: 4.2em;
    padding-bottom: 4.2em;
  }

  .logo-sdk {
    width: 4em;
  }

  .adresse {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .logo-best-managemet, .logo-best, .logo-infratec {
    width: 5em;
  }

  .div-infos {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .logo-iso {
    width: 5em;
  }

  .logo-madeinlux {
    width: 4em;
  }

  .logo-doing {
    width: 7em;
  }

  .mail {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .logo-vkon, .logo-best-go {
    width: 4em;
  }

  .text-horaires {
    max-width: 22ch;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .grid-footer {
    grid-column-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
    justify-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-footer {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .legal-2 {
    line-height: 1.4;
  }

  .section-wrapper {
    height: 20vh;
  }

  .div-galerie {
    padding-top: 4em;
  }

  .columns {
    column-count: 2;
    margin-top: 4em;
  }

  .div-text-intro {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .heading-5 {
    font-size: 2.8rem;
  }

  .paragraph-intro {
    margin-top: 1.6em;
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-tagline {
    font-size: 3.2em;
  }

  .link-block-realisations {
    margin-top: 3em;
  }

  .paragraph-6, .button {
    font-size: 1em;
  }

  .slide-4, .slide-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    overflow: hidden;
  }

  .div-side-right {
    height: 300px;
    margin-top: 10em;
  }

  .div-img {
    justify-content: center;
    align-items: center;
  }

  .div-side-left {
    padding-top: 3.6em;
  }

  .sub-heading {
    font-size: 1em;
  }

  .heading {
    font-size: 2.8em;
    line-height: .9;
  }

  .menu {
    width: 2em;
  }

  .nav-container {
    padding-left: 10px;
  }

  .nav-menu {
    width: 80%;
  }

  .div-header {
    padding: 1em 6vw;
  }

  .container {
    flex: 0 auto;
  }

  .logo-header {
    height: 5em;
  }

  .left-arrow {
    background-position: 50%;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-end;
    display: block;
    top: 172px;
    right: -55%;
  }

  .right-arrow {
    top: 172px;
  }

  .heading-2 {
    font-size: 4.2em;
  }

  .heading-2.left {
    font-size: 2em;
  }

  .div-column-image, .div-column-image.mur {
    height: 16rem;
  }

  .paragraph-3, .paragraph-3.left {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .heading-3 {
    font-size: 2em;
  }

  .paragraph-4 {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .heading-4 {
    font-size: 4.2em;
  }

  .heading-4.left {
    font-size: 2em;
  }

  .paragraph-5, .paragraph-5.left {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .div-bespoke {
    top: -40px;
    left: auto;
    right: 10%;
  }

  .button-references {
    margin-top: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    font-size: 1em;
  }

  .going-up {
    z-index: 2000;
    bottom: .125em;
  }

  .phone {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section-2 {
    padding-top: 1.6em;
  }

  .section-2.contact {
    padding-top: 3.8em;
    padding-bottom: 3.8em;
  }

  .div-contact {
    margin-left: 0;
  }

  .mail {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-logo-certifications {
    flex-flow: wrap;
    align-items: stretch;
  }

  .text-horaires {
    max-width: 30ch;
  }

  .grid-footer {
    grid-column-gap: 0px;
    grid-row-gap: 4em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-galerie {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    column-count: 1;
  }

  .heading-5, .heading-tagline {
    font-size: 2em;
  }

  .link-block-realisations {
    margin-top: 2em;
    display: block;
  }

  .image-2 {
    width: 7em;
  }

  .going-up-2 {
    z-index: 2000;
  }
}

#w-node-_58eebb84-177e-3e00-efaf-6cc9cbba4aac-f24e85e3, #w-node-_7234d210-3391-b6ae-b271-e912d1b0b4c7-f24e85e3 {
  place-self: auto;
}

#w-node-_58eebb84-177e-3e00-efaf-6cc9cbba4a9a-f24e85e3 {
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_58eebb84-177e-3e00-efaf-6cc9cbba4ab7-f24e85e3 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_58eebb84-177e-3e00-efaf-6cc9cbba4ab7-f24e85e3, #w-node-_58eebb84-177e-3e00-efaf-6cc9cbba4a9a-f24e85e3 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Gt Walsheim Pro Ultra';
  src: url('../fonts/GT-Walsheim-Pro-Ultra-Bold-Oblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim Pro';
  src: url('../fonts/GT-Walsheim-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim Pro Ultra';
  src: url('../fonts/GT-Walsheim-Pro-Ultra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}