@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
}

#GrandeIntro 
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: url(../images/day3_trends2_619.jpg) no-repeat;
	background-size: cover;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px #313131;
	color: hsla(47,67%,52%,1.00);
}

#GrandeIntro h1
{
	padding-left:10%;
	padding-right:10%;
	margin-top:0%;
	padding-top:35px;
	padding-bottom:35px;
}

#GrandeIntro h2
{
	padding-left:10%;
	padding-right:10%;
	margin-top:0%;
	padding-top:0px;
	padding-bottom:0px;
}

#TitreGrandeIntro
{
	max-height: 50%;
}

#siteWrapper 
{
	margin-top:-80px;
}

#siteWrapper header 
{
	height:80px;
	background:#000;
}

#siteWrapper header.fixed 
{
	position:fixed;
	width:100%;
	top:0;
	left:0;
}

#content 
{
	padding: 60px 0;
	background: #8DB4EB;
	margin-bottom: 0px;
	margin-top: 0px;
}

#siteWrapper header.fixed+#content 
{
	margin-top:80px;
}

#siteWrapper header ul
{
	height:80px;
	width:80%;
	display:flex;
	justify-content:center;
	margin:auto;
	margin-left:5%;
	margin-right:5%;
}

#siteWrapper header li
{
	display:flex;
	height:80px;
	width:200px;
	align-items:center;
	vertical-align:middle;
	justify-content:center;
}

#siteWrapper header li a
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:large;
	font-weight:bold;
	text-decoration:none;
}

#siteWrapper header li a:hover
{
	text-shadow:1px 1px #B0B0B0;
}

#content div 
{
	width:60%;
	/*height:1500px;*/
	margin:auto;
	border:solid;
	background-color:#D8DFFF;
	padding-left:5%;
	padding-right:5%;
	padding-top:2%;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
}

#content p
{
	text-indent: 20px;
	text-align:justify;
}

#content img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#content img.img_gauche
{
	display:inline;
}

#content p.image_center
{
	text-indent:0px;
}

figcaption
{
	text-align:center;
}

footer
{
	background-color:#8DB4EB;
}

footer p
{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align:center;
	margin:0px;
}

.anchor{
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}
