{"id":720,"date":"2026-01-31T15:59:59","date_gmt":"2026-01-31T15:59:59","guid":{"rendered":"https:\/\/new.restaurant-du-theatre.ch\/politique-de-confidentialite\/"},"modified":"2026-03-08T08:45:03","modified_gmt":"2026-03-08T08:45:03","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"<section class=\"bde-section-720-100 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-code-block-720-101 bde-code-block\">\n\n  <!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Privacy Policy - Theatre Restaurant Lausanne<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n        :root {\n            --taupe-dark: #6B5E50;\n            --taupe: #8B7D6B;\n            --taupe-light: #A99D8E;\n            --cream: #F5F0E8;\n            --cream-light: #FAF7F2;\n            --white: #FFFFFF;\n            --text-dark: #3A3228;\n            --text-body: #5A5046;\n            --text-light: #8B8078;\n            --border: #DDD5C8;\n            --accent-warm: #C4A76C;\n            --green-soft: #7A8F6E;\n            --blue-soft: #6E7F8F;\n            --orange-soft: #A68350;\n        }\n\n        body {\n            font-family: 'Lato', sans-serif;\n            font-weight: 300;\n            color: var(--text-body);\n            background: var(--cream-light);\n            line-height: 1.75;\n            font-size: 15px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .page-header {\n            background: linear-gradient(135deg, var(--taupe-dark) 0%, var(--taupe) 100%);\n            padding: 60px 20px 50px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        .page-header::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\") repeat;\n        }\n        .page-header h1 {\n            font-family: 'Cormorant Garamond', serif;\n            font-weight: 500;\n            font-size: clamp(28px, 5vw, 42px);\n            color: var(--white);\n            letter-spacing: 1px;\n            position: relative;\n            z-index: 1;\n        }\n        .page-header .subtitle {\n            font-family: 'Lato', sans-serif;\n            font-weight: 300;\n            font-size: 14px;\n            color: rgba(255,255,255,0.7);\n            margin-top: 12px;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            position: relative;\n            z-index: 1;\n        }\n        .header-divider {\n            width: 60px;\n            height: 1px;\n            background: var(--accent-warm);\n            margin: 18px auto 0;\n            position: relative;\n            z-index: 1;\n        }\n\n        .toc {\n            max-width: 800px;\n            margin: -20px auto 0;\n            padding: 0 24px;\n            position: relative;\n            z-index: 2;\n        }\n        .toc-inner {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 24px 32px;\n            box-shadow: 0 4px 20px rgba(107,94,80,0.1);\n        }\n        .toc-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-weight: 600;\n            font-size: 16px;\n            color: var(--taupe-dark);\n            margin-bottom: 12px;\n        }\n        .toc-links {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        .toc-link {\n            display: inline-block;\n            padding: 5px 14px;\n            background: var(--cream);\n            border-radius: 20px;\n            font-size: 13px;\n            color: var(--taupe-dark);\n            text-decoration: none;\n            transition: all 0.3s ease;\n            font-weight: 400;\n        }\n        .toc-link:hover {\n            background: var(--taupe);\n            color: var(--white);\n        }\n\n        .content-wrapper {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 40px 24px 80px;\n        }\n        .intro-block {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 32px 36px;\n            margin-bottom: 40px;\n            border-left: 3px solid var(--accent-warm);\n            box-shadow: 0 2px 12px rgba(107,94,80,0.06);\n        }\n        .intro-block p { font-size: 15px; color: var(--text-body); line-height: 1.8; }\n        .last-update { font-size: 13px; color: var(--text-light); margin-top: 12px; font-style: italic; }\n\n        .section { margin-bottom: 36px; scroll-margin-top: 24px; }\n        .section-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-weight: 600;\n            font-size: 22px;\n            color: var(--taupe-dark);\n            margin-bottom: 16px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid var(--border);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .section-number {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 32px; height: 32px;\n            background: var(--taupe);\n            color: var(--white);\n            border-radius: 50%;\n            font-family: 'Lato', sans-serif;\n            font-weight: 700;\n            font-size: 13px;\n            flex-shrink: 0;\n        }\n        .section p { margin-bottom: 14px; }\n        .section strong { font-weight: 700; color: var(--text-dark); }\n\n        .sub-heading {\n            font-family: 'Cormorant Garamond', serif;\n            font-weight: 600;\n            font-size: 18px;\n            color: var(--taupe-dark);\n            margin: 28px 0 16px;\n        }\n\n        .rights-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 16px;\n            margin: 20px 0;\n        }\n        .right-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 20px 22px;\n            border: 1px solid var(--border);\n            transition: box-shadow 0.3s ease;\n        }\n        .right-card:hover { box-shadow: 0 4px 16px rgba(107,94,80,0.1); }\n        .right-card h4 {\n            font-family: 'Cormorant Garamond', serif;\n            font-weight: 600;\n            font-size: 16px;\n            color: var(--taupe-dark);\n            margin-bottom: 8px;\n        }\n        .right-card p { font-size: 13.5px; line-height: 1.65; margin-bottom: 0; }\n\n        .info-box {\n            background: var(--cream);\n            border-radius: 8px;\n            padding: 24px 28px;\n            margin: 20px 0;\n            border: 1px solid var(--border);\n        }\n        .info-box p { font-size: 14px; margin-bottom: 8px; }\n        .info-box p:last-child { margin-bottom: 0; }\n\n        .cookie-categories { display: grid; gap: 20px; margin: 24px 0; }\n        .cookie-card {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 24px 28px;\n            border: 1px solid var(--border);\n            border-left: 4px solid var(--taupe);\n            transition: box-shadow 0.3s ease;\n        }\n        .cookie-card:hover { box-shadow: 0 4px 16px rgba(107,94,80,0.1); }\n        .cookie-card.essential { border-left-color: var(--green-soft); }\n        .cookie-card.functional { border-left-color: var(--blue-soft); }\n        .cookie-card.analytics { border-left-color: var(--orange-soft); }\n        .cookie-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }\n        .cookie-badge {\n            display: inline-block;\n            padding: 3px 10px;\n            border-radius: 12px;\n            font-size: 11px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        .badge-essential { background: rgba(122,143,110,0.12); color: var(--green-soft); }\n        .badge-functional { background: rgba(110,127,143,0.12); color: var(--blue-soft); }\n        .badge-analytics { background: rgba(166,131,80,0.12); color: var(--orange-soft); }\n        .cookie-card h3 {\n            font-family: 'Cormorant Garamond', serif;\n            font-weight: 600;\n            font-size: 18px;\n            color: var(--text-dark);\n        }\n        .cookie-card p { font-size: 14px; line-height: 1.7; margin-bottom: 8px; }\n        .cookie-card p:last-child { margin-bottom: 0; }\n\n        .cookie-table-wrapper {\n            overflow-x: auto;\n            margin: 24px 0;\n            border-radius: 8px;\n            box-shadow: 0 2px 12px rgba(107,94,80,0.06);\n        }\n        .cookie-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: var(--white);\n            font-size: 13.5px;\n        }\n        .cookie-table thead { background: var(--taupe); color: var(--white); }\n        .cookie-table th {\n            font-family: 'Lato', sans-serif;\n            font-weight: 700;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            padding: 14px 16px;\n            text-align: left;\n        }\n        .cookie-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); vertical-align: top; }\n        .cookie-table tr:last-child td { border-bottom: none; }\n        .cookie-table tr:hover td { background: rgba(245,240,232,0.5); }\n        .cat-badge {\n            display: inline-block;\n            padding: 2px 8px;\n            border-radius: 10px;\n            font-size: 11px;\n            font-weight: 700;\n            white-space: nowrap;\n        }\n        .cat-essential { background: rgba(122,143,110,0.12); color: var(--green-soft); }\n        .cat-functional { background: rgba(110,127,143,0.12); color: var(--blue-soft); }\n\n        .browser-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 12px;\n            margin: 20px 0;\n        }\n        .browser-link {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 12px 16px;\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: 8px;\n            text-decoration: none;\n            color: var(--taupe-dark);\n            font-weight: 400;\n            font-size: 14px;\n            transition: all 0.3s ease;\n        }\n        .browser-link:hover { background: var(--cream); border-color: var(--taupe-light); }\n\n        .contact-block {\n            background: var(--white);\n            border-radius: 8px;\n            padding: 28px 32px;\n            margin-top: 40px;\n            border: 1px solid var(--border);\n            text-align: center;\n            box-shadow: 0 2px 12px rgba(107,94,80,0.06);\n        }\n        .contact-block h3 {\n            font-family: 'Cormorant Garamond', serif;\n            font-weight: 600;\n            font-size: 20px;\n            color: var(--taupe-dark);\n            margin-bottom: 14px;\n        }\n        .contact-block p { font-size: 14px; margin-bottom: 6px; }\n        .contact-block a {\n            color: var(--taupe-dark);\n            text-decoration: none;\n            font-weight: 400;\n            border-bottom: 1px solid var(--border);\n            transition: border-color 0.3s ease;\n        }\n        .contact-block a:hover { border-color: var(--taupe-dark); }\n\n        .page-footer {\n            text-align: center;\n            padding: 30px 20px;\n            font-size: 13px;\n            color: var(--text-light);\n            border-top: 1px solid var(--border);\n        }\n        .page-footer a { color: var(--taupe); text-decoration: none; }\n\n        @media (max-width: 600px) {\n            .page-header { padding: 40px 16px 36px; }\n            .content-wrapper { padding: 30px 16px 60px; }\n            .toc { padding: 0 16px; }\n            .toc-inner { padding: 20px; }\n            .intro-block, .contact-block { padding: 24px 20px; }\n            .rights-grid { grid-template-columns: 1fr; }\n            .cookie-card { padding: 20px; }\n            .cookie-table th, .cookie-table td { padding: 10px 12px; font-size: 12.5px; }\n            .browser-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"page-header\">\n        <h1>Privacy Policy<\/h1>\n        <p class=\"subtitle\">Th&eacute;&acirc;tre Restaurant &mdash; Lausanne<\/p>\n        <div class=\"header-divider\"><\/div>\n    <\/header>\n\n    <nav class=\"toc\">\n        <div class=\"toc-inner\">\n            <p class=\"toc-title\">Quick access<\/p>\n            <div class=\"toc-links\">\n                <a href=\"#controller\" class=\"toc-link\">Controller<\/a>\n                <a href=\"#data\" class=\"toc-link\">Data collected<\/a>\n                <a href=\"#purposes\" class=\"toc-link\">Purposes<\/a>\n                <a href=\"#legal-basis\" class=\"toc-link\">Legal basis<\/a>\n                <a href=\"#sharing\" class=\"toc-link\">Sharing<\/a>\n                <a href=\"#transfer\" class=\"toc-link\">Transfer<\/a>\n                <a href=\"#retention\" class=\"toc-link\">Retention<\/a>\n                <a href=\"#rights\" class=\"toc-link\">Your rights<\/a>\n                <a href=\"#security\" class=\"toc-link\">Security<\/a>\n                <a href=\"#cookies\" class=\"toc-link\">Cookies<\/a>\n                <a href=\"#authority\" class=\"toc-link\">Authority<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <main class=\"content-wrapper\">\n\n        <div class=\"intro-block\">\n            <p>Protecting your personal data is important to us. This policy describes how Th&eacute;&acirc;tre Restaurant collects, uses and protects your information when you visit our website <strong>restaurant-du-theatre.ch<\/strong> or use our services.<\/p>\n            <p>We comply with the Swiss Federal Act on Data Protection (FADP) as well as the European General Data Protection Regulation (GDPR) for our European visitors.<\/p>\n            <p class=\"last-update\">Last updated: February 2026<\/p>\n        <\/div>\n\n        <section id=\"controller\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">1<\/span> Data controller<\/h2>\n            <p>The data controller is:<\/p>\n            <div class=\"info-box\">\n                <p><strong>Th&eacute;&acirc;tre Restaurant<\/strong><\/p>\n                <p>Avenue du Th&eacute;&acirc;tre 12<\/p>\n                <p>1005 Lausanne, Switzerland<\/p>\n                <p>Phone: +41 21 351 51 15<\/p>\n                <p>Email: <strong>info@restaurant-du-theatre.ch<\/strong><\/p>\n            <\/div>\n        <\/section>\n\n        <section id=\"data\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">2<\/span> Data collected<\/h2>\n            <p>We collect and process the following personal data as part of our activities:<\/p>\n            <p><strong>When making an online reservation<\/strong> &mdash; Your name, phone number, email address, number of guests, preferred date and time, as well as any comments (allergies, preferences, special occasions).<\/p>\n            <p><strong>When browsing the website<\/strong> &mdash; Technical data such as your IP address, browser type, operating system, pages visited and duration of your visit.<\/p>\n            <p><strong>When subscribing to the newsletter<\/strong> &mdash; Your email address and, where applicable, your first name.<\/p>\n            <p><strong>When contacting us<\/strong> &mdash; The information you provide by email, phone or contact form.<\/p>\n        <\/section>\n\n        <section id=\"purposes\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">3<\/span> Purposes of processing<\/h2>\n            <p>Your data is used exclusively for the following purposes:<\/p>\n            <p><strong>Reservation management<\/strong> &mdash; To confirm, modify or cancel your reservation and to contact you if needed.<\/p>\n            <p><strong>Service improvement<\/strong> &mdash; To analyse website traffic and optimise your browsing experience.<\/p>\n            <p><strong>Communication<\/strong> &mdash; To send you our newsletter if you have subscribed, with the option to unsubscribe at any time.<\/p>\n            <p><strong>Legal obligations<\/strong> &mdash; To fulfil any applicable legal or regulatory obligations.<\/p>\n        <\/section>\n\n        <section id=\"legal-basis\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">4<\/span> Legal basis<\/h2>\n            <p>The processing of your data is based on the following legal grounds:<\/p>\n            <p><strong>Performance of a contract<\/strong> &mdash; Processing your reservation requires your contact details in order to provide the service.<\/p>\n            <p><strong>Consent<\/strong> &mdash; Sending newsletters and placing certain cookies are based on your explicit consent, which you may withdraw at any time.<\/p>\n            <p><strong>Legitimate interest<\/strong> &mdash; Improving our website and services constitutes a legitimate interest, while respecting your rights.<\/p>\n        <\/section>\n\n        <section id=\"sharing\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">5<\/span> Data sharing<\/h2>\n            <p>Your personal data is never sold to third parties. It may only be shared with:<\/p>\n            <p><strong>Our web host<\/strong> &mdash; for the technical operation of the website.<\/p>\n            <p><strong>The reservation system provider<\/strong> (Redi Restaurant Reservation) &mdash; for processing your online reservations.<\/p>\n            <p><strong>Competent authorities<\/strong> &mdash; if required by law.<\/p>\n            <p>All our service providers are contractually bound to protect your data and process it in accordance with applicable legislation.<\/p>\n        <\/section>\n\n        <section id=\"transfer\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">6<\/span> International data transfers<\/h2>\n            <p>Some technical service providers may be located outside Switzerland or the European Economic Area (EEA). In such cases, we ensure that the destination country provides an adequate level of protection as recognised by the Swiss Federal Council or, failing that, that appropriate contractual safeguards are in place (standard contractual clauses).<\/p>\n        <\/section>\n\n        <section id=\"retention\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">7<\/span> Data retention<\/h2>\n            <p>We retain your personal data for as long as necessary to fulfil the purposes for which it was collected, or to comply with our legal obligations.<\/p>\n            <p><strong>Reservation data<\/strong> &mdash; retained for the duration required by the service, then deleted within a reasonable period unless a legal obligation requires otherwise.<\/p>\n            <p><strong>Newsletter data<\/strong> &mdash; retained until you unsubscribe.<\/p>\n            <p><strong>Browsing data<\/strong> &mdash; retained in anonymised form for statistical purposes.<\/p>\n        <\/section>\n\n        <section id=\"rights\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">8<\/span> Your rights<\/h2>\n            <p>Under the FADP and the GDPR, you have the following rights:<\/p>\n            <div class=\"rights-grid\">\n                <div class=\"right-card\">\n                    <h4>Right of access<\/h4>\n                    <p>Obtain confirmation that your data is being processed and receive a copy of it.<\/p>\n                <\/div>\n                <div class=\"right-card\">\n                    <h4>Right to rectification<\/h4>\n                    <p>Request the correction of inaccurate or incomplete data concerning you.<\/p>\n                <\/div>\n                <div class=\"right-card\">\n                    <h4>Right to erasure<\/h4>\n                    <p>Request the deletion of your data when it is no longer necessary.<\/p>\n                <\/div>\n                <div class=\"right-card\">\n                    <h4>Right to object<\/h4>\n                    <p>Object to the processing of your data on legitimate grounds.<\/p>\n                <\/div>\n                <div class=\"right-card\">\n                    <h4>Right to portability<\/h4>\n                    <p>Receive your data in a structured, commonly used format.<\/p>\n                <\/div>\n                <div class=\"right-card\">\n                    <h4>Right to withdraw consent<\/h4>\n                    <p>Withdraw your consent at any time, without affecting the lawfulness of prior processing.<\/p>\n                <\/div>\n            <\/div>\n            <p>To exercise your rights, please contact us at the address below. We will respond to your request within 30 days.<\/p>\n        <\/section>\n\n        <section id=\"security\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">9<\/span> Data security<\/h2>\n            <p>We implement appropriate technical and organisational measures to protect your data against unauthorised access, loss or destruction. Our website uses the HTTPS protocol to secure the transmission of your data.<\/p>\n        <\/section>\n\n        <!-- COOKIES SECTION -->\n        <section id=\"cookies\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">10<\/span> Cookies<\/h2>\n            <p>Cookies are small text files stored on your device when you visit our website. They help us ensure the proper functioning of the site and improve your experience.<\/p>\n\n            <h3 class=\"sub-heading\">Types of cookies used<\/h3>\n            <div class=\"cookie-categories\">\n                <div class=\"cookie-card essential\">\n                    <div class=\"cookie-card-header\">\n                        <h3>Essential cookies<\/h3>\n                        <span class=\"cookie-badge badge-essential\">Always active<\/span>\n                    <\/div>\n                    <p>Required for the website to function: navigation, security, online reservation. They do not require your consent.<\/p>\n                <\/div>\n                <div class=\"cookie-card functional\">\n                    <div class=\"cookie-card-header\">\n                        <h3>Functional cookies<\/h3>\n                        <span class=\"cookie-badge badge-functional\">Optional<\/span>\n                    <\/div>\n                    <p>Remember your preferences (language, cookie choices) to personalise your experience. No data is collected for marketing purposes.<\/p>\n                <\/div>\n                <div class=\"cookie-card analytics\">\n                    <div class=\"cookie-card-header\">\n                        <h3>Analytical cookies<\/h3>\n                        <span class=\"cookie-badge badge-analytics\">With consent<\/span>\n                    <\/div>\n                    <p>Help us understand how visitors use the website. Data is processed anonymously, without personal identification.<\/p>\n                <\/div>\n            <\/div>\n\n            <h3 class=\"sub-heading\">Cookie details<\/h3>\n            <div class=\"cookie-table-wrapper\">\n                <table class=\"cookie-table\">\n                    <thead>\n                        <tr>\n                            <th>Name<\/th>\n                            <th>Provider<\/th>\n                            <th>Purpose<\/th>\n                            <th>Duration<\/th>\n                            <th>Category<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>wordpress_test_cookie<\/strong><\/td>\n                            <td>WordPress<\/td>\n                            <td>Checks whether cookies are enabled in your browser<\/td>\n                            <td>Session<\/td>\n                            <td><span class=\"cat-badge cat-essential\">Essential<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>wordpress_logged_in_*<\/strong><\/td>\n                            <td>WordPress<\/td>\n                            <td>Manages authentication for logged-in users<\/td>\n                            <td>Session<\/td>\n                            <td><span class=\"cat-badge cat-essential\">Essential<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>wp_lang<\/strong><\/td>\n                            <td>WordPress<\/td>\n                            <td>Remembers the user's preferred language<\/td>\n                            <td>Session<\/td>\n                            <td><span class=\"cat-badge cat-functional\">Functional<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>redi_*<\/strong><\/td>\n                            <td>Redi Restaurant Reservation<\/td>\n                            <td>Manages the online reservation process<\/td>\n                            <td>Session<\/td>\n                            <td><span class=\"cat-badge cat-essential\">Essential<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>cookieconsent_status<\/strong><\/td>\n                            <td>restaurant-du-theatre.ch<\/td>\n                            <td>Stores your cookie consent choice<\/td>\n                            <td>12 months<\/td>\n                            <td><span class=\"cat-badge cat-functional\">Functional<\/span><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <div class=\"info-box\">\n                <p><strong>Note:<\/strong> should we integrate analytics tools or third-party services in the future, this page will be updated and your consent will be requested beforehand.<\/p>\n            <\/div>\n\n            <h3 class=\"sub-heading\">Managing your cookies<\/h3>\n            <p>You can modify or delete cookies at any time through your browser settings. Please note that disabling certain essential cookies may affect the proper functioning of the website, particularly the reservation system.<\/p>\n\n            <div class=\"browser-grid\">\n                <a href=\"https:\/\/support.google.com\/chrome\/answer\/95647?hl=en\" class=\"browser-link\" target=\"_blank\" rel=\"noopener\">Chrome<\/a>\n                <a href=\"https:\/\/support.mozilla.org\/en-US\/kb\/enable-and-disable-cookies-website-preferences\" class=\"browser-link\" target=\"_blank\" rel=\"noopener\">Firefox<\/a>\n                <a href=\"https:\/\/support.apple.com\/en-gb\/guide\/safari\/sfri11471\/mac\" class=\"browser-link\" target=\"_blank\" rel=\"noopener\">Safari<\/a>\n                <a href=\"https:\/\/support.microsoft.com\/en-us\/microsoft-edge\/delete-cookies-in-microsoft-edge-63947406-40ac-c3b8-57b9-2a946a29ae09\" class=\"browser-link\" target=\"_blank\" rel=\"noopener\">Edge<\/a>\n                <a href=\"https:\/\/help.opera.com\/en\/latest\/web-preferences\/#cookies\" class=\"browser-link\" target=\"_blank\" rel=\"noopener\">Opera<\/a>\n                <a href=\"https:\/\/support.brave.com\/hc\/en-us\/articles\/360017989132\" class=\"browser-link\" target=\"_blank\" rel=\"noopener\">Brave<\/a>\n            <\/div>\n\n            <p>On your first visit, a banner informs you about the use of cookies and allows you to accept or decline non-essential cookies. You can change your choice at any time via the cookie management link at the bottom of each page.<\/p>\n        <\/section>\n\n        <section id=\"authority\" class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">11<\/span> Supervisory authority<\/h2>\n            <p>If you believe that the processing of your data infringes your rights, you may file a complaint with the Federal Data Protection and Information Commissioner (FDPIC) in Switzerland, or with the competent supervisory authority of your country of residence within the EEA.<\/p>\n        <\/section>\n\n        <section class=\"section\">\n            <h2 class=\"section-title\"><span class=\"section-number\">12<\/span> Changes<\/h2>\n            <p>We reserve the right to amend this policy at any time. Any changes will be published on this page with the updated date. We encourage you to review this page regularly.<\/p>\n        <\/section>\n\n        <div class=\"contact-block\">\n            <h3>Questions about your data?<\/h3>\n            <p>Feel free to contact us:<\/p>\n            <p><a href=\"mailto:info@restaurant-du-theatre.ch\">info@restaurant-du-theatre.ch<\/a><\/p>\n            <p><a href=\"tel:+41213515115\">+41 21 351 51 15<\/a><\/p>\n        <\/div>\n\n    <\/main>\n\n    <footer class=\"page-footer\">\n        <p>&copy; 2026 Th&eacute;&acirc;tre Restaurant, Lausanne &mdash; <a href=\"terms-of-use.html\">Terms of Use<\/a><\/p>\n    <\/footer>\n\n<\/body>\n<\/html>\n\n\n\n<\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Privacy Policy &#8211; Theatre Restaurant Lausanne Privacy Policy Th&eacute;&acirc;tre Restaurant &mdash; Lausanne Quick access Controller Data collected Purposes Legal basis Sharing Transfer Retention Your rights Security Cookies Authority Protecting your personal data is important to us. This policy describes how Th&eacute;&acirc;tre Restaurant collects, uses and protects your information when you visit our website restaurant-du-theatre.ch or [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_breakdance_hide_in_design_set":false,"_breakdance_tags":"","iawp_total_views":0,"footnotes":""},"class_list":["post-720","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Privacy Policy - Restaurant du Th\u00e9\u00e2tre Lausanne<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy Policy - Restaurant du Th\u00e9\u00e2tre Lausanne\" \/>\n<meta property=\"og:description\" content=\"Privacy Policy - Theatre Restaurant Lausanne Privacy Policy Th&eacute;&acirc;tre Restaurant &mdash; Lausanne Quick access Controller Data collected Purposes Legal basis Sharing Transfer Retention Your rights Security Cookies Authority Protecting your personal data is important to us. This policy describes how Th&eacute;&acirc;tre Restaurant collects, uses and protects your information when you visit our website restaurant-du-theatre.ch or [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Restaurant du Th\u00e9\u00e2tre Lausanne\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-08T08:45:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/en\\\/privacy-policy\\\/\",\"url\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/en\\\/privacy-policy\\\/\",\"name\":\"Privacy Policy - Restaurant du Th\u00e9\u00e2tre Lausanne\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/#website\"},\"datePublished\":\"2026-01-31T15:59:59+00:00\",\"dateModified\":\"2026-03-08T08:45:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/en\\\/privacy-policy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/restaurant-du-theatre.ch\\\/en\\\/privacy-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/en\\\/privacy-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacy Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/#website\",\"url\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/\",\"name\":\"Restaurant du Th\u00e9\u00e2tre Lausanne\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/restaurant-du-theatre.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy - Restaurant du Th\u00e9\u00e2tre Lausanne","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"Privacy Policy - Restaurant du Th\u00e9\u00e2tre Lausanne","og_description":"Privacy Policy - Theatre Restaurant Lausanne Privacy Policy Th&eacute;&acirc;tre Restaurant &mdash; Lausanne Quick access Controller Data collected Purposes Legal basis Sharing Transfer Retention Your rights Security Cookies Authority Protecting your personal data is important to us. This policy describes how Th&eacute;&acirc;tre Restaurant collects, uses and protects your information when you visit our website restaurant-du-theatre.ch or [&hellip;]","og_url":"https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/","og_site_name":"Restaurant du Th\u00e9\u00e2tre Lausanne","article_modified_time":"2026-03-08T08:45:03+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/","url":"https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/","name":"Privacy Policy - Restaurant du Th\u00e9\u00e2tre Lausanne","isPartOf":{"@id":"https:\/\/restaurant-du-theatre.ch\/#website"},"datePublished":"2026-01-31T15:59:59+00:00","dateModified":"2026-03-08T08:45:03+00:00","breadcrumb":{"@id":"https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/restaurant-du-theatre.ch\/en\/privacy-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/restaurant-du-theatre.ch\/en\/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https:\/\/restaurant-du-theatre.ch\/#website","url":"https:\/\/restaurant-du-theatre.ch\/","name":"Restaurant du Th\u00e9\u00e2tre Lausanne","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/restaurant-du-theatre.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/pages\/720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/comments?post=720"}],"version-history":[{"count":3,"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/pages\/720\/revisions"}],"predecessor-version":[{"id":963,"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/pages\/720\/revisions\/963"}],"wp:attachment":[{"href":"https:\/\/restaurant-du-theatre.ch\/en\/wp-json\/wp\/v2\/media?parent=720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}