.elementor-81 .elementor-element.elementor-element-85e50b1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-81 .elementor-element.elementor-element-f5bc562{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-81 .elementor-element.elementor-element-82ab03a{--display:flex;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-81 .elementor-element.elementor-element-0290313{background-color:var( --e-global-color-astglobalcolor5 );border-radius:30px 30px 30px 30px;}@media(max-width:767px){.elementor-81 .elementor-element.elementor-element-82ab03a{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-81 .elementor-element.elementor-element-85e50b1{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0290313 *//* ============================
   PLAN DU SITE
============================ */

.sitemap-hero {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 80px 20px 0;
  text-align: center;
}

.sitemap-hero h1 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.sitemap-hero p {
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.7;
}

/* SECTION */
.sitemap-section {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 120px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 50px;
}

/* BLOCS */
.sitemap-block {
  background: #ffffff;
  padding: 36px 38px;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.07);
}

.sitemap-block h2 {
  font-size: 1.4rem;
  margin-bottom: 18px;
}

/* LISTES */
.sitemap-block ul {
  list-style: none;
  padding: 0;
}

.sitemap-block li {
  margin-bottom: 10px;
}

.sitemap-block a {
  color: #1f2933;
  font-weight: 600;
  transition: color 0.25s ease;
}

.sitemap-block a:hover {
  color: #47c6e7;
}

/* COLONNES POUR VILLES */
.sitemap-columns {
  column-count: 2;
  column-gap: 30px;
}

/* MOBILE */
@media (max-width: 768px) {
  .sitemap-hero h1 {
    font-size: 1.9rem;
  }

  .sitemap-columns {
    column-count: 1;
  }
}/* End custom CSS */