body
{
	background-color: #F7F7F7;
}

div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
}

a
{
	font-size: 25px;
	padding: 5px;
	background-color: #DEDEDE
}

#message
{
	margin-bottom: 15px;
}


/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
	#image_404
	{
		width: 500px;
	}

	#oups
	{
		font-size: 50px;
	}

	#message
	{
		font-size: 30px;
	}
}



/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
	#image_404
	{
		width: 90vw;		
	}

	#oups
	{
		font-size: 30px;
	}

	#message
	{
		font-size: 20px;
	}
}