/* last rev : apr. 08 2019 */
body, div, h1, h2, h3, span, p {
	font-family:"Open Sans", arial, verdana, sans-serif;
	color:#000000; 
}

html { height:100%; }
body { height:100%; margin:0px; overflow:hidden; font-size:10pt; background:#ffffff; }

table,tr,td {
	font-size:10pt;
	border-color:#777777;
	background:#dddddd; 
	color:#000000; 
	border-style:solid;
	border-width:2px;
	padding:5px;
	border-collapse:collapse;
}
h1 { font-size:18pt; }
h2 { font-size:14pt; }
.warning { font-weight:bold; } 

#notavailable {
	display:none;
	width:100%;
	height:100%;
	background:#000;
	text-align:center;
	position:relative;
}

#notavailable div {
	font-weight:bold;
	font-size:1.3em;
	color:#fff;
	position:absolute;
	width:100%;
	left:0px;
	top:48%;
}

*.unselectable {        
   -moz-user-select:-moz-none;
   -khtml-user-select:none;
   -webkit-user-select:none;
   -ms-user-select:none;
   user-select:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
} 

.arrow-container {
	border-radius:100%;
	background-color:rgba(128,128,128,0.3);
}
.arrow-icon {
    -webkit-transition:all 100ms ease-in;
    -webkit-transform:scale(1); 
    -ms-transition:all 100ms ease-in;
    -ms-transform:scale(1); 
    -moz-transition:all 100ms ease-in;
    -moz-transform:scale(1);
    transition:all 100ms ease-in;
    transform:scale(1) translate(0px,0px);   
}
.arrow-icon:hover {
    -webkit-transition:all 100ms ease-in;
    -ms-transition:all 100ms ease-in;
    -moz-transition:all 100ms ease-in;
    transition:all 100ms ease-in;
}
.arrow-icon-left:hover {
    -webkit-transform:scale(1.2) translate(-1px,0px);
    -ms-transform:scale(1.2) translate(-1px,0px);
    -moz-transform:scale(1.2) translate(-1px,0px);
    transform:scale(1.2) translate(-1px,0px);
}
.arrow-icon-right:hover {
    -webkit-transform:scale(1.2) translate(1px,0px);
    -ms-transform:scale(1.2) translate(1px,0px);
    -moz-transform:scale(1.2) translate(1px,0px);
    transform:scale(1.2) translate(1px,0px);
}

.qtip-blue{
	background-color:transparent;
	border-color:transparent;
	border:0px;
}

.qtip-blue .qtip-content{
	padding:0px !important;
}

.qtip-youtube .qtip-content {
	color:#FFFFFF !important;
	font-size:14px !important;
}

#hotspot-slideshow-container {
	width:500px;
	height:500px;
	background:#000;
}

#slideshow-next, #slideshow-prev {
	width:32px;height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:50%;
	margin-top:-32px;
	background-size:contain;
    -webkit-transition:all 200ms ease-in;
    -webkit-transform:scale(1); 
    -ms-transition:all 200ms ease-in;
    -ms-transform:scale(1); 
    -moz-transition:all 200ms ease-in;
    -moz-transform:scale(1);
    transition:all 200ms ease-in;
    transform:scale(1);   
	background-color:rgba(0,0,0,0.5);
	width:40px;height:60px;
	background-size:12px 24px;
	border-radius:5px;
}

#slideshow-next:hover, #slideshow-prev:hover {
	background-size:18px 36px;
}

#slideshow-next {
	background-image:url(images/fleche-white-right.png);
	right:22px;
}
#slideshow-prev {
	background-image:url(images/fleche-white-left.png);
	left:22px;
}

.slideshow-caption {
	position:absolute;
	top:2%;
	left:2%;
	max-width:70%;
	background-color:rgba(50,50,50,0.3);
	background-color:rgba(0,0,0,0.5);
	padding:5px 8px;
	left:22px;
	box-shadow:0 3px 10px 0 rgba(0,0,0,0.3);
}

.slideshow-caption-headline, .slideshow-caption-text {
	font-family:"Open Sans", arial, verdana, sans-serif;
	font-size:18px;
	color:#fff;
}
.slideshow-caption-headline {
	font-weight:bold;
}

.slideshow-caption-text {
	font-weight:normal;
}

#slideshow-media-loading {
	background-image:url('images/30-1.gif');
	background-color:rgba(0,0,0,0.5);
	border-radius:3px;
	background-repeat:no-repeat;
	background-position:center center;
	width:180px;height:40px;
	position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;
}

#layers-container, #layer1, #containerOUT, #layer2, #containerIN {
  background:#fff; 
}

.loader {
	position:absolute;
	width:210px;height:60px;
	left:50%;top:50%;
	margin-left:-105px;margin-top:-30px;
	background-color:rgba(0,0,0,0.5);
	border:2px solid #ffffff;
	border-radius:5px;
	visibility:hidden;
}

.loader .loadingbar {
	position:absolute;
	left:15px;top:35px;
	width:181px;height:10px;
	transform-origin:0% 50%;
	border-radius:5px;
	background:#ffffff;
	opacity:0.5;
}

.loader .loadingtext {
	position:absolute;
	left:16px;top:12px;
	width:176px;height:23px;
	color:#ffffff;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;	
	padding:0px 1px 0px 1px;
	overflow:hidden;
}


.controller {
	position:absolute;
	top:50%;
	width:80px;
	right:0px;
	display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:auto;
	transform:translateY(-50%);    
}

.resizer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	display:none;
}

.label-tip {
	position:relative;
	top:8px;
	height:22px;
	white-space:nowrap;
	z-index:-1;
	overflow:hidden;
	background:transparent;	
	pointer-events:none;
	width:10000px;
	right:10005px;
}

.label-tip div.label-tip-text {
	height:22px;
	line-height:22px;
	padding:0px 10px;
	border-radius:2px;
	width:auto;
	display:inline-block;
	position:absolute;
	right:7px;
	background-color:rgba(0,0,0,0.3);
}

.label-tip div.label-tip-text span.text {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	font-family:"Open Sans", arial, verdana, sans-serif;
	white-space:nowrap;
}

.label-tip.selected div.label-tip-text { background-color:rgba(0,0,0,0.3); }
.label-tip.inited, .label-tip.selected { opacity:1; }
.label-tip.inited div.label-tip-text { background-color:rgba(0,0,0,0.3); }

.tip-arrow-bubble-right {
	border-left:7px solid #0696ff;
	border-bottom:5px solid transparent;
	border-top:5px solid transparent;
	display:block;
	top:50%;
	margin-top:-5px;
	right:-5px;
	position:absolute;
	display:none;
}

.label-tip.selected .tip-arrow-bubble-right { border-left:7px solid #0062ad; }
.label-tip.inited .tip-arrow-bubble-right { border-left:7px solid #000000; }

.view_button {
	margin-left:20px;
	margin-top:3px;
	margin-bottom:3px;
	left:50%;
	width:40px;
	height:40px;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:3px;
	background-size:24px 24px;
	cursor:pointer;
	background-color:rgba(0,0,0,0.3);
}

.view_button.selected {
	cursor:default;
	background-color:rgba(45, 108, 216, 0.9);
}

.view_button:hover { background-color:rgba(0,0,0,0.5); }
.view_button.nohover:hover { background-color:rgba(0,0,0,0.3); }
.view_button.selected:hover, .view_button.selected.nohover:hover { background-color:rgba(45, 108, 216, 0.9); }

.view_button.icon-ext360 { background-image:url(images/exterieur-on.svg); }
.view_button.icon-ext360.slides { background-image:url(images/exterieur-slides-on.svg); }
.view_button.icon-ext360-bird { background-image:url(images/external-bird-eye-on.svg); }
.view_button.icon-intpano { background-image:url(images/interior-on.svg); background-size:36px 36px; }

.control-icon {
	margin-left:20px;
	margin-top:3px;
	margin-bottom:3px;
	width:40px;
	height:40px;
	border-radius:3px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:24px 24px;
	cursor:pointer;
	background-color:rgba(0,0,0,0.3);
}

.controller > .control-icon {
	margin-top:20px;
}
.controller > .control-icon ~ .control-icon {
	margin-top:3px;
}

.control-icon.disabled { opacity:0.3; cursor:default; }
.control-icon.disabled:hover { background-color:rgba(0,0,0,0.3); }

.control-icon:hover { background-color:rgba(0,0,0,0.5); }
.control-icon.nohover:hover { background-color:rgba(0,0,0,0.3); }

.control-icon.toggle360.on {
	background-image:url('images/360-activation-flat.png');
	background-color:rgba(0,0,0,0.7);
}

.control-icon.toggle360.disabled { opacity:0.3; cursor:default; background-color:rgba(0,0,0,0.3);}
.control-icon.toggle360.hidden { visibility:hidden;}

.control-icon.toggle360.off {
	background-image:url('images/360-desactivation-flat.png');
	background-color:rgba(0,0,0,0.7);
}

.control-icon.fullscreen { background-image:url(images/fullscreen-on.svg); }
.control-icon.normalscreen { background-image:url(images/miniscreen-on.svg); }
.control-icon.zoom-in { background-image:url(images/zoomin-on.svg); background-size:32px 32px;}
.control-icon.zoom-out { background-image:url(images/zoomout-on.svg); background-size:32px 32px;}

.hotspot-container {
	position:absolute;
	left:0px;
	top:0px;
	width:5px;
	height:5px;
	display:none;
}

.hotspot {
	position:absolute;left:-16px;top:-16px;width:32px;height:32px;
	visibility:inherit;
	cursor:pointer;
	-webkit-user-drag:none;
	background-position:center center;background-repeat:no-repeat;
}

.hotspot.detail { background-image:url(images/hsimage_detail_pink.svg); }
.hotspot.defect { background-image:url(images/hsimage_defect_pink.svg); }

.slideshow-container { width:100%;height:100%;background:#000000;visibility:hidden; }

.close {
	position:absolute;
	top:10px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:50%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:20px 20px;
	box-shadow:0 3px 10px 0 rgba(0,0,0,.3);
	cursor:pointer;
	background-color:rgba(0,0,0,0.3);
	background-image:url(images/close-on.svg);
}
.close:hover {
	background-color:rgba(45, 108, 216, 0.9);
}
.close.nohover:hover{
	background-color:rgba(0,0,0,0.3);
}

.icon-prev-slide, .icon-next-slide {
	border-radius:100%;
	background-color:rgba(128,128,128,0.3);
	cursor:pointer;
	-webkit-user-drag:none;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:27px;
	width:45px;height:45px;
	background-size:16px 32px;
    -webkit-transition:all 100ms ease-in;
    -webkit-transform:scale(1); 
    -ms-transition:all 100ms ease-in;
    -ms-transform:scale(1); 
    -moz-transition:all 100ms ease-in;
    -moz-transform:scale(1);
    transition:all 100ms ease-in;
    transform:scale(1) translate(0px,0px);   
}

.icon-prev-slide:hover, .icon-next-slide:hover {
    -webkit-transition:all 100ms ease-in;
    -ms-transition:all 100ms ease-in;
    -moz-transition:all 100ms ease-in;
    transition:all 100ms ease-in;
}

.icon-prev-slide:hover {
    -webkit-transform:scale(1.2) translate(-1px,0px);
    -ms-transform:scale(1.2) translate(-1px,0px);
    -moz-transform:scale(1.2) translate(-1px,0px);
    transform:scale(1.2) translate(-1px,0px);
}
.icon-next-slide:hover {
    -webkit-transform:scale(1.2) translate(1px,0px);
    -ms-transform:scale(1.2) translate(1px,0px);
    -moz-transform:scale(1.2) translate(1px,0px);
    transform:scale(1.2) translate(1px,0px);
}

.icon-prev-slide.nohover:hover, .icon-next-slide.nohover:hover {
    transition:none;-webkit-transition:none;-ms-transition:none;-moz-transition:none;
    transform:none;-webkit-transform:none;-ms-transform:none;-moz-transform:none;
}

.icon-prev-slide {
	background-image:url(images/fleche-white-left.png);
	left:10px;
}
.icon-next-slide {
	background-image:url(images/fleche-white-right.png);
	right:10px;
}

@media screen and (max-height: 400px), (max-width: 600px){
	.controller {width:60px;}
	.label-tip div.label-tip-text span.text {font-size:12px;}

	.view_button, .control-icon {
		margin-top:3px;
		margin-bottom:3px;
		width:32px;
		height:32px;
		background-size:18px 18px;
	}
	.view_button.icon-intpano { background-size:26px 26px; }
	.control-icon.zoom-in { background-size:24px 24px; }
	.control-icon.zoom-out { background-size:24px 24px; }
	
	.icon-prev-slide, .icon-next-slide {
		bottom:17px;
		width:25px;height:25px;
		background-size:8px 16px;
	}
}

.welcome {
	position:absolute;
	left:50%;width:260px;margin-left:-130px;
	top:50%;height:auto;transform:translateY(-50%);    
	cursor:default;
	background-position:center 0px;
	background-repeat:no-repeat;
	background-image:url(images/welcome.png);
	padding-top:60px;
	color:rgba(255,255,255,1);
	text-align:center;
   	font-size:20px;
   	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 4px #313131;
}