html, body {
 margin: 0;
 padding: 0;
}
body {
 background-color: #333333;
 font-family: Roboto, sans-serif;
 color: #00636E;
}
b {
	font-weight: 700;
}
#wrapper {
	background-color:#ffffff;
	width:100%;
	padding-bottom: 60px;
	padding-top: 30px;
}
#content {
	box-sizing: border-box;
	position: relative;
	width: 80%;
	left : 10%;
}
#header {
	font-size: 2.5em;
	font-weight: 700;
	color: #0097A7;	
	margin-left: 50px;
}
#header .fas {
	margin-right: 15px;
	position: absolute;
	width: 40px;
	height: 25px;
	left: 0px;
	margin-top: 5px;
}
.section {
	margin-top: 50px;
	margin-bottom: 30px;
}
.section p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.section ul {
	margin-top: 0px;
}
.section ul li {
	margin-top: 10px;
}
.section p.espacement {
	margin-top: 10px;
}
.illustrations {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.illustration {
	margin-left: 20px;
	margin-right: 20px;
	display:inline-block;
	max-width:80%;
}
.darkened {
	color:#00636E;
}
.conception {
	background-color: #E6ECED;
	border-radius: 10px;
	padding: 20px;
}

.conception p.titre {
	color: #0097A7;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Footer */
#foot {
 box-sizing: border-box;		
 height: 35px;
 line-height: 35px;
 padding-left: 20px;
 padding-right: 20px;
 background-color: #333333;
 color: #ffffff;
 font-size: 14px;
 white-space: nowrap;
 width:100%;
}
#powered {
 float: right;
}
#numVersion {
 float: left;
 opacity: 0.3;
}

.clearer {
	clear: both;
}

/* Adaptive screen */
@media only screen and (max-width: 1000px) {
	.border {
		border:2px solid #0097A7;
		width:150px;
	}
}