        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
        }
        h1 {
            text-align: center;
        }
        p {
            line-height: 1.6;
        }
#mentions-legales-btn {
    text-align: center;
    position: fixed; 
    bottom: 20px;
    right: 20px;
    background-color: #f78e1a;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
footer {
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #000;
}

.copyright {
    font-size: 15px;
    margin-top: 10px;
    color: #000;
}