﻿div#dFlashVersion {
    border: 1px solid red;
    font-family: Arial;
    font-size: 16px;
    color: red;
    display: none;
}

@media screen and (min-width: 800px) {
    body {
        background-image: url(../../images/fond.png);
        overflow: hidden;
    }

    #identification {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #titre {
        text-align: center;
        color: #fff;
        margin-bottom: 2em;
    }

    #bandeau {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 1em;
    }

        #bandeau .row {
            margin: 0;
        }

    #logo {
        margin: 0;
        float: left;
    }

    #infos {
        margin: 0;
        float: right;
        color: #DDD;
        font-size: 1.3em;
    }

    #logos {
        text-align: center;
    }

        #logos img {
            width: 7%;
        }

    #passRecup a {
        color: white !important
    }

        #passRecup a:hover {
            color: white !important
        }
}

#logo > img {
    max-width: 85%;
}

#bandeauCentre {
    color: white;
    font-size: 28px;
}

#fLoginPasswordDiv {
    margin-bottom: 30px;
}

#bValidForm {
    width: 100%;
}

#passRecup {
    display: none;
    height: 30px;
}

#msgCnx {
    display: none;
}

.HideInLoad {
    display: none;
}
