.home__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.presentation-equipe__logo {
  width: 250px;
}

.fbox-icon i, .fbox-icon img {
  background-color: #487A7B;
}

.entry-title h2 a:hover, .entry-title .h2 a:hover, .entry-title h3 a:hover, .entry-title .h3 a:hover, .entry-title h4 a:hover, .entry-title .h4 a:hover {
  color: #487A7B;
}

.background-home {
  background-position: 0;
}
@media screen and (min-width: 1580px) {
  .background-home {
    background-position: 0 -60px;
  }
}
@media screen and (min-width: 1700px) {
  .background-home {
    background-position: 0 -135px;
  }
}

.parallax-team-photo {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.parallax-overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 10px;
}

.accueil-premiere-section {
  margin-top: -116px;
}

/* MENU */
.navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.menu-sur-accueil {
  background-color: transparent;
}
.menu-sur-accueil .nav-link {
  color: white;
}

.dropdown-menu {
  background-color: #212529;
  border-top: 2px solid #F1B434;
  padding: 6px;
}
.dropdown-menu a {
  color: white;
  padding: 10px;
}
.dropdown-menu a:hover {
  background-color: rgba(128, 128, 128, 0.0784313725);
  color: #F1B434;
}

/*# sourceMappingURL=accueil.output.css.map */
