

html,
body { 
  font-family: 'Oswald', sans-serif; 
  background-color: #FFFFFF;
  color: #E4EBED;  
  text-align: center;

}

h1 {
  font-family: 'Josefin Slab', sans-serif;
  font-variant: small-caps;
  letter-spacing: 0.2em;
  font-size: 300%;
  margin-bottom: 20px;
  text-align: center;
}

nav ul {
  text-align: center;
  margin-left: -3%;
}

nav ul li 
{  
  display: inline-block;
  text-align: center;
}

nav ul a 
{
  text-decoration: none;
  color: black;
  margin: 60px;
  text-align: center;
}

nav {
  padding-bottom: 15px;
  text-align: center;
}

nav ul a:hover 
{
  color: #E4EBED;
  }

#more {
  color: #E4EBED;
}

/*essai*/

/*block photos*/

.overlay-image {
 position: relative;
 width: 100%;
}


/* Texte original */

.overlay-image .text1 {
 color: white;
 font-size: 1em;
 line-height: 2em;
 text-align: center;
 margin-top: 15%;
}



/* Overlay */
.overlay-image .hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 50%;
 opacity: 0;
 transition-duration : 0.5s;
 background-color: #d0d3d6;
 margin-left: 25%;
}

/* Apparition overlay sur passage souris */
.overlay-image:hover .hover {
 opacity: 0.9;
}



.image {
  display: block;
  width: 50%;  
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}


span {
  font-size: 1.2em;
  line-height: 1.5;
}

