/* packcom/Common/common.css */

body {
    margin:0;
    background-color : #321; 
}

.hexaControl {
    display  : ;
    font-size: 4em;
    position : absolute;
    top      : 0em;
    left     : -4em;
}
.Ce {
    color    : white;
    position : absolute;
    top      : 1em;
    left     : 1em
}
.Xp {
    color    : red;
    position : absolute;
    top      : 1.375em;
    left     : 1.65em
}
.Xm {
    color    : red;
    position : absolute;
    top      : 0.625em;
    left     : 0.35em
}
.Yp {
    color    : green;
    position : absolute;
    top      : 0.25em;
    left     : 1em
}
.Ym {
    color    : green;
    position : absolute;
    top      : 1.75em;
    left     : 1em
}
.Zp {
    color    : blue;
    position : absolute;
    top      : 0.625em;
    left     : 1.65em
}
.Zm {
    color    : blue;
    position : absolute;
    top      : 1.375em;
    left     : 0.35em
}

.TableauDeBord {
    position  : absolute; 
    right     : 1em;
    top       : 1em;
    font-size : 0.5em;
    display   : none;
}
.TableauDeBord button {
    background-color : grey;
}
.TableauDeBord audio {
    margin-bottom : -8px;
}
#audioControl {
    height : 25px;
    background-color: ;
} 
#audioRestartDiv {
    position   : absolute;
    right      : 1em;
    top        : 3em;
    font-size  : 1.5em;
    font-style : italic;
    color      : white;
}
#restartAudio {
    background-color : white;
}
