html, body {
    margin: 0;
    padding: 0;
}

body{
    background-image: url("images/brand_bleu_web.jpg");
    background-size: cover;
}

@media screen and (max-width: 768px) {
    body{
        background-image: url("images/brand_bleu.png");
        background-size: cover;
    }    
}

#container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
    width: 100vw;
    height: 100vh;
    background-image: url("images/brand_bleu_web.jpg");
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #container{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: end;
        width: 100vw;
        height: 100vh;
        background-image: url("images/brand_bleu.png");
        background-size: cover;
    }
}

#logoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}

.mes{
    width: 150px;
    margin-top: 40px;
}

.logo{
    width: 80px;
    margin-top: 150px;
    margin-bottom: 25px;
}

#versionContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.version{
    margin-bottom: 25px;
    color: #fff;
    font-size: 14px;
}

.ohLala {
    width: 140px;
}

