	/* Main prend tout l'espace restant */
	main {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center; /* centre horizontalement le contenu */
		padding: 40px 20px;
		}
