@charset "iso-8859-1";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding: 0;
	width:80%;
	line-height: 1.5;
}
#page, #conteneur, #wrapper{
	margin:auto;
	width:95%;
}
#contents{
	padding:0;
}
#leftbar, #rightbar, #banner, #footer, #accessibility, .breadcrumb, #signature{
	display:none;
} 
pre{
	overflow:visible;
}

hr.clear {
	margin: 30px 0;
}

h1 {
	font-size: 1.4em;
	margin: 30px 0;
	text-align: center;
}

h1 a {
	text-decoration: none;
	color: #000;	
}

/* Produit */

.product-designation {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;	
	display: block;	
}

.photo-coffret,
.product-picture,
.product-social-buttons,
.tabs-nav,
#produits_associes,
#product + * {
	display: none;
}

.product-commande-container {
	padding: 15px;
	border: 1px dashed #c0c0c0;
	margin: 30px 0;
	text-align: center;
}

.prix {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}

.panier,
.total_price {
	display: none !important;
}

.msg-validite {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;	
	display: block;	
}

.msg-validite em {
	display: none;
}

.tab-content {
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
}

.tab-content:before {
	content: attr(data-label);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

#qrcode {
	max-width: 140px;
	margin-bottom: 30px;
}

.compte-panier #qrcode-container,
#steps_cart {
	display: none;	
}

#formTShops,
#cart_footer a {
	display: none;
}
