@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
body {
    background-color: #eaf5f1;
}

section p {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 25px;
	color: rgba(19, 19, 114, 0.667);
}

header .retour_accueil {

	margin: 0 0 35px 40px;
}

header .retour_accueil button {
	font-family: 'Roboto', sans-serif;
	padding: 7px 20px;
	background-color: #747cdf;
	font-size: 17px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 45px;
	transition: transform 0.5s;
}

header .retour_accueil button:hover {
	transform: scale(1.07);
}

header .retour_accueil button a {
	text-decoration: none;
	color: #fff;
}

/* Fin du bouton retour à l'accueil */
header .partition_ a {
	text-decoration: none;
	margin-left: 60px;
	font-size: 22px;
}