@import url('https://fonts.googleapis.com/css?family=Poppins: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%}

*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}


body {
 	margin: 0px;
    overflow: auto;
    width: 100%;
    height: 100%;
    position: absolute;
	}

#dimensions, #bh_button, #eclairage, #visuel_1, #visuel_2, #screenshot{
	position: absolute;
	background-repeat: no-repeat;
	width: 3em;
	height: 3em;
	cursor: pointer;
	}
#dimensions {
	left: 1em;
	top: 1em;
	float: left;
	background-image: url("images/cube_dimensions_cmP-01.svg");
	}
#bh_button {
	left: 4em;
	top: 1em;
	width: 3em;
	height: 3em;
	background-image: url("images/BH-01.svg");
	}
	/* 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-width:thin;	
}
#eclairage{
	left: 8em;
	top: 1em;	
	width: 3em;
	height:3em;
	background-image:url("images/AMPOULE.svg");
	}
#visuel_1{
	left: 11.5em;
	top: 1em;	
	width: 3em;
	height:3em;
	background-image:url("images/change_image-01.svg");
	}
#visuel_2{
	left: 15em;
	top: 1em;	
	width: 3em;
	height:3em;
	background-image:url("images/changement_image-01-miror-01.svg");
	}
#screenshot {
	left: 18.5em;
	top: 1em;
	width: 3em;
	height: 3em;
	border-bottom-right-radius: 4px;
	background-image: url("images/screenshot.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, #eclairage, #visuel_1, #visuel_2, #screenshot {
   	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: ArchivoNarrowBolt;
    src: url(./fonts/ArchivoNarrow-Bold.ttf);
	}


#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 0.7em;
    right: 2.7em;
    width: 2em;
    height: 2em;
    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); }
