Taxe d'apprentissage 2026 — Soutenez EPSI via SOLTéA
2026-06-08 10:13:00
www.epsi-alumni.com
https://www.epsi-alumni.com/medias/image/9400333796973955e4ffa3.png
2026-06-08 10:44:33
2026-06-08 10:14:46
Angeline Gouvernet
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:wght@600;700;900&display=swap');
.tax-wrapper {
max-width: 1000px;
margin: 0 auto;
font-family: 'Lato', sans-serif;
color: #333;
line-height: 1.6;
padding: 0 16px 60px;
background-color: #f4f6f9;
}
.tax-wrapper * { box-sizing: border-box; }
/* HERO */
.tax-hero {
background: linear-gradient(135deg, rgba(13,6,40,0.92) 0%, rgba(88,44,131,0.85) 100%);
background-size: cover;
background-position: center;
border-radius: 20px;
padding: 30px 40px;
text-align: center;
margin-bottom: 1.5rem;
position: relative;
overflow: hidden;
}
.tax-hero::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(circle, rgba(255,198,0,0.10) 1px, transparent 1px);
background-size: 30px 30px;
}
.tax-hero .badge {
display: inline-block;
background-color: #FFC600;
color: #0D0628;
font-family: 'Montserrat', sans-serif;
font-weight: 900;
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 2px;
padding: 5px 16px;
border-radius: 50px;
margin-bottom: 0.75rem;
position: relative;
z-index: 2;
}
.tax-hero .hero-sub {
color: #c8c4d8;
font-size: 1.05rem;
margin: 0;
position: relative;
z-index: 2;
}
/* BLOCS */
.tax-block {
background: #fff;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.tax-block h2 {
font-family: 'Montserrat', sans-serif;
font-size: 1.1rem;
font-weight: 900;
color: #0D0628;
margin: 0 0 1.2rem;
padding: 0 0 0.6rem 14px;
border-left: 5px solid #FFC600;
border-bottom: 1px solid #f0f0f0;
line-height: 1.3;
}
.tax-block p {
font-size: 0.95rem;
color: #555;
line-height: 1.7;
margin: 0 0 0.75rem;
}
.tax-block p:last-child { margin: 0; }
/* RANGÉES */
.tax-row-full { margin-bottom: 1.5rem; }
.tax-row-half {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
margin-bottom: 1.5rem;
}
/* CHECKLIST */
.tax-checklist {
list-style: none;
margin: 0;
padding: 0;
}
.tax-checklist li {
display: flex;
align-items: flex-start;
gap: 0.75rem;
font-size: 0.95rem;
color: #444;
line-height: 1.6;
padding: 0.6rem 0;
border-bottom: 1px solid #f0f0f0;
}
.tax-checklist li:last-child { border-bottom: none; }
.tax-checklist li .check {
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
background: #582C83;
color: #fff;
border-radius: 50%;
font-size: 0.75rem;
flex-shrink: 0;
margin-top: 2px;
}
/* DATES */
.tax-dates {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
margin-top: 1rem;
}
.tax-date-card {
background: linear-gradient(135deg, #0D0628, #1e0e4a);
border-radius: 12px;
padding: 1.2rem;
text-align: center;
}
.tax-date-card .periode {
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #FFC600;
margin-bottom: 0.4rem;
font-family: 'Montserrat', sans-serif;
}
.tax-date-card .dates {
font-size: 0.85rem;
color: #fff;
font-weight: 700;
line-height: 1.4;
}
/* BOUTONS */
.tax-btn-main {
display: block;
background: linear-gradient(135deg, #582C83, #0D0628);
color: #FFC600 !important;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: 900;
font-size: 0.9rem;
text-transform: uppercase;
padding: 14px 20px;
border-radius: 10px;
margin-bottom: 0.75rem;
letter-spacing: 0.5px;
text-align: center;
}
.tax-btn-secondary {
display: block;
background: #fff;
color: #582C83 !important;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 0.85rem;
text-transform: uppercase;
padding: 12px 20px;
border-radius: 10px;
border: 2px solid #582C83;
letter-spacing: 0.5px;
text-align: center;
}
/* ALERTE */
.tax-alert-inner {
background: linear-gradient(135deg, #582C83, #411e63);
border-radius: 12px;
padding: 1.2rem;
margin-top: 1rem;
}
.tax-alert-inner h3 {
font-family: 'Montserrat', sans-serif;
font-size: 0.85rem;
font-weight: 900;
color: #FFC600;
text-transform: uppercase;
margin: 0 0 0.4rem;
}
.tax-alert-inner p {
font-size: 0.85rem;
color: rgba(255,255,255,0.85);
line-height: 1.6;
margin: 0;
}
/* FOOTER */
.tax-footer {
background: #0D0628;
border-radius: 16px;
padding: 2rem;
text-align: center;
color: #fff;
margin-top: 0;
}
.tax-footer p { color: #c8c4d8; font-size: 0.9rem; margin: 0 0 0.5rem; }
.tax-footer strong { color: #FFC600; font-family: 'Montserrat', sans-serif; font-size: 1rem; }
@media (max-width: 680px) {
.tax-row-half { grid-template-columns: 1fr; }
.tax-dates { grid-template-columns: 1fr; }
}
📣 Taxe d'Apprentissage 2026La plateforme SOLTéA est ouverte — désignez EPSI dès maintenant EPSI, l'école d'ingénierie informatiqueÀ l'EPSI, nous formons chaque année des apprenants aux métiers de l'informatique — développement, intelligence artificielle, systèmes et réseaux, cybersécurité — avec une approche tournée vers l'opérationnel et les réalités terrain.En désignant EPSI comme bénéficiaire de votre taxe d'apprentissage, vous investissez directement dans la formation des talents tech de demain. 🏫 Verser ma taxe à EPSIDésignez EPSI comme bénéficiaire de votre solde directement sur la plateforme SOLTéA.👉 Je verse via SOLTéA 📥 Télécharger le guide 🔗 ⚠️ Date limiteVous pouvez affecter votre solde via SOLTéA sur deux périodes :1re période26 mai→ 21 août 20262e période3 septembre→ 21 octobre 2026⏰AttentionPassé le 21 octobre 2026, il ne sera plus possible d'affecter votre solde. Soutenir EPSI, c'est…✓ Former des profils en adéquation avec vos besoins métiers✓ Faire évoluer nos formations au rythme des technologies et de vos besoins entreprises✓ Rapprocher durablement apprenants et entreprises✓ Innover et développer des projets concrets au sein de nos myDiL, les FabLabs de nos campus 💡 Verser sa taxe : mode d'emploiLa démarche est simple et entièrement en ligne via la plateforme SOLTéA. Pour vous accompagner pas à pas, nous avons conçu un guide pratique, clair et synthétique.Vous y trouverez notamment le numéro UAI correspondant à votre campus EPSI.📥 Je télécharge le guide 🔗 🗓️ Les dates à retenirDeux fenêtres d'affectation sont disponibles via SOLTéA :Première période26 mai→ 21 août 2026Deuxième période3 septembre→ 21 octobre 2026Notre équipe reste disponible pour vous accompagner dans votre démarche et pour vos besoins en recrutement (alternance, stage).💬 Une question ?Notre équipe est disponible pour vous accompagner dans votre démarche SOLTéA et pour vos besoins en recrutement (alternance, stage).Nous contacterAu plaisir d'échanger ensemble prochainement,L'équipe EPSI
https://www.epsi-alumni.com/medias/image/9400333796973955e4ffa3.png
Veuillez vous connecter pour lire ou ajouter un commentaire