/*
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;
}
.glitchedMessage {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  font-family: courier, futura-pt;
  font-smoothing: antialiased;
  margin: 0.8em 0;
  font-size: 20px;
  color: #f6f4f0;
}
.ghost,
.glitch {
  opacity: 1;
  color: #01aadb;
}
.loadingText {
  color: #f6f4f0;
  margin-right: 20px;
  text-align: right;
}
.loadingText.blue {
  color: #01aadb;
}
.hexa path {
  -webkit-animation: hexa 3s linear 0s infinite;
  -moz-animation: hexa 3s linear 0s infinite;
  animation: hexa 3s linear 0s infinite;
  fill: none;
  stroke: #01aadb;
}
.white {
  stroke: #fff;
}
/* Style du loaderContainer pour l'animation de chargement */
.loaderContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  /* Taille du SVG */
  /* Placement et style du message */
  /* Position du SVG */
}
.loaderContainer.small {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.loaderContainer.small svg {
  -webkit-transform: translate(0px, 0px) rotate(90deg);
  -moz-transform: translate(0px, 0px) rotate(90deg);
}
.loaderContainer.small path {
  stroke: #f6f4f0;
  transform: scale(0.15);
  stroke-width: 10px;
}
.loaderContainer.small path.blue {
  stroke: #01aadb;
}
.loaderContainer.small .message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0px;
  -ms-flex: 0 0 0px;
  flex: 0 0 0px;
}
.loaderContainer.medium {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.loaderContainer.medium svg {
  margin-top: 8px;
  left: 50%;
  margin-left: -50px;
}
.loaderContainer.medium path {
  stroke: #f6f4f0;
  transform: scale(0.65);
  stroke-width: 5px;
}
.loaderContainer.medium .message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}
.loaderContainer.large {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.loaderContainer.large svg {
  margin-top: 30px;
}
.loaderContainer.large path {
  stroke: #01aadb;
  transform: scale(1.1);
  stroke-width: 4px;
}
.loaderContainer.large .message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}
.loaderContainer .message {
  text-align: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.loaderContainer svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* Keyframe de dessination et tout trop stylé */
@-webkit-keyframes hexa {
  from {
    stroke-dashoffset: 353.23px;
  }
  to {
    stroke-dashoffset: -353.23px;
  }
}
@-moz-keyframes hexa {
  from {
    stroke-dashoffset: 353.23px;
  }
  to {
    stroke-dashoffset: -353.23px;
  }
}
@keyframes hexa {
  from {
    stroke-dashoffset: 353.23px;
  }
  to {
    stroke-dashoffset: -353.23px;
  }
}
