.timeout_dialog
{
	position: fixed;
    width: 54vw;
    height: 8vw;
    background-color: #ffffff;
    font-family: Calibri;
    font-size: 1.2vw;
}

.timeout_dialog_icone
{
	position: absolute;
    left: 1.5vw;
    top: 2vw;
	height: 3vw;
    max-height: 100%;
    width: auto;
}

.timeout_dialog_body
{
    position: absolute;
    top: 1.3vw;
    left: 6.5vw;
}

