
@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;
	}

#logo, #dimensions, #couleur_SOFA, #coussin,
#couleur_1, #couleur_2, #couleur_3,
#bh_button, #screenshot_button {
	position: absolute;
	background-repeat: no-repeat;
	width: 5rem;
	height: 5rem;
	color: #999;
	text-align: left;
	line-height: 1rem;
	cursor: pointer;
	}
#logo {
	width: 10rem;
	top: 0rem;
	margin-top: 1rem;
	left: 1rem;
	background-repeat: no-repeat;
	}
#facebook {
	position:absolute;
	background-repeat: no-repeat;
	right: 20rem;
	top: 1rem;
	margin-right: auto;
	}
	
#youtube {
	position:absolute;
	background-repeat: no-repeat;
	right: 16rem;
	top: 1rem;
	margin-right: auto;
	}
	
#instagram {
	position:absolute;
	background-repeat: no-repeat;
	right: 12rem;
	top: 1rem;
	margin-right:auto;
	}
	
#linkedin {
	position:absolute;
	background-repeat: no-repeat;
	right: 8rem;
	top: 1rem;
	margin-right:auto;
	}
	
#email {
	position:absolute;
	background-repeat: no-repeat;
	right:4rem;
	top: 1rem;
	margin-right: auto;
	}
	
#ref_article{
	position: absolute;
	background-repeat: no-repeat;
	width: 10rem;
	left: 1rem;
	top: 1rem;
	height: 4rem;
	margin-top: 5rem;
	text-transform: uppercase;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica, Arial", "sans-serif";
	color: #007bff;
	text-decoration: none;
	text-decoration-color: #007bff;
	text-decoration-line: none;
	}
	
a.ref_article:link{
	color:dodgerblue;
	text-decoration: none;
}
a.ref_article:visited{
	color:dodgerblue;
	text-decoration: none;
	text-decoration: overline;
}
a.ref_article:hover{
	color:#F18E33;
}
a.ref_article:active{
	color:#AC5601;
}
#dimensions {
	left: 1rem;
	top: 4rem;
	margin-top:5rem;
	background-image: url("images/cube_dimensions_mmP.svg");
	}
#inputMeters {
	position: relative;
	width: 8rem;
	border-color: rgba(238,125,12,1.00)
}
#outputFeet {
	position:relative;
	margin-left:auto;
	top: auto;
}
#label_conversion{
	position: relative;
	color: rgba(238,127,16,1.00);
	margin-left:6.5rem;
	line-height:normal;
	top: 1rem;
	margin-top:9rem;
	display: none;
	background:rgba(0,0,0,0.0); 
}	

	/* Style the buttons */
.btn {
	width: 10rem;
	height: 10rem;
	border-radius: 0px;
	border-bottom-right-radius: 1rem;
	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:medium;		
}
#couleur_SOFA {
	left: 1rem;
	top: 8rem;
	margin-top: 8rem;
	border-color: lightslategray;
	border-bottom-right-radius:0.7rem;
	background-color:#494848;
	cursor: none;
		}
#coussin {
	left: 1rem;
	top: 9rem;	
	margin-top: 14rem;
	width: 5rem;
	height:5rem;
	background-image:url("images/COUSSIN_K300.svg");
	}

#couleur_1 {
	left: 7rem;
	top: 10rem;
	margin-top: 14rem;
	width: 3rem;
	height:3rem;
	border-bottom-right-radius:0.4rem;
	background-color:#C36A2E;
	display:none;
	}
	
#couleur_2 {
	left: 11rem;
	top: 10rem;
	margin-top: 14rem;
	width: 3rem;
	height:3rem;
	border-bottom-right-radius:0.4rem;
	background-color:#5698D6;
	display:none;
		}
#couleur_3 {
	left: 15rem;
	top: 10rem;
	margin-top: 14rem;
	width: 3rem;
	height:3rem;
	border-bottom-right-radius:0.4rem;
	background-color:#C09502;
	display:none;
		}

#bh_button {
	left: 0rem;
	top: 11rem;
	margin-top: 19rem;
	width: 10rem;
	height: 8rem;
	background-image: url("images/BH_INFORMATION-N&B_100.png");
	}

#text_block {
	position:absolute;
	color: #999;
	text-align:left;
	line-height: 2rem;
	width: 13rem;
	height: 3rem;
	display:none;
	left: 7rem;
	top: 9rem;
	margin-top:19rem;
	}
#screenshot_button {
	left: 7rem;
	top: 13rem;
	margin-top: 31rem;
	background-image: url("images/screenshot.svg");
	}
.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: #999999;
	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:#F07F17;
}

.preloader-color {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    color: #bc002c;
    z-index: 3434534;
}

.preloader-inner-color {
    position: absolute;
    width: 0%;
    bottom: 0px;
    background-color:white;
    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:"Poppins-Regular", sans-serif;
    src: url("fonts/Poppins-Regular.ttf")format("ttf");
	font-style: normal;
	}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 1rem;
    right: 0.1rem;
    width: 3rem;
    height: 3rem;
    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); }