
/* MediQual — photo d'accueil FHD */
body.home .hero .hero__visual,
body.home .hero .hero__media,
body.home .hero [class*="hero__visual"],
body.home .hero [class*="hero__media"] {
    background: transparent !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 34px !important;
    line-height: 0 !important;
}

body.home .hero .mq-home-fhd-wrap {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1.77683316 !important;
    overflow: hidden !important;
    border-radius: 34px !important;
    background: transparent !important;
    line-height: 0 !important;
}

body.home .hero .mq-home-fhd-wrap img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 34px !important;
    image-rendering: auto !important;
}

body.home .hero .hero__visual::before,
body.home .hero .hero__visual::after,
body.home .hero .hero__media::before,
body.home .hero .hero__media::after,
body.home .hero [class*="badge"],
body.home .hero [class*="floating"] {
    display: none !important;
    content: none !important;
}

@media (max-width: 768px) {
    body.home .hero .hero__visual,
    body.home .hero .hero__media,
    body.home .hero .mq-home-fhd-wrap,
    body.home .hero .mq-home-fhd-wrap img {
        border-radius: 22px !important;
    }
}
