* {
  text-shadow: none !important;
}

.content {
  background-color: #cd6464;
}

.DeviceMotionRequestBanner {
  z-index: 10;
  background-color: #ef2d5e;
  padding: 20px 20px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  width: 430px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.DeviceMotionRequestBanner > h3 {
  font-size: 28px;
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -.05rem;
}

.DeviceMotionRequestBanner > p {
  font-size: 1.1rem;
}

.DeviceMotionRequestBanner > button {
  background-color: #fff;
  color: #000;
  padding: 8px 30px;
  text-transform: uppercase;
  border: none;
  right: 0;
}

.DeviceMotionRequestBanner > a {
  color: #fff;
  margin-left: 25px;
}



/* Hide the number input */
#options .full-width-slider input {
  display: none;
}
#options .full-width-slider .ui-slider-track {
  margin-left: 15px;
}

#home {
  height: 100%;
}

#home .startMenu {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#home .content {
  height: 100%;
  background-size: 100%;
}

#home a {
  position: absolute;
  bottom: 20px;
  left: 15%;
  width: 70%;
  box-sizing: border-box;
}

#home .cocotte {
  width: 100%;
  height: 200px;
  background-size: 100%;
  position: absolute;
  bottom: 190px;
}

#options .alumette {
  width: 100%;
  height: 300px;
  background-size: 110%;
  /* position: absolute; */
  bottom: 0px;
}

#home #menu .ui-slider input {
    display: none;
}

#home #menu .ui-slider .ui-slider-track {
    margin-left: 15px;
}

#retour {
display: none;
}

#game .gameZone {
    margin-top: 10em;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: relative;
}
#game .gameZone.fire {
  background-size: 100%;
}

#game .btnContinue {
  position: absolute;
  bottom: 20px;
  width: 50%;
  left: 25%;
  box-sizing: border-box;
  display: none;
}

#gameover {
  visibility: hidden;
  background-color: #fff;
  border-color: #cd6464;
  border-radius: 3px;
  padding: 20px 20px;
  z-index:1;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}


.circle {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle:nth-child(1) {
   width: 60px;
   height: 60px;

}
.circle:nth-child(2) {
   width: 120px;
   height: 120px;
}
.circle:nth-child(3) {
   width: 240px;
   height: 240px;
}
