/* Section 6: Implantation */
.msv-banner-divider {
  width: 100%;
  height: 600px;
  background: #005258;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.msv-implantation {
  width: 100%;
  background: #005258;
  padding: 100px 0 80px 0;
}
.msv-implantation-title {
  text-align: center;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 56px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
.msv-implantation-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.msv-implantation-left,
.msv-implantation-right {
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  padding: 32px 28px;
  flex: 1 1 0;
  min-width: 320px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.msv-implantation-right {
  align-items: center;
}
.msv-implantation-subtitle,
.msv-implantation-gabarit-titre {
  font-size: 1.35rem;
  color: #afe1e1;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
.msv-implantation-carte {
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.msv-implantation-caption {
  font-size: 0.9rem;
  color: #afe1e1;
  margin-top: 12px;
  text-align: right;
  width: 100%;

}
.msv-implantation-legende {
  font-size: 1.05rem;
  color: #afe1e1;
  margin-top: 12px;
  text-align: left !important;
  width: 100%;
}
.msv-implantation-gabarit {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
  height: 340px;
}
.msv-implantation-turbine {
  display: flex;
  align-items: center;
}
.msv-implantation-turbine-graphic img,
.msv-implantation-turbine-graphic svg {
  display: block;
  width: 220px !important;
  height: auto;
  max-height: 320px;
  z-index: 1;
}
.msv-implantation-labels {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  height: 100%;
  z-index: 2;
}
.msv-implantation-labels-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  height: 100%;
  z-index: 2;
}
.msv-implantation-label {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.msv-implantation-label span {
  display: block;
  font-size: 1rem;
  color: #b0c4c7;
  font-weight: 500;
  margin-left: 0;
  margin-top: 2px;
}
.msv-implantation-dotted-box {
  position: absolute;
  border: 2px dashed #b0c4c7;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1000px) {
  .msv-banner-divider {
    height: 400px;
  }
  .msv-implantation-inner {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
  .msv-implantation-left,
  .msv-implantation-right {
    max-width: 100%;
    min-width: 0;
    padding: 32px 10vw;
  }
  .msv-implantation {
    padding: 60px 0 60px 0;
  }
  .msv-implantation-label {
    font-size: 0.95rem;
  }
  .msv-implantation-label span {
    font-size: 0.85rem;
  }
}
@media (max-width: 600px) {
  .msv-banner-divider {
    height: 200px;
  }
  .msv-implantation-title {
    font-size: 1.5rem;
  }
  .msv-implantation-subtitle,
  .msv-implantation-gabarit-titre {
    font-size: 1.05rem;
  }
}
