/*
 * Reset minimal — remet les navigateurs sur un pied d'égalité
 * sans repartir sur un framework de type Bootstrap/Reset.css complet.
 */

*, *::before, *::after {
	box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, form, fieldset, legend, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100%;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

button, input, select, textarea {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
	background: none;
	border: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

fieldset {
	min-width: 0;
}
