.contentArea{
	/* width:250px; */
	margin:0 auto;	
}
#inputSearch
{
	width:100%;
	height:18px; 
	border:solid 1px rgb( 142 , 151 , 157 );
	padding: 3px 3px 3px 0;
	color: rgb( 81 , 98 , 111 );
	background-color: white;
	background-image: url(/image/logo_site/loupe.gif);
    background-repeat: no-repeat;	
	background-position: right;
}
#divResult
{	
	position:absolute;
	z-index: 200;
	width:653px;
	min-height:0px;
	max-height: 80vh;
	display:none;
	margin-top:-1px;
	border:solid 1px rgb( 142 , 151 , 157 );
	border-top:0px;
	overflow: hidden;
	overflow-y: scroll;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
	box-shadow: 0px 0px 5px #999;
	border-width: 1px 1px 1px;
	border-style: solid;
	border-color: rgb( 142 , 151 , 157 );
	background-color: white;
}
.display_box
{
	/*modif ici ; border-top:solid 1px #dedede; */
	width:653px;
	padding:4px;
	font-size:12px;
	height:50px;	
}
.display_box:hover
{
	background:rgb( 93 , 174 , 43 );
	color:#FFFFFF;
	cursor:pointer;
}
.suggestion_img
{
	position:absolute;
	margin-left:356px;
	width:174px;
	height:174px;
}
.suggestion_img2{margin-top:174px}
.suggestion_img3{margin-top:348px}
/*.suggestion_img:hover{ background-color:red; }*/

#productList{
	width:100%;
	height: auto;
	background-color: #fff;
	margin-top: 10px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.search-item{
	width:100%;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-item svg{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#productList .search-item a{
	display: grid;
	grid-template-columns: 90px 1fr 20px;
	align-items: center;
	gap:20px;
	height: 100px;
	padding: 20px;
}
#productList .search-item img{
	width: 90px;
	height: 90px;
}

#productList .search-item .content{
	font-size: 18px;
	align-items: flex-start;
}

#productList .search-item .price{
	font-size: 18px;
	font-weight: bold;
	color: #81d75d
}