@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
	background: #000000;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #eb6608;
}
a:hover,
a:focus {
	color: #eb6608;
	text-decoration: underline;
}
label {
	font-weight: 400;
}
.form-control:focus {
	box-shadow: 0 0 0 transparent;
	border-color: #586472;
}
.btn-default {
	background-color: #eb6608;
	border-color: #eb6608;
	font-weight: 600;
	color: #ffffff;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #3a4b5f;
	border-color: #3a4b5f;
	color: #ffffff;
}
#animation-wrapper #header {
	padding: 30px;
	text-align: center;
}
#animation-wrapper #header img {
	max-width: 100%;
	height: auto;
}
#authentification {
	background: #3a4b5f;
}
#authentification #page {
	padding: 30px 0;
	border-top: 20px solid #aab6b6;
}
#authentification #titre {
	background: #eb6608;
	color: #ffffff;
	padding: 20px 30px 10px 30px;
	text-align: center;
}
#authentification #titre h3 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 300;
	color: #ffffff;
}
#authentification #formulaire {
	background: #ffffff;
	padding: 30px 30px 20px 30px;
}
#authentification #nouveau-compte {
	background: #586472;
	color: #aab6b6;
	padding: 20px 30px 20px 30px;
	text-align: center;
}
#authentification #nouveau-compte h2 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 300;
	color: #ffffff;
}
#authentification #nouveau-compte .btn-default {
	background-color: #aab6b6;
	border-color: #aab6b6;
	font-weight: 600;
	color: #3a4b5f;
}
#authentification #nouveau-compte .btn-default:hover,
#authentification #nouveau-compte .btn-default:focus {
	background-color: #eb6608;
	border-color: #eb6608;
	color: #ffffff;
}
#footer {
	font-weight: 300;
	padding: 15px 30px;
	background: #000000;
	text-align: right;
	color: #a8a8a8;
	text-transform: uppercase;
	font-size: 11px;
}
#footer img {
	margin-left: 10px;
}

.hideParDefaut {
	display: none;
}