/**
 * Illustration du réseau PubMe sur la page Partenaires.
 * Chargée uniquement sur cette page et appliquée seulement aux ordinateurs.
 * Le rendu mobile existant reste strictement inchangé.
 */
@media (min-width: 901px) {
    body.page-id-243 .ph-screen {
        align-self: center;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 560px !important;
        height: auto !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        overflow: visible !important;
        border-radius: 36px !important;
    }

    body.page-id-243 .ph-display {
        display: block !important;
        box-sizing: border-box;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        border: 1px solid rgba(82, 173, 222, 0.22);
        border-radius: 36px !important;
        background-color: #e8f6ff !important;
        background-image: url("pubme-partners-network-art.webp") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
        box-shadow:
            0 30px 70px rgba(28, 112, 163, 0.16),
            0 8px 22px rgba(30, 113, 163, 0.10),
            inset 0 0 0 1px rgba(255, 255, 255, 0.62);
    }

    body.page-id-243 .ph-display::before,
    body.page-id-243 .ph-display::after {
        display: none !important;
        content: none !important;
    }
}
