[name='formuRecherche'] {
	height: 1.8rem;
	float: right;
	display: flex;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin: 0.6rem 1em;
}

[name='formuRecherche'] > span {
	display: none;
}

[name='formuRecherche'] [name='RECHERCHE'] {
	border: none;
	height: auto !important;
	margin: 0;
	width: 10rem;
	background-color: transparent;
}

[name='formuRecherche'] [type='submit'] {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	margin-left: 8px;
}

[name='formuRecherche'] [type='submit']:before {
	speak: none;
	text-transform: none;
	line-height: 1;
	width: 1em;
	height: 1em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 16px "customicons";
	color: #707070;
	position: relative;
	left: -5px;
	content: '\e80d';
}

