body {
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
article {
    width: 50%;
    margin: auto;
    font-size: 19px;
    padding: 25px;
    background-color: #fff;
    border-radius: 12px;
}
article h1 {
    text-align: center;
}


.suite {
    text-align: center;
}
.suite a {
    color: white;
}

#cookiesAccept {
    background-color: yellow;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
}
#cookiesAccept.active {
    display: none;
}
#cookiesAccept a, #filArianne a {
    color: blue;
}
#cookiesAccept button {
    padding: 5px 16px;
    margin-left: 15px;
    background: none;
    outline: none;
    border: 1px solid olive;
    color: olive;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
}
#cookiesAccept button:hover {
    background: olive;
    color: white;
}