*{margin:0; padding:0;}

body:before{
	content:"";
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: #2c3e50;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #3498db, #2c3e50);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #3498db, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body {
	font-family: 'Roboto', sans-serif;
	color: #ebedee;
}

p.titre {
	text-align: center;
	font-weight: bolder;
	font-size: 11vh;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
}

li.liens {
	position: absolute;
	bottom: 10vh;
	left: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.lien {
	padding-bottom: 0.5em;
}

a.lien {
	font-size: 5vh;	
	line-height: auto;
	color: #ebedee;
}

iframe.grafana {
    position:relative;
    padding-right: 20px;
	padding-bottom: 10px;
	width: 500px;
	height:250px; 
	left: 65%;
}

footer.pied_page {
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	background-color: rgb(49, 49, 49);
}

p.pied_page {
	font-size: 2.5vh;
	text-align: center;
	padding-block: 5px;
}
