
html, body
{
 height: 100%;
 overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    /* background-color: #fefefe; */
    margin: 10% auto;
    padding: 20px;
    /* border: 1px solid #888;
    width: 60%; */
    width: 50%;
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
    box-shadow: inset 0 0 8px #40FFAF;
    border-radius: 43px;
    background-color: #231750;/*gerer la couleur de fond de la carte de message game over*/
    color: white;
    color: white;
    right: auto;
    left: 130px;
    top: 23px;
    margin-top: 454px;
    margin-top: 101px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#gameOverText {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.gameOverLabel {
    width: 267px;
    height: 74px;
    display: block;
    margin: auto;
}


/* carte de message game over */
.gameOverDesc {
    text-align: center;
    font-size: 20px;
    color: white;
}

.gamePause {
  /*margin-bottom: 99px;*/
    text-align: center;
    font-size: 50px;
    color: #33ffd7;
    margin-left:auto;
    margin-right: auto;
}

.gamePlayPause {
    text-align: center;
    font-size: 20px;
    color:  #33ff39 ;
    margin-left:auto;
    margin-right: auto;
}

.levelTransitionMessage {
  text-align: center;
  font-size: 20px;
}
