html,
body {
  margin: 0;
  width: 100%;
  height: 100vh;
   overflow: hidden;
  font-family: "Roboto-light", sans-serif;
  background: linear-gradient(-45deg, #b1b8b7, grey, black, #c9cccb);
  background-size: 400% ;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
blackquote:before, blackquote:after,
q:before, q:after {
  content:"";
  content: none;
}

#justetoi {
  font-family: "El messiri";
  
  font-size: 100px;


}

/* #ital {

  font-size: 10px;
} */
.moon-history {
  background-image:url("../png/FullMoon2010.png");
  background-size:cover;
	width: 100%;
  height: 100%;
}


header {
  
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  /* display: inline-block; */
  line-height: 72px;
  margin-bottom: 20px;
  
  display: flex;
  width: 100%;

}

h1 {
  font-family: "El messiri";
  display: inline-block;
  font-size: 100px;
  
  float:left;
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 600px;
}
nav {
  float: lft;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  margin-right: 5%;
  margin-left: 5%;

}
ul {
  font-family: "El messiri";
  color:black;
  justify-content: space-between;
  display: flex;
  align-items: stretch; /* Default */
}

li {
  font-size: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  flex: 0 1 auto; /* Default */
}

.history {
  position: fixed;
  top: -100%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: left 0.5s;
  /* text-align: center; */
  transition: top 0.5s ease-in-out;
}

 .button {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 200px;
  height: 200px;
  /* border: solid black 2px; */
  border-radius: 50%;
   overflow: hidden; 
  user-select: none;
}

.button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 50%;
  /* background-color: black; */
}

.moon {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 50vw;
  height: 50vw;
  /* border: solid black 2px; */
  border-radius: 50%;
  user-select: none;
}

.moon img {
  width: 200%;
  height: 200%;
  object-fit: cover;
  pointer-events: none;
}


  


.blender {
  top:-10%;
  z-index: 2;
  position: absolute;
  width: 60vw;
  height: 20vh;
  left: -12%;

   /* Pour centrer image au centre, avec son centre
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) */
}

.blender img {
  
  width: 200%;
  height:auto;
}

.blender-history {
height:90%;
width:80%;
object-fit: cover;
pointer-events: none;
z-index: 1;
position: absolute;
top: 50%;

/* border: solid black 2px; */
border-radius: 50%;
user-select: none;

}

.topnav{
  position: fixed;
  z-index: 1000;
  top:0;
  left:0;
  width:100vw;
  height:10vh;
  display: flex;
  flex-direction: row;
  align-items:baseline;
  justify-content: flex-start;
}

.navElement:nth-child(1){
  text-decoration: none;
  color:#b8b8b8;

  font-family: 'El Messiri', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
}
.navElement{
  text-decoration: none;
  color:#b8b8b8;
  /* width:10vw; */
  padding-top: 1vw;
  padding-left: 1vw;
  padding-right: 4vw;
  font-family: 'Roboto-bold', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.navElement:hover{
  color:white;
}



.ingredients {
  width:30%;
    margin: 7px;

}

#ingredients {
  border-radius: 15px;
  position: absolute;
  left: -20vw;
  top: 10vh;
  background-color:gray;
  opacity: 90%;
  width: 20vw;
  height: 80vh;
  transition: left 2s;
}

#recipe {
  border-radius: 15px;
  position: absolute;
  left: -20vw;
  top: 10vh;
  background-color:gray;
  opacity: 90%;
  width: 20vw;
  height: 80vh;
  transition: left 2s;
}



.showLeft {
  left: 0vw !important;
}

#ingredient-button {
  border-radius: 15px;
  position: absolute;
  top: 0px;
  left: 20vw;
  height: 40vh;
  background-color:gray;
  opacity: 90%;
  width: 2vw;
}

#recipe-button {
  border-radius: 15px;
  position: absolute;
  bottom: 20px;
  left:20vw;
  height: 40vh;
  background-color:gray;
  opacity: 90%;
  width: 2vw;
}

#recipe-texte{
  font-family: "roboto-light";
  font-weight: lighter;
  margin-left: 0.5em;
  color:white;
  text-align:justify;

}



