@charset "UTF-8";
#divErreur .h2,
#divConstruction .h2{
    font-size: 1em;
    font-family: 'DINLight', sans-serif;
}

#divErreur #messageErreur,
#divConstruction #messageConstruction{
    font-size: 8em;
    color: #CCF0F4;
    font-weight: bold;
}

#divErreur #imageErreur,
#divConstruction #imageConstruction {
    position: absolute;
    top: 120px;
    left: 50%;
    color: #FFF;
    font-size: 1em;
    background-image: url('../../images/switch_red.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 50px 0px 10px;
    margin-left: -50px;
    text-transform: uppercase;
    font-family: 'Comfortaa', sans-serif;
    line-height: 4em;
}

#divErreur #imageErreur{
    background-image: url('../../images/switch_red.png');
}
#divConstruction #imageConstruction {
    background-image: url('../../images/sablier.png');
    background-size: auto;
    line-height: 10em;
    text-indent: -10000;
}