/*
Designed by Jean-Loup Couegnas
Refactor CI4 / HeroCell + Cards
*/
#TouristicPole {
  color: rgb(102, 78, 61);
}
#TouristicPole p:last-child {
  margin-bottom: 0;
}
#TouristicPole > .row {
  align-items: start;
}
#TouristicPole #breadcrumb {
  margin: 1rem 0 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(148, 110, 74, 0.22), rgba(148, 110, 74, 0.06));
}
#TouristicPole #breadcrumb nav {
  gap: 0.35rem;
  flex-wrap: wrap;
  font-family: "Lora", serif;
  font-weight: 600;
}
#TouristicPole #breadcrumb a {
  color: rgb(102, 78, 61);
  text-decoration: none;
}
#TouristicPole #breadcrumb a:hover {
  text-decoration: underline;
}
#TouristicPole .entities-wall .card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#TouristicPole .entities-wall .card:hover {
  transform: translateY(-2px);
}
#TouristicPole .entities-wall .card .card-img,
#TouristicPole .entities-wall .card .card-img-top {
  border-radius: 0;
  display: block;
}
#TouristicPole .entities-wall .card .card-title {
  font-weight: 700;
}
#TouristicPole .entities-wall .card .btn {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 0.6rem 0.85rem;
  margin-top: 0.75rem;
  text-align: left;
}
#TouristicPole .entities-wall .card .btn p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.9;
  line-height: 1.2;
}

header.hero {
  position: relative;
  overflow: hidden;
}
header.hero .hero-bg-image {
  position: relative;
}
header.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
header.hero .title {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  header.hero .title {
    left: 3rem;
    bottom: 2rem;
    font-size: 3rem;
  }
}

.btn-activity {
  background-color: rgba(66, 84, 116, 0.95);
  color: #fff;
  border: 0;
}
.btn-activity:hover {
  background-color: rgba(58.08, 73.92, 102.08, 0.95);
  color: #fff;
}

.card-activity .card-title {
  background-color: rgba(66, 84, 116, 0.95);
  color: #fff;
  padding: 1rem;
  margin: -1rem -1rem 1rem -1rem;
}

.btn-page {
  background-color: rgba(148, 110, 74, 0.95);
  color: #fff;
  border: 0;
}
.btn-page:hover {
  background-color: rgba(130.24, 96.8, 65.12, 0.95);
  color: #fff;
}

.card-page .card-title {
  background-color: rgba(148, 110, 74, 0.95);
  color: #fff;
  padding: 1rem;
  margin: -1rem -1rem 1rem -1rem;
}

.btn-touristicspot {
  background-color: rgba(214, 176, 101, 0.95);
  color: #fff;
  border: 0;
}
.btn-touristicspot:hover {
  background-color: rgba(206.0523076923, 160.6861538462, 71.1476923077, 0.95);
  color: #fff;
}

.card-touristicspot .card-title {
  background-color: rgba(214, 176, 101, 0.95);
  color: #fff;
  padding: 1rem;
  margin: -1rem -1rem 1rem -1rem;
}

#menu {
  display: none;
}

@media (min-width: 768px) {
  #menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #menu li {
    padding: 20px 24px;
    margin: 6px 0;
    border-radius: 8px;
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 1.4em;
    background-color: rgba(148, 110, 74, 0.95);
    color: #fff;
  }
  #menu li.activity {
    background-color: rgba(66, 84, 116, 0.95);
  }
  #menu li.touristicspot {
    background-color: rgba(214, 176, 101, 0.95);
  }
  #menu li:first-child {
    margin-top: 0;
  }
  #menu li:last-child {
    margin-bottom: 0;
  }
}

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