/*
 * Occaz-Motard — protection invisible du formulaire public de contact article.
 * Pas de display:none : le champ reste présent pour piéger les robots qui
 * remplissent automatiquement tous les champs texte.
 */
.om-contact-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
