/* ----- Mise en forme générale ----- */

body {
	font-family: 'Roboto', sans-serif
}


section {
	padding: 80px 0 80px;
}

/* ----- Style Navigation ----- */

#navgen {
	color: #1b6988;
	background-color: rgba(255, 255, 255, 0.7);
}

/* ----- Style Header ----- */

header {
	background-image: url(../img/webdesigner.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 80px 0 80px; 
}

header h1 {
	visibility: hidden;
}

header h2 {
	color: #318ba8;
	font-weight: 300;
	font-size: 4em;
	margin-top: 60px;
	margin-bottom: 150px;
}

.thin {
	font-weight: 100;
}

/* ----- Section Sites ----- */

#sites h2 {
	font-weight: 300;
	font-size: 5em;
	color: #318ba8;
	margin-top: 60px;
}

#sites h3 {
	font-family: 'Lora', 'Times new roman', serif;
	font-weight: 700;
	font-style: italic;
}

.mactext {
	margin-top: 50px;
	font-size: 1.3em;
}

.mactext p {
	margin-top: 80px;
	color: #666;
	font-weight: 400;
}

.visuels-sites {
	margin-top: 90px;
	margin-bottom: 50px;
}

.visuels-sites img {
	margin: 0 auto;
}


/* ----- Section Pub My Store AE ----- */

#mystoreae {
	background-color: #27536f;
	color: #fff;
}

#mystoreae h3 {
	font-weight: 100;
	font-size: 3em;
}

#mystoreae p:first-child {
	color: #66c5d1;
	font-family: 'Lora', 'Times new roman', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 2.1em;
	margin-top: 10px;
}

#mystoreae hr {
	height: 2px;
	background-color: #fff;
	border-style: none;
}

#mystoreae img {
	margin: 50px auto;
}


/* ----- Section Standards ----- */

#standards {
	background-color: #62c9d2;
	background-image: url(../img/fond-standards.jpg);
	background-position: top center;
    background-repeat: no-repeat;
}

.jumbotron {
	background-color: #159eb1;
	padding-top: 10px;
	padding-bottom: 15px;
}

.jumbotron h3 {	
	color: #fff;
}

.contain-standards {
	margin-top: 400px;
}


/* ----- Section Com ----- */

#bg {
	width: 350px;
	float: left;
}

#bd {
	width: 350px;
	float: right;
}

#com {
	background-image: url(../img/branding.png);
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 500px;
}

/* ----- Section Contact ----- */

#contact {
	background-color: #34a3b2;
}

/* ----- Section Footer ----- */

footer {
	background-color: #171717;
	color: #666666;
}

footer ul {
	padding: 0;
}

footer nav ul li{
  display: inline;
  line-height: 60px;
}

.reseaux {
  display: block;
  float: right;
  margin-left: 20px;
}