@import 'font/VistaSansReg.css';

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}	
body {
	font-family: 'VistaSansReg', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}
header {
	background: #3d3d3f;
	color: #fff;
	position: relative;
}
h1 {
	margin-left: 50px;
	line-height: 40px;
}
sup {
	position: relative;
	top: -0.6em;
	font-size: 0.6em;
	line-height: 1;
}
#menu-toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	text-indent: -999px;
}
#menu-toggle:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 0;
	box-shadow: 
		0 13px 0 1px #fff, 
		0 20px 0 1px #fff, 
		0 27px 0 1px #fff;
}
#menu {
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 0;
	min-height: calc(100vh - 40px);
	width: 140px;
	color: #333;
	background: #FFF;
	transition: 0.3s transform;
}
.nav-closed #menu {
	transform: translateX(-100%);
}
.home svg {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: -10px;
}
#menu #logo {
	background: #fff;
	padding: 10px;
	color: #666;
}
#logo img {
	display: block;
	width: 100%;
	margin: 20px 0;
}

#logo .footer-logo{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px;
}

#menu > li {
	background: #eee;
	color: #000000;
}
#menu ul {
	background: #eee;
	color: #666;
}
#menu span,
#menu a {
	display: block;
	padding: 10px;
}
#menu a.active {
	color: #ff5000;
}
#menu ul li {
	border-bottom: 1px solid #fff;
}
#menu ul li:last-child {
	border-bottom: none;
}
section {
	margin-left: 140px;
	transition: margin-left 0.3s;
}
.iframe{
	height: calc(100vh - 40px);
}
.iframe iframe {
    width: 100%;
    height: 100%;
}
.nav-closed section {
	margin-left: 0;
}
#floor-select {
	position: absolute;
	z-index: 2;
	left: 150px;
	top: 65px;
	border: 1px solid #ddd;
	text-align: center;
	transition: 0.3s left;
}
#floor-select li {
	border-top: 1px solid #ddd;
}
#floor-select li:first-child {
	border-top: none;
}
#floor-select a {
	display: block;
	padding: 10px;
	color: #333;
	background-color: #fff;
}
#floor-select a.active {
	color: #fff;
	background-color: #ff5000;
}
.nav-closed #floor-select {
	left: 25px;
}
.objectvr {
	width: 100%;
	height: calc(100vh - 40px);
}
.objectvr .images path {
	opacity: 1;
	fill-opacity: 0.2;
    transition: 0.4s fill-opacity;
}
.objectvr .images path:hover {
	fill-opacity: 0.5;
    transition: 0.1s fill-opacity;
}
.objectvr .images path.t1 {
    fill: #ffd304;
    stroke: #ffd304;
}
.objectvr .images path.t2 {
    fill: #8ee346;
    stroke: #8ee346;
}
.objectvr .images path.t3 {
    fill: #36cbff;
    stroke: #36cbff;
}
.objectvr .images path.t3d {
    fill: #36cbff;
    stroke: #36cbff;
}
.objectvr .images path.t23 {
    fill: #1745dd;
    stroke: #1745dd;
}
.objectvr .images path.t4 {
    fill: #8141cd;
    stroke: #8141cd;
}
.objectvr .images path.t4d {
    fill: #8141cd;
    stroke: #8141cd;
}
.objectvr .images path.t5d {
    fill: #A72334;
    stroke: #A72334;
}
.objectvr .images path.tRDC{
    fill: #8141cd;
    stroke: #8141cd;
}
.objectvr .images path.t5 {
    fill: #A72334;
    stroke: #A72334;
}
.objectvr .images path.tM {
    fill: #1c6088;
    stroke: #1c6088;
}
.objectvr .loadbar {
	background: #666;
}
.objectvr .controllers {
	position: fixed;
}
#types-legend {
	position: absolute;
	z-index: 2;
	top: 65px;
	right: 25px;
}
#types-legend li {
	float: left;
	margin-left: 10px;
	text-align: center;
	font-size: 12px;
}
#types-legend span {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
}
#types-legend li.t3d span {
    background: #36cbff;
}
#types-legend li.t4d span {
    background: #8141cd;
}
#types-legend li.t5d span {
    background: #A72334;
}
#types-legend li.t1 span {
    background: #ffd304;
}
#types-legend li.t2 span {
    background: #8ee346;
}
#types-legend li.t3 span {
    background: #36cbff;
}
#types-legend li.t23 span {
    background: #1745dd;
}
#types-legend li.t4 span {
    background: #8141cd;
}
#types-legend li.tRDC span {
    background: #8141cd;
}
#types-legend li.t5 span {
    background: #A72334;
}
#types-legend li.tM span {
    background: #1c6088;
}

.poster {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: calc(100vh - 40px);
}
.poster img {
	display: none;
}
#intro {
	background-size: cover;
}

#medias .swiper-container {
    height: calc(100vh - 40px);
}      
#medias .swiper-slide {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: calc(100vh - 40px);
}
#medias .swiper-slide img {
	display: none;
}
.swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 30px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 30px;
}

.tooltipster-sidetip.bouygues .tooltipster-box {
	background: #333;
	border: none;
	border-radius: 8px;
	overflow: hidden;
}
.tooltipster-sidetip.bouygues .tooltipster-content {
	padding: 0;
}
.tooltipster-sidetip.bouygues .tooltipster-content span {
	display: block;
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.tooltipster-sidetip.bouygues .tooltipster-content span:last-child {
	border-bottom: none;
}
.tooltipster-sidetip.bouygues .tooltipster-content span.plan {
	background-color: #222;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath stroke='%23FFFFFF' stroke-width='1' fill='none' d='M12.25,1H17v16H1V1h4.75l3.69,3.69 M17,9.5h-3.5 M5.33,9.5h5.42 M8.04,9.5V17'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 8px 10px 8px 35px;
}
.tooltipster-sidetip.tooltipster-bottom.bouygues .tooltipster-arrow-background {
	border-bottom-color: #222;
}
.tooltipster-sidetip.tooltipster-left.bouygues .tooltipster-arrow-background {
	border-left-color: #333;
}
.tooltipster-sidetip.tooltipster-right.bouygues .tooltipster-arrow-background {
	border-right-color: #333;
}
.tooltipster-sidetip.tooltipster-top.bouygues .tooltipster-arrow-background {
	border-top-color: #333;
}
.tooltipster-sidetip.tooltipster-bottom.bouygues  .tooltipster-arrow-border {
	border-bottom-color: #222;
}
.tooltipster-sidetip.tooltipster-left.bouygues  .tooltipster-arrow-border {
	border-left-color: #333;
}
.tooltipster-sidetip.tooltipster-right.bouygues  .tooltipster-arrow-border {
	border-right-color: #333;
}
.tooltipster-sidetip.tooltipster-top.bouygues  .tooltipster-arrow-border {
	border-top-color: #333;
}

#popup {
	position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
	overflow-x: hidden;
    overflow-y: auto;
}
#popup .content {
	margin: 50px;
	padding: 30px;
    background: #fff;
}
#popup img {
	width: 100%;
}
#popup .close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    background: #2566c3;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
	cursor: pointer;
}

@media (max-width: 600px) {
	h1 strong,
	h1 span {
		display: none;
	}
	#types-legend {
		display: none;
	}
}

html:-webkit-full-screen {
	width: 100%;
}
html:-moz-full-screen {
	width: 100%;
}
html:-ms-fullscreen {
	width: 100%;
}
:fullscreen {
	width: 100%;
}