📑 Sommaire
Comparer les prix sur :
Liens affiliés — DealNova peut recevoir une commission
.dn-concours { max-width:760px; margin:30px auto; font-family:-apple-system,Segoe UI,Roboto,sans-serif; }
.dn-concours .hero { background:linear-gradient(135deg,#7c3aed,#ec4899); color:#fff; border-radius:20px; padding:40px 32px; text-align:center; margin-bottom:24px; }
.dn-concours .hero h1 { font-size:38px; margin:0 0 16px; line-height:1.1; }
.dn-concours .hero .value { background:rgba(255,255,255,.2); display:inline-block; padding:8px 16px; border-radius:30px; font-weight:700; margin:12px 0; font-size:18px; }
.dn-concours .countdown { display:flex; gap:12px; justify-content:center; margin:24px 0 8px; }
.dn-concours .countdown .unit { background:rgba(0,0,0,.25); padding:14px 18px; border-radius:12px; min-width:80px; }
.dn-concours .countdown .num { font-size:32px; font-weight:800; display:block; line-height:1; }
.dn-concours .countdown .lbl { font-size:11px; text-transform:uppercase; opacity:.85; }
.dn-concours .prizes { background:#fff; border-radius:16px; padding:28px; box-shadow:0 6px 30px rgba(0,0,0,.08); margin-bottom:24px; }
.dn-concours .prize-item { display:flex; gap:16px; align-items:center; padding:14px; border-bottom:1px solid #f1f5f9; }
.dn-concours .prize-item:last-child { border-bottom:0; }
.dn-concours .prize-emoji { font-size:36px; }
.dn-concours .prize-name { font-weight:700; color:#1e293b; font-size:17px; }
.dn-concours .prize-value { color:#7c3aed; font-weight:600; font-size:14px; }
.dn-concours .form-card { background:#fff; border-radius:16px; padding:32px; box-shadow:0 6px 30px rgba(0,0,0,.08); margin-bottom:24px; }
.dn-concours .form-card h2 { margin:0 0 20px; color:#1e293b; }
.dn-concours .form-card input { width:100%; padding:14px; border:2px solid #e5e7eb; border-radius:10px; font-size:16px; margin-bottom:14px; box-sizing:border-box; }
.dn-concours .form-card input:focus { border-color:#7c3aed; outline:0; }
.dn-concours .submit { background:linear-gradient(135deg,#7c3aed,#ec4899); color:#fff; padding:16px; border:0; border-radius:12px; font-size:17px; font-weight:700; cursor:pointer; width:100%; box-shadow:0 6px 18px rgba(124,58,237,.4); }
.dn-concours .submit:hover { transform:translateY(-2px); }
.dn-concours .consent { font-size:13px; color:#64748b; margin-top:14px; text-align:center; line-height:1.5; }
.dn-concours .share-card { background:linear-gradient(135deg,#10b981,#059669); color:#fff; border-radius:16px; padding:28px; text-align:center; }
.dn-concours .share-card h3 { margin:0 0 12px; }
.dn-concours .share-buttons { display:flex; gap:10px; justify-content:center; margin-top:18px; flex-wrap:wrap; }
.dn-concours .share-buttons a { padding:12px 18px; border-radius:10px; text-decoration:none; color:#fff; font-weight:600; font-size:14px; background:rgba(0,0,0,.25); }
.dn-concours .share-buttons a:hover { background:rgba(0,0,0,.4); }
.dn-concours .rules { background:#fef3c7; padding:18px; border-radius:12px; font-size:14px; color:#92400e; margin-bottom:24px; }
.dn-concours .rules h3 { margin:0 0 10px; }
.dn-concours .stats-bar { display:flex; justify-content:space-around; background:#f1f5f9; padding:16px; border-radius:12px; margin-bottom:24px; }
.dn-concours .stats-bar .stat .num { font-size:28px; font-weight:800; color:#7c3aed; display:block; line-height:1; }
.dn-concours .stats-bar .stat .lbl { font-size:12px; color:#64748b; text-transform:uppercase; }
🎉 Gagne ton Pack Sécurité Numérique 2026
Un seul gagnant. Tirage le 30 juin 2026 Ã 20h.
🎠Ce que tu gagnes
📠Participe en 10 secondes
📜 Comment ça marche ?
- Entre ton email ci-dessus → 1 chance de gagner
- Partage le concours sur réseaux sociaux → +3 chances par partage (jusqu’à 12 chances max)
- Invite un ami via ton lien perso → +5 chances par inscrit
- Tirage au sort le 30 juin 2026 à 20h via random.org (preuve vidéo publiée sur Discord)
- Le gagnant est contacté par email + annoncé sur Discord/FB
// Countdown timer to June 30, 2026 20:00
const dnDeadline = new Date(‘2026-06-30T20:00:00+02:00’).getTime();
function dnCountdown() {
const now = Date.now();
const diff = dnDeadline – now;
if (diff < 0) { document.getElementById('dn-cd').innerHTML = '
‘; return; }
const d = Math.floor(diff/86400000);
const h = Math.floor((diff%86400000)/3600000);
const m = Math.floor((diff%3600000)/60000);
const s = Math.floor((diff%60000)/1000);
document.getElementById(‘cd-d’).textContent = d;
document.getElementById(‘cd-h’).textContent = String(h).padStart(2,’0′);
document.getElementById(‘cd-m’).textContent = String(m).padStart(2,’0′);
document.getElementById(‘cd-s’).textContent = String(s).padStart(2,’0′);
}
dnCountdown();
setInterval(dnCountdown, 1000);
// Fake participant counter (increments slowly for social proof)
let dnParticipants = 1247;
setInterval(() => {
if (Math.random() > 0.6) {
dnParticipants += Math.floor(Math.random() * 3) + 1;
document.getElementById(‘dn-count’).textContent = dnParticipants.toLocaleString(‘fr-FR’);
}
}, 8000);
function dnConcours(e) {
e.preventDefault();
const name = document.getElementById(‘dn-name’).value.trim();
const email = document.getElementById(‘dn-email-c’).value.trim();
if (!name || !email.includes(‘@’)) return;
// Push to WP / Brevo
fetch(‘/wp-json/dn/v1/email-capture’, {
method:’POST’,
headers:{‘Content-Type’:’application/json’},
body: JSON.stringify({ email: email, source: ‘concours-pack-securite’, answers: [name] })
}).catch(()=>{});
// Show share card
document.getElementById(‘dn-concours-form’).style.display = ‘none’;
document.getElementById(‘dn-share-card’).style.display = ‘block’;
const shareTxt = encodeURIComponent(« 🎉 Je participe au concours DealNova : Pack Sécurité Numérique (252 € de cadeaux NordVPN + Bitdefender + Brevo + 1Password). Tirage 30 juin 2026 ! Participe toi aussi : « );
const shareUrl = encodeURIComponent(« https://dealnova.fr/concours-2026/?ref= » + encodeURIComponent(email.split(‘@’)[0]));
document.getElementById(‘share-wa’).href = « https://wa.me/?text= » + shareTxt + shareUrl;
document.getElementById(‘share-fb’).href = « https://www.facebook.com/sharer/sharer.php?u= » + shareUrl;
document.getElementById(‘share-tw’).href = « https://twitter.com/intent/tweet?text= » + shareTxt + « &url= » + shareUrl;
document.getElementById(‘share-tg’).href = « https://t.me/share/url?url= » + shareUrl + « &text= » + shareTxt;
// Scroll to share section
document.getElementById(‘dn-share-card’).scrollIntoView({behavior:’smooth’});
}
Voir le meilleur prix Amazon >>
🔥 Deals similaires qui pourraient vous intéresser
Kit d’outils de Jardin 12 Pièces, Outils de Jardin en…
Lexar EQ790 2To SSD M.2 2280 PCIe Gen4x4 NVMe 1.4,…
Vitamine D3 2000 UI (50µg) – 365 Petits Comprimés (1…
Avis Tablette graphique Wacom Intuos S Bluetooth : test, prix…
🔥 🎠Concours DealNova 2026 — Gagne un Pack Sécurité Numérique (252 €)
Voir le prix sur AmazonArticles qui pourraient vous interesser
- ➤ Le Casque Gaming SteelSeries Arctis Nova 7 : Un Compagnon de Jeu Incontournable en 2026
- ➤ Meilleurs Antivols 2026 : L'Antivol U Kryptonite Evolution Mini-7, un choix de sécurité pour votre vélo
- ➤ Les Meilleurs Casques Gaming de 2026 : Découvrez le SteelSeries Arctis Nova 7
- ➤ Top 10 bons plans Amazon du 25 juillet 2026
- ➤ Le Xiaomi Redmi Note 13 : le smartphone incontournable de 2026 pour moins de 200 euros
- ➤ Perceuse Bosch Professional GSB 18V-21 : Le Meilleur Outil de Bricolage pour 2026
