/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /* #header{ background: red !important; }*/
/* Contraster les textes sur le slider */
.carousel .carousel-item .caption .display-1{
	color:#F0F0F0;
	-webkit-text-stroke:1px;
	-webkit-text-stroke-color:#606060;
	}
/* Ne pas mettre une majuscule à chaque mot dans les carractèristiques du produit */
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name{
	text-transform:none;
	}
/* Ne pas afficher la mention 'Aucune taxe' dans la fiche produit */
.product-prices .tax-shipping-delivery-label{
	display:none;
	}
