body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color: #C6EAFB;
}

div.barre {
	display: flex;
	justify-content: space-between;

	height: 141px;

	padding-left: 48px;
	padding-top: 8px;
	padding-right: 18px;
	background-color: #8BC0E4;

	border-style: solid;
	border-width: 0px 0px 3px 0px;
}

p.nom {
	font-family: 'IBM Plex Sans';
	font-size: 2.5em;
	font-weight: bold;

	height: 52px;
}
div.reste {
	display: flex;
	justify-content: space-around;
	width: 360px;
	height: 66px;

	font-family: 'IBM Plex Sans';
	font-weight: bold;
	font-size: 1.25em;

	align-self: center;
}

div.texte {
	font-family: 'IBM Plex Sans';
	font-size: 2em;

	margin-top: 82px;
	margin-left: 127px;
	margin-right: 127px;
}
div.secondaire {
	display: flex;
	justify-content: space-between;

	margin-left: 30px;
}
.petit{
	font-size: 0.9em;
}
p.petit {
	width: 920px;
	margin-top: 40px;
}

img {
	justify-content: space-around;
	margin-right: 30px;

	height: 400px;
}

form {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 100px;
}
div.question {
	margin-bottom: 30px;
}
li {
	margin-left: 30px;
}
input.bouton {
	padding-top: 4px;
	padding-inline: 20px;
	font-size: 0.8em;
	border-radius: 5px;
}input.bouton:hover {
	background-color: rgb(190, 190, 190);
}
select {
	padding-inline: 4px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 0.8em;
	border-radius: 5px;
}

a {
	position: fixed;
	bottom: 100px;
	left: 120px;
}

p.resultat {
	font-family: 'IBM Plex Sans';
	font-size: 2em;
	font-weight: lighter;

	margin-top: 82px;
	margin-left: 127px;
	margin-right: 127px;
}