body {
  margin: 0;
  background-color: #ffffff;
  color: #4a2740;
  font-family: "Lobster", sans-serif;
  font-weight: 100;
}

/* Titres */
h1, h2, h3 {
  font-weight: 700;
  color: #31092f;
}

/* Texte */
p {
  font-size: 50px;
  font-weight: 600;
}

a {
  color: #8e728c;
  text-decoration: none;
}

em {
  font-weight: 300;
}

div {
  text-align: center;
}

.intro {
  background-image: url("../image/intro.gif");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.collier {
  background-image: url("../image/collier.gif");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.garder {
  background-image: url("../image/peur.gif");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Reconciliation {
  background-image: url("../image/reconciliation.gif");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fin {
  background-image: url("../image/perdre.gif");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.parents {
  background-image: url("../image/parents.gif");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.chill {
  background-image: url("../image/chill.gif");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cave {
  background-image: url("../image/cave.jpg");
  font-family: "Creepster", cursive;
  color: #ffffff;
  text-shadow: 3px 3px 8px rgba(250, 245, 245, 0.8);
}

.image-centree {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

