@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 100 900;
	src: url("webfonts/InterVariable.woff2") format("woff2");
}
@font-face {
	font-family: Inter;
	font-style: italic;
	font-weight: 100 900;
	src: url("webfonts/InterVariable-Italic.woff2") format("woff2");
}
html {
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
}
.intro {
	width: 100%;
	height: 100vh;
	background-image: url(/img/background.webp);
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.intro img {
	width: 100%;
	max-width: 640px;
}
section {
	padding: 6em 1em;
	margin: 0 auto;
	width: calc(100% - 2em);
	max-width: 800px;
}
section > *:first-child {
	margin-top: 0 !important;
}
.background {
	background-color: hsl(195, 100%, 95%);
}
a {
	color: hsl(236, 60%, 46%);
}
h1 {
	font-size: 3.5em;
	font-weight: 800;
	line-height: 1em;
	margin: 0 0 1em;
	text-align: center;
}
h1 div {
	font-size: 0.8em;
}
h2 {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1em;
	margin: 1em auto 2em;
	width: calc(100% - 2em);
	max-width: 600px;
	display: block;
	text-align: center;
	color: hsl(236, 60%, 46%);
}
h3 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 2px solid;
	padding-bottom: 0.2em;
	margin: 2em 0 1em;
}
p {
	margin: 1em 0;
	line-height: 1.5em;
}
li {
	margin: 0.5em 0 0.5em 2em;
	line-height: 1.5em;
}
img.fleche {
	display: block;
	margin: 0 auto;
}
img.num {
	display: block;
	margin: 8em auto 1em auto;
	width: 180px;
}
@media (max-width: 500px) {
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2em;
	}
}
.tableau {
	display: flex;
	gap: 1em;
	width: 100%;
	margin: 3em 0 0 0;
}
.tableau > * {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
	margin: 1em 0;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}
.tableau img {
	width: 80px;
}
@media (max-width: 800px) {
	.tableau {
		flex-wrap: wrap;
	}
	.tableau > * {
		min-width: 200px;
	}
}
footer {
	background-color: hsl(236, 60%, 40%);
	/*background-image: url(/img/background-footer.webp);*/
	background-size: cover;
	background-position: center center;
	padding: 4em 1em;
	text-align: center;
	color: white;
	display: flex;
	gap: 2em;
	flex-wrap: wrap;
	justify-content: center;
}
footer > a {
	display: block;
}
footer img {
	width: 100%;
	max-width: 240px;
}
