/* Article local-service directory - compact editorial treatment. */
.section-mesh[data-mesh] {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 5.2vw, 5rem) 0 !important;
  background: #eef3fa !important;
  border-top: 4px solid #ef5b4b !important;
}

.section-mesh[data-mesh]::after {
  content: "ÎLE-DE-FRANCE";
  position: absolute;
  right: -1.5rem;
  bottom: -1.4rem;
  color: rgba(20, 39, 91, .045);
  font: 700 clamp(4.5rem, 9vw, 9rem)/1 "DM Sans", sans-serif;
  letter-spacing: -.06em;
  pointer-events: none;
  white-space: nowrap;
}

.section-mesh[data-mesh] > .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr);
  column-gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
  max-width: 1340px !important;
}

.section-mesh[data-mesh] > .container::before {
  content: "INTERVENTIONS LOCALES";
  grid-column: 1;
  margin: 0 0 1.1rem;
  color: #ef5b4b;
  font: 700 .72rem/1.2 "DM Sans", sans-serif;
  letter-spacing: .16em;
}

.section-mesh[data-mesh] h2 {
  grid-column: 1;
  max-width: 12ch !important;
  margin: 0 0 1.25rem !important;
  color: #10204d !important;
  font-size: clamp(2.25rem, 3.3vw, 3.7rem) !important;
  line-height: .98 !important;
  letter-spacing: -.035em;
}

.section-mesh[data-mesh] > .container > p {
  grid-column: 1;
  max-width: 34rem !important;
  margin: 0 !important;
  color: #52627d !important;
  font-size: .95rem;
  line-height: 1.7 !important;
}

.section-mesh[data-mesh] .mesh-city-list {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border-top: 1px solid #c8d3e3;
}

.section-mesh[data-mesh] .mesh-city-list li {
  min-width: 0;
  margin: 0 !important;
  border-bottom: 1px solid #c8d3e3;
}

.section-mesh[data-mesh] .mesh-city-list a {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 58px !important;
  padding: .8rem .8rem .8rem 1.35rem !important;
  color: #1d315e !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transform: none !important;
  transition: color .18s ease, background-color .18s ease, padding-left .18s ease;
}

.section-mesh[data-mesh] .mesh-city-list a::before {
  content: "";
  position: absolute;
  left: .15rem;
  width: 5px;
  height: 5px;
  background: #ef5b4b;
}

.section-mesh[data-mesh] .mesh-city-list a::after {
  content: none !important;
}

.section-mesh[data-mesh] .mesh-city-list a:hover {
  padding-left: 1.6rem !important;
  color: #ef5b4b !important;
  background: rgba(255, 255, 255, .55) !important;
}

.section-mesh[data-mesh] .mesh-city-list a:focus-visible {
  outline: 3px solid #ef5b4b;
  outline-offset: -3px;
}

@media (max-width: 900px) {
  .section-mesh[data-mesh] > .container {
    grid-template-columns: 1fr;
  }

  .section-mesh[data-mesh] h2,
  .section-mesh[data-mesh] > .container > p,
  .section-mesh[data-mesh] .mesh-city-list {
    grid-column: 1;
  }

  .section-mesh[data-mesh] .mesh-city-list {
    grid-row: auto;
    margin-top: 2rem !important;
  }
}

@media (max-width: 560px) {
  .section-mesh[data-mesh] {
    padding: 3rem 0 !important;
  }

  .section-mesh[data-mesh]::after {
    display: none;
  }

  .section-mesh[data-mesh] h2 {
    max-width: 14ch !important;
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
  }

  .section-mesh[data-mesh] .mesh-city-list {
    grid-template-columns: 1fr;
  }

  .section-mesh[data-mesh] .mesh-city-list a {
    min-height: 54px !important;
    font-size: .86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-mesh[data-mesh] .mesh-city-list a {
    transition: none;
  }
}
