@charset "UTF-8";
.card-img-overlay {
  background-color: transparent;
  color: white;
  transition: background-color 1s ease;
}
.card-img-overlay:hover {
  background-color: rgba(232, 170, 82, 0.8);
  color: white;
}

#nav_bottom a {
  background-color: #7792cd;
}

#activite {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
}
#activite header {
  padding: 240px 0 32px 0;
}
#activite header h1.title {
  position: relative;
  z-index: 2;
  font-family: "Lora", serif;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin: 0 10px 32px 10x;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 32px;
}
#activite header h1.title small {
  display: block;
  padding-bottom: 100px;
}
#activite header h1.title a {
  color: white;
}
#activite header h1.title span {
  display: block;
  margin: 0 -32px;
  text-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#activite #menu {
  display: none;
}
#activite .card-title {
  font-size: 1.8em;
  font-weight: 700;
  margin: -20px -20px 0 -20px;
  padding: 16px;
  position: absolute;
  padding: 5%;
  top: 45%;
  left: 1px;
  right: 1px;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#activite .card {
  padding: 0;
  position: relative;
  border-radius: 8px;
}
#activite .card .card-img {
  border-radius: 8px 8px 0 0;
}
#activite .img-rounded {
  border-radius: 8px !important;
}

#intro {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(102, 78, 61);
  margin-top: 16px;
  font-size: 1.4em;
}

#developpement {
  background-color: rgb(34, 76, 125);
  color: white;
}

/* --------------------------
 *  Responsive : détail activité
 * -------------------------- */
@media (min-width: 768px) {
  #photos {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 24px 24px 72px 24px;
  }
  #activite #menu {
    display: flex;
  }
  #activite #menu li {
    background-color: rgb(102, 78, 61);
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 1.3em;
    color: white;
  }
  #activite #menu li.distance {
    background-color: rgba(34, 76, 125, 0.95);
  }
  #activite #menu li.saisonnalite {
    background-color: rgba(232, 170, 82, 0.95);
  }
  #activite #menu li:first-child {
    margin-top: 0;
  }
  #activite #menu li:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=activity.css.map */
