/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 juin 2014, 16:47:09.000
    Author     : wdouhard
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 mai 2014, 14:04:24.000
    Author     : mdosimont
*/
/* ORANGE */
/* BLEU */
/* VIOLET */
/* VERT */
/* ROUGE */
/* GRIS*/
/* AUTRES */
.roseClair.boxUser {
  background-color: #E57373;
}
.rouge.boxUser {
  background-color: #D32F2F;
}
.rose.boxUser {
  background-color: #C2185B;
}
.violetClair.boxUser {
  background-color: #9575CD;
}
.bleuFonce.boxUser {
  background-color: #303F9F;
}
.violet.boxUser {
  background-color: #7986CB;
}
.violetFonce.boxUser {
  background-color: #512DA8;
}
.bleu.boxUser {
  background-color: #64B5F6;
}
.turquoise.boxUser {
  background-color: #0097A7;
}
.bleuTurquoise.boxUser {
  background-color: #4DB6AC;
}
.vertFonce.boxUser {
  background-color: #00796B;
}
.vertClair.boxUser {
  background-color: #81C784;
}
.vert.boxUser {
  background-color: #388E3C;
}
.mauve.boxUser {
  background-color: #D473D4;
}
.moutarde.boxUser {
  background-color: #FBC02D;
}
.orange.boxUser {
  background-color: #FFA000;
}
.beige.boxUser {
  background-color: #FF8A65;
}
.orangeFonce.boxUser {
  background-color: #E64A19;
}
.grisMarron.boxUser {
  background-color: #A1887F;
}
.gris.boxUser {
  background-color: #90A4AE;
}
.noir.boxUser {
  background-color: #000000;
}
.marron.boxUser {
  background-color: #5D4037;
}
.grisFonce.boxUser {
  background-color: #455A64;
}
.violetFonce.boxUser {
  background-color: #AB47BC;
}
.rougeRose.boxUser {
  background-color: #E91E63;
}
.bleuNuit.boxUser {
  background-color: #3d4a6e;
}
.marronFonce.boxUser {
  background-color: #4c2015;
}
.verKaki.boxUser {
  background-color: #AFB42B;
}
.orangeClair.boxUser {
  background-color: #ff9700;
}
.vertBleu.boxUser {
  background-color: #466964;
}
.vertMarron.boxUser {
  background-color: #6e643d;
}
.bleuCyan.boxUser {
  background-color: #4DD0E1;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  background: #383838 url(../../../img/bg_motif_06.svg) no-repeat;
  background-size: cover;
  /* version standardisée */
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 100vh;
  /* Flex mode */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* Taille du corner de la boite (le reste doit être raccord) */
/* Style & layout de la boite de connexion */
.connectBox {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 400px;
  /* Gros hack pour pouvoir cacher un blur sur un coin de truc en haut avec le BG */
  /* Partie à droite du corner et éventuellement un titre si besoin */
  /* Contenu de la boite en elle-même */
}
.connectBox #grosHackDesFamilles {
  background-color: #2c2c2c;
  border-radius: 25%;
  height: 2px;
  position: absolute;
  top: 98px;
  width: 100%;
  z-index: 10;
}
.connectBox #connexion {
  position: relative;
  top: 60px;
}
.connectBox #connexion #tonOrigineMaudite {
  top: 234px;
}
.connectBox .loginLogo {
  font-family: "jaapokki", sans-serif;
  font-size: 1.7em;
  left: 50%;
  margin-left: -150px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 20;
}
.connectBox .loginLogo .jaapokkiRegular {
  font-family: "jaapokkiRegular", sans-serif;
}
.connectBox .loginLogo .txtLogo {
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  position: absolute;
  left: 50%;
  margin-top: 15px;
  margin-left: -35px;
}
.connectBox .triGaucheNometrie {
  background: url("../../../img/angle_home.png");
  height: 100px;
  left: -100px;
  top: 00px;
  position: absolute;
  width: 100px;
}
.connectBox .triGaucheNometrie:before {
  background: url("../../../img/angle_home_2.png");
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  -webkit-transition: all 250ms linear;
  content: ".";
  width: 100%;
}
.connectBox .triGaucheNometrie.onHover:before {
  opacity: 1;
}
.connectBox .headerConnectBox {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #2c2c2c;
  height: 100px;
  margin-left: 100px;
  position: relative;
}
.connectBox .headerConnectBox:before {
  border-color: transparent transparent #2c2c2c transparent;
  border-style: solid;
  border-width: 0 0 100px 100px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
}
.connectBox .headerConnectBox #loginLogo {
  margin-left: 50px;
  margin-top: 7px;
}
.connectBox .contentConnectBox {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #2c2c2c;
  border-top: 3px solid #2c2c2c;
  height: 325px;
  position: relative;
  width: 100%;
}
.connectBox .contentConnectBox #loaderContainer .loaderContainer.large .message {
  margin-top: 30px;
}
.connectBox .contentConnectBox #loaderContainer .loaderContainer.large svg {
  margin-top: 10px;
}
.connectBox .contentConnectBox .credentialsMsg {
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}
.connectBox .contentConnectBox .credentialsInput {
  margin: 0 auto;
  width: 300px;
}
.connectBox .contentConnectBox .credentialsInput input {
  margin-top: 30px;
  width: 100%;
}
.connectBox .contentConnectBox .credentialsOption {
  bottom: 30px;
  color: #5c5a58;
  position: absolute;
  right: -22px;
  width: 210px;
}
.connectBox .contentConnectBox .credentialsOption .keepMeLogged {
  left: -162px;
  position: relative;
  top: 50px;
}
.connectBox .contentConnectBox .credentialsOption .keepMeLogged label {
  font-size: 0.9em;
  font-weight: 500;
}
.connectBox .contentConnectBox .credentialsOption .keepMeLogged label:hover {
  color: #45bee1;
}
.connectBox .contentConnectBox .forgottenPassword {
  font-size: 0.9em;
  font-weight: 500;
  left: 220px;
  margin: 20px auto;
  position: relative;
  text-align: right;
  top: 19px;
  width: 300px;
}
.connectBox .contentConnectBox .credentialsSubmit {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(top, #45bee1, #0182a8);
  bottom: -23px;
  cursor: pointer;
  height: 45px;
  position: absolute;
  right: -22px;
  text-align: center;
  text-shadow: 1px 1px 1px #969696;
  width: 210px;
  z-index: 1;
}
.connectBox .contentConnectBox .credentialsSubmit:before {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: -webkit-linear-gradient(top, #74e0ff, #45bee1);
  -webkit-transition: all 250ms linear;
  content: ".";
  text-indent: -99999px;
}
.connectBox .contentConnectBox .credentialsSubmit:after {
  border-color: transparent transparent #016d8d transparent;
  border-style: solid;
  border-width: 0 22px 10px 0;
  bottom: 100%;
  content: " ";
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transition: all 250ms linear;
  z-index: -1;
}
.connectBox .contentConnectBox .credentialsSubmit:hover:after {
  border-color: transparent transparent #01aadb transparent;
}
.connectBox .contentConnectBox .credentialsSubmit:hover:before {
  opacity: 1;
}
.connectBox .contentConnectBox .credentialsSubmit .insideConnexionTextStyleOuesh {
  line-height: 45px;
}
.connectBox .contentConnectBox .hiddenSubmit {
  display: none;
}
#connexion,
#loaderContainer {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
