#suggestion {
	display: none;
	box-sizing: border-box;
	position: absolute;
    width: 100%;
    z-index: 999;
}
#resultatsSuggestion {
	background-color: #ffffff;
	border: 3px solid #e5e5e5;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	font-size: 14px;
 }
#resultatsSuggestion .title {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	padding: 0 5px 5px 0;
	font-size: 20px;
	color: #e5e5e5;
}

.tetiere{
	position: relative !important;
}

.pannelSugestion {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
	
}
.match {
	color: #209bd2;
	font-weight: bold;
}
.suggestion {
	display: block;
	margin-bottom: 5px;
	color: #000000;
	margin-bottom: 10px;
	padding: 5px;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
a.produit > span {
	display: inline-block;
	width: 80%;
	box-sizing: border-box;
	vertical-align: middle;
}
a.suggestion:hover {
	background-color: #f6f6f6;
}
.suggestion img {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.suggestion.onlyProduct {
	width: 25%;
	display: inline-block;
}
 #sugArticles.onlyProduct {
	 width: 100%;
 }
 .pannelSugestion.withoutOne {
	width: 49%;
}
 .suggestion.withoutOne {
	width: 50%;
	display: inline-block;
}

.imgBrand {
	display: inline-block;
	text-align: center;
	width: 50%;
	vertical-align: middle;
    margin-right: 10px;
}
.imgBrand > img {
	max-width: 90px;
	width: auto !important;
}
.marque > span:last-child{
	vertical-align: middle;
}

.pager {
    position: relative;
    z-index: 1;
}