body {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto','Arial',Sans-Serif;
	line-height: 1.6;
}
#site-en-construction_container {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #6da8f2, #3462dc);
	height: 35rem;
	width: 35rem;
}
#site-en-construction {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: white;
	width: 98%;
	height: 98%;
}

#site-en-construction h1 {
	font-size: 2.25rem;
	color: #999999;
}

#site-en-construction img {
	width: 80%;
}

a {
	text-decoration: underline;
	color: #E04604;
}

.bouton {
	padding: 0.25rem 0.5rem;
	border-radius: 1rem;
	background-color: #70A9F3;
	color: white;
	margin: 0.25rem;
	text-decoration: none;
}

.bouton:hover {
	background-color: #2B58D9;
}