/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    background: url('../img/background.png') no-repeat top fixed;
    background-size: cover;
    background-position: 0% 65%;
    margin:0px;
}

.content  {
	text-align: center;
	color: #fff;
	font-family: Arial;
}

.logo{
	margin-top: 5%;	
}

.logo img{
	height:100px;
}

#messageCookie{
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
}

.messageInformation{
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

.messageImportant{
	text-align: center;
	color: yellow;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
}

.messageAlerte{
	text-align: center;
	color: red;
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	background-color: black;
}

.titre {
	font-size: 54pt;
	margin: 25px 0 10px 0;
}	

.tite-niveau-2 {
	font-size: 22px;
}

.show-error input {
	border-color: #f02f2f;
}

.error{
	color: #f02f2f;
	background: rgba(0, 0, 0, 0.5);
	text-align: left;
	margin-left: 75px;
	margin-right: 80px;
	font-size: 20px;
	padding: 15px;
	text-align: center;
}

.majerror{
	color: #f02f2f;
	background: rgba(0, 0, 0, 0.5);
	text-align: left;
	font-size: 20px;
	padding: 15px;
}
.input-container{
	display:inline-block;
	position: relative;
    top: -15px;
    margin-bottom: 90px;
}

.login{
	display:inline-block;
}

.password{
	display:inline-block;
}

.btnLogin{
	display:inline-block;
}

.input-container input{
	height: 50px;
	width:250px;
	padding-left: 15px;
	font-size:18px;
}

.btnLogin button{
	border:none;
	height: 50px;
	width:100px;
	background-color: #5FD300;
	cursor: pointer;
}

.btnLogin button img{
	height:40px;	
}

a {
	color : #D2D2D2;
}

.footer {
	position: fixed;
	bottom:0px;
	padding:10px;
	width:100%;
	text-align: center;
	background: rgba(0,0,0,0.2);
}
.logos{
}

.logoDGAC{
	display:inline-block;
	
}

.logoMINI{
	display:inline-block;
}

.logoFSI{
	display:inline-block;
}
