@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;
}


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

header #titreApplication {
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	color: #475b6d;
	
	position: absolute;
	bottom: 0.6em;
}


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


#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;
}

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

#footerSecours .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 */
}

#texteSecours {
	text-align: left;
	display: inline-block;
	margin-top: 2em;
}

#liens {
	display: inline-block;
	text-align: left;
	margin: auto;
}

.appli {
	display: inline-block;
	padding-top: 0.6em;
}

.appli * {
	vertical-align: middle;
}

.appli a{
	color: #475B6D;
	text-decoration: none;
}

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

.appli.multiLien > a {
	text-decoration: none;
	cursor: default;
}

.appli > a > img {
	height: 40px;
}

.appli a p {
	display: inline;
	padding-left: 0.3em;
}

.appli_lienslg {
	padding-left: calc(40px + 2em);
	line-height: 0.6em;
}

.appli_lienslg a {
	padding-right: 0.7em;
}


/** 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 #logo {
		background-size: auto 3em;
	}
	
	#footerSecours {
		height: 100px;
		background-size: auto 60%;
	}
}

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