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

section p, section ul, section h3{
	font-family: "Times", "Times new roman", serif;
}

h2{
	font-family: "Times", "Times new roman", serif;
	text-align: center;
	font-weight: 400;
	font-size: 32px;
	margin: 0;
	padding: 10px 0;
	color: #000;
}



img.arrowB{
	display: block;
	margin: 620px auto 0;
	padding: 20px 0 10px;
}

section{
	width: 1024px;
	margin: 0 auto;
}

.bg{
	background-size: cover;
	background-repeat: no-repeat;
}

section:nth-of-type(1){
	background-image: url('../img/accueil/villes-numeriques.jpg');
	height: auto;
	padding: 100px 0 0;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	height: 750px;
	position: relative;
}


section  h1{
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 42px;
	font-weight: 400;
}

section:nth-of-type(1) div.bar{
	position: relative;
	margin: 0 auto;
	width: 400px;
	height: 3px;
	background: #CC7F41;
}

section:nth-of-type(1) .bigTitle{
	position: relative;
	top: 190px;
}


section:nth-of-type(1) article{
	position: absolute;
	width: 370px;
	padding: 10px;
	color: white;
	letter-spacing: 1px;
}

section:nth-of-type(1) article > div > p{
	font-family:"Gill Sans" , "Gill Sans MT", "33535gillsansmt", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 200;
}

section:nth-of-type(1) article:nth-of-type(3){
	top: 100px;
	left: 600px;
}

section:nth-of-type(1) article:first-of-type{
	top: 550px;
	left: 60px;
}

section:nth-of-type(1) article:nth-of-type(2){
	top: 660px;
	left: 380px;
}



section:nth-of-type(1) article:nth-of-type(4){
	top: 510px;
	left: 570px;
}




section:nth-of-type(1) article div p{
	text-align: right;
	padding: 10px 0 0;
	margin: 0;
}

section:nth-of-type(1) article div span{
	display: block;
	text-align: right;
}



/* SECTION 2 */

section:nth-of-type(2){
	background-color: #eff0f0;
}

section:nth-of-type(2) div.cols{
	display: table;
	width: 1024px;
	margin: 0;
	padding: 0;
}


section:nth-of-type(2) div.cols > article{
	display: table-cell;
	width: 50%;
	line-height: 24px;
	padding: 20px;
}



/* SECTION 3 */

section:nth-of-type(3){
background: #eff0f0;
padding: 40px 0;
}

section:nth-of-type(3) div.bar{
	position: relative;
	margin: 0 auto;
	width: 380px;
	height: 3px;
	background: #CC7F41;
}



section:nth-of-type(3) h1{
	color :#2a9ceb;
}




/* SECTION 4 */

section:nth-of-type(4)
{
  background-image: url('../img/accueil/section-3.jpg');
  height: auto;
  padding: 10px 0px;

}


section:nth-of-type(4) h1{
  padding: 0 0 20px;
}

section:nth-of-type(4) h2{
  font-style: italic;
  padding: 5px;
}


section:nth-of-type(4) article
{
  background: rgba(255,255,255,0.9);
  display: inline-block;
  width: 300px;
  margin: 19px;
}




section:nth-of-type(4) article p
{
  padding: 5px;
}





body > a#goToTop{
	font-weight:200;
	display: block;
	width: 160px;
	margin: 30px auto;
	text-align: center;
	color: #CC7F41;
	
}



/* SECTION 5 */

section:nth-of-type(5){
background: #eff0f0;
padding: 40px 0;
}



section:nth-of-type(5) div.cols{
	display: table;
	width: 1024px;
	margin: 0;
	padding: 0;
}

section:nth-of-type(5) a{
	text-decoration: underline;
	font-size: 1em;
	color: #2a9ceb;
	font-weight: 200;
	letter-spacing: 1px;

}

section:nth-of-type(5) div.cols > article{
	display: table-cell;
	width: 33%;
	line-height: 24px;
	padding: 20px;
}

section:nth-of-type(5) div.cols > article:nth-of-type(2){
	display: table-cell;
	width: 34%;
	vertical-align: middle;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.2em;
}




