/* css reset francesca bonato */

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {width: 100%;}

body, html{
    scroll-behavior: smooth; 
}

body {
	width: 100%;
	line-height: 1.2;
	/* set body font-size in em (1.6em equiv "16px" = 12pt) */
	font-size: 1.2em;
	-webkit-font-smoothing: antialiased;
}

input, button, textarea, select{
    font: inherit; 
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	height: auto;
}

/* correction spip.css */

.spip_logo {
    float: none;
}
