/* === Police personnalisée Flatlion === */
@font-face {
    font-family: 'Flatlion';
    src: url(/asset/web/fonts/FlatlionPersonalUse-ALZep.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Antic Didone ', serif;
    color: #333;
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

header {
    text-align: center;
    padding: 40px 0 10px;
}

header img.logo {
    max-height: 190px;
    width: auto;
}

nav ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
    font-family: 'Antic Didone', serif;
    font-size: 16px;
}

nav a {
    text-decoration: none;
    color: #3D3B3A;
    transition: color 0.3s;
}

nav a:hover {
    color: #b8925d;
}

.lang-switch {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 11px;
    color: #777;
}

/* === Citation === */
.citation {
    text-align: center;
    padding: 80px 0 40px;
    font-family: 'Flatlion', cursive;
    color: #b8925d;
    font-size: 4.5rem;
    line-height: 1.4;
}

.separator {
    width: 120px;
    height: 1px;
    background-color: #b8925d;
    margin: 10px auto 30px;
}

/* === Badge === */
.badge-wp {
    text-align: center;
}

.badge-wp img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.badge-wp p {
    font-family: 'Antic Didone', serif;
    font-size: 0.9rem;
    color: #333;
}

/* === Footer === */
footer {
    text-align: center;
    font-size: 12px;
    padding: 20px 0 40px;
    color: #555;
}

footer .social-icons a {
    color: #333;
    margin: 0 8px;
    font-size: 1.2rem;
    transition: color 0.3s;
}

footer .social-icons a:hover {
    color: #b8925d;
}

footer hr {
    width: 180px;
    margin: 20px auto;
    border-top: 1px solid #aaa;
}

@media (max-width: 768px) {
    header { padding: 20px 0 5px; }
    nav ul { margin-top: 5px; }
    .hero { height: 320px; }
    .hero-text { font-size: 1.2rem; margin: 15px; }
    header img.logo { max-height: 125px; }
    .confiance h2 { font-size: 0.9rem; }
    nav {margin-top:25px}
}
