/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 09:00:20 */
<a href="https://ton-lien-ici.com" class="floating-btn"> Réserver une visite </a>

<style>
.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 14px 22px;
    background-color: #04421f;
    color: #F3F0E5;
    text-decoration: none;
    font-family: "Berlingske Cn", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.floating-btn:hover {
    opacity: 1;
}
</style>