h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-style: normal;
	text-align: center;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.5em;
	font-style: normal;
	text-align: left;
	flex: 1;
}

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
}

p {
	font-family: 'Ubuntu', sans-serif;
}

label {
	font-family: 'Roboto', sans-serif;
}

table,
th,
td {
	border: 1px solid black;
	padding: 2px;
	border-collapse: collapse;
	background-color: #36a8d9;
}

table {
	font-family: 'Ubuntu', sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#result_fil {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	border : thick double #32a1ce;
	border-radius: 10px;
	flex: auto;
	font-size: 1.15em;
}

nav {
	text-align: center;
}

nav > ul {
	list-style-type: none;
}

nav > ul > li {
	display: inline-block;
	min-width: 6em;
}

nav > ul > li > a {
	width: 80%;
	text-decoration: none;
	background-color: blue;
	color: white;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
}

nav > ul > li > a:hover {
	background-color: cyan;
	color: grey;
}

figcaption {
	font-style: italic;
}

html {
	background-color: #dae4f7;
}

#pied_de_page {
	text-align: center;
}
