#panorama {
        
    overflow:hidden;
    width: 100%;
    height: 100%;

}

#ambiance-controls {
z-index: 2;
position: relative;
margin-left: 7px;
margin-top: 10px;
display: block;
float: left;
}
#gamme-controls
{
z-index: 2;
position: relative;
right: 10px;
top: 10px;  
display: block;
float: right;
}

.ctrl
{
color: white;
background-color: black;
font-size: 14px;
font-family:Verdana, Geneva, Tahoma, sans-serif
}

button:hover {

background-color: red;
}

button:disabled
{

background-color: red;
}

button{
background-color: black;
height: 25px;
width: 100px;
border: none;
text-align: center;
color: white;
font-family:Verdana, Geneva, Tahoma, sans-serif


}

.custom-hotspot {
height: 30px;
width: 30px;
background-image: url('../images/hotspot-img.png');
background-repeat: no-repeat;
}

.custom-hotspot-left
{
height: 30px;
width: 30px;
background-image: url('../images/hotspot-img-left.png');
background-repeat: no-repeat;
}

.custom-hotspot-right
{
height: 30px;
width: 30px;
background-image: url('../images/hotspot-img-right.png');
background-repeat: no-repeat;
}

div.custom-tooltip span {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: #000;
color: #fff;
text-align: center;
max-width: 200px;
padding: 5px 10px;
white-space: nowrap;

cursor: default;
display: inline-block;
}
div.custom-tooltip:hover span{
visibility: visible;
}
div.custom-tooltip:hover span:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: #000 transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}


#tp-buttons
{
width: 248.2px;
height: 170.5px;
bottom:15px;
right:-248.2px;
position: absolute;
z-index: 2;
font-size: 10px;
background-color: rgba(0,0,0,0.75);


}

#tp-buttons button:disabled
{
background-color: black;
}

#tp-buttons button:enabled
{
background-color: gray;
}

#inactive button:disabled
{
background-color: dimgrey;
opacity: 0.5;

}



#salon {
    position: absolute;
    width: 60px;
    height: 86.9px;
    left: 75px;
    bottom: 25px;
}

#sdb {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 15px;
    bottom: 25px;
}

#chambre {
    position: absolute;
    width: 60px;
    height: 40px;
    left: 155px;
    bottom: 72px;
}





#opener
{
position: absolute;
bottom: 15px;
right: 15px;
z-index: 2;
width: 50px;
height: 50px;
border: 2px;
background-color: black;
background-repeat: no-repeat; 
padding: 0%;
vertical-align: middle;
border: none;

}

#fullscreen
{
position: absolute;
bottom: 15px;
right: 80px;
border: 2px;
z-index: 2;
width: 30px;
height: 30px;
background-color: black;
background-repeat: no-repeat; 
padding: 0%;
vertical-align: middle;
border: none;

}

#fullscreen img, #opener img{
    width: 80% !important;
}

span
{
color:none;
}
