/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body, html {
	font-family: 'Noto Sans', sans-serif !important;
}
.top-menu li a {
	text-transform:none !important;
}
#header .header-nav {
	background:#BC4D22;
}
.header-nav div a, #header .header-nav .cart-preview .shopping-cart, .header {
	color:#fff !important;
}
#header .header-nav .blockcart {
	background:#BC4D22;
}
#_desktop_language_selector {
	display:none !important;
}
.sub-menu {
	background:#dedede;
}
.lstdetarticle tr {
	border-bottom:solid 1px #dedede;
}
.lstdetarticle td {
	padding:4px 2px;
}
.page-content.page-cms ul, p {
	color:#232323;
}
/* Personalisation des page produits */
.product-price {
	color:;
}