@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
div, p, h1, h2, h3, img{
	/*border: 1px dotted red;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */



body{
	background-color: #ccc;
	font-family: 'Metrophobic', Arial, serif; font-weight: 400;
	width: 100%;
	height: 100%;
}
strong, h1, h2{
	font-family: 'Metrophobic', Arial, serif; font-weight: 700;
}


.size1{
	font-size: 1.5em;
}
.size2{
	font-size: 2em;
}
.size3{
	font-size: 2.5em;
}
.size4{
	font-size: 3em;
}
.size5{
	font-size: 6em;
	font-family: 'Metrophobic', Arial, serif; font-weight: 700;
}
.size6{
	font-size: 12em;
	font-family: 'Metrophobic', Arial, serif; font-weight: 700;
}

.white{
	color: white;
}



.wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
}

#logo{
	position: absolute;
	z-index: 150;
	width: 7%;
	height: auto;
	top: 3%;
	left: 3%;
}
#logo img{
	width: 100%;
}

.story{
	position: absolute;
	width: 70%;
	height: 100%;
	overflow: hidden;
	float: left;
}
.story img{
	width: 100%;
	height: auto;
}
.story-text{
	position: absolute;
	z-index: 10;
	top: 9%;
	left: 16%;
	width: 68%;
}
.story-text p{
	
	text-align: center;
}
.story-text p.saviez-vous{
	font-family: 'Metrophobic', Arial, serif; font-weight: 700;
}
.story-text p.phrase{
	font-family: 'Metrophobic', Arial, serif; font-weight: 300;
	line-height: 1.2em;
}

.diagramme{
	position: absolute;
	top: 35%;
	left: 30%;
	width: 40%;
	height: 30%;
}
.legend-diagramme{
	position: absolute;
	width: 100%;
	left: 0;
	height: 70%;
	top: 105%;
	text-align: center;
}
.legend-diagramme h1{
	width: 150%;
	margin-left: -25%;
	margin-top: 5%;
}
/*.diagramme-2{
	position: absolute;
	top: 496px;
	left: 391px;
	width: 440px;
	height: 300px;
}*/
.unite, .unite-2{
	position: absolute;
	width: 30%;
	height: 25%;
	bottom: 0;
	text-align: center;	
}
.unite-2{
	height: 18%;
}
.barre{
	position: absolute;
	bottom: 0;
	width: 30%;
	border-bottom: 2px solid black;
}
.barre img{
	width: 100%;
	height: 100%;	
}
.diagramme .icon{
	position: absolute;
	width: 30%;
	margin-top: 0%;
}
.diagramme .icon-2{
	position: absolute;
	right: 0;
	width: 30%;
	margin-top: 0%;
}
.diagramme .icon-2-middle{
	position: absolute;
	left: 35%;
	width: 30%;
	margin-top: 0%;
}



.cercle-2{
	position: absolute;
	top: 512px;
	left: 507px;
	width: 370px;
	height: 370px;
	text-align: center;
}
.cercle-3{
	position: absolute;
	top: 490px;
	left: 483px;
	width: 370px;
	height: 370px;
	text-align: center;
}
.cercle-5{
	position: absolute;
	top: 40%;
	left: 35%;
	width: 30%;
	height: auto;
	text-align: center;
}
.cercle-5 h1{
	width: 100%;
	position: absolute;
	
	
	z-index: 10;
}
.cercle-5 h1.size5{
	top: 35%;
}
.cercle-5 h1.size6{
	top: 20%;
}
.cercle-2 h1{
	margin-top: 130px;
	color: white;
}
.cercle-3 h1{
	margin-top: 100px;
}
#story-2-zahl{
	position: absolute;
	top: 255px;
	left: 0px;
	text-align: center;
	width: 1335px;
}
#story-4-zahl{
	position: absolute;
	top: 276px;
	left: 65px;
	text-align: right;
	width: 150px;
}

#story-6-zahl{
	position: absolute;
	top: 214px;
	left: 710px;
	text-align: left;
	width: 450px;
}

/* --------------------------- */
/* --------------------------- */
/* --------------------------- */



.col-droite{
	position: absolute;
	left: 70%;
	width: 30%;
	height: 100%;
	background-color: white;
}
.col-droite > div{
	margin-left: 10%;
	margin-top: 5%;
	width: 80%;
	float: left;
}
.col-droite > div:first-child{
	margin-top: 5%;	
}
.ligne{
	padding-bottom: 5%;
	border-bottom: 1px solid black;

}
.col-droite h1{
	padding-bottom: 10px;
}
.col-droite h2{
	padding-bottom: 10px;
}
.col-droite p{
	font-family: 'Metrophobic', Arial, serif; font-weight: 400;
	line-height: 1.3em;
	margin-top: 5%;
}
.col-droite p:first-child {
	margin-top: 0;
}
.col-droite strong{
	font-family: 'Metrophobic', Arial, serif; font-weight: 700;
}
.meteo-image img{
	float: left;
	width: 20%;
	margin-right: 5%;
}
.meteo-text{
	float: left;
	width: 65%;
	margin-top: 5%;
}
.img-news{
	width: 70%;
}
.img-news img{
	width: 100%;
}



/*
@media only screen and (max-width: 1700px) {
    .story-text p.saviez-vous{
		font-size: 1.4em;
	}
	.story-text p.phrase{
		font-size: 2em;
	}
	.cercle-5 h1{
		font-size: 6em;
	}
}
@media only screen and (max-width: 1300px) {
    .story-text p.saviez-vous{
		font-size: 1em;
	}
	.story-text p.phrase{
		font-size: 1.5em;
	}
	.cercle-5 h1{
		font-size: 5em;
	}
}
@media only screen and (max-width: 1000px) {
    .story-text p.saviez-vous{
		font-size: 1em;
	}
	.story-text p.phrase{
		font-size: 1em;
	}
	.cercle-5 h1{
		font-size: 3em;
	}
}
*/
