@CHARSET "UTF-8";
/*
over-ride "Weak" message, show font in dark grey
*/

.progress-bar {
	color: #333;
} 

/*
Reference:
http://www.bootstrapzen.com/item/135/simple-login-form-logo/
*/

@media (max-width: 575px) {
	/*.container {max-width: 540px;}*/
	body {
		 /*background: url(../log_assets/image_de_fond_3400px.jpg);*/
		 background: url(../log_assets/home2.jpg);
		 background-color: #fff;
		 background-repeat: no-repeat; 
		 background-size: 100% ;
		 background-position: left  0px;
	}
	.blabla{
		margin-top: -20px;
	}
}

@media (min-width: 576px) {
	/*.container {max-width: 540px;}*/
	body {
		 /*background: url(../log_assets/image_de_fond_3400px.jpg);*/
		 background: url(../log_assets/home2.jpg);
		 background-color: #fff;
		 background-repeat: no-repeat; 
		 background-size: 100% ;
		 background-position: left  0px;
	}
	.blabla{
		margin-top : -20px;
	}
}

@media (min-width: 768px) {
	/*.container {max-width: 720px;}*/
	/*.container {max-width: 960px;}*/
	body {
		 /*background: url(../log_assets/image_de_fond_3400px.jpg);*/
		 background: url(../log_assets/home2.jpg);
		 background-color: #fff;
		 background-repeat: no-repeat; 
		 background-size: 100% ;
		 background-position: left  0px;
	}
	#loginform{
		max-width: 370px;
	}
	.blabla{
		margin-top: 170px;
	}
}

@media (min-width: 992px) {
	/*.container {max-width: 960px;}*/
	body {
		 /*background: url(../log_assets/image_de_fond_3400px.jpg);*/
		 background: url(../log_assets/home2.jpg);
		 background-color: #fff;
		 background-repeat: no-repeat; 
		 background-size: 100% ;
		 background-position: left  0px;
	}
	#loginform{
		max-width: 370px;
	}
	.blabla{
		margin-top: 170px;
	}
}

@media (min-width: 1200px) {
	/*.container {max-width: 1140px;}*/
	body {
		 /*background: url(../log_assets/image_de_fond_3400px.jpg);*/
		 background: url(../log_assets/home2.jpg);
		 background-color: #fff;
		 background-repeat: no-repeat; 
		 background-size: 100% ;
		 background-position: left  0px;
	}
	#loginform{
		max-width: 370px;
	}
	.blabla{
		margin-top: 60px;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
}

body {
	/*
	background: url(http://i.imgur.com/GHr12sH.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

.login-form {
	margin-top: 60px;
}

form[role=login] {
	color: #5d5d5d;
	background: #f2f2f2;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

form[role=login] img {
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}

form[role=login] input,
form[role=login] button {
	font-size: 18px;
	margin: 16px 0;
}

form[role=login] > div {
	text-align: center;
}

.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}

.form-links a {
	color: #fff;
}


.blabla {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	/*height: 391px;*/
}

.rouge{
	color: #C6243B;
}

.bleu{
	color: #325293;
}

.gris{
	color: #4A4A4A;
}

.gras{
	font-weight: 700;
}