@font-face {
	font-family: 'Mona Sans';
	font-style: normal;
	font-weight: 200 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/mona_sans.woff2) format('woff2');
}

body {
	font-family: "Mona Sans", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	margin: 0;
}

main {
	min-height: 72vh;
}

main,
header nav,
footer div {
	max-width: 1200px;
}

* {
	box-sizing: border-box;
}

figure img {
	max-width: 100%;
	height: auto;
}

figure,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: square inside;
}

ul li::marker {
	content: "▪ ";
	/* Sans espace après, mais le navigateur en ajoute quand même */
}

#searchResult ul li::marker {
	content: "";
}

section li {
	padding-bottom: 0.5em;
	text-align: left;
}

a {
text-decoration: none;
color: var(--black);
}
input,
textarea,
button {
	font-family: "Mona Sans", Helvetica, Arial, sans-serif;
}

svg {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	height: 1.4em;
	width: auto;
	transition: transform 0.7s ease;
	margin-top: -0.2em;
}

p {
	text-align: justify;
}

p strong {
	font-weight: 600;
}

hr {
	background-color: var(--grey_l);
	height: 0.15em;
	border: none;
}




button {
	cursor: pointer;
}

code {
	font-family: monospace;
	background-color: var(--grey_l);
	color: var(--black);
	padding: 0.2em 0.4em;
	font-size: 0.95em;
	text-align: left;
}

table {
	border-collapse: collapse;
	width: 100%
}

table th,
table td {
	border-top: 0.01em solid var(--grey);
	border-bottom: 0.01em solid var(--grey);
	padding: 0.3em 0.5em
}



a:hover,
button:hover {
	opacity: 0.75;

}

@media (max-width:800px) {}

@media (max-width:500px) {
	main.pt8 {
		padding: 1em 1em 5em;
		padding-top: 6em;
	}
}

@media (max-width:350px) {}