#loader {
	background-color: white;
}
.header {
	background-color: white;
}
.topbar-container {
	line-height: 0;
}
.navbar-nav > li > a {
	padding: 20px 20px;
	line-height: 5px;
}
.bg-sub {
	background-image:url('../img/sub.jpg');
	background-repeat:none;
	background-position:left center;
	background-size:cover;
	background-repeat: no-repeat;
}
.infos h3 {
	color: #828284;
}
.bg-white {
	background-color: white;
}
.txt-center {
	text-align: center;
}
.profiter h2 {
	color: #444444;
	font-size: 16px;
}
.informations h2 {
	color: #444444;
	font-size: 16px;
	margin: 40px 0;
}
.profiter h3 {
	color: #444444;
	font-size: 24px;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
p {
	color: #444444;
}
footer li, footer a {
	color: #fff !important;
}
nav li a:hover {
	color: #df494a !important;
}
nav li a.active {
	color: #df494a !important;
}