.scenarios,
.evolutions {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin: 40px;
}

.scenarios button {
	color: #2e294e;
	width: 240px;
	min-height: 180px;
}

.pessimiste {
	background-color: #f1e9da;
	padding-left: 70px;
	padding-right: 70px;
	border-radius: 8px;
}

.evolution {
	background-color: #f1e9da;
	color: #2e294e;
	width: 220px;
	min-height: 150px;
}

button:hover {
	opacity: 0.8;
}

.info {
	font-size: 20px;
}

.texte {
	background-color: #f1e9da;
	color: #2e294e;
	width: 90%;
	max-width: 900px;
	min-height: 250px;
	margin: 40px auto;
	padding: 32px;
	border-radius: 8px;
	text-align: left;
	font-size: 22px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.imagePays {
	width: 100%;
	max-width: 700px;
	height: 350px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.nom {
	font-size: 3rem;
	font-weight: bold;
	margin-top: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navigation {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 60px auto;
}

.navigation a {
	background-color: #f1e9da;
	color: #2e294e;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 4px;
}

.navigation a:hover {
	background-color: #2e294e;
	color: white;
}

.highlight {
	color: #ff9100;
}

.herobutton {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
}

.home {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 30px;
	cursor: pointer;
}
