body {
    border-top: #161324 solid 30px;
    color: #23222b;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 150%;
    overflow-x: hidden;
}

.page {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
}

.logo {
    height: 75px;
}

.container {
    margin-top: 20px;
}

.form_title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

form dl {
    width: 45%;
}

form dl label {
    font-weight: bold;
}

form dt {
    margin: 1em 0 0.5em 3%;
}

form dd {
    margin: 0 0 .5em 3%;
}

form input,
form textarea,
form select {
    width: 100%;
    min-height: 3em;
    padding: 10px;
    border: 0;
    background-color: rgb(234, 234, 236);
}

form input[type=submit] {
    background: #e71010;
    border: 0;
    color: #fff;
    font-size: 1.2em;
    padding: 0 2em;
    text-align: center;
    width: auto;
    margin-top: 10px;

}

.form_cnil {
    margin: 2em 0 0 0;
    font-size: x-small;
    text-align: justify;
}

footer {
    width: 45%;
}

footer ul {
    margin: 3.5em 0 0 0;
    display: flex;
    justify-content: flex-start;
}

footer li {
    padding: 3%;
    font-size: x-small;
}

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

footer a {
    color: #666;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

table.submissions,
table.submissions th,
table.submissions td{
    border: 1px solid black;
}
table.submissions th,
table.submissions td{
    padding: 2px;
}

table.submissions th{
    font-weight: bold;
    text-align: center;
}