<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trail du Caillou - Coaching Charly</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(135deg, #eafaf1, #ffffff);
color: #333;
text-align: center;
}
header {
background: #d7f0e0;
padding: 20px;
}
header img {
max-width: 120px;
}
h1 {
color: #003366;
margin-top: 20px;
}
.highlight {
font-size: 22px;
font-weight: bold;
color: #d9534f;
margin: 20px 0 10px;
}
.code-promo {
display: inline-block;
padding: 12px 25px;
background: #003366;
color: white;
font-weight: bold;
border-radius: 8px;
font-size: 20px;
margin: 10px 0 25px;
}
.btn {
display: inline-block;
margin-top: 20px;
padding: 15px 25px;
background: #28a745;
color: white;
text-decoration: none;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
transition: background 0.3s;
}
.btn:hover {
background: #218838;
}
footer {
margin-top: 50px;
font-size: 14px;
color: #555;
background: #f1f1f1;
padding: 15px;
}
footer a {
color: #003366;
text-decoration: none;
}
</style>
</head>
<body>
<header>
<img src="https://coaching-charly.fr/wp-content/uploads/2023/09/logo-png.png" alt="Coaching Charly Logo">
</header>
<main>
<h1>🏃♂️ Trail du Caillou 🎉</h1>
<p>Merci pour votre participation et bienvenue chez <b>Coaching Charly</b> !</p>
<div class="highlight">🎁 Cadeau immédiat : -10% sur le coaching mensuel</div>
<p>Utilisez ce code promo :</p>
<div class="code-promo">TRAIL10</div>
<p>Et tentez de remporter <b>3 mois de coaching offerts</b> :</p>
<a href="https://forms.gle/bi51Q9eqcRocmLcq8" target="_blank" class="btn">👉 Je participe au tirage 🎉</a>
</main>
<footer>
<p>Charles Delboe • <a href="mailto:runningcoachcharly@gmail.com">runningcoachcharly@gmail.com</a> • 06 99 87 44 69</p>
<p><a href="https://coaching-charly.fr">www.coaching-charly.fr</a></p>
</footer>
</body>
</html>