/*
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
/* line 5, style.scss */
* {
  box-sizing: border-box;
}

/* line 18, style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 28, style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, style.scss */
body {
  line-height: 1;
}

/* line 34, style.scss */
ol, ul {
  list-style: none;
}

/* line 37, style.scss */
blockquote, q {
  quotes: none;
}

/* line 41, style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 51, style.scss */
.clear {
  clear: both;
}

/* line 55, style.scss */
#message-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  text-align: center;
  padding: 1em;
  background: #fff;
  z-index: 99999;
  display: none;
  font-size: 2em;
}

/* line 70, style.scss */
body.default {
  /*PAGE */
  /* bloc des commandes */
  /* bloc des commandes de direction */
  /* bloc des commandes de fonction */
  /* styles des boutons */
  /*Menu Burger */
  /* Indicateur de la page commande*/
  /*Style Logo*/
  /* CANVAS */
  /*partie dessin Canvas mobile (Supprimer/Stop/Jouer)*/
  /* footer */
}
/* line 72, style.scss */
body.default html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 78, style.scss */
body.default body {
  height: 100%;
  width: 100%;
  text-align: center;
}
/* line 86, style.scss */
body.default #page {
  height: 100%;
  width: 100%;
}
/* line 93, style.scss */
body.default .menu {
  position: absolute;
  z-index: 99;
  float: left;
  width: 200px;
  height: 100%;
  color: white;
  background: #2D2F30;
}
/* line 105, style.scss */
body.default #direction {
  text-align: center;
  width: 180px;
  height: 200px;
  margin: 0 auto;
}
/* line 112, style.scss */
body.default #direction .aligner {
  text-align: center;
  margin-bottom: 10px;
}
/* line 116, style.scss */
body.default #direction .aligner .button {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 70px;
  font-size: 40px;
  cursor: pointer;
  border-radius: 2px;
}
/* line 126, style.scss */
body.default #direction .aligner .button:hover {
  background: #1d1e1f;
}
/* line 132, style.scss */
body.default #direction .aligner.btn-centre .button {
  float: left;
}
/* line 141, style.scss */
body.default #fonction {
  margin-top: 20px;
}
/* line 145, style.scss */
body.default #fonction .button {
  width: 50%;
  float: left;
  margin: 0px;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
  border: 1px solid #1d1e1f;
}
/* line 155, style.scss */
body.default #fonction .button:first-child {
  border-right: 0px;
}
/* line 159, style.scss */
body.default #fonction .button:hover {
  background: #1d1e1f;
}
/* line 163, style.scss */
body.default #fonction .button span {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 174, style.scss */
body.default .button {
  font-size: 400%;
  margin: 2%;
}
/* line 181, style.scss */
body.default #burger, body.default #mode {
  display: none;
}
/* line 186, style.scss */
body.default #commande {
  color: #FAE630;
}
/* line 192, style.scss */
body.default #logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  margin-left: 50px;
}
/* line 199, style.scss */
body.default #logo a {
  width: 100%;
  height: 100%;
}
/* line 203, style.scss */
body.default #logo img {
  width: 100%;
}
/* line 211, style.scss */
body.default #canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  z-index: 1;
}
/* line 224, style.scss */
body.default #mobileFonction {
  display: none;
  position: absolute;
  color: #fff;
  background: #2D2F30;
  width: 100%;
  bottom: 0;
  height: 3em;
  cursor: default;
}
/* line 234, style.scss */
body.default #mobileFonction div {
  height: 100%;
  width: 33.333%;
  float: left;
  z-index: 1;
  font-size: 2em;
  padding-top: 10px;
  text-align: center;
}
/* line 244, style.scss */
body.default #mobileFonction:active {
  color: #FAE630;
}
/* line 251, style.scss */
body.default #mobileFonction div:first-child {
  border-right: 2px solid #fff;
}
/* line 255, style.scss */
body.default #mobileFonction div:last-child {
  border-left: 2px solid #fff;
}

/* FIN : PARTIE DEFAULT*/
/* DEBUT : PARTIE MOBILE*/
/* line 265, style.scss */
body.mobile {
  /*PAGE */
  /* bloc des commandes */
  /* bloc des commandes de direction */
  /* bloc des commandes de fonction */
  /* styles des boutons */
  /*Menu Burger */
  /* bloc du contenu du menu Burger*/
  /* Indicateur de la page commande*/
  /*Style Logo*/
  /* CANVAS */
  /*partie dessin Canvas mobile (Supprimer/Stop/Jouer)*/
  /* footer */
}
/* line 267, style.scss */
body.mobile html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 273, style.scss */
body.mobile body {
  height: 100%;
  width: 100%;
  text-align: center;
}
/* line 281, style.scss */
body.mobile #page {
  height: 100%;
  width: 100%;
}
/* line 288, style.scss */
body.mobile .menu {
  position: fixed;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #2D2F30;
  text-align: center;
}
/* line 299, style.scss */
body.mobile #direction {
  text-align: center;
  width: 320px;
  height: 320px;
  margin: 0 auto;
}
/* line 306, style.scss */
body.mobile #direction .aligner {
  text-align: center;
  margin-bottom: 10px;
}
/* line 310, style.scss */
body.mobile #direction .aligner .button {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 100px;
}
/* line 319, style.scss */
body.mobile #direction .aligner.btn-centre .button {
  display: inline-block;
}
/* line 322, style.scss */
body.mobile #direction .aligner.btn-centre .btn-middle {
  margin: 0px 5px;
}
/* line 331, style.scss */
body.mobile #fonction {
  display: none;
}
/* line 338, style.scss */
body.mobile .button {
  font-size: 400%;
  margin: 2%;
}
/* line 345, style.scss */
body.mobile #burger {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  border: none;
  font-size: 2em;
  color: #fff;
  background: #2d2f30;
  margin: 0px;
  padding: 0.4em;
}
/* line 361, style.scss */
body.mobile #mode {
  z-index: 1;
  display: none;
  font-size: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 2.5em;
  padding-right: 1em;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2d2f30;
}
/* line 375, style.scss */
body.mobile #mode li {
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  padding: 3px;
  cursor: default;
}
/* line 381, style.scss */
body.mobile #mode li:active {
  color: #FAE630;
}
/* line 389, style.scss */
body.mobile #commande {
  color: #FAE630;
}
/* line 395, style.scss */
body.mobile #logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  max-width: 175px;
}
/* line 402, style.scss */
body.mobile #logo a {
  width: 100%;
  height: 100%;
}
/* line 406, style.scss */
body.mobile #logo img {
  width: 100%;
}
/* line 414, style.scss */
body.mobile #canvas {
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
/* line 430, style.scss */
body.mobile #mobileFonction {
  display: none;
  position: absolute;
  color: #fff;
  background: #2D2F30;
  width: 100%;
  bottom: 0;
  height: 3em;
  cursor: default;
}
/* line 440, style.scss */
body.mobile #mobileFonction div {
  height: 100%;
  width: 33.333%;
  float: left;
  z-index: 1;
  font-size: 2em;
  padding-top: 10px;
  text-align: center;
}
/* line 450, style.scss */
body.mobile #mobileFonction:active {
  color: #FAE630;
}
/* line 457, style.scss */
body.mobile #mobileFonction div:first-child {
  border-right: 2px solid #fff;
}
/* line 461, style.scss */
body.mobile #mobileFonction div:last-child {
  border-left: 2px solid #fff;
}

/* FIN : PARTIE MOBILE*/
