/* Carte des secteurs d'examen — Val-de-Marne */
.scmse-wrap {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.scmse-wrap #scmse-map {
  width: 100%;
  height: 70vh;
  min-height: 420px;
}

.scmse-legende {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: #1f2933;
  max-width: 250px;
}

.scmse-legende-titre {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.scmse-legende-notice {
  margin-top: 10px;
  font-size: 12px;
  color: #52606d;
  line-height: 1.4;
}

.scmse-legende-item {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 4px 0;
  cursor: pointer;
}

.scmse-legende-item input {
  margin: 0;
  accent-color: #1f2933;
}

.scmse-pastille {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.scmse-popup {
  font-size: 13px;
  line-height: 1.45;
}

.scmse-popup strong {
  font-size: 14px;
}

.scmse-popup a {
  display: inline-block;
  margin-top: 4px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .scmse-wrap #scmse-map {
    height: 60vh;
    min-height: 360px;
  }
  .scmse-legende {
    max-width: calc(100% - 70px);
    font-size: 13px;
    padding: 10px 12px;
  }
}
