/* -------------------------------------
  SKIN COLORS 
------------------------------------  */
body {
  background-color: #ed3333;
  /* in stats -- Background */
  color: #364049;
  /* in stats -- Body texte */
}

#header,
.c-title,
.button {
  background-color: #7a0026;
  /* in stats -- Header background */
  color: #ff6e35;
  /* in stats -- Header texte */
}

#content .wrapper,
.catcher {
  background-color: #ffffff;
  /* in stats -- Body background */
}
