@media screen and (max-width: 768px) {
	html,
	body {
	overflow-x: hidden;
	}
	
	.decouvrir_01_image_titre {
	width: 100vw;
	/*margin-top: -10.5vw;*/
	position: relative;
	z-index: -1;
	width: 100vw;
	height: 61vw;
	}
	
	.decouvrir_01_bottom-left-text {
	position: absolute;
	top: 31vw;
	left: 1vw;
	color: white;
	font-family: 'FinalSix';
	font-size: 8.33vw;
	font-weight: bold;
	}
	
	.decouvrir_01_bottom-left-text p {
	margin: 0;
	line-height: 1.2;
	padding-left: 4vw;
	}
	
	.decouvrir_01_thin-text {
	font-weight: 100;
	opacity: 0.9;
	display: inline-block;
	}
	
	.decouvrir_01_container_transition {
	width: 100%;
	position: relative;
	top: -3.8vw;
	background-color: rgb(19, 55, 51);
	/* Couleur de fond par défaut */
	}
	
	.decouvrir_01_masked-div {
	position: absolute;
	/* Position en arrière-plan */
	top: -4.6vw;
	left: 0;
	width: 100%;
	height: 20vw;
	/* Hauteur de l'effet d'ellipse */
	background-color: white;
	clip-path: ellipse(100% 100% at 50% 100%);
	/* Effet de l'ellipse */
	z-index: 1;
	/* Derrière le contenu */
	}
	
	.decouvrir_02_symbol-text {
	position: relative;
	top: 3.25vw;
	padding-bottom: 7vw;
	z-index: 1;
	font-family: 'FinalSix';
	font-size: 2vw;
	text-transform: uppercase;
	}
	
	.decouvrir_02_ellipse-large {
	position: absolute;
	height: 16.5vw;
	left: 1vw;
	top: -3vw;
	padding-left: 20vw;
	}
	
	.decouvrir_02_titre {
	position: relative;
	top: -2.2vw;
	color: rgb(19, 55, 51);
	font-size: 3.5vw;
	font-weight: bold;
	padding-left: 29vw;
	}
	
	.decouvrir_02_texte {
	font-family: 'Poppins';
	font-size: 1.2vw;
	line-height: 2.35vw;
	width: 42vw;
	margin: 0 auto;
	}
	
	.decouvrir_02_ensavoirplus-container {
	display: flex;
	align-items: center;
	gap: 1vw;
	padding-top: 1vw;
	padding-left: 29vw;
	}
	
	.decouvrir_02_ensavoirplus-svg {
	width: 2.6vw;
	padding-top: 0.2vw;
	}
	
	.decouvrir_02_ensavoirplus-text {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.7vw;
	}
	
	.decouvrir_02_full-width-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 8vw;
	height: 54.5vw;
	}
	
	/* Masquage arrondi sur les bords supérieurs */
	.decouvrir_02_full-width-image img {
	width: 100vw;
	height: auto;
	object-fit: cover;
	/* S'assure que l'image remplit le conteneur sans être déformée */
	object-position: center;
	/* Centre l'image dans le conteneur */
	clip-path: ellipse(100% 100% at 50% 100%);
	/* Masque arrondi sur les bords supérieurs */
	}
	
	/*.decouvrir_02_timeline {
	display: flex;
	margin: 0 auto;
	padding-left: 17vw;
	padding-right: 17vw;
	}
	.decouvrir_02_timeline-left {
	width: 60px;
	position: relative;
	}
	.decouvrir_02_timeline-line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 0.7vw;
	background-color: rgb(146,221,58);
	transform: translateX(-50%);
	}
	.decouvrir_02_timeline-right {
	flex-grow: 1;
	padding-left: 20px;
	}
	.decouvrir_02_timeline-item {
	display: flex;
	margin-bottom: 2vw;
	position: relative;
	}
	.decouvrir_02_timeline-dot {
	width: 5.25vw;
	height: 5.25vw;
	border-radius: 50%;
	border: 0.7vw solid rgb(146,221,58);
	background-color: white;
	position: absolute;
	left: -2.75vw;
	top: 1vw;
	transform: translateY(-50%);
	}
	.decouvrir_02_timeline-content {
	font-family: 'Poppins';
	font-size: 1.2vw;
	padding-left: 30px;
	}
	.decouvrir_02_timeline-date {
	font-weight: bold;
	margin-bottom: 5px;
	}*/
	
	.decouvrir_02_details-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease;
	}
	
	.decouvrir_02_details-container.visible {
	max-height: 1000px; /* Ajustez cette valeur selon le contenu */
	}
	
	.decouvrir_02_details-container_titre {
	font-family: 'FinalSix';
	font-size: 5vw;
	font-weight: bold;
	width: 66vw;
	padding-top: 5vw;
	padding-left: 17vw;
	}
	
	.decouvrir_02_details-container_introduction {
	font-family: 'Poppins';
	font-size: 4vw;
	padding-top: 2.8vw;
	padding-left: 17vw;
	}
	
	.decouvrir_02_timeline {
	margin: 0 auto;
	position: relative;
	padding-top: 2.625vw;  /* Moitié de la hauteur d'un cercle */
	padding-bottom: 1vw;  /* Moitié de la hauteur d'un cercle */
	padding-left: 14vw;
	}
	
	.decouvrir_02_timeline::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 7vw;
	bottom: 9vw;
	left: 19.25vw;
	width: 0.7vw;
	background-color: rgb(146, 221, 58);
	transform: translateX(-50%);
	}
	
	.decouvrir_02_timeline::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 5.25vw;
	width: 0.7vw;
	background-color: transparent;  /* Ligne invisible pour maintenir l'alignement */
	transform: translateX(-50%);
	}
	
	.decouvrir_02_timeline-item:first-child .decouvrir_02_timeline-dot::before,
	.decouvrir_02_timeline-item:last-child .decouvrir_02_timeline-dot::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 0.7vw;
	background-color: white;  /* Même couleur que le fond */
	transform: translateX(-50%);
	}
	
	.decouvrir_02_timeline-item:first-child .decouvrir_02_timeline-dot::before {
	top: -2.625vw;
	height: 2.625vw;
	}
	
	.decouvrir_02_timeline-item:last-child .decouvrir_02_timeline-dot::after {
	bottom: -2.625vw;
	height: 2.625vw;
	}
	
	.decouvrir_02_timeline-item {
	display: grid;
	grid-template-columns: 10.5vw 1fr;
	gap: 5vw;
	margin-bottom: 30px;
	}
	.decouvrir_02_timeline-dot {
	width: 5.25vw;
	height: 5.25vw;
	justify-self: center;
	align-self: center;
	}
	.decouvrir_02_timeline-dot svg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	}
	.timeline-dot::before {
	content: '';
	position: absolute;
	top: 0.7vw;
	left: 0.7vw;
	right: 0.7vw;
	bottom: 0.7vw;
	background-color: white;
	border-radius: 50%;
	z-index: -1;
	}
	.decouvrir_02_timeline-content {
	font-family: 'Poppins';
	font-size: 1.25vw;
	padding: 10px 0;
	width: 53vw;
	}
	.decouvrir_02_timeline-date {
	font-weight: bold;
	margin-bottom: 5px;
	}
	
	.decouvrir_02_reduire-container {
	display: flex;
	align-items: center;
	gap: 1vw;
	padding-left: 29vw;
	}
	
	.decouvrir_02_reduire-svg {
	width: 6vw;
	padding-top: 0.2vw;
	}
	
	.decouvrir_02_reduire-text {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 6vw;
	}
	
	#decouvrir_03 {
	background-color: rgb(19, 55, 51);
	}
	
	.decouvrir_03_container_1,
	.decouvrir_03_container_2,
	.decouvrir_03_container_3 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* Changed from center to flex-start */
	/*padding-bottom: 9.2vw;*/
	}
	
	.decouvrir_03_container_1 {
	padding-top: 6.3vw;
	}
	
	.decouvrir_03_container_2,
	.decouvrir_03_container_3 {
	padding-top: 8vw;
	}
	
	.decouvrir_03_image_seule {
	position: relative;
	width: 35.8vw;
	/*left: 8.12vw;*/
	}
	
	.decouvrir_03_titre_vert_1,
	.decouvrir_03_titre_vert_2,
	.decouvrir_03_titre_vert_3 {
	color: rgba(146, 221, 58, 1);
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 3.3vw;
	letter-spacing: 0.05vw;
	line-height: 3.3vw;
	padding-bottom: 3vw;
	}
	
	.decouvrir_03_text-section_1,
	.decouvrir_03_text-section_2,
	.decouvrir_03_text-section_3 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.3vw;
	line-height: 2.35vw;
	color: white;
	width: 37.1vw;
	}
	
	.decouvrir_03_symbol-text {
	position: relative;
	top: 13vw;
	left: -6vw;
	padding-bottom: 16.6vw;
	/* margin-top: 5.6vw; */
	z-index: 1;
	font-family: 'FinalSix';
	font-size: 2vw;
	text-transform: uppercase;
	}
	
	.decouvrir_03_ellipse-large {
	position: absolute;
	height: 20vw;
	left: 0vw;
	top: -1.5vw;
	padding-left: 20vw;
	}
	
	.decouvrir_03_titre {
	font-size: 6vw;
	color: white;
	font-weight: bold;
	padding-left: 29.8vw;
	/*padding-top: 1.5vw;*/
	position: relative;
	}
	
	.decouvrir_03_text-section_1 img {
	width: 12vw!important;
	margin-left: -1.5vw;
	}
	
	.decouvrir_03_container_1 {
	padding-right: 18vw;
	}
	
	.decouvrir_03_container_2 {
	padding-left: 18vw;
	}
	
	.decouvrir_03_container_3 {
	padding-right: 18vw;
	padding-bottom: 8.2vw;
	}
	
	.decouvrir_03_text-section_2 {
	text-align: right;
	}
	
	.decouvrir_03_text-section_2 img {
	width: 12vw !important;
	}
	
	.decouvrir_03_titre_vert_2 {
	padding-top: 6vw;
	padding-bottom: 1.9vw;
	}
	
	.decouvrir_03_text-section_3 img {
	width: 12vw !important;
	}
	
	.decouvrir_03_titre_vert_3 {
	padding-bottom: 2.6vw;
	}
	
	#decouvrir_04 {
	background-color: rgb(35,68,64);
	}
	
	.decouvrir_04_container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7vw;
	width: 100%;
	margin-bottom: 2vw;
	position: relative;
	left: -12vw;
	width: 100vw;
	padding-top: 12vw;
	padding-left: 18vw;
	padding-bottom: 3vw;
	}
	
	.decouvrir_04_container_image {
	width: 17.5vw;
	padding-left: 6vw;
	}
	
	.decouvrir_04_details_text_container {
	width: 56vw;
	/* Ajuster pour s'adapter à la taille totale souhaitée */
	/*text-align: center; /* Centrer le texte si nécessaire */
	font-family: 'Poppins', sans-serif;
	font-size: 1.3vw;
	line-height: 2.35vw;
	color: white;
	}
	
	.decouvrir_04_details_text_container p {
	font-size: 4vw;
	line-height: 6vw;
	}
	
	.decouvrir_04_details_text_titre {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 6vw;
	line-height: 6vw;
	padding-top: 0;
	padding-bottom: 3vw;
	}
	
	.decouvrir_04_symbol-text {
	position: relative;
	left: 23vw;
	top: 4vw;
	padding-bottom: 27.5vw;
	padding-left: 20vw;
	}
	
	.decouvrir_04_ellipse-large {
	position: absolute;
	width: 20vw;
	height: 20vw;
	left: 1vw;
	top: -3vw;
	}
	
	.decouvrir_04_ellipse-small {
	position: absolute;
	width: 10vw;
	height: 10vw;
	left: 0;
	top: 8.3vw;
	/*background-color: rgba(255, 124, 30, 1);*/
	background-image: url('../images/icons/vert_fleche.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	}
	
	.decouvrir_04_text {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 6vw;
	letter-spacing: 0.05vw;
	line-height: 7.3vw;
	/* font-weight: 100; */
	color: white;
	position: absolute;
	top: -1.2vw;
	left: 6.8vw;
	z-index: 2;
	}
	
	.decouvrir_04_full-width-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 4vw;
	height: 54.5vw;
	}
	
	.decouvrir_04_full-width-image img {
	width: 100%;
	height: 35vw;
	object-fit: cover;
	object-position: center;
	clip-path: ellipse(100% 100% at 50% 100%);
	}
	
	.decouvrir_05_full-width-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 8.2vw;
	height: 54.5vw;
	}
	
	.decouvrir_05_full-width-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	clip-path: ellipse(100% 100% at 50% 100%);
	}
	
	#decouvrir_05 {
	background-color: rgb(165,159,134);
	}
	
	.decouvrir_05_symbol-text {
	position: relative;
	top: 11.3vw;
	left: -14vw;
	padding-bottom: 13vw;
	/* margin-top: 5.6vw; */
	z-index: 1;
	font-family: 'FinalSix';
	font-size: 2vw;
	text-transform: uppercase;
	}
	
	.decouvrir_05_titre {
	font-size: 6vw;
	color: rgb(19, 55, 51);
	font-weight: bold;
	padding-left: 47.2vw;
	position: relative;
	left: -1vw;
	}
	
	.decouvrir_05_text-section {
	font-family: 'Poppins', sans-serif;
	font-size: 5vw;
	line-height: 6vw;
	color: white;
	width: 48vw;
	}
	
	.decouvrir_05_ellipse-large {
	position: absolute;
	height: 16.5vw;
	left: 1vw;
	top: 0;
	padding-left: 37.3vw;
	}
	
	.decouvrir_05_text-section p,
	.decouvrir_05_rectangle_marron {
	width: 90vw;
	padding-top: 3vw;
	padding-left: 4vw;
	padding-right: 4vw;
	}
	
	.decouvrir_05_rectangle_marron p {
	padding-bottom: 3vw;
	}
	
	.decouvrir_05_symbol-text_orange {
	position: relative;
	top: 4vw;
	left: 18vw;
	padding-bottom: 27vw;
	}
	
	.decouvrir_05_ellipse-large_orange {
	position: absolute;
	width: 20vw;
	height: 20vw;
	left: -3vw;
	top: -4vw;
	}
	
	.decouvrir_05_ellipse-small_orange {
	position: absolute;
	width: 10vw;
	height: 10vw;
	left: -4vw;
	top: 7vw;
	background-color: rgba(255, 124, 30, 1);
	background-image: url('../images/icons/orange_fleche.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	}
	
	.decouvrir_05_text_orange {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 6vw;
	letter-spacing: 0.05vw;
	line-height: 7.3vw;
	/* font-weight: 100; */
	color: black;
	position: absolute;
	top: -1.2vw;
	left: 3.8vw;
	z-index: 2;
	}
	
	.decouvrir_05_container {
	display: flex;
	justify-content: space-between;
	padding-top: 2.5vw;
	padding-left: 9.5vw;
	padding-right: 8vw;
	}
	
	.decouvrir_05_colonne_gauche {
	width: 27vw;
	}
	
	.decouvrir_05_colonne_droite {
	width: 48vw;
	}
	
	.decouvrir_05_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4.5vw;
	align-items: end;
	}
	
	.decouvrir_05_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-end;
	height: 100%;
	}
	
	.decouvrir_05_item img {
	width: 8vw;
	height: auto;
	margin-bottom: 1vw;
	}
	
	.decouvrir_05_item p {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.7vw;
	color: white;
	margin: 0;
	line-height: 1.2;
	}
	
	.decouvrir_05_text-section {
	font-family: 'Poppins', sans-serif;
	color: white;
	margin-bottom: 3vw;
	}
	
	.decouvrir_05_rectangle_marron {
	background-color: rgb(210,207,194);
	padding: 3vw 4vw;
	}
	
	.decouvrir_05_rectangle_marron p {
	font-family: 'Poppins', sans-serif;
	font-size: 5vw;
	line-height: 6vw;
	color: rgb(19, 55, 51);
	}
	
	.lien_invisible {
	text-decoration: none;
	color: inherit;
	}
	
	.decouvrir_06_symbol-text {
	position: relative;
	top: 11vw;
	left: -8vw;
	padding-bottom: 15vw;
	z-index: 1;
	font-family: 'FinalSix';
	font-size: 2vw;
	text-transform: uppercase;
	}
	
	.decouvrir_06_ellipse-large {
	position: absolute;
	height: 16.5vw;
	left: 1vw;
	top: 0;
	padding-left: 20vw;
	}
	
	.decouvrir_06_titre {
	position: relative;
	left: -1vw;
	font-size: 6vw;
	font-weight: bold;
	color: rgb(19, 55, 51);
	padding-left: 29.8vw;
	}
	
	.decouvrir_06_images {
	position: relative;
	padding-bottom: 58vw;
	padding-top: 8vw;
	}
	
	.decouvrir_06_underneath-image {
	position: absolute;
	/*top: 15.5vw;*/
	/*left: 8vw;*/
	z-index: 1;
	width: 87vw;
	/*padding-top: 15.5vw;*/
	padding-left: 24.9vw;
	}
	
	.decouvrir_06_bottom-right {
	position: absolute;
	z-index: 2;
	left: 12.4vw;
	top: 27.5vw;
	width: 24.8vw;
	}
	
	.decouvrir_06_text-section {
	font-family: 'Poppins', sans-serif;
	/*font-size: 1.25vw;
	line-height: 2.3vw;*/
	color: black;
	width: 87.5vw;
	padding-left: 6vw;
	padding-bottom: 4vw;
	font-size: 4vw;
	}
	
	.decouvrir_06_symbol-text_orange {
	position: relative;
	top: 4vw;
	left: 25.4vw;
	padding-bottom: 20vw;
	}
	
	.decouvrir_06_ellipse-large_orange {
	position: absolute;
	width: 20vw;
	height: 20vw;
	left: 1vw;
	top: -3vw;
	}
	
	.decouvrir_06_ellipse-small_orange {
	position: absolute;
	width: 10vw;
	height: 10vw;
	left: 0;
	top: 8vw;
	background-color: rgba(255, 124, 30, 1);
	background-image: url('../images/icons/orange_fleche.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	}
	
	.decouvrir_06_text_orange {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 6vw;
	letter-spacing: 0.05vw;
	line-height: 7.3vw;
	/* font-weight: 100; */
	color: black;
	position: absolute;
	top: -0.2vw;
	left: 6.8vw;
	z-index: 2;
	}
	
	.decouvrir_06_full-width-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 11vw;
	height: 54.5vw;
	}
	
	/* Masquage arrondi sur les bords supérieurs */
	.decouvrir_06_full-width-image img {
	width: 100%;
	height: 55vw;
	object-fit: cover;
	/* S'assure que l'image remplit le conteneur sans être déformée */
	object-position: center;
	/* Centre l'image dans le conteneur */
	clip-path: ellipse(100% 100% at 50% 100%);
	/* Masque arrondi sur les bords supérieurs */
	}
	
	#decouvrir_07 {
	background-color: rgb(236, 235, 228);
	}
	
	.decouvrir_07_symbol-text {
	position: relative;
	top: 11vw;
	left: -11vw;
	padding-bottom: 15vw;
	z-index: 1;
	font-family: 'FinalSix';
	font-size: 2vw;
	text-transform: uppercase;
	}
	
	.decouvrir_07_ellipse-large {
	position: absolute;
	height: 16.5vw;
	left: 1vw;
	top: 0;
	padding-left: 20vw;
	}
	
	.decouvrir_07_titre {
	position: relative;
	font-size: 6vw;
	left: -1vw;
	font-weight: bold;
	color: rgb(19, 55, 51);
	padding-left: 29.8vw;
	}
	
	.decouvrir_07_images {
	position: relative;
	padding-bottom: 43.5vw;
	padding-top: 8.2vw;
	}
	
	.decouvrir_07_underneath-image {
	position: absolute;
	/*top: 15.5vw;*/
	left: 8vw;
	z-index: 1;
	width: 66.4vw;
	/*padding-top: 15.5vw;*/
	padding-left: 4.4vw;
	}
	
	.decouvrir_07_bottom-right {
	position: absolute;
	z-index: 2;
	left: 62.1vw;
	top: 27.5vw;
	width: 24.8vw;
	}
	
	.decouvrir_07_text-section {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 5vw;
	line-height: 6vw;
	color: black;
	width: 71vw;
	padding-left: 12.35vw;
	}
	
	.decouvrir_07_symbol-text_bas {
	position: relative;
	top: 12vw;
	left: 17.5vw;
	padding-bottom: 15vw;
	z-index: 1;
	font-family: 'FinalSix';
	font-size: 2vw;
	padding-bottom: 32.2vw;
	}
	
	.decouvrir_07_ellipse-large_bas {
	position: absolute;
	width: 20vw;
	height: 20vw;
	left: 1vw;
	top: -8vw;
	}
	
	.decouvrir_07_ellipse-small_bas {
	position: absolute;
	width: 10vw;
	height: 10vw;
	left: 0;
	top: 3.3vw;
	background-color: rgba(255, 124, 30, 1);
	background-image: url('../images/icons/orange_fleche.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	}
	
	.decouvrir_07_text_bas {
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 6vw;
	letter-spacing: 0.05vw;
	line-height: 7.3vw;
	color: black;
	position: absolute;
	top: -5.2vw;
	left: 6.8vw;
	z-index: 2;
	}
	
	/* Styles de base pour mobile */
	/* Reset et ajustements généraux */
	html, body {
	overflow-x: hidden;
	width: 100vw;
	}
	
	/* Section 01 - Hero */
	.decouvrir_01_image_titre {
	/*object-fit: cover;*/
	}
	
	.decouvrir_01_bottom-left-text {
	top: 10vh;
	left: 5vw;
	font-size: 10vw;
	}
	
	.decouvrir_01_thin-text {
	font-size: 8vw;
	}
	
	.decouvrir_01_container_transition {
	top: -8vw;
	}
	
	/* Section 02 - Histoire */
	.decouvrir_02_symbol-text {
	/*padding-top: 10vw;*/
	padding-bottom: 15vw;
	}
	
	.decouvrir_02_ellipse-large {
	height: 24vw;
	left: -15vw;
	top: -2vw;
	}
	
	.decouvrir_02_titre {
	font-size: 6vw;
	/*padding-left: 15vw;*/
	line-height: 8vw;
	left: -12vw;
	}
	
	.decouvrir_02_texte {
	font-size: 4vw;
	line-height: 6vw;
	width: 90vw;
	padding: 0 5vw;
	}
	
	.decouvrir_02_ensavoirplus-container {
	padding-left: 5vw;
	padding-top: 5vw;
	}
	
	.decouvrir_02_ensavoirplus-svg {
	width: 8vw;
	}
	
	.decouvrir_02_ensavoirplus-text {
	font-size: 5vw;
	}
	
	/* Timeline */
	.decouvrir_02_timeline {
	padding-left: 5vw;
	padding-right: 5vw;
	}
	
	.decouvrir_02_timeline::before {
	left: 8vw;
	}
	
	.decouvrir_02_timeline-item {
	grid-template-columns: 6vw 1fr;
	gap: 5vw;
	}
	
	.decouvrir_02_timeline-content {
	font-size: 4vw;
	line-height: 6vw;
	width: 70vw;
	}
	
	/* Section 03 - Éco-responsable */
	.decouvrir_03_container_1,
	.decouvrir_03_container_2,
	.decouvrir_03_container_3 {
	flex-direction: column;
	padding: 10vw 5vw;
	}
	
	.decouvrir_03_container_1 {
  	padding-bottom: 0;
	}
	
	.decouvrir_03_container_2,
	.decouvrir_03_container_3 {
  	padding-top: 0;
	}
	
	
	.decouvrir_03_image_seule {
	width: 90vw;
	margin-bottom: 5vw;
	}
	
	.decouvrir_03_text-section_1,
	.decouvrir_03_text-section_2,
	.decouvrir_03_text-section_3 {
	width: 90vw;
	font-size: 4vw;
	line-height: 6vw;
	}
	
	.decouvrir_03_titre_vert_1,
	.decouvrir_03_titre_vert_2,
	.decouvrir_03_titre_vert_3 {
	font-size: 7vw;
	line-height: 8vw;
	}
	
	/* Section 05 - Utilisations */
	.decouvrir_05_container {
	flex-direction: column;
	padding: 0;
	padding-top: 6vw;
	}
	
	.decouvrir_05_colonne_gauche,
	.decouvrir_05_colonne_droite {
	width: 100vw;
	}
	
	.decouvrir_05_grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 8vw;
	}
	
	.decouvrir_05_item img {
	width: 20vw;
	}
	
	.decouvrir_05_item p {
	font-size: 4vw;
	}
	
	/* Images pleine largeur communes */
	/*.decouvrir_02_full-width-image,
	.decouvrir_03_full-width-image,
	.decouvrir_04_full-width-image,
	.decouvrir_05_full-width-image,
	.decouvrir_06_full-width-image {
	height: 80vh;
	}
	
	.decouvrir_02_full-width-image img,
	.decouvrir_03_full-width-image img,
	.decouvrir_04_full-width-image img,
	.decouvrir_05_full-width-image img,
	.decouvrir_06_full-width-image img {
	height: 100%;
	object-fit: cover;
	}*/
	
	/* Menu mobile */
	.mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80vw;
	height: 100vh;
	background-color: white;
	transition: left 0.3s ease;
	padding: 5vw;
	z-index: 1000;
	}
	
	.mobile-social-links {
	display: flex;
	gap: 5vw;
	margin-top: 8vw;
	}
	
	.mobile-social-links img {
	width: 8vw;
	height: 8vw;
	}
	
	.footer_desktop {
  	display: none;
	}
}