body {
	font-family: "Segoe UI", "Helvetica", "Arial", sans-serif;
}

.box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.box > div {
	text-align: center;
}
.extrait {
	color: tomato;
	font-weight: bold;
}
#container {
	width: 80%;
	min-width: 720px;
	max-width: 1536px;
	margin: auto;
}

.instructions {
	background-color: lightyellow;
	padding: 15px;
	border: 2px dotted black;
	margin: 25px 5px;
}

code {
	font-family: "Anonymous Pro", "Consolas", "Courrier New", monospace;
	font-weight: bolder;
}
code>e {
	font-weight: bold;
	color: tomato;
	font-size: 1.25em;
	border-bottom: 2px dotted tomato;
}

#sommaire {
	font-size: 24px;

}

#sommaire > li {
	margin: 15px;
}

.flag-icon {
	padding-right: 15px;
}

h2 {
	background-color: tomato;
}

.betterave, .carotte, #legume {
	color: blue;
}


h2:hover {
	background-color: yellow;;
}

img.center {
	display: block;
	margin: auto;
}