//FEUILLE DE STYLE POUR UNIQUEMENT DEMO CADEV
body.formdev{
	#sidebar{
		display: none !important;
	}
	#left-area{
		float: none;
		padding-right: 0 !important;
		width: 100% !important;
	}
	#main-content .container::before{
		display: none;
	}
}
section#formdev-cart{
	padding-top: 50px;
	.head{
	}
}