.wz-share__wrapper {
  gap: 20px !important;
}
.wz-share__wrapper__item {
  margin: 0 !important;
}

/* === HERO FULL SCREEN - VERSION CIBLÉE WIZISHOP === */

.grande-photo,
.grande-photo .wizi-img,
.grande-photo .wizi-img--simple,
.grande-photo .wizi-img--large,
.grande-photo .oper--one-img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: calc(-50vw + 50%) !important;
    overflow: hidden !important;
    position: relative !important;
}

.grande-photo img.wizi-img__item,
.grande-photo picture img,
.grande-photo .wizi-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    min-height: 100vh !important;
}

