<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>FDJ®</title>
<style>
@font-face {
font-family: "Chance-Regular";
src: url("font/Chance-Regular.eot");
src: url("font/Chance-Regular.eot?#iefix") format("embedded-opentype"),
url("font/Chance-Regular.woff2") format("woff2"),
url("font/Chance-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Chance-Bold";
src: url("font/Chance-Bold.eot");
src: url("font/Chance-Bold.eot?#iefix") format("embedded-opentype"),
url("font/Chance-Bold.woff2") format("woff2"),
url("font/Chance-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "RobotoBold";
src: url("font/Roboto-Bold.eot");
src: url("font/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
url("font/Roboto-Bold.woff2") format("woff2"),
url("font/Roboto-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Chance-Regular", Helvetica, Arial, sans-serif;
padding: 20px;
}
.email-container {
max-width: 640px;
margin: 0 auto;
background-color: #ffffff;
overflow: hidden;
}
.logo-section {
text-align: left;
padding: 15px 20px;
background-color: #ffffff;
}
.logo-section a {
text-decoration: none;
}
.logo-section img {
height: 35px;
width: auto;
display: block;
}
.header {
width: 100%;
}
.header a {
display: block;
}
.header img {
width: 100%;
height: auto;
display: block;
}
.promo-section {
width: 100%;
text-align: center;
}
.title {
font-family: "Chance-Bold", Helvetica, Arial, sans-serif;
font-size: 28px;
font-weight: 700;
color: #0e4194;
margin-top: 50px;
margin-bottom: 20px;
line-height: 1.3;
}
.personalized-text,
.instructions {
font-size: 18px;
font-weight: 400;
color: #555555;
margin-bottom: 15px;
line-height: 1.5;
}
.instructions {
margin-bottom: 30px;
}
.instructions a {
color: #0e4194;
text-decoration: underline;
}
.cta-button {
display: inline-block;
background-color: #0e4194;
color: #ffffff;
text-decoration: none;
padding: 15px 35px;
border-radius: 25px;
font-family: "Chance-Bold", Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: 700;
}
.promo-image {
width: 100%;
max-width: 640px;
margin: 40px auto 0;
}
.promo-image a {
display: block;
}
.promo-image img {
width: 100%;
height: auto;
display: block;
}
.footer-section {
padding: 20px 0 0;
}
.icons-container {
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 5px;
flex-wrap: wrap;
}
.icon-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin: 10px;
min-width: 100px;
flex: 1;
}
.icon-item a {
text-decoration: none;
color: inherit;
text-align: center;
display: block;
width: 100%;
}
.logo-18 {
width: 50px;
height: auto;
margin-bottom: 12px;
object-fit: contain;
}
.footer-icon {
width: 40px;
height: 40px;
margin-bottom: 12px;
object-fit: contain;
}
.icon-item:nth-child(3) .footer-icon,
.icon-item:nth-child(4) .footer-icon,
.icon-item:nth-child(5) .footer-icon {
width: 45px;
height: 45px;
margin-bottom: 16px;
}
.icon-item span {
font-family: "Chance-Bold", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #9b9ba8;
line-height: 1.2;
font-weight: 700;
display: block;
}
.warning-banner {
background-color: #ffdd00;
padding: 40px 20px;
text-align: left;
margin-bottom: 5px;
display: flex;
justify-content: space-between;
align-items: center;
text-decoration: none;
color: inherit;
}
.warning-banner p {
font-family: "RobotoBold", Verdana, sans-serif;
font-size: 14px;
color: #000000;
margin: 0;
line-height: 1.4;
flex: 1;
font-weight: bold;
text-transform: uppercase;
}
.gov-logo {
height: 50px;
width: auto;
margin-right: 15px;
}
.bonus-conditions {
text-align: left;
}
.bonus-conditions p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #65647a;
margin: 0;
line-height: 1.3;
}
@media (max-width: 480px) {
.email-container {
margin: 10px;
}
.promo-section {
padding: 20px 15px;
}
.title {
font-size: 24px;
}
.personalized-text {
font-size: 16px;
}
.instructions {
font-size: 14px;
}
.cta-button {
padding: 12px 30px;
}
.footer-section {
padding: 15px 10px 0;
}
.icons-container {
justify-content: space-between;
}
.icon-item {
margin: 5px;
min-width: 70px;
}
.footer-icon {
width: 30px;
height: 30px;
margin-bottom: 8px;
}
.icon-item:nth-child(3) .footer-icon,
.icon-item:nth-child(4) .footer-icon,
.icon-item:nth-child(5) .footer-icon {
width: 35px;
height: 35px;
margin-bottom: 12px;
}
.icon-item span {
font-size: 10px;
}
.warning-banner {
padding: 40px 10px;
flex-direction: column;
align-items: flex-start;
}
.warning-banner p {
font-size: 11px;
margin-bottom: 10px;
}
.gov-logo {
height: 35px;
margin-left: 0;
align-self: flex-end;
}
.bonus-conditions p {
font-size: 9px;
}
}
</style>
</head>
<body><div align="center">
<span style="color:#000000;">
<strong>Si vous ne visualisez pas ce message correctement</strong>
<a href="https://links.astrodeal.fr/c/ilu/xix/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/18a1501f" style="color:#000000;">
<strong>cliquez-ici</strong>
</a>
<br />
</span>
</div>
<div align="center" style="text-align:center;">
<span style="color:#000000;">
<br />Pour ne plus recevoir nos offres vous pouvez vous désabonner en bas de cette page ou bien
</span>
<span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:2px;text-align:-webkit-center;"></span>
<span style="color:#000000;">
<a href="https://links.astrodeal.fr/u/ilu/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/2f24a680" style="color:#000000;">
cliquer ici
</a>.
<br />
</span>
</div>
<div class="email-container">
<div class="logo-section">
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xil/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/c76b5427" >
<img src="https://imgbt.la-webosphere.fr/data/bat/2026/03/627f-aca5.png" width="142" alt="FDJ" border="0">
</a>
</div>
<div class="header">
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xiA/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/947cdb18" >
<img src="https://imgbt.la-webosphere.fr/data/bat/2026/06/be84-ea60.jpg" width="640" height="282" alt="FDJ Code Promo Chance" border="0" style="display:block;">
</a>
</div>
<div class="promo-section">
<h1 class="title">10€ offerts* du 8 au 28 juin 2026</h1>
<p class="personalized-text">
<strong></strong>, pour toute nouvelle inscription<br>
et 5 € joués avec le code promo <strong>CHANCE</strong> !
</p>
<p class="instructions">
Pour jouer en ligne, inscrivez-vous sur
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xiR/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/0d3fa097" >FDJ.fr</a>
ou sur l'appli FDJ.
</p>
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xiQ/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/a9412252" class="cta-button">Je joue</a>
<div class="promo-image">
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xip/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/063facba" >
<img src="https://imgbt.la-webosphere.fr/data/bat/2026/06/aadf-d1f0.jpg" width="640" height="149" alt="10€ offerts" border="0" style="display:block;">
</a>
</div>
</div>
<div class="footer-section">
<div class="icons-container">
<div class="icon-item">
<img src="https://imgbt.la-webosphere.fr/data/bat/2025/03/122a-cfc1.png" width="40" height="40" alt="-18 ans" class="logo-18" border="0">
</div>
<div class="icon-item">
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xiP/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/7c445e2e" >
<img src="https://imgbt.la-webosphere.fr/data/bat/2021/10/5b77-f753.png" alt="Compte sécurisé" class="footer-icon" border="0">
<span>Compte sécurisé</span>
</a>
</div>
<div class="icon-item">
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xiC/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/e50725a1" >
<img src="https://imgbt.la-webosphere.fr/data/bat/2021/10/58d2-284d.png" alt="Aide et contact" class="footer-icon" border="0">
<span>Besoin d'aide ?<br>Contactez-nous</span>
</a>
</div>
<div class="icon-item">
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xih/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/259ca955" >
<img src="https://imgbt.la-webosphere.fr/data/bat/2021/10/8f6e-07ec.png" alt="Jeu responsable" class="footer-icon" border="0">
<span>Jeu<br>responsable</span>
</a>
</div>
<div class="icon-item">
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xiT/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/9eb3a35c" >
<img src="https://imgbt.la-webosphere.fr/data/bat/2021/10/6638-b2d0.png" alt="Application FDJ" class="footer-icon" border="0">
<span>Télécharger<br>l'appli FDJ</span>
</a>
</div>
</div>
<a target="_blank" href="https://links.astrodeal.fr/c/ilu/xiJ/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/2e9ca578" class="warning-banner">
<p>
LES JEUX D'ARGENT ET DE HASARD PEUVENT ÊTRE DANGEREUX :<br>
PERTES D'ARGENT, CONFLITS FAMILIAUX, ADDICTION...<br>
RETROUVEZ NOS CONSEILS SUR JOUEURS-INFO-SERVICE.FR<br>
(09 74 75 13 13 - APPEL NON SURTAXÉ)
</p>
<img src="https://imgbt.la-webosphere.fr/data/bat/2023/01/c6e8-4628.jpg" width="80" height="47" alt="Gouvernement" class="gov-logo" border="0" style="display:block;">
</a>
<div class="bonus-conditions">
<p>
* Bonus de 10 € de crédit de jeu offerts avec le code promotionnel « CHANCE », valable sur fdj.fr et sur l'application FDJ, pour les 5 000 premières inscriptions réalisées entre le 8 juin et le 28 juin 2026 inclus après envoi de la pièce d'identité, combinées à une prise de jeu de 5 € minimum sur fdj.fr ou sur l'application, dans les 7 jours suivant l'inscription. Offre non cumulable avec toute autre offre promotionnelle. Voir conditions de l'offre.
</p>
</div>
</div>
</div>
<img src="https://stats.metrics-solution.com/stcvw/8dTO0MTM__AM1EzM" alt="" width="1" height="1" /><div style="text-align:center;">
<p>
<span style="color:#000000;">
Vous recevez ce mail car vous êtes abonnés à la base de Astrodeal. <br />
La base est déclarée à la CNIL sous le n°2123976<br />
Conformément à la loi Informatique et Liberté du 06 Janvier 1978, vous disposez d'un droit d'accès, de rectification et d'opposition aux données vous concernant.
<span style="text-align:center;">MEDIAZUR - 24 Rue cassini, 06300 NICE - RCS </span>
<span style="font-family:'Times New Roman';font-size:medium;text-align:-webkit-center;">833 975 758 </span>
<span style="text-align:center;">RCS</span>
</span>
</p>
</div>
<div align="center" style="text-align:center;">
<p>
<span style="color:#000000;">
Vous pouvez prendre connaissance de notre
</span>
<span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;text-align:-webkit-center;"></span>
<span style="color:#000000;">
<a href="https://links.astrodeal.fr/c/ilu/xiU/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/4bb6df20" style="color:#000000;">politique de confidentialité</a>.
</span>
<span style="font-family:'Times New Roman';font-size:medium;text-align:-webkit-center;"></span>
<span style="color:#000000;"><br /></span>
</p>
</div>
<div align="center" style="text-align:center;">
<p>
<span style="color:#000000;">
Pour ne plus recevoir nos offres
</span>
<span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;text-align:-webkit-center;"></span>
<span style="color:#000000;">
<a href="https://links.astrodeal.fr/u/ilu/w2eD7iUgBIA6bB1qjGjdb3/FL/EjLe/F/2f24a680" style="color:#000000;">cliquez-ici</a>.
</span>
<span style="font-family:'Times New Roman';font-size:medium;text-align:-webkit-center;"></span>
<span style="color:#000000;"><br /></span>
</p>
</div><img src="https://links.astrodeal.fr/o/ilu/w2eD7iUgBIA6bB1qjGjdb3/EjLe/F/56ac9ea2" alt=""/></body>
</html>