@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;
}

.gwd-iframe-12la {
    left: 0%;
    top: 20%;
    width: 100%;
    height: 60%;
}

.btn{
  position: absolute;
  top: 15px;
  left: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
}
.btn.click{
  left: 260px;
}
.btn span{
  color: white;
  font-size: 28px;
  line-height: 45px;
}
.btn.click span:before{
  content: '\f00d';
}
.sidebar{
  position: fixed;
  width: 250px;
  height: 100%;
  left: 0px;
  background: #1b1b1b;
  transition: left 0.5s ease;
  overflow-x: hidden;
}

.sidebar.show{
  left: 0px;
}
.sidebar .text{
  color:#C4C4C4;
  font-size: 20px;
  font-weight: 600;
  line-height: 65px;
  padding-left: 20px;
  background:#FFFFFF;
  letter-spacing: 1px;
}
nav ul{
  background: #1b1b1b;
  height: 100%;
  width: 100%;
  list-style: none;
}
nav ul li{
  line-height: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
nav ul li:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a{
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding-left: 10px;
  font-weight: 600;
  display: block;
  width: 100%;
  border-left: 5px solid transparent;
}
nav ul li.active a{
  color:#F18E33;
  background: #1e1e1e;
  border-left-color: #F18E33;
}
nav ul li a:hover{
  background: #1e1e1e;
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .feat-show.show{
  display: block;
}
nav ul .moquettes-show.show1{
  display: block;
}

nav ul .panneaux-show.show2{
  display: block;
}

nav ul .wall-show.show3{
  display: block;

}
nav ul .configuration-show.show4{
  display: block;
}


nav ul .environnement-show.show5{
  display: block;
}

nav ul .furni-show.show6{
  display: block;
}

nav ul .upload-show.show7{
  display: block;
}

nav ul .info-show.show8{
  display: block;
}

nav ul ul li{
  line-height: 42px;
  border-top: none;
}
nav ul ul li a{
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 20px;
}
nav ul li.active ul li a{
  color: #e6e6e6;
  background: #1b1b1b;
  border-left-color: transparent;
}
nav ul ul li a:hover{
  color:#F18E33!important;
  background: #1e1e1e!important;
}
nav ul li a span{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}
nav ul li a span.rotate{
  transform: translateY(-50%) rotate(-180deg);
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #202020;
  z-index: -1;
  text-align: left;
}
.content .header{
  font-size: 45px;
  font-weight: 600;
}
.content p{
  font-size: 30px;
  font-weight: 500;
}
.colorsqr2 .colorsqr button{
  display: initial;
  width: 35px;
  height: 35px;
  margin-left: 4px;
  border-color:white;
  border-width:thin;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
}
.colorsqr img {
  width: 35px;
  border-color: white;
  border-width: medium;
	}
.active2, .colorsqr2, .colorsqr:hover {
  	border-color:#007bff;
	cursor: default;
	border-width:medium;	
}
.btn2{
	border-color:whitesmoke;
	cursor: default;
	border-width:thin;	
}

#couleur_1, #couleur_2, #couleur_3, #couleur_4, #couleur_5,#couleur_6,#couleur_7,#couleur_8,#couleur_9,
#couleur_10, #bh_button_lego,
#couleur_100, #couleur_200, #couleur_300, #stool, #chair, #sofa, #counter, #white_furniture, #black_furniture,
#environ1, #environ2 {
	left: 0rem;
	top: 7rem;
	margin-top: 10px;
	margin-left: 5px;
	width: 35px;
	height:35px;
	border-bottom-right-radius:4px;
	cursor: pointer;
}
#couleur_100{
	
	background-image: url("images/cube_100x100-blanc.svg");
}
#couleur_200{
	
	background-image: url("images/cube_100x100-noir.svg");
}
#couleur_300{
	
	background-image: url("images/cube_100x100-bouleau.svg");
}
#bh_button_lego{
	width: 40px;
	height:40px;
	background-image: url("images/BH_LEGO_100.gif");
	background-size: contain;
}
#environ1{
	
	background-image: url("images/ADEXPO carré2_degradéLight.svg");
}
#environ2{
	background-image:url("images/ADEXPO carré2_degradéDark.svg");
}
#stool {
	background-image: url("images/tabouret_n.svg");
	background-color: #202020;

}
#chair {
	background-image: url("images/CHAISE.svg");
	background-color: #202020;
}
#sofa {
	background-image: url("images/Fauteuil_n.svg");
	background-color: #202020;
}
#counter {

	background-image: url("images/COMPTOIR_N.svg");
	background-color: #202020;
}
#white_furniture {
	background-color: whitesmoke;
	}
	
#black_furniture {

	background-color: black;
	}

.info{
  font-size: 10px;
}
/* If the screen size is 600px or less, set the font-size of <div> to 30px */
/*
@media only screen and (max-width: 600px) {
 .sidebar{
  width: 200px;
}
}
*/
