/*Reset Eléments principaux de la page*/
*
	{
	margin:0;
	padding:0;
	text-decoration: none;
	list-style-type: none;
	}
body
{
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
	text-align: left;
	background-color: #eff0f3;
}
html
{
	margin: 0;
	padding: 0;
	width: 100%;
	scroll-behavior: smooth;
}
.text{
	text-align: left;
	padding: 10px;
	line-height: 2em;
	margin: auto;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.2em;
}