/* BUILDER */
#builder {
	width: 100%;
	font-size: 14px;
	margin-bottom: 30px;
}
.color, .facture, .wall {
	cursor: pointer;
}
.big-color {
	border-radius: 50%;
	overflow: hidden;
	width: 132px;
	height: 132px;
	float: left;
    box-sizing: border-box;
}

#builder label {
	font-weight: bold;
}
.top-block {
	margin-left: 165px;
	margin-bottom: 16px;
}
.top-block .description {
	margin-top: 5px;
	margin-bottom: 5px;
}
.color {
	width: 38px;
	height: 38px;
	position: relative;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}
.factures .facture {
    width: 67px;
	height: 50px;
	display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	position: relative;
	margin-bottom: 8px;
}
.color.active, .facture.active, .wall.active  {
	border: 3px solid #19bdff;
	box-sizing: border-box;
}

.left-block {
	width: 130px;
	float: left;
	clear: both;
}


.center-block {
	height: 300px;
	width: 480px;
	float: left;
	position: relative;
}

.right-block {
	float: right;
	width: 160px;
	margin-left: 25px;
}
.wall {
	width: 56px;
	height: 50px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	    border: 1px solid #ccc;
}

.big-color img, .wall img, .color img, .facture img {
    width: 100%;
    height: 100%;
}

#wall {
	width: 100%;
    height: 100%;
    border: 2px solid black;
}
#color {
	border-left: 5px solid #000;
	border-top: 5px solid #000;
	border-right: 5px solid #000;
	width: 408px;
	height: 274px;
	position: absolute;
	bottom: 0;
	left: 35px;
}
#facture {
	width: 100%;
    height: 100%;
}
.disabled {
	visibility: hidden;
}
.tooltippo {
    position: absolute;
    bottom: 40px;
    left: -1px;
    border: 1px solid #cecece;
    background-color: #fafafa;
    padding: 4px 15px;
    min-width: 150px;
    display: none;
    z-index: 100;
}
.builder-form {
	clear: both;
}