<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Newsletter David Guetta</title>

    <meta property="og:locale" content="en_US"/>
    <meta property="og:type" content="article"/>
    <meta property="og:title" content="Newsletter David Guetta"/>
    <meta property="og:description" content="To get the latest news and updates from David Guetta"/>
    <meta property="og:url" content="https://davidguetta.com/sdf2026/"/>
    <meta property="og:site_name" content="David Guetta"/>
    <meta property="article:publisher" content="https://www.instagram.com/davidguetta"/>
    <meta property="article:modified_time" content="2025-09-11T15:44:08+00:00"/>
    <meta property="og:image" content="https://davidguetta.com/sdf2026/sdf1200x630.png?v=1"/>
    <meta property="og:image:width" content="1200"/>
    <meta property="og:image:height" content="630"/>
    <meta property="og:image:type" content="image/png"/>
    
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-K8QJKWR');</script>
    <!-- End Google Tag Manager -->

    <!-- Event snippet for Page vue conversion page -->
    <script>
    // gtag('event', 'conversion', {
    //     'send_to': 'AW-951670078/G-MeCMC53pkbEL6q5cUD',
    //     'value': 1.0,
    //     'currency': 'EUR'
    // });
    </script>

    <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap" rel="stylesheet">

    <style>
        
        body {
            font-family: 'Raleway', Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-image: url('affiche1709.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-color: #000000;
            color: #ffffff;
            overflow-x: hidden;
            min-height: 100vh;
        }
        
        /* Image de fond pour mobile en position verticale */
        @media (max-width: 768px) and (orientation: portrait) {
            body {
                background-image: url('affiche1509mobile2.webp');
                background-size: 100% auto;
                background-position: center top;
                background-color: #000000;
            }
        }
        
        .main-container {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            position: absolute;
            top: 60vh;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            box-sizing: border-box;
            z-index: 20;
            transition: top 0.5s ease-in-out;
        }

        .form-container {
            background: #1a1a1a;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(255,255,255,0.1);
            border: 1px solid #333333;
        }
        
        h1 {
            font-size: 1.5em;
            font-weight: normal;
            text-align: center;
            color: #ffffff;
            margin-bottom: 30px;
            text-wrap: balance;
            border: 2px solid #ffffff;
            padding: 10px;
            text-transform: uppercase;
        }

        .form-title-date2-translation {
            font-size: .8em;
            font-weight: normal;
            text-align: center;
            color: #ffffff;
            margin: 0 auto;
            text-wrap: balance;
            text-transform: uppercase;
        }

        .form-title-date3-translation {
            animation: contourbrillant 2s ease-in-out infinite alternate;
        }

        .form-title-end-translation,
        .form-title-end2-translation {
            text-wrap: balance;
            text-align: center;
        }

        .form-title-end-translation {
            padding-top: 40px;
            font-size: 1.5em;
            font-weight: bold;
            text-align: center;
            color: #ffffff;
            margin: 0 auto;
            text-wrap: balance;
            text-transform: uppercase;
        }

        .form-title-end2-translation {
            font-size: 1.2em;
            font-weight: normal;
            text-align: center;
            color: #ffffff;
            margin-bottom: 30px;
            text-wrap: balance;
            border: 2px solid #ffffff;
            padding: 10px;
            text-transform: uppercase;
        }

        @keyframes contourbrillant {
            0% {
                box-shadow: 0 0 0px #ffffff, 0 0 0px #ffffff, 0 0 0px #ffffff, 0 0 0px #ffffff;
            }
            100% {
                box-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
            }
        }


        h2 {
            font-size: 1.3em;
            font-weight: normal;
            text-align: center;
            color: #d1d1d1;
            margin-bottom: 30px;
            text-wrap: balance;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group input[type="checkbox"] {
            display: inline-block;
            width: auto;
            margin-right: 8px;
            vertical-align: top;
        }
        
        .form-group label {
            display: inline-block;
            width: auto;
            margin-bottom: 0;
            vertical-align: top;
            line-height: 1.4;
        }
        
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #cccccc;
        }

        span.agree-translation {
            font-weight: normal;
        }
        
        input[type="email"], select, input[type="text"] {
            font-family: 'Raleway', Arial, sans-serif;
            width: 100%;
            padding: 12px;
            border: 2px solid #444444;
            border-radius: 5px;
            font-size: 16px;
            box-sizing: border-box;
            background-color: #2a2a2a;
            color: #ffffff;
        }
        
        input[type="email"]:focus, select:focus, input[type="text"]:focus {
            outline: none;
            border-color: #2196F3;
            background-color: #333333;
        }
        
        .error {
            color: #ff6b6b;
            font-size: 14px;
            margin-top: 5px;
        }
        
        .success {
            color: #64B5F6;
            font-size: 14px;
            margin-top: 5px;
        }
        
        button {
            font-family: 'Raleway', sans-serif;
            background-color: #2196F3;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            width: 100%;
            margin-top: 10px;
            transition: background-color 0.3s ease;
        }
        
        button:hover {
            background-color: #1976D2;
        }
        
        button:disabled {
            background-color: #666666;
            cursor: not-allowed;
            color: #999999;
        }
        
        .loading {
            display: none;
            text-align: center;
            margin-top: 10px;
            color: #cccccc;
        }
        
        a {
            color: #2196F3;
            text-decoration: none;
        }
        
        a:hover {
            color: #1976D2;
            text-decoration: underline;
        }
        
        select option {
            background-color: #2a2a2a;
            color: #ffffff;
        }
        
        .message {
            text-align: center;
            font-size: 21px;
            padding: 15px;
            border-radius: 5px;
            margin-top: 20px;
            display: none;
        }
        
        .message.success {
            background-color: #1a1a3a;
            color: #b9dfff;
            border: 1px solid #2d2d5a;
        }
        
        .message.error {
            background-color: #3a1a1a;
            color: #ffb5b5;
            border: 1px solid #5a2d2d;
        }

        .grecaptcha-badge {
            transform: scale(0.2);
            transform-origin: bottom right;
            opacity: 0.6; /* visible mais discret */
        }
        
        /* Styles pour l'alerte de cookies */
        .cookie-alert {
            position: fixed;
            bottom: 20px;
            left: 20px;
            right: 20px;
            background: rgba(26, 26, 26, 0.95);
            border: 1px solid #333333;
            border-radius: 10px;
            padding: 20px;
            z-index: 1000;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            transform: translateY(0);
            opacity: 1;
            transition: all 0.5s ease-in-out;
            max-width: calc(100vw - 40px);
            box-sizing: border-box;
        }
        
        .cookie-alert.hidden {
            transform: translateY(100px);
            opacity: 0;
            pointer-events: none;
        }
        
        .cookie-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .cookie-text {
            color: #ffffff;
            font-size: 14px;
            line-height: 1.4;
            flex: 1;
            min-width: 250px;
        }
        
        .cookie-text a {
            color: #2196F3;
            text-decoration: underline;
        }
        
        .cookie-buttons {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .cookie-btn {
            background-color: #2196F3;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s ease;
            white-space: nowrap;
        }
        
        .cookie-btn:hover {
            background-color: #1976D2;
        }
        
        .cookie-btn.secondary {
            background-color: transparent;
            border: 1px solid #333333;
            color: #cccccc;
        }
        
        .cookie-btn.secondary:hover {
            background-color: #333333;
            color: #ffffff;
        }
        
        @media (max-width: 768px) {
            .cookie-alert {
                left: 10px;
                right: 10px;
                bottom: 10px;
                padding: 15px;
                max-width: calc(100vw - 20px);
            }
            
            .cookie-content {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
            
            .cookie-text {
                min-width: auto;
                font-size: 13px;
                line-height: 1.3;
            }
            
            .cookie-buttons {
                justify-content: center;
                width: 100%;
            }
            
            .cookie-btn {
                flex: 1;
                min-width: 120px;
                padding: 12px 16px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .cookie-alert {
                left: 5px;
                right: 5px;
                bottom: 5px;
                padding: 12px;
                max-width: calc(100vw - 10px);
            }
            
            .cookie-text {
                font-size: 12px;
            }
            
            .cookie-btn {
                padding: 10px 12px;
                font-size: 13px;
            }
        }

        #logo { margin-bottom: 10px; }

    </style>
</head>
<body>

    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K8QJKWR"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->

    <!-- Meta Pixel Code -->
    <script>
        !function(f,b,e,v,n,t,s)
        {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
        n.callMethod.apply(n,arguments):n.queue.push(arguments)};
        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
        n.queue=[];t=b.createElement(e);t.async=!0;
        t.src=v;s=b.getElementsByTagName(e)[0];
        s.parentNode.insertBefore(t,s)}(window, document,'script',
        'https://connect.facebook.net/en_US/fbevents.js');
        fbq('init', '1576503315788783');
        fbq('track', 'PageView');
        </script>
        <noscript><img height="1" width="1" style="display:none"
        src="https://www.facebook.com/tr?id=1576503315788783&ev=PageView&noscript=1"
    /></noscript>
    <!-- End Meta Pixel Code -->

    <!-- Alerte d'acceptation des cookies -->
    <div id="cookieAlert" class="cookie-alert">
        <div class="cookie-content">
            <div class="cookie-text">
                <span class="translation cookie-text-translation">We use cookies to improve your experience on our site. By continuing to browse, you accept our use of cookies. Please read our <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Privacy Policy</a> for more information.</span>
            </div>
            <div class="cookie-buttons">
                <button class="cookie-btn secondary translation cookie-decline-translation" id="declineCookies">Decline</button>
                <button class="cookie-btn translation cookie-accept-translation" id="acceptCookies">Accept</button>
            </div>
        </div>
    </div>

    <!-- Dégradé noir sur 20% du bas pour améliorer la lisibilité -->
    <div style="position: fixed; bottom: 0; left: 0; width: 100%; height: 20%; background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8) 100%); pointer-events: none; z-index: 5;"></div>

    <div class="main-container">
        <div class="form-container">


            <svg id="logo" width="100%" height="100%" viewBox="0 0 900 260" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
                <path id="SDF" style="fill:white;" d="M379.746,125.47l7.432,23.034l-7.038,0l-1.183,-4.581l-6.818,-0l-1.182,4.581l-7.038,0l7.432,-23.034l8.395,-0Zm-6.375,13.68l4.354,-0l-2.114,-8.189l-0.126,0l-2.114,8.189Zm-16.025,-3.991l-5.087,13.345l-3.582,0l-5.087,-13.345l-0.104,0l-0,13.345l-5.838,0l-0,-23.034l7.731,-0l5.034,13.712l0.11,-0l5.034,-13.712l7.732,-0l-0,23.034l-5.839,0l0,-13.345l-0.104,0Zm88.344,0l-5.087,13.345l-3.581,0l-5.087,-13.345l-0.105,0l0,13.345l-5.838,0l-0,-23.034l7.731,-0l5.034,13.712l0.111,-0l5.033,-13.712l7.732,-0l-0,23.034l-5.838,0l-0,-13.345l-0.105,0Zm44.869,2.092l0.11,-0l0,-11.781l6.691,-0l-0,23.034l-5.508,0l-8.11,-11.972l-0.11,0l-0,11.972l-6.691,0l0,-23.034l5.571,-0l8.047,11.781Zm-268.678,11.253l-6.69,0l-0,-17.671l-5.997,0l0,-5.363l18.683,-0l-0,5.363l-5.996,0l-0,17.671Zm13.554,0l-6.691,0l0,-23.034l6.691,-0l-0,8.763l8.015,0l0,-8.763l6.691,-0l-0,23.034l-6.691,0l0,-8.907l-8.015,-0l-0,8.907Zm32.504,0l-16.063,0l-0,-23.034l16.063,-0l-0,5.363l-9.373,0l0,3.672l8.789,-0l0,4.98l-8.789,0l0,3.656l9.373,-0l-0,5.363Zm21.758,-0.654c-1.504,0.712 -3.271,1.069 -5.302,1.069c-1.998,0 -3.75,-0.354 -5.254,-1.061c-1.504,-0.708 -2.675,-1.708 -3.511,-3.001c-0.836,-1.293 -1.255,-2.812 -1.255,-4.557l0,-14.83l6.691,-0l0,14.159c0,0.809 0.129,1.492 0.386,2.051c0.258,0.559 0.634,0.985 1.129,1.277c0.494,0.293 1.104,0.439 1.83,0.439c0.726,0 1.339,-0.146 1.839,-0.439c0.499,-0.292 0.875,-0.718 1.128,-1.277c0.252,-0.559 0.378,-1.242 0.378,-2.051l0,-14.159l6.691,-0l-0,14.83c-0,1.734 -0.416,3.248 -1.247,4.541c-0.831,1.293 -1.999,2.296 -3.503,3.009Zm22.106,0.654l-15.621,0l-0,-23.034l6.69,-0l0,17.671l8.931,-0l-0,5.363Zm10.556,0l-6.691,0l0,-17.671l-5.996,0l0,-5.363l18.683,-0l-0,5.363l-5.996,0l-0,17.671Zm13.553,-23.034l0,23.034l-6.69,0l-0,-23.034l6.69,-0Zm60.717,23.034l-6.691,0l0,-17.671l-5.996,0l0,-5.363l18.683,-0l-0,5.363l-5.996,0l-0,17.671Zm22.926,0l-16.063,0l0,-23.034l16.063,-0l0,5.363l-9.373,0l0,3.672l8.789,-0l0,4.98l-8.789,0l0,3.656l9.373,-0l0,5.363Zm50.839,-1.037c-1.715,0.968 -3.756,1.452 -6.123,1.452c-2.345,0 -4.376,-0.481 -6.091,-1.445c-1.714,-0.962 -3.037,-2.338 -3.968,-4.126c-0.931,-1.787 -1.396,-3.905 -1.396,-6.353l-0,-0.032c-0,-2.447 0.468,-4.562 1.404,-6.345c0.936,-1.782 2.261,-3.155 3.976,-4.118c1.715,-0.964 3.74,-1.445 6.075,-1.445c2.357,0 4.395,0.484 6.115,1.453c1.72,0.968 3.045,2.341 3.976,4.118c0.931,1.777 1.396,3.89 1.396,6.337l0,0.032c0,2.448 -0.465,4.563 -1.396,6.346c-0.931,1.782 -2.254,3.157 -3.968,4.126Zm-8.568,-4.845c0.694,0.516 1.509,0.774 2.445,0.774c0.968,0 1.799,-0.26 2.494,-0.782c0.694,-0.521 1.23,-1.261 1.609,-2.219c0.378,-0.958 0.568,-2.091 0.568,-3.4l-0,-0.032c-0,-1.319 -0.192,-2.455 -0.576,-3.408c-0.384,-0.952 -0.926,-1.686 -1.625,-2.203c-0.7,-0.516 -1.523,-0.774 -2.47,-0.774c-0.925,0 -1.738,0.255 -2.437,0.767c-0.7,0.51 -1.242,1.242 -1.626,2.194c-0.384,0.952 -0.576,2.094 -0.576,3.424l0,0.032c0,1.32 0.192,2.458 0.576,3.416c0.384,0.958 0.923,1.695 1.618,2.211Zm54.295,4.845c-1.715,0.968 -3.756,1.452 -6.123,1.452c-2.346,0 -4.376,-0.481 -6.091,-1.445c-1.714,-0.962 -3.037,-2.338 -3.968,-4.126c-0.931,-1.787 -1.397,-3.905 -1.397,-6.353l0,-0.032c0,-2.447 0.469,-4.562 1.405,-6.345c0.936,-1.782 2.261,-3.155 3.976,-4.118c1.715,-0.964 3.74,-1.445 6.075,-1.445c2.357,0 4.395,0.484 6.115,1.453c1.719,0.968 3.045,2.341 3.976,4.118c0.931,1.777 1.396,3.89 1.396,6.337l0,0.032c0,2.448 -0.465,4.563 -1.396,6.346c-0.931,1.782 -2.254,3.157 -3.968,4.126Zm-8.569,-4.845c0.694,0.516 1.509,0.774 2.446,0.774c0.968,0 1.799,-0.26 2.493,-0.782c0.694,-0.521 1.231,-1.261 1.61,-2.219c0.378,-0.958 0.568,-2.091 0.568,-3.4l-0,-0.032c-0,-1.319 -0.192,-2.455 -0.576,-3.408c-0.384,-0.952 -0.926,-1.686 -1.626,-2.203c-0.699,-0.516 -1.522,-0.774 -2.469,-0.774c-0.926,0 -1.739,0.255 -2.438,0.767c-0.699,0.51 -1.241,1.242 -1.625,2.194c-0.384,0.952 -0.576,2.094 -0.576,3.424l0,0.032c0,1.32 0.192,2.458 0.576,3.416c0.384,0.958 0.923,1.695 1.617,2.211Zm30.737,5.882l-15.621,0l-0,-23.034l6.691,-0l-0,17.671l8.93,-0l0,5.363Zm7.795,-23.034l-0,23.034l-6.69,0l-0,-23.034l6.69,-0Zm13.553,23.034l-6.69,0l-0,-17.671l-5.996,0l-0,-5.363l18.682,-0l0,5.363l-5.996,0l0,17.671Zm13.554,0l-6.69,0l-0,-23.034l6.69,-0l-0,8.763l8.016,0l-0,-8.763l6.69,-0l-0,23.034l-6.69,0l-0,-8.907l-8.016,-0l-0,8.907Zm35.723,-0.534c-1.484,0.633 -3.272,0.949 -5.365,0.949c-1.967,0 -3.669,-0.277 -5.105,-0.83c-1.435,-0.553 -2.556,-1.359 -3.361,-2.418c-0.804,-1.059 -1.249,-2.344 -1.333,-3.855l-0.016,-0.303l6.154,-0l0.031,0.143c0.095,0.415 0.316,0.777 0.663,1.086c0.348,0.309 0.784,0.55 1.31,0.726c0.526,0.175 1.105,0.263 1.736,0.263c0.673,0 1.249,-0.085 1.727,-0.255c0.479,-0.17 0.85,-0.404 1.113,-0.702c0.263,-0.298 0.395,-0.639 0.395,-1.022l-0,-0.016c-0,-0.542 -0.259,-0.952 -0.774,-1.229c-0.515,-0.277 -1.404,-0.532 -2.666,-0.766l-2.288,-0.416c-2.262,-0.404 -3.995,-1.175 -5.199,-2.314c-1.205,-1.139 -1.807,-2.602 -1.807,-4.39l-0,-0.016c-0,-1.542 0.402,-2.878 1.207,-4.006c0.804,-1.128 1.911,-2.001 3.321,-2.618c1.41,-0.617 3.014,-0.926 4.813,-0.926c2.03,0 3.74,0.288 5.128,0.862c1.389,0.575 2.451,1.392 3.188,2.45c0.735,1.059 1.136,2.307 1.199,3.744l0.015,0.351l-6.153,-0l-0.016,-0.16c-0.043,-0.425 -0.208,-0.79 -0.497,-1.093c-0.29,-0.304 -0.674,-0.54 -1.152,-0.711c-0.479,-0.17 -1.023,-0.255 -1.633,-0.255c-0.611,-0 -1.123,0.082 -1.538,0.247c-0.417,0.165 -0.729,0.389 -0.94,0.671c-0.21,0.282 -0.315,0.598 -0.315,0.95l0,0.016c0,0.521 0.258,0.923 0.773,1.204c0.515,0.283 1.341,0.53 2.477,0.743l2.288,0.415c1.631,0.298 2.977,0.729 4.04,1.293c1.062,0.564 1.854,1.285 2.374,2.163c0.522,0.878 0.782,1.939 0.782,3.184l-0,0.016c-0,1.586 -0.392,2.961 -1.176,4.127c-0.784,1.165 -1.917,2.064 -3.4,2.698Zm12.338,0.534l-6.69,0l0,-23.034l6.69,-0l0,8.763l8.016,0l-0,-8.763l6.691,-0l-0,23.034l-6.691,0l-0,-8.907l-8.016,-0l0,8.907Zm33.467,-1.037c-1.715,0.968 -3.755,1.452 -6.122,1.452c-2.346,0 -4.376,-0.481 -6.091,-1.445c-1.714,-0.962 -3.037,-2.338 -3.968,-4.126c-0.931,-1.787 -1.396,-3.905 -1.396,-6.353l-0,-0.032c-0,-2.447 0.467,-4.562 1.404,-6.345c0.936,-1.782 2.261,-3.155 3.976,-4.118c1.714,-0.964 3.74,-1.445 6.075,-1.445c2.356,0 4.395,0.484 6.114,1.453c1.72,0.968 3.046,2.341 3.977,4.118c0.931,1.777 1.396,3.89 1.396,6.337l-0,0.032c-0,2.448 -0.465,4.563 -1.396,6.346c-0.931,1.782 -2.254,3.157 -3.969,4.126Zm-8.568,-4.845c0.694,0.516 1.51,0.774 2.446,0.774c0.968,0 1.799,-0.26 2.493,-0.782c0.694,-0.521 1.231,-1.261 1.61,-2.219c0.378,-0.958 0.568,-2.091 0.568,-3.4l-0,-0.032c-0,-1.319 -0.192,-2.455 -0.576,-3.408c-0.385,-0.952 -0.926,-1.686 -1.626,-2.203c-0.699,-0.516 -1.522,-0.774 -2.469,-0.774c-0.926,0 -1.738,0.255 -2.438,0.767c-0.699,0.51 -1.241,1.242 -1.625,2.194c-0.384,0.952 -0.576,2.094 -0.576,3.424l-0,0.032c-0,1.32 0.192,2.458 0.576,3.416c0.384,0.958 0.923,1.695 1.617,2.211Zm25.877,5.882l-6.627,0l-5.869,-23.034l6.91,-0l2.62,14.095l0.126,0l3.235,-14.095l5.491,-0l3.235,14.095l0.126,0l2.619,-14.095l6.912,-0l-5.87,23.034l-6.628,0l-3.077,-12.403l-0.126,-0l-3.077,12.403Z"/>
                <path id="Monolith" style="fill:white" d="M675.972,259.622c-16.147,0 -30.25,-7.619 -38.692,-20.905l-1.016,-1.6l0,20.842l-18.635,-0l-33.621,-53.649l-0.989,0.496l0.017,53.153l-19.832,-0l-0,-12.711l-35.814,-0l-9.768,12.711l-22.426,-0l-20.323,-28.405l-1.072,-0l-0,28.405l-20.41,-0l0,-68.22l-31.65,0l0,14.893l20.143,0l-0,20.099l-20.143,-0l0,33.228l-69.256,-0l0,-20.179l-1.027,1.757c-7.149,12.223 -20.176,18.422 -38.717,18.422l-30.306,-0l-0,-12.711l-35.83,-0l-9.769,12.711l-29.686,-0l0,-62.193l-29.237,-0c-0.502,-3.146 -1.54,-8.642 -8.552,-8.642c-4.069,0 -8.277,2.785 -8.277,7.445c-0,5.582 2.462,6.693 18.483,13.921c16.821,7.557 20.263,15.34 20.263,24.705c0,4.998 -1.119,12.165 -6.45,17.928c-5.216,5.64 -13.177,8.499 -23.662,8.499c-22.991,0 -31.183,-14.142 -31.183,-27.377l0,-2.302l21.248,-0c0.258,11.663 8.718,12.004 9.697,12.004c5.626,-0 9.108,-4.667 9.108,-8.99c0,-6.068 -3.88,-7.701 -16.736,-13.112l-0.834,-0.35c-6.352,-2.566 -21.175,-8.553 -21.175,-24.689c-0,-15.873 15.371,-25.358 30.231,-25.358c6.893,-0 13.765,2.073 18.853,5.688l0.871,0.618l0,-4.642l55.946,0l-0,24.654l-17.233,-0l-0,37.207l49.79,-61.861l32.776,0c9.494,0 27.167,0 38.412,16.165c0.687,0.944 1.348,1.944 1.972,2.985l1.024,1.708l0,-20.858l128.166,0c15.84,0 21.44,2.082 26.762,6.184c6.636,5.223 10.601,14.036 10.601,23.571c-0,8.778 -4.509,24.373 -21.408,27.149l-0.926,0.153l8.884,11.168l54.524,-68.225l22.652,0l34.172,55.598l0.893,-0.892l0.138,-54.706l19.321,0l0,20.648l1.017,-1.609c8.317,-13.157 22.332,-20.703 38.453,-20.703c21.17,-0 32.74,12.322 37.752,19.667l1.006,1.475l-0,-19.478l46.972,0l0,18.627l-27.335,0l-0,14.77l26.503,0l-0,20.172l-26.503,0l-0,14.651l27.335,0l0,18.627l-46.972,-0l-0,-19.481l-1.008,1.503c-8.259,12.299 -22.282,19.641 -37.512,19.641m-0.357,-71.548c-15.303,0 -23.31,13.193 -23.31,26.223c-0,13.268 8.047,26.699 23.429,26.699c9.343,-0 16.969,-5.273 21.507,-14.856l17.251,-0l-0,-22.734l-17.225,0c-2.985,-7.479 -10.184,-15.332 -21.652,-15.332m-302.72,51.258l28.437,0l0,-49.593l-28.437,0l-0,14.893l17.228,0l-0,20.099l-17.228,-0l-0,14.601Zm-68.948,0l10.102,0c18.235,0 22.062,-13.42 22.062,-24.678c0,-6.22 -1.591,-12.263 -4.366,-16.579c-2.388,-3.583 -6.802,-8.336 -17.578,-8.336l-10.22,0l-0,49.593Zm236.017,-10.802l23.24,0l-0,-32.318l-23.24,32.318Zm-280.786,0l23.257,0l-0,-32.317l-23.257,32.317Zm214.623,-13.205l8.514,-0c13.302,-0 15.288,-8.239 15.288,-13.15c0,-7.903 -5.485,-12.436 -15.05,-12.436l-8.752,0l-0,25.586Z"/>
                <path id="David"  style="fill:white" d="M270.102,101.787l29.085,-0l-0,-98.028l-29.085,-0l-0,98.028Zm-227.171,-98.03l-42.931,0l-0,98.026l41.95,-0c32.306,-0 53.701,-19.574 53.701,-49.082c-0,-29.507 -20.977,-48.944 -52.72,-48.944m0.839,75.234l-14.682,0l0,-52.301l13.283,0c13.984,0 23.634,10.487 23.634,26.29c-0,15.662 -8.949,26.011 -22.235,26.011m304.981,-75.234l-42.931,0l-0,98.026l41.951,-0c32.304,-0 53.699,-19.574 53.699,-49.082c0,-29.507 -20.976,-48.944 -52.719,-48.944m0.839,75.234l-14.682,0l-0,-52.301l13.285,0c13.982,0 23.632,10.487 23.632,26.29c-0,15.662 -8.949,26.011 -22.235,26.011m-135.982,-15.073l-22.376,-60.227l-29.786,-0l37.894,98.07l30.208,-0l37.478,-98.07l-31.046,-0l-22.372,60.227Zm-90.262,-60.227l-37.896,98.113l29.787,0l0.003,-0.014l38.96,-15.56l5.786,15.574l31.043,0l-37.479,-98.113l-30.204,-0Zm4.506,64.137l9.759,-26.277l7.237,19.489l-16.996,6.788Zm734.669,-64.179l-30.203,-0l-37.899,98.123l29.787,-0l0.005,-0.014l38.961,-15.559l5.786,15.573l31.042,-0l-37.479,-98.123Zm-25.697,64.143l9.757,-26.275l7.236,19.492l-16.993,6.783Zm-341.835,6.602c-5.314,2.378 -10.259,3.774 -14.316,3.774c-14.26,-0 -25.032,-10.906 -25.032,-25.868c0,-14.685 10.629,-25.732 24.753,-25.732c3.812,0 7.871,0.876 11.802,2.379l27.064,-13.842c-10.323,-7.843 -24.971,-12.727 -38.727,-12.727c-31.604,-0 -54.677,21.252 -54.677,49.922c-0,28.807 22.375,50.2 52.719,50.2c13.984,0 32.339,-5.819 42.965,-13.09l-0,-53.984l-26.551,13.743l0,25.225Zm95.68,-14.334c-0,11.467 -6.852,18.318 -16.503,18.318c-9.789,-0 -17.478,-6.991 -17.478,-18.318l0,-56.395l-29.085,0l-0,56.395c-0,26.01 18.318,42.652 46.426,42.652c27.967,-0 45.727,-16.642 45.727,-42.652l0,-56.395l-29.087,0l-0,56.395Zm233.967,-56.379l-198.692,0l-0,98.091l67.576,-0l9.04,-22.386l-47.528,-0l0,-15.53l24.938,0l9.149,-22.392l-34.087,0l0,-14.553l56.007,-0l-0,74.861l29.229,-0l-0,-74.861l21.995,-0l-0,74.861l29.227,-0l-0,-74.861l23.694,-0l9.452,-23.23Z"/>
            </svg>

            <p class="translation form-title-end-translation">Les inscriptions à la prévente sont désormais closes !</p>

            <h2 class="translation form-title-end3-translation">Si vous souhaitez être informé des futurs concerts et de l’actualité de David Guetta, complétez le formulaire ci-dessous</h2>

            <form id="inscriptionForm">
            <div class="form-group">
                <label for="prenom"><span class="translation firstname-translation">Prénom</span> *</label>
                <input type="text" id="prenom" name="prenom" required>
                <div id="prenomError" class="error"></div>
            </div>
            
            <div class="form-group">
                <label for="email"><span class="translation email-translation">Email</span> *</label>
                <input type="email" id="email" name="email" required>
                <div id="emailError" class="error"></div>
            </div>
            
            <div class="form-group">
                <label for="pays"><span class="translation country-translation">Country</span> *</label>
                <select id="pays" name="pays" required>
                    <option value="" class="translation select-translation">Select a country...</option>
                    <option value="AF">Afghanistan (افغانستان)</option>
                    <option value="AL">Albania (Shqipëria)</option>
                    <option value="DZ">Algeria (الجزائر)</option>
                    <option value="AD">Andorra (Andorra)</option>
                    <option value="AO">Angola (Angola)</option>
                    <option value="AG">Antigua and Barbuda</option>
                    <option value="AR">Argentina (Argentina)</option>
                    <option value="AM">Armenia (Հայաստան)</option>
                    <option value="AU">Australia (Australia)</option>
                    <option value="AT">Austria (Österreich)</option>
                    <option value="AZ">Azerbaijan (Azərbaycan)</option>
                    <option value="BS">Bahamas</option>
                    <option value="BH">Bahrain (البحرين)</option>
                    <option value="BD">Bangladesh (বাংলাদেশ)</option>
                    <option value="BB">Barbados</option>
                    <option value="BY">Belarus (Беларусь)</option>
                    <option value="BE">Belgium (België/Belgique)</option>
                    <option value="BZ">Belize</option>
                    <option value="BJ">Benin (Bénin)</option>
                    <option value="BT">Bhutan (འབྲུག་ཡུལ)</option>
                    <option value="BO">Bolivia (Bolivia)</option>
                    <option value="BA">Bosnia and Herzegovina (Bosna i Hercegovina)</option>
                    <option value="BW">Botswana</option>
                    <option value="BR">Brazil (Brasil)</option>
                    <option value="BN">Brunei (بروني)</option>
                    <option value="BG">Bulgaria (България)</option>
                    <option value="BF">Burkina Faso</option>
                    <option value="BI">Burundi</option>
                    <option value="CV">Cabo Verde</option>
                    <option value="KH">Cambodia (កម្ពុជា)</option>
                    <option value="CM">Cameroon (Cameroun)</option>
                    <option value="CA">Canada (Canada)</option>
                    <option value="CF">Central African Republic (République centrafricaine)</option>
                    <option value="TD">Chad (Tchad)</option>
                    <option value="CL">Chile (Chile)</option>
                    <option value="CN">China (中国)</option>
                    <option value="CO">Colombia (Colombia)</option>
                    <option value="KM">Comoros (جزر القمر)</option>
                    <option value="CG">Congo (Congo)</option>
                    <option value="CD">Congo, Democratic Republic (République démocratique du Congo)</option>
                    <option value="CR">Costa Rica</option>
                    <option value="CI">Côte d'Ivoire</option>
                    <option value="HR">Croatia (Hrvatska)</option>
                    <option value="CU">Cuba</option>
                    <option value="CY">Cyprus (Κύπρος)</option>
                    <option value="CZ">Czech Republic (Česká republika)</option>
                    <option value="DK">Denmark (Danmark)</option>
                    <option value="DJ">Djibouti (جيبوتي)</option>
                    <option value="DM">Dominica</option>
                    <option value="DO">Dominican Republic (República Dominicana)</option>
                    <option value="EC">Ecuador (Ecuador)</option>
                    <option value="EG">Egypt (مصر)</option>
                    <option value="SV">El Salvador</option>
                    <option value="GQ">Equatorial Guinea (Guinea Ecuatorial)</option>
                    <option value="ER">Eritrea (إريتريا)</option>
                    <option value="EE">Estonia (Eesti)</option>
                    <option value="SZ">Eswatini</option>
                    <option value="ET">Ethiopia (ኢትዮጵያ)</option>
                    <option value="FJ">Fiji (Viti)</option>
                    <option value="FI">Finland (Suomi)</option>
                    <option value="FR">France (France)</option>
                    <option value="GA">Gabon</option>
                    <option value="GM">Gambia</option>
                    <option value="GE">Georgia (საქართველო)</option>
                    <option value="DE">Germany (Deutschland)</option>
                    <option value="GH">Ghana (Ghana)</option>
                    <option value="GR">Greece (Ελλάδα)</option>
                    <option value="GD">Grenada</option>
                    <option value="GT">Guatemala</option>
                    <option value="GN">Guinea (Guinée)</option>
                    <option value="GW">Guinea-Bissau</option>
                    <option value="GY">Guyana</option>
                    <option value="HT">Haiti (Haïti)</option>
                    <option value="HN">Honduras</option>
                    <option value="HK">Hong Kong (香港)</option>
                    <option value="HU">Hungary (Magyarország)</option>
                    <option value="IS">Iceland (Ísland)</option>
                    <option value="IN">India (भारत)</option>
                    <option value="ID">Indonesia (Indonesia)</option>
                    <option value="IR">Iran (ایران)</option>
                    <option value="IQ">Iraq (العراق)</option>
                    <option value="IE">Ireland (Éire)</option>
                    <option value="IL">Israel (ישראל)</option>
                    <option value="IT">Italy (Italia)</option>
                    <option value="JM">Jamaica</option>
                    <option value="JP">Japan (日本)</option>
                    <option value="JO">Jordan (الأردن)</option>
                    <option value="KZ">Kazakhstan (Қазақстан)</option>
                    <option value="KE">Kenya (Kenya)</option>
                    <option value="KI">Kiribati</option>
                    <option value="KP">Korea, North (조선민주주의인민공화국)</option>
                    <option value="KR">South Korea (한국)</option>
                    <option value="KW">Kuwait (الكويت)</option>
                    <option value="KG">Kyrgyzstan (Кыргызстан)</option>
                    <option value="LA">Laos (ລາວ)</option>
                    <option value="LV">Latvia (Latvija)</option>
                    <option value="LB">Lebanon (لبنان)</option>
                    <option value="LS">Lesotho</option>
                    <option value="LR">Liberia</option>
                    <option value="LY">Libya (ليبيا)</option>
                    <option value="LI">Liechtenstein</option>
                    <option value="LT">Lithuania (Lietuva)</option>
                    <option value="LU">Luxembourg</option>
                    <option value="MG">Madagascar (Madagasikara)</option>
                    <option value="MW">Malawi</option>
                    <option value="MY">Malaysia (Malaysia)</option>
                    <option value="MV">Maldives (ދިވެހިރާއްޖެ)</option>
                    <option value="ML">Mali</option>
                    <option value="MT">Malta</option>
                    <option value="MH">Marshall Islands</option>
                    <option value="MR">Mauritania (موريتانيا)</option>
                    <option value="MU">Mauritius (Maurice)</option>
                    <option value="MX">Mexico (México)</option>
                    <option value="FM">Micronesia</option>
                    <option value="MD">Moldova (Moldova)</option>
                    <option value="MC">Monaco</option>
                    <option value="MN">Mongolia (Монгол)</option>
                    <option value="ME">Montenegro (Crna Gora)</option>
                    <option value="MA">Morocco (المغرب)</option>
                    <option value="MZ">Mozambique (Moçambique)</option>
                    <option value="MM">Myanmar (မြန်မာ)</option>
                    <option value="NA">Namibia</option>
                    <option value="NR">Nauru</option>
                    <option value="NP">Nepal (नेपाल)</option>
                    <option value="NL">Netherlands (Nederland)</option>
                    <option value="NZ">New Zealand (Aotearoa)</option>
                    <option value="NI">Nicaragua</option>
                    <option value="NE">Niger</option>
                    <option value="NG">Nigeria (Nigeria)</option>
                    <option value="MK">North Macedonia (Северна Македонија)</option>
                    <option value="NO">Norway (Norge)</option>
                    <option value="OM">Oman (عُمان)</option>
                    <option value="PK">Pakistan (پاکستان)</option>
                    <option value="PW">Palau</option>
                    <option value="PS">Palestine (فلسطين)</option>
                    <option value="PA">Panama (Panamá)</option>
                    <option value="PG">Papua New Guinea (Papua Niugini)</option>
                    <option value="PY">Paraguay (Paraguay)</option>
                    <option value="PE">Peru (Perú)</option>
                    <option value="PH">Philippines (Pilipinas)</option>
                    <option value="PL">Poland (Polska)</option>
                    <option value="PT">Portugal (Portugal)</option>
                    <option value="QA">Qatar (قطر)</option>
                    <option value="RO">Romania (România)</option>
                    <option value="RU">Russia (Россия)</option>
                    <option value="RW">Rwanda</option>
                    <option value="KN">Saint Kitts and Nevis</option>
                    <option value="LC">Saint Lucia</option>
                    <option value="VC">Saint Vincent and the Grenadines</option>
                    <option value="WS">Samoa</option>
                    <option value="SM">San Marino</option>
                    <option value="ST">São Tomé and Príncipe</option>
                    <option value="SA">Saudi Arabia (المملكة العربية السعودية)</option>
                    <option value="SN">Senegal (Sénégal)</option>
                    <option value="RS">Serbia (Србија)</option>
                    <option value="SC">Seychelles</option>
                    <option value="SL">Sierra Leone</option>
                    <option value="SG">Singapore (Singapura)</option>
                    <option value="SK">Slovakia (Slovensko)</option>
                    <option value="SI">Slovenia (Slovenija)</option>
                    <option value="SB">Solomon Islands</option>
                    <option value="SO">Somalia (Soomaaliya)</option>
                    <option value="ZA">South Africa (Suid-Afrika)</option>
                    <option value="SS">South Sudan (جنوب السودان)</option>
                    <option value="ES">Spain (España)</option>
                    <option value="LK">Sri Lanka (ශ්‍රී ලංකාව)</option>
                    <option value="SD">Sudan (السودان)</option>
                    <option value="SR">Suriname</option>
                    <option value="SE">Sweden (Sverige)</option>
                    <option value="CH">Switzerland (Schweiz/Suisse/Svizzera)</option>
                    <option value="SY">Syria (سوريا)</option>
                    <option value="TW">Taiwan (台灣)</option>
                    <option value="TJ">Tajikistan (Тоҷикистон)</option>
                    <option value="TZ">Tanzania</option>
                    <option value="TH">Thailand (ประเทศไทย)</option>
                    <option value="TL">Timor-Leste</option>
                    <option value="TG">Togo</option>
                    <option value="TO">Tonga</option>
                    <option value="TT">Trinidad and Tobago</option>
                    <option value="TN">Tunisia (تونس)</option>
                    <option value="TR">Turkey (Türkiye)</option>
                    <option value="TM">Turkmenistan (Türkmenistan)</option>
                    <option value="TV">Tuvalu</option>
                    <option value="UG">Uganda (Uganda)</option>
                    <option value="UA">Ukraine (Україна)</option>
                    <option value="AE">United Arab Emirates (الإمارات العربية المتحدة)</option>
                    <option value="GB">United Kingdom (United Kingdom)</option>
                    <option value="US">United States (United States)</option>
                    <option value="UY">Uruguay (Uruguay)</option>
                    <option value="UZ">Uzbekistan (Oʻzbekiston)</option>
                    <option value="VU">Vanuatu</option>
                    <option value="VA">Vatican City (Città del Vaticano)</option>
                    <option value="VE">Venezuela (Venezuela)</option>
                    <option value="VN">Vietnam (Việt Nam)</option>
                    <option value="YE">Yemen (اليمن)</option>
                    <option value="ZM">Zambia</option>
                    <option value="ZW">Zimbabwe</option>
                </select>
            </div>
            
            <div class="form-group">
                <label for="ville"><span class="translation city-translation">City</span> *</label>
                <input type="text" id="ville" name="ville" required>
                <div id="villeError" class="error"></div>
            </div>
            
            <!-- Champ langue invisible -->
            <input type="hidden" id="langue" name="langue">

            <div class="form-group">
                <label for="agree">
                    <input type="checkbox" id="agree" name="agree" value="1" required>
                    <span class="translation agree-translation">I agree to receive marketing messages about music, shows and all things David Guetta from Warner Music Group. Unsubscribe at any time. Please read our <a href="#" target="_blank">Privacy Policy</a> for more information about how we handle your personal information.</span>
                </label>
            </div>
            
            <button type="submit" id="submitBtn" class="translation submit-translation">I register</button>
            
            <div class="loading" id="loading">
                <p class="translation loading-translation">Sending...</p>
            </div>
        </form>
        
        <div id="message" class="message"></div>

        </div>
    </div>


    <script>
        // Gestion du formulaire
        document.addEventListener('DOMContentLoaded', function() {
            const mainContainer = document.querySelector('.main-container');
            const cookieAlert = document.getElementById('cookieAlert');
            const acceptCookiesBtn = document.getElementById('acceptCookies');
            const declineCookiesBtn = document.getElementById('declineCookies');
            let isFormScrolled = false;
            
            // Gestion de l'alerte de cookies
            function hideCookieAlert() {
                if (cookieAlert) {
                    cookieAlert.classList.add('hidden');
                    // Supprimer l'élément après l'animation
                    setTimeout(() => {
                        if (cookieAlert.parentNode) {
                            cookieAlert.parentNode.removeChild(cookieAlert);
                        }
                    }, 500);
                }
            }
            
            
            // Gestion des boutons de cookies
            if (acceptCookiesBtn) {
                acceptCookiesBtn.addEventListener('click', function() {
                    hideCookieAlert();
                    // Stocker le consentement (optionnel)
                    localStorage.setItem('cookiesAccepted', 'true');
                });
            }
            
            if (declineCookiesBtn) {
                declineCookiesBtn.addEventListener('click', function() {
                    hideCookieAlert();
                    // Stocker le refus (optionnel)
                    localStorage.setItem('cookiesAccepted', 'false');
                });
            }
            
            // Vérifier si l'utilisateur a déjà fait un choix
            const cookiesChoice = localStorage.getItem('cookiesAccepted');
            if (cookiesChoice && cookieAlert) {
                hideCookieAlert();
            } else if (cookieAlert) {
                // S'assurer que l'alerte est visible sur mobile
                cookieAlert.style.display = 'block';
                cookieAlert.style.visibility = 'visible';
                cookieAlert.style.opacity = '1';
            }
            
            // Gestion du clic sur le formulaire et ses éléments
            if (mainContainer) {
                function scrollFormToTop() {
                    if (!isFormScrolled) {
                        isFormScrolled = true;
                        
                        // Permettre le défilement normal
                        document.body.style.overflow = 'auto';
                        document.body.style.height = 'auto';
                        
                        // Faire défiler la page jusqu'en haut du formulaire (compatible Safari)
                        setTimeout(() => {
                            if (mainContainer.scrollIntoView) {
                                mainContainer.scrollIntoView({ 
                                    behavior: 'smooth', 
                                    block: 'start' 
                                });
                            } else {
                                // Fallback pour les anciens navigateurs
                                const rect = mainContainer.getBoundingClientRect();
                                const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
                                const targetPosition = rect.top + scrollTop - 20;
                                window.scrollTo({
                                    top: targetPosition,
                                    behavior: 'smooth'
                                });
                            }
                        }, 100);
                    }
                }
                
                // Écouter les clics sur le conteneur principal
                mainContainer.addEventListener('click', scrollFormToTop);
                
                // Écouter les clics et focus sur tous les éléments du formulaire (compatible Safari)
                const formElements = mainContainer.querySelectorAll('input, select, button, label, a');
                formElements.forEach(element => {
                    element.addEventListener('click', scrollFormToTop);
                    element.addEventListener('focus', scrollFormToTop);
                    element.addEventListener('touchstart', scrollFormToTop); // Pour les appareils tactiles
                });
            }
            
            // Gestion du défilement
            window.addEventListener('scroll', function() {
                if (isFormScrolled) {
                    // Le formulaire suit maintenant le défilement normal
                    return;
                }
            });
        });

        // JavaScript pur pour reCAPTCHA
        document.addEventListener('DOMContentLoaded', function() {
            // On ajoute le champ caché dès le départ
            const emailField = document.getElementById('email');
            if (emailField) {
                const recaptchaInput = document.createElement('input');
                recaptchaInput.type = 'hidden';
                recaptchaInput.name = 'g-recaptcha-response';
                recaptchaInput.id = 'recaptcha-response';
                emailField.parentNode.appendChild(recaptchaInput);
            }
        
            // Fonction pour charger dynamiquement le script reCAPTCHA Enterprise
            function loadRecaptcha() {
                return new Promise((resolve, reject) => {
                    if (document.getElementById("recaptcha-script")) {
                        resolve();
                        return;
                    }
                    const script = document.createElement("script");
                    script.src = "https://www.google.com/recaptcha/enterprise.js?render=6Lf7SsQrAAAAAMSwHpg_TQJa76JQ5qOH8hVXjs1K";
                    script.id = "recaptcha-script";
                    script.async = true;
                    script.defer = true;
                    script.onload = resolve;
                    script.onerror = reject;
                    document.body.appendChild(script);
                });
            }
        
            // Lors du focus sur l'email, on charge et exécute le recaptcha
            const emailInput = document.getElementById('email');
            if (emailInput) {
                let recaptchaLoaded = false;
                emailInput.addEventListener('focus', async function(e) {
                    if (recaptchaLoaded) return;
                    recaptchaLoaded = true;
                    
                    await loadRecaptcha();
                    grecaptcha.enterprise.ready(async () => {
                        const token = await grecaptcha.enterprise.execute(
                            '6Lf7SsQrAAAAAMSwHpg_TQJa76JQ5qOH8hVXjs1K',
                            {action: 'INSCRIPTION'}
                        );
                        document.getElementById('recaptcha-response').value = token;
                    });
                }, { once: true }); // Équivalent de .one() en jQuery
            }
        });
    </script>
    

    <script>
        // Détection de la langue du navigateur
        function detecterLangue() {
            var langue = navigator.language || navigator.userLanguage;
            langue = langue.substring(0, 2).toLowerCase();
            if (translation[langue].length === 0) { langue = 'en'; }
            document.getElementById('langue').value = langue;
            return langue;
        }
        
        // Géolocalisation IP pour pré-remplir le pays
        async function detecterPays() {
            try {
                const response = await fetch('https://ipapi.co/json/?key=LxTvDSf81GrxKgyqjBFXdLRuojzaBpGFRUzWgpFg1PP7q94Wsl');
                const data = await response.json();
                
                if (data.country_code) {
                    const selectPays = document.getElementById('pays');
                    const option = selectPays.querySelector(`option[value="${data.country_code}"]`);
                    if (option) {
                        option.selected = true;
                    }
                }
            } catch (error) {
                console.log('Impossible de détecter le pays:', error);
            }
        }
        
        // Validation email
        function validerEmail(email) {
            const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
            return emailRegex.test(email);
        }
        
        // Afficher un message
        function afficherMessage( errors, type ) {
            console.log(errors, type);
            if ( typeof errors === 'string' ) {
                errors = [errors];
            }
            for ( var i = 0; i < errors.length; i++ ) {
                if ( translation[lang][errors[i]] ) {
                    errors[i] = translation[lang][errors[i]];
                }
            }
            var message = errors.join(', ');
            const messageDiv = document.getElementById('message');
            messageDiv.textContent = message;
            messageDiv.className = `message ${type}`;
            messageDiv.style.display = 'block';
            
            // Si c'est un succès, faire disparaître le formulaire et le titre
            if (type === 'success') {
                const form = document.getElementById('inscriptionForm');
                const h1 = document.querySelector('h1');
                const formContainer = document.querySelector('.form-container');
                
                // Ajouter une transition CSS pour l'animation
                if (form) {
                    form.style.transition = 'height 0.5s ease-out, opacity 0.5s ease-out';
                    form.style.height = '0';
                    form.style.opacity = '0';
                    form.style.overflow = 'hidden';
                }
                
                if (h1) {
                    h1.style.transition = 'height 0.5s ease-out, opacity 0.5s ease-out';
                    h1.style.height = '0';
                    h1.style.opacity = '0';
                    h1.style.overflow = 'hidden';
                }

            }
            
            // Masquer le message après 5 secondes
            // setTimeout(() => {
            //     messageDiv.style.display = 'none';
            // }, 5000);
        }
        
        // Soumission du formulaire
        document.getElementById('inscriptionForm').addEventListener('submit', async function(e) {
            e.preventDefault();
            
            const prenom = document.getElementById('prenom').value.trim();
            const email = document.getElementById('email').value.trim();
            const prenomError = document.getElementById('prenomError');
            const ville = document.getElementById('ville').value.trim();
            const villeError = document.getElementById('villeError');
            const emailError = document.getElementById('emailError');
            const submitBtn = document.getElementById('submitBtn');
            const loading = document.getElementById('loading');
            
            // Validation prénom
            if (!prenom || prenom.length < 2 || prenom.replace(/[0-9\p{P}]/gu, '').trim().length < 2) {
                prenomError.textContent = translation[lang]['error-firstname'];
                return;
            } else {
                prenomError.textContent = '';
            }

            // Vérification que le prénom ne contient pas @
            if (prenom.includes('@')) {
                prenomError.textContent = translation[lang]['error-firstname-email'];
                return;
            } else {
                prenomError.textContent = '';
            }

            // Validation ville
            if (!ville || ville.length < 2 
                || ville.replace(/[0-9\p{P}]/gu, '') != ville || ville.replace(/[0-9\p{P}]/gu, '').trim().length < 2 ) {
                villeError.textContent = translation[lang]['error-city'];
                return;
            } else {
                villeError.textContent = '';
            }

            // Validation email
            if (!validerEmail(email)) {
                emailError.textContent = translation[lang]['error-email'];
                return;
            } else {
                emailError.textContent = '';
            }
            
            console.log(prenom, email, ville);

            // Désactiver le bouton et afficher le loading
            submitBtn.disabled = true;
            loading.style.display = 'block';
            
            // Préparer les données du formulaire
            const formData = new FormData(this);
            
            try {

                // Envoi en Ajax
                const response = await fetch('traitement.php', {
                    method: 'POST',
                    body: formData
                });
                
                const result = await response.json();
                
                if (result.ok === 1) {

                    afficherMessage( 'Registration received', 'success' );
                    // Réinitialiser le formulaire
                    this.reset();
                    detecterLangue(); // Re-détecter la langue
                    //detecterPays(); // Re-détecter le pays

                } else {

                    afficherMessage( result.errors || 'An error occurred', 'error' );

                }
                
            } catch (error) {
                console.error('Error:', error);
                afficherMessage( 'Connection error. Please try again.', 'error' );
            } finally {
                // Réactiver le bouton et masquer le loading
                submitBtn.disabled = false;
                loading.style.display = 'none';
            }
        });

        var lang;
        
        // Fonction pour vérifier si le prénom est tout en majuscules ou tout en minuscules
        function isAllUpperCaseOrLowerCase(text) {
            if (!text || text.length === 0) return false;
            return text === text.toUpperCase() || text === text.toLowerCase();
        }

        // Fonction pour mettre une majuscule à chaque mot
        function capitalizeEachWord(text) {
            if (!text || text.length === 0) return text;
            
            // Diviser le texte en gardant les séparateurs
            const parts = text.split(/([\s,.-]+)/);
            
            // Traiter chaque partie : capitaliser les mots, garder les séparateurs
            const result = parts.map(part => {
                // Si c'est un séparateur (espace, virgule, tiret, point), le garder tel quel
                if (/^[\s,.-]+$/.test(part)) {
                    return part;
                }
                // Si c'est un mot, le capitaliser
                if (part.length > 0) {
                    return part.charAt(0).toUpperCase() + part.slice(1).toLowerCase();
                }
                return part;
            });
            
            return result.join('');
        }

        // Initialisation au chargement de la page
        document.addEventListener('DOMContentLoaded', function() {
            //detecterPays();
            lang = detecterLangue();
            console.log(lang);
            document.querySelectorAll('.translation').forEach(function(element) {
                //console.log(element);
                var id = element.classList[element.classList.length - 1].replace('-translation', '');
                var text = element.textContent.trim();
                if ( translation[lang][id] ) {
                    //console.log(id);
                    element.innerHTML = translation[lang][id];
                } else if ( translation[lang][text] ) {
                    //console.log(text);
                    element.innerHTML = translation[lang][text];
                }
            });
            if ( translation[lang]['form-title'] ) {
                document.title = translation[lang]['form-title'];
                document.documentElement.lang = lang;
            }

            // Logique pour le champ prénom
            const prenomField = document.getElementById('prenom');
            
            if (prenomField) {
                // Écouter les changements sur le champ prénom
                prenomField.addEventListener('change', function() {
                    const prenomValue = prenomField.value.trim();
                    
                    // Vérifier si le prénom est tout en majuscules ou tout en minuscules
                    if (isAllUpperCaseOrLowerCase(prenomValue)) {
                        // Mettre une majuscule à chaque mot
                        prenomField.value = capitalizeEachWord(prenomValue);
                    }
                });
            }

            // Logique pour le champ prénom
            const villeField = document.getElementById('ville');
            
            if (villeField) {
                // Écouter les changements sur le champ prénom
                villeField.addEventListener('change', function() {
                    const villeValue = villeField.value.trim();
                    
                    // Vérifier si le prénom est tout en majuscules ou tout en minuscules
                    if (isAllUpperCaseOrLowerCase(villeValue)) {
                        // Mettre une majuscule à chaque mot
                        villeField.value = capitalizeEachWord(villeValue);
                    }
                });
            }
        });

        var translation = {
            'en': {
                'form-title': 'Get exclusive access to the Artist pre-sale by signing up below:',
                'form-title-date': 'Saturday, June 13th, 2026',
                'form-title-date2': 'Additional date:',
                'form-title-date3': 'Friday, June 12th, 2026',
                'form-title-end': 'The Artist pre-sale is now closed!',
                'form-title-end2': 'Reminder: the general sale will begin on Saturday September 20th at 10am.',
                'form-title-end3': 'If you would like to be informed of future concerts and news about David Guetta, please complete the form below',
                'firstname': 'First Name',
                'email': 'Email',
                'country': 'Country',
                'city': 'City',
                'agree': 'I agree to receive marketing messages about music, shows and all things David Guetta from Warner Music Group. Unsubscribe at any time. Please read our <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Privacy Policy</a> for more information about how we handle your personal information.',
                'submit': 'I register',
                'loading': 'Sending...',
                'select': 'Select a country...',
                'unmute': 'Activate sound',
                'cookie-text': 'We use cookies to improve your experience on our site. By continuing to browse, you accept our use of cookies. Please read our <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Privacy Policy</a> for more information.',
                'cookie-accept': 'Accept',
                'cookie-decline': 'Decline',
                'success': 'Registration received',
                'error': 'Please enter a valid email address',
                'error-connection': 'Connection error. Please try again.',
                'error-server': 'An error occurred',
                'error-email': 'Invalid email format',
                'error-email-required': 'Email is required',
                'error-firstname': 'First name is required (minimum 2 characters)',
                'error-firstname-email': 'First name cannot contain @',
                'error-country': 'Country is required',
                'error-city': 'City is required (minimum 2 characters) no ZIP code',
                'error-agree': 'You must accept the terms of use',
                'error-captcha': 'Captcha is missing',
                'error-captcha-verification': 'Captcha verification failed',
                'error-method': 'Method not allowed',
                'error-server': 'An error occurred',
                'error-database': 'Database error',
            },
            'fr': {
                'form-title': 'Obtenez un accès exclusif à la prévente Artiste en vous inscrivant ci-dessous :',
                'form-title-date': 'Samedi 13 juin 2026',
                'form-title-date2': 'Date supplémentaire :',
                'form-title-date3': 'Vendredi 12 juin 2026',
                'form-title-end': 'Les inscriptions à la prévente sont désormais closes !',
                'form-title-end2': 'Rappel : la vente générale débutera le samedi 20 Septembre à 10h.',
                'form-title-end3': 'Si vous souhaitez être informé des futurs concerts et de l’actualité de David Guetta, complétez le formulaire ci-dessous',
                'firstname': 'Prénom',
                'email': 'Email',
                'country': 'Pays',
                'city': 'Ville',
                'agree': 'Je souhaite recevoir des emails et infos exclusives sur la musique, les concerts et les événements spéciaux de David Guetta de la part de Warner Music Group. Veuillez consulter notre <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Politique de confidentialité</a> pour en savoir plus sur la façon dont nous traitons vos données personnelles.',
                'submit': 'Je m\'inscris',
                'loading': 'Envoi en cours...',
                'select': 'Sélectionnez un pays...',
                'unmute': 'Activer le son',
                'cookie-text': 'Nous utilisons des cookies pour améliorer votre expérience sur notre site. En continuant à naviguer, vous acceptez notre utilisation des cookies. Consultez notre <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Politique de confidentialité</a> pour plus d\'informations.',
                'cookie-accept': 'Accepter',
                'cookie-decline': 'Refuser',
                'Registration received': 'Inscription reçue',
                'Email is required': 'L\'e-mail est requis',
                'Please enter a valid email address': 'Veuillez entrer une adresse email valide',
                'Connection error. Please try again.': 'Erreur de connexion. Veuillez réessayer.',
                'An error occurred': 'Une erreur est survenue',
                'Invalid email format': 'Format d\'e-mail invalide',
                'error-email': 'Format d\'e-mail invalide',
                'error-firstname': 'Le prénom est requis (minimum 2 caractères)',
                'error-firstname-email': 'Le prénom ne peut pas contenir @',
                'First name cannot contain @': 'Le prénom ne peut pas contenir @',
                'Country is required': 'Le pays est requis',
                'error-city': 'La ville est requise (minimum 2 caractères) pas de code postal',
                'You must accept the terms of use': 'Vous devez accepter les conditions d\'utilisation',
                'Captcha is missing': 'Le Captcha est manquant',
                'Captcha verification failed': 'La vérification du Captcha a échoué',
                'Method not allowed': 'Méthode non autorisée',
                'Database error': 'Erreur de base de données',
            },
            'de': {
                'form-title': 'Erhalten Sie exklusiven Zugang zum Vorverkauf des Künstlers, indem Sie sich unten registrieren:',
                'form-title-date': 'Samstag, 13. Juni 2026',
                'form-title-date2': 'Zusatztermin:',
                'form-title-date3': 'Freitag, 12. Juni 2026',
                'form-title-end': 'Die Registrierung für den Vorverkauf ist jetzt geschlossen!',
                'form-title-end2': 'Erinnerung: die Allgemeinverkauf beginnt am Samstag, 20. September um 10 Uhr.',
                'form-title-end3': 'Wenn Sie zukünftige Konzerte und Neuigkeiten über David Guetta erfahren möchten, bitte füllen Sie das Formular unten aus',
                'firstname': 'Vorname',
                'email': 'E-Mail',
                'country': 'Land',
                'city': 'Stadt',
                'agree': 'Ich stimme zu, Marketing-Nachrichten über Musik, Shows und alles rund um David Guetta von Warner Music Group zu erhalten. Sie können sich jederzeit abmelden. Bitte lesen Sie unsere <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Datenschutzrichtlinie</a> für weitere Informationen darüber, wie wir Ihre persönlichen Daten behandeln.',
                'submit': 'Ich melde mich an',
                'loading': 'Wird gesendet...',
                'select': 'Land auswählen...',
                'unmute': 'Sound aktivieren',
                'cookie-text': 'Wir verwenden Cookies, um Ihre Erfahrung auf unserer Website zu verbessern. Durch weiteres Surfen akzeptieren Sie unsere Verwendung von Cookies. Bitte lesen Sie unsere <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Datenschutzrichtlinie</a> für weitere Informationen.',
                'cookie-accept': 'Akzeptieren',
                'cookie-decline': 'Ablehnen',
                'Registration received': 'Anmeldung erfolgreich',
                'Email is required': 'E-Mail ist erforderlich',
                'Please enter a valid email address': 'Bitte geben Sie eine gültige E-Mail-Adresse ein',
                'Connection error. Please try again.': 'Verbindungsfehler. Bitte versuchen Sie es erneut.',
                'An error occurred': 'Ein Fehler ist aufgetreten',
                'Invalid email format': 'Ungültiges E-Mail-Format',
                'error-email': 'Ungültiges E-Mail-Format',
                'error-firstname': 'Vorname ist erforderlich (mindestens 2 Zeichen)',
                'error-firstname-email': 'Vorname darf nicht @ enthalten',
                'First name cannot contain @': 'Vorname darf nicht @ enthalten',
                'Country is required': 'Land ist erforderlich',
                'error-city': 'Stadt ist erforderlich (mindestens 2 Zeichen) keine Postleitzahl',
                'You must accept the terms of use': 'Sie müssen die Nutzungsbedingungen akzeptieren',
                'Captcha is missing': 'Captcha fehlt',
                'Captcha verification failed': 'Captcha-Verifizierung fehlgeschlagen',
                'Method not allowed': 'Methode nicht erlaubt',
                'Database error': 'Datenbankfehler',
            },
            'es': {
                'form-title': 'Obtén acceso exclusivo a la preventa del Artista registrándote a continuación:',
                'form-title-date': 'Sábado 13 de junio de 2026',
                'form-title-date2': 'Fecha adicional:',
                'form-title-date3': 'Viernes 12 de junio de 2026',
                'form-title-end': 'La registración para la preventa está cerrada!',
                'form-title-end2': 'Recordatorio: la venta general comenzará el sábado 20 de septiembre a las 10:00.',
                'form-title-end3': 'Si desea recibir noticias sobre futuros conciertos y actualidad de David Guetta, complete el formulario a continuación',
                'firstname': 'Nombre',
                'email': 'Correo electrónico',
                'country': 'País',
                'city': 'Ciudad',
                'agree': 'Acepto recibir mensajes de marketing sobre música, shows y todo lo relacionado con David Guetta de Warner Music Group. Puede darse de baja en cualquier momento. Por favor, lea nuestra <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Política de Privacidad</a> para obtener más información sobre cómo manejamos su información personal.',
                'submit': 'Me inscribo',
                'loading': 'Enviando...',
                'select': 'Seleccionar un país...',
                'unmute': 'Activar el sonido',
                'cookie-text': 'Utilizamos cookies para mejorar su experiencia en nuestro sitio. Al continuar navegando, acepta nuestro uso de cookies. Consulte nuestra <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Política de Privacidad</a> para más información.',
                'cookie-accept': 'Aceptar',
                'cookie-decline': 'Rechazar',
                'Registration received': 'Registro exitoso',
                'Email is required': 'El correo electrónico es obligatorio',
                'Please enter a valid email address': 'Por favor, ingrese una dirección de correo electrónico válida',
                'Connection error. Please try again.': 'Error de conexión. Por favor, inténtelo de nuevo.',
                'An error occurred': 'Ocurrió un error',
                'Invalid email format': 'Formato de correo electrónico inválido',
                'error-email': 'Formato de correo electrónico inválido',
                'error-firstname': 'El nombre es requerido (mínimo 2 caracteres)',
                'error-firstname-email': 'El nombre no puede contener @',
                'First name cannot contain @': 'El nombre no puede contener @',
                'Country is required': 'País es requerido',
                'error-city': 'Ciudad es requerida (mínimo 2 caracteres) sin código postal',
                'You must accept the terms of use': 'Debe aceptar los términos de uso',
                'Captcha is missing': 'Falta el captcha',
                'Captcha verification failed': 'La verificación del Captcha falló',
                'Method not allowed': 'Método no permitido',
                'Database error': 'Error de base de datos',
            },
            'it': {
                'form-title': 'Ottieni l’accesso esclusivo alla prevendita dell’Artista iscrivendoti qui sotto:',
                'form-title-date': 'Sabato, 13 giugno 2026',
                'form-title-date2': 'Data aggiuntiva:',
                'form-title-date3': 'Venerdì, 12 giugno 2026',
                'form-title-end': 'La registrazione per la prevendita è chiusa!',
                'form-title-end2': 'Recordatorio: la vendita generale inizierà il sabato 20 settembre alle 10:00.',
                'form-title-end3': 'Se vuoi ricevere notizie su futuri concerti e informazioni sulla David Guetta, completa il modulo qui sotto',
                'firstname': 'Nome',
                'email': 'Email',
                'country': 'Paese',
                'city': 'Città',
                'agree': 'Accetto di ricevere messaggi di marketing su musica, spettacoli e tutto ciò che riguarda David Guetta da Warner Music Group. È possibile disiscriversi in qualsiasi momento. Si prega di leggere la nostra <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Informativa sulla Privacy</a> per maggiori informazioni su come gestiamo le vostre informazioni personali.',
                'submit': 'Mi iscrivo',
                'loading': 'Invio in corso...',
                'select': 'Seleziona un paese...',
                'unmute': 'Attiva il suono',
                'cookie-text': 'Utilizziamo i cookie per migliorare la vostra esperienza sul nostro sito. Continuando a navigare, accettate il nostro utilizzo dei cookie. Consultate la nostra <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Informativa sulla Privacy</a> per maggiori informazioni.',
                'cookie-accept': 'Accetta',
                'cookie-decline': 'Rifiuta',
                'Registration received': 'Registrazione effettuata',
                'Email is required': 'L’email è obbligatoria',
                'Please enter a valid email address': 'Per favore, inserisci un indirizzo email valido',
                'Connection error. Please try again.': 'Errore di connessione. Per favore, riprova.',
                'An error occurred': 'Si è verificato un errore',
                'Invalid email format': 'Formato email non valido',
                'error-email': 'Formato email non valido',
                'error-firstname': 'Il nome è richiesto (minimo 2 caratteri)',
                'error-firstname-email': 'Il nome non può contenere @',
                'First name cannot contain @': 'Il nome non può contenere @',
                'Country is required': 'Paese è richiesto',
                'error-city': 'Città è richiesta (minimo 2 caratteri) senza codice postale',
                'You must accept the terms of use': 'Devi accettare i termini di utilizzo',
                'Captcha is missing': 'Captcha mancante',
                'Captcha verification failed': 'La verifica del Captcha è fallita',
                'Method not allowed': 'Metodo non consentito',
                'Database error': 'Errore del database',
            },
            'pt': {
                'form-title': 'Obtenha acesso exclusivo à pré-venda do Artista inscrevendo-se abaixo:',
                'form-title-date': 'Sábado, 13 de junho de 2026',
                'form-title-date2': 'Data adicional:',
                'form-title-date3': 'Venerdì, 12 de junho de 2026',
                'form-title-end': 'A inscrição para a pré-venda está fechada!',
                'form-title-end2': 'Lembrete: a venda geral começará no sábado, 20 de setembro, às 10h.',
                'form-title-end3': 'Se você quiser receber notícias sobre futuros concertes e notícias sobre David Guetta, complete o formulário abaixo',
                'firstname': 'Nome',
                'email': 'Email',
                'country': 'País',
                'city': 'Cidade',
                'agree': 'Concordo em receber mensagens de marketing sobre música, espetáculos e tudo relacionado com David Guetta da Warner Music Group. Pode cancelar a subscrição a qualquer momento. Por favor, leia a nossa <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Política de Privacidade</a> para mais informações sobre como tratamos as suas informações pessoais.',
                'submit': 'Quero inscrever-me',
                'loading': 'A enviar...',
                'select': 'Selecionar um país...',
                'unmute': 'Ativar o som',
                'cookie-text': 'Utilizamos cookies para melhorar a sua experiência no nosso site. Ao continuar a navegar, aceita a nossa utilização de cookies. Consulte a nossa <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Política de Privacidade</a> para mais informações.',
                'cookie-accept': 'Aceitar',
                'cookie-decline': 'Recusar',
                'Registration received': 'Registro realizado',
                'Email is required': 'O email é obrigatório',
                'Please enter a valid email address': 'Por favor, insira um endereço de email válido',
                'Connection error. Please try again.': 'Erro de conexão. Por favor, tente novamente.',
                'An error occurred': 'Ocorreu um erro',
                'Invalid email format': 'Formato de email inválido',
                'error-email': 'Formato de email inválido',
                'error-firstname': 'O nome é requerido (mínimo 2 caracteres)',
                'error-firstname-email': 'O nome não pode conter @',
                'First name cannot contain @': 'O nome não pode conter @',
                'Country is required': 'País é requerido',
                'error-city': 'Cidade é requerida (mínimo 2 caracteres) sem código postal',
                'You must accept the terms of use': 'Você deve aceitar os termos de uso',
                'Captcha is missing': 'O captcha está em falta',
                'Captcha verification failed': 'A verificação do Captcha falhou',
                'Method not allowed': 'Método não permitido',
                'Database error': 'Erro de banco de dados',
            },
            'nl': {
                'form-title': 'Krijg exclusieve toegang tot de artiesten-voorverkoop door je hieronder aan te melden:',
                'form-title-date': 'Zaterdag 13 juni 2026',
                'form-title-date2': 'Extra datum:',
                'form-title-date3': 'Vrijdag 12 juni 2026',
                'form-title-end': 'De registratie voor de voorverkoop is nu gesloten!',
                'form-title-end2': 'Herinnering: de algemene verkoop begint op zaterdag 20 september om 10:00.',
                'form-title-end3': 'Als u wilt worden geïnformeerd over toekomstige concerten en nieuws over David Guetta, vul het formulier hieronder in',
                'firstname': 'Voornaam',
                'email': 'E-mail',
                'country': 'Land',
                'city': 'Stad',
                'agree': 'Ik ga akkoord om marketingberichten te ontvangen over muziek, shows en alles rond David Guetta van Warner Music Group. Afmelden kan op elk moment. Lees ons <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Privacybeleid</a> voor meer informatie over hoe we met je persoonlijke gegevens omgaan.',
                'submit': 'Ik meld me aan',
                'loading': 'Bezig met verzenden...',
                'select': 'Selecteer een land...',
                'unmute': 'Geluid activeren',
                'cookie-text': 'Wij gebruiken cookies om je ervaring op onze site te verbeteren. Door verder te surfen, ga je akkoord met ons gebruik van cookies. Lees ons <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Privacybeleid</a> voor meer informatie.',
                'cookie-accept': 'Accepteren',
                'cookie-decline': 'Weigeren',
                'success': 'Inschrijving ontvangen',
                'error': 'Voer een geldig e-mailadres in',
                'error-connection': 'Verbindingsfout. Probeer het opnieuw.',
                'error-server': 'Er is een fout opgetreden',
                'Invalid email format': 'Ongeldig e-mailformaat',
                'error-email': 'Ongeldig e-mailformaat',
                'Email is required': 'E-mail is verplicht',
                'error-firstname': 'Voornaam is verplicht (minimaal 2 tekens)',
                'error-firstname-email': 'Voornaam kan niet @ bevatten',
                'First name cannot contain @': 'Voornaam kan niet @ bevatten',
                'Country is required': 'Land is verplicht',
                'error-city': 'Stad is verplicht (minimaal 2 tekens) geen postcode',
                'error-agree': 'U moet de gebruiksvoorwaarden accepteren',
                'error-captcha': 'Captcha ontbreekt',
                'error-captcha-verification': 'Captcha-verificatie mislukt',
                'error-method': 'Methode niet toegestaan',
                'Database error': 'Databasefout',
            },
            'pl': {
                'form-title': 'Uzyskaj ekskluzywny dostęp do przedsprzedaży Artysty, rejestrując się poniżej:',
                'form-title-date': 'Sobota, 13 czerwiec 2026',
                'form-title-date2': 'Dodatkowa data:',
                'form-title-date3': 'Piątek, 12 czerwiec 2026',
                'form-title-end': 'Rejestracja do przedsprzedaży zakończona!',
                'form-title-end2': 'Przypomnienie: sprzedaż ogólna rozpocznie się w sobotę, 20 września o 10:00.',
                'form-title-end3': 'Jeśli chcesz otrzymywać informacje o przyszłych koncertach i nowościach o David Guetta, wypełnij formularz poniżej',
                'firstname': 'Imię',
                'email': 'E-mail',
                'country': 'Kraj',
                'city': 'Miasto',
                'agree': 'Zgadzam się na otrzymywanie wiadomości marketingowych o muzyce, koncertach i wszystkich działaniach Davida Guetty od Warner Music Group. W każdej chwili możesz zrezygnować z subskrypcji. Przeczytaj naszą <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Politykę prywatności</a>, aby dowiedzieć się więcej o tym, jak przetwarzamy Twoje dane osobowe.',
                'submit': 'Rejestruję się',
                'loading': 'Wysyłanie...',
                'select': 'Wybierz kraj...',
                'unmute': 'Włącz dźwięk',
                'cookie-text': 'Używamy plików cookie, aby poprawić Twoje wrażenia na naszej stronie. Kontynuując przeglądanie, akceptujesz nasze użycie plików cookie. Przeczytaj naszą <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Politykę prywatności</a>, aby uzyskać więcej informacji.',
                'cookie-accept': 'Akceptuj',
                'cookie-decline': 'Odrzuć',
                'success': 'Rejestracja przyjęta',
                'error': 'Wprowadź poprawny adres e-mail',
                'error-connection': 'Błąd połączenia. Spróbuj ponownie.',
                'error-server': 'Wystąpił błąd',
                'Invalid email format': 'Nieprawidłowy format adresu e-mail',
                'error-email': 'Nieprawidłowy format adresu e-mail',
                'Email is required': 'Adres e-mail jest wymagany',
                'error-firstname': 'Imię jest wymagane (minimum 2 znaki)',
                'error-firstname-email': 'Imię nie może zawierać @',
                'First name cannot contain @': 'Imię nie może zawierać @',
                'Country is required': 'Kraj jest wymagany',
                'error-city': 'Miasto jest wymagane (minimum 2 znaki) bez kodu pocztowego',
                'error-agree': 'Musisz zaakceptować warunki użytkowania',
                'error-captcha': 'Brak captcha',
                'error-captcha-verification': 'Weryfikacja captcha nie powiodła się',
                'error-method': 'Metoda niedozwolona',
                'Database error': 'Błąd bazy danych',
            },
            'uk': {
                'form-title': 'Отримайте ексклюзивний доступ до передпродажу артиста, зареєструвавшись нижче:',
                'form-title-date': 'Субота, 13 червень 2026',
                'form-title-date2': 'Додатковий термін:',
                'form-title-date3': 'П’ятниця, 12 червень 2026',
                'form-title-end': 'Реєстрація для передпродажу завершена!',
                'form-title-end2': 'Нагадування: загальна продажа почнеться в суботу, 20 вересня о 10:00.',
                'form-title-end3': 'Якщо ви хочете отримувати новини про майбутні концерти та новини про David Guetta, заповніть форму нижче',
                'firstname': 'Ім’я',
                'email': 'Електронна пошта',
                'country': 'Країна',
                'city': 'Місто',
                'agree': 'Я погоджуюсь отримувати маркетингові повідомлення про музику, концерти та все, що стосується David Guetta, від Warner Music Group. Ви можете відмовитися від підписки у будь-який момент. Будь ласка, ознайомтесь з нашою <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Політикою конфіденційності</a>, щоб дізнатися більше про те, як ми обробляємо вашу особисту інформацію.',
                'submit': 'Зареєструватися',
                'loading': 'Надсилання...',
                'select': 'Виберіть країну...',
                'unmute': 'Увімкнути звук',
                'cookie-text': 'Ми використовуємо файли cookie, щоб покращити ваш досвід на нашому сайті. Продовжуючи перегляд, ви погоджуєтеся з використанням нами cookie. Будь ласка, ознайомтесь з нашою <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Політикою конфіденційності</a> для отримання додаткової інформації.',
                'cookie-accept': 'Прийняти',
                'cookie-decline': 'Відхилити',
                'success': 'Реєстрацію отримано',
                'error': 'Будь ласка, введіть дійсну адресу електронної пошти',
                'error-connection': 'Помилка з’єднання. Спробуйте ще раз.',
                'error-server': 'Сталася помилка',
                'Invalid email format': 'Неправильний формат електронної пошти',
                'error-email': 'Неправильний формат електронної пошти',
                'Email is required': 'Електронна пошта є обов’язковою',
                'error-firstname': 'Ім’я є обов’язковим (мінімум 2 символи)',
                'error-firstname-email': 'Ім’я не може містити @',
                'First name cannot contain @': 'Ім’я не може містити @',
                'Country is required': 'Країна є обов’язковою',
                'error-city': 'Місто є обов’язковим (мінімум 2 символи) без поштового коду',
                'error-agree': 'Ви повинні прийняти умови використання',
                'error-captcha': 'Captcha відсутня',
                'error-captcha-verification': 'Перевірка captcha не вдалася',
                'error-method': 'Метод не дозволено',
                'Database error': 'Помилка бази даних',
            },
            'el': {
                'form-title': 'Αποκτήστε αποκλειστική πρόσβαση στην προπώληση του Καλλιτέχνη εγγραφόμενοι παρακάτω:',
                'form-title-date': 'Σάββατο, 13 Ιούνιος 2026',
                'form-title-date2': 'Πρόσθετη ημέρα:',
                'form-title-date3': 'Παρασκευή, 12 Ιούνιος 2026',
                'form-title-end': 'Η εγγραφή για την προπώληση του Καλλιτέχνη έχει τελειώσει!',
                'form-title-end2': 'Υπενθύμιση: η γενική πώληση θα ξεκινήσει την Σάββατο, 20 Σεπτεμβρίου στις 10:00.',
                'form-title-end3': 'Αν θέλετε να λαμβάνετε νέες ειδήσεις για μελλοντικές συναυλίες και νέα για τον David Guetta, συμπληρώστε το φόρμα παρακάτω',
                'firstname': 'Όνομα',
                'email': 'Email',
                'country': 'Χώρα',
                'city': 'Πόλη',
                'agree': 'Συμφωνώ να λαμβάνω μηνύματα μάρκετινγκ σχετικά με μουσική, συναυλίες και όλα όσα αφορούν τον David Guetta από την Warner Music Group. Μπορείτε να διαγραφείτε οποιαδήποτε στιγμή. Παρακαλώ διαβάστε την <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Πολιτική Απορρήτου</a> μας για περισσότερες πληροφορίες σχετικά με το πώς χειριζόμαστε τα προσωπικά σας δεδομένα.',
                'submit': 'Εγγραφή',
                'loading': 'Αποστολή...',
                'select': 'Επιλέξτε μια χώρα...',
                'unmute': 'Ενεργοποίηση ήχου',
                'cookie-text': 'Χρησιμοποιούμε cookies για να βελτιώσουμε την εμπειρία σας στην ιστοσελίδα μας. Συνεχίζοντας την περιήγηση, αποδέχεστε τη χρήση των cookies. Παρακαλώ διαβάστε την <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Πολιτική Απορρήτου</a> μας για περισσότερες πληροφορίες.',
                'cookie-accept': 'Αποδοχή',
                'cookie-decline': 'Απόρριψη',
                'success': 'Η εγγραφή σας ελήφθη',
                'error': 'Παρακαλώ εισάγετε έγκυρη διεύθυνση email',
                'error-connection': 'Σφάλμα σύνδεσης. Παρακαλώ δοκιμάστε ξανά.',
                'error-server': 'Παρουσιάστηκε σφάλμα',
                'Invalid email format': 'Μη έγκυρη μορφή email',
                'error-email': 'Μη έγκυρη μορφή email',
                'Email is required': 'Το email είναι υποχρεωτικό',
                'error-firstname': 'Το όνομα είναι υποχρεωτικό (τουλάχιστον 2 χαρακτήρες)',
                'error-firstname-email': 'Το όνομα δεν μπορεί να περιέχει @',
                'First name cannot contain @': 'Το όνομα δεν μπορεί να περιέχει @',
                'Country is required': 'Η χώρα είναι υποχρεωτική',
                'error-city': 'Η πόλη είναι υποχρεωτική (τουλάχιστον 2 χαρακτήρες) χωρίς κωδικό πώλησης πόλης',
                'error-agree': 'Πρέπει να αποδεχτείτε τους όρους χρήσης',
                'error-captcha': 'Λείπει το Captcha',
                'error-captcha-verification': 'Η επαλήθευση Captcha απέτυχε',
                'error-method': 'Η μέθοδος δεν επιτρέπεται',
                'Database error': 'Σφάλμα βάσης δεδομένων',
            },
            'sv': {
                'form-title': 'Få exklusiv tillgång till Artistens förköp genom att registrera dig nedan:',
                'form-title-date': 'Lördag 13 juni 2026',
                'form-title-date2': 'Extra datum:',
                'form-title-date3': 'Fredag, 12 juni 2026',
                'form-title-end': 'Registreringen för förköpet är nu stängd!',
                'form-title-end2': 'Påminnelse: den allmänna försäljningen kommer att börja på söndag 21 september kl 10:00.',
                'form-title-end3': 'Om du vill få information om framtida konserter och nyheter om David Guetta, fyll i formuläret nedan',
                'firstname': 'Förnamn',
                'email': 'E-post',
                'country': 'Land',
                'city': 'Stad',
                'agree': 'Jag samtycker till att ta emot e-post och exklusiv information om musik, konserter och speciella evenemang med David Guetta från Warner Music Group. Du kan när som helst avsluta prenumerationen. Läs vår <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Integritetspolicy</a> för mer information om hur vi hanterar dina personuppgifter.',
                'submit': 'Jag registrerar mig',
                'loading': 'Skickar...',
                'select': 'Välj ett land...',
                'unmute': 'Aktivera ljud',
                'cookie-text': 'Vi använder cookies för att förbättra din upplevelse på vår webbplats. Genom att fortsätta surfa godkänner du vår användning av cookies. Läs vår <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Integritetspolicy</a> för mer information.',
                'cookie-accept': 'Acceptera',
                'cookie-decline': 'Avböj',
                'Registration received': 'Registrering mottagen',
                'Email is required': 'E-post krävs',
                'Please enter a valid email address': 'Vänligen ange en giltig e-postadress',
                'Connection error. Please try again.': 'Anslutningsfel. Försök igen.',
                'An error occurred': 'Ett fel har inträffat',
                'Invalid email format': 'Ogiltigt e-postformat',
                'error-email': 'Ogiltigt e-postformat',
                'error-firstname': 'Förnamn krävs (minst 2 tecken)',
                'error-firstname-email': 'Förnamn får inte innehålla @',
                'First name cannot contain @': 'Förnamn får inte innehålla @',
                'Country is required': 'Land krävs',
                'error-city': 'Stad krävs (minst 2 tecken) ingen postkod',
                'You must accept the terms of use': 'Du måste acceptera användarvillkoren',
                'Captcha is missing': 'Captcha saknas',
                'Captcha verification failed': 'Captcha-verifieringen misslyckades',
                'Method not allowed': 'Metod inte tillåten',
                'Database error': 'Databasfel',
            },
            'ro': {
                'form-title': 'Obțineți acces exclusiv la pre-vânzarea Artistului înscriindu-vă mai jos:',
                'form-title-date': 'Sâmbătă, 13 iunie 2026',
                'form-title-date2': 'Dată suplimentară:',
                'form-title-date3': 'Vineri, 12 iunie 2026',
                'form-title-end': 'Inscrierea pentru pre-vânzare este închisă!',
                'form-title-end2': 'Reminder: vânzarea generală va începe sâmbăta, 20 septembrie, la 10:00.',
                'form-title-end3': 'Dacă doriți să primiți informații despre concerte viitoare și despre David Guetta, completați formularul de mai jos',
                'firstname': 'Prenume',
                'email': 'E-mail',
                'country': 'Țară',
                'city': 'Oraș',
                'agree': 'Sunt de acord să primesc e-mailuri și informații exclusive despre muzică, concerte și evenimente speciale ale lui David Guetta de la Warner Music Group. Puteți să vă dezabonați oricând. Vă rugăm să consultați <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Politica de confidențialitate</a> pentru mai multe informații despre modul în care vă gestionăm datele personale.',
                'submit': 'Mă înscriu',
                'loading': 'Se trimite...',
                'select': 'Selectați o țară...',
                'unmute': 'Activare sunet',
                'cookie-text': 'Folosim cookie-uri pentru a vă îmbunătăți experiența pe site-ul nostru. Continuând navigarea, acceptați utilizarea cookie-urilor. Vă rugăm să citiți <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Politica de confidențialitate</a> pentru mai multe informații.',
                'cookie-accept': 'Accept',
                'cookie-decline': 'Refuz',
                'Registration received': 'Înregistrare primită',
                'Email is required': 'E-mailul este obligatoriu',
                'Please enter a valid email address': 'Vă rugăm să introduceți o adresă de e-mail validă',
                'Connection error. Please try again.': 'Eroare de conexiune. Vă rugăm să încercați din nou.',
                'An error occurred': 'A apărut o eroare',
                'Invalid email format': 'Format de e-mail invalid',
                'error-email': 'Format de e-mail invalid',
                'error-firstname': 'Prenumele este obligatoriu (minimum 2 caractere)',
                'error-firstname-email': 'Prenumele nu poate conține @',
                'First name cannot contain @': 'Prenumele nu poate conține @',
                'Country is required': 'Țara este obligatorie',
                'error-city': 'Orașul este obligatoriu (minimum 2 caractere) fără cod postal',
                'You must accept the terms of use': 'Trebuie să acceptați termenii de utilizare',
                'Captcha is missing': 'Captcha lipsește',
                'Captcha verification failed': 'Verificarea Captcha a eșuat',
                'Method not allowed': 'Metodă nepermisă',
                'Database error': 'Eroare de bază de date',
            },
            'tr': {
                'form-title': 'Aşağıdan kaydolarak Sanatçının ön satışına özel erişim kazanın:',
                'form-title-date': 'Cumartesi, 13 Haziran 2026',
                'form-title-date2': 'Ekstra tarih:',
                'form-title-date3': 'Cuma, 12 Haziran 2026',
                'form-title-end': 'Ön satışı için kayıtlar kapatıldı!',
                'form-title-end2': 'Hatırlatma: genel satış cumartesi, 20 Eylül saat 10:00\'de başlayacak.',
                'form-title-end3': 'David Guetta hakkında gelecek konserler ve haberler almak istiyorsanız, lütfen formu aşağıdaki gibi doldurun',
                'firstname': 'Ad',
                'email': 'E-posta',
                'country': 'Ülke',
                'city': 'Şehir',
                'agree': 'Warner Music Group’tan David Guetta ile ilgili müzik, konserler ve özel etkinlikler hakkında e-posta ve özel bilgiler almayı kabul ediyorum. İstediğiniz zaman abonelikten çıkabilirsiniz. Kişisel bilgilerinizi nasıl işlediğimiz hakkında daha fazla bilgi için lütfen <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Gizlilik Politikamızı</a> okuyun.',
                'submit': 'Kayıt ol',
                'loading': 'Gönderiliyor...',
                'select': 'Bir ülke seçin...',
                'unmute': 'Sesi aç',
                'cookie-text': 'Sitemizde deneyiminizi geliştirmek için çerezler kullanıyoruz. Gezinmeye devam ederek çerez kullanımımızı kabul etmiş olursunuz. Daha fazla bilgi için lütfen <a href="https://privacy.wmg.com/wmi/privacy" target="_blank">Gizlilik Politikamızı</a> okuyun.',
                'cookie-accept': 'Kabul et',
                'cookie-decline': 'Reddet',
                'Registration received': 'Kayıt alındı',
                'Email is required': 'E-posta gerekli',
                'Please enter a valid email address': 'Lütfen geçerli bir e-posta adresi girin',
                'Connection error. Please try again.': 'Bağlantı hatası. Lütfen tekrar deneyin.',
                'An error occurred': 'Bir hata oluştu',
                'Invalid email format': 'Geçersiz e-posta formatı',
                'error-email': 'Geçersiz e-posta formatı',
                'error-firstname': 'Ad gerekli (en az 2 karakter)',
                'error-firstname-email': 'Ad @ içeremez',
                'First name cannot contain @': 'Ad @ içeremez',
                'Country is required': 'Ülke gerekli',
                'error-city': 'Şehir gerekli (en az 2 karakter) posta kodu yok',
                'You must accept the terms of use': 'Kullanım koşullarını kabul etmelisiniz',
                'Captcha is missing': 'Captcha eksik',
                'Captcha verification failed': 'Captcha doğrulaması başarısız',
                'Method not allowed': 'Yönteme izin verilmiyor',
                'Database error': 'Veritabanı hatası',
            },

        }
    </script>
</body>
</html>