html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height:100%;
}

img.logo-main {
	display: block;
	width: 200px;
	margin:auto;
	margin-bottom: 25px;
}

.bloc {
	text-align: center;
}

p,a, a:visited {
	font-family: Roboto, sans-serif;
	line-height: 1em;
	text-align: center;

  	text-decoration-line: none;
  	text-decoration-color: black;
}