/* Protection anti-copie — pages publiques Stop-H */
body.stoph-copy-protected {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

body.stoph-copy-protected input,
body.stoph-copy-protected textarea,
body.stoph-copy-protected select,
body.stoph-copy-protected [contenteditable="true"],
body.stoph-copy-protected .allow-copy,
body.stoph-copy-protected .allow-copy * {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

body.stoph-copy-protected img,
body.stoph-copy-protected picture,
body.stoph-copy-protected video,
body.stoph-copy-protected canvas,
body.stoph-copy-protected .youtube-thumb,
body.stoph-copy-protected [style*="background-image"] {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

body.stoph-copy-protected img {
  pointer-events: none;
}

/* Vidéos / boutons sur miniatures : garder le clic */
body.stoph-copy-protected .youtube-thumb,
body.stoph-copy-protected .youtube-thumb * {
  pointer-events: auto;
}
