


#liste-points {
  max-height: 500px;
  overflow:auto;
}

.acf-map {
  height: 565px;
  position: relative;
  overflow:hidden;
}



/* Liste des points */
.liste-points-pneus {
    list-style: none;
    padding: 0;
    margin: 0;
}

.liste-points-pneus li {
    margin-bottom: 1rem;
}

.liste-points-pneus a {
    display: block;
    padding: 0.8rem 1rem;
    background: #f1f5f9;
    color: #222 !important;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
}

.liste-points-pneus a:hover {
    background-color: #d1fae5;
    color: #064e3b;
}

/* Spécifique à la page */
.elementor-page-3394 .site-header {
    background: #fff;
}

.elementor-page-3394 #colophon {
    position: relative;
}

#toggle-list,
#liste-points-toggle{
  display: none;
}

/* Responsive */
/* UX Mobile uniquement */
@media (max-width: 768px) {
#liste-points-toggle{
  display: block;
}	
	
 #liste-points {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:
#ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    max-height: 60vh;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    transform: translateY(100%);
    transition:
transform 0.3s ease-in-out;
  }

  #liste-points.open {
    transform: translateY(0%);
  }

  #liste-points-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background:#DE3163;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 3px;
  }

  .acf-map {
    height: 100vh;
    max-height: 420px;
  }
}
