.login form {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}



.Extranet {
  font-size: 1rem; /* 16px */
  line-height: 1.25em; /* 20px */
  margin: 0 auto;
  max-width: 740px;
}
.Extranet-header {
  margin: 0 0 5em;
}
.Extranet-user {
  text-align: right;
}
.Extranet-user a {
  color: #;
  text-decoration: underline;
}
.Extranet-user a:hover,
.Extranet-user a:focus {
  text-decoration: none;
}

.Extranet-section {
  margin: 0 0 2.5em; /* 0 0 40px */
}
.Extranet-section-title {
  color: #f24d2c;
  font-size: 1.414em; /* 23px */
  line-height: 1.326em; /* 30px */
  margin: 0 0 .884em; /* 0 0 20px */
}

.DocumentList {
  font-size: 1rem; /* 16px */
  line-height: 1.25em; /* 20px */
}
.DocumentList-item {
  margin: 0 0 .9375em; /* 0 0 15px */
}

.DocumentItem {
  color: #222b41;
  font-size: 1rem; /* 16px */
  line-height: 1.25em; /* 20px */
}
.DocumentItem-icon {
  color: #f24d2c;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}
.DocumentItem-title {
  display: block;
  overflow: hidden;
}
.DocumentItem-title::after {
  color: #f24d2c;
  content: "\0A0Télécharger";
}


.Extranet-form {
  margin: 0 auto;
  max-width: 75%;
}
.Extranet-form form {
  align-items: baseline;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.Extranet-form p,
.Extranet-form div {
  flex: 0 0 auto;
  margin: 0 0 1.25em; /* 0 0 20px */
  position: relative;
  width: 100%;
}
.Extranet-form div {
  margin: 0;
}
.Extranet-form .login-password {
  margin-bottom: 2.5em;
}
.Extranet-form .login-remember,
.Extranet-form .login-submit {
  width: auto;
}
.Extranet-form .login-nav {
  margin: 1.25em 0 0;
}
.Extranet-form .login-nav a {
  text-decoration: underline;
}
.Extranet-form .login-nav a:hover,
.Extranet-form .login-nav a:focus {
  text-decoration: none;
}

.Extranet-form label {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.111em;
  margin: 0 0 .625em; /* 0 0 10px */
}
.Extranet-form input[type=text],
.Extranet-form input[type=password] {
  border: 0;
  color: inherit;
  height: 2.5em; /* 40px */
  max-width: 100%;
  padding: .625em 10px; /* 10px 10px */
  width: 100%;
}
.Extranet-form input[type=checkbox] {
  height: 1em;
  font-size: 14px;
  line-height: 0;
  margin: -4px 4px 0 0;
  vertical-align: middle;
  width: 1em;
}




.Extranet-form input[type=submit] {
  background-color: #36abaf;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.25em;
  min-height: 1.25em;
  min-width: 200px;
  padding: 1em 10px .875em; /* 16px 10px 14px */
  text-align: center;
  text-transform: uppercase;
}


#login {
  padding-top: 0;
  width: auto;
}
#login h1 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#login form {
  background: none;
  box-shadow: none;
  margin: 0 0 2.5em;
  padding: 0;
}
#login .input {
  font-size: 1rem;
  margin: 0;
  padding: .625em 10px; /* 10px 10px */
  width: 100%;
}
#login label .input {
  margin-top: .625em;
}
#login form p {
  margin-bottom: 1.25em;
}
#login form label {
  cursor: default;
  margin: 0;
  width: 100%
}
#login form p.forgetmenot,
#login form p.submit {
  float: none;
  margin: 1.25em 0 0;
  width: auto;
}
#login .forgetmenot label {
  font-size: 1.125em;
  line-height: 1.111em;
}
#login .forgetmenot [type=checkbox] {
  height: 1em;
  width: 1em;
  -webkit-appearance: checkbox;
}
#login .forgetmenot [type=checkbox]::before {
  content: normal;
}
#login form p.submit {
  margin-left: auto;
}
#login input[type=submit] {
  background-color: #36abaf !important;
  box-shadow: none;
  border-radius: 0;
  float: none;
  height: auto;
  line-height: 1.25em;
  padding: 1em 10px .875em; /* 16px 10px 14px */
  text-shadow: none;
}
#backtoblog#backtoblog {
  display: none;
}
#nav#nav {
  font-size: 1rem;
  padding: 0;
}
#nav#nav a {
  color: inherit;
  text-decoration: underline;
}
#nav#nav a:hover,
#nav#nav a:focus {
  text-decoration: none;
}


#login_error,
#login .message {
  box-sizing: border-box;
  margin-bottom: 2.5em;
}
#login_error a,
#login .message a {
  color: inherit;
  text-decoration: underline;
}
#login_error a:hover,
#login_error a:focus,
#login .message a:hover,
#login .message a:focus {
  text-decoration: none;
}

#resetpassform#resetpassform p {
  margin-bottom: .625em;
}
