@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,900i&display=swap');
html {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #f0f1f2;
	height: 100%;
	max-height: 100%;
	min-width: 300px;
}
body {
	height: 100%;
	background-color: #313131;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 83px;
	font-weight: 900;
	color: #fff;
	font-style: italic;
	letter-spacing: -0.025em;
	margin-bottom: -10px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	font-style: italic;
}
p, li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #f0f1f2;
	text-decoration: none;
}
p {
	margin-bottom: 20px;
}
a:hover {
	text-decoration: underline;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.center {
	text-align: center;
}
.block {
	display: block!important;
}
.inline {
	display: inline-block!important;
}
header {
	width: 100%;
	display: block;
	position: relative;
}
#top {
	width: 100%;
	height: 345px;
	display: block;
	position: relative;
	z-index: -1;
}
#hero {
	position: absolute;
	z-index: 100;
	left: 70px;
	top: 175px;
	
}
#logo {
	width: 525px;
	height: 600px;
	background-image: url(../images/bg_logo-header.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	position: absolute;
	top: -10px;
	right: 20px;
}
#logo img {
	width: 340px;
	position: absolute;
	top: 125px;
	right: 60px;
}
#nav-garages {
	background-color: #FFF;
	width: 100%;
	z-index: 100;
	text-align: center;
	margin-bottom: 20px;
}
#nav-garages ul {
	list-style-image: none;
	list-style-type: none;
}
#nav-garages ul li {
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
}
#nav-garages ul li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 220px;
	height: 90px;
	transition: transform .2s;
}
#nav-garages ul li a:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
}
#nav-garages .autoblvd {
	background-image: url(../images/logo_autoblvd.svg);	
}
#nav-garages .mitsubishi {
	background-image: url(../images/logo_mitsubishi.svg);	
}
#nav-garages .pglessard {
	background-image: url(../images/logo_pglessard.svg);	
}
#title {
	margin: 10px;
	display: block;
	text-align: center;
}
#title h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}
#title h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	color: #fff;
}
#car_list {
	text-align: center;
}
.fiche {
	width: 260px;
	min-height: 255px;
	padding: 10px;
	background-color: #fff;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
}
.fiche a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-decoration: none;
	color: #010101;
}
.fiche a:hover {
	color: #666;
}
.fiche img {
	margin-bottom: 10px;
}
#loading {
	display: none;
}
#msg-fin {
	display: none;
}