.intro-galerie {
  width: 100%;
  height: 160px;
  padding-top: 20px;
  background: url("../img/img-bg-intro-galerie.jpg") no-repeat center;
  background-size: cover;
  margin-top: 85px;
  text-align: center;
}

.intro-galerie h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* letter-spacing: .1em; */
  /* line-height: 60px; */
}

.intro-galerie p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.galerie-interne {
  width: 100%;
  padding: 40px 0;
}