body {
    font-family: Calibri, Arial, verdana, sans-serif;
    background-color: #ecf6ec;
}

.instructions {
    max-width: 800px;
    margin: auto;
    text-align: center
}

.instructions h3,
.instructions h2 {
    color: #136b18;
}

.instructions .erreur {
    color: rgb(200, 0, 0);
}

.instructions table {
    text-align: left;
}

h1 {
    font-size: 26px;
    color: #136b18;
    width: 100%;
    margin: 1em 0;
    text-transform: uppercase;
}

.content {
    max-width: 840px;
    margin: 100px auto;

}

.content li {
    margin: 15px 0;
    font-size: 1.2em;
}

ul {
    list-style: circle;
}

li a {
    text-decoration: none;
}

li a:hover {
    text-decoration: underline;
}

#udem_cookie_consent_toggle{
    padding: 1em;
    float: right;
}