/* reset css for GFN Giusmili 2020 */
html{
	scroll-behavior: smooth;
	font-size: 62.5%; /* ratio de compatibilité des tailles */
}

body{
	font: sans-serif;
	margin: 0;
}

h2 {
    font-size: var(--title-font-size);   
}

*{
	box-sizing: border-box;
}
ul, h1, h2, h3, h4, p, figure, dl, dt, dd, ul, ol{
	padding: 0;
	list-style: none;
	margin: 0;
	font-weight: 400;
}
a, details, summary {
	text-decoration: none;
	outline: 0;
}
address{
	font-style: normal;
}
button, input{
	border: 0;
}

*:focus{
    outline: none;
}