
body {
	background-image:url(images/fond_erwema.jpg);
	overflow-x:hidden;
	margin: 0px 10px 0px 10px
	color:#02152b;
	}
html {
  //scroll-behavior: smooth; /* effectue un effet sur clics vers ancres */
}

#hikamarket_order_invoice_popup {
	display:none;
}
#hikamarket_order_shippinginvoice_popup {
	display:none;
}

/* logo joomla hors connexion */
#brandmark {
	display:none;
	max-width:1px;
	max-height:1px;
}
.bloc-horaires {
	background-color:#ffffff;
	padding:30px;
}
.wf-column {
	padding:0px;
	margin:0px;
	width:180px;
}
.div-horaires-g {
	float:left;
	text-align:left;
	width:49%;
}
.div-horaires-d {
	float:left;
	text-align:right;
	width:49%;
}

.logo-site {
	position:absolute;top:5px;left:10px;width:250px;z-index:1000;
}
/* HIKASHOP */
#hikashop_filter_main_div_hikashop_category_information_menu_174 {
	display:none;
}
/* Partie droite des produits en liste */
.hikashop_product_item_right_part {
	background-image:url(images/fond_erwema.jpg);
}
/*
.hikashop_product_image_subdiv {
	width:100%;
}*/
/*
.hikashop_product_image {
	background-image:url(images/fond_erwema.jpg);
	background-size: 100% 100%;
}*/
#deliverydate_input  {
	width:250px;
}
#heurederetrait  {
	width:250px;
}
.icon-calendar  {
	display:none;
}

.hikashop_product_name_main {
	font-size:22px;
}
.filter_values_container {
	margin-top:0px;
}
/* arriere plan pour le menu d'un plateau */
.ardoise-plateau {
	padding-top:110px;
	font-size:20px;
	color:#A3C8E5;
	background-image: url(images/ardoise-plateaux.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 400px;
	width: 350px;
	height: 400px;
}
.hikashop_category_list_item {
	font-size:20px;
}
.hikashop_product_custom_info_main_table td {
	width:300px;
	overflow-x:auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.panier {
	padding-left:7%;
}
/* petites images sous la principale dans affichage produit */
.hikashop_child_image_active {
	/*width:100px;
	height:100px;
	z-index:1000;*/
}
/* petites images sous la principale dans affichage produit */
.hikashop_child_image {
	/*width:100px;
	height:100px;
	z-index:1000;*/
}
/* petites images sous la principale dans affichage produit */
.hikashop_small_image_div {
	/*height:200px;*/
}
/* nom des sous categories dans bloc gauche*/
.hikashop_category_list_item {
	font-size:14px;
}
/* nom des  categories dans bloc gauche*/
.hikashop_category_name {
	font-size:18px;
	//color:#722983 !Important;
	
}
/* effets images */
.light div {
	position: relative;
}
.light ::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.light :hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
	
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}