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:#156082;
	text-transform: uppercase;
}

h3{
	font-size: 0.9rem;
}

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


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

img{
	width:100%;
}

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

section#header{
	background-color: #333;
	text-align: center;
	color:#FFF;
}
section#header h1{
	color:#FFF;
	text-transform: uppercase;
}
section#header h2{
	color:#EB9D1E;
	text-transform: uppercase;
	margin-top:0;
	font-size: 1.875rem;
}
section#header h3{
	color:#EB9D1E;
	font-size: 1rem;
}

section#objectifs
{
	background-color: #333333;
	color: #ffffff;
}

section#objectifs h2{
	color: #EB9D1E;
	font-size: 1.75em;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	text-align: left;
}
section#objectifs ol ul{
	list-style: disc;
}

section#details{
	display: flex;
	flex-direction: row;
	gap:40px;
}
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:#EB9D1E;
}
section#contenu h3{
	background:#156082;
	color:#FFF;
	padding:5px 10px;
	display: inline-block;
}
section#contenu ul{
	list-style: lower-alpha;
	margin-bottom: 30px;
}
section#contenu ul li::marker{
	color:#EB9D1E;
	font-weight: bold;
}

section#materiels h2{
	color:#EB9D1E;
}
section#materiels ul{
	list-style: none;
}
section#materiels li:before{
	content: '➤ ';
	color:#EB9D1E;
}

section#download{
	background:#156082;
	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: #EB9D1E;
}

section#reservez p{
	font-size:1.5rem;
	font-weight: bold;
	color:#FFF;
	margin:0;
}
section#reservez p strong{
	font-size:2.5rem;
	color:#156082;
}
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;
	}
}
