body {
  background: #fff;
  color: #5a5a5a;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
}

.container {
  max-width: 960px;
}

h1, h2, h3, .navbar-heading {
  font-family: "Sacramento", Arial, serif;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.navbar-heading {
  font-size: 40px;
}

h2 {
  font-size: 60px;
  text-align: center;
  margin-top: 50px;
}

h2, h3 {
  #color: #f14e95;
  color: #095228;
}

.bg-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Header */
header, header .bg-image {
  min-height: 950px;
}

header, header a {
  color: white;
}

header #banner {
  margin-top: 100px;
}

/* */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

#logement, #contact {
  background: rgba(0, 0, 0, 0.04);
}

/* Gallery */
#galerie a:hover img, #informations a:hover img {
  transform: scale(1.1);
  transition: all .2s linear;
}
