:root {
  --black: black;
  --light-sea-green: #03aaa5;
  --greenlxc: #00af35;
  --white: white;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --medium-turquoise: #52c3c2;
}

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

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  display: none;
  position: relative;
  overflow: hidden;
}

.global-styles {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-banner-top {
  width: 100%;
  height: 2.25rem;
  display: flex;
}

.div-banner-left {
  background-color: var(--black);
  width: 30%;
}

.div-banner-right {
  background-color: var(--light-sea-green);
  width: 70%;
}

.div-header {
  background-image: url('../images/grid.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 8vw 6rem;
  display: flex;
}

.div-header-left {
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: block;
}

.div-header-right {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  height: 30rem;
  margin-left: 6rem;
  display: flex;
}

.paragraph {
  font-size: 2rem;
}

.heading {
  margin-top: 4rem;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.1;
  display: none;
}

.tagline-ekoplan {
  color: var(--black);
  white-space: normal;
  max-width: 60ch;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.bold-text {
  color: var(--black);
}

.div-hero {
  background-color: var(--greenlxc);
  padding-bottom: 10rem;
  padding-left: 8vw;
  padding-right: 8vw;
}

.paragraph-3 {
  color: var(--white);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.paragraph-4 {
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-5 {
  font-size: 2rem;
}

.paragraph-6 {
  color: var(--white);
  font-size: 2rem;
}

.paragraph-about {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.div-team {
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.div-team-column {
  width: 48%;
  display: flex;
}

.paragraph-8 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  margin-left: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.div-line-vertical {
  background-color: var(--white);
  flex: none;
  width: .125rem;
}

.span-medium {
  font-weight: 500;
}

.logo-navbar-img {
  width: 8em;
}

.btn-top {
  z-index: 2;
  background-color: #fff;
  border: .2em solid #000;
  border-radius: .3em;
  margin-left: 1px;
  padding: .4em 2em;
  transition: all .275s;
  position: relative;
}

.btn-top:hover {
  background-color: #d4af37;
  transform: translate(5px, 5px);
}

.btn-contain {
  position: relative;
}

.navbar {
  z-index: 2000;
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  flex-wrap: wrap;
  place-content: space-around space-between;
  align-items: center;
  height: 16vh;
  padding: 1.8em 8vw 2.8em;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 2em;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-bottom {
  z-index: 1;
  color: #fff;
  background-color: gray;
  border: 1px solid #000;
  border-radius: .3em;
  padding: .3em;
  position: absolute;
  inset: 0%;
  transform: translate(.52em, .52em);
}

.navbar-logo {
  font-weight: 700;
  text-decoration: none;
}

.navbar-logo.w--current {
  background-image: url('../images/logo-lxc-bk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  height: 12vh;
}

.navbar-icon {
  display: none;
}

.navbar-link {
  color: #570000;
  padding-top: .2em;
  padding-bottom: .2em;
  text-decoration: none;
}

.navbar-link:hover {
  color: #d4af37;
  text-decoration: none;
}

.button {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.2em;
  text-decoration: none;
  display: flex;
}

.button:hover {
  border-color: var(--light-sea-green);
  background-color: var(--light-sea-green);
  color: var(--white);
}

.text-navbar {
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .375s;
}

.text-navbar:hover {
  color: var(--greenlxc);
}

.btn-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.text-block {
  color: var(--black);
  font-size: 2.625rem;
  font-weight: 500;
}

.paragraph-9 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-decoration: none;
}

.paragraph-9:hover {
  color: var(--white);
}

.div-polygon {
  justify-content: center;
  width: 30%;
  margin-bottom: 1.25rem;
  display: flex;
  position: static;
  top: 5rem;
}

.img-polygon {
  width: 5rem;
}

.paragraph-10 {
  color: var(--white);
  margin-top: 4rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.div-signature {
  grid-column-gap: 6.25rem;
  grid-row-gap: 60px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 2rem;
  display: flex;
}

.div-block-signature {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-11 {
  color: var(--white);
  font-size: 1.5rem;
}

.wrapper-contact {
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 8vw 10rem;
  display: flex;
}

.paragraph-12 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 600;
}

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

.div-blocks-contact {
  grid-column-gap: 1em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: flex-start end;
  margin-top: 6rem;
  display: grid;
}

.div-contact-column {
  flex-direction: column;
  justify-content: space-around;
  display: block;
}

.div-contact-column.logo {
  background-image: url('../images/logo-lxc-color-wt.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-img {
  clear: none;
  max-width: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .5s;
  position: static;
}

.social-img:hover {
  transform: scale(1.2);
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr .25fr .25fr;
  justify-content: start;
  place-items: center start;
  width: auto;
  max-width: 1920px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 8vw;
  padding-right: 8vw;
}

.link-legals {
  color: #fff;
  text-decoration: none;
}

.link-block {
  margin-left: 16px;
}

.handcrafted {
  color: #fff;
}

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

.div-social {
  flex: 0 auto;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.link-fwi {
  color: #fff;
  text-decoration: none;
}

.div-footer {
  border-top: 1px solid var(--white);
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

.year {
  color: #fff;
  padding-top: 0;
}

.div-line-horizontal {
  background-color: var(--white);
  height: .125rem;
}

.div-line-horizontal.black {
  background-color: var(--black);
}

.div-line-horizontal.project {
  margin-top: 2rem;
}

.paragraph-13 {
  color: var(--white);
}

.city {
  color: var(--greenlxc);
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
}

.paragraph-15 {
  color: var(--white);
  font-size: 1.25rem;
}

.paragraph-16 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.image {
  width: 21.25rem;
}

.div-projets {
  padding-top: 6rem;
  padding-left: 8vw;
  padding-right: 8vw;
}

.signature-christian, .signature-meike {
  width: 12.5rem;
}

.link-block-email {
  align-items: center;
  margin-top: .25rem;
  text-decoration: none;
  display: flex;
}

.link-block-email:hover {
  color: #d4af37;
}

.mail {
  color: var(--white);
  margin-top: .5rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  transition: color .375s;
}

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

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

.link-block-phone:hover {
  color: #d4af37;
}

.text-phone {
  color: #000;
  margin-right: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.phone {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  transition: color .375s;
  display: block;
}

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

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

.link-block-adresse:hover {
  color: #61eeea;
}

.div-logo-contact {
  width: 100%;
}

.logo-mi-contact {
  width: 12em;
  margin-bottom: 1em;
}

.adresse {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.8rem;
  transition: color .375s;
}

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

.div-logo-header {
  background-image: url('../images/EKOplan_Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.button-language {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: .125rem solid #000;
  width: 2.2rem;
  height: 2.2rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: .9rem;
  text-decoration: none;
  transition: color .375s, border-color .375s, background-color .375s;
}

.button-language:hover {
  border-color: var(--black);
  background-color: var(--light-sea-green);
  color: var(--white);
}

.button-language.w--current {
  width: 2.2rem;
  height: 2.2rem;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: .9rem;
}

.grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.div-reference {
  margin-bottom: 4rem;
  overflow: hidden;
}

.paragraph-details-project {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.h4-project-title {
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.div-img-project {
  background-image: url('../images/USELDANGE-usine-peinture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  margin-bottom: 2rem;
}

.div-img-project.two {
  background-image: url('../images/LULTZHAUSEN–Base-nautiqueJPG.JPG');
  height: 30rem;
}

.div-img-project.three {
  background-image: url('../images/BERTRANGE-MAMER–Centre-polyvalent-enfance-1.jpg');
}

.div-img-project.four {
  background-image: url('../images/REDANGE–Atert-Lycee-2.jpg');
  height: 30rem;
}

.div-img-project.five {
  background-image: url('../images/ESCH-BELVAL–Cite-sciences-2.jpg');
  height: 30rem;
}

.div-img-project.six {
  background-image: url('../images/VENNINGEN–station-eau.jpg');
  background-position: 50% 100%;
}

.div-img-project.seven {
  background-image: url('../images/KLINGENMUNSTER-station-eau-1.jpg');
}

.div-img-project.eight {
  background-image: url('../images/DIFFERDANGE-Les-terrasses-2.jpg');
  height: 30rem;
}

.div-img-project.nine {
  background-image: url('../images/DIEKIRCH–Palais-Justice-1.jpg');
}

.div-img-project.ten {
  background-image: url('../images/ECHTERNACH–Hall-sports.jpg');
  background-position: 0 100%;
  background-size: cover;
  height: 30rem;
}

.div-img-project.eleven {
  background-image: url('../images/LUXEMBOURG–Pavillon-Parc-Drai-2.jpg');
  height: 24rem;
}

.div-img-project.twelve {
  background-image: url('../images/JUNGLINSTER-Lenster-Lycee-1.jpg');
  height: 20rem;
}

.div-block-btn {
  grid-column-gap: 1.5rem;
  margin-left: 2rem;
  display: flex;
}

.div-logo-ekoplan {
  background-image: url('../images/EKOplan_Logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30rem;
}

.div-header-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-galerie {
  margin: 4rem auto;
}

.columns {
  column-count: 3;
  white-space: normal;
  object-fit: scale-down;
  column-gap: 2rem;
  overflow: hidden;
}

.img-masonry {
  margin-bottom: 14px;
}

.link-block-web {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-web:hover {
  color: #d4af37;
}

.span-big {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.legal {
  height: auto;
}

.section.hero {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

.section.about {
  margin-top: 6vh;
  margin-left: auto;
  margin-right: auto;
}

.section.contact {
  background-color: var(--black);
  display: block;
}

.section.services {
  background-color: var(--greenlxc);
  margin-left: auto;
  margin-right: auto;
}

.section.join {
  background-color: var(--greenlxc);
}

.title-legal {
  color: var(--black);
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
}

.legal {
  color: var(--black);
  margin-bottom: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

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

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

.going-up:hover {
  background-color: var(--light-sea-green);
}

.image-2 {
  height: 9.4rem;
  margin-top: 1rem;
}

.image-3 {
  height: 4rem;
}

.page-container {
  height: 400vh;
}

.progress-wrap {
  background-color: var(--light-sea-green);
}

.paragraph-18 {
  color: var(--white);
  margin-bottom: .25rem;
  font-size: 1.25rem;
}

.section-2 {
  margin: 8em auto 4em;
  padding: .5em 8vw 4em;
  text-decoration: none;
}

.section-2.hero {
  margin-top: 8em;
}

.div-left-hero-v2 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.intro-hero-v2 {
  color: var(--white);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.container-hero {
  background-color: var(--greenlxc);
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/41110-G1-1920x1440.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: none;
  justify-content: center;
  align-items: stretch;
  max-width: 1920px;
  height: 50vh;
  margin: 4em auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: relative;
}

.div-logo-header--v2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.div-buttons-hero-v2 {
  margin-top: 1em;
  display: flex;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active {
  margin-top: 1em;
}

.span-green {
  color: #0f0;
}

.play-pause-button-4 {
  display: none;
}

.glowing-wrapper-mask-wrapper, .glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #0f0;
  letter-spacing: -.01em;
  border: 2px solid #00ff0036;
  border-radius: 62.5rem;
  padding: .9rem 2rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.div-video-right-hero-v2 {
  background-image: radial-gradient(circle, #fff0, #000);
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: 100%;
  padding-left: 12%;
  display: none;
  position: absolute;
  inset: 0 0 0 auto;
}

.button-text {
  z-index: 2;
  color: var(--black);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Lato, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  position: relative;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-h1-v2-white {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: .5em;
  margin-bottom: 0;
  margin-left: -5px;
  padding-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 3.6rem;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-services {
  background-color: var(--white);
  color: var(--greenlxc);
  border-radius: 72px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.image-4 {
  max-width: 40vw;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: .5em;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_component {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.rl_navbar2_link {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_logo-link {
  padding-left: 0;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar2_dropdwn-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.masonry-wrapper, .img-project {
  width: 100%;
}

.heading-h2 {
  margin-top: 1em;
  margin-bottom: .25em;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

.subtitle {
  margin-bottom: 4em;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.navbar-2 {
  display: none;
}

.wrapper-about {
  border-bottom: 2px #000;
  flex-flow: column;
  max-width: 1920px;
  margin: 4em auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.wrapper-valeurs {
  grid-column-gap: 4.6em;
  grid-row-gap: 4.6em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 4em;
  display: grid;
}

.div-valeur {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-valeur {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.img-valeur-1 {
  height: 72px;
  margin-bottom: 1em;
}

.image-6, .image-7, .image-8 {
  width: 100px;
  margin-bottom: 1em;
}

.title-valeur {
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.container-references {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-left: 8vw;
  padding-right: 8vw;
}

.div-service {
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.title-service {
  color: var(--white);
  text-align: left;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.wrapper-services {
  grid-column-gap: 4.6em;
  grid-row-gap: 4.6em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 4em;
  display: grid;
}

.paragraph-join {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.wrapper-join {
  align-self: stretch;
  max-width: 1920px;
  margin: 8em auto;
  padding-left: 8vw;
  padding-right: 8vw;
}

.paragraph-join-tagline {
  color: var(--white);
  flex-flow: row;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
  display: flex;
}

.div-right-hero {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.button-2 {
  margin-top: 0;
  margin-left: 1em;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
}

.button-2.services {
  align-items: center;
  margin-top: 2em;
  margin-left: 0;
  display: flex;
}

.button-2.services:hover {
  transform: translate(0);
}

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

.div-overlay-video {
  clear: none;
  opacity: 1;
  color: #000;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: #0000;
  background-image: linear-gradient(#7735f600, #7735f600);
  background-clip: border-box;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-home-header {
  z-index: 10;
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  height: 80%;
  display: flex;
  position: relative;
}

.div-header-column {
  background-color: var(--greenlxc);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 42%;
  padding: 3em 3em 4em;
  display: flex;
  position: static;
}

.btn-bottom-2 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #051c2c;
  border-radius: .3em;
  padding: .3em;
  position: absolute;
  inset: 0%;
  transform: translate(.52em, .52em);
}

.btn-top-2 {
  z-index: 2;
  background-color: #fff;
  border: .2em solid #051c2c;
  border-radius: .3em;
  margin-left: 1px;
  padding: .8em 2em;
  transition: all .275s;
  position: relative;
}

.btn-top-2:hover {
  background-color: #e6e7e8;
  transform: translate(5px, 5px);
}

.play-pause-button {
  z-index: 10;
  display: none;
  inset: auto 4% 4% auto;
}

.play-state {
  display: none;
}

.div-container-hero {
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1920px;
  height: 40em;
  margin: 4em auto;
  display: flex;
  position: relative;
}

.bg-video-hero {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  justify-content: flex-end;
  display: block;
  position: static;
}

.subtitle-hero {
  color: #fff;
  margin-bottom: .8em;
  font-size: 1.2rem;
  line-height: 1;
}

.div-text-home {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.div-main-img {
  background-color: var(--greenlxc);
  background-image: url('../images/R-Hamilius.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0% 3em 0% auto;
}

.heading-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}

.btn-text-2 {
  color: #570000;
  font-size: 1.3em;
  font-weight: 600;
}

.btn-text-2.services {
  color: #051c2c;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-domaines {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.paragraph-service-detail {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.div-separator-domaines {
  background-color: var(--white);
  width: 100%;
  height: 3px;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.paragraph-domaines-interventions {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.wrapper-domaine {
  border-bottom: 2px #000;
  flex-flow: column;
  max-width: 1920px;
  margin: 4em auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.div-space {
  height: 2em;
}

@media screen and (max-width: 991px) {
  .div-banner-top {
    height: 1.7rem;
  }

  .div-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 6vw;
  }

  .div-header-left {
    width: 40%;
  }

  .div-header-right {
    background-position: 0 100%;
    width: 60%;
    height: 16rem;
    margin-left: 4rem;
    padding-left: 0;
  }

  .heading {
    margin-top: 2rem;
    font-size: 4.4rem;
    line-height: 1;
  }

  .div-hero {
    padding-bottom: 8rem;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .paragraph-3 {
    font-size: 1.3rem;
  }

  .paragraph-about {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .paragraph-8 {
    font-size: 1.3rem;
  }

  .div-line-vertical {
    width: .0625rem;
  }

  .navbar-icon-lottie {
    width: auto;
  }

  .navbar {
    height: 12vh;
    padding: 1.8em 6vw;
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--light-sea-green);
    object-fit: fill;
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    height: 0;
    max-height: 80vh;
    padding: 0 6vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .nav-menu:hover {
    background-color: var(--light-sea-green);
  }

  .navbar-logo {
    z-index: 3200;
    position: relative;
    overflow: visible;
  }

  .navbar-logo.w--current {
    z-index: 1;
    position: relative;
  }

  .navbar-icon {
    z-index: 2000;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 4rem;
    display: flex;
    position: relative;
  }

  .navbar-link {
    border-style: none none solid;
    border-width: 1px 1px .0625rem;
    border-color: #fff #570000 var(--black);
    color: var(--black);
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.4em;
    font-weight: 500;
  }

  .navbar-link:hover {
    color: var(--black);
  }

  .button {
    margin-top: 2.4em;
    margin-left: 0;
  }

  .text-navbar {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    overflow: visible;
  }

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

  .paragraph-10, .paragraph-11 {
    font-size: 1.3rem;
  }

  .wrapper-contact {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .paragraph-12 {
    font-size: 4.5rem;
  }

  .div-blocks-contact {
    grid-row-gap: 1.6em;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: column dense;
    align-self: stretch;
    place-items: start stretch;
    width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-contact-column.logo {
    align-items: stretch;
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-logo-footer {
    display: flex;
  }

  .div-line-horizontal {
    height: .0625rem;
  }

  .paragraph-16 {
    font-size: 1rem;
  }

  .div-projets {
    padding-top: 4rem;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button-language {
    background-color: #fff6;
    border-width: .0625rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }

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

  .paragraph-details-project {
    font-size: 1.2rem;
  }

  .h4-project-title {
    font-size: 1.8rem;
    line-height: 1;
  }

  .div-block-btn {
    margin-top: 2rem;
    margin-left: 0;
  }

  .div-logo-ekoplan {
    background-position: 0 0;
    height: 20rem;
  }

  .div-header-container {
    align-items: flex-start;
  }

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

  .columns {
    column-count: 2;
  }

  .span-big {
    font-size: 1.6rem;
    line-height: 1;
  }

  .section {
    padding-top: 2.6em;
  }

  .section.about {
    margin-top: 407px;
    padding-top: 2em;
  }

  .going-up {
    background-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    bottom: 5rem;
  }

  .image-2 {
    height: 7rem;
  }

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

  .section-2.hero {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .div-left-hero-v2 {
    width: 100%;
  }

  .div-logo-header--v2 {
    height: 7em;
  }

  .background-video-4 {
    height: 80%;
  }

  .title-h1-v2-white {
    font-size: 3.6rem;
    line-height: 3.4rem;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .heading-h2 {
    font-size: 3.2rem;
  }

  .subtitle {
    line-height: 1.6rem;
  }

  .wrapper-about {
    flex-flow: column;
    margin-top: 2em;
    display: flex;
  }

  .wrapper-valeurs {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-valeur {
    font-size: 1rem;
    line-height: 1;
  }

  .img-valeur-1 {
    width: 80px;
  }

  .container-references {
    padding-top: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .wrapper-services {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-join {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .wrapper-join {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .paragraph-join-tagline {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .button-2 {
    margin-top: 2.4em;
    margin-left: 0;
  }

  .button-2.services, .button-2.services.w--current {
    margin-top: 1.8em;
  }

  .div-home-header {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-right: 0;
  }

  .div-header-column {
    flex-direction: column;
    align-self: center;
    max-width: 100%;
    margin-top: 20em;
    margin-right: 0;
    padding: 2em 8vw 3.6em;
    display: flex;
  }

  .div-container-hero {
    flex-direction: row;
    align-self: center;
    align-items: stretch;
    height: 20em;
  }

  .div-text-home {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 3em;
    line-height: 1;
  }

  .div-main-img {
    width: 100%;
    right: auto;
  }

  .heading-h1 {
    margin-bottom: 0;
    line-height: 1;
  }

  .paragraph-domaines {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .paragraph-service-detail, .paragraph-domaines-interventions {
    font-size: 1rem;
    line-height: 1;
  }

  .wrapper-domaine {
    flex-flow: column;
    margin-top: 2em;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .div-banner-top {
    height: 1.4rem;
  }

  .div-header {
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .div-header-left {
    flex-direction: column;
    width: 100%;
    height: 16rem;
    display: flex;
  }

  .div-header-right {
    flex: 0 auto;
    width: 100%;
    height: 14.5rem;
    margin-top: .5rem;
    margin-left: 0;
    overflow: hidden;
  }

  .heading {
    font-size: 3.6rem;
  }

  .tagline-ekoplan {
    height: 8rem;
    font-size: 1.6rem;
    overflow: hidden;
  }

  .div-hero {
    padding-bottom: 6rem;
  }

  .paragraph-3 {
    font-size: 1.1rem;
  }

  .paragraph-about {
    font-size: 1.4rem;
  }

  .paragraph-8 {
    font-size: 1rem;
  }

  .navbar {
    height: 10vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-icon {
    width: 3rem;
  }

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

  .text-block {
    font-size: 2rem;
  }

  .img-polygon {
    width: 4rem;
  }

  .paragraph-10 {
    font-size: 1.1rem;
  }

  .div-signature {
    grid-column-gap: 4rem;
    grid-row-gap: 0px;
  }

  .paragraph-11 {
    font-size: 1.1rem;
  }

  .wrapper-contact {
    padding-bottom: 6rem;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .paragraph-12 {
    font-size: 3.6rem;
  }

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

  .handcrafted {
    text-align: center;
  }

  .div-logo-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-social, .year {
    text-align: center;
  }

  .signature-christian, .signature-meike {
    width: 10rem;
  }

  .mail, .phone, .adresse {
    font-size: 1rem;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-img-project, .div-img-project.two {
    height: 14rem;
  }

  .div-img-project.four, .div-img-project.five, .div-img-project.eight, .div-img-project.ten {
    height: 20rem;
  }

  .div-img-project.eleven {
    height: 14rem;
  }

  .div-logo-ekoplan {
    width: 100%;
    height: 16rem;
    overflow: hidden;
  }

  .div-header-container {
    flex-direction: column;
    overflow: hidden;
  }

  .columns {
    column-count: 2;
  }

  .section {
    padding-top: 2em;
  }

  .section.about {
    margin-top: 354px;
    padding-top: 1em;
  }

  .title-legal {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .legal {
    line-height: 1.4;
  }

  .going-up {
    background-size: 1rem;
  }

  .image-2 {
    height: 7.2rem;
    margin-top: .5rem;
  }

  .image-3 {
    display: none;
  }

  .section-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .intro-hero-v2 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .div-logo-header--v2 {
    height: 4em;
  }

  .span-green {
    line-height: 3rem;
  }

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

  .title-h1-v2-white {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .cta-services {
    font-size: 1.2rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

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

  .wrapper-about {
    margin-bottom: 3em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-references {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .paragraph-join {
    font-size: 1.4rem;
  }

  .wrapper-join {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .paragraph-join-tagline {
    font-size: 1.4rem;
  }

  .button-2.services {
    margin-top: 1.4em;
    font-size: 1em;
    line-height: 1.4;
  }

  .div-header-column {
    margin-top: 16em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-container-hero {
    height: 16em;
  }

  .subtitle-hero {
    font-size: 1rem;
    line-height: 1;
  }

  .heading-h1 {
    font-size: 1.8rem;
    line-height: 1;
  }

  .btn-text-2.services {
    font-size: 1.1em;
    line-height: 1.1;
  }

  .paragraph-domaines {
    font-size: 1.4rem;
  }

  .wrapper-domaine {
    margin-bottom: 3em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-space {
    height: 1em;
  }
}

@media screen and (max-width: 479px) {
  .div-header {
    padding-top: 0;
    padding-bottom: 1.2rem;
  }

  .div-header-left {
    height: 14rem;
  }

  .div-header-right {
    height: 16.4rem;
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .heading {
    margin-top: 2rem;
    font-size: 2.4rem;
  }

  .tagline-ekoplan {
    font-size: 1.4rem;
    line-height: 1;
  }

  .div-hero {
    padding-bottom: 4rem;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .paragraph-about {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .div-team {
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-top: 3rem;
  }

  .div-team-column {
    width: 100%;
  }

  .logo-navbar-img {
    font-size: .8em;
  }

  .navbar-icon-lottie {
    color: #fff;
  }

  .btn-top {
    text-align: center;
    margin-left: 0;
    padding-left: .8em;
    padding-right: .8em;
    line-height: 1.6;
  }

  .navbar {
    height: 8vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--light-sea-green);
    top: 0;
    overflow: hidden;
  }

  .navbar-icon {
    z-index: 2000;
    width: 2.6rem;
  }

  .btn-text {
    font-size: 1.2em;
    line-height: 1;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .img-polygon {
    width: 3rem;
  }

  .paragraph-10 {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .div-signature {
    grid-column-gap: 1rem;
  }

  .paragraph-11 {
    font-size: 1rem;
  }

  .wrapper-contact {
    padding-bottom: 4rem;
  }

  .paragraph-12 {
    font-size: 3rem;
  }

  .div-blocks-contact {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

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

  .div-logo-footer {
    justify-content: flex-start;
  }

  .div-social {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
  }

  .city {
    margin-bottom: .4rem;
    font-size: 1.6rem;
  }

  .paragraph-16 {
    margin-bottom: 0;
  }

  .signature-christian, .signature-meike {
    width: 8rem;
  }

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

  .link-block-phone {
    flex-direction: column;
    align-items: flex-start;
  }

  .phone {
    font-size: 1em;
    line-height: 1.4;
  }

  .adresse {
    line-height: 1.4rem;
  }

  .paragraph-details-project {
    margin-top: .5em;
    font-size: 1rem;
  }

  .h4-project-title {
    margin-top: 1em;
    font-size: 1.2rem;
  }

  .div-img-project.four, .div-img-project.five, .div-img-project.eight, .div-img-project.ten, .div-img-project.twelve, .div-logo-ekoplan {
    height: 14rem;
  }

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

  .columns {
    column-count: 1;
  }

  .section {
    padding-top: 1.6em;
  }

  .section.about {
    margin-top: 386px;
    padding-top: 1em;
  }

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

  .image-2 {
    height: 6rem;
    margin-top: .25rem;
  }

  .section-2.hero {
    padding-bottom: 2em;
  }

  .intro-hero-v2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-logo-header--v2 {
    height: 4em;
  }

  .glowing-wrapper.glowing-wrapper-active {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-video-right-hero-v2 {
    width: 100%;
  }

  .cta-services {
    font-size: 1rem;
  }

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

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .subtitle {
    margin-bottom: 2em;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .wrapper-valeurs {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-valeur {
    max-width: 300px;
  }

  .img-valeur-1 {
    width: 70px;
    margin-bottom: .25em;
  }

  .title-valeur {
    font-size: 1.6rem;
  }

  .div-service {
    align-items: flex-start;
    padding-left: 0;
  }

  .title-service {
    font-size: 1.6rem;
  }

  .wrapper-services {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: center;
    margin-top: 2em;
  }

  .paragraph-join {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .wrapper-join {
    margin-top: 2em;
  }

  .paragraph-join-tagline {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .div-header-column {
    margin-top: 12em;
  }

  .btn-top-2 {
    text-align: center;
    margin-left: 0;
    padding-left: .8em;
    padding-right: .8em;
    line-height: 1.6;
  }

  .div-container-hero {
    height: 12em;
    margin-top: 2em;
  }

  .subtitle-hero {
    line-height: 1;
  }

  .heading-h1 {
    font-size: 1.6rem;
    line-height: 1;
  }

  .btn-text-2 {
    font-size: 1.2em;
    line-height: 1;
  }

  .paragraph-domaines {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}

#w-node-_149513a8-7426-e6de-908b-c9f29b54e11d-9402ecc0 {
  place-self: auto center;
}

#w-node-_415976b5-cb95-5637-e043-01a2ad5c3507-9402ecc0, #w-node-a43215b1-4ad8-8a3b-3776-81713c0d5c1e-9402ecc0, #w-node-_934a9b3f-02b5-936f-ab87-3c4efb51fea4-9402ecc0 {
  justify-self: center;
}

#w-node-_16b2e573-6bc2-074d-bf0b-2212d1f83cc7-9402ecc0 {
  place-self: stretch stretch;
}

#w-node-_774c07db-4dda-e294-b5cc-573a78936a2f-9402ecc0, #w-node-cb0b5c1e-217b-3e1f-67d2-13a2d3340aa6-9402ecc0 {
  order: 0;
  align-self: start;
}

#w-node-f3375629-a41b-60b9-8b98-9f8d7465a16a-9402ecc0 {
  place-self: center start;
}

#w-node-f3375629-a41b-60b9-8b98-9f8d7465a16c-9402ecc0 {
  align-self: center;
}

#w-node-f3375629-a41b-60b9-8b98-9f8d7465a16e-9402ecc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3375629-a41b-60b9-8b98-9f8d7465a170-9402ecc0 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-f3375629-a41b-60b9-8b98-9f8d7465a174-9402ecc0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc1 {
  place-self: center start;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb46168f-9402ecc1 {
  align-self: center;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc1 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc1 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc4 {
  place-self: center start;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb46168f-9402ecc4 {
  align-self: center;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc4 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc5 {
  place-self: center start;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb46168f-9402ecc5 {
  align-self: center;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc5 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_16b2e573-6bc2-074d-bf0b-2212d1f83cc7-9402ecc0 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: auto;
  }

  #w-node-_774c07db-4dda-e294-b5cc-573a78936a2f-9402ecc0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb0b5c1e-217b-3e1f-67d2-13a2d3340aa6-9402ecc0 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a16e-9402ecc0 {
    justify-self: end;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a170-9402ecc0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a174-9402ecc0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc1 {
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc4 {
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc4 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc5 {
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc5 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a16a-9402ecc0 {
    place-self: center start;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a16c-9402ecc0 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a16e-9402ecc0 {
    justify-self: end;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a170-9402ecc0 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a174-9402ecc0 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc1 {
    place-self: center start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168f-9402ecc1 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc1 {
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc1 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc4 {
    place-self: center start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168f-9402ecc4 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc4 {
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc4 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc5 {
    place-self: center start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168f-9402ecc5 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc5 {
    justify-self: end;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc5 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc5 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_149513a8-7426-e6de-908b-c9f29b54e11d-9402ecc0 {
    align-self: auto;
  }

  #w-node-_16b2e573-6bc2-074d-bf0b-2212d1f83cc7-9402ecc0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-_774c07db-4dda-e294-b5cc-573a78936a2f-9402ecc0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-cb0b5c1e-217b-3e1f-67d2-13a2d3340aa6-9402ecc0 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a16a-9402ecc0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a16e-9402ecc0 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a170-9402ecc0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-f3375629-a41b-60b9-8b98-9f8d7465a174-9402ecc0 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc1 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc1 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc4 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc4 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb46168e-9402ecc5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461691-9402ecc5 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461693-9402ecc5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d9d20b11-849d-70ac-39d5-854dfb461697-9402ecc5 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }
}


