html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#fff;
	margin:0 auto;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	color:#000;
}
*, *:before, *:after{box-sizing:border-box;}
ol, ul {list-style: none;}
img{display:block;width:auto;height:auto;}

h1{font-size:3em;margin:1em 0;line-height:1em;font-weight: 600;}
h2{font-size:2em;line-height:1em;margin: 1em 0 .5em;}
h3 {font-size:1.5em;line-height:1.2em;margin:1em 0;}

p,li {line-height:1.5em;}
a{text-decoration:none;color:inherit;}
em {font-style: italic;}
strong {font-weight:600;}
.flex {display:flex;}
.bold {font-weight:600;}
.upper {text-transform: uppercase;}
.small {font-size:14px;}

.btn {
	display: inline-flex;
	background: #172f3e;
	color: #fff;
	font-weight: 400;
	padding: .85em 1.5em;
	border-radius: .3em;
	transition: box-shadow .15s;
}
.btn:hover {
	box-shadow: .05em .05em .1em .1em rgba(23, 47, 62, .4);
}

@media screen and (max-width: 1250px) { body { font-size:16px; } }
@media screen and (max-width: 980px) {  body { font-size:14px; } }
@media screen and (max-width: 750px) {  body { font-size:13px; } }
/*********************************************************************************************************************/
/*****  HEADER 
/*********************************************************************************************************************/
#header {
	position: relative;
	padding: 5vh 0;
}
.headerTxt {
	position: relative;
	width: 45%;
	padding: 50px 5em;
	background: #fff;
	z-index: 2;
}
#logo {
	width: 100px;
	height: auto;
}
.headerTitle .journee {
	font-size: 1.6vw;
	line-height: 1.2em;	
}
.headerTitle .destination {
	font-size: 2.5vw;
	font-weight: 300;
	line-height: 1.2em;
}
.headerTxt .btn {
	margin: 1em 0;
}
.headerImg {
	position: absolute;
	top: 0; right: 0;
	width: 60%;
	z-index: 1;
}
.headerImg img {
	width: 100%; 
	height: auto;
}

@media screen and (max-width: 1100px) {
	#header {
		padding: 50px 0;
	}
	.headerTitle .journee {
		font-size: 1.4rem;	
	}
	.headerTitle .destination {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1000px) {
	.headerTxt {
		width: 55%;
	}
}
@media screen and (max-width: 800px) {
	#header {
		padding: 0;
	}
	.headerTxt {
		width: auto;
	}
	.headerImg {
		position: static;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.headerTxt {
		padding: 50px 5%;
	}
}
/*********************************************************************************************************************/
/*****  CARACTERISTIQUES 
/*********************************************************************************************************************/
#caracteristiques {
	max-width: 1200px;
	margin: 100px auto;
	display: flex;
	align-items: center;
	gap: 2em;
	padding: 0 5%;
}
.caractTxt {
	flex: 1;
}
.caractTxt ul {
	list-style-type: disc;
}
.caractTxt ul li {
	margin: .5em 0 .5em 1em;
}
.caratImg img {
	max-width: 400px;
}
@media screen and (max-width: 850px) {
	#caracteristiques {
		display: block;
	}
	.caratImg img {
		width: 100%;
		margin: 3em auto;
	}
}
/*********************************************************************************************************************/
/*****  MOMENTS
/*********************************************************************************************************************/
#moments {
	max-width: 1450px;
	margin: 100px auto;
	padding: 0 5%;
}
#moments h2 {
	font-size: 2em;
	font-style: italic;
	font-weight: 200;
	margin-bottom: 1em;
}
.momentList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4em 2em;
}
.momentList li {
	width: 28%;
	border-left: 3px solid #fce649;
	display: flex; 
	flex-direction: column;
	align-items: flex-start;
}
.momentList li h3 {
	background: #fce649;
	color: #172f3e;
	display:inline-flex;
	padding: .3rem .7rem .3rem .4rem;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
}
.momentList li p {
	margin: 1rem 0 1rem .7rem;
	flex:1;
}
.momentList li p em {
	font-size: .8em;
}
.momentList li img {
	width: 70%;
	height: auto;
}
@media screen and (max-width: 800px) {
	.momentList li {
		width: 45%;
	}
}
@media screen and (max-width: 600px) {
	.momentList li {
		width: 100%;
	}
}
/*********************************************************************************************************************/
/*****  INFOS PRATIQUES
/*********************************************************************************************************************/
#infos {
	max-width: 1000px;
	margin: 100px auto;
	padding: 0 5%;
}
#infos ul {
	list-style-type: disc;
}
#infos ul li {
	margin: .5em 0 .5em 1em;
}
/*********************************************************************************************************************/
/*****  CONTACT RESERVATION
/*********************************************************************************************************************/
#reservation {
	display: flex;
	justify-content: center;
	font-size: 1.2em;
	background:#172f3e;
	color:#fff;
	padding: 0 5%;
}
#reservation h2 {
	margin-bottom: 1em;
}
#reservation .resaTxt {
	margin: 4em auto;
}
#reservation p {
	margin: .5em 0;
}
#reservation p a {
	text-decoration: underline;
}
#reservation p em {
	font-size: .8em;
}
#reservation .resaImg {
	height: 100%;
}
#reservation .resaImg img {
	width: 250px;
	height: auto;
}
@media screen and (max-width: 600px) {
	#reservation .resaImg {
		display: none;
	}
}
/*********************************************************************************************************************/
/*****  FOOTER
/*********************************************************************************************************************/
.footer {
	font-size: 13px;
	position:relative;z-index:999;
	height:35px;display:flex;align-items:center;justify-content:center;text-align:center;}
	.footer .underline {text-decoration:underline;}