{"id":356,"date":"2026-07-19T05:33:19","date_gmt":"2026-07-19T03:33:19","guid":{"rendered":"https:\/\/quartier-leopold.be\/?page_id=356"},"modified":"2026-07-19T05:42:29","modified_gmt":"2026-07-19T03:42:29","slug":"carte-des-vins","status":"publish","type":"page","link":"https:\/\/quartier-leopold.be\/index.php\/carte-des-vins\/","title":{"rendered":"CARTE DES VINS  &#8211; WINE LIST"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Carte des Vins &#8211; Quartier L\u00e9opold<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Georgia', 'Garamond', serif;\n            background: #F5F1ED;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: #F5F1ED;\n            box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);\n        }\n\n        \/* D\u00e9coration feuilles *\/\n        .leaf-top-left, .leaf-top-right, .leaf-bottom-left, .leaf-bottom-right {\n            position: fixed;\n            opacity: 0.15;\n            pointer-events: none;\n            z-index: 0;\n        }\n\n        .leaf-top-left {\n            top: 20px;\n            left: 20px;\n            font-size: 100px;\n            transform: rotate(-30deg);\n        }\n\n        .leaf-top-right {\n            top: 40px;\n            right: 20px;\n            font-size: 120px;\n            transform: rotate(40deg);\n        }\n\n        .leaf-bottom-left {\n            bottom: 40px;\n            left: 30px;\n            font-size: 110px;\n            transform: rotate(20deg);\n        }\n\n        .leaf-bottom-right {\n            bottom: 20px;\n            right: 20px;\n            font-size: 100px;\n            transform: rotate(-50deg);\n        }\n\n        header {\n            text-align: center;\n            margin-bottom: 50px;\n            padding-bottom: 30px;\n            border-bottom: 2px solid #C85A3A;\n        }\n\n        h1 {\n            font-size: 3.5em;\n            color: #C85A3A;\n            letter-spacing: 4px;\n            margin-bottom: 15px;\n            font-weight: normal;\n        }\n\n        .divider {\n            width: 60px;\n            height: 2px;\n            background: #C85A3A;\n            margin: 15px auto;\n        }\n\n        h2 {\n            font-size: 1.3em;\n            color: #333;\n            margin-bottom: 8px;\n            letter-spacing: 2px;\n        }\n\n        .address {\n            color: #999;\n            font-size: 0.95em;\n            margin-bottom: 10px;\n        }\n\n        section {\n            margin-bottom: 50px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #C85A3A;\n            margin-bottom: 30px;\n            letter-spacing: 3px;\n            border-bottom: 1px solid #D9C7BC;\n            padding-bottom: 15px;\n        }\n\n        .wine-item {\n            margin-bottom: 28px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .wine-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n\n        .wine-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 6px;\n            gap: 20px;\n        }\n\n        .wine-name {\n            font-size: 1.1em;\n            font-weight: bold;\n            color: #1a3a52;\n            flex: 1;\n        }\n\n        .flag {\n            font-size: 1.3em;\n            min-width: 30px;\n        }\n\n        .wine-price {\n            color: #C85A3A;\n            font-weight: bold;\n            text-align: right;\n            white-space: nowrap;\n            font-size: 0.95em;\n        }\n\n        .flag-svg {\n            display: inline-block;\n            width: 20px;\n            height: 13px;\n            vertical-align: middle;\n            margin-left: 6px;\n            border-radius: 1px;\n        }\n\n        .wine-region {\n            font-size: 0.85em;\n            color: #666;\n            margin-bottom: 4px;\n            font-style: italic;\n        }\n\n        .wine-description {\n            font-size: 0.9em;\n            color: #777;\n            line-height: 1.5;\n        }\n\n        .wine-details {\n            font-size: 0.85em;\n            color: #666;\n            margin-top: 6px;\n            padding-top: 8px;\n            border-top: 1px solid #e8e8e8;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n        }\n\n        .wine-detail-item {\n            display: flex;\n            justify-content: space-between;\n            gap: 8px;\n        }\n\n        .wine-detail-label {\n            font-weight: 500;\n            color: #888;\n            flex-shrink: 0;\n        }\n\n        .wine-detail-value {\n            color: #555;\n            flex-grow: 1;\n        }\n\n        .empty-field {\n            color: #ccc;\n            font-style: italic;\n            min-height: 1.2em;\n        }\n\n        footer {\n            text-align: center;\n            margin-top: 60px;\n            padding-top: 20px;\n            border-top: 1px solid #D9C7BC;\n            font-size: 0.85em;\n            color: #999;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2em;\n            }\n\n            .section-title {\n                font-size: 1.4em;\n            }\n\n            .wine-header {\n                flex-direction: column;\n                gap: 5px;\n            }\n\n            .wine-price {\n                text-align: left;\n            }\n\n            .wine-details {\n                grid-template-columns: 1fr;\n            }\n\n            .container {\n                padding: 20px 15px;\n            }\n        }\n\n        @media print {\n            .leaf-top-left, .leaf-top-right, .leaf-bottom-left, .leaf-bottom-right {\n                display: none;\n            }\n\n            body {\n                background: white;\n            }\n\n            .container {\n                box-shadow: none;\n                max-width: 100%;\n                padding: 20px;\n            }\n\n            section {\n                page-break-inside: avoid;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"leaf-top-left\">\ud83c\udf42<\/div>\n    <div class=\"leaf-top-right\">\ud83c\udf3f<\/div>\n    <div class=\"leaf-bottom-left\">\ud83c\udf43<\/div>\n    <div class=\"leaf-bottom-right\">\ud83c\udf3f<\/div>\n\n    <div class=\"container\">\n        <!-- LES BULLES -->\n        <section>\n            <h3 class=\"section-title\">LES BULLES<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Champagne Taittinger Brut Reserve  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">14,50 | 100<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, brioche, bulles fines et elegantes<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 40%, Pinot Noir 35%, Pinot Meunier 25%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Comtes de Champagne, Blanc de Blancs  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">240<\/div>\n                <\/div>\n                <div class=\"wine-description\">Chardonnay pur, mineralite, finale longue et complexe<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Bosco del Merlo, Prosecco Brut Millesimato D.O.C.  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8,00 | 50<\/div>\n                <\/div>\n                <div class=\"wine-description\">Pomme verte, fleurs blanches, bulles fines et persistantes<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Glera 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">11-12%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- VINS BLANCS AU VERRE -->\n        <section>\n            <h3 class=\"section-title\">VINS BLANCS AU VERRE<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Grillo &#8220;In Purezza&#8221;, Baglio di Pianetto, Sicilia DOC BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes et fleurs d&#8217;oranger, bouche fraiche et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grillo 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Due Uve &#8220;Velante&#8221; Bianco, Friuli DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">7<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, bouche ronde et equilibree, finale saline<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Grigio 50%, Sauvignon Blanc 50%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">La Torre, Chardonnay, &#8220;Degli Uccelli&#8221; Salento IGP  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits exotiques, vanille subtile, bouche ample et genereuse<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Caminos Cruzados Branco, Dao DOP  &#8211; PT <svg class=\"flag-svg\" viewBox=\"0 0 2 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#006600\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, minerale, bouche fraiche et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Encruzado, Cerceal-Branco, Malvasia-fina<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5-13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Coastal Sauvignon, Whalehaven, South-Africa  &#8211; ZA <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"2\" width=\"3\" fill=\"#000000\"\/><rect y=\"0.6\" height=\"0.8\" width=\"3\" fill=\"#007A5E\"\/><rect y=\"0.8\" height=\"0.4\" width=\"3\" fill=\"#FFB81C\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">9<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, fruits de la passion, bouche vive et aromatique<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- VINS ROS\u00c9S AU VERRE -->\n        <section>\n            <h3 class=\"section-title\">VINS ROS\u00c9S AU VERRE<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Velante Bertarose Chiaretto, Garda DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, fleurs, bouche fraiche et delicate<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Molinara 75%, Merlot 25%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Terra di Nostri Rose, IGP Ile de Beaute  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, peche, bouche legere et rafraichissante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Niellucciu, Sciaccarellu<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- VINS ROUGES AU VERRE -->\n        <section>\n            <h3 class=\"section-title\">VINS ROUGES AU VERRE<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">La Torre Malvasia Nera &#8220;Degli Uccelli&#8221; Salento IGP  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6<\/div>\n                <\/div>\n                <div class=\"wine-description\">Cerise noire et prune, bouche souple et fraiche, finale epicee et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Malvasia Nera 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Ripasso della Valpolicella DOC, Valpantena, Cantine Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">9<\/div>\n                <\/div>\n                <div class=\"wine-description\">Rouge vibrant et corse, aux aromes de cerise noire et reglisse, bouche charnue et finale sapide<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Corvina 45-95%, Rondinella 5-30%, autres 15%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5-13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Saint Nicolas de Bourgueil &#8220;Le Clos&#8221;, Le Clos du Vigneau  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">7<\/div>\n                <\/div>\n                <div class=\"wine-description\">Nez charmeur de fruits rouges, bouche souple et fruitee, finale tendre et fraiche<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cabernet Franc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Caminhos Cruzados Tinto, Dao DOP  &#8211; PT <svg class=\"flag-svg\" viewBox=\"0 0 2 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#006600\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">7<\/div>\n                <\/div>\n                <div class=\"wine-description\">Rouge genereux aux fruits rouges et violette, bouche equilibree et fumee, finale longue et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Touriga Nacional, Alfrocheiro, Tinta Roriz<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Coastal Pinotage, Whalehaven, South-Africa  &#8211; ZA <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"2\" width=\"3\" fill=\"#000000\"\/><rect y=\"0.6\" height=\"0.8\" width=\"3\" fill=\"#007A5E\"\/><rect y=\"0.8\" height=\"0.4\" width=\"3\" fill=\"#FFB81C\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">9<\/div>\n                <\/div>\n                <div class=\"wine-description\">Un Pinotage sud-africain ou la rusticite des fruits rouges sauvages et des epices se marie a une structure tannique souple et une touche minerale persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinotage 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5-14%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS BLANCS -->\n        <section>\n            <h3 class=\"section-title\">NOS VINS BLANCS<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Due Uve &#8220;Velante&#8221; Bianco, Friuli DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6 | 33<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, bouche ronde et equilibree, finale saline<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Grigio 50%, Sauvignon Blanc 50%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Gavi del commune di Gavi DOCG, Marchesi di Barolo  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 37<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes et pomme verte, bouche fraiche et minerale, finale persistante et saline<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cortese 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Sancerre, Roger Neveu  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 55<\/div>\n                <\/div>\n                <div class=\"wine-description\">Minerale, agrumes, bouche vive et elegante, finale persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5-13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Petit Chablis, Domaine Jean-Marc Brocard  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 59<\/div>\n                <\/div>\n                <div class=\"wine-description\">Blanc vif et gourmand, aux notes de citron vert et pamplemousse, bouche fraiche et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS ROUGES -->\n        <section>\n            <h3 class=\"section-title\">NOS VINS ROUGES<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Amarone &#8220;Valpantena&#8221; della Valpolicella DOCG, Cantine Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 79<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs confits, epices, bouche ample et veloutee, finale longue et complexe<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Corvina 45-95%, Rondinella 5-30%, autres 15%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14-14.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">&#8220;Serralunga d&#8217;Alba&#8221;, Barolo DOCG, Fontanafredda  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 89<\/div>\n                <\/div>\n                <div class=\"wine-description\">Rose fanee, reglisse, bouche puissante et elegante, tannins soyeux et finale persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Nebbiolo 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14-14.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Ch Tourbadon, Saint-Emilion Grand Cru Bio  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 58<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, vanille, bouche ronde et structuree, tannins fondus<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Merlot 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Malbec &#8220;Reserva&#8221; Bio, Domaine Bousquet, Argentina  &#8211; AR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#74ACDF\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#74ACDF\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 37<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, violette, bouche concentree et veloutee, finale longue<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Malbec 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14-14.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Pinot Noir Bio, Earth Garden, Marlborough, Villa Maria  &#8211; NZ <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#002171\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#E4003B\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 43<\/div>\n                <\/div>\n                <div class=\"wine-description\">Cerise, framboise, bouche delicate et soyeuse, finale elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Noir 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS BLANCS (SUITE) -->\n        <section>\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Mercurey Blanc &#8220;Vieilles Vignes&#8221;, Philippe Le Hardi  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 69<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, noisette, bouche ronde et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crozes-Hermitage Blanc &#8220;Matiniere&#8221;, Ferraton Pere &#038; Fils  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 56<\/div>\n                <\/div>\n                <div class=\"wine-description\">Peche blanche, minerale, bouche ample et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Marsanne, Roussanne<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Heritage La Clape Blanc, Gerard Bertrand BIO  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 36<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, garrigue, bouche ronde et genereuse<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grenache Blanc, Vermentino<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Chardonnay &#8220;Reserve&#8221; Bio, Domaine Bousquet, Argentina  &#8211; AR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#74ACDF\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#74ACDF\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 37<\/div>\n                <\/div>\n                <div class=\"wine-description\">Blanc bio elegant et frais, aux agrumes et fruits tropicaux, bouche ronde et vive, finale persistante et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crouchen &#038; Riesling, Grant Burge, Barossa Valley  &#8211; AU <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#00008B\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 39<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits exotiques, fleurs, bouche fraiche et aromatique<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Crouchen, Riesling<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">11.5-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Sauvignon Blanc &#8220;Reserve&#8221;, Villa Maria, Wairau Valley  &#8211; NZ <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#002171\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#E4003B\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 43<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, fruits de la passion, bouche vive et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS ROS\u00c9S -->\n        <section>\n            <h3 class=\"section-title\">NOS VINS ROS\u00c9S<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Velante Bertarose Chiaretto, Garda DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8 | 38<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, fleurs, bouche fraiche et delicate<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Molinara 75%, Merlot 25%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Terra di Nostri Rose, IGP Ile de Beaute  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6 | 32<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, peche, bouche legere et rafraichissante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Niellucciu, Sciaccarellu<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Hampton Water, Languedoc Rose, Gerard Bertrand  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 38<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, agrumes, bouche vive et gourmande<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grenache 60%, Cinsault 15%, Mourv\u00e8dre 15%, Syrah 10%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS ROUGES (SUITE) -->\n        <section>\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Nero d&#8217;Avola &#8220;In Purezza&#8221;, Baglio di Pianetto, Sicilia DOC BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 33<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, epices douces, bouche souple et fruitee<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Nero d&#8217;Avola 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Governo Sangiovese, Toscana IGT  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 35<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, epices douces, bouche ronde et gourmande<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sangiovese 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Fermata 125, Etna Rosso DOC, Baglio di Pianetto BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 48<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, minerale volcanique, bouche elegante et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Nerello Mascalese 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Clos Floridene, Graves Rouge  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 49<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, fumee, bouche fine et equilibree, finale minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cabernet Sauvignon 80%, Merlot 20%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crozes-Hermitage Rouge, Ferraton Pere &#038; Fils  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 49<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, poivre, bouche structuree et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Syrah 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Connetable de Talbot, Saint-Julien  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 79<\/div>\n                <\/div>\n                <div class=\"wine-description\">Cassis, cedre, bouche puissante et raffinee<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cabernet Sauvignon, Merlot<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Mercurey Rouge &#8220;Les Cheneaults&#8221;, Philippe Le Hardi  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 72<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, sous-bois, bouche fine et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Noir 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Domaine de la Pirolette, Saint-Amour  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 41<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, epices, bouche souple et gourmande<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Gamay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Lirac &#8220;Le Petit Prince&#8221;, Domaine Maby  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 36<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, garrigue, bouche souple et epicee, finale fraiche<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grenache, Syrah<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Heritage Merlot Bio, Gerard Bertrand, La Clape  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 34<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, garrigue, bouche ronde et genereuse, finale epicee<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Merlot 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Tarrango, &#8220;Explorer Series&#8221; Brown Brothers, Victoria, Australie  &#8211; AU <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#00008B\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 35<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges frais, bouche legere et croquante, finale vive<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Tarrango 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS GRANDS CRUS -->\n        <section>\n            <h3 class=\"section-title\">NOS GRANDS CRUS<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Fermata 125, Etna Bianco DOC, Baglio di Pianetto BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">42<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, minerale, bouche fraiche et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Carricante 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crozes-Hermitage Blanc &#8220;Matiniere&#8221;, Ferraton Pere &#038; Fils  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">56<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fleurs blanches, peche, bouche ronde et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Marsanne, Roussanne<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Sauvignon Blanc &#8220;Reserve&#8221;, Wairau Valley, Villa Maria  &#8211; NZ <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#002171\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#E4003B\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">43<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, fruits exotiques, bouche vive et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Mercurey Blanc &#8220;Les Bois de Lalier&#8221;, Philippe Le Hardi  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">69<\/div>\n                <\/div>\n                <div class=\"wine-description\">Beurre, noisette, bouche ample et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <footer>\n            <p>Quartier L\u00e9opold \u2014 Place du Luxembourg 13, 1050 Ixelles<\/p>\n            <p>Prix en euros, TVA incluse<\/p>\n            <p style=\"margin-top: 15px; font-size: 0.8em;\">Imprimez cette page en PDF : Ctrl+P (Windows) ou Cmd+P (Mac)<\/p>\n            <p style=\"margin-top: 10px; font-size: 0.75em; color: #aaa;\">Les vins marqu\u00e9s avec <span style=\"font-style: italic;\">\u2014<\/span> attendent les donn\u00e9es compl\u00e8tes<\/p>\n        <\/footer>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Carte des Vins &#8211; Quartier L\u00e9opold<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Georgia', 'Garamond', serif;\n            background: #F5F1ED;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: #F5F1ED;\n            box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);\n        }\n\n        \/* D\u00e9coration feuilles *\/\n        .leaf-top-left, .leaf-top-right, .leaf-bottom-left, .leaf-bottom-right {\n            position: fixed;\n            opacity: 0.15;\n            pointer-events: none;\n            z-index: 0;\n        }\n\n        .leaf-top-left {\n            top: 20px;\n            left: 20px;\n            font-size: 100px;\n            transform: rotate(-30deg);\n        }\n\n        .leaf-top-right {\n            top: 40px;\n            right: 20px;\n            font-size: 120px;\n            transform: rotate(40deg);\n        }\n\n        .leaf-bottom-left {\n            bottom: 40px;\n            left: 30px;\n            font-size: 110px;\n            transform: rotate(20deg);\n        }\n\n        .leaf-bottom-right {\n            bottom: 20px;\n            right: 20px;\n            font-size: 100px;\n            transform: rotate(-50deg);\n        }\n\n        header {\n            text-align: center;\n            margin-bottom: 50px;\n            padding-bottom: 30px;\n            border-bottom: 2px solid #C85A3A;\n        }\n\n        h1 {\n            font-size: 3.5em;\n            color: #C85A3A;\n            letter-spacing: 4px;\n            margin-bottom: 15px;\n            font-weight: normal;\n        }\n\n        .divider {\n            width: 60px;\n            height: 2px;\n            background: #C85A3A;\n            margin: 15px auto;\n        }\n\n        h2 {\n            font-size: 1.3em;\n            color: #333;\n            margin-bottom: 8px;\n            letter-spacing: 2px;\n        }\n\n        .address {\n            color: #999;\n            font-size: 0.95em;\n            margin-bottom: 10px;\n        }\n\n        section {\n            margin-bottom: 50px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #C85A3A;\n            margin-bottom: 30px;\n            letter-spacing: 3px;\n            border-bottom: 1px solid #D9C7BC;\n            padding-bottom: 15px;\n        }\n\n        .wine-item {\n            margin-bottom: 28px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .wine-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n\n        .wine-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 6px;\n            gap: 20px;\n        }\n\n        .wine-name {\n            font-size: 1.1em;\n            font-weight: bold;\n            color: #1a3a52;\n            flex: 1;\n        }\n\n        .flag {\n            font-size: 1.3em;\n            min-width: 30px;\n        }\n\n        .wine-price {\n            color: #C85A3A;\n            font-weight: bold;\n            text-align: right;\n            white-space: nowrap;\n            font-size: 0.95em;\n        }\n\n        .flag-svg {\n            display: inline-block;\n            width: 20px;\n            height: 13px;\n            vertical-align: middle;\n            margin-left: 6px;\n            border-radius: 1px;\n        }\n\n        .wine-region {\n            font-size: 0.85em;\n            color: #666;\n            margin-bottom: 4px;\n            font-style: italic;\n        }\n\n        .wine-description {\n            font-size: 0.9em;\n            color: #777;\n            line-height: 1.5;\n        }\n\n        .wine-details {\n            font-size: 0.85em;\n            color: #666;\n            margin-top: 6px;\n            padding-top: 8px;\n            border-top: 1px solid #e8e8e8;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n        }\n\n        .wine-detail-item {\n            display: flex;\n            justify-content: space-between;\n            gap: 8px;\n        }\n\n        .wine-detail-label {\n            font-weight: 500;\n            color: #888;\n            flex-shrink: 0;\n        }\n\n        .wine-detail-value {\n            color: #555;\n            flex-grow: 1;\n        }\n\n        .empty-field {\n            color: #ccc;\n            font-style: italic;\n            min-height: 1.2em;\n        }\n\n        footer {\n            text-align: center;\n            margin-top: 60px;\n            padding-top: 20px;\n            border-top: 1px solid #D9C7BC;\n            font-size: 0.85em;\n            color: #999;\n        }\n\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2em;\n            }\n\n            .section-title {\n                font-size: 1.4em;\n            }\n\n            .wine-header {\n                flex-direction: column;\n                gap: 5px;\n            }\n\n            .wine-price {\n                text-align: left;\n            }\n\n            .wine-details {\n                grid-template-columns: 1fr;\n            }\n\n            .container {\n                padding: 20px 15px;\n            }\n        }\n\n        @media print {\n            .leaf-top-left, .leaf-top-right, .leaf-bottom-left, .leaf-bottom-right {\n                display: none;\n            }\n\n            body {\n                background: white;\n            }\n\n            .container {\n                box-shadow: none;\n                max-width: 100%;\n                padding: 20px;\n            }\n\n            section {\n                page-break-inside: avoid;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"leaf-top-left\">\ud83c\udf42<\/div>\n    <div class=\"leaf-top-right\">\ud83c\udf3f<\/div>\n    <div class=\"leaf-bottom-left\">\ud83c\udf43<\/div>\n    <div class=\"leaf-bottom-right\">\ud83c\udf3f<\/div>\n\n    <div class=\"container\">\n        <!-- LES BULLES -->\n        <section>\n            <h3 class=\"section-title\">LES BULLES<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Champagne Taittinger Brut Reserve  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">14,50 | 100<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, brioche, bulles fines et elegantes<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 40%, Pinot Noir 35%, Pinot Meunier 25%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Comtes de Champagne, Blanc de Blancs  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">240<\/div>\n                <\/div>\n                <div class=\"wine-description\">Chardonnay pur, mineralite, finale longue et complexe<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Bosco del Merlo, Prosecco Brut Millesimato D.O.C.  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8,00 | 50<\/div>\n                <\/div>\n                <div class=\"wine-description\">Pomme verte, fleurs blanches, bulles fines et persistantes<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Glera 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">11-12%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- VINS BLANCS AU VERRE -->\n        <section>\n            <h3 class=\"section-title\">VINS BLANCS AU VERRE<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Grillo &#8220;In Purezza&#8221;, Baglio di Pianetto, Sicilia DOC BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes et fleurs d&#8217;oranger, bouche fraiche et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grillo 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Due Uve &#8220;Velante&#8221; Bianco, Friuli DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">7<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, bouche ronde et equilibree, finale saline<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Grigio 50%, Sauvignon Blanc 50%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">La Torre, Chardonnay, &#8220;Degli Uccelli&#8221; Salento IGP  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits exotiques, vanille subtile, bouche ample et genereuse<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Caminos Cruzados Branco, Dao DOP  &#8211; PT <svg class=\"flag-svg\" viewBox=\"0 0 2 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#006600\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, minerale, bouche fraiche et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Encruzado, Cerceal-Branco, Malvasia-fina<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5-13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Coastal Sauvignon, Whalehaven, South-Africa  &#8211; ZA <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"2\" width=\"3\" fill=\"#000000\"\/><rect y=\"0.6\" height=\"0.8\" width=\"3\" fill=\"#007A5E\"\/><rect y=\"0.8\" height=\"0.4\" width=\"3\" fill=\"#FFB81C\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">9<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, fruits de la passion, bouche vive et aromatique<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- VINS ROS\u00c9S AU VERRE -->\n        <section>\n            <h3 class=\"section-title\">VINS ROS\u00c9S AU VERRE<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Velante Bertarose Chiaretto, Garda DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, fleurs, bouche fraiche et delicate<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Molinara 75%, Merlot 25%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Terra di Nostri Rose, IGP Ile de Beaute  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, peche, bouche legere et rafraichissante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Niellucciu, Sciaccarellu<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- VINS ROUGES AU VERRE -->\n        <section>\n            <h3 class=\"section-title\">VINS ROUGES AU VERRE<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">La Torre Malvasia Nera &#8220;Degli Uccelli&#8221; Salento IGP  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6<\/div>\n                <\/div>\n                <div class=\"wine-description\">Cerise noire et prune, bouche souple et fraiche, finale epicee et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Malvasia Nera 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Ripasso della Valpolicella DOC, Valpantena, Cantine Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">9<\/div>\n                <\/div>\n                <div class=\"wine-description\">Rouge vibrant et corse, aux aromes de cerise noire et reglisse, bouche charnue et finale sapide<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Corvina 45-95%, Rondinella 5-30%, autres 15%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5-13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Saint Nicolas de Bourgueil &#8220;Le Clos&#8221;, Le Clos du Vigneau  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">7<\/div>\n                <\/div>\n                <div class=\"wine-description\">Nez charmeur de fruits rouges, bouche souple et fruitee, finale tendre et fraiche<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cabernet Franc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Caminhos Cruzados Tinto, Dao DOP  &#8211; PT <svg class=\"flag-svg\" viewBox=\"0 0 2 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#006600\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">7<\/div>\n                <\/div>\n                <div class=\"wine-description\">Rouge genereux aux fruits rouges et violette, bouche equilibree et fumee, finale longue et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Touriga Nacional, Alfrocheiro, Tinta Roriz<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Coastal Pinotage, Whalehaven, South-Africa  &#8211; ZA <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"2\" width=\"3\" fill=\"#000000\"\/><rect y=\"0.6\" height=\"0.8\" width=\"3\" fill=\"#007A5E\"\/><rect y=\"0.8\" height=\"0.4\" width=\"3\" fill=\"#FFB81C\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">9<\/div>\n                <\/div>\n                <div class=\"wine-description\">Un Pinotage sud-africain ou la rusticite des fruits rouges sauvages et des epices se marie a une structure tannique souple et une touche minerale persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinotage 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5-14%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS BLANCS -->\n        <section>\n            <h3 class=\"section-title\">NOS VINS BLANCS<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Due Uve &#8220;Velante&#8221; Bianco, Friuli DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6 | 33<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, bouche ronde et equilibree, finale saline<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Grigio 50%, Sauvignon Blanc 50%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Gavi del commune di Gavi DOCG, Marchesi di Barolo  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 37<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes et pomme verte, bouche fraiche et minerale, finale persistante et saline<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cortese 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Sancerre, Roger Neveu  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 55<\/div>\n                <\/div>\n                <div class=\"wine-description\">Minerale, agrumes, bouche vive et elegante, finale persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5-13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Petit Chablis, Domaine Jean-Marc Brocard  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 59<\/div>\n                <\/div>\n                <div class=\"wine-description\">Blanc vif et gourmand, aux notes de citron vert et pamplemousse, bouche fraiche et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS ROUGES -->\n        <section>\n            <h3 class=\"section-title\">NOS VINS ROUGES<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Amarone &#8220;Valpantena&#8221; della Valpolicella DOCG, Cantine Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 79<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs confits, epices, bouche ample et veloutee, finale longue et complexe<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Corvina 45-95%, Rondinella 5-30%, autres 15%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14-14.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">&#8220;Serralunga d&#8217;Alba&#8221;, Barolo DOCG, Fontanafredda  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 89<\/div>\n                <\/div>\n                <div class=\"wine-description\">Rose fanee, reglisse, bouche puissante et elegante, tannins soyeux et finale persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Nebbiolo 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14-14.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Ch Tourbadon, Saint-Emilion Grand Cru Bio  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 58<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, vanille, bouche ronde et structuree, tannins fondus<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Merlot 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Malbec &#8220;Reserva&#8221; Bio, Domaine Bousquet, Argentina  &#8211; AR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#74ACDF\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#74ACDF\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 37<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, violette, bouche concentree et veloutee, finale longue<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Malbec 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14-14.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Pinot Noir Bio, Earth Garden, Marlborough, Villa Maria  &#8211; NZ <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#002171\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#E4003B\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 43<\/div>\n                <\/div>\n                <div class=\"wine-description\">Cerise, framboise, bouche delicate et soyeuse, finale elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Noir 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS BLANCS (SUITE) -->\n        <section>\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Mercurey Blanc &#8220;Vieilles Vignes&#8221;, Philippe Le Hardi  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 69<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, noisette, bouche ronde et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crozes-Hermitage Blanc &#8220;Matiniere&#8221;, Ferraton Pere &#038; Fils  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 56<\/div>\n                <\/div>\n                <div class=\"wine-description\">Peche blanche, minerale, bouche ample et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Marsanne, Roussanne<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Heritage La Clape Blanc, Gerard Bertrand BIO  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 36<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits blancs, garrigue, bouche ronde et genereuse<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grenache Blanc, Vermentino<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Chardonnay &#8220;Reserve&#8221; Bio, Domaine Bousquet, Argentina  &#8211; AR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#74ACDF\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#74ACDF\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 37<\/div>\n                <\/div>\n                <div class=\"wine-description\">Blanc bio elegant et frais, aux agrumes et fruits tropicaux, bouche ronde et vive, finale persistante et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crouchen &#038; Riesling, Grant Burge, Barossa Valley  &#8211; AU <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#00008B\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 39<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits exotiques, fleurs, bouche fraiche et aromatique<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Crouchen, Riesling<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">11.5-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Sauvignon Blanc &#8220;Reserve&#8221;, Villa Maria, Wairau Valley  &#8211; NZ <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#002171\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#E4003B\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 43<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, fruits de la passion, bouche vive et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS ROS\u00c9S -->\n        <section>\n            <h3 class=\"section-title\">NOS VINS ROS\u00c9S<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Velante Bertarose Chiaretto, Garda DOC, Bertani  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">8 | 38<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, fleurs, bouche fraiche et delicate<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Molinara 75%, Merlot 25%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12-12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Terra di Nostri Rose, IGP Ile de Beaute  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">6 | 32<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, peche, bouche legere et rafraichissante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Niellucciu, Sciaccarellu<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Hampton Water, Languedoc Rose, Gerard Bertrand  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 38<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, agrumes, bouche vive et gourmande<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grenache 60%, Cinsault 15%, Mourv\u00e8dre 15%, Syrah 10%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS VINS ROUGES (SUITE) -->\n        <section>\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Nero d&#8217;Avola &#8220;In Purezza&#8221;, Baglio di Pianetto, Sicilia DOC BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 33<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, epices douces, bouche souple et fruitee<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Nero d&#8217;Avola 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Governo Sangiovese, Toscana IGT  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 35<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, epices douces, bouche ronde et gourmande<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sangiovese 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Fermata 125, Etna Rosso DOC, Baglio di Pianetto BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 48<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, minerale volcanique, bouche elegante et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Nerello Mascalese 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13-13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Clos Floridene, Graves Rouge  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 49<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, fumee, bouche fine et equilibree, finale minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cabernet Sauvignon 80%, Merlot 20%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crozes-Hermitage Rouge, Ferraton Pere &#038; Fils  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 49<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, poivre, bouche structuree et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Syrah 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Connetable de Talbot, Saint-Julien  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 79<\/div>\n                <\/div>\n                <div class=\"wine-description\">Cassis, cedre, bouche puissante et raffinee<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Cabernet Sauvignon, Merlot<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Mercurey Rouge &#8220;Les Cheneaults&#8221;, Philippe Le Hardi  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 72<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, sous-bois, bouche fine et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Pinot Noir 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Domaine de la Pirolette, Saint-Amour  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 41<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, epices, bouche souple et gourmande<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Gamay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Lirac &#8220;Le Petit Prince&#8221;, Domaine Maby  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 36<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges, garrigue, bouche souple et epicee, finale fraiche<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Grenache, Syrah<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">14%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Heritage Merlot Bio, Gerard Bertrand, La Clape  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 34<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits noirs, garrigue, bouche ronde et genereuse, finale epicee<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Merlot 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Tarrango, &#8220;Explorer Series&#8221; Brown Brothers, Victoria, Australie  &#8211; AU <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#00008B\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#FF0000\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">\u2014 | 35<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fruits rouges frais, bouche legere et croquante, finale vive<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Tarrango 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NOS GRANDS CRUS -->\n        <section>\n            <h3 class=\"section-title\">NOS GRANDS CRUS<\/h3>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Fermata 125, Etna Bianco DOC, Baglio di Pianetto BIO  &#8211; IT <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#009246\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#CE2B37\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">42<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, minerale, bouche fraiche et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Carricante 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Crozes-Hermitage Blanc &#8220;Matiniere&#8221;, Ferraton Pere &#038; Fils  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">56<\/div>\n                <\/div>\n                <div class=\"wine-description\">Fleurs blanches, peche, bouche ronde et elegante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Marsanne, Roussanne<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Sauvignon Blanc &#8220;Reserve&#8221;, Wairau Valley, Villa Maria  &#8211; NZ <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect height=\"0.67\" width=\"3\" fill=\"#002171\"\/><rect y=\"0.67\" height=\"0.67\" width=\"3\" fill=\"#FFFFFF\"\/><rect y=\"1.34\" height=\"0.66\" width=\"3\" fill=\"#E4003B\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">43<\/div>\n                <\/div>\n                <div class=\"wine-description\">Agrumes, fruits exotiques, bouche vive et minerale<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Sauvignon Blanc 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">13%<\/span><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"wine-item\">\n                <div class=\"wine-header\">\n                    <div class=\"wine-name\">Mercurey Blanc &#8220;Les Bois de Lalier&#8221;, Philippe Le Hardi  &#8211; FR <svg class=\"flag-svg\" viewBox=\"0 0 3 2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"1\" height=\"2\" fill=\"#002395\"\/><rect x=\"1\" width=\"1\" height=\"2\" fill=\"#FFFFFF\"\/><rect x=\"2\" width=\"1\" height=\"2\" fill=\"#ED2939\"\/><\/svg><\/div>\n                    <div class=\"wine-price\">69<\/div>\n                <\/div>\n                <div class=\"wine-description\">Beurre, noisette, bouche ample et persistante<\/div>\n                <div class=\"wine-details\">\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">C\u00e9pages:<\/span> <span class=\"wine-detail-value\">Chardonnay 100%<\/span><\/div>\n                    <div class=\"wine-detail-item\"><span class=\"wine-detail-label\">Alcool:<\/span> <span class=\"wine-detail-value\">12.5%<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <footer>\n            <p>Quartier L\u00e9opold \u2014 Place du Luxembourg 13, 1050 Ixelles<\/p>\n            <p>Prix en euros, TVA incluse<\/p>\n            <p style=\"margin-top: 15px; font-size: 0.8em;\">Imprimez cette page en PDF : Ctrl+P (Windows) ou Cmd+P (Mac)<\/p>\n            <p style=\"margin-top: 10px; font-size: 0.75em; color: #aaa;\">Les vins marqu\u00e9s avec <span style=\"font-style: italic;\">\u2014<\/span> attendent les donn\u00e9es compl\u00e8tes<\/p>\n        <\/footer>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Carte des Vins &#8211; Quartier L\u00e9opold \ud83c\udf42 \ud83c\udf3f \ud83c\udf43 \ud83c\udf3f LES BULLES Champagne Taittinger Brut Reserve &#8211; FR 14,50 | 100 Agrumes, brioche, bulles fines et elegantes C\u00e9pages: Chardonnay 40%, Pinot Noir 35%, Pinot Meunier 25% Alcool: 12% Comtes de Champagne, Blanc de Blancs &#8211; FR 240 Chardonnay pur, mineralite, finale longue et complexe C\u00e9pages: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-356","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/pages\/356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/comments?post=356"}],"version-history":[{"count":5,"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/pages\/356\/revisions"}],"predecessor-version":[{"id":363,"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/pages\/356\/revisions\/363"}],"wp:attachment":[{"href":"https:\/\/quartier-leopold.be\/index.php\/wp-json\/wp\/v2\/media?parent=356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}