<!DOCTYPE html>
<html>

<head>
	<title>500 - Internal server error</title>
	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link
		href="https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap"
		rel="stylesheet">
	<link rel="shortcut icon" href="/global/images/logo-orange.png" type="image/png">

	<style>
		body {
			margin: 0;
			padding: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			min-height: 100vh;
			font-family: "Segoe UI", "Roboto";
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
			font-variation-settings:
				"wdth" 95;
		}

		body div * {
			padding: 1rem;
			margin: 0;
		}

		a {
			text-decoration: none;
			font-size: 1.5rem;
		}

		img {
			width: 10rem;
		}

		body div {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}
	</style>
</head>

<body>
	<div>
		<img src="/global/images/full-logo-black.png" alt="">
		<h1>500 - Internal server error</h1>
		<a href="/">retourner à l'accueil</a>
	</div>
</body>

</html>