html {
	--vert: rgb(0, 178, 128);
	--gris-fonce: rgb(80, 80, 80);
	--gris-clair: rgb(245, 245, 245);
}

body {
	margin: 0;
	font-family: sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid var(--vert);
}

section {
	padding-top: 0.5em;
}

section > div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 1em 3em 1em;
}

header h1 {
	margin: 0;
	text-align: center;
}

header {
	background-color: var(--vert);
	color: white;
	padding: 4em 0em;
}

iframe {
	display: block;
	width: 566px;
	height: 316px;
	margin: 1em auto;
}

footer {
	color: white;
	background-color: var(--gris-fonce);
	padding: 1em 1em;
}

section h1,
footer h1 {
	text-align: center;
	color: var(--vert);
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 1em;
}

section h1::before,
footer h1::before {
	position: absolute;
	display: inline-block;
	content: "";
	text-align: center;
	width: 60px;
	border: 1px solid var(--vert);
	transform: translate(0, 1.5em);
}

nav ul {
	text-align: center;
	list-style-type: none;
}

nav ul > li {
	display: inline-block;
}

nav ul > li+li {
	margin-left: 3em;
}

summary {
	cursor: pointer;
}

#video a {
	margin: auto;
}

#video span {
	display: block;
	text-align: center;
}

#video span a {
	text-decoration: none;
}

#citoyens {
	background-color: var(--gris-fonce);
	color: white;
	text-align: center;
}

#citoyens #nombre {
	font-size: 48px;
}

#citoyens #personnes {
	font-size: 22px;
}

#renseignements, #faq {
	background-color: var(--gris-clair);
}

#faq #source {
	margin-top: 1em;
}

#logo {
	display: block;
	margin: 2em auto;
	max-height: 150px;
}

footer #licence,
footer #parodie {
	text-align: center;
}

footer a {
	color: white;
}

.h2 {
	display: flex;
	flex-direction: row;
}

.h2 > div {
	flex: 1;
}

#manifeste ul {
	list-style-type: none;
	font-size: 1.2rem;
}

#manifeste li {
	line-height: 1.2em;
}

/* #manifeste li */
#manifeste li:before {
	content: "✓";
	display: inline-block;
	color: var(--vert);
	font-size: 3em;
	padding-right: -1em;
}

#manifeste li+li {
	margin-top: 1em;
}
