/* ENLEVER L'ESPACE DE 75 PX AU DESSUS DU CONTENU */
section{
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.page-title{
	background: #f7f7f7;
	padding: 10px 0px;
	margin-bottom: 0px;
}
/* CONTOUR GRIS ZONE DE RECHERCHE */
.form-control, .form-control:focus, .form-control:active, .form-control:focus:active{
	border-radius: 0px;
	border: 1px dotted #999;
	background: #f5f5f5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 13px;
	line-height: 23px;
	color: #555;	
	width: 100%;
	float: none;
}
/* Importation de la police Raleway depuis Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

/* Application de la police à tout le site */
body, button, input, select, textarea {
  font-family: 'Raleway', sans-serif !important;
}