.rouge {
  color: #c42235;
}
.orange {
  color: #d0661c;
}
.vert {
  color: #77bc00;
}
.rouge {
  color: #c42235;
}
.orange {
  color: #d0661c;
}
.vert {
  color: #77bc00;
}
/* POLICES */
.defaultPolice {
  font-family: klavika-web, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}
.proximaLight {
  font-style: normal;
  font-weight: 300;
}
strong {
  font-weight: bold !important;
}
i {
  font-style: italic !important;
}
html,
body {
  margin: 0 !important;
  height: 100%;
}
html {
  background-color: #000000;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  cursor: hand;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
}
main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
main #connexion {
  max-width: 485px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main #connexion img {
  width: 100%;
}
main #connexion h1 {
  width: 100%;
  margin: 20px 0 30px 0;
  color: #ffffff;
  text-align: center;
  font-family: klavika-web, sans-serif;
  font-style: normal;
  font-weight: 300;
}
main #connexion h1 strong {
  font-family: klavika-web, sans-serif;
  font-style: normal;
  font-weight: 600;
}
main #connexion form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main #connexion form #users {
  height: 50px;
  margin: 0 auto 10px auto;
  background-color: #ffffff;
  border: none;
  font-family: klavika-web, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
main #connexion form #fields {
  width: 100%;
  display: flex;
}
main #connexion form #fields input[type="text"],
main #connexion form #fields input[type="password"] {
  box-sizing: border-box;
  width: 50%;
  height: 50px;
  padding: 0 0 0 39px;
  border: none;
  color: #ffffff;
  font-family: klavika-web, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
main #connexion form #fields input[type="text"]#identifiant,
main #connexion form #fields input[type="password"]#identifiant {
  display: block;
  background: url("/img/pictoProfil_blanc.png") 11px center no-repeat rgba(255, 255, 255, 0.1);
  background-size: 15px;
  border-left: solid 1px #ffffff;
}
main #connexion form #fields input[type="text"]#identifiant:hover,
main #connexion form #fields input[type="password"]#identifiant:hover {
  background: url("/img/pictoProfil_noir.png") 11px center no-repeat #ffffff;
  background-size: 15px;
  color: #000000;
}
main #connexion form #fields input[type="text"]#mdp,
main #connexion form #fields input[type="password"]#mdp {
  display: block;
  background: url("/img/pictoCle_blanche.png") 11px center no-repeat rgba(255, 255, 255, 0.1);
  background-size: 12px;
  border-right: solid 1px #ffffff;
}
main #connexion form #fields input[type="text"]#mdp:hover,
main #connexion form #fields input[type="password"]#mdp:hover {
  background: url("/img/pictoCle_noire.png") 11px center no-repeat #ffffff;
  background-size: 12px;
  color: #000000;
}
main #connexion form input[type="submit"] {
  height: 50px;
  margin: 40px auto 0 auto;
  padding: 7px 20px 10px 20px;
  color: #ffffff;
  background-color: #000000;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-top: none;
  border-bottom: none;
  font-family: klavika-web, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
main #connexion form input[type="submit"]:hover {
  color: #000000;
  background-color: #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
