#header {
	width: 100%;
	background: #ffffff;
	height: 136px;
	margin: 0;
	padding: 0;
}

#menu {
	width: 100%;
	background-color: #005e56;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 96px;
	left: 0px;
	max-height: 40px;
	padding-left: 16px;
}

#logo {
	width: 260px;
	height: 86px;
	margin-top: 5px;
	margin-left: 5px;
}

#city {
	#width: 1000px;
	#height: 120px;
}

#boutonDerouleMenu {
	display: none;
}

.mentionslegales {
	display: none;
}

.imageRecrute {

	height: 400px;
	box-shadow: 0px -1px 3px #999999;
}

.boxRecrute {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}

.slider_swipe {
	display: none;
}

.piedPage {
	position: relative;
	#width: 1280px;
	#padding: 10px;
	#margin: 0 auto;
	/*center-aligned*/
	color: #929292;
	#background-color: #333333;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	#box-shadow: 0px -1px 3px #999999;
}

.piedPageColonne {
	position: relative;
	display: inline-block;
	width: 310px;
	margin: 20px;
	color: #444444;
	font-family: V2RFont, Arial;
	font-size: 9pt;
	text-align: justify;
}

.middleInfosInscriptionAcc {
	#display: none;
}

.coronaInfo {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #eee;
	color: #444;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
	font-family: V2RFontLight, Arial;
	font-size: 10pt;
	text-align: justify;
	padding: 10px;
	width: 410px;
	opacity: 0.85;
}

.boutonMenuRecrute {
	height: 40px;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	color: #ff0;
	line-height: 40px;
	display: inline-block;
	font-family: V2RFont, Arial;
	font-size: 12pt;
	cursor: pointer;
	text-decoration: underline;
	padding-bottom: 0px;
	border-top: 2px solid #005e56;
	border-bottom: 2px solid #005e56;
	background-color: #005e56;
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
	margin-left: 40px;
}

.boutonMenuRecrute:hover {
	background-color: #006f66;
}