* {
  box-sizing: border-box;
}

.container {
  position: relative;
  left: -100%;
  width: 100vw;
  min-width: 100vw;
  opacity: 1;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0vw;
  top: 0;
  opacity: 1;
  z-index: 120;
}

.loading {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  color: #000;
  text-align: center;
  opacity: 1;
  z-index: 200;
}

body {
  margin: 0;
  background-color: #363b45;
  color: #fff;
  font-family: "barlow";
  overflow-x: hidden;
}

.link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  padding-right: 1em;
}

.link:hover {
  color: #d6c427;
  cursor: pointer;
}

a {
  border-radius: 35px;
  border: 1px solid #fff;
  font-weight: 500;
  color: #fff;
  padding: 1em 2em 1em 2em;
  font-size: 0.9em;
  margin: 0;
  text-decoration: none;
}

a:hover {
  background-color: #d6c427;
  color: #fff;
  border: 0px solid #fff;
}

.cta {
  border-radius: 35px;
  border: 1px solid #fff;
  font-weight: 500;
  color: #fff;
  padding: 1em 2em 1em 2em;
  font-size: 0.9em;
  margin: 0;
  cursor: pointer;
}

.cta:hover {
  background-color: #d6c427;
  color: #fff;
  border: 0px solid #fff;
  cursor: pointer;
}

.cta-black {
  border-radius: 35px;
  border: 1px solid #777;
  font-weight: 500;
  color: #363b45;
  padding: 1em 2em 1em 2em;
  font-size: 0.9em;
  margin: 0;
  cursor: pointer;
}

.cta-black:hover {
  background-color: #d6c427;
  color: #fff;
  border: 1px solid #d6c427;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding-top: 1em;
}

.wrapper-index {
  width: 100%;
  height: 100vh;
  margin: 0 0 0 0;
  position: relative;
  background: url("../img/bgr_header.png");
}

.menu-overlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  margin: 0;
  padding-top: 0;
  padding-left: 0px;
  z-index: 9;
  background-color: #000;
}
.menu-overlay ul {
  display: flex;
  flex-direction: column;
  padding-left: 170px;
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 5em;
  line-height: 1.6em;
  color: #fff;
}

header {
  position: fixed;
  display: flex;
  width: 100%;
  padding: 1.3em;
  z-index: 10;
}
header .logo {
  font-weight: 700;
  font-size: 2.2em;
  cursor: pointer;
  flex-shrink: 0;
  width: 150px;
}
header .burger {
  cursor: pointer;
  margin-top: 10px;
  background: url("../img/icones/menu.png");
  background-position: top;
  background-repeat: no-repeat;
}

.hero-content {
  margin: 0;
  max-width: 100%;
  text-align: center;
  font-weight: 100;
  opacity: 0;
}
.hero-content h1 {
  font-size: 8em;
  line-height: 0.9em;
  max-width: 100%;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
  padding-top: 5vh;
}
.hero-content .subtitle {
  margin-top: 2em;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.4em;
  max-width: 75%;
  padding-bottom: 2em;
  padding-left: 25%;
}

.grid-content {
  background-color: #363b45;
  display: grid;
  height: 100vh;
  grid-template-columns: 33% auto 33%;
  grid-template-rows: 100%;
  grid-template-areas: "ref1       ref2        ref3";
  position: relative;
  grid-column-gap: 0em;
}

/*
intro{
    grid-area: intro;
    margin:0 auto;
    background-color: #e0e2e7;
    color: #363b45;
    text-align: center;
    padding-top:3em;
    max-width: 1450px;
    h2{
        font-size: 3em;
        font-weight: 100;
        margin:0;
    }
    .description{
        font-size: 1em;
        font-weight: 300;
        margin:0;
        padding-top:1em;
        padding-bottom: 3em;
        max-width: 80%;
        padding-left:20%;
        line-height: 1.5em;
        color:#666;
    }
}*/
ref1 {
  grid-area: ref1;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0%;
}

ref2 {
  grid-area: ref2;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0%;
}

ref3 {
  grid-area: ref3;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0%;
}

.ref-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #21262f;
}

.desc-ref {
  font-weight: 500;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 40vh 10% 0% 10%;
  cursor: pointer;
  text-align: center;
}
.desc-ref .categorie {
  top: 200px;
  font-size: 1em;
  line-height: 0.5em;
  opacity: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.desc-ref .description {
  font-size: 1em;
  padding-top: 0.5em;
  line-height: 1.5em;
  opacity: 0;
  font-weight: 100;
}
.desc-ref h3 {
  font-size: 2em;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: 500;
}

.wrapper-tools {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  position: relative;
  background-color: #e0e2e7;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.grid-tools {
  background-color: #e0e2e7;
  display: grid;
  height: 100vh;
  grid-template-columns: auto 25% 25% auto;
  justify-content: center;
  justify-content: center;
  max-width: 1450px;
  grid-template-rows: 35% 35% 30%;
  grid-template-areas: "intro-tools        intro-tools         intro-tools     intro-tools " "tools1             tools2              tools3          tools4" "cta-tools          cta-tools           cta-tools       cta-tools";
}

intro-tools {
  grid-area: intro-tools;
  color: #222;
  text-align: center;
  padding-top: 3vh;
}
intro-tools h2 {
  font-size: 3em;
  font-weight: 100;
  margin: 0;
  padding-top: 1em;
}
intro-tools .description-tools {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 80%;
  padding-left: 20%;
  line-height: 1.5em;
  color: #666;
}

tools1 {
  grid-area: tools1;
  position: relative;
  text-align: center;
  color: #222;
}

tools2 {
  grid-area: tools2;
  position: relative;
  text-align: center;
  color: #222;
  border-left: 1px solid #c0c1c3;
}

tools3 {
  grid-area: tools3;
  position: relative;
  text-align: center;
  color: #222;
  border-left: 1px solid #c0c1c3;
}

tools4 {
  grid-area: tools4;
  position: relative;
  text-align: center;
  color: #222;
  border-left: 1px solid #c0c1c3;
}

.title-tools {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 1em;
}

.description-tools {
  padding: 2em;
  font-weight: 300;
  color: #111;
}

cta-tools {
  grid-area: cta-tools;
  text-align: center;
  margin-top: 7em;
}

.footer {
  position: relative;
  background-color: #000;
  color: #777;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer .logo {
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  cursor: pointer;
}

.icons-some {
  padding: 1em;
}
.icons-some a {
  border-radius: 0;
  border: 0px solid #fff;
  font-weight: 500;
  color: #fff;
  padding: 0.5em;
  font-size: 0.9em;
  margin: 0;
  text-decoration: none;
  opacity: 0.6;
}
.icons-some a:hover {
  background-color: #000;
  opacity: 1;
}

.link-footer {
  opacity: 0.6;
  font-size: 0.8em;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}

.link-footer:hover {
  opacity: 1;
  cursor: pointer;
}

.copyright {
  font-size: 0.7em;
  opacity: 0.5;
  padding: 1em;
  padding-top: 2em;
}

.link-ref {
  position: absolute;
  opacity: 0;
  font-size: 0.7em;
  border-radius: 35px;
  font-weight: 300;
  color: #fff;
  padding: 1em 2em 1em 2em;
  border: 1px solid #fff;
  left: 37%;
  width: 25%;
}

.icons {
  opacity: 0.2;
}

.icon-scroll {
  position: absolute;
  bottom: 5%;
  text-align: center;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .grid-content {
    background-color: #363b45;
    display: grid;
    height: 100vh;
    grid-template-columns: 100%;
    grid-template-rows: 33% auto 33%;
    grid-template-areas: "ref1" "ref2" "ref3";
    position: relative;
    grid-column-gap: 0em;
  }
  .desc-ref {
    font-weight: 500;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10vh 10% 0% 10%;
    cursor: pointer;
    text-align: center;
  }
  .desc-ref .categorie {
    top: 200px;
    font-size: 1em;
    line-height: 0.5em;
    opacity: 1;
    font-weight: 300;
    text-transform: uppercase;
  }
  .desc-ref .description {
    font-size: 1em;
    padding-top: 0.5em;
    line-height: 1.5em;
    opacity: 0;
    font-weight: 100;
  }
  .desc-ref h3 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: 500;
  }
  .grid-tools {
    background-color: #e0e2e7;
    display: grid;
    height: 220vh;
    grid-template-rows: 20% 17% 17% 17% 15% 5%;
    justify-content: center;
    justify-content: center;
    max-width: 1450px;
    grid-template-columns: 100%;
    grid-template-areas: "intro-tools" "tools1" "tools2" "tools3" "tools4" "cta-tools";
  }
  intro-tools {
    grid-area: intro-tools;
    color: #222;
    text-align: center;
    padding-top: 2vh;
  }
  intro-tools h2 {
    font-size: 3em;
    font-weight: 100;
    margin: 0;
    padding: 30px;
    padding-top: 20px;
    line-height: 1em;
  }
  intro-tools .description-tools {
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    padding: 1em;
    padding-top: 0em;
    padding-bottom: 0em;
    max-width: 100%;
    line-height: 1.3em;
    color: #666;
  }
  .title-tools {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    padding-bottom: 0.4em;
  }
  .description-tools {
    padding: 1em;
    font-weight: 300;
    color: #111;
  }
  cta-tools {
    grid-area: cta-tools;
    text-align: center;
    margin-top: 5em;
  }
  .hero-content {
    margin: 0;
    max-width: 100%;
    text-align: center;
    font-weight: 90;
    opacity: 0;
  }
  .hero-content h1 {
    font-size: 6em;
    line-height: 1.9em;
    max-width: 100%;
    font-weight: 100;
    margin: 0;
    text-transform: uppercase;
    padding-top: 2vh;
  }
  .hero-content .subtitle {
    margin-top: 0em;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.4em;
    max-width: 90%;
    padding-bottom: 2em;
    padding-left: 10%;
  }
  .menu-overlay {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    margin: 0;
    padding-top: 0;
    padding-left: 0px;
    z-index: 9;
    background-color: #000;
  }
  .menu-overlay ul {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-top: 3em;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.6em;
    color: #fff;
  }
  .link-ref {
    position: absolute;
    opacity: 0;
    font-size: 0.7em;
    border-radius: 35px;
    font-weight: 300;
    color: #fff;
    padding: 1em 2em 1em 2em;
    border: 1px solid #fff;
    left: 25%;
    width: 50%;
  }
}/*# sourceMappingURL=styling.css.map */