html, body {
  margin: 0;
  padding: 0;
}

#players {
  display: none;
}

#coucou {
  position: relative;
  text-align: center;
  width: 785px;
  max-width: 100%;
  margin: 0 auto;
}
#coucou img {
  max-width: 100%;
  height: auto;
}
#coucou #nico {
  position: absolute;
  width: 7.1337579618%;
  height: 5.5390702275%;
  left: 44.2038216561%;
  top: 18.3976261128%;
  background: url(../img/nico.png) no-repeat 50% 100%;
  background-size: contain;
  border-bottom: 4px solid #d7333d;
  transition: transform 0.125s linear;
}
#coucou #nico.playing {
  transform: scale(4.5);
}
#coucou .circle {
  position: absolute;
  width: 22.5477707006%;
  height: 17.5074183976%;
  left: 35.3503184713%;
  top: 43.3728981207%;
  margin: 0 auto;
  border-radius: 50%;
}
#coucou .circle .face {
  width: 100%;
  height: 100%;
}
#coucou .circle .face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #fff;
  border-radius: 6px;
  content: "";
  display: block;
}
#coucou .circle .face .hour, #coucou .circle .face .minute, #coucou .circle .face .second {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 4px 0 0 4px;
}
#coucou .circle .face .minute, #coucou .circle .face .second {
  transform-origin: 50% 100%;
}
#coucou .circle .face .hour {
  margin: -4px 0 -4px -25%;
  padding: 4px 0 4px 25%;
  transform-origin: 100% 50%;
}
#coucou .circle .face .minute {
  margin: -40% -3px 0;
  padding: 40% 3px 0;
}
#coucou .circle .face .second {
  margin: -40% -1px 0 0;
  padding: 40% 1px 0;
}

#manual-play {
  background: #d7333d;
  color: #fff;
  font-size: 1.2em;
  padding: 1em;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
