/* Start custom CSS for html, class: .elementor-element-8fc1810 */.nb-rating-section {
  background: #0d0d0d;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  padding: 64px 0 72px;
  color: #fff !important;
}

.nb-rating-header {
  padding: 0 5vw 40px;
}

.nb-rating-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-rating-header span::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #E8397E;
}

.nb-rating-header h2 {
  margin: 0;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -2px;
  color: #fff !important;
  text-transform: uppercase;
}

.nb-rating-header p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.55) !important;
  font-size: 15px;
  font-weight: 600;
}

.nb-rating-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.12);
  padding: 0 5vw;
}

.nb-rating-item {
  background: #0d0d0d;
  padding: 30px 28px 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: background .3s ease;
}

.nb-rating-item:hover {
  background: #161616;
}

.nb-rating-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nb-rating-icon {
  width: 34px;
  height: 34px;
}

.nb-rating-icon svg {
  width: 100%;
  height: 100%;
  fill: rgba(255,255,255,.85);
}

.nb-rating-score {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-variant-numeric: tabular-nums;
}

.nb-rating-score strong {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  color: #E8397E;
  letter-spacing: -1.5px;
}

.nb-rating-score span {
  font-size: 15px;
  font-weight: 800;
  color: rgba(255,255,255,.4) !important;
}

.nb-rating-item h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #fff !important;
}

.nb-rating-bar {
  position: relative;
  height: 10px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}

.nb-rating-bar-fill {
  height: 100%;
  width: 0%; /* état initial : rempli au scroll par le JS */
  background-image: repeating-linear-gradient(
    90deg,
    #E8397E 0,
    #E8397E 10px,
    transparent 10px,
    transparent 13px
  );
  background-color: #E8397E;
  transition: width .9s cubic-bezier(.2,.8,.2,1);
  transform-origin: left center;
}

/* Reveal piloté en JS (IntersectionObserver) : compatible partout,
   contrairement à animation-timeline: view() qui ne couvre pas Safari/Firefox. */
.nb-rating-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1);
}

.nb-rating-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nb-rating-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255,255,255,.65) !important;
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  .nb-rating-bar-fill {
    transition: none;
  }

  .nb-rating-item {
    transition: none;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .nb-rating-grid {
    grid-template-columns: 1fr;
  }

  .nb-rating-item {
    padding: 26px 24px;
  }
}

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

  .nb-rating-header {
    padding: 0 20px 30px;
  }

  .nb-rating-grid {
    padding: 0 20px;
  }

  .nb-rating-score strong {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b65005e */.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 */