.elementor-11926 .elementor-element.elementor-element-a0c6d36{margin-top:-65px;margin-bottom:-65px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5c7b967 *//* Mise en page responsive */
@media (max-width: 480px) {
  h1 {
    font-size: 2rem !important;
  }
  .grid-villes {
    grid-template-columns: 1fr !important;
  }
}

/* Cartes ville */
.ville-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.ville-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.1);
}

/* Bouton principal */
.button-ville {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background-color: #007b55;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button-ville:hover {
  background-color: #006644;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a0c6d36 */.woocommerce-breadcrumb {
  display: none !important;
}/* End custom CSS */