/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}
body.path-user main {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
body.path-user main .wrapper-nice-login {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}
body.path-user main .wrapper-nice-login .user-login-form label,
body.path-user main .wrapper-nice-login .user-pass label {
  display: block;
}
body.path-user main .wrapper-nice-login .user-login-form input[type="text"],
body.path-user main .wrapper-nice-login .user-pass input[type="text"],
body.path-user main .wrapper-nice-login .user-login-form input[type="password"],
body.path-user main .wrapper-nice-login .user-pass input[type="password"] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #adb5bd;
  border-radius: 5px;
}
body.path-user main .wrapper-nice-login .user-login-form .form-type-password,
body.path-user main .wrapper-nice-login .user-pass .form-type-password {
  margin-bottom: 0;
}
body.path-user main .wrapper-nice-login .user-login-form .nice-login-pass,
body.path-user main .wrapper-nice-login .user-pass .nice-login-pass {
  font-size: 0.8rem;
  position: relative;
}
body.path-user main .wrapper-nice-login .user-login-form input[type="submit"],
body.path-user main .wrapper-nice-login .user-pass input[type="submit"] {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #C1002A;
  color: #C1002A;
  transition: all 0.5s ease;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
body.path-user main .wrapper-nice-login .user-login-form input[type="submit"]:hover,
body.path-user main .wrapper-nice-login .user-pass input[type="submit"]:hover,
body.path-user main .wrapper-nice-login .user-login-form input[type="submit"]:focus,
body.path-user main .wrapper-nice-login .user-pass input[type="submit"]:focus {
  background: #C1002A;
  color: #ffffff;
}
body.path-user main .wrapper-nice-login .user-login-form .samlauth-auth-login-link,
body.path-user main .wrapper-nice-login .user-pass .samlauth-auth-login-link {
  padding: 0.5rem 1rem;
  border: 1px solid #C1002A;
  border-radius: 5px;
  display: inline-block;
  padding-left: 3rem;
  color: #ffffff;
  background: url("https://assets.ensam.eu/logo/fr/monogrAM_trans.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body.path-user main .wrapper-nice-login .user-login-form .samlauth-auth-login-link:hover,
body.path-user main .wrapper-nice-login .user-pass .samlauth-auth-login-link:hover,
body.path-user main .wrapper-nice-login .user-login-form .samlauth-auth-login-link:focus,
body.path-user main .wrapper-nice-login .user-pass .samlauth-auth-login-link:focus {
  background-color: #C1002A;
  color: #ffffff !important;
  transition: all 0.5s ease;
}
.menu .menu-item.menu-user-login a {
  padding: 0.5rem 1rem;
  background-color: #C1002A;
  border: 1px solid #C1002A;
  color: #ffffff;
  transition: all 0.5s ease;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.menu .menu-item.menu-user-login a:hover,
.menu .menu-item.menu-user-login a:focus {
  background: transparent;
  color: #C1002A;
}
.menu--account ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.menu--account ul.menu > li a {
  color: #000;
  padding: 10px 5px;
  font-size: 0.8rem;
}
.menu--account ul.menu > li a:hover,
.menu--account ul.menu > li a:focus {
  color: #000;
}
/*# sourceMappingURL=./user.css.map */