/* Start custom CSS for html, class: .elementor-element-0a27920 */.nb-specs-section {
  background: #f5f5f5;
  padding: 70px 0 58px;
  overflow: hidden;
  color: #111;
}

.nb-specs-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 0 5vw 34px;
}

.nb-specs-header span {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #E8397E;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nb-specs-header span::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #E8397E;
}

.nb-specs-header h2 {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -2px;
  color: #111;
}

.nb-specs-progress {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  min-width: 180px;
}

.nb-progress-line {
  width: 140px;
  height: 2px;
  background: rgba(0,0,0,.1);
  position: relative;
}

.nb-progress-line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: #E8397E;
}

.nb-progress-text {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #666;
}

.nb-specs-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 29%;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 5vw 24px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 5vw;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #E8397E rgba(0,0,0,0.08);
}

.nb-specs-scroll:focus-visible {
  outline: 2px solid #E8397E;
  outline-offset: -4px;
}

.nb-specs-scroll::-webkit-scrollbar {
  height: 4px;
}

.nb-specs-scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.08);
}

.nb-specs-scroll::-webkit-scrollbar-thumb {
  background: #E8397E;
  border-radius: 20px;
}

.nb-spec-card {
  scroll-snap-align: start;
  background: #fff;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.035);
  transition: transform .3s ease, box-shadow .3s ease;
}

.nb-spec-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
}

.nb-spec-visual {
  position: relative;
  width: 100%;
  height: 315px;
  background: #e9e9e9;
  overflow: hidden;
}

.nb-spec-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.nb-spec-card:hover .nb-spec-visual img {
  transform: scale(1.035);
}

.nb-spec-index {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #E8397E;
  font-size: 18px;
  font-weight: 900;
}

.nb-spec-index::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #E8397E;
  margin-top: 9px;
}

.nb-spec-content {
  padding: 28px 26px 26px;
}

/* --- Accordéon (details/summary) --- */

.nb-spec-details summary {
  list-style: none;
  cursor: pointer;
}

.nb-spec-details summary::-webkit-details-marker {
  display: none;
}

.nb-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.nb-title-row h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

.nb-toggle-icon {
  color: #E8397E;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform .25s ease;
}

.nb-spec-details[open] .nb-toggle-icon {
  transform: rotate(45deg);
}

.nb-spec-details summary:focus-visible .nb-title-row h3 {
  outline: 2px solid #E8397E;
  outline-offset: 4px;
}

.nb-spec-content::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #E8397E;
  margin: 14px 0 18px;
}

.nb-spec-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 13px;
  line-height: 1.25;
}

.nb-spec-content p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.55;
  max-width: 95%;
}

.nb-spec-detail p {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  max-width: 95%;
}

.nb-spec-metric {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.nb-spec-metric svg {
  width: 42px;
  height: 42px;
  fill: #E8397E;
  flex-shrink: 0;
}

.nb-spec-metric div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nb-spec-metric strong {
  font-size: 18px;
  font-weight: 900;
  color: #111;
  line-height: 1;
}

.nb-spec-metric span {
  font-size: 13px;
  text-transform: uppercase;
  color: #555;
}

.nb-scroll-indicator {
  text-align: center;
  margin-top: 25px;
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 1100px) {
  .nb-specs-scroll {
    grid-auto-columns: 42%;
  }

  .nb-spec-card {
    min-height: 540px;
  }

  .nb-spec-visual {
    height: 280px;
  }
}

@media (max-width: 700px) {
  .nb-specs-section {
    padding: 48px 0 50px;
  }

  .nb-specs-top {
    padding: 0 20px 24px;
    flex-direction: column;
  }

  .nb-specs-progress {
    align-items: flex-start;
  }

  .nb-progress-line {
    width: 100px;
  }

  .nb-specs-scroll {
    grid-auto-columns: 82%;
    gap: 16px;
    padding: 0 20px 20px;
    scroll-padding-left: 20px;
  }

  .nb-spec-visual {
    height: 250px;
  }

  .nb-title-row h3 {
    font-size: 24px;
  }

  .nb-spec-content {
    padding: 24px 22px;
  }

  .nb-spec-subtitle {
    font-size: 16px;
  }

  .nb-spec-content p {
    font-size: 15px;
  }
}/* End custom CSS */