body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

header {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

p {
    text-align: justify;
}

a {
    color: #0B66CC;
    text-decoration: none;
}

a:hover {
    color: #084B9A;
    text-decoration: underline;
}

nav ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
	color: inherit;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #F5B838;
    transition: background-color 0.3s;
}

nav ul li a:hover {
	color: inherit;
    background-color: #cc9900;
	text-decoration: none;
}

main {
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
}

section {
    margin-bottom: 40px;
}

h2 {
    color: #555;
    border-bottom: 2px solid #cc9900;
    padding-bottom: 5px;
}

.tarif-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tarif-table th, .tarif-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.tarif-table th {
    background-color: #F5B838;
    color: #333;
}

.tarif-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tarif-table tr:hover {
    background-color: #f1f1f1;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 20px auto;
}

.video-container iframe {
	width: 100%;
	border: none;
}

.qr-code-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.qr-code {
    width: 100px;
    height: auto;
}

.end {
    font-size: 0.7em;
    color: #777;
    margin-top: 20px;
}

header div, footer div {
    line-height: 1.2;
}

footer {
    text-align: center;
    padding: 10px 0;
    background: #F5B838;
    color: #333;
	position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.footer-content {
    display: inline-block;
}

#scrollToTopFooterLink {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-color: #fff;
    color: #F5B838;
    border: 2px solid #F5B838;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s;
    font-size: 24px;
}

#scrollToTopFooterLink:hover {
    opacity: 1;
}

@media (max-width: 600px) {
    header, footer {
        text-align: center;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }
}

@media print {
    footer, #scrollToTopFooterLink {
        position: static;
        bottom: auto;
    }

    body {
        display: block;
    }

    * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a {
        text-decoration: underline;
        color: #000 !important;
    }
}
/* © 2025 Nicolas Rault. All rights reserved. */

