#map {
	width:100%;
	border: 1px solid #ccc;
}

#contraste-map-flux-resa_map_search_cp div {
	height:50px;
	margin:10px;
}

#contraste-map-flux-resa_map_search_cp label {
	margin:10px 0 10px 0;
}

#contraste-map-flux-resa_map_search_cp input {
	margin:10px 0 10px 0;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 12px 20px 12px 20px;
	font-size: 15px;
}

#contraste-map-flux-resa_map_search_cp input.placeHolder {
	width:90%;
}

#contraste-map-flux-resa_map_search_cp button.submit {
	height:50px;
	width:50px;
	background: transparent url("search_icon.png") no-repeat;
	background-size: 60%;	
	background-position: center;
	text-indent:-999em;
	border: none;
	cursor:pointer;
}

#contraste-map-flux-resa_infomap h4{
	margin:5px 0 0 0;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

#contraste-map-flux-resa_infomap div.horaire {
	display:grid;
}

#contraste-map-flux-resa_infomap div.row {
	min-width:200px;
}

#contraste-map-flux-resa_infomap div.title {
	width:40%;
	float:left;
}

#contraste-map-flux-resa_infomap div.time {
	width:55%;
	float:left;
}

