@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(img/bg.jpg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	font-family: 'Montserrat', sans-serif;
	color: white;
}
h2 {
	font-weight: 200;
}
.container-fluid {
	height: 100%;
	display: table;
	width: 100%;
	padding: 0;
}
.row-fluid {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.centering {
	float: none;
	margin: 0 auto;
}
hr {
	border-top: 1px solid hsla(47,31%,85%,1.00);
	width: 50%;
}
a {
	color: white;
	font-weight: 700;
	font-size: 21px
}
a:hover{
		color:white;
	}
