body, html {
	margin: 0px;
	padding: 0px;
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.BodyContent {
	width: auto !important;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


@font-face {
  font-family: "EagleBook";
  src:
    url("../assets/fonts/EagleBookRegular.otf") format("opentype"),
}

@font-face {
  font-family: "PoppinsRegular";
  src:
    url("../assets/fonts/Poppins-Regular.ttf") format("truetype"),
}

@font-face {
  font-family: "PoppinsBold";
  src:
    url("../assets/fonts/Poppins-Bold.ttf") format("truetype"),
}

svg {
	position: absolute;
	top: 400px;
	z-index: -2;
	left: 0;
	max-width: 100vw;
}

@media (max-width: 600px) {
	svg {
		display: none;
	}
}


/*----------------------------------------------------------------*/
 strong {
	 font-family: "PoppinsBold";
}

.H1 {
	font-family: "EagleBook";
	font-size: 64px;
	color: #eccecf;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Subtitle {
	font-family: "EagleBook";
	font-size: 40px;
	line-height: 42px;
	color: #a26943;
	margin-top: 24px;
	margin-bottom: 0px;
}

.Paragraphe {
	font-family: "PoppinsRegular";
	font-size: 20px;
	margin-top: 24px;
}

@media (max-width: 600px) {
	.H1 {
		font-size: 40px;
		letter-spacing: -1px;
	}

	.Subtitle {
		font-size: 28px;
		line-height: 32px;
	}

	.Paragraphe {
		font-size: 16px;
	}
}


.Wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 120px;
  padding-right: 120px;
  box-sizing: border-box;
}

@media (max-width: 900px) {
	.Wrapper {
		padding-left: 64px;
		padding-right: 64px;
	}
}

@media (max-width: 600px) {
	.Wrapper {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.Header > img {
	width: 100%;
}

.Introduction {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 64px;
	background-color: white;
}

@media (max-width: 600px) {
	.Introduction {
		margin-top: 32px;
	}
}

.MaxWidth600 {
	max-width: 600px;
}

.Pousettes-Background {
	margin-top: 64px;
	padding-top: 0px;
	margin-bottom: -5%;
	display: flex;
	justify-content:center;
	z-index: 99;
}

.Pousettes-Background > img {
	max-width: 90%;
}

@media (max-width: 600px) {
	.Pousettes-Background {
		margin-top: 32px;
		margin-bottom: 40px;
		margin-left: 16px;
		margin-right: 16px;
	}

	.Pousettes-Background > img {
		max-width: 100%;
		width: 100%;
	}
}

.Incontournables {
	z-index: -1;
	padding: 24px 32px;
	max-width: 90%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230, 168, 177);
  border-radius: 68px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.945px 5.353px 0px 5px rgba(236, 206, 207, 1);
}

@media (max-width: 600px) {
	.Incontournables {
		max-width: 100%;
		margin-left: 16px;
		margin-right: 16px;
		padding: 16px 24px;
		border-radius: 32px;

	}
}

.Incontournables > .Subtitle {
	max-width: 800px;
	color: #eccecf;
}

.Incontournables > p {
	text-align: center;
	max-width: 70%;
}

@media (max-width: 600px) {
	.Incontournables > p {
		max-width: 100%;
	}
}


.Slider {
	margin-top: 120px;
}

@media (max-width: 600px) {
	.Slider {
		margin-top: 64px;
	}

	.swiper-button-next, .swiper-button-prev {
		width: calc(var(--swiper-navigation-size) / 120 * 27) !important;
		top: 380px !important;
	}

	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 32px !important;
	}
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
	align-items: center !important;
}

.Slider-Content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 52px;
	max-width: 800px;
	margin-top: 20px;
	background-color: white;
}


@media (max-width: 600px) { 
	.Slider-Picture {
		width: 100%;
	}

	.Slider-Picture > img {
		width: 100%;
	}
}

.swiper-button-next, .swiper-button-prev {
	color: #a26943 !important;
}

.CTA {
	margin-top: 16px;
}

.CTA > a {
	font-family: "PoppinsBold";
	height: 100%;
	width: fit-content;
	padding: 16px 32px;
	background-color: #a26943;
	color: #FFFFFF;
	border:none;
	box-sizing: content-box;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 6px;
	font-size: 20px;
	transition: all ease-out 0.3s;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.CTA > a:hover {
	background-color: white;
	border: solid 2px #a26943;
	color: #a26943;
}

.Essentiels {
	z-index: -1;
	padding: 40px 32px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230, 168, 177);
  border-radius: 68px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.945px 5.353px 0px 5px rgba(236, 206, 207, 1);
  text-align: center;
  max-width: 1000px;
  margin-top: 64px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
	.Essentiels {
		margin-top: 32px;
		margin-left: 16px;
		margin-right: 16px;
		max-width: 100%;
	}
}

@media (max-width: 600px) { 
	.Essentiels {
		flex-direction: column;
		max-width: 100%;
		border-radius: 32px;
		padding-top: 16px;
	}
}

.Essentiels > img {
	width: 500px;
	margin-left: -200px;
}

@media (max-width: 600px) { 
.Essentiels > img {
	width: 100%;
	margin-left: 0px;
	border-radius: 16px;
}
}

.Picture {
		transform: rotate(-2deg);
		border: solid 2px #a26943;
}

@media (max-width: 600px) {
	.Picture {
		transform: rotate(0deg);
	}
}


.Essentiels-Content {
	text-align: center;
	padding-left: 100px;
	justify-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width: 600px) { 
.Essentiels-Content {
	padding-left: 0px;
}
}

.Essentiels-Content > .Subtitle {
	color: #eccecf;
}

@media (max-width: 600px) { 
.Essentiels-Content > .Subtitle{
	margin-top: 40px;
}
}


.Essentiels-Content > .CTA{
margin-top: 40px;
}


.Essentiels-Content > .CTA > a {
background-color: #eccecf;
}

.Essentiels-Content > .CTA > a:hover{
	background-color: white;
	border: solid 2px #eccecf;
	color: #eccecf;
}

.Footer {
	width: 100%;
	margin-top: 100px;
}

.Footer > img {
	width: 100%;
}

@media (max-width: 600px) { 

.Footer {
	margin-top: 40px;
}}