
@import url('https://fonts.googleapis.com/css?family=Didact Gothic:400,500,600,700&display=swap');
gwd-iframe{display:inline-block}gwd-iframe>div.intermediate-element{width:100%;height:100%}gwd-iframe>div.intermediate-element>iframe{display:block;width:100%;height:100%}

body {
 	margin: 0px;
    overflow: auto;
    width: 100%;
    height: 100%;
    position: absolute;
	}
#dimensions {
	position: absolute;
	background-repeat: no-repeat;
	width: 3em;
	height: 3em;
	left: 1em;
	top: 1em;
	background-image: url("images/cube_dimensions_cmP-01.svg");
	}
#dimensions, #visuel_1, #video_on, #video_off {
	position: absolute;
	background-repeat: no-repeat;
	width: 3em;
	height: 3em;
	color: #999;
	float: left;
	text-align: left;
	line-height: 1em;
	cursor: pointer;
	}
	/* Style the buttons */
.btn {
	width: 3em;
	height: 3em;
	border-radius: 0px;
	border-bottom-right-radius: 4px;
	border-color: lightslategray;
  	border-width: thin;
  	cursor:pointer;
}

/* Style the active class (and buttons on mouse-over) */
.active, .btn:hover {
  	border-color:#007bff;
	cursor: default;
	border-bottom-width:thin;		
}
#video_off {
	top: 1em;
	left: 6em;
	background-image: url("images/ADEXPO-carré2_video_off.svg");
	z-index: auto;
	display: none;
}
	

#video_on {
	top: 1em;
	left: 6em;
	background-image: url("images/ADEXPO-carré2_video_on.svg");
	display: block;
	z-index: auto;
	}


#visuel_1 {
	top: 1em;
	left: 10em;
	text-align: inherit;
	background-image: url("images/Impression_film.svg");
	}


/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
  #dimensions, .btn, #video_off, #video_on, #visuel_1 {
   	position:absolute;
	float: left;
	width:2.5em;
	height: 2.5em;
	border-bottom-right-radius: 2px;
  }
}
.preloader-screen {
    display: block;
    position: absolute;
    z-index:   5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
	background-color: #ffffff;
}

.preloader-center {
    display: block;
    position: relative;
    width: 50%;
    height: 50%;
    float: left;
    overflow: visible;
}

.preloader-container {
	color:gray;
    width: 120px;
    height: 160px;
    position: absolute;
    right: -60px;
    bottom: -80px;
    display: block;
}

.preloader-image-container {
    width: 100%;
}

.preloader-image-container {
    width: 120px;
    height: 120px;
    position: relative;
}

.preloader-image {
    position: absolute;
    z-index: 7;
    display: block;
    width: 100%;
    height: 100%;
}

.preloader-filling-color {
    position: absolute;
    width: 120px;
    z-index: 6;
    display: block;
    bottom: 0px;
    height: 120px;
    background-color:#73767C;
}

.preloader-color {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    z-index: 3434534;
}

.preloader-inner-color {
    position: absolute;
    width: 0%;
    bottom: 0px;
    background-color:#F07F17;
    margin-top: auto;
    height: 100%;
}

.preloader-color-boarder {
    width: 112px;
    height: 112px;
    margin: 4px;
}

.preloader-percentage {
    position: static;
    height: 40px;
    width: 120px;
    display: block;
    font-size: 26px;
    font-family: Poppins-Regular;
    text-align: center;
    line-height: 42px;
}

@font-face {
	font-family:"Didact Gothic", sans-serif;
    src: url("fonts/Didact Gothic.ttf")format("ttf");
	font-style: normal;
	}
#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.fullscreen-button {
    position: absolute;
    top: 1em;
    right: 3em;
    width: 3em;
    height: 3em;
    cursor: pointer;
    background-size: 100%;
    display: none;
    z-index: 1;
	margin-right: auto;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
