
.warningUI {
    display: none;
    position: absolute;
    z-index: 300;
    width: 80vw;
    height: 80vh;
    left: 10vw;
    top: 200vh;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 15pt;
    background-image: none;
    flex-flow: column;
    transition:top 0.2s;

}
.WarningBackground {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/Fond.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: black;
    /* opacity: 0.8; */
    z-index: -10;
    background-color: rgb(54, 54, 74);
    border-radius: 10px;
}



.WarningText {
    flex: 1;
    text-align: justify;
    font-size: 2rem;
    color: white;
    line-height: 3rem;
    padding: 2rem;
}

.WarningTitle {
    width: 80vw;
    color: white;
    font-weight: bold;
    flex: 0 0 6rem;
    align-self: center;
    font-size: 2rem;
    line-height: 6rem;
    background-color: rgba(200,200,200,0.8);
    justify-content: center;
}

.WarningQuit {
    z-index: 300;
    background-color: rgba(200,200,200,0.5);
    position: relative;
    margin: 2rem;
    color: white;
    background-position-x: 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    text-align: center;
    /* top: 15px; */
    /* font-size: 15pt; */
    /* margin: 10px; */
    /* display: flex; */
    vertical-align: middle;
    /* align-items: center; */
    border: none;
    justify-content: center;
    background-position-y: center;
    flex: 0 0 4rem;
    font-size: 2rem;
    line-height: 4rem;
}
.warningOverlay {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height:100vh;
    z-index: -12;
    position: absolute;

}
