@charset "UTF-8";
html {
  overflow-y: visible; /* ou rien du tout */
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-size: 80%;
  background-color: #f3f3f3;
  overflow-y: auto; /* c'est le body qui doit scroller */
  height: auto;
  color: rgb(13, 13, 13);
  overflow-x: hidden;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  z-index: 120;
  color: rgb(0, 0, 0);
}

#progress {
  position: relative;
  top: 17vh;
  font-size: 5.5vw;
  font-weight: 800;
  margin-right: 1vw;
  text-align: right;
  letter-spacing: normal;
  opacity: 0;
  transition: opacity 0.3s;
}

*::-webkit-scrollbar {
  background: transparent;
  background-color: black;
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: transparent;
  background-color: transparent;
  display: none;
  visibility: hidden;
}

body::-webkit-scrollbar-thumb {
  background-color: #e63312;
  outline: 0px solid slategrey;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 1vw;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 140%;
  color: rgb(255, 255, 255);
  width: 50%;
  text-transform: uppercase;
}

h2 {
  font-size: 5.5vw;
  margin: 0;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 100%;
  margin-bottom: 3vw;
  color: #ffffff;
  word-wrap: break-word;
  transition: all 2s;
  background-color: #0a0a0a;
}

p {
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  line-height: 150%;
  margin: 0;
  padding: 0;
  width: 100%;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 4vw;
  height: 98vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  opacity: 0;
  z-index: 15;
}

#spacer {
  width: 100%;
  height: 40px;
}

.spacer-detail {
  width: 100%;
  height: 20vh;
}

#spacer20 {
  width: 100%;
  height: 15vh;
}

#spacer-header {
  height: 100%;
}

#logo {
  position: fixed;
  top: 0;
  background-image: url(../img/logo_nh-bw.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 4vw;
  height: 4vw;
  z-index: 200;
}

#logo:hover {
  background-image: url(../img/logo_nh.png);
}

#insta {
  background-image: url(../img/nav/insta.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5vw;
  height: 1.5vw;
  opacity: 0.5;
}

#insta:hover {
  cursor: pointer;
  opacity: 1;
}

#lnkd {
  background-image: url(../img/nav/linkd.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5vw;
  height: 1.5vw;
  opacity: 0.5;
}

#lnkd:hover {
  cursor: pointer;
  opacity: 1;
}

.intro {
  width: 100%;
  margin: 0;
  opacity: 1;
}

.texte-holder {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.texte {
  width: 55%;
  margin: 0;
  padding-top: 1%;
  color: #ffffff;
  font-size: 1vw;
  line-height: 130%;
}

.line1 {
  height: 2px;
  width: 0%;
  background-color: rgb(0, 0, 0);
  opacity: 0.8;
}

.line2 {
  height: 10px;
  width: 0%;
  background-color: rgb(0, 0, 0);
  opacity: 0.8;
}

.bgr {
  position: fixed;
  top: 0vh;
  left: 0;
  width: 140%;
  height: 150%;
  background-image: url(../img/nav/test3.gif);
  background-size: cover;
  background-attachment: scroll;
  background-position: top;
  opacity: 0;
  z-index: 0;
}

.bgr-texture {
  position: fixed;
  top: 0;
  left: -10%;
  width: 140%;
  height: 100%;
  background-image: url(../img/nav/pattern_print.png);
  background-attachment: scroll;
  background-position: left;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.texture-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 1;
  background-image: url(../img/nav/pattern_print.png);
  background-attachment: scroll;
  background-position: left;
}

.bgr-design {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: flex-start;
  margin-left: 0vw;
  margin-top: 0vh;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: 0;
  filter: brightness(100%) contrast(80%) grayscale(20%);
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.bgr-design.visible {
  opacity: 1;
}

#overlay-bgr {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0;
}

#overlay {
  position: fixed;
  top: 0;
  left: -101%;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100vh;
  z-index: 100;
}

#pg-home {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0%;
  top: 15vh;
  display: flex;
  flex-direction: row;
  opacity: 1;
  z-index: 1;
  /* transition: all 1s; /* Transition pour toutes les propriétés */
}

#nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: left;
  justify-items: flex-end;
  width: 62%;
  top: 5vh;
  gap: 1vw;
  font-size: 5.5vw;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -3px;
  margin-left: 6vw;
  opacity: 0;
  z-index: 1;
}

.navitem-sans {
  font-weight: 600;
  line-height: 110%;
  color: rgb(255, 255, 255);
}

.navitem {
  font-weight: 800;
  cursor: pointer;
  color: rgb(0, 0, 0);
  transition: all 0.4s;
  background-color: #c9eb0b;
}

.navitem:hover {
  cursor: pointer;
  color: rgb(255, 255, 255);
  background-color: #e63312;
}

.back {
  position: fixed;
  top: 0;
  left: 0%;
  width: 15%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-image: url(../img/nav/arrow.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 7vw 21vh;
  transition: all 0.5s;
  z-index: 10;
  display: none;
}

.back:hover {
  cursor: pointer;
  opacity: 1;
  background-image: url(../img/nav/arrow-red.png);
}

.back-project {
  position: fixed;
  top: 0;
  left: 0%;
  width: 14%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  background-image: url(../img/nav/close.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 7vw 21vh;
  transition: all 0.5s;
  z-index: 10;
}

.back-project:hover {
  cursor: pointer;
  opacity: 1;
  background-image: url(../img/nav/close-red.png);
}

#prevnext {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.previous {
  display: flex;
  flex-direction: column;
  justify-content: left;
  justify-items: left;
  margin-bottom: 5vh;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
  text-align: left;
  color: #000000;
}

.previous:hover {
  color: #fff;
  background-color: #e63312;
  padding-left: 0.5vw;
  padding-right: 2vw;
}

.previous-titre {
  font-size: 2.4em;
  font-weight: 700;
}

.previous-label {
  font-size: 1em;
  text-align: left;
  text-transform: uppercase;
}

.next {
  display: flex;
  flex-direction: column;
  justify-content: right;
  justify-items: right;
  margin-bottom: 5vh;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s;
  color: #000000;
}

.next:hover {
  color: #fff;
  background-color: #e63312;
  padding-left: 2vw;
  padding-right: 0.5vw;
}

.next-titre {
  font-size: 2.4em;
  font-weight: 700;
}

.next-label {
  font-size: 1em;
  text-align: right;
  text-transform: uppercase;
}

.item-label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
  padding-right: 0.5em;
}

#bubble1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3vw;
  height: 0.3vw;
  z-index: 400;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in-out 0.1s;
  margin-top: 0%;
  margin-left: 1%;
}

.active {
  display: block;
  width: 5vw;
  height: 5vw;
  opacity: 1;
  visibility: visible;
  transform: scale(12);
}

/*---------------- BOX UI --*/
#nav-ux {
  position: absolute;
  width: 50vw;
  left: 50%;
  top: 0%;
  opacity: 0;
  overflow-y: auto;
  overflow-y: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  z-index: 1;
  color: black;
  gap: 1vh;
  padding-top: 1vh;
}

#nav-ux-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1vh;
}

.nav-uxitem {
  width: 100%;
  min-height: 30vh;
  cursor: pointer;
  font-weight: 300;
  filter: grayscale(100%);
  opacity: 1;
  transition: all 0.5s;
  overflow: hidden;
  background-size: cover;
  background-position: right;
  filter: brightness(100%) contrast(80%) grayscale(100%);
}

.nav-uxitem:hover {
  filter: grayscale(0%);
  background-size: cover;
  min-height: 60vh;
  overflow: hidden;
  color: #e63312;
  /*filter: 
    brightness($photo-brightness)
     contrast($photo-contrast)
     grayscale(100%);*/
}

.uxitem-text {
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 100%;
  min-height: 15vh;
  font-size: 1.8em;
  font-weight: 600;
  padding-top: 0vh;
  padding-left: 5%;
  padding-right: 10%;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0.8;
  color: #ffffff;
  background-repeat: repeat;
  background-position: center;
  letter-spacing: normal;
  background-image: url(../img/nav/pattern_print.png);
}

.uxitem-text:hover {
  height: 100%;
  background-repeat: repeat;
  background-position: center;
  background-image: url(../img/nav/pattern_print-50.png);
  opacity: 1;
  padding-top: 0%;
  color: #fff;
  font-size: 5em;
}

.uxitem-client {
  display: flex;
  flex-direction: column;
  width: 100%;
  letter-spacing: -1px;
}

.uxitem-titre {
  font-weight: 700;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  color: #fff;
  line-height: 105%;
}

.uxitem-type {
  font-weight: 500;
  font-size: 0.9rem;
  padding-top: 0.3vw;
  padding-bottom: 0;
  color: #fff;
}

.uxitem-marque {
  font-weight: 300;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0.3vw;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
}

/*---------------- BOX PRINT --*/
#nav-print {
  position: absolute;
  width: 50vw;
  left: 50%;
  top: 0%;
  opacity: 0;
  overflow-y: auto;
  overflow-y: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  z-index: 1;
  color: black;
  gap: 1vh;
  padding-top: 1vh;
}

#nav-print-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1vh;
}

.printitem {
  width: 100%;
  min-height: 30vh;
  cursor: pointer;
  font-weight: 300;
  filter: grayscale(100%);
  opacity: 1;
  transition: all 0.5s;
  overflow: hidden;
  background-size: cover;
  background-position: right;
  filter: brightness(100%) contrast(80%) grayscale(100%);
}

.printitem:hover {
  filter: grayscale(0%);
  background-size: cover;
  min-height: 60vh;
  overflow: hidden;
  color: #e63312;
  /*filter: 
    brightness($photo-brightness)
     contrast($photo-contrast)
     grayscale(100%);*/
}

.printitem-text {
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 100%;
  min-height: 15vh;
  font-size: 1.8em;
  font-weight: 600;
  padding-top: 0vh;
  padding-left: 5%;
  padding-right: 10%;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0.8;
  color: #ffffff;
  background-repeat: repeat;
  background-position: center;
  letter-spacing: normal;
  background-image: url(../img/nav/pattern_print.png);
}

.printitem-text:hover {
  height: 100%;
  background-repeat: repeat;
  background-position: center;
  background-image: url(../img/nav/pattern_print-50.png);
  opacity: 1;
  padding-top: 0%;
  color: #fff;
  font-size: 5em;
}

.printitem-client {
  display: flex;
  flex-direction: column;
  width: 100%;
  letter-spacing: -1px;
}

.printitem-titre {
  width: 50%;
  font-weight: 700;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  line-height: 105%;
}

.printitem-type {
  font-weight: 500;
  font-size: 0.9rem;
  padding-top: 0.3vw;
  padding-bottom: 0;
}

.printitem-marque {
  font-weight: 300;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0.3vw;
  letter-spacing: 0;
  text-transform: uppercase;
}

/*---------------- BOX FUN --*/
#nav-stuffs {
  position: absolute;
  width: 50vw;
  left: 50%;
  top: 0%;
  opacity: 0;
  overflow-y: auto;
  overflow-y: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  z-index: 1;
  color: black;
  gap: 1vh;
  padding-top: 1vh;
}

#nav-fun-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1vh;
}

/*---------------- BOX ABOUT --*/
#nav-contact {
  position: absolute;
  width: 50vw;
  left: 50%;
  top: 0%;
  opacity: 0;
  overflow-y: auto;
  overflow-y: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  z-index: 1;
  color: black;
  padding-top: 1vh;
}

#nav-about {
  position: absolute;
  width: 50vw;
  left: 50%;
  top: 0%;
  opacity: 0;
  overflow-y: auto;
  overflow-y: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  z-index: 1;
  color: black;
  padding-top: 1vh;
}

.about-titre {
  top: 0;
  display: flex;
  align-items: flex-start;
  margin-left: 0vw;
  margin-top: 17vh;
  margin-bottom: 5vh;
  z-index: 2;
  color: #ffffff;
  text-align: left;
  font-size: 6vw;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 90%;
  opacity: 1;
  background-color: #000000;
}

.about-text p {
  font-size: 1.7em;
  width: 60%;
  line-height: 150%;
  font-weight: 600;
  color: #141414;
  padding: 2%;
  background-color: #ffffff;
}

.cta-text {
  font-weight: 900;
  color: #141414;
  background-color: #c9eb0b;
}

.cta-text:hover {
  color: #ffffff;
  background-color: #e63312;
}

.cta-contact-footer {
  font-weight: 600;
  color: #141414;
}

.cta-contact-footer:hover {
  font-weight: 600;
  color: #ffffff;
  background-color: #e63312;
}

/*-------------- Detail UI ----*/
.detail-titre {
  position: absolute;
  top: 0;
  display: flex;
  align-items: flex-end;
  margin-left: 30vw;
  margin-top: 17vh;
  margin-bottom: 10vh;
  z-index: 2;
  color: #ffffff;
  text-align: left;
  font-size: 6vw;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 90%;
  background-color: #000000;
  opacity: 0;
}

#detail {
  display: flex;
  margin-left: 0vw;
  width: 90%;
  z-index: 2;
  color: #000000;
  padding-top: 12vw;
  padding-bottom: 4vw;
  text-align: left;
}

.detail-holder {
  display: flex;
  flex-direction: row;
  gap: 0vw;
  font-weight: 100;
  margin-top: 10vh;
}

.detail-col40 {
  width: 50%;
}

.detail-col60 {
  width: 80%;
}

.detail-info-label {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 1vh;
}

.detail-info {
  font-size: 1em;
  font-weight: 500;
  padding-left: 1vw;
  color: #ffffff;
  text-transform: none;
}

.detail-info-text {
  font-size: 1.3vw;
  font-weight: 400;
  padding-right: 15%;
  z-index: 5;
  text-align: left;
}

.detail-subtitle {
  font-size: 1vw;
  font-weight: 600;
  width: 100%;
  z-index: 5;
  text-align: left;
  text-transform: uppercase;
}

.portfolio-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-content: stretch;
  align-items: flex-start;
  gap: 6%;
  margin-left: 14%;
  margin-top: 70vh;
  padding: 0;
  width: 70%;
  text-align: center;
  z-index: 3;
}

.img-detail-full {
  text-align: left;
  line-height: 200%;
  width: 100%;
  padding-bottom: 5%;
}

.img-detail-demi {
  width: 47%;
  text-align: left;
  padding-bottom: 5%;
}

.img-detail-third {
  width: 29%;
  text-align: left;
  line-height: 200%;
  padding-bottom: 5%;
}

/*-------- Footer -----------  */
#footer {
  position: relative;
  margin-top: 15vh;
  margin-left: 5%;
  width: 90%;
  z-index: 10;
}

.line {
  width: 100%;
  background-color: #cbcbcb;
  height: 1px;
  margin-bottom: 8vh;
}

.footer-cntn {
  display: flex;
  flex-direction: row;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 2vh;
  justify-content: flex-start;
  gap: 3%;
}

.footer-col {
  width: 30%;
  padding-bottom: 7vh;
  display: flex;
  flex-direction: column;
}

.footer-intro {
  padding-top: 2vh;
  width: 50%;
}

.footer-titre {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 100;
  color: #101010;
  padding-top: 1vh;
  padding-bottom: 2vh;
}

.footer-lien {
  font-size: 1em;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  line-height: 180%;
}

.footer-lien:hover {
  color: #fff;
  background-color: #e63312;
}

/*-------------------------------------Mobile------------------------------------*/
/*-------------------------------------Mobile------------------------------------*/
/*-------------------------------------Mobile------------------------------------*/
@media only screen and (max-device-width: 740px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-size: 100%;
    transition: all 1s;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
    color: rgb(17, 17, 17);
  }
  h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 140%;
    color: rgb(255, 255, 255);
    width: 100%;
    text-transform: uppercase;
  }
  #nav {
    width: 85vw;
    font-size: 3em;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1px;
    margin-left: 10vw;
  }
  .texte {
    width: 85%;
    margin-top: 2vh;
    padding-top: 1%;
    color: #ffffff;
    font-size: 16px;
    line-height: 100%;
  }
  .line1 {
    height: 1px;
  }
  .line2 {
    height: 5px;
  }
  #logo {
    position: fixed;
    top: 0;
    background-image: url(../img/logo_nh-bw.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15vw;
    height: 17vw;
    z-index: 200;
  }
  #progress {
    top: 20vh;
    font-size: 2.5em;
  }
  .back {
    background-size: 55%;
    background-position: 4vw 17vh;
  }
  .back:hover {
    cursor: pointer;
    opacity: 1;
    background-image: url(../img/nav/arrow-red.png);
  }
  .back-project {
    background-size: 55%;
    background-position: 4vw 17vh;
  }
  .back-project:hover {
    cursor: pointer;
    opacity: 1;
    background-image: url(../img/nav/close-red.png);
  }
  h2 {
    font-size: 1.8em;
    margin: 0;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 100%;
    margin-bottom: 3vw;
    color: #ffffff;
    word-wrap: break-word;
    transition: all 2s;
    background-color: #0a0a0a;
  }
  .nav-uxitem {
    width: 100%;
    min-height: 35vh;
    filter: brightness(80%) contrast(110%) grayscale(0%);
  }
  .nav-uxitem:hover {
    min-height: 35vh;
  }
  .uxitem-text, .uxitem-text:hover {
    font-size: 1.6em;
  }
  .uxitem-type {
    font-size: 11px;
    padding-top: 0.5vh;
    padding-bottom: 0;
  }
  .uxitem-marque {
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0.3vw;
  }
  .printitem {
    width: 100%;
    min-height: 35vh;
    filter: brightness(80%) contrast(110%) grayscale(0%);
  }
  .printitem:hover {
    min-height: 35vh;
  }
  .printitem-text, .printitem-text:hover {
    font-size: 1.6em;
  }
  .printitem-type {
    font-size: 11px;
    padding-top: 0.5vh;
    padding-bottom: 0;
  }
  .printitem-marque {
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0.3vw;
  }
  .portfolio-list {
    gap: 5%;
    margin-left: 16%;
    width: 78%;
  }
  .active {
    display: none;
    width: 5vw;
    height: 5vw;
    opacity: 1;
    visibility: hidden;
    transform: scale(12);
  }
  #detail {
    width: 100%;
  }
  .detail-holder {
    display: flex;
    flex-direction: row;
    gap: 0vw;
    font-weight: 100;
  }
  .detail-titre {
    font-size: 2.4em;
  }
  .detail-col40 {
    width: 90%;
  }
  .detail-col60 {
    width: 100%;
  }
  .detail-info-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 1vh;
  }
  .detail-info {
    font-size: 1em;
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
  }
  .detail-info-text {
    font-size: 15px;
    font-weight: 300;
    z-index: 5;
    text-align: left;
    padding-top: 15vh;
    padding-bottom: 5vh;
  }
  .detail-subtitle {
    font-size: 1vw;
    font-weight: 600;
    width: 100%;
    z-index: 5;
    text-align: left;
    text-transform: uppercase;
  }
  #spacer {
    width: 100%;
    height: 40px;
  }
  .spacer-detail {
    width: 100%;
    height: 5vh;
  }
  .img-detail-full {
    width: 97%;
    font-size: 11px;
    text-align: left;
    padding-bottom: 1%;
  }
  .img-detail-demi {
    width: 97%;
    text-align: left;
    padding-bottom: 1%;
    font-size: 11px;
  }
  .img-detail-third {
    width: 47%;
    text-align: left;
    padding-bottom: 1%;
    font-size: 11px;
  }
  .bgr-design {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-start;
    margin-left: 0vw;
    margin-top: 0vh;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: 0;
    filter: brightness(100%) contrast(80%) grayscale(20%);
    transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bgr-design.visible {
    opacity: 1;
  }
  .previous-titre {
    font-size: 15px;
  }
  .previous-label {
    font-size: 10px;
  }
  .previous {
    margin-bottom: 0vh;
  }
  .next {
    margin-bottom: 0vh;
  }
  .next-titre {
    font-size: 15px;
  }
  .next-label {
    font-size: 10px;
  }
  .footer-cntn {
    margin-top: 0vh;
    justify-content: flex-start;
    flex-direction: column;
    gap: 3%;
    margin-bottom: 5vh;
    margin-left: 10vw;
    font-size: 14px;
  }
  .footer-col {
    width: 80%;
    padding-bottom: 1vh;
  }
  .footer-intro {
    padding-top: 1vh;
    width: 100%;
  }
  .footer-titre {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    color: #101010;
    padding-top: 0vh;
    padding-bottom: 1vh;
  }
  .footer-lien {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    line-height: 180%;
  }
  .line {
    width: 100%;
    background-color: #cbcbcb;
    height: 1px;
    margin-bottom: 7vh;
  }
  #nav-about {
    position: absolute;
    width: 80vw;
    left: 50%;
    top: 0%;
    opacity: 0;
    overflow-y: auto;
    overflow-y: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: none;
    z-index: 1;
    color: black;
    padding-top: 1vh;
    padding-bottom: 5vh;
  }
  .about-text p {
    font-size: 1em;
    width: 90%;
    line-height: 150%;
    font-weight: 300;
    color: #141414;
    padding: 5%;
    background-color: #ffffff;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 1vw;
    height: 98vh;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    opacity: 0;
    z-index: 15;
  }
  #insta {
    width: 30px;
    height: 30px;
    opacity: 0.5;
    margin-left: 14vw;
  }
  #lnkd {
    width: 30px;
    height: 30px;
    opacity: 0.5;
    margin-left: 14vw;
  }
}/*# sourceMappingURL=nh.css.map */