200 lines
No EOL
6.4 KiB
HTML
200 lines
No EOL
6.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Complétez votre dossier d'embauche</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f8fafc;
|
|
}
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
background-color: #ffffff;
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.header {
|
|
background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
|
|
color: white;
|
|
padding: 30px 40px;
|
|
text-align: center;
|
|
}
|
|
.header h1 {
|
|
margin: 0;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
}
|
|
.content {
|
|
padding: 40px;
|
|
}
|
|
.greeting {
|
|
font-size: 18px;
|
|
margin-bottom: 20px;
|
|
color: #1f2937;
|
|
}
|
|
.message {
|
|
font-size: 16px;
|
|
line-height: 1.7;
|
|
margin-bottom: 30px;
|
|
color: #4b5563;
|
|
}
|
|
.cta-container {
|
|
text-align: center;
|
|
margin: 40px 0;
|
|
}
|
|
.cta-button {
|
|
display: inline-block;
|
|
background: linear-gradient(135deg, #059669 0%, #10b981 100%);
|
|
color: white;
|
|
text-decoration: none;
|
|
padding: 16px 32px;
|
|
border-radius: 8px;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
|
|
transition: transform 0.2s ease;
|
|
}
|
|
.cta-button:hover {
|
|
transform: translateY(-2px);
|
|
}
|
|
.info-box {
|
|
background-color: #f0f9ff;
|
|
border: 1px solid #e0f2fe;
|
|
border-radius: 8px;
|
|
padding: 20px;
|
|
margin: 30px 0;
|
|
}
|
|
.info-box h3 {
|
|
margin: 0 0 15px 0;
|
|
color: #0c4a6e;
|
|
font-size: 16px;
|
|
}
|
|
.info-box ul {
|
|
margin: 10px 0;
|
|
padding-left: 20px;
|
|
}
|
|
.info-box li {
|
|
margin-bottom: 8px;
|
|
color: #1e40af;
|
|
}
|
|
.expiry-notice {
|
|
background-color: #fef3c7;
|
|
border: 1px solid #f59e0b;
|
|
border-radius: 6px;
|
|
padding: 15px;
|
|
margin: 20px 0;
|
|
font-size: 14px;
|
|
color: #92400e;
|
|
}
|
|
.footer {
|
|
background-color: #f8fafc;
|
|
padding: 30px 40px;
|
|
text-align: center;
|
|
border-top: 1px solid #e5e7eb;
|
|
}
|
|
.footer p {
|
|
margin: 10px 0;
|
|
font-size: 14px;
|
|
color: #6b7280;
|
|
}
|
|
.contact-info {
|
|
font-size: 14px;
|
|
color: #6b7280;
|
|
margin-top: 20px;
|
|
}
|
|
.contact-info a {
|
|
color: #0891b2;
|
|
text-decoration: none;
|
|
}
|
|
.security-note {
|
|
font-size: 12px;
|
|
color: #9ca3af;
|
|
margin-top: 20px;
|
|
padding: 15px;
|
|
background-color: #f9fafb;
|
|
border-radius: 6px;
|
|
}
|
|
@media (max-width: 600px) {
|
|
.container {
|
|
margin: 0;
|
|
border-radius: 0;
|
|
}
|
|
.header, .content, .footer {
|
|
padding: 20px;
|
|
}
|
|
.cta-button {
|
|
padding: 14px 24px;
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="header">
|
|
<h1>🎯 Complétez votre dossier d'embauche</h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div class="greeting">
|
|
Bonjour {{civilite}} {{prenom}} {{nom}},
|
|
</div>
|
|
|
|
<div class="message">
|
|
<p>Dans le cadre de votre projet d'embauche géré par les services d'<strong>Odentas</strong> pour le compte de <strong>{{employeur}}</strong>, nous vous invitons à compléter votre dossier.</p>
|
|
|
|
<p>Pour finaliser votre embauche, nous avons besoin que vous nous transmettiez certaines informations personnelles et justificatifs.</p>
|
|
</div>
|
|
|
|
<div class="cta-container">
|
|
<a href="{{access_url}}" class="cta-button">
|
|
📋 Compléter mon dossier
|
|
</a>
|
|
</div>
|
|
|
|
<div class="info-box">
|
|
<h3>📎 Justificatifs à fournir :</h3>
|
|
<ul>
|
|
<li><strong>Pièce d'identité</strong> en cours de validité (recto-verso)</li>
|
|
<li><strong>Attestation de Sécurité Sociale</strong> (téléchargeable sur Ameli)</li>
|
|
<li><strong>RIB</strong> pour le versement de vos salaires</li>
|
|
<li><strong>Attestation médecine du travail</strong> (si intermittent du spectacle)</li>
|
|
</ul>
|
|
<p style="margin: 15px 0 5px 0; font-size: 14px; color: #6b7280;">
|
|
✅ <strong>Formulaire sécurisé</strong> - Vos données sont chiffrées pendant la transmission
|
|
</p>
|
|
</div>
|
|
|
|
<div class="expiry-notice">
|
|
⏰ <strong>Important :</strong> Ce lien d'accès expire le <strong>{{expires_at}}</strong>.
|
|
Pensez à compléter votre dossier avant cette date.
|
|
</div>
|
|
|
|
<div class="contact-info">
|
|
<p>💬 <strong>Besoin d'aide ?</strong></p>
|
|
<p>N'hésitez pas à nous contacter à <a href="mailto:gale@odentas.fr">gale@odentas.fr</a> pour toute question.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p><strong>Merci par avance,</strong></p>
|
|
<p>L'équipe Odentas</p>
|
|
|
|
<div class="security-note">
|
|
🔒 <strong>Sécurité :</strong> Ce lien est personnel et sécurisé. Ne le partagez avec personne d'autre.
|
|
Si vous n'êtes pas à l'origine de cette demande, ignorez cet email.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |