/* Bonplanscolmar V1.7 — couche de performance sans changement graphique. */

/* Réserver immédiatement la place du visuel LCP et éviter tout recalcul tardif. */
body.bpc-ivory-active .bpc-hero-visual {
  contain: layout paint;
}

body.bpc-ivory-active .bpc-hero-product img {
  display: block;
  content-visibility: visible;
}

/* Le navigateur peut ignorer le rendu des blocs réellement sous la ligne de flottaison. */
body.bpc-ivory-active .bpc-products-section,
body.bpc-ivory-active .bpc-loyalty,
body.bpc-ivory-active .bpc-reassurance,
body.bpc-ivory-active .bpc-ivory-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

@media (max-width: 480px) {
  body.bpc-ivory-active .bpc-hero-visual {
    min-height: 410px;
    height: 410px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bpc-ivory-active *,
  body.bpc-ivory-active *::before,
  body.bpc-ivory-active *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
