.tt-menu{
  background-color: #000;
  right: 0px;
  width:400px;
  text-align: left;
}
.tt-menu .tt-dataset {
  padding: 10px;
}

.tt-suggestion.tt-selectable {
	border-bottom:1px solid #FFF; 
	padding-bottom: .2em;
	cursor:pointer;
	color: #FFF; 
}

.bottom {position: relative;}
.bottom input {margin:0 0 0 10px; vertical-align: bottom;}
.bottom span {position: absolute; top: 100%;}

#address_search {  
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	font-size: 1rem;
	color:#0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	border-radius: 0px;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
 }
 #recherche  #address_search {  
	margin: 0 0 1rem;
 }
 #recherche p {
 	line-height: 1;
	padding-bottom: .5em;
	margin-bottom: .5em;	
 }
 #recherche .tt-menu{
  margin-top: .8em;
  font-size: .85em;
}