body {
    font-family: 'Montserrat';
    font-size: 13px;
    padding-top: 50px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.panelJeu{
    max-width:400px;}

.menuJeu{
    max-width:400px;}

.grilleJeu{
    max-width:360px;}

.row{
    padding-bottom: 2px;}

.col-xs-2{
    padding-left:2px; padding-right:2px;}

.panel-body{
    position: relative}

.panel-heading{
    font-size: 0.9em;
}


timer{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width:40%;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 3em;
    /*border:1px solid red;*/
}

.panel-victory{
    position: absolute;
    background-color: #FFF;
    border:8px solid #22C048;
    width: 50%;
    height: 25%;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 1;
    margin: auto;
    opacity:0.96;
}

.victory-message{
    position: absolute;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 50px;
}

.div-case{
    position: relative;
    cursor:pointer}

.text-case{
    font-size: 1.4em;
    margin: auto;
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;   
    /* Desactive la sélection de texte*/
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.caseNormal{
    background-color: white;
}

.caseOn{
    background-color: #f3f72a;
}

.caseOff{
    background-color: #5c5d5e;    
}
