

html {
    height: 100%;
}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background-color: #5b5b5b;
}

.favicon {
    height: 2em;
    width: auto;
    vertical-align: middle;
}


a, a:visited {
    color: white;
    text-decoration: none;
}


#error0 {
    text-align: center;
    background-color: #cfffc9;
    border: solid #52e561;
    border-radius: 10px;
    color: #52e561;
    margin-bottom: 25px;
}

#error1 {
    text-align: center;
    background-color: #ffb2b2;
    border: solid #e85353;
    border-radius: 10px;
    color: #e85353;
    margin-bottom: 25px;
}


@media(orientation: portrait) {
    body {
        font-size: 2em;
    }

    p img {
        height: 1em;
    }

    .favicon {
        height: 1em;
    }

    .boutonCliquable {
        background-color: #f9df90;
        border-color: #f9df90;
        border-radius: 10px;
        font-size: 2em;
        width: 75%;
    }

}