/* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  border: 8px solid #f7cac9;
}*/
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-align:center;
}
#container {
  margin: 0 auto;
  width: 980px;
}
h1 {
  display: none;
}
#logo {
  margin-top: 20px;
  width: 180px;
  height: auto;
}
header {
  height: 170px;
  /*border-bottom: 1px solid #f7786b;*/
}
nav {
  margin-top: 20px;
}
nav ul {
  padding-left: 0;
}
nav ul li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}
nav ul li a {
  text-decoration: none;
  color: #000;
}
nav ul li a{
  border: 1px solid #f7786b;
  color: #f7786b;
  margin: 10px 0; /* espace les liens d'1 px */
  padding: 8px 20px; /* marges internes pour aérer */
  background: #FFF;
  text-decoration: none; /* on vire le soulignement */
  text-align: center;
  /* on définit la transition pour les navigateurs */
  -webkit-transition: all .5s; /* Chrome/Safari */
  -moz-transition: all .5s; /* Firefox (plus trop nécessaire) */
  transition: all .5s; /* syntaxe officielle */
}
nav ul li a:hover,
nav ul li a:focus {
  border: 1px solid #fff;
  background: #f7cac9;
  color: #fff;
  transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-moz-transform: scale(1.02);
  /* décalage du contenu de 10px vers la droite (30-20 = 10) */
}
footer {
  margin-top: 40px;
  font-size: 10px;
  color: grey;
}

section {
  margin-top: 60px;
}
h2 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}
#texte-gauche {
  margin-right: 40px;
}
#texte-gauche {
  height: 150px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
  border-top : 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0 5px 0;
}
#texte-droite {
  height: 150px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 10px 0 5px 0;
}
#img1 {
  padding-top: 20px;
}
.img-projet {
  margin-top: 10px;
}
#services {
  color: #f7786b;
}
#projet-explication {
  margin-bottom: 5px;
}
span a{
  font-weight: bold;
  text-decoration: none;
  color: black;
}
