@font-face {
	font-family: 'lato';
	src: url('/__ovh/common/font/lato-light-webfont.eot');
	src: url('/__ovh/common/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('/__ovh/common/font/lato-light-webfont.woff') format('woff'),
		url('/__ovh/common/font/lato-light-webfont.ttf') format('truetype'),
		url('/__ovh/common/font/lato-light-webfont.svg#latolight') format('svg');
	font-weight: 200;
	font-style: normal;
}

body {
	background-image: url('/__ovh/common/img/transparentTriangle.svg');
	margin: 0;
	color: #5E5E5E;
	font-family: 'lato', 'Arial';
}
a:hover {
	text-decoration: none;
}

div.header {
	background-color: #000E9C;
	width: 100vw;
	min-height: 8vh;
	padding-top: 3vh;
	position: relative;
}
img.logo {
	max-width: 250px;
}

div.wrapper {
	margin: 0 auto;
	max-width: 80vw;
}
div.content {
	height: 78vh;
	text-align: center;
}
div.content h1 {
	font-size: 2.5em;
	font-weight: 200;
}
div.content p {
	font-size: 1.5em;
}

img.shadow {
	max-width: 32vw; 
	min-width: 20em;
}
img.cone {
	max-width: 4vw;
	min-width: 2.5em;
	margin-top: 2vh;
}

div.footer {
	background-color: #000E9C;
	width: 100vw;
	min-height: 8vh;
	padding-top: 3vh;
	text-align: center;
}
div.footer p,
div.footer p a {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin-block-end: 0;
}