/* RW Anti Copie & Images */

body.rw-aci-no-select,
body.rw-aci-no-select *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]):not([contenteditable=""]):not(.rw-aci-allow-select):not(.rw-aci-allow-select *) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.rw-aci-protect-images img,
body.rw-aci-protect-images picture,
body.rw-aci-protect-images figure {
    -webkit-user-drag: none;
    user-drag: none;
}

.rw-aci-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 2147483647;
    transform: translateX(-50%) translateY(18px);
    max-width: calc(100vw - 32px);
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(20, 20, 28, .94);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 10px 32px rgba(0,0,0,.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.rw-aci-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media print {
    body.rw-aci-no-print * {
        display: none !important;
        visibility: hidden !important;
    }

    body.rw-aci-no-print::before {
        content: "Impression désactivée pour ce contenu protégé.";
        display: block !important;
        visibility: visible !important;
        padding: 40px;
        font-family: Arial, sans-serif;
        font-size: 18px;
        color: #111;
    }
}
