/* Ouvralis — affichage temporaire et accessible des mots de passe. */
.password-visibility-wrap{position:relative;display:block;width:100%}
.password-visibility-wrap>input{width:100%!important;min-width:0!important;padding-right:50px!important}
.password-visibility-toggle{
  all:unset!important;
  position:absolute!important;
  z-index:20!important;
  top:50%!important;
  right:2px!important;
  width:44px!important;
  height:44px!important;
  display:grid!important;
  place-items:center!important;
  transform:translateY(-50%)!important;
  border-radius:9px!important;
  color:#334155!important;
  background:rgba(255,255,255,.78)!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
  box-shadow:none!important;
}
.password-visibility-toggle:hover{color:#1d4ed8!important;background:#eff6ff!important;transform:translateY(-50%)!important}
.password-visibility-toggle:focus-visible{outline:3px solid rgba(37,99,235,.2)!important;outline-offset:1px!important}
.password-visibility-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
