@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
}

body.page{
	background:#ffffff;
	padding-top:40px;
}

div.bandeau{
	width:100%;
	max-height:600px;
	height:100%;
	background: url('bg-maintenance.jpg')0 0 no-repeat;
	background-size: cover;
	background-position: center;
	text-align:center;
}

div.bandeau img{
	width:100%;
	max-width:550px;
	height:auto;
	margin:auto;
	margin-top:100px;
	margin-bottom:100px;
}

h1{
	font-size:26px;
	line-height:38px;
	color:#474747;
	text-align: center;
	font-weight: 400;
}

h1 span{
	font-size:28px;
	line-height:38px;
	font-weight: 700;
}