body{
	font-family: verdana, arial, sans-serif;
	background-color: #dcdcdc;
	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.875rem;
}

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#header{
	background-color: #182B39;
	text-align: center;
	color:#FFF;
}
section#header h1{
	color:#FFF;
	text-transform: uppercase;
}
section#header h2{
	color:#F7B901;
	text-transform: uppercase;
	margin-top:0;
	font-size: 1.875rem;
}
section#header h3{
	color:#F7B901;
	font-size: 1rem;
}

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.img-principale a.tel{
	display: inline-block;
	width: auto;
	height: auto;
	position: absolute;
	bottom: 30px;
	right: 0;
	background-color: #515756;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 400;
}

section#objectifs
{
	background-color: #182B39;
	color: #ffffff;
}

section#objectifs h2{
	color: #F7B901;
	font-size: 1.75em;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	text-align: left;
}

section#details{
	display: flex;
	flex-direction: row;
	gap:20px;
}
section#details h2{
	text-align: left;
	margin:0;
}
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:#F1F1F1;
	margin-left:20px;
	margin-right:20px;
}
section#contenu h2{
	color:#F7B901;
}
section#contenu h3{
	background:#182B39;
	color:#FFF;
	padding:5px 10px;
	display: inline-block;
}
section#contenu ul{
	list-style: lower-alpha;
	margin-bottom: 30px;
}
section#contenu ul.normal-ul{
	list-style: disc;
	margin-bottom: 30px;
	padding: 0 0 0 20px;
}

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

section#reservez{
	background-color: #F7B901;
}

section#reservez p{
	font-size:1.5rem;
	font-weight: bold;
	color:#FFF;
	margin:0;
}
section#reservez p strong{
	font-size:2.5rem;
	color:#182B39;
}
section#reservez img{
	float:left;
	width:200px;
}
section#reservez a{
	color:#FFF;
}

@media screen and (max-width:780px){
	.container{
		width: 100%;
	}
	section#details{
		flex-direction: column;
	}
	section#details .col2{
		width:100%;
	}
	section#contenu{
		margin-left:0px;
		margin-right:0px;
	}
	section#reservez{
		text-align: center;
	}
	section#reservez img{
		float: none;
	}
}

@media screen and (max-width:520px){
	section#reservez p strong{
		font-size: 9vw;
	}
	section#reservez p small,
	section#reservez a{
		font-size: 5vw;
	}
}
