@charset "utf-8";

body {
	
}

noscript .overlay {
	background-color: #444;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

noscript .lightWarningBox {
	border: medium none;
	left: 5%;
	position: absolute;
	top: 28%;
	width: 50%;
	z-index: 1002;
	font-size: 150%;
	font-weight: bold;
	margin: 100px 20% 15px;
	padding: 8px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px #fff;
	color: #444;
}

noscript .lightWarningBox p {
	font-size: 0.9em;
	padding: 8px 0;
}

.sLogin>form {
	padding-top: 2em;
}

header {
	width: 100%;
	background-color: #D5D6D6;
	height: 150px;
	
	background-image: url("../images/pictos-haut.png");
	background-repeat: no-repeat;
	background-position: 3em top;
	
	box-sizing: border-box;
	padding-left: 320px;
	position: relative;
	

}

@font-face{
  font-family : "HORATIOB";
  src : url('HORATIOB.eot'), url('HORATIOB.TTF') format('truetype');
}

header #titreApplicationLogin {
	font-family : "HORATIOB", Helvetica, sans-serif;
	font-size: 300%;
	color: white;
	
	position: absolute;
	bottom: 0em;
}


header #logoLogin {
	background-image: url("../images/IMA-login.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 43px;
	width: 147px;
	
	position:absolute;
	right: 6%;
	bottom: 1.3em;

}


/* #loginFormContainer { */
/*     margin: auto; */
/*     background: #fff url('../images/bk_login.png') center center; */
/*     background-repeat: no-repeat;  */
/*     text-align: center;    */
/* } */
#loginFormContainer form {
	text-align: center;
	margin: 60px auto;
}

.sLogin .button {
	width: auto;
	margin-bottom: 0.3em;
	padding: 0.2em 1em;
}

.sLogin a {
	font-size: 0.8em;
	color: #777777;
	text-decoration: none;
}

.sLogin a:hover {
	text-decoration: underline;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 70px;
}

#loginFormContainer form div {
	margin: 9px 0 0 0;
	padding-top: 10px;
}

#stacktrace {
	background-color: #EEE;
	padding: 15px;
	margin: 15px;
}

.errorblock, .infoblock {
	text-align: center;
	font-size: 1.2em;
	border: 3px solid;
	padding: 8px;
	margin: 16px;
}

.errorblock {
	color: red;
	background-color: #ffEEEE;
	border-color: #ff0000;
}

.infoblock {
	color: green;
	background-color: #e7feee;
	border-color: #00c400;
}

#footerLogin {
	background-color: #D5D6D6;
	color: #ffffff;
	position: fixed;
	width: 100%;
	height: 160px;
	bottom: 0px;
	background-image: url("../images/pictos-bas.png");
	background-position: right 17% bottom 30px;
	background-repeat: no-repeat;	
}

#footerLogin .triangle-footer {
	position: absolute;
	top: 0px;
	right: 14%;
	z-index: 5;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
}

#footerMessages {
	font-size: 85%;
	padding: 20px 20px 20px 20%;
	width: 70%;
	z-index: 0;
}

.mdpForm label {
	display: none;
}

/** Ajustement avec l'image du header pour les petits ecrans */
@media ( max-width :680px) {
	header {
		padding-left: 1.5em;
		background-position: 1.5em top;
		background-size: auto 60%;
	}
	
	header #logoLogin {
		background-size: auto 3em;
	}
	
	#footerLogin {
		height: 100px;
		background-size: auto 60%;
	}
}

@media (max-height :500px) {
	#footerLogin {
		height: 30px;
	}
}