body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 1em;
}

a {
  text-transform: none;
  text-decoration: none;
  color: #545454;
}

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

h1 {
  font-weight: 100;
}

h3 {
  font-size: 1.5em;
  font-weight: 100;
  color: #545454;
}

header {
  margin: 0;
  padding: 0;
}

#nav {
  display: flex;
  flex-direction: row;
  height: 7vh;
  width: 99%;
}

.logo {
  padding-left: 1vw;
  padding-top: 20px;
}

.spacer {
  width: 98vw;
}

.spacer100 {
  height: 10vh;
}

.burger {
  z-index: 10;
  position: fixed;
  right: 1vw;
  top: 2vh;
  background-image: url(../img/burger.png);
  width: 1vw;
  height: 1vw;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.menu-overlay {
  z-index: 2;
  position: fixed;
  opacity: 0;
  width: 20vw;
  height: 100vh;
  right: -30vw;
  margin: 0;
  padding-top: 0;
  padding-right: 5vw;
  background-color: #ffffff;
  color: #191919;
  text-align: right;
}

.menuitem {
  color: #2b2b2b;
  font-size: 1.4em;
  font-weight: 100;
  line-height: 2.3em;
  font-weight: 300;
  cursor: pointer;
}

.menuitem:hover {
  color: #969696;
  cursor: pointer;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 98%;
  height: 91vh;
  background-image: url(../img/hero.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-left: 1%;
  margin-right: 1%;
}

.footer-landing {
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: flex-start;
  width: 98%;
  align-items: center;
  margin-top: 4vh;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 0.9em;
}

.footer-projects {
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: flex-start;
  width: 98%;
  align-items: center;
  margin-top: 8vh;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 0.9em;
}

.footercol {
  width: 24%;
  height: 15vh;
  line-height: 1.5em;
}

.footertitre {
  text-transform: uppercase;
  padding-bottom: 1em;
  font-weight: 300;
  color: #c2c2c2;
}

.footersome {
  display: flex;
  flex-direction: row;
  gap: 15px;
  cursor: pointer;
}

.footermenu {
  display: flex;
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
}

.footeritem {
  font-weight: 300;
  color: #000000;
  cursor: pointer;
}

.footeritem:hover {
  font-weight: 300;
  color: #969696;
  cursor: pointer;
}

/* MASK Landing ----------------------------------------*/
#grid-mask {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: stretch;
  align-content: stretch;
  flex-direction: column;
}

#mask-top {
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-color: #000000;
}

#mask-bottom {
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-color: #000000;
}

#mask-center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  opacity: 0.35;
}

#mask-logo {
  width: 100%;
  height: 100%;
  background-image: url(../img/blow_mask.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#mask-left {
  width: 30%;
  background-color: #000000;
}

#mask-right {
  width: 30%;
  background-color: #000000;
}

/* PROJECTS ----------------------------------------*/
.titrepage {
  left: 0;
  font-size: 220%;
  margin-left: 1%;
  margin-top: 2vh;
  margin-bottom: 5vh;
}

.projects-grid {
  position: relative;
  left: 0;
  width: 98%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 7vw;
  padding-left: 1%;
  padding-right: 1%;
}

.projects-box {
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  max-width: 19vw;
}

.projects-img {
  width: 100%;
  visibility: visible;
}

.projects-desc {
  visibility: hidden;
  text-align: center;
  padding: 0.5em;
  padding-top: 0.8em;
  padding-bottom: 0.7em;
}

.projects-img:hover + .projects-desc {
  visibility: visible;
}

/* ABOUT ----------------------------------------*/
.about {
  width: 98%;
  max-width: 100vw;
  max-height: 100vh;
  text-align: center;
  margin-left: 1vw;
  margin-right: 1vw;
  overflow: hidden;
}

.contact {
  width: 97%;
  max-width: 100vw;
  text-align: center;
  margin-left: 2%;
  margin-right: 1%;
  overflow: hidden;
}

.contact-content {
  display: flex;
  flex-direction: row;
  min-height: 85vh;
}

.about-titre {
  left: 10vw;
  width: 35vw;
  font-size: 2em;
  font-weight: 100;
  margin-left: 1vw;
  text-align: left;
}

.about-content {
  display: flex;
  flex-direction: row;
  min-height: 85vh;
}

.about-hero-left {
  width: 35%;
  text-align: left;
  color: #545454;
  font-size: 120%;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 10%;
  padding-left: 5%;
  padding-top: 10vh;
  padding-bottom: 20vh;
}

.about-hero-right {
  width: 50%;
  text-align: left;
  color: #545454;
  font-size: 120%;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-quote {
  margin-left: 10vw;
  width: 70%;
  margin-top: 15vh;
  margin-bottom: 10vh;
  text-align: left;
  overflow: hidden;
  font-size: 1.8em;
  font-weight: 100;
}

.about-bigimg {
  width: 97vw;
  height: 90vh;
  background-image: url(../img/projects/14_jourdain/04.webp);
  background-size: cover;
  background-position: center;
  margin-left: 1vw;
  margin-right: 2vw;
}

.team {
  width: 96%;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-top: 2vh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  justify-items: stretch;
  align-items: flex-start;
  align-content: flex-start;
}

.team-box {
  margin: 10px;
  font-size: 1.2em;
}

.team-img {
  text-align: center;
  padding: 6vh;
  padding-bottom: 0;
}

.team-name {
  text-align: center;
  font-weight: 300;
  padding-top: 1em;
  line-height: 2em;
}

.team-title {
  text-align: center;
  color: #545454;
  font-weight: 100;
  padding-bottom: 1em;
}

.team-icon {
  text-align: center;
}

/* DETAIL ----------------------------------------*/
.hero-detail {
  width: 90%;
  height: 80vh;
  max-width: 100vw;
  max-height: 80vh;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0vh;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.detail-tools {
  width: 95vw;
  height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 2vw;
  margin-right: 2vw;
}

.detail-title {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  padding-top: 150px;
}

.detail-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.detail-info {
  max-width: 77%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 2%;
  margin-bottom: 20vh;
}

.detail-text {
  width: 45%;
  padding-right: 9%;
  padding-left: 0%;
  line-height: 1.8em;
  font-size: 120%;
}

.detail-detail {
  width: 25%;
  line-height: 1.8em;
  color: brown;
}

.detail-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80vw;
}

.detail-img {
  width: 47%;
  margin-bottom: 5%;
}

.detail-tous {
  text-align: center;
  width: 97vw;
  margin-bottom: 70px;
  cursor: pointer;
}

.detail-back {
  position: fixed;
  bottom: 25%;
  cursor: pointer;
}

.detail-next {
  position: fixed;
  bottom: 25%;
  right: 2%;
  cursor: pointer;
}

/*-------------------------------------Mobile------------------------------------*/
/*-------------------------------------Mobile------------------------------------*/
/*-------------------------------------Mobile------------------------------------*/
@media only screen and (max-device-width: 740px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h3 {
    font-size: 110%;
    font-weight: 200;
  }
  .projects-grid {
    width: 90%;
    gap: 7vh;
    padding-left: 10%;
    padding-right: 0%;
    margin-bottom: 20%;
  }
  .projects-box {
    max-width: 90%;
  }
  #nav {
    display: flex;
    flex-direction: row;
    height: 10vh;
    width: 80%;
  }
  .burger {
    z-index: 10;
    position: fixed;
    right: 3%;
    top: 30px;
    background-image: url(../img/burger.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .footer-landing {
    flex-direction: column;
    width: 92%;
    margin: 3%;
    margin-left: 3%;
    margin-top: 8vh;
  }
  .footer-projects {
    flex-direction: column;
    width: 92%;
    height: 80vh;
    margin: 3%;
    margin-left: 3%;
    margin-top: 8vh;
  }
  .footercol {
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 5vh;
  }
  .projects-desc {
    visibility: visible;
  }
  .titrepage {
    margin-left: 3%;
    margin-top: 2vh;
    margin-bottom: 5vh;
    font-size: 140%;
  }
  .logo {
    padding-left: 4%;
    padding-top: 30px;
  }
  .hero {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 94%;
    height: 88vh;
    margin-left: 3%;
    margin-right: 3%;
  }
  #mask-logo {
    width: 100%;
    height: 100%;
    background-image: url(../img/blow_mask.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #mask-left {
    width: 0%;
    background-color: #000000;
  }
  #mask-right {
    width: 0%;
    background-color: #000000;
  }
  .menu-overlay {
    z-index: 2;
    position: fixed;
    opacity: 0;
    width: 50%;
    height: 100vh;
    right: -30%;
    margin: 0;
    padding-top: 0;
    padding-right: 5%;
    background-color: #ffffff;
    color: #191919;
    text-align: left;
  }
  .hero-detail {
    width: 90%;
    height: 65vh;
    margin-left: 5%;
    margin-right: 5%;
    background-size: cover;
  }
  .detail-title {
    width: 100%;
    text-align: center;
    font-size: 130%;
    padding: 0;
    padding-top: 8vh;
    padding-bottom: 0;
  }
  .detail-box {
    display: flex;
    justify-content: center;
  }
  .detail-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 90%;
    margin: 0;
    padding: 0;
    margin-bottom: 10vh;
  }
  .detail-text {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.8em;
    font-size: 110%;
  }
  .detail-detail {
    width: 95%;
    margin-top: 10%;
    padding-right: 3%;
    padding-left: 0;
    line-height: 1.8em;
    color: brown;
  }
  .detail-tools {
    width: 94%;
    margin-left: 3%;
    margin-right: 5%;
    margin-top: 10%;
    margin-bottom: 15%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .detail-img {
    width: 100%;
    margin-bottom: 7vh;
  }
  .about {
    width: 94%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-left: 3%;
    margin-right: 3%;
    overflow: visible;
    margin-bottom: 10vh;
  }
  .about-content {
    display: flex;
    flex-direction: column;
  }
  .about-hero-left {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    text-align: left;
    color: #474747;
    font-size: 1em;
    line-height: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 10%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10vh;
    margin-bottom: 0;
  }
  .about-hero-right {
    width: 100%;
    min-height: 55vh;
    text-align: left;
    color: #474747;
    font-size: 100%;
    line-height: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about-titre {
    position: relative;
    top: 0;
    left: 3%;
    width: 85%;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.2em;
  }
  .team {
    width: 94%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    justify-items: stretch;
    align-items: center;
    align-content: center;
  }
  .about-bigimg {
    width: 94%;
    height: 80vh;
    background-image: url(../img/projects/11_moxhet/07.webp);
    background-size: cover;
    background-position: center;
    margin-left: 3%;
    margin-right: 3%;
  }
  .about-quote {
    margin-left: 6%;
    width: 85%;
    height: -moz-fit-content;
    height: fit-content;
    text-align: left;
    overflow: hidden;
    font-size: 1.3em;
    font-weight: 500;
  }
  .spacer100 {
    height: 2vh;
  }
  .detail-back {
    position: relative;
    bottom: 5%;
    cursor: pointer;
    z-index: 100;
  }
  .detail-next {
    position: relative;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
    z-index: 100;
  }
}/*# sourceMappingURL=blow.css.map */