* {
  box-sizing: border-box;
}

@keyframes defile {
  0% {
    background-position-y: 0;
  }

  100% {
    background-position-y: 100vw;
  }
}


html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
  background-image: url("../IMG/pin.jpg");
  background-size: cover;
  background-color: #40735B;
  text-align: center;
}


/*Header*/
header {}




/*Main*/
main {
  height: 100%;
}


/*Section Cookie */
#cookie {
  height: auto;
  float: left;
  width: 50%;
}



#affichage {
  display: inline-block;
  margin: 30px;
  padding-left:30px;
  padding-right:30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-image: url('../IMG/blackmirror.gif');
  color: #FFFFFF;
  text-align: center;
  font-family: 'Bangers', Impact, sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  position: relative;
}


span {
  display: block;
  font-size: 22px;
}

span.nom {
  font-size: 26px;
  letter-spacing: 3px;
}

span#score{
  font-size:35px;
  width: 200px;
}

button {
  margin-top: 50px;
  margin-bottom: 5px;
  width: 255px;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  font-family: 'Bangers', Impact, sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  background-image: url('../IMG/silver-background.jpg');
  border-radius: 40px;
  box-shadow: 0 7px #414552;
  outline: none;
  cursor: url(../IMG/icons8-shopping-bag-100.png)10 20, auto;
}

button:active {
  box-shadow: 0 4px #414552;
  transform: translateY(8px);
}

#clickposition {
  margin-left: -365px;
  /*margin-top: 30px;*/
}

button#click {
  padding: 0px;
  width: 376px;
  height: 376px;
  cursor: url(../IMG/icons8-tetra-pak-100.png) 10 20, auto;
  background: none;
  border: none;
  margin-left: 38%;
  margin-top:25px;
  box-shadow:none;
}

#timeebonus{
  position: absolute;
  top: 220px;
  left: 68px;
  text-align: center;
  background-color: gray;
  border-radius: 20px;
  font-family:arial;
  padding:8px;
  font-size:16px;
}

#timeebonus h3{
  margin: 2px 0;
  font-size: 12px;
}

#timebonus{
  color:white;
  text-transform:uppercase;
  margin: 2px 0;
  font-size: 20px;
}

/*Fin Section Cookie */

/* Section Shop**/
#shop {
  height: 100%;
  max-height: 100%;
  zoom: 1;
  background-image: url("../IMG/flying-dollars.png");
  background-position: center;
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  animation: defile 25s linear infinite;
}

/*Fin Section Shop**/


/*
#bobonunuss{
  margin-left: 40%;
  margin-top: -200px;
  animation-name: slide;
  animation-duration: 2s;
  position: absolute;
  animation-iteration-count:infinite;
  animation-delay:10s ;
  -webkit-animation-name: slide;
  
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 10s;
  
  

}
*/

/*
.nomgratuit{
  font-size: 14px;
}
button#xxx{
  border: solid 1px black;
  width: 110px;
  height: 90px;
  border-radius: 20px;
  padding-top: 0;
}
*/
/*
@-webkit-keyframes slide{
  0%{
    top:0%;
    
  }
  50%{
    top: 50%;
    
  }
  60%{
   top:40%;
  }
  70%{
    top:50%;
  }
  80%{
    top:42%;
  }
  85%{
    top:48%;
    left: 50%;
  }
  90%{
    top:50%;
  }
  100%{
    top:0%;
  }
 }

@keyframes slide{
 0%{
   margin-top:-200px;
 }
 10%{
   margin-left:600px;
 }
 20%{
   margin-top: 200px;
 }
 30%{
   margin-left:20px;
 }
 50%{
  margin-top: 200px;
 }
 60%{
  margin-top:400px;
  margin-left: 500px;
 }
 70%{
  margin-top:500px;
  margin-left: 200px;
 }
 80%{
  margin-top:420px;
 }
 85%{
  margin-top:480px;
 }
 90%{
  margin-top:500px;
 }
 100%{
   margin-top:-200px;
 }
}
*/


/* Footer*/
footer {}

/*Fin Footer*/

