/* Prix de vente Ses */
.prix {
	font-weight: bold;
	text-transform: capitalize;
	color: #E6308E;
	margin-right: 8px;
}

/* Prix boutique */
.prixBoutique {
	font-weight: normal;
	text-transform: capitalize;
	color: #846E71;
	text-decoration: line-through;
}
