#plan_interactif{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#conteneur-plan{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
#plan-svg{
	position:relative;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	cursor:move;
}
.map_spot{
	cursor: pointer;
}
#menus{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	max-width: 100%;
	overflow:hidden;
	overflow-y: auto;
}
#menus ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menus ol li a,#menus ol li span{
	cursor: pointer;
}
#framecast{
	position: absolute;
	top: 0;
	left: 0;
    max-height: 100%;
}
#pop-up,#pop-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0,0,0,0.25);
    transition-property: opacity;
}
#pop-up-in{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    width: 800px;
    max-width: 100%;
    max-height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#pop-up-in.popwebcast{
	width: 80%;
	min-height: 51%;
}
#pop-video{
	z-index: 999;
}
#pop-video-in{
    position: absolute;
    width: 800px;
    max-width: 100%;
	padding-bottom: 56.25%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#pop-video-in video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.invisible_pop{
    opacity: 0;
    visibility: hidden;
}
.visible_pop{
    opacity: 1;
    visibility:visible;
}