<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Thursdayfordinner - Votre magazine culinaire pour explorer la gastronomie française au quotidien</title>
    <meta name="description" content="Votre magazine culinaire pour explorer la gastronomie française au quotidien">
        <link rel="canonical" href="https://thursdayfordinner.com/">
    <meta name="robots" content="index, follow">
    <meta property="og:url" content="https://thursdayfordinner.com/">
    <meta property="og:site_name" content="Thursdayfordinner">
    <meta property="og:locale" content="fr_FR">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Thursdayfordinner">
    <meta property="og:description" content="Votre magazine culinaire pour explorer la gastronomie française au quotidien">
        <meta property="og:image" content="https://thursdayfordinner.com/images/32742931-1920.jpg">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:image" content="https://thursdayfordinner.com/images/32742931-1920.jpg">
        <meta name="twitter:title" content="Thursdayfordinner">
    <meta name="twitter:description" content="Votre magazine culinaire pour explorer la gastronomie française au quotidien">
        <link rel="icon" type="image/svg+xml" href="/logo.svg">
        <link rel="stylesheet" href="/style.css?v=1772409616">
    <style>/* CRITICAL CSS — Inline dans <head> pour rendu instantane */

/* Self-hosted fonts — Inter + Playfair Display */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(/fonts/inter-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(/fonts/inter-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
    src: url(/fonts/playfair-normal-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
    src: url(/fonts/playfair-normal-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/playfair-italic-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/playfair-italic-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Font fallback metrics (CLS prevention) */
@font-face {
    font-family: 'Inter fallback';
    src: local('Arial');
    size-adjust: 107%;
    ascent-override: 90%;
    descent-override: 22%;
    line-gap-override: 0%;
}
@font-face {
    font-family: 'Playfair Display fallback';
    src: local('Georgia');
    size-adjust: 112%;
    ascent-override: 84%;
    descent-override: 22%;
    line-gap-override: 0%;
}

/* Reset + base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', 'Inter fallback', sans-serif;
    color: var(--text, #2C3E50);
    background: var(--background, #FAFAFA);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Playfair Display', 'Playfair Display fallback', serif; line-height: 1.25; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
picture { display: block; width: 100%; height: 100%; }
picture img { width: 100%; height: 100%; object-fit: cover; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

:root {
    --radius: 10px;
    --shadow: 0 2px 16px rgba(44,62,80,0.08);
    --shadow-hover: 0 8px 32px rgba(44,62,80,0.13);
    --transition: 0.3s cubic-bezier(.4,0,.2,1);
}

.header {
    background: var(--surface, #fff);
    border-bottom: 1px solid rgba(44,62,80,0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
}
.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Playfair Display', 'Playfair Display fallback', serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--secondary, #2C3E50);
    white-space: nowrap;
}
.logo-icon { font-size: 1.5rem; }
.logo-img { height: 2rem; width: auto; object-fit: contain; border-radius: 4px; }
.logo-svg { height: 2.2rem; width: auto; object-fit: contain; }
.nav ul { display: flex; gap: 1.5rem; align-items: center; }
.nav a {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-light, #7F8C8D);
    transition: color var(--transition);
    position: relative;
    padding: 0.3rem 0;
}
.nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary, #E67E22);
    transition: width var(--transition);
}
.nav a:hover, .nav a.active { color: var(--primary, #E67E22); }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
}
.mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text, #2C3E50);
    transition: var(--transition);
}
.mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.header-cta {
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: var(--radius);
    transition: all var(--transition);
    white-space: nowrap;
}
.header-cta-button { background: var(--primary, #E67E22); color: #fff; }
.header-cta-button:hover { background: var(--primary-dark, #D35400); }
.header-cta-text { color: var(--primary, #E67E22); background: none; padding: 0.5rem 0; }
.header-cta-text:hover { color: var(--primary-dark, #D35400); }
.header-cta-outline { border: 2px solid var(--primary, #E67E22); color: var(--primary, #E67E22); background: none; }
.header-cta-outline:hover { background: var(--primary, #E67E22); color: #fff; }
.header-cta-icon { color: var(--primary, #E67E22); background: none; }
.header-cta-icon .cta-icon { margin-right: 0.3rem; }
.header-inline .header-inner { display: flex; align-items: center; gap: 2rem; }
.header-inline .nav { flex: 1; }
.header-inline .nav ul { justify-content: center; }
.header-split .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.header-split .nav { flex: 1; }
.header-split .nav ul { justify-content: flex-end; }
.header-pill .header-inner { display: flex; align-items: center; gap: 2rem; }
.header-pill .nav { flex: 1; }
.header-pill .nav ul { justify-content: center; gap: 0.5rem; }
.nav-pills a {
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: var(--background, #FAFAFA);
    font-size: 0.85rem;
}
.nav-pills a::after { display: none; }
.nav-pills a:hover, .nav-pills a.active { background: var(--primary, #E67E22); color: #fff; }
.header-below .header-inner { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.header-below .header-row-logo { display: flex; align-items: center; gap: 1.5rem; width: 100%; justify-content: center; }
.header-below .nav ul { justify-content: center; }
.header-sides .header-inner { display: flex; align-items: center; justify-content: center; gap: 2.5rem; }
.header-sides .nav-left ul, .header-sides .nav-right ul { gap: 1.5rem; }
.header-hidden .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.header-hidden .mobile-toggle { display: flex; }
.nav-hidden {
    display: none;
    background: var(--surface, #fff);
    border-bottom: 1px solid rgba(44,62,80,0.06);
    padding: 1rem 2rem;
}
.nav-hidden.open { display: block; }
.nav-hidden ul { flex-direction: column; align-items: center; gap: 1rem; }
.header-stacked .header-inner { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.header-stacked .nav ul { justify-content: center; }
.header-double_row .header-inner { display: flex; flex-direction: column; gap: 0.75rem; }
.header-top { display: flex; align-items: center; gap: 1.5rem; }
.header-tagline { flex: 1; font-size: 0.85rem; color: var(--text-light, #7F8C8D); }
.header-double_row .nav ul { justify-content: center; border-top: 1px solid rgba(44,62,80,0.06); padding-top: 0.75rem; }
.header-logo-left .logo { margin-right: auto; }
.header-logo-center .logo { text-align: center; }
.header-logo-right .logo { margin-left: auto; }
.header-sides .logo { margin: 0; }

@media (max-width: 968px) {
    .header-inline .header-inner, .header-split .header-inner, .header-pill .header-inner { flex-wrap: wrap; }
    .header-inline .nav, .header-split .nav, .header-pill .nav,
    .header-below .nav, .header-stacked .nav, .header-double_row .nav { display: none; width: 100%; }
    .header-inline .nav.open, .header-split .nav.open, .header-pill .nav.open,
    .header-below .nav.open, .header-stacked .nav.open, .header-double_row .nav.open { display: block; }
    .nav.open ul { flex-direction: column; align-items: center; gap: 1rem; padding: 1rem 0; }
    .mobile-toggle { display: flex; }
    .header-sides .header-inner { flex-wrap: wrap; }
    .header-sides .nav-left, .header-sides .nav-right { display: none; }
    .header-sides .nav-left.open, .header-sides .nav-right.open { display: block; width: 100%; }
    .header-cta { display: none; }
}
@media (max-width: 640px) {
    .container { padding: 0 1.25rem; }
}
</style>
    <link rel="preload" href="/fonts/inter-latin.woff2" as="font" type="font/woff2" crossorigin>
    <link rel="preload" href="/fonts/playfair-normal-latin.woff2" as="font" type="font/woff2" crossorigin>
    <link rel="preload" href="/base.css?v=1776245332" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <noscript><link rel="stylesheet" href="/base.css?v=1776245332"></noscript>
</head>
<body data-table="default">
    <header class="header header-inline header-logo-left">
        <div class="container header-inner">
            <a href="/" class="logo"><img src="/logo.svg" alt="Thursdayfordinner" class="logo-svg"></a>            <nav class="nav">
                <ul><li><a href="/" class="active">Accueil</a></li><li><a href="/news/">Actu</a></li><li><a href="/bon-plan/">Bon plan</a></li><li><a href="/equipement/">Equipement</a></li><li><a href="/minceur/">Minceur</a></li><li><a href="/produit/">Produit</a></li><li><a href="/restaurant-bar/">Restaurant Bar</a></li></ul>
            </nav>
            <a href="/news/" class="header-cta header-cta-button">Marché de la table →</a>            <button class="mobile-toggle" aria-label="Menu"><span></span><span></span><span></span></button>
        </div>

    </header>
    <main>
        <section class="hero hero-full">
            <div class="hero-full-bg">
                <picture>
    <source type="image/webp" srcset="/images/32742931-400.webp 400w, /images/32742931-600.webp 600w, /images/32742931-900.webp 900w, /images/32742931-1920.webp 1920w" sizes="100vw">
    <img src="/images/32742931-600.jpg" alt="Thursdayfordinner" loading="eager" fetchpriority="high">
</picture>            </div>
            <div class="hero-full-content">
                                    <span class="hero-badge hero-badge-light">🧪 Analysez vos papilles 🍽️</span>
                                <h1>La gastronomie française dans toute sa <em>splendeur</em></h1>
                <p class="hero-text">Thursdayfordinner vous plonge au cœur de la cuisine française avec des articles passionnants, des découvertes culinaires et des guides pratiques. Explorez les saveurs, les tendances et les secrets de la table à la française.</p>
                <div class="hero-actions">
                                            <a href="/news/" class="btn btn-white">Découvrir →</a>
                                    </div>
            </div>
        </section>
        <section class="section-categories-list">
                            <h3 class="section-title">Explorez nos rubriques culinaires</h3>
                                        <p class="section-subtitle">Des actualités gourmandes aux astuces minceur, découvrez tous nos contenus</p>
                        <div class="categories-list-inner">
                                    <a href="/news/" class="category-list-item">
                        <div class="category-list-body">
                            <h2>Actu</h2>
                            <p>L&#039;actualité culinaire</p>
                        </div>
                        <span class="category-list-arrow">&rarr;</span>
                    </a>
                                    <a href="/bon-plan/" class="category-list-item">
                        <div class="category-list-body">
                            <h2>Bon plan</h2>
                            <p>Les meilleurs bons plans cuisine</p>
                        </div>
                        <span class="category-list-arrow">&rarr;</span>
                    </a>
                                    <a href="/equipement/" class="category-list-item">
                        <div class="category-list-body">
                            <h2>Equipement</h2>
                            <p>Ustensiles et équipements de cuisine</p>
                        </div>
                        <span class="category-list-arrow">&rarr;</span>
                    </a>
                                    <a href="/minceur/" class="category-list-item">
                        <div class="category-list-body">
                            <h2>Minceur</h2>
                            <p>Recettes légères et conseils minceur</p>
                        </div>
                        <span class="category-list-arrow">&rarr;</span>
                    </a>
                                    <a href="/produit/" class="category-list-item">
                        <div class="category-list-body">
                            <h2>Produit</h2>
                            <p>Découverte de produits alimentaires</p>
                        </div>
                        <span class="category-list-arrow">&rarr;</span>
                    </a>
                                    <a href="/restaurant-bar/" class="category-list-item">
                        <div class="category-list-body">
                            <h2>Restaurant Bar</h2>
                            <p>Restaurants, bars et bonnes adresses</p>
                        </div>
                        <span class="category-list-arrow">&rarr;</span>
                    </a>
                            </div>
        </section>
        <section class="section-stats-columns">
            <div class="stats-columns-inner">
                <div class="stats-columns-text">
                    <h3>Quelques chiffres</h3>
                                    </div>
                <div class="stats-columns-numbers">
                                            <div class="stats-columns-item">
                            <span class="stats-columns-number">350+</span>
                            <span class="stats-columns-label">Articles publiés</span>
                        </div>
                                            <div class="stats-columns-item">
                            <span class="stats-columns-number">45k</span>
                            <span class="stats-columns-label">Lecteurs mensuels</span>
                        </div>
                                            <div class="stats-columns-item">
                            <span class="stats-columns-number">120</span>
                            <span class="stats-columns-label">Restaurants chroniqués</span>
                        </div>
                                            <div class="stats-columns-item">
                            <span class="stats-columns-number">98%</span>
                            <span class="stats-columns-label">Taux de satisfaction</span>
                        </div>
                                    </div>
            </div>
        </section>
        <section class="section-articles-horizontal">
                            <h3 class="section-title">Derniers articles</h3>
                                        <p class="section-subtitle">Nos publications récentes</p>
                        <div class="articles-horizontal-grid">
                                    <a href="/archives/491" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-491-400.webp 400w, /images/wp-491-600.webp 600w, /images/wp-491-900.webp 900w, /images/wp-491-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-491-600.jpg" alt="Adopter un régime sans gluten et sans lactose facilement" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Produit</span>
                            <h2>Adopter un régime sans gluten et sans lactose facilement</h2>
                            <p>Adopter un régime sans gluten et sans lactose devient accessible grâce à quelques astuces simples. C...</p>
                            <span class="article-horizontal-meta">21 mars 2025 &middot; 6 min</span>
                        </div>
                    </a>
                                    <a href="/archives/488" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-488-400.webp 400w, /images/wp-488-600.webp 600w, /images/wp-488-900.webp 900w, /images/wp-488-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-488-600.jpg" alt="Vins rosés grand format : découvrez l&#039;élégance provençale" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Produit</span>
                            <h2>Vins rosés grand format : découvrez l&#039;élégance provençale</h2>
                            <p>Les vins rosés en grand format ne sont pas seulement une déclaration de style, mais une célébration ...</p>
                            <span class="article-horizontal-meta">14 mars 2025 &middot; 8 min</span>
                        </div>
                    </a>
                                    <a href="/archives/321" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-321-400.webp 400w, /images/wp-321-600.webp 600w, /images/wp-321-900.webp 900w, /images/wp-321-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-321-600.jpg" alt="Calendrier de l&#039;avent des fromages : de bonnes raisons de l&#039;avoir" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Calendrier de l&#039;avent des fromages : de bonnes raisons de l&#039;avoir</h2>
                            <p>Décembre s&#039;illumine de traditions, mais pourquoi ne pas réinventer l&#039;attente des fêtes avec un brin ...</p>
                            <span class="article-horizontal-meta">14 mars 2024 &middot; 2 min</span>
                        </div>
                    </a>
                                    <a href="/archives/318" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-318-400.webp 400w, /images/wp-318-600.webp 600w, /images/wp-318-900.webp 900w, /images/wp-318-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-318-600.jpg" alt="Comment s&#039;assurer de choisir le meilleur hachoir électrique ?" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Comment s&#039;assurer de choisir le meilleur hachoir électrique ?</h2>
                            <p>Choisir le meilleur hachoir électrique n&#039;est pas une mince affaire. Performance et puissance se mêle...</p>
                            <span class="article-horizontal-meta">7 mars 2024 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/archives/343" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-343-400.webp 400w, /images/wp-343-600.webp 600w, /images/wp-343-900.webp 900w, /images/wp-343-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-343-600.jpg" alt="Découvrez le blog cuisine passion pour les gourmands et curieux" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Découvrez le blog cuisine passion pour les gourmands et curieux</h2>
                            <p>Découvrez l&#039;univers savoureux du blog de Marie, dédié aux passionnés de cuisine et aux gourmands cur...</p>
                            <span class="article-horizontal-meta">10 juillet 2024 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/archives/332" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/decouvrez-le-chocolat-thailandais-chez-kko-thailand-400.webp 400w, /images/decouvrez-le-chocolat-thailandais-chez-kko-thailand-600.webp 600w, /images/decouvrez-le-chocolat-thailandais-chez-kko-thailand-900.webp 900w, /images/decouvrez-le-chocolat-thailandais-chez-kko-thailand-1920.webp 1920w" sizes="180px">
    <img src="/images/decouvrez-le-chocolat-thailandais-chez-kko-thailand-600.jpg" alt="Découvrez le chocolat thaïlandais chez kko thailand" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Découvrez le chocolat thaïlandais chez kko thailand</h2>
                            <p>Au cœur de KKO Thailand réside un trésor méconnu : un chocolat artisanal thaïlandais s&#039;élevant au ra...</p>
                            <span class="article-horizontal-meta">6 mai 2024 &middot; 2 min</span>
                        </div>
                    </a>
                                    <a href="/archives/454" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-454-400.webp 400w, /images/wp-454-600.webp 600w, /images/wp-454-900.webp 900w, /images/wp-454-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-454-600.jpg" alt="Découvrez les pépites des bières artisanales de grain d&#039;orge" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Découvrez les pépites des bières artisanales de grain d&#039;orge</h2>
                            <p>Vous avez probablement déjà pensé à explorer le monde fascinant des bières artisanales, mais saviez-...</p>
                            <span class="article-horizontal-meta">12 décembre 2024 &middot; 7 min</span>
                        </div>
                    </a>
                                    <a href="/archives/328" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-328-400.webp 400w, /images/wp-328-600.webp 600w, /images/wp-328-900.webp 900w, /images/wp-328-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-328-600.jpg" alt="Découvrez où acheter du vin blanc sans alcool en ligne" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Découvrez où acheter du vin blanc sans alcool en ligne</h2>
                            <p>Vous cherchez du vin blanc sans alcool et vous vous demandez où en acheter en ligne ? La réponse est...</p>
                            <span class="article-horizontal-meta">4 mai 2024 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/archives/463" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-463-400.webp 400w, /images/wp-463-600.webp 600w, /images/wp-463-900.webp 900w, /images/wp-463-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-463-600.jpg" alt="Découvrez pourquoi la machine à nouilles est essentielle pour les passionnés de pâtes!" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Découvrez pourquoi la machine à nouilles est essentielle pour les passionnés de pâtes!</h2>
                            <p>Les passionnés de pâtes savent qu&#039;une machine à nouilles fait toute la différence. Sa capacité à tra...</p>
                            <span class="article-horizontal-meta">27 janvier 2025 &middot; 5 min</span>
                        </div>
                    </a>
                                    <a href="/archives/478" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-478-400.webp 400w, /images/wp-478-600.webp 600w, /images/wp-478-900.webp 900w, /images/wp-478-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-478-600.jpg" alt="Équipez votre cuisine professionnelle avec le matériel indispensable" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Équipez votre cuisine professionnelle avec le matériel indispensable</h2>
                            <p>La réussite d&#039;une cuisine professionnelle repose sur un choix judicieux du matériel. Un équipement a...</p>
                            <span class="article-horizontal-meta">18 février 2025 &middot; 5 min</span>
                        </div>
                    </a>
                                    <a href="/archives/444" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-444-400.webp 400w, /images/wp-444-600.webp 600w, /images/wp-444-900.webp 900w, /images/wp-444-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-444-600.jpg" alt="Explore les meilleures sélections de vins d&#039;australie sur vinodelice" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Explore les meilleures sélections de vins d&#039;australie sur vinodelice</h2>
                            <p>...</p>
                            <span class="article-horizontal-meta">19 décembre 2024 &middot; 1 min</span>
                        </div>
                    </a>
                                    <a href="/archives/449" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-449-400.webp 400w, /images/wp-449-600.webp 600w, /images/wp-449-900.webp 900w, /images/wp-449-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-449-600.jpg" alt="Famille : découvrez les secrets d&#039;une maternité épanouie" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Famille : découvrez les secrets d&#039;une maternité épanouie</h2>
                            <p>La maternité est un voyage unique, rempli de défis et de moments précieux. Cet article révèle des as...</p>
                            <span class="article-horizontal-meta">13 décembre 2024 &middot; 8 min</span>
                        </div>
                    </a>
                                    <a href="/archives/335" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/guide-2024-choisissez-le-meilleur-four-a-pizza-a-bois-400.webp 400w, /images/guide-2024-choisissez-le-meilleur-four-a-pizza-a-bois-600.webp 600w, /images/guide-2024-choisissez-le-meilleur-four-a-pizza-a-bois-900.webp 900w, /images/guide-2024-choisissez-le-meilleur-four-a-pizza-a-bois-1920.webp 1920w" sizes="180px">
    <img src="/images/guide-2024-choisissez-le-meilleur-four-a-pizza-a-bois-600.jpg" alt="Guide 2024 : choisissez le meilleur four à pizza à bois" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Guide 2024 : choisissez le meilleur four à pizza à bois</h2>
                            <p>Amateurs de pizza authentique, votre quête du four à pizza à bois idéal en 2024 aboutit ici. Compren...</p>
                            <span class="article-horizontal-meta">28 mai 2024 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/archives/399" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-399-400.webp 400w, /images/wp-399-600.webp 600w, /images/wp-399-900.webp 900w, /images/wp-399-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-399-600.jpg" alt="Investir dans un distributeur automatique de pizzas : à quel prix ?" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Investir dans un distributeur automatique de pizzas : à quel prix ?</h2>
                            <p>L&#039;achat d&#039;un distributeur automatique de pizzas implique que vous devrez vous informer sur le prix d...</p>
                            <span class="article-horizontal-meta">25 octobre 2024 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/archives/235" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-235-400.webp 400w, /images/wp-235-600.webp 600w, /images/wp-235-900.webp 900w, /images/wp-235-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-235-600.jpg" alt="Les bienfaits des aliments riches en fibres sur la digestion" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Les bienfaits des aliments riches en fibres sur la digestion</h2>
                            <p>Certains aliments, comme les fruits et les légumes, ont la réputation d&#039;être des alliés précieux pou...</p>
                            <span class="article-horizontal-meta">20 novembre 2023 &middot; 6 min</span>
                        </div>
                    </a>
                                    <a href="/archives/237" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-237-400.webp 400w, /images/wp-237-600.webp 600w, /images/wp-237-900.webp 900w, /images/wp-237-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-237-600.jpg" alt="Les meilleurs blogs culinaires à suivre pour s&#039;inspirer" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Les meilleurs blogs culinaires à suivre pour s&#039;inspirer</h2>
                            <p>L&#039;univers culinaire est infini, il est une source inépuisable d&#039;inspiration. Que vous soyez un profe...</p>
                            <span class="article-horizontal-meta">20 novembre 2023 &middot; 5 min</span>
                        </div>
                    </a>
                                    <a href="/archives/457" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-457-400.webp 400w, /images/wp-457-600.webp 600w, /images/wp-457-900.webp 900w, /images/wp-457-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-457-600.jpg" alt="Moulin à poivre peugeot : guide pour rehausser vos repas" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Moulin à poivre peugeot : guide pour rehausser vos repas</h2>
                            <p>Si vous cherchez à transformer vos repas en véritables expériences culinaires, un moulin à poivre Pe...</p>
                            <span class="article-horizontal-meta">23 janvier 2025 &middot; 8 min</span>
                        </div>
                    </a>
                                    <a href="/archives/355" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-355-400.webp 400w, /images/wp-355-600.webp 600w, /images/wp-355-900.webp 900w, /images/wp-355-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-355-600.jpg" alt="Personnalisation professionnelle: votre étiquette huile d&#039;olive" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Personnalisation professionnelle: votre étiquette huile d&#039;olive</h2>
                            <p>Personnaliser vos étiquettes d&#039;huile d&#039;olive apporte une touche professionnelle et distinctive à vot...</p>
                            <span class="article-horizontal-meta">24 août 2024 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/archives/325" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-325-400.webp 400w, /images/wp-325-600.webp 600w, /images/wp-325-900.webp 900w, /images/wp-325-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-325-600.jpg" alt="Pot de miel mariage : une douce tradition !" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Pot de miel mariage : une douce tradition !</h2>
                            <p>Rêvez-vous d&#039;un mariage empreint de douceur à l&#039;image de votre amour ? Le &quot;pot de miel mariage&quot; s&#039;im...</p>
                            <span class="article-horizontal-meta">6 avril 2024 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/archives/338" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-338-400.webp 400w, /images/wp-338-600.webp 600w, /images/wp-338-900.webp 900w, /images/wp-338-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-338-600.jpg" alt="Seinou : l&#039;excellence des produits français" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Seinou : l&#039;excellence des produits français</h2>
                            <p>À l&#039;ère où l&#039;authenticité et la finesse définissent le luxe, Seinou s&#039;érige en porte-étendard de l&#039;e...</p>
                            <span class="article-horizontal-meta">24 mai 2024 &middot; 2 min</span>
                        </div>
                    </a>
                                    <a href="/archives/460" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-460-400.webp 400w, /images/wp-460-600.webp 600w, /images/wp-460-900.webp 900w, /images/wp-460-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-460-600.jpg" alt="Top 10 collations protéinées pour booster votre récupération" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Top 10 collations protéinées pour booster votre récupération</h2>
                            <p>La récupération après l&#039;entraînement est essentielle pour améliorer vos performances. Les collations...</p>
                            <span class="article-horizontal-meta">27 janvier 2025 &middot; 6 min</span>
                        </div>
                    </a>
                                    <a href="/archives/466" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-466-400.webp 400w, /images/wp-466-600.webp 600w, /images/wp-466-900.webp 900w, /images/wp-466-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-466-600.jpg" alt="Top food trucks à strasbourg : notre sélection incontournable" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Top food trucks à strasbourg : notre sélection incontournable</h2>
                            <p>Si vous cherchez à découvrir les meilleurs food trucks à Strasbourg, vous êtes au bon endroit. Stras...</p>
                            <span class="article-horizontal-meta">28 janvier 2025 &middot; 7 min</span>
                        </div>
                    </a>
                                    <a href="/archives/219" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-219-400.webp 400w, /images/wp-219-600.webp 600w, /images/wp-219-900.webp 900w, /images/wp-219-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-219-600.jpg" alt="à la recherche de bons plans pour des plats à emporter pas chers ?" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Bon plan</span>
                            <h2>à la recherche de bons plans pour des plats à emporter pas chers ?</h2>
                            <p>Oui, oui, vous avez bien lu. Vous êtes sur le point de découvrir des astuces pour manger de délicieu...</p>
                            <span class="article-horizontal-meta">10 novembre 2023 &middot; 6 min</span>
                        </div>
                    </a>
                                    <a href="/archives/217" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-217-400.webp 400w, /images/wp-217-600.webp 600w, /images/wp-217-900.webp 900w, /images/wp-217-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-217-600.jpg" alt="découvrez les bons plans pour des produits locaux à prix abordable" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Bon plan</span>
                            <h2>découvrez les bons plans pour des produits locaux à prix abordable</h2>
                            <p>Paris, la belle France, n&#039;est pas seulement connue pour sa Tour Eiffel, ses quartiers historiques et...</p>
                            <span class="article-horizontal-meta">9 novembre 2023 &middot; 5 min</span>
                        </div>
                    </a>
                                    <a href="/archives/472" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-472-400.webp 400w, /images/wp-472-600.webp 600w, /images/wp-472-900.webp 900w, /images/wp-472-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-472-600.jpg" alt="Réussir en cuisine : top 5 des aptitudes incontournables !" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Bon plan</span>
                            <h2>Réussir en cuisine : top 5 des aptitudes incontournables !</h2>
                            <p>La restauration est un secteur assez exigeant, où la différence entre les professionnels réside dans...</p>
                            <span class="article-horizontal-meta">29 janvier 2025 &middot; 2 min</span>
                        </div>
                    </a>
                                    <a href="/archives/429" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-429-400.webp 400w, /images/wp-429-600.webp 600w, /images/wp-429-900.webp 900w, /images/wp-429-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-429-600.jpg" alt="Savourez chaque jour avec le calendrier Avent fromage unique" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Bon plan</span>
                            <h2>Savourez chaque jour avec le calendrier Avent fromage unique</h2>
                            <p>Savourez chaque jour of the festive season avec un calendrier de l&#039;avent au fromage unique. Cette ex...</p>
                            <span class="article-horizontal-meta">6 décembre 2024 &middot; 7 min</span>
                        </div>
                    </a>
                                    <a href="/archives/519" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-519-400.webp 400w, /images/wp-519-600.webp 600w, /images/wp-519-900.webp 900w, /images/wp-519-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-519-600.jpg" alt="Soldes incroyables sur les barbecues pour le black friday 2024" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Bon plan</span>
                            <h2>Soldes incroyables sur les barbecues pour le black friday 2024</h2>
                            <p>Profitez du Black Friday 2024 pour acquérir un barbecue de qualité à prix réduit. Que vous préfériez...</p>
                            <span class="article-horizontal-meta">12 octobre 2025 &middot; 7 min</span>
                        </div>
                    </a>
                                    <a href="/archives/381" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-381-400.webp 400w, /images/wp-381-600.webp 600w, /images/wp-381-900.webp 900w, /images/wp-381-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-381-600.jpg" alt="Traiteur pizza, pizzaiolo à domicile pour vos événements festifs" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Bon plan</span>
                            <h2>Traiteur pizza, pizzaiolo à domicile pour vos événements festifs</h2>
                            <p>Organiser un événement festif devient un vrai plaisir avec un traiteur pizza et un pizzaiolo à domic...</p>
                            <span class="article-horizontal-meta">26 septembre 2024 &middot; 7 min</span>
                        </div>
                    </a>
                                    <a href="/archives/529" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/5865071-400.webp 400w, /images/5865071-600.webp 600w, /images/5865071-900.webp 900w, /images/5865071-1920.webp 1920w" sizes="180px">
    <img src="/images/5865071-600.jpg" alt="Batterie de cuisine induction : l&#039;élégance au service de vos plats" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Equipement</span>
                            <h2>Batterie de cuisine induction : l&#039;élégance au service de vos plats</h2>
                            <p>L&#039;art culinaire moderne se transforme : selon l&#039;Observatoire de l&#039;Equipement de la Maison, 72% des n...</p>
                            <span class="article-horizontal-meta">17 octobre 2025 &middot; 7 min</span>
                        </div>
                    </a>
                                    <a href="/archives/362" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/wp-362-400.webp 400w, /images/wp-362-600.webp 600w, /images/wp-362-900.webp 900w, /images/wp-362-1920.webp 1920w" sizes="180px">
    <img src="/images/wp-362-600.jpg" alt="Bien choisir son bac ou séparateur de graisse en restaurant" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Equipement</span>
                            <h2>Bien choisir son bac ou séparateur de graisse en restaurant</h2>
                            <p>Dans le domaine de la restauration, il est important de respecter l&#039;hygiène et la conformité aux rég...</p>
                            <span class="article-horizontal-meta">21 août 2024 &middot; 3 min</span>
                        </div>
                    </a>
                            </div>
        </section>
        <section class="section-faq-columns">
            <div class="faq-columns-inner">
                <div class="faq-columns-left">
                    <h3>Questions fréquentes</h3>
                                    </div>
                <div class="faq-columns-right">
                                            <details class="faq-columns-item" open>
                            <summary class="faq-columns-question">Quelle est la ligne éditoriale de Thursdayfordinner ?</summary>
                            <div class="faq-columns-answer"><p>Thursdayfordinner est un magazine en ligne consacré à la gastronomie française sous tous ses aspects. Nous publions des articles d'actualité culinaire, des chroniques de restaurants, des guides d'équipement, des analyses nutritionnelles et des bons plans pour les gourmets. Notre objectif est de partager notre passion pour la cuisine française à travers des contenus informatifs et inspirants.</p></div>
                        </details>
                                            <details class="faq-columns-item">
                            <summary class="faq-columns-question">À quelle fréquence publiez-vous de nouveaux contenus ?</summary>
                            <div class="faq-columns-answer"><p>Nous publions de nouveaux articles plusieurs fois par semaine dans nos différentes rubriques. Chaque jeudi, nous envoyons également une newsletter compilant nos meilleures publications de la semaine et nos découvertes culinaires les plus récentes. Vous pouvez consulter régulièrement notre site pour ne rien manquer de l'actualité gastronomique.</p></div>
                        </details>
                                            <details class="faq-columns-item">
                            <summary class="faq-columns-question">Comment sont sélectionnés les restaurants présentés dans vos articles ?</summary>
                            <div class="faq-columns-answer"><p>Nos chroniques de restaurants sont basées sur des visites réelles et des dégustations approfondies. Nous explorons aussi bien les établissements étoilés que les bistrots de quartier, en privilégiant l'authenticité et la qualité de la cuisine française. Chaque critique est rédigée de manière indépendante et reflète l'expérience vécue par nos rédacteurs.</p></div>
                        </details>
                                            <details class="faq-columns-item">
                            <summary class="faq-columns-question">Les conseils minceur sont-ils validés par des professionnels ?</summary>
                            <div class="faq-columns-answer"><p>Tous nos articles traitant de nutrition et de minceur sont documentés à partir de sources fiables et d'études reconnues. Nous nous attachons à proposer des analyses équilibrées qui allient plaisir gustatif et bien-être. Ces contenus informatifs ne remplacent pas l'avis d'un professionnel de santé pour un suivi personnalisé.</p></div>
                        </details>
                                    </div>
            </div>
        </section>
    </main>
    <footer class="footer footer-columns_3">


        <div class="footer-content">
            <div class="container">

                <div class="footer-grid footer-grid-3">
                    <div class="footer-brand"><a href="/" class="logo">Thursdayfordinner</a><p>Votre magazine culinaire pour explorer la gastronomie française au quotidien</p></div>                                            <div>
                            <h4>Navigation</h4>
                            <ul>
                                <li><a href="/">Accueil</a></li>
                            </ul>
                        </div>
                                        <div><h4>Légal</h4><ul><li><a href="/mentions-legales/">Mentions légales</a></li><li><a href="/contact/">Contact</a></li></ul></div>                </div>


                <div class="footer-bottom">&copy; 2026 Thursdayfordinner. Tous droits réservés.</div>
            </div>
        </div>
    </footer>
    <script>
    const observer = new IntersectionObserver(entries => {
        entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('visible'); observer.unobserve(e.target); } });
    }, { threshold: 0.15 });
    document.querySelectorAll('.fade-up').forEach(el => observer.observe(el));
    document.querySelector('.mobile-toggle')?.addEventListener('click', function() {
        const hiddenNav = document.querySelector('.nav-hidden');
        if (hiddenNav) { hiddenNav.classList.toggle('open'); }
        else { const nav = document.querySelector('.nav'); if (nav) { nav.classList.toggle('open'); } }
        this.classList.toggle('active');
    });
    </script>
</body>
</html>
