  #j16fenetre {
    top:50%;left:50%;
    position:absolute;
    width:800px;height:600px;
    margin-left:-400px;
    margin-top:-300px;
    object-fit: scale-down;
    /*background-image: url(images/night.png);*/
    background-image: url(img/j16fenetre.png);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;  
    }

  .j16candy{
    position:absolute;
    z-index:100;
    border:none;
    background-color:transparent;
    background-position: center;
    background-size: cover;
/*    box-sizing: content-box;*/
    }
  #j16candy01 { 
  	width:20px;height:20px;
  	bottom:120px;right:80px;
  	background-image:url(img/candy01.png);
  	}
   #j16candy02 { 
    width:25px;height:25px;
    bottom:140px; left:100px;
    background-image:url(img/candy02.png);
    }
       #j16candy03 { 
    width:25px;height:25px;
    bottom:60px; left:200px;
    background-image:url(img/candy03.png);
    }
       #j16candy04 { 
    width:25px;height:25px;
    bottom:110px; right:380px;
    background-image:url(img/candy04.png);
    }
       #j16candy05 { 
    width:25px;height:25px;
    bottom:100px; left:50px;
    background-image:url(img/candy05.png);
    }

  #j16bol { 
  	position:absolute;
    top:70%;right:20%;
    width:200px;height:50px;
    z-index: 150;
    border:none;
    background-image:url(img/bol.png);
    background-repeat: no-repeat, repeat;
    background-color:transparent;
    background-position: center; /* Center the image */
    background-size: cover;
  	}
  .j16yumvisible{
    visibility: visible;
    }
  .j16text{
    position:absolute;
    left:60%;
    width: 35px;
    background-color: #FAFFCD;
    color: #373737;
    font-family: 'Jost-Regular';
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
    }
