html, body {height: 100%}
body {
	background: url(../img/agente-avis.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.btn-agente {
	background-color: transparent;
	border: 1px solid #d4002a;
	border-radius: 0;
	color: #d4002a;
	margin-bottom: 10px
}
.btn-agente:hover {color: #fff; background-color: #d4002a}
.logo-avis {
	position: absolute;
	bottom: 25px;
	right: 25px
}
h1 {padding: 150px 0 80px}
p {font-size: 20px; margin-bottom: 20px}
a, a:hover {color: #d4002a}