.cup{
  position: absolute;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor:pointer;
  display:none;
  z-index:100;
}

#cup01 {
  top: 388px;
  left: 380px;
  width: 73px;
  height: 92px;
  background-image: url(cup01.png);
}

#cup02 {
  top: 384px;
  left: 377px;
  width: 80px;
  height: 101px;
  background-image: url(cup02.png);
}

#cup03 {
  top: 389px;
  left: 381px;
  width: 73px;
  height: 93px;
  background-image: url(cup03.png);
}

#cup04 {
  top: 389px;
  left: 382px;
  width: 69px;
  height: 91px;
  background-image: url(cup04.png);
}

#mainbottle {
  background-image: url(mainbottle.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;  
  position: absolute;
  top: 259px;
  left: 524px;
  width: 95px;
  height: 231px;
  z-index:30;
}


#fond{
	top:50%;left:50%;
    position:absolute;
    width:800px;height:600px;
    margin-left:-400px;
    margin-top:-300px;
    object-fit: scale-down;
    background-image: url(jour_avecreflects.png);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;  
    z-index:10;
}