#sectionRecherche{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
	width:100%;
	text-align:center;
	padding-top:20px;
}
#rechercheInput{
	height:30px;
	width:200px;
	background-color:#39649B;
	border:none;
}
#rechercheBouton{
	height:30px;
	background-color:#1E3B6E;
	border:none;
}
#rechercheBouton svg{
	height:30px;
	fill:#39649B;
}
@media (max-width: 699px) {
	#sectionRecherche{
		padding-top:20px;
	}
}