@font-face {
  font-family: "Catorze27 SemiBold";
  src: url("/static/fonts/Catorze27Style1/Catorze27Style1-SemiBold.eot");
  src: url("/static/fonts/Catorze27Style1/Catorze27Style1-SemiBold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Catorze27Style1/Catorze27Style1-SemiBold.woff") format("woff"), url("/static/fonts/Catorze27Style1/Catorze27Style1-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

span.bold {
  font-weight: bold;
}

.mobile-only {
  display: initial;
}

.desktop-only {
  display: none;
}

html, body {
  width: 100%;
  font-size: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #D9D9D9;
  margin: 0;
  padding: 0;
}
html .content, body .content {
  position: relative;
  background-color: #D9D9D9;
  z-index: 3;
}

h1, h2, h3, h4, h5, .title {
  font-family: "Catorze27 SemiBold";
}

p {
  margin: 0 0 1rem;
}

img.shadow {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

a.link {
  color: #008566;
  text-decoration: underline;
  transition: color 0.2s;
}
a.link:hover {
  cursor: pointer;
  color: #009f7a;
  transition: color 0.2s;
}

.cominauv {
  display: inline-block;
  background-color: #008566;
  color: #FFF;
  font-family: "Catorze27 SemiBold";
  font-size: 1.2rem;
  padding: 10px 20px;
  margin-top: 2rem;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.cominauv:hover {
  cursor: pointer;
  background-color: #009f7a;
  transition: background-color 0.2s;
}

h2 {
  position: relative;
  display: flow;
  background-color: #D9D9D9;
  padding: 10px 0;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 520px;
  text-transform: uppercase;
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #008566;
  height: 2px;
}
h2::before {
  content: url("/static/images/green_crystals_titles.svg");
  position: absolute;
  left: 35px;
  bottom: -22px;
  height: 42px;
  width: 46px;
  z-index: -2;
  color: #008566;
}

h3.crystal {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  margin: 3rem 0;
  padding-left: 50px;
  vertical-align: middle;
}
h3.crystal::before {
  content: url("/static/images/crystal_subtitles.svg");
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon {
  width: 24px;
  height: 24px;
}

a {
  text-decoration: none;
  color: inherit;
}

.desktop-only {
  display: none;
}

ul li {
  margin-top: 0.5rem;
}

.section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px;
  z-index: 2;
  background-color: #D9D9D9;
}
.section .section-wrapper {
  max-width: 980px;
  min-height: 350px;
  margin: 0 auto;
  padding: 1rem 0;
}
.section:first-of-type:not(#hero) {
  margin-top: 520px;
}
.section#hero {
  position: fixed;
  min-height: 520px;
  color: #FFF;
  padding-top: 0rem;
  top: 0;
}
.section#hero .mines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: url("../../images/mines.jpeg");
  background-position: center;
  background-size: auto;
  box-shadow: 0px 1px 1px 717px rgba(0, 0, 0, 0.1) inset;
  z-index: -1;
}
.section#hero .section-wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 3;
}
.section#hero .section-wrapper .company-name h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 2rem;
  text-shadow: 0px 4px 15px #000;
  margin-top: -0.5rem;
}
.section#hero .section-wrapper .company-name h3 {
  text-shadow: 0px 4px 15px #000;
  margin-left: 2px;
}
.section#hero .section-wrapper img {
  width: 65%;
  margin-top: 8%;
  align-self: center;
  filter: drop-shadow(0px 0px 65px #000);
}

footer {
  position: relative;
  width: 100%;
  background-color: #3C3C3C;
  padding: 1rem;
  z-index: 2;
  border-top: 1px solid grey;
}
footer.landing-page {
  margin-top: -4.5rem;
}
footer .footer-wrapper .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 1rem;
}
footer .footer-wrapper .flex img {
  height: 60px;
}
footer .footer-wrapper .flex a {
  display: block;
  color: white;
  font-size: 0.8rem;
  font-weight: normal;
}
footer .footer-wrapper .flex a:hover {
  color: #00b88d;
  cursor: pointer;
}
footer .footer-wrapper .flex .made-by {
  font-size: 0.6rem;
  color: white;
}

@media screen and (min-width: 768px) {
  .desktop-only {
    display: initial;
  }
  .mobile-only {
    display: none;
  }
  .content .section#hero {
    color: #FFF;
    padding-top: 2rem;
  }
  .content .section#hero .mines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: url("../../images/mines.jpeg");
    background-position: center;
    background-size: auto;
    box-shadow: 0px 1px 1px 717px rgba(0, 0, 0, 0.1) inset;
    z-index: -1;
  }
  .content .section#hero .section-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2rem;
    gap: 4rem;
  }
  .content .section#hero .section-wrapper .company-name {
    width: unset;
  }
  .content .section#hero .section-wrapper .company-name h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 3rem;
    text-shadow: 0px 4px 15px #000;
    vertical-align: middle;
  }
  .content .section#hero .section-wrapper .company-name h3 {
    text-shadow: 0px 4px 15px #000;
  }
  .content .section#hero .section-wrapper img {
    width: 45%;
    transform: scale(1);
    margin-top: 0;
    align-self: flex-start;
    filter: drop-shadow(0px 0px 65px #000);
  }
  .content footer {
    position: relative;
    width: 100%;
    min-height: 5rem;
    background-color: #3C3C3C;
    padding: 40px;
    z-index: 2;
    border-top: 1px solid grey;
  }
  .content footer .footer-wrapper {
    height: 100%;
  }
  .content footer .footer-wrapper .flex {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .content footer .footer-wrapper .flex img {
    position: absolute;
    left: 0;
    height: 60px;
  }
  .content footer .footer-wrapper .flex .made-by {
    position: absolute;
    right: 20px;
  }
}
.menu {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 999;
  position: fixed;
}
.menu .menu-top {
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #3C3C3C;
}
.menu .menu-top .title {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  text-shadow: none;
  color: #FFF;
}
.menu .menu-top #open-mobile {
  display: block;
  position: absolute;
  padding: 10px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.menu .menu-top #open-mobile svg {
  color: white;
}
.menu #tabs {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  overflow-x: hidden;
  -webkit-clip-path: circle(0px at 95% -15%);
          clip-path: circle(0px at 95% -15%);
  transition: -webkit-clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  pointer-events: none;
}
.menu #tabs.active {
  -webkit-clip-path: circle(1000px at 90% 0%);
          clip-path: circle(1000px at 90% 0%);
  transition: -webkit-clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  pointer-events: all;
}
.menu #tabs.active ul li a {
  opacity: 1;
}
.menu #tabs ul {
  padding-left: 0;
}
.menu #tabs ul li {
  width: 100%;
}
.menu #tabs ul li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  list-style: none;
  padding: 15px;
  text-transform: uppercase;
}
.menu #tabs ul li a:hover {
  background-color: #3C3C3C;
}
.menu #tabs ul li#lang-switch {
  font-size: 0.7em;
  opacity: 0.7;
  border-left: 1px solid lightgray;
  padding-left: 10px;
}
.menu #tabs ul li#lang-switch:hover {
  opacity: 1;
}
.menu #tabs ul li#lang-switch svg {
  width: 55px;
  height: 38px;
  transform: scale(0.7);
  margin-top: -5px;
  vertical-align: middle;
}
.menu #tabs ul li:nth-of-type(5) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .menu {
    position: fixed;
    display: flex;
    flex-direction: row;
    height: 3rem;
    background-color: #3C3C3C;
    z-index: 999;
    font-size: 1rem;
    top: 0;
  }
  .menu .menu-top {
    position: relative;
    border: none;
    height: 3em;
    width: auto;
  }
  .menu #tabs {
    position: relative;
    display: block;
    width: auto;
    height: 3em;
    margin-top: 0;
    -webkit-clip-path: none;
            clip-path: none;
    overflow: hidden;
    pointer-events: all;
    margin-left: auto;
    background-color: transparent;
  }
  .menu #tabs ul {
    margin: 0;
    padding: 0;
  }
  .menu #tabs ul li {
    display: inline-block;
    width: auto;
    list-style: none;
    margin: 0;
    height: 3em;
    line-height: 3em;
  }
  .menu #tabs ul li.active a:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .menu #tabs ul li a {
    position: relative;
    color: #FFF;
    font-family: "Catorze27 SemiBold";
    padding: 0 15px;
    margin: 0;
  }
  .menu #tabs ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #008566;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  .menu #tabs ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
html, body {
  background-color: #3C3C3C;
}

.content {
  margin-top: 1rem;
  background-color: #3C3C3C;
  color: #FFF;
}
.content .section {
  background-color: #3C3C3C;
}
.content .section:last-of-type {
  padding-bottom: 3rem;
}
.content .section:nth-of-type(2) {
  margin-top: 520px;
}
.content .section .section-wrapper h2 {
  background-color: #3C3C3C;
}

@media (min-width: 768px) {
  .content {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=entreprise.css.map */