#indicator {
    display: block;
    margin: 0;
    position: fixed;
    width: 40px;
    height: 3px;
    top: 0;
    background-color: #CCC;
    margin-top: 25px;
    margin-left: 227px;
}

section:nth-of-type(1) {
	margin: 0;
	padding:90px 0 0;
	height: 670px;
	width: 100%;
}

section:nth-of-type(2) {
	margin: 0;
	padding:30px 0 100px;
	height: auto;
	width: 100%;
	background: #ebebeb;
}

section:nth-of-type(n+0) .background1{
	position: relative;
	display: block;
	background-size: cover;
	margin: 0;
	height: 500px;
	width: 100%;
	opacity:1;
}

section:nth-of-type(n+0) .background2{
	position: relative;
	display: block;
	margin: -500px 0;
	height: 500px;
	width: 100%;
	opacity: 1;
}


section:nth-of-type(1) .background1{
	background:url(../img/agence/agence_1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

section:nth-of-type(1) .background2{
	background:url(../img/agence/agence_0.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

/* NAV SLIDERS IMAGE */

nav.sliderImages{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	top: 100px;

}

nav.sliderImages a {
	display: block;
	width: 30px;
	height: 39px;
	padding: 5px 2px;
	background: #000;
}

nav.sliderImages a:nth-of-type(1) {
	text-align: right;
	float: right;
	margin: 0;
	right: 0;
}


nav.sliderImages a img{
	padding: 0;
	margin: 0;
}





section:first-of-type > article{
	position: relative;
	top: 480px;
	width: 1000px;
	margin: 0 auto;
}

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

section:first-of-type > article > a.stickers{

	display: block;
	width: 160px;
	margin: 30px auto 0;

}


section:nth-of-type(2) > div {
	position: relative;
	display: table;
	width: 1020px;
	margin: 0 auto;
}

section:nth-of-type(2) > div > div {
	display: table-cell;
	vertical-align: top;

}

section:nth-of-type(2) > div > div:nth-of-type(2) {
	width: 330px;
}

section:nth-of-type(2) > div > div:first-of-type {
	width: 570px;
}


section:nth-of-type(2) > div > div:first-of-type > article > div {
	display: table;
	width: 100%;

}

section:nth-of-type(2) > div > div:first-of-type > article > div > div{
	display: table-cell;
	vertical-align: top;
}


section:nth-of-type(2) > div > div:first-of-type > article > div > div > ul:last-of-type{
	list-style: none;
	margin: 0;
	padding: 0 50px;
	color: #666;
}


section:nth-of-type(2) > div > div > article{
	background: #fff;
	padding: 10px 10px;
	font-weight: 100;
}

section:nth-of-type(2) > div > div > article > h1{
	text-align: left;
	padding: 0;
	margin-top: 0;
}



section:nth-of-type(2) > div > div:nth-of-type(2) > article{
	background: #fff;
	font-weight: 100;
	font-family: "Times New Roman", "Times", serif;
	margin-left: 50px;
	margin-top: 1000px;
	color: #666;
}

section:nth-of-type(2) > div > div:nth-of-type(2) > article > p > span{
	font-size: 12px;
}

section:nth-of-type(2) > div > div:nth-of-type(2) > article > h1{
	font-size: 22px;
}

section:nth-of-type(2) > div > div:nth-of-type(2) > article > p:nth-of-type(2){
	font-style: italic;
}

a {
	color: #111;
}


a.stickers {
    border: solid 2px #ebebeb;
    display: block;
    width: 120px;
    color: #666;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-align: center;
	margin: 20px auto;
}

.bottom{
	display: block;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 30px;
	text-decoration: none;
	border: none;
	opacity: 0.6;
	color: #000;
	font-size: 12px;
}

img#arenk{
	width: 150px;
}

a.bottom:nth-of-type(1){
	margin-top: 300px;
}

a.bottom:nth-of-type(2){
	position: relative;
	top: -150px;
}


b{
	font-weight: 400;
}

.bottom > img {
	padding: 60px 0 10px;
}




/* CONTACT */

section#contact {
	margin: 0;
	padding:90px 0 300px;
	height: auto;
	width: 100%;
	background-image: url(../img/contact/background.jpg);
	background-attachment: fixed;
	background-position: no-repeat;
	background-size: cover;
}


section#contact  > article{
	width: 500px;
	background: #fff;
	margin: 60px auto;
	padding: 50px;
}

section#contact  > article img#logo{
	width: 200px;
}


section#contact  > article img#plan{
	width: 180px;
}

section#contact  > article p{
	font-weight: lighter;
}


section#contact  > article a{
	text-decoration: underline;
}

section#contact  > article > h1 {
	text-align: left;
}

section#contact  > article > ul {
	list-style: none;
	padding: 0;
}

section#contact  > article > ul > li {
	font-weight: 100;
}


section#contact  > article > ul > li > a{
	font-weight: 400;
	text-decoration: none;
	color: #000;
}


