/* Image introduction */

.introduction{
	background-image: url(../img/introduction_trouver_votre_centre.jpg);
}


.trouver_centre{
	max-width: 800px;
  margin: auto;
  padding: 20px;
  background-color: #FFF;
  border-radius: 25px;
	margin-top: 50px;
}

.description{
	line-height: 1.2;
	font-size: 1.4em;
  padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;

}

.recherche{
	font-size: 1.4em;
	max-width: 400px;
	margin: auto;
	margin-top: 30px;
}

.recherche input{
	background-color: #FDA100;
	color: #FFF;
	border-radius: 5px;
	border-color: #FDA100;
	font-size: 0.9em;
}

.recherche select{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
}
