body{
	font-family: verdana, arial, sans-serif;
	background-color: white;
	padding-bottom: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

em {
	color: #e30613;
	font-style: normal;
	font-size: 0.95em;
	font-weight: 700;
	text-transform: uppercase;
}

p{
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top:0;
}

h1, h2, h3, h4{
	margin-top:0;
}

h1{
	font-size: 1.563rem;
	text-transform: uppercase;
}

h2{
	color:#182B39;
	text-transform: uppercase;
}

h3{
	font-size: 0.9rem;
}

h4{
	color: #F7B901;
	margin-bottom: 12px;
	text-decoration: underline;
}

ul, ol{
	font-size: 0.875rem;
	line-height: 1.5;
	margin:0;
}


.container{
	width:680px;
	margin:0 auto;
	background-color: #FFF;
}

img{
	width:100%;
}

.first-letter::first-letter{
	font-size: 1.25rem;
}

section{
	padding:20px;
}
section.nopadding{
	padding:0px;
}

section#intro{
	background-color: #978d73;
	color:#FFF;
}

section#intro h1 span{
	font-size: 0.8rem;
}

section.img-principale{
	height: 380px;
	position: relative;
}

section.img-principale a{
	display: block;
	height: 100%;
	width: 100%;
}

section.img-principale a img{
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

section#telephone{
	background-color: #676049;
	color:#FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
}

section#telephone p a{
	font-weight: 600;
	color: white;
	text-decoration: none;
}

section#telephone h3, section#telephone p{
	margin-bottom: 0;
	font-weight: 300;
	font-size: 1.125rem;
}

section#public{
	display: flex;
	gap: 32px;
	color: #495067;
	border-bottom: 1px solid #495067;
}

section#public h2{
	flex: 0 0 auto;
	color: #495067;
}

section#objectifs h2{
	color: #495067;
	text-transform: uppercase;
	text-align: left;
}
section#objectifs ol,
section#objectifs ul{
	margin-bottom: 20px;
}

section#telephone-bg{
	background-color: #68729f;
	color: white;
	border-radius: 20px;
	margin-bottom: 30px;
}

section#telephone-bg svg{
	fill: white;
	width: 20px;
	margin: 0 10px;
}

section#telephone-bg h3{
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.125rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#telephone-bg h3 a{
	color: white;
	text-decoration: none;
	font-weight: 600;
}

section#details{
	display: flex;
	flex-direction: column;
	gap:20px;
	color: #495067;
}
section#details h2{
	text-align: left;
	margin:0;
	color: #495067;
}
/* section#details .col2{
	width:50%;
} */
section#details .col2 ul{
	margin:10px 0 0 0;
	padding-left:18px;
}
section#details .col2 p{
	margin-top:10px;
}

section#contenu{
	/*background:#978d73;
	color:#FFF;*/
}
section#contenu h2{
	/*color:#FFF;	*/
}
section#contenu h3{
	background:#495067;
	color:#FFF;
	padding:5px 10px;
	display: inline-block;
	margin-top:15px;
}
section#contenu ul{
	list-style: lower-alpha;
	margin-bottom: 15px;
}
section#contenu ul.normal-ul{
	list-style: disc;
	margin-bottom: 30px;
	padding: 0 0 0 20px;
}

section#download{
	background:#495067;
	text-align: center;
	margin:30px 0 0 0;
	position: relative;
}
section#download a, .section#download-dark a{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
section#download p, section#download-dark p{
	color: #FFF;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0;
}

section#reservez{
	background-color: #68729f;
}

section#download-dark{
	background-color: #676049;
	color: white;
	text-align: center;
	position: relative;
}

section#reservez h2{
	color: white;
	margin-bottom: 0;
}

section#reservez small{
	font-size:1.125rem;
	font-weight: bold;
	color:#FFF;
	margin:0;
}
section#reservez .infos{
	margin-top: 20px;
}
section#reservez > div{
	display: flex;
	align-items: center;
}
section#reservez img{
	width: 200px;
}
section#reservez a{
	color:#FFF;
	text-decoration: none;
}
section#reservez .coord strong{
	color:#FFF;
	font-size: 1.125rem;
	text-transform: uppercase;
}
section#reservez .coord p{
	color:#FFF;
	font-size: 1rem;
	text-transform: uppercase;
}

@media screen and (max-width:780px){
	.container{
		width: 100%;
	}
	section#details{
		flex-direction: column;
	}
	section#details .col2{
		width:100%;
	}
}

@media screen and (max-width:576px){
	section#reservez{
		flex-direction: column;
		text-align: center;
	}
	section#reservez .infos{
		flex-direction: column;
		text-align: center;
	}

	section#reservez .infos p{
		font-size: 0.88rem;
	}

	section#public{
		flex-direction: column;
		gap: 0;
	}
}
