<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Laloute - L'information qui vous accompagne au quotidien</title>
    <meta name="description" content="L&#039;information qui vous accompagne au quotidien">
        <link rel="canonical" href="https://laloute.net/feed">
    <meta name="robots" content="index, follow">
    <meta property="og:url" content="https://laloute.net/feed">
    <meta property="og:site_name" content="Laloute">
    <meta property="og:locale" content="fr_FR">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Laloute">
    <meta property="og:description" content="L&#039;information qui vous accompagne au quotidien">
        <meta property="og:image" content="https://laloute.net/images/19345556-1920.jpg">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:image" content="https://laloute.net/images/19345556-1920.jpg">
        <meta name="twitter:title" content="Laloute">
    <meta name="twitter:description" content="L&#039;information qui vous accompagne au quotidien">
        <link rel="icon" type="image/svg+xml" href="/logo.svg">
        <link rel="stylesheet" href="/style.css?v=1772506832">
    <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=1776242539" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <noscript><link rel="stylesheet" href="/base.css?v=1776242539"></noscript>
</head>
<body data-table="default">
    <header class="header header-below header-logo-center">
        <div class="container header-inner">
            <div class="header-row-logo">
                <a href="/" class="logo"><img src="/logo.svg" alt="Laloute" class="logo-svg"></a>                                <button class="mobile-toggle" aria-label="Menu"><span></span><span></span><span></span></button>
            </div>
            <nav class="nav">
                <ul><li><a href="/" class="active">Accueil</a></li><li><a href="/actu/">Actu</a></li><li><a href="/culture/">Culture</a></li><li><a href="/divertissement/">Divertissement</a></li><li><a href="/emploi/">Emploi</a></li><li><a href="/environnement/">Environnement</a></li><li><a href="/societe/">Société</a></li></ul>
            </nav>
        </div>

    </header>
    <main>
        <section class="hero hero-overlay">
            <div class="hero-overlay-bg">
                <picture>
    <source type="image/webp" srcset="/images/19345556-400.webp 400w, /images/19345556-600.webp 600w, /images/19345556-900.webp 900w, /images/19345556-1920.webp 1920w" sizes="100vw">
    <img src="/images/19345556-600.jpg" alt="Laloute" loading="eager" fetchpriority="high">
</picture>            </div>
            <div class="hero-overlay-content">
                <h1>Votre fenêtre sur le monde <em>d'aujourd'hui</em></h1>
                <p class="hero-text">Laloute vous informe sur l'actualité, la culture, l'environnement et les grandes questions de société. Des analyses claires et des perspectives variées pour mieux comprendre notre époque.</p>
                <div class="hero-actions">
                                            <a href="/actu/" class="btn btn-white">Découvrir →</a>
                                                        </div>
            </div>
        </section>
        <section class="section-categories-pills">
                            <h3 class="section-title">Explorez nos thématiques</h3>
                                        <p class="section-subtitle">Des contenus variés pour nourrir votre curiosité</p>
                        <div class="categories-pills-inner">
                                    <a href="/actu/" class="category-pill">
                        <span class="category-pill-name">Actu</span>
                    </a>
                                    <a href="/culture/" class="category-pill">
                        <span class="category-pill-name">Culture</span>
                    </a>
                                    <a href="/divertissement/" class="category-pill">
                        <span class="category-pill-name">Divertissement</span>
                    </a>
                                    <a href="/emploi/" class="category-pill">
                        <span class="category-pill-name">Emploi</span>
                    </a>
                                    <a href="/environnement/" class="category-pill">
                        <span class="category-pill-name">Environnement</span>
                    </a>
                                    <a href="/societe/" class="category-pill">
                        <span class="category-pill-name">Société</span>
                    </a>
                            </div>
        </section>
        <section class="section-split-card">
            <div class="split-card-inner">
                <div class="split-card-image">
                    <picture>
    <source type="image/webp" srcset="/images/7976474-400.webp 400w, /images/7976474-600.webp 600w, /images/7976474-900.webp 900w, /images/7976474-1920.webp 1920w" sizes="50vw">
    <img src="/images/7976474-600.jpg" alt="Laloute" loading="lazy">
</picture>                </div>
                <div class="split-card-content">
                    <h3>Une plateforme d'information complète</h3>
                    <p>Laloute rassemble analyses, reportages et décryptages sur les sujets qui façonnent notre quotidien. Un espace de réflexion ouvert à tous.</p>
                                            <ul class="split-card-features">
                                                            <li>Articles quotidiens sur l\'actualité et la société</li>
                                                            <li>Dossiers approfondis sur les enjeux environnementaux</li>
                                                            <li>Chroniques culturelles et tendances</li>
                                                            <li>Guides pratiques pour l\'emploi et la vie professionnelle</li>
                                                    </ul>
                                                                <a href="/" class="btn btn-primary">Voir plus →</a>
                                    </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="/comment-lindustrie-du-tourisme-sadapte-t-elle-aux-changements-climatiques.php" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/5439381-400.webp 400w, /images/5439381-600.webp 600w, /images/5439381-900.webp 900w, /images/5439381-1920.webp 1920w" sizes="180px">
    <img src="/images/5439381-600.jpg" alt="Comment l&#039;industrie du tourisme s&#039;adapte-t-elle aux changements climatiques ?" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Comment l&#039;industrie du tourisme s&#039;adapte-t-elle aux changements climatiques ?</h2>
                            <p>Les changements climatiques affectent profondément l&#039;industrie du tourisme à travers divers mécanism...</p>
                            <span class="article-horizontal-meta">4 novembre 2025 &middot; 2 min</span>
                        </div>
                    </a>
                                    <a href="/quelles-destinations-emergent-comme-incontournables-pour-les-passionnes-de-culture.php" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/7991159-400.webp 400w, /images/7991159-600.webp 600w, /images/7991159-900.webp 900w, /images/7991159-1920.webp 1920w" sizes="180px">
    <img src="/images/7991159-600.jpg" alt="Quelles destinations émergent comme incontournables pour les passionnés de culture ?" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Quelles destinations émergent comme incontournables pour les passionnés de culture ?</h2>
                            <p>Les destinations culturelles émergentes offrent aujourd&#039;hui une alternative enrichissante aux lieux ...</p>
                            <span class="article-horizontal-meta">4 novembre 2025 &middot; 3 min</span>
                        </div>
                    </a>
                                    <a href="/quels-sont-les-avantages-des-voyages-en-solo-dans-le-contexte-actuel.php" class="article-horizontal-card">
                        <div class="article-horizontal-image">
                            <picture>
    <source type="image/webp" srcset="/images/9544471-400.webp 400w, /images/9544471-600.webp 600w, /images/9544471-900.webp 900w, /images/9544471-1920.webp 1920w" sizes="180px">
    <img src="/images/9544471-600.jpg" alt="Quels sont les avantages des voyages en solo dans le contexte actuel ?" loading="lazy">
</picture>                        </div>
                        <div class="article-horizontal-body">
                            <span class="article-horizontal-tag">Actu</span>
                            <h2>Quels sont les avantages des voyages en solo dans le contexte actuel ?</h2>
                            <p>Dans un monde en constant évolution, les voyages en solo sont devenus une tendance croissante parmi ...</p>
                            <span class="article-horizontal-meta">4 novembre 2025 &middot; 5 min</span>
                        </div>
                    </a>
                            </div>
        </section>
        <section class="section-faq-centered">
            <h3 class="section-title">Questions fréquentes</h3>
            <div class="faq-centered-list">
                                    <div class="faq-centered-item">
                        <div class="faq-centered-question">Quelle est la ligne éditoriale de Laloute ?</div>
                        <div class="faq-centered-answer">Laloute est un magazine d'information généraliste qui couvre l'actualité, la culture, l'environnement, l'emploi et les questions de société. Notre approche privilégie l'analyse approfondie et la pluralité des points de vue, sans orientation politique partisane.</div>
                    </div>
                                    <div class="faq-centered-item">
                        <div class="faq-centered-question">À quelle fréquence publiez-vous de nouveaux contenus ?</div>
                        <div class="faq-centered-answer">Nous publions quotidiennement de nouveaux articles sur nos différentes thématiques. En moyenne, vous trouverez entre 5 et 8 nouveaux contenus par semaine, incluant des brèves d'actualité, des analyses et des dossiers thématiques.</div>
                    </div>
                                    <div class="faq-centered-item">
                        <div class="faq-centered-question">Les contenus de Laloute sont-ils accessibles gratuitement ?</div>
                        <div class="faq-centered-answer">Oui, l'ensemble de nos articles, dossiers et guides sont en accès libre. Notre mission est de rendre l'information accessible au plus grand nombre. La newsletter hebdomadaire est également gratuite.</div>
                    </div>
                                    <div class="faq-centered-item">
                        <div class="faq-centered-question">Qui rédige les articles sur Laloute ?</div>
                        <div class="faq-centered-answer">Notre équipe éditoriale compte plus de 120 contributeurs : journalistes, experts thématiques, chroniqueurs et reporters indépendants. Chaque article est vérifié et relu avant publication pour garantir la qualité et la fiabilité de l'information.</div>
                    </div>
                            </div>
        </section>    </main>
    <footer class="footer footer-split_footer">


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

                <div class="footer-split-inner">
                    <div class="footer-split-left">
                        <a href="/" class="logo">Laloute</a>                        <p>L&#039;information qui vous accompagne au quotidien</p>
                    </div>
                    <div class="footer-split-right">
                                                    <a href="/">Accueil</a>
                                                <a href="/mentions-legales/">Mentions légales</a>
                        <a href="/contact/">Contact</a>
                    </div>
                </div>


                <div class="footer-bottom">&copy; 2026 Laloute. 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>