/* GENERAL */

html, body {
 margin: 0;
 padding: 0;
 position: relative;
}

@font-face {
	font-family: '33535gillsansmt';
	src: url('../fonts/33535gillsansmt/33535gillsansmt.eot'), url('../fonts/33535gillsansmt/33535gillsansmt.woff') format('woff'), url('../fonts/33535gillsansmt/33535gillsansmt.ttf') format('truetype');
}


body {
 background-color: white;
 font-family: "Gill Sans" , "Gill Sans MT", "33535gillsansmt", Helvetica, Arial, sans-serif;
 min-width: 1024px;
 padding-top: 90px;
}

a{
	text-decoration: none;
	cursor: pointer;
}


/* HEADER */

header{
	width: 100%;
	position: fixed;
	font-weight: lighter;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	height: 90px;
	background-color: #fff;
	z-index: 999999;
	min-width: 1024px;
	top: 0;
}

header a {
	color: #000;
	letter-spacing: 2px;
}

header > nav > a:first-of-type {
	font-size: 34px;
  line-height: 60px;
}


header nav {
	padding: 15px 15px 0;
	position: relative;
}


header nav > a:first-of-type{
	position: absolute;
	display: block;
}


header nav > div{
	position: absolute;
	/* top: 70px; */
	right: 0px;
}


header nav ul {
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}

header nav ul li a.active {
	font-weight: 400
}


/* AGENCE */

section#top .background1{
	background:url(../img/agence/agence.jpg) no-repeat;
	background-size: cover;
	background-position: center center;

  position: relative;
	display: block;
	margin: 0 0 20px;
	height: 500px;
	width: 100%;
}

section#top > article{
	position: relative;
	width: 1000px;
	margin: 0 auto;
  padding: 0 0 20px;
}

section#top > article > p{
font-weight: 100;
margin: 0;
padding: 0;
width: 100%;
color: #666;
text-align: left;
}

section#top > article > a.stickers{
	display: block;
	width: 160px;
	margin: 30px auto 0;
}

section.normal {
  padding: 40px;
  background-color: #ebebeb;
}

section.normal h1{
  padding: 0;
  margin: 0;
  font-weight: 100;
  font-size: 28px;
}

section.normal article{
  background-color: white;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
}

/* PROJETS */
