/* POLICES */
.proximaExCn {
  font-family: "proxima-nova-extra-condensed", sans-serif;
}
.defaultPolice {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
}
.proximaThin {
  font-style: normal;
  font-weight: 200;
}
.proximaLight {
  font-style: normal;
  font-weight: 300;
}
.proximaSemiBold {
  font-weight: 600;
}
.proximaBold {
  font-style: normal;
  font-weight: 800;
}
.proximaRegular {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.log {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #04a6eb;
  margin: 0;
}
.globalLogin {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.globalLogin .pageLogin {
  width: 100%;
  height: auto;
  margin: 50px auto 0 auto;
}
.globalLogin .pageLogin .logo {
  width: 250px;
  height: 300px;
  display: block;
  position: relative;
  background: transparent url('/img/login2.png') no-repeat center top;
  background-size: 100%;
  margin: 0 auto;
  text-align: center;
}
.globalLogin .pageLogin h1 {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #525252;
  font-size: 1.875em;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.globalLogin .pageLogin .blocTour {
  width: 140px;
  height: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  color: #04a6eb;
  background: #525252;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 2.5em;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 15px;
  text-transform: uppercase;
}
.globalLogin .pageLogin .blocTour:before {
  content: " ";
  width: 30px;
  height: 15px;
  position: absolute;
  background: transparent url('/img/pointeGrise.png') no-repeat left top;
  background-size: 100%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  text-align: center;
  margin-top: -15px;
}
.globalLogin .pageLogin .blocErr {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 10px;
  color: #ff0000;
  text-transform: uppercase;
}
.globalLogin .pageLogin form#formLogin {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
.globalLogin .pageLogin form#formLogin input.j_username {
  display: none;
}
.globalLogin .pageLogin form#formLogin input.passwordField {
  width: 250px;
  height: 60px;
  line-height: 20px;
  margin: 0 auto;
  background: transparent url('/img/champ_mdp.png') no-repeat center top;
  background-size: 100%;
  padding: 0 0 0 40px;
  border: none;
  color: #04a6eb;
  font-size: 1.5625em;
}
.globalLogin .pageLogin form#formLogin input.passwordField:focus {
  outline: none;
}
.globalLogin .pageLogin form#formLogin input[type="submit"] {
  display: block;
  width: 290px;
  height: 60px;
  line-height: 60px;
  margin: 10px auto 0 auto;
  color: #04a6eb;
  background-color: #ffffff;
  border-radius: 5px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.875em;
  text-transform: uppercase;
  border: none;
}
