/* ========================= PLAN DU SITE ========================= */
.sitemap-structural {
  padding: clamp(48px, 6vw, 96px) 0 clamp(64px, 8vw, 120px);
  background: #faf9f7;
}

.sitemap-shell-structural {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 65px;
}

.sitemap-header-structural {
  max-width: 720px;
  margin-bottom: clamp(24px, 4vw, 40px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sitemap-intro-structural {
  margin-top: 14px;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  color: #444;
}

.sitemap-header-structural .cards-underline-structural {
  margin: 0 auto;
}

.sitemap-listing-structural {
  margin-top: clamp(18px, 3vw, 28px);
}

.sitemap-list-structural,
.sitemap-list-structural ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-list-structural > li {
  position: relative;
  padding-left: 26px;
  margin: 16px 0;
}

.sitemap-list-structural > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fad659;
  box-shadow: 0 0 0 5px rgba(250, 214, 89, 0.25);
}

.sitemap-list-structural > li > a,
.sitemap-list-structural > li > span {
  font-weight: 700;
  color: #111;
}

.sitemap-list-structural a {
  text-decoration: none;
  color: #222;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sitemap-list-structural a:hover {
  color: #000;
  transform: translateX(2px);
}

.sitemap-list-structural ul {
  margin-top: 10px;
  margin-left: 22px;
}

.sitemap-list-structural > li + li {
  margin-top: 18px;
}

.sitemap-list-structural ul li {
  position: relative;
  padding-left: 22px;
  margin: 8px 0;
}

.sitemap-list-structural ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fad659;
  box-shadow: 0 0 0 5px rgba(250, 214, 89, 0.25);
}

.sitemap-list-structural ul li a {
  font-weight: 700;
}

@media (max-width: 1000px) {
  .sitemap-shell-structural {
    padding: 0 60px;
  }

  .sitemap-list-structural > li {
    padding-left: 22px;
  }
}

@media (max-width: 650px) {
  .sitemap-shell-structural {
    padding: 0 35px;
  }
}

@media (max-width: 768px) {
  .sitemap-header-structural {
    text-align: left;
  }

  .sitemap-header-structural .cards-underline-structural {
    margin: 0;
  }

  .sitemap-intro-structural {
    font-size: 0.98rem;
  }

  .sitemap-list-structural > li {
    margin: 14px 0;
  }

  .sitemap-list-structural ul {
    margin-left: 18px;
  }
}
