.ac_results {
	border: none;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	border-radius: 1.75rem;
	padding: 0.3rem 1em 0.3rem 1rem;
	box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.12);
}

.ac_results li {
	padding: .5em;
	white-space: nowrap;
	color: var(--pro-fonc-texte-footer, #133602);
	font-family: 'Roboto';
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem; /* 171.429% */
	text-align: left;
	padding: 0.3125rem 1.5em 0.3125rem 1rem;

	background:url('../../images/search-gray-round.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size:30px 30px;
}

.ac_results li.ac_over {
	cursor: pointer;
	border-radius: 1.75rem;
	background: url('../../images/search-bk-round.svg') right center no-repeat, var(--gris-clair, #F0F0F0); 
	background-size:30px 30px;

}

.ac_match {
	text-decoration: none;
	color: var(--pro-fonc-texte-footer, #133602);
}