#Hebergement > article:nth-of-type(1) {
	height: 500px;
	background-color: #445A3C;
	display:flex;
	justify-content:center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#Hebergement > article:nth-of-type(1) img,
#Hebergement > article:nth-of-type(1) h1 {
	position: absolute;
}

#Hebergement > article:nth-of-type(1) img:nth-of-type(1) {
	bottom: -20px;
	left: -50px;
	width: 400px;
}

#Hebergement > article:nth-of-type(1) img:nth-of-type(2) {
	top: 0px;
	right: 0px;
}

#Hebergement > article:nth-of-type(1) img:nth-of-type(3) {
	bottom: -50px;
	right: 150px;
	width: 200px;
}

#Hebergement > article:nth-of-type(1) h1 {
	font-size: 80px;
	color: white;
}

@media screen and (max-width: 767px) {
	
	#Hebergement > article:nth-of-type(1) {
		height: 300px;
	}
	
	#Hebergement > article:nth-of-type(1) h1 {
		font-size: 60px;
		color: white;
	}
	
	#Hebergement > article:nth-of-type(1) img:nth-of-type(1) {
		width: 300px;
	}
	
	#Hebergement > article:nth-of-type(1) img:nth-of-type(3) {
		display: none;
	}
}

/*============================================================ Les Locaux ============================================================*/

#Locaux {
	height:600px;
	background-color: #F7F7F7;
	position: relative;
}

#Locaux .text-container {
	position: absolute;
	top: 100px; /* Place le texte à 25% de la hauteur de l'article parent */
	width:500px;
	left: calc(10% + 680px);
}

#Locaux h1 {
	font-size: 60px;
	margin-top:0px;
	margin-bottom: 5px; /* Marge inférieure pour l'espace entre h1 et p */
	color: #445A3C;
}

#Locaux p {
	font-size: 30px;  /* Marge inférieure pour l'espace entre h1 et p */
	margin-top: 0;
	word-wrap: break-word; /* Permet au texte de revenir à la ligne */
}

#Locaux img:nth-of-type(1) {
	position: absolute;
	top: 80px; /* Place l'image au centre de l'article parent */
	left: 10%; /* Décalage de 15% vers la droite */
	width: 650px;
	border-radius: 15px;
}

#Locaux img:nth-of-type(2) {
	position: absolute;
	top: 120px; /* Place l'image au centre de l'article parent */
	right: 6%; /* Décalage de 15% vers la droite */
	width: 280px;
}

@media screen and (min-width: 1550px) and (max-width: 1750px) {
	
	#Locaux .text-container {
		width:500px;
		left: calc(2% + 680px);
	}
	
	#Locaux img:nth-of-type(1) {
		left: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Locaux img:nth-of-type(2) {
		right: 2%; /* Décalage de 15% vers la droite */
		width: 300px;
	}
}

@media screen and (min-width: 1420px) and (max-width: 1549px) {
	
	#Locaux .text-container {
		width:500px;
		left: calc(2% + 680px);
	}
	
	#Locaux img:nth-of-type(1) {
		left: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Locaux img:nth-of-type(2) {
		right: 2%; /* Décalage de 15% vers la droite */
		top:200px;
		width: 200px;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1420px) {	
	#Locaux img:nth-of-type(2) {
		right: 0;
		left:900px;
		top: 200px;
		width: 300px;
		opacity:0.3;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1349px) {
	#Locaux {
		height:800px;
	}
	
	#Locaux .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Locaux img:nth-of-type(1) {
		top: 330px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Locaux img:nth-of-type(2) {
		top: 380px; /* Place l'image au centre de l'article parent */
		right: 6%; /* Décalage de 15% vers la droite */
		width: 28%;
	}
}

@media screen and (min-width: 950px) and (max-width: 1099px) {
	#Locaux {
		height:720px;
	}
	
	#Locaux .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Locaux img:nth-of-type(1) {
		top: 330px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Locaux img:nth-of-type(2) {
		top: 380px; /* Place l'image au centre de l'article parent */
		right: 6%; /* Décalage de 15% vers la droite */
		width: 28%;
	}
}

@media screen and (min-width: 768px) and (max-width: 949px) {
	#Locaux {
		height:720px;
	}
	
	#Locaux .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Locaux img:nth-of-type(1) {
		top: 390px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Locaux img:nth-of-type(2) {
		top: 380px; /* Place l'image au centre de l'article parent */
		right: 6%; /* Décalage de 15% vers la droite */
		width: 28%;
	}
}

@media screen and (max-width: 767px) {
	
	#Locaux {
		position:static;
		display:flex;
		flex-direction:column-reverse;
		width:100%;
		justify-content:start;
		height:auto;
		padding-bottom:50px;
	}
	
	#Locaux .text-container {
		width:80%;
		text-align:center;
		padding-left:10%;
		top:0;
		left:0;
		position:static;
	}
	
	#Locaux img:nth-of-type(1) {
		position:static;
		top:0;
		left:0;
		margin-top:-40%;
		margin-left:5%;
		width: 90%;
	}
	
	#Locaux img:nth-of-type(2) {
		position:relative;
		top:-300px;
		left:30%;
		width:40%;
		opacity:0.3;
	}
}


/*============================================================ Les Valeurs ============================================================*/

#Valeurs {
	height:300px;
	background-color: #F7F7F7;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
}

#Valeurs > article {
	display:flex;
	justify-content:center;
	text-align:center;
	flex-wrap:wrap;
	width:20%;
}

#Valeurs > article > img {
	width:200px;
	height:200px;
}


#Valeurs > article > h2 {
	font-size: 40px;
	margin: 0;
	width:100%;
	color: black;
}

@media screen and (max-width: 1100px) {
	#Valeurs {
		height:600px;
	}
	
	#Valeurs > article {
		width:40%;
	}
}

/*============================================================ Les Chambres ============================================================*/

#Chambres {
	height:800px;
	background-color: #F7F7F7;
	position: relative;
}

#Chambres .text-container {
	position: absolute;
	top: 100px; /* Place le texte à 25% de la hauteur de l'article parent */
	width:500px;
	right: calc(10% + 680px);
	text-align: right;
}

#Chambres h1 {
	font-size: 60px;
	margin-top:0px;
	margin-bottom: 5px; /* Marge inférieure pour l'espace entre h1 et p */
	color: #445A3C;
}

#Chambres p {
	font-size: 30px;  /* Marge inférieure pour l'espace entre h1 et p */
	margin-top: 0;
	word-wrap: break-word; /* Permet au texte de revenir à la ligne */
}

#Chambres img:nth-of-type(1) {
	position: absolute;
	top: 80px; /* Place l'image au centre de l'article parent */
	right: 10%; /* Décalage de 15% vers la droite */
	width: 650px;
	border-radius: 15px;
}

#Chambres img:nth-of-type(2) {
	position: absolute;
	top: 120px; /* Place l'image au centre de l'article parent */
	left: 6%; /* Décalage de 15% vers la droite */
	width: 280px;
}

@media screen and (min-width: 1550px) and (max-width: 1750px) {
	
	#Chambres .text-container {
		width:500px;
		right: calc(2% + 680px);
	}
	
	#Chambres img:nth-of-type(1) {
		right: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Chambres img:nth-of-type(2) {
		left: 2%; /* Décalage de 15% vers la droite */
		width: 300px;
	}
}

@media screen and (min-width: 1420px) and (max-width: 1549px) {
	
	#Chambres .text-container {
		width:500px;
		right: calc(2% + 680px);
	}
	
	#Chambres img:nth-of-type(1) {
		right: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Chambres img:nth-of-type(2) {
		left: 2%; /* Décalage de 15% vers la droite */
		top:200px;
		width: 200px;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1420px) {	
	#Chambres img:nth-of-type(2) {
		right: 0;
		left:200px;
		top: 200px;
		width: 200px;
		opacity:0.3;
	}
}

@media screen and (min-width: 950px) and (max-width: 1349px) {
	#Chambres {
		height:1050px;
	}
	
	#Chambres .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Chambres img:nth-of-type(1) {
		top: 330px; /* Place l'image au centre de l'article parent */
		right: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Chambres img:nth-of-type(2) {
		top: 380px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 18%;
	}
}


@media screen and (min-width: 768px) and (max-width: 949px) {
	#Chambres {
		height:1050px;
	}
	
	#Chambres .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Chambres img:nth-of-type(1) {
		top: 390px; /* Place l'image au centre de l'article parent */
		right: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Chambres img:nth-of-type(2) {
		top: 380px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 18%;
	}
}

@media screen and (max-width: 767px) {
	
	#Chambres {
		position:static;
		display:flex;
		flex-direction:column-reverse;
		width:100%;
		justify-content:start;
		height:auto;
		padding-bottom:50px;
	}
	
	#Chambres .text-container {
		width:80%;
		text-align:center;
		padding-left:10%;
		top:0;
		left:0;
		position:static;
	}
	
	#Chambres img:nth-of-type(1) {
		position:static;
		top:0;
		left:0;
		margin-top:-40%;
		margin-left:5%;
		width: 90%;
	}
	
	#Chambres img:nth-of-type(2) {
		position:relative;
		top:-300px;
		left:38%;
		width:24%;
		opacity:0.3;
	}
}

/*============================================================ Sécurité ============================================================*/

#Securite {
	height: 750px;
	position: relative;
	background-color: #E9DEC7;
}

#Securite > img:nth-of-type(1) {
	position: absolute;
	top: -200px; /* Place l'image au centre de l'article parent */
	width: 100%;
	height: 200px;
	z-index: 1;
}

#Securite .text-container {
	position: absolute;
	top: 50px; /* Place le texte à 25% de la hauteur de l'article parent */
	width:500px;
	left: calc(10% + 680px);
}

#Securite h1 {
	font-size: 60px;
	margin-top:0px;
	margin-bottom: 5px; /* Marge inférieure pour l'espace entre h1 et p */
	color: #445A3C;
}

#Securite p {
	font-size: 30px;  /* Marge inférieure pour l'espace entre h1 et p */
	margin-top: 0;
	word-wrap: break-word; /* Permet au texte de revenir à la ligne */
}

#Securite img:nth-of-type(2) {
	position: absolute;
	top: 30px; /* Place l'image au centre de l'article parent */
	left: 10%; /* Décalage de 15% vers la droite */
	width: 650px;
	border-radius: 15px;
}

#Securite img:nth-of-type(3) {
	position: absolute;
	top: 120px; /* Place l'image au centre de l'article parent */
	right: 6%; /* Décalage de 15% vers la droite */
	width: 320px;
}

@media screen and (min-width: 1550px) and (max-width: 1750px) {
	
	#Securite .text-container {
		width:500px;
		left: calc(2% + 680px);
	}
	
	#Securite img:nth-of-type(2) {
		left: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Securite img:nth-of-type(3) {
		right: 2%; /* Décalage de 15% vers la droite */
		width: 300px;
	}
}

@media screen and (min-width: 1420px) and (max-width: 1549px) {
	
	#Securite .text-container {
		width:500px;
		left: calc(2% + 680px);
	}
	
	#Securite img:nth-of-type(2) {
		left: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Securite img:nth-of-type(3) {
		right: 2%; /* Décalage de 15% vers la droite */
		top:150px;
		width: 200px;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1420px) {	
	#Securite img:nth-of-type(3) {
		right: 0;
		left:900px;
		top: 150px;
		width: 300px;
		opacity:0.3;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1349px) {
	#Securite {
		height:1000px;
	}
	
	#Securite .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Securite img:nth-of-type(2) {
		top: 330px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Securite img:nth-of-type(3) {
		top: 380px; /* Place l'image au centre de l'article parent */
		right: 6%; /* Décalage de 15% vers la droite */
		width: 28%;
	}
}

@media screen and (min-width: 950px) and (max-width: 1099px) {
	#Securite {
		height:900px;
	}
	
	#Securite .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Securite img:nth-of-type(2) {
		top: 330px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Securite img:nth-of-type(3) {
		top: 380px; /* Place l'image au centre de l'article parent */
		right: 6%; /* Décalage de 15% vers la droite */
		width: 28%;
	}
}

@media screen and (min-width: 768px) and (max-width: 949px) {
	#Securite {
		height:920px;
	}
	
	#Securite .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Securite img:nth-of-type(2) {
		top: 390px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Securite img:nth-of-type(3) {
		top: 380px; /* Place l'image au centre de l'article parent */
		right: 6%; /* Décalage de 15% vers la droite */
		width: 28%;
	}
}

@media screen and (max-width: 767px) {
	
	#Securite {
		position:static;
		display:flex;
		flex-direction:column-reverse;
		width:100%;
		justify-content:start;
		height:auto;
		padding-top:20px;
		padding-bottom:50px;
	}
	
	#Securite > img:nth-of-type(1) {
		display:none;
	}
	
	#Securite .text-container {
		width:80%;
		text-align:center;
		padding-left:10%;
		top:0;
		left:0;
		position:static;
	}
	
	#Securite img:nth-of-type(2) {
		position:static;
		top:0;
		left:0;
		margin-top:-40%;
		margin-left:5%;
		width: 90%;
	}
	
	#Securite img:nth-of-type(3) {
		position:relative;
		top:-320px;
		left:30%;
		width:40%;
		opacity:0.3;
	}
}

/*============================================================ La Restauration ============================================================*/

#Restauration {
	height:600px;
	background-color: #F7F7F7;
	position: relative;
}

#Restauration > img:nth-of-type(1) {
	position: absolute;
	top: -200px; /* Place l'image au centre de l'article parent */
	width: 100%;
	height: 200px;
	z-index: 1;
}

#Restauration .text-container {
	position: absolute;
	top: 100px; /* Place le texte à 25% de la hauteur de l'article parent */
	width:500px;
	right: calc(10% + 680px);
	text-align: right;
}

#Restauration h1 {
	font-size: 60px;
	margin-top:0px;
	margin-bottom: 5px; /* Marge inférieure pour l'espace entre h1 et p */
	color: #445A3C;
}

#Restauration p {
	font-size: 30px;  /* Marge inférieure pour l'espace entre h1 et p */
	margin-top: 0;
	word-wrap: break-word; /* Permet au texte de revenir à la ligne */
}

#Restauration img:nth-of-type(2) {
	position: absolute;
	top: 80px; /* Place l'image au centre de l'article parent */
	right: 10%; /* Décalage de 15% vers la droite */
	width: 650px;
	border-radius: 15px;
}

#Restauration img:nth-of-type(3) {
	position: absolute;
	top: 120px; /* Place l'image au centre de l'article parent */
	left: 6%; /* Décalage de 15% vers la droite */
	width: 280px;
}

@media screen and (min-width: 1550px) and (max-width: 1750px) {
	
	#Restauration .text-container {
		width:500px;
		right: calc(2% + 680px);
	}
	
	#Restauration img:nth-of-type(2) {
		right: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Restauration img:nth-of-type(3) {
		left: 2%; /* Décalage de 15% vers la droite */
		width: 300px;
	}
}

@media screen and (min-width: 1420px) and (max-width: 1549px) {
	
	#Restauration .text-container {
		width:500px;
		right: calc(2% + 680px);
	}
	
	#Restauration img:nth-of-type(2) {
		right: 2%; /* Décalage de 15% vers la droite */
		width: 650px;
	}
	
	#Restauration img:nth-of-type(3) {
		left: 2%; /* Décalage de 15% vers la droite */
		top:200px;
		width: 200px;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1420px) {	
	#Restauration img:nth-of-type(3) {
		right: 0;
		left:200px;
		top: 200px;
		width: 200px;
		opacity:0.3;
	}
}

@media screen and (min-width: 950px) and (max-width: 1349px) {
	#Restauration {
		height:850px;
	}
	
	#Restauration .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Restauration img:nth-of-type(2) {
		top: 330px; /* Place l'image au centre de l'article parent */
		right: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Restauration img:nth-of-type(3) {
		top: 380px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 18%;
	}
}


@media screen and (min-width: 768px) and (max-width: 949px) {
	#Restauration {
		height:850px;
	}
	
	#Restauration .text-container {
		top: 20px; /* Place le texte à 25% de la hauteur de l'article parent */
		text-align:center;
		width:80%;
		left: 10%;
	}
	
	#Restauration img:nth-of-type(2) {
		top: 390px; /* Place l'image au centre de l'article parent */
		right: 10%; /* Décalage de 15% vers la droite */
		width: 50%;
	}

	#Restauration img:nth-of-type(3) {
		top: 380px; /* Place l'image au centre de l'article parent */
		left: 10%; /* Décalage de 15% vers la droite */
		width: 18%;
	}
}

@media screen and (max-width: 767px) {
	
	#Restauration {
		position:static;
		display:flex;
		flex-direction:column-reverse;
		width:100%;
		justify-content:start;
		height:auto;
		padding-bottom:50px;
	}
	
	#Restauration .text-container {
		width:80%;
		text-align:center;
		padding-left:10%;
		top:0;
		left:0;
		position:static;
	}
	
	#Restauration img:nth-of-type(2) {
		position:static;
		top:0;
		left:0;
		margin-top:-20%;
		margin-left:5%;
		width: 90%;
	}
	
	#Restauration img:nth-of-type(3) {
		position:relative;
		top:-200px;
		left:38%;
		width:24%;
		opacity:0.3;
	}
}


/*============================================================ Les Plus ============================================================*/

#Plus {
	height: auto;
	position: relative;
	background-color: #F7F7F7;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
}

#Plus > img:nth-of-type(1) {
	position: absolute;
	top: -200px; /* Place l'image au centre de l'article parent */
	width: 100%;
	height: 200px;
	z-index: 1;
}

#Plus > h1 {
	width:100%;
	text-align:center;
	font-size: 60px;
	margin-top:0px;
	margin-bottom: 50px; /* Marge inférieure pour l'espace entre h1 et p */
	color: black;
}

#Plus > article {
	display:flex;
	justify-content:center;
	text-align:center;
	flex-wrap:wrap;
	width:18%;
	margin-bottom:50px;
}

#Plus > article > img {
	width:200px;
	height:200px;
}


#Plus > article > h2 {
	font-size: 30px;
	margin: 0;
	width:100%;
	color: black;
}

@media screen and (min-width: 950px) and (max-width: 1349px) {
	#Plus > article {
		width:21%;
	}
}

@media screen and (min-width: 700px) and (max-width: 949px) {
	#Plus > article {
		width:33%;
	}
}

@media screen and (max-width: 699px) {
	#Plus > article {
		width:33%;
	}
	
	#Plus > article > img {
		width:100px;
		height:100px;
	}
	
	#Plus > img:nth-of-type(1) {
		display:none;
	}
}
