/* Extrait automatiquement de mentions-legales.php */
* { box-sizing: border-box; }
        body { margin: 0; font-family: Arial, sans-serif; background: #f5f1ea; color: #2b2b2b; }

        /* ── Header ── */
        .search-zone { background: #3e2f23; padding: 12px 16px; }
        .search-bar { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: auto auto 1fr auto auto auto; gap: 12px; align-items: center; }
        .search-form { display: block; width: 100%; }
        .search-box { width: 100%; background: #fff; border-radius: 30px; padding: 6px 8px 6px 18px; display: flex; align-items: center; justify-content: space-between; min-height: 48px; gap: 10px; }
        .search-box input { border: none; outline: none; width: 100%; font-size: 15px; background: transparent; color: #333; }
        .search-box button { border: none; background: #3e2f23; color: #fff; border-radius: 22px; padding: 10px 14px; cursor: pointer; font-weight: bold; }
        .top-action, .top-select { background: #fff; color: #3e2f23; border: none; border-radius: 30px; min-height: 48px; padding: 0 16px; font-size: 14px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; min-width: 120px; }
        .top-select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, #3e2f23 50%), linear-gradient(135deg, #3e2f23 50%, transparent 50%); background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 32px; }
        .top-menu-button { background: rgba(0,0,0,0.55); color: #fff; border: none; border-radius: 8px; padding: 10px 12px; font-size: 22px; cursor: pointer; min-height: 48px; min-width: 48px; display: inline-flex; align-items: center; justify-content: center; }

        /* ── Sidebar ── */
        .sidebar { position: fixed; top: 0; left: -320px; width: 320px; height: 100%; background: #3e2f23; color: white; z-index: 9999; padding: 20px; transition: left 0.3s ease; overflow-y: auto; }
        .sidebar.open { left: 0; }
        .sidebar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
        .sidebar-title { font-family: 'Oswald', sans-serif; font-size: 24px; }
        .close-btn { background: none; border: none; color: white; font-size: 28px; cursor: pointer; }
        .sidebar a { display: block; color: white; text-decoration: none; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-weight: bold; }
        .sidebar-group-title { margin-top: 18px; margin-bottom: 8px; font-size: 13px; text-transform: uppercase; opacity: 0.75; letter-spacing: 1px; }
        .overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.35); z-index: 9998; display: none; }
        .overlay.show { display: block; }

        /* ── Hero ── */
        .ml-hero {
            background: linear-gradient(135deg, #3e2f23 0%, #5a4535 60%, #3e2f23 100%);
            padding: 64px 20px 56px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .ml-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
            background-size: 200px 200px;
            pointer-events: none;
        }
        .ml-hero-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
        .ml-hero-label {
            display: inline-block;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.25);
            color: rgba(255,255,255,0.85);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 6px 16px;
            border-radius: 999px;
            margin-bottom: 20px;
        }
        .ml-hero h1 {
            margin: 0 0 14px 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 42px;
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
        }
        .ml-hero p {
            margin: 0;
            color: rgba(255,255,255,0.68);
            font-size: 15px;
            line-height: 1.7;
        }
        .ml-hero-date {
            margin-top: 22px;
            display: inline-block;
            color: rgba(255,255,255,0.45);
            font-size: 12px;
            letter-spacing: 0.5px;
        }

        /* ── Fiche identité en haut ── */
        .ml-identity-wrap {
            max-width: 1100px;
            margin: 36px auto 0 auto;
            padding: 0 20px;
        }
        .ml-identity {
            background: #fff;
            border-radius: 24px;
            padding: 32px 36px;
            box-shadow: 0 6px 24px rgba(0,0,0,0.07);
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }
        .ml-id-block { border-left: 3px solid #c9a97a; padding-left: 16px; }
        .ml-id-block .ml-id-label {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #9a8878;
            margin-bottom: 6px;
        }
        .ml-id-block .ml-id-val {
            font-size: 15px;
            font-weight: 700;
            color: #2f241b;
            line-height: 1.5;
        }
        .ml-id-block .ml-id-val a {
            color: #3e2f23;
            text-decoration: none;
            border-bottom: 1px solid #c9a97a;
            transition: border-color .15s;
        }
        .ml-id-block .ml-id-val a:hover { border-color: #3e2f23; }

        /* ── Layout principal ── */
        .ml-wrap {
            max-width: 1100px;
            margin: 28px auto 0 auto;
            padding: 0 20px 60px 20px;
            display: grid;
            grid-template-columns: 220px 1fr;
            gap: 28px;
            align-items: start;
        }

        /* ── Sommaire ── */
        .ml-toc {
            position: sticky;
            top: 24px;
            background: #fff;
            border-radius: 20px;
            padding: 22px 18px;
            box-shadow: 0 6px 18px rgba(0,0,0,0.07);
        }
        .ml-toc h3 {
            margin: 0 0 14px 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 800;
            color: #2f241b;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }
        .ml-toc a {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            padding: 8px 10px;
            border-radius: 10px;
            text-decoration: none;
            color: #6d5e52;
            font-size: 12.5px;
            font-weight: 600;
            transition: background .15s, color .15s;
            line-height: 1.4;
        }
        .ml-toc a:hover { background: #f5f1ea; color: #3e2f23; }
        .ml-toc a.active { background: #3e2f23; color: #fff; }
        .ml-toc-num {
            font-size: 10px;
            opacity: 0.55;
            flex-shrink: 0;
            margin-top: 2px;
            font-weight: 700;
        }

        /* ── Sections ── */
        .ml-content { min-width: 0; }

        .ml-section {
            background: #fff;
            border-radius: 20px;
            padding: 30px 30px;
            margin-bottom: 18px;
            box-shadow: 0 4px 14px rgba(0,0,0,0.06);
            scroll-margin-top: 28px;
        }
        .ml-section-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 2px solid #f0e8dd;
        }
        .ml-section-num {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background: #3e2f23;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .ml-section h2 {
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 19px;
            font-weight: 800;
            color: #2f241b;
        }
        .ml-section p {
            margin: 0 0 13px 0;
            color: #4a3e36;
            line-height: 1.8;
            font-size: 15px;
        }
        .ml-section p:last-child { margin-bottom: 0; }
        .ml-section ul {
            margin: 0 0 13px 0;
            padding-left: 22px;
            color: #4a3e36;
            line-height: 1.8;
            font-size: 15px;
        }
        .ml-section li { margin-bottom: 5px; }
        .ml-section strong { color: #2f241b; }
        .ml-section a { color: #3e2f23; font-weight: 700; }

        /* Note & avertissement */
        .ml-note {
            border-left: 3px solid #c9a97a;
            background: #faf6f0;
            border-radius: 0 12px 12px 0;
            padding: 13px 16px;
            margin: 14px 0;
            font-size: 14px;
            color: #5a4535;
            line-height: 1.7;
        }
        .ml-note strong { color: #3e2f23; }

        /* Tableau données hébergeur */
        .ml-table {
            width: 100%;
            border-collapse: collapse;
            margin: 16px 0;
            font-size: 14px;
        }
        .ml-table th {
            background: #f5f1ea;
            color: #3e2f23;
            font-weight: 700;
            padding: 10px 14px;
            text-align: left;
            border-bottom: 2px solid #eadfce;
        }
        .ml-table td {
            padding: 10px 14px;
            border-bottom: 1px solid #f0e8dd;
            color: #4a3e36;
            vertical-align: top;
        }
        .ml-table tr:last-child td { border-bottom: none; }
        .ml-table tr:hover td { background: #faf6f0; }

        /* Footer */
        footer { background: #3e2f23; color: #fff; text-align: center; padding: 18px; margin-top: 30px; }
        footer a { color: rgba(255,255,255,0.6); text-decoration: none; margin: 0 10px; font-size: 13px; }
        footer a:hover { color: #fff; }

        /* Responsive */
        @media (max-width: 980px) {
            .search-bar { grid-template-columns: 1fr 1fr; }
            .ml-wrap { grid-template-columns: 1fr; }
            .ml-identity { grid-template-columns: 1fr 1fr; }
            .ml-toc { position: static; }
        }
        @media (max-width: 640px) {
            .search-bar { grid-template-columns: 1fr; }
            .ml-hero h1 { font-size: 30px; }
            .ml-section { padding: 22px 18px; }
            .ml-identity { grid-template-columns: 1fr; }
        }