* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #34405c;
}
main {
	padding-top: 100px;
}
li {
	list-style: none;
}

nav {
	font-size: 20px;
	width: 100%;
	height: 100px;
	position: fixed;
	background-color: white;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.navigation {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.menu_burger {
	display: none;
}

#accueil {
	display: flex;
	width: 100%;
	min-height: 820px;
	justify-content: flex-end;
	background: url("./images/accueil/pexels-fauxels-3184292.jpg");
	background-size: cover;
}

#accueil article {
	margin-top: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	width: 48%;
	max-height: 500px;
	background-color: #f19447e1;
	gap: 80px;
	text-align: center;
}

#accueil article h1 {
	font-size: 40px;
	color: white;
}

#accueil article h2 {
	font-size: 30px;
	color: white;
}

#accueil article p {
	font-size: 24px;
	color: #34405c;
}

#presentation {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -20px;
	min-height: 820px;
	width: 100%;
	background-color: #294574;
	border-radius: 20px 20px 0 0;
	color: #e4f1f1;
	padding: 60px 0 25px 0;
}

#presentation h1 {
	font-size: 40px;
}

#presentation h2 {
	margin: 25px 0;
}

#presentation p {
	font-size: 18px;
}

#presentation article {
	margin: 100px 0;
	display: flex;
	gap: 150px;
	text-align: center;
}

#presentation article h2:nth-child(1) {
	margin-top: 0px;
}

.bloc_texte_presentation {
	max-width: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#presentation img {
	border-radius: 100%;
	border: 10px solid #f19447e1;
}

#objectifs {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
	margin-top: -20px;
	border-radius: 20px 20px 0 0;
	justify-content: center;
	padding: 60px 0 25px 0;
}

#objectifs h1 {
	font-size: 40px;
}

#objectifs article {
	display: flex;
	gap: 50px;
	padding: 20px 0;
}

#objectifs article div {
	display: flex;
	flex-direction: column;
	color: #e4f1f1;
}

.objectifs_img_container {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.objectifs_img_container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
}

.objectifs_texte {
	padding: 20px;
}

.objectifs_titre {
	margin: 20px 0;
}

.objectifs_color_1 {
	width: 20vw;
	background-color: #294574;
}

.objectifs_color_2 {
	width: 20vw;
	background-color: #6f6b6c;
}

.objectifs_color_3 {
	width: 20vw;
	background-color: #ff5733;
}

#objectifs article div h1 {
	font-size: 50px;
}

#solutions {
	display: flex;
	flex-direction: column;
	margin-top: -20px;
	border-radius: 20px 20px 0 0;
	align-items: center;
	padding: 60px 0 25px 0;
}

#solutions h1 {
	font-size: 40px;
}

.solutions_bloc {
	display: flex;
	width: 80%;
	gap: 60px;
	text-align: center;
	margin: 50px;
}

.solutions_bloc_components {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.solutions_bloc_components_h2_2,
.solutions_bloc_components_h3_2 {
	color: #294574;
}

.solutions_bloc_components_h2_1,
.solutions_bloc_components_h3_1 {
	color: #f19447;
}

#faq {
	display: flex;
	flex-direction: column;
	background-color: #f19447;
	margin-top: -20px;
	border-radius: 20px 20px 0 0;
	align-items: center;
	padding: 60px 0 25px 0;
}

#faq h1 {
	font-size: 40px;
}

.bloc_faq {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
	width: 70%;
}

.bloc_faq:last-child {
	margin-bottom: 60px;
}

.bloc_faq h2 {
	margin: 20px 0 10px 0;
}

#avis {
	display: flex;
	flex-direction: column;
	margin-top: -20px;
	border-radius: 20px 20px 0 0;
	align-items: center;
	padding: 60px 0 25px 0;
}

#avis h1 {
	font-size: 40px;
}

#avis article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}

#contact {
	display: flex;
	flex-direction: column;
	background-color: #294574;
	margin-top: -20px;
	border-radius: 20px 20px 0 0;
	align-items: center;
	padding: 60px 0 25px 0;
}

#contact h1 {
	font-size: 40px;
	color: #e4f1f1;
}

#contact h2 {
	font-size: 25px;
	color: #e4f1f1;
}

#contact h3 {
	font-size: 20px;
	color: #f19447;
}

#contact article {
	margin-top: 25px;
	display: flex;
	gap: 50px;
}

.contact_div {
	display: flex;
	gap: 7px;
	align-items: center;
	margin: 25px 0;
}

.contact_div_components {
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: flex-start;
}

.bouton_rdv {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	text-decoration: none;
	background-color: #f19447;
	color: white;
	padding: 10px 5px;
	margin: 10px auto 0 auto;
	border-radius: 5px;
	font-size: 24px;
}

#informations {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -20px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 60px 0 25px 0;
}

#informations h3 {
	margin-top: 20px;
}

footer {
	display: flex;
	align-items: center;
	background-color: #6f6b6c;
	min-height: 50px;
	color: white;
	font-size: 24px;
	padding-left: 50px;
	gap: 10px;
}

@media screen and (max-width: 1090px) {
	#accueil article {
		width: 100%;
		height: max-content;
		text-align: center;
		padding: 10px 0;
	}

	.navigation {
		display: none;
	}

	.navigation.active {
		display: flex;
		flex-direction: column;
		width: fit-content;
		height: max-content;
		margin: 0 auto;
		background-color: white;
		padding: 10px 50px;
		border-top: 3px solid #294574;
	}

	.menu_burger {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 100px;
		padding-right: 20px;
		margin: 0 auto;
	}

	#presentation article {
		flex-direction: column;
		width: 100%;
	}

	.bloc_texte_presentation {
		max-width: 80%;
		margin: 0 auto;
	}

	#objectifs article {
		flex-direction: column;
	}

	.objectifs_color_1 {
		width: 70%;
		margin: 0 auto;
	}

	.objectifs_color_2 {
		width: 70%;
		margin: 0 auto;
	}

	.objectifs_color_3 {
		width: 70%;
		margin: 0 auto;
	}

	#contact article {
		flex-direction: column;
	}

	.solutions_bloc {
		flex-direction: column;
		gap: 40px;
	}
}
