@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	color: #333a42;
	background: #f7f7f7;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
}

.container {
	width: 100%;
	padding: 0;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: #bed4df;
}

.container > header h1 {
	margin: 0;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}

.header-top {
	background: #323e4e;
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
	min-height: 40px;
	padding-top: 7px;
	padding-right: 2em;
}

.header-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	color: rgba(255, 255, 255, .7);
}

.header-top a:hover {
	color: white;
}

.header-top span.right {
	float: right;
}

.header-top span.right a {
	float: left;
	display: block;
}

.content {
	line-height: 1.5em;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

.zone {
	padding: 20px 30px;
	background: white;
	border-top: 2px solid #e2e2e2;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#progression {
    position:fixed;
    top: 0;
    height:3px;
    width:100%;
    background: #cfcfcf;
    z-index: 900;
    -moz-transition: all 0.3s ease;
    -ms-transition: all  0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}

#barre {
    background-color: #de3a31;
    width:0%;
    height:100%;
    position: absolute;
	top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.progression-titre {
	font-size: 24px;
	position: absolute;
	top: 0;
	z-index: 100;
	padding: 5px 0;
	color: white;
	width: 100%;
	text-align: center;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}