
#panorama{
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 104px;
    overflow: hidden;
    transition-property: opacity;
}
.pano_invisible{
    visibility:hidden;
    opacity: 0;
}
.pano_invisible1{
    opacity: 0;
}
.pano_visible{
    visibility: visible;
    opacity: 1;
}
.panoviewer{
    transition-property: opacity;
}
#panorama-in{
    position: absolute;
    top: 0;
    height: 100%;
    cursor: grab;
    transition-property: opacity;
}
#panorama-in:active{
    cursor: grabbing;
}
#panorama-in img{
    position: relative;
    pointer-events: none;
    max-width: none;
    height: 100%;
    z-index: 1;
}

.booth_container_img{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
}
.booth_spot{
    position: absolute;
    z-index: 2;
    width:2.2%;
    padding-bottom: 2.2%;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    cursor:pointer;
    transition-property:background;
}
.booth_spot:hover{
    background: rgba(0,83,161,0.8);
}
.booth_spot svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #0053a1;
    padding: 23%;
    transition-property:fill;
}
.booth_spot:hover svg{
    fill:#fff;
}
.booth_spot_bouton {
    position: absolute;
    top: 81.5%;
    left: 55%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    height: 50px;
    border-radius: 46px;
    background: #1f8389;
    cursor: pointer;
    font-family: "avenir_black";
    color: #fff;
    font-size: 15.8px;
    box-shadow: 0 0 32px rgba(0,0,0,0.35);
    transform: translateX(-50%);
    transition-property: background;
}
.booth_spot_bouton:hover{
    background: #0053a1;
}
#booth_pop_all{
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(101,101,101,0.85);
    transition-property: opacity:
}
#booth_pop_all.booth_invisible{
    visibility: hidden;
    opacity: 0;
}
#booth_pop_all.booth_visible{
    visibility: visible;
    opacity: 1;
}
#booth_pop{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 87.4%;
    height: 87.4%;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 0 32px rgba(0,0,0,0.35);
    transform: translate(-50%,-50%);
}
#booth_pop_close{
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 50%;
    border:#c2c2c2 solid 1px;
    cursor: pointer;
}
#booth_pop_close svg{
    width: 35px;
    height: 35px;
    fill: #0053a1;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    transition-property: transform;
}
#booth_pop_close:hover svg{
    transform: rotate(90deg);
}
#booth_pop_in{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#booth_pop_in iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 22px;
}
#booth_menu{
    position: fixed;
    top: 0;
    z-index: 27;
    width: 361px;
    height: 100%;
    max-width: 100%;
    padding: 145px 0 50px;
    background:rgba(255,255,255,0.88);
    transition-property: left;
    overflow-y: auto;
    scrollbar-color: #0053a1 #fff;
    scrollbar-width:thin;
}
#booth_menu::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
#booth_menu::-webkit-scrollbar-thumb {
    background: #0053a1;
}
#booth_menu.menu_off{
    left: -100%;
}
#booth_menu.menu_on{
    left: 15px;
}
#booth_menu ol{
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#btn_booth_menu{
    position: fixed;
    top: 42px;
    left: 65px;
    z-index: 29;
    display: flex;
    align-items:center;
    cursor: pointer;
    font-size: 30px;
    text-transform: uppercase;
    color: #0053a1;
}
#btn_booth_menu svg{
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
    fill: #0053a1;
}
#booth_pop_content{
    position: absolute;
    z-index: 0;
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100% - 67px);
    overflow-y: scroll;
    scrollbar-color: #0053a1 #fff;
    scrollbar-width:thin;
	transition-property:transform,box-shadow,max-width;
}
#booth_pop_content::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
#booth_pop_content::-webkit-scrollbar-thumb {
    background: #0053a1;
}
#booth_bloc_faq{
    position: absolute;
    z-index: 0;
    top: 45px;
    left: 60px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 120px);
    height: calc(100% - 67px);
}
.booth_bloc_faq_in{
    overflow-y: scroll;
    direction: rtl;
    scrollbar-color: #e5ae0c #c9c9c9;
    scrollbar-width:thin;
	transition-property:transform,box-shadow,max-width;
}
.booth_bloc_faq_in::-webkit-scrollbar {
    width: 12px;
    background-color: #c9c9c9;
}
.booth_bloc_faq_in::-webkit-scrollbar-thumb {
    background: #e5ae0c;
    border: 0px solid transparent;
    border-radius: 6px;
    background-clip: padding-box;  
}
.booth_bloc_faq_in *{
    direction: ltr;
}
.booth_bloc_faq_in .booth_bloc_faq,.booth_bloc_faq_in h2{
    padding-left:60px;
}