.rp-peche-detail-access-map {
  width: 100%;
  height: 190px;
  margin-top: .8rem;
  overflow: hidden;
  border: 1px solid #d3e2de;
  border-radius: 10px;
  background: #e8efed;
}

.rp-peche-detail-access-map > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  color: var(--rp-lake);
  font-weight: 700;
  text-align: center;
}

.rp-peche-detail-access > p:empty {
  display: none;
}

@media (max-width: 720px) {
  .rp-peche-detail-access-map {
    height: 220px;
  }
}
