@font-face {
	font-family: "Roboto";
	src: url('fonts/Roboto-Medium.woff');
}

@-webkit-keyframes psychedelic {
  0% {
    -webkit-filter: hue-rotate(0deg) saturate(2) invert(0);
  }

  50% {
    -webkit-filter: hue-rotate(360deg) saturate(8) invert(.25);
  }

  100% {
    -webkit-filter: hue-rotate(0deg) saturate(2) invert(0);
  }
}
body{
  background-image: url("../images/wax1.png");
  background-position; center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: yellow;
  text-align:center;
  font-family: 'Roboto', sans-serif;
}

/*marquee {
  margin: 8px auto;
  display: block;
  color: black;
  width: 100%;
  font-size: 30px;
}*/

img{
  -webkit-animation: psychedelic linear 30s infinite;
  -moz-animation: psychedelic linear 35s infinite;
  -o-animation: psychedelic linear 25s infinite;
  animation: psychedelic linear 15s infinite;
}

.container1{
  background: none;
  width: 600px;
  padding: 1em;
  display: inline-block;
}

.container2{
  background: none;
  width: 600px;
  padding: 1em;
  display: inline-block;
}

.container3{
  background: none;
  width: 100px;
  padding: 1em;
  display: inline-block;
  text-align: center;
}

.wax5{
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.enter_bouton{
  background: none;
  width: 200px;
  height: 200px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.bouton{
  width: 100%;
  height: 150px;
  object-fit: contain;
}
