/*
 * SR Événements — Stand Luna V8.45
 * Galerie masonry compacte : proportions originales et espacement constant.
 */
body.sr-luna843-page{
  --sf-yellow:#f5c400;
  --sf-dark:#101218;
  --sf-text:#20242b;
  --sf-muted:#6e747d;
  --sf-line:#e1e5e9;
}

.sr-luna843-hero{min-height:760px}
.sr-luna843-hero .hero-slide:nth-child(1) img{object-position:center 48%}
.sr-luna843-hero .hero-slide:nth-child(2) img{object-position:center 54%}
.sr-luna843-hero .hero-slide:nth-child(3) img{object-position:center 51%}
.sr-luna843-hero .hero-slide:nth-child(4) img{object-position:center 48%}
.sr-luna843-hero .hero-slide:nth-child(5) img{object-position:center 50%}

.sr-luna843 .technical-img.luna-product-focus{
  display:flex;
  min-height:520px;
  padding:24px;
  align-items:center;
  justify-content:center;
  background:#11151a;
}
.sr-luna843 .technical-img.luna-product-focus img{
  display:block;
  width:100%;
  height:auto;
  max-height:600px;
  object-fit:contain;
  border-radius:12px;
}

.sr-luna843 .luna-gallery-grid{
  display:block!important;
  column-count:2;
  column-gap:16px;
}
.sr-luna843 .luna-gallery-grid figure{
  display:inline-block!important;
  width:100%;
  min-width:0;
  max-width:none!important;
  margin:0 0 16px!important;
  vertical-align:top;
  break-inside:avoid;
  page-break-inside:avoid;
  -webkit-column-break-inside:avoid;
}
.sr-luna843 .luna-gallery-grid .gallery-half,
.sr-luna843 .luna-gallery-grid .gallery-full,
.sr-luna843 .luna-gallery-grid .gallery-third,
.sr-luna843 .luna-gallery-grid .gallery-small,
.sr-luna843 .luna-gallery-grid .gallery-centered-960{
  width:100%!important;
  max-width:none!important;
}
.sr-luna843 .luna-gallery-grid a,
.sr-luna843 .luna-gallery-grid img{
  display:block!important;
  width:100%!important;
  height:auto!important;
}
.sr-luna843 .luna-gallery-grid img{
  object-fit:contain!important;
  transform:none!important;
}
.sr-luna843 .luna-gallery-grid figure:hover img{transform:none!important}

.sr-luna843 .luna-products{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.sr-luna843 .luna-products .hikashop_product_name{
  min-height:62px!important;
}

.sr-luna843 .luna-showcase .showcase-img{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:#0d1117;
}
.sr-luna843 .luna-showcase .showcase-img img{
  width:100%;
  height:auto;
  max-height:650px;
  object-fit:contain;
  border-radius:12px;
}

@media(max-width:760px){
  .sr-luna843-hero{min-height:790px}
  .sr-luna843 .luna-gallery-grid{column-count:1;column-gap:0}
  .sr-luna843 .luna-gallery-grid figure{margin-bottom:14px!important}
  .sr-luna843 .luna-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sr-luna843 .technical-img.luna-product-focus,
  .sr-luna843 .luna-showcase .showcase-img{min-height:0;padding:14px}
}

@media(max-width:520px){
  .sr-luna843 .luna-products{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  .sr-luna843-hero .hero-slide,
  .sr-luna843 .luna-gallery-grid img{transition:none!important}
}
