@import url {
  "https://use.typekit.net/vxl3ilt.css"
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Nort", "Nort Light", "Nort Black", "Nort Extralight", "Nort Medium", "Nort Thin", sans-serif
}
/*  NAVIGATION   
 -------------------------------------------------------------- */
.navicon {
  width: 100%;
  background: transparent;
  margin: 40px 40px;
  position: fixed;
  left: 0px;
  height: 40px;
  width: 50px;
  display: block;
  z-index: 99;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
}
.navicon:before, .navicon:after {
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  height: 5px;
  left: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 45px;
}
.navicon:before {
  box-shadow: #000 0 14px 0 0;
  position: absolute;
  top: 2px;
}
.navicon:after {
  position: absolute;
  top: 30px;
}
.navicon--active {
  margin-top: 40px;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
}
.navicon--active:before {
  box-shadow: transparent 0 0 0 0;
  top: 15px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.navicon--active:after {
  top: 15px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.toggle {
  position: fixed;
  margin: 0px;
  width: 30%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  opacity: 0;
  -webkit-transition: ease-in 0.5s all;
  transition: ease-in 0.5s all;
  -webkit-transform: translateX(-200%) scaleX(0);
  -ms-transform: translateX(-200%) scaleX(0);
  transform: translateX(-200%) scaleX(0);
  z-index: 98;
}
.toggle--active {
  z-index: 98;
  opacity: 1;
  -webkit-transition: ease-in 0.5s all;
  transition: ease-out 0.4s all;
  -webkit-transform: translateX(00%) scaleX(1);
  -ms-transform: translateX(00%) scaleX(1);
  transform: translateX(00%) scaleX(1);
}
.toggle-menu {
  margin-bottom: 25px;
}
.toggle-menu li {
  display: block;
  margin: 40px;
}
.toggle-menu li a, .nav-list li a {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  padding: 5px 0;
}
ul {
  list-style-type: none;
}
.toggle-menu li a:hover, .nav-list li a:hover {
  color: #db5523;
  border-bottom: 2px solid #db5523;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
}
.toggle-menu li a:hover {
  font-weight: 800;
}
/* parallax 
 ------------------------------------------------------------------------- */
#parallax1 {}
#parallax2 {
  position: absolute;
  top: 0px;
  width: 100%
}
#parallax1 > div {
  background-image: url('../assets/images/matieres_lune.jpg');
  background-size: cover;
  background-position: center 10%;
}
#parallax2 > div {
  background-image: url('../assets/images/apparence_v0.png');
  background-size: 55vh;
  background-position: center 82%;
  background-repeat: no-repeat
}
.parallaxParent {
  height: 100%;
  overflow: hidden;
}
.parallaxParent > * {
  height: 200%;
  position: relative;
  top: -100%;
}
.brightness-sm {
  filter: brightness(130%) contrast(0.8)
}
/* Section section1 
--------------------------------------------------------------------------------- */
#section1 {
  height: 100vh;
  position: relative;
  text-transform: uppercase;
}
.presentationTitres {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/bkg-fils-mp.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#titres {
  transform: rotate(270deg) translateY(100%);
  transform-origin: left bottom;
}
#titres > div {
  padding: 50px;
}
#titres h1 {
  font-size: 12vh;
  font-family: 'nort', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white
}
#identite > div {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 50px;
}
#identite h1 {
  font-family: "nort", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1rem;
}
#identite h2 {
  font-family: "nort", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: dimgray;
  text-transform: uppercase;
}
#identite h2:nth-of-type(2) {
  color: darkgray
}
.nav-index {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 50px;
}
.nav-index li::after {
  content: "/";
  position: absolute;
  transform: translateY(-150%);
  right: 30px;
  transition: transform 0.3s;
}
.nav-index li:hover::after {
  transform-origin: 9px -6px;
  transform: rotate(120deg);
  transition: transform 0.3s;
  font-size: 800;
  color: #db5523;
}
/* Section section2 
------------------------------------------------------------------- */
#section2 {
  background-image: url("../assets/images/bkg-fils-mp.png");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-attachment: fixed;
  padding-bottom: 70px;
}
#section2 h1 {
  text-transform: uppercase;
  font-family: Nort, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  transform-origin: left bottom;
  color: grey;
  text-align: right;
  transform: rotate(270deg) translate(-270px, -10px);
  width: 200px;
}
#section2 h1:after {
  position: absolute;
  content: "\2502";
}
#section2 > div {
  padding: 70px 0px 0px;
  margin: 0 auto;
  width: 50%;
  max-width: 1200px;
}
#section2 > div > div {
  display: flex;
  padding-top: 50px;
  text-align: justify;
  font-size: 1.1em;
}
#section2 img {
  width: 370px;
  object-fit: contain;
  object-position: top;
  margin-right: 20px
}
.reveal {
  opacity: 0;
  transition: 0.5s ease-in
}
.reveal-move {
  opacity: 1;
  transition: 0.5s ease-in
}

/* Section section3
------------------------------------------------------------------- */

#section3, #section4 {
  background-image: url("../assets/images/bkg-fils-mp.png");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-attachment: fixed;
  padding-bottom: 80px;
  position: relative;
}
.diapo-accueil {
  background-color: white;
  max-width: 1000px;
  margin: auto;
  padding: 20px 20px;
}
.diapo-accueil > div {
  border: thin;
  border-color: black;
  border-radius: 5px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  transition-delay: .5s;
  opacity: .7;
  transform: scale(0.7);
  filter: grayscale(100%);
}
.slick-center {
  transition: all ease-in-out .3s;
  transition-delay: 0.4s;
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1)
}
#section3 img {
  margin: auto;
  width: 50vh;
  max-width: 200px;
  position: relative;
}
#section3 h2 {
  text-align: left;
  background-color: white;
  padding: 10px 0;
  font-size: 1.5rem;
  color: black;
  text-transform: uppercase;
  border-radius: 0 0 20px 20px;
  transform: scale(0.7);
  border-top: solid 2px gray;
}
[onclick] {
  cursor: pointer;
}
.titre-s3, .titre-s4 {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 0px -4px 8px #00000070;
  font-family: 'Nort';
  font-weight: 800;
  font-size: 6rem;
  text-transform: uppercase;
  padding: 20px 0 10px;
}
.slick-prev::before, .slick-next::before {
  color: dimgray
}

/* Section section4
------------------------------------------------------------------- */

.contgrid {
	max-width: 900px;
	margin: auto
	}
.grid {
	margin: auto
	}
.grid-item {
	max-width:300px;
	padding: 10px
	}
#section4 p {	
	width: 800px;
	margin: auto;
	padding: 20px 0 80px
	}


/* page_galerie pieces
--------------------------------------------------------------------------- */

#im-pres {
  width: 100%;
  text-align: center;
  height: 100%;
}
#im-pres img {
  height: 100%;
  animation: appear 2s;
}
#im-footer {
  position: relative;
  bottom: 200px;
  width: 100%;
  min-height: 200px;
  padding: 0 80px;
  z-index: -1;
}
#im-footer h1 {
  border-bottom: solid 3px grey;
  text-transform: uppercase;
  font-size: 2rem;
}
#im-sect {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  animation: appear 0.8s;
}
#desc {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
  height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 20px 80px 0 0;
  font-weight: 100;
  font-size: 0.9rem;
}
#im-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.im-btn {
  width: 50px;
  height: 50px;
  background-image: url("../assets/icones/fleche.svg");
  background-size: cover;
  cursor: pointer;
}
.im-av {
  transform: scaleX(-1)
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(100px) scale(0.8)
  }
  to {
    opacity: 1;
    transform: translateY(0px) scale(1)
  }
}
h2 {
    font-size: 1.2rem;
    text-transform: capitalize;
}
/* Footer 
--------------------------------------------------------------------------- */
footer {
  place-items: end stretch;
  height: 300px;
  background-color: black;
  color: white;
  font-size: 1em;
  font-weight: 100
}
footer a {
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}
footer a:hover {
  color: orange;
  text-decoration: none;
}
footer > div {
  padding: 20px;
}
#copy {
  text-transform: capitalize
}
#legals {
  text-align: center;
}
#design {
  text-align: right
}