body {
	font-family: "Luciole", "Lucida Grande", sans-serif;
	background: #5b6b7d;
	color: #dee3ed;
}
h1 {
	font-size: 2em;
	margin: 10em auto;
	text-align: center;
	text-transform: capitalize;
}
p {
	font-size: 1.4em;
	margin: -14em auto;
	text-align: center;
	text-transform: capitalize;
}
#prononciation,
#phonetique {
	text-transform: none;
}
details {
	user-select: none;
}
summary {
	display: flex;
	cursor: pointer;
}
summary::-webkit-details-marker {
	display: none;
}
audio {
	filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
	width: 200px;
	height: 25px;
}
