/* -------------------------------------
  SKIN COLORS 
------------------------------------  */
body {
  background-color: #cfcdfe;
  /* in stats -- Background */
  color: #5743b6;
  /* in stats -- Body texte */
}

#header,
.c-title,
.button {
  background-color: #cfcdfe;
  /* in stats -- Header background */
  color: #fc3ec9;
  /* in stats -- Header texte */
}

#content .wrapper,
.catcher {
  background-color: #f6cee8;
  /* in stats -- Body background */
}



