#bag {
  position: absolute;
  top: 312px;
  left: 88px;
  width: 164px;
  height: 202px;
  z-index:200;
  background-image: url(bag.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor:pointer;
}

#apple {
  position: absolute;
  top: 418px;
  left: 302px;
  width: 91px;
  height: 97px;
  z-index:200;
  background-image: url(apple.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#burger {
  position: absolute;
  top: 418px;
  left: 396px;
  width: 171px;
  height: 119px;
  z-index: 200;
  background-image: url(burger.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#bottle {
  position: absolute;
  top: 312px;
  left: 589px;
  width: 88px;
  height: 185px;
  z-index:200;
  background-image: url(bottle.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}


#fond{
	top:50%;left:50%;
    position:absolute;
    width:800px;height:600px;
    z-index:100;
    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: contain;  
}