Skip to content
Acceuil
A propos
Nos Services
Nos Formations
Acceuil
A propos
Nos Services
Nos Formations
+226 52 52 65 65
Accueil
Titre
*
Pays d'origine
*
quel est votre pays?
Burkina Faso
Ghana
Langue
*
quelle langue parlez vous ?
Français
Anglais
Résumé
0 / 50
Contenu
Theme
Theme 1
Theme 2
Theme 3
Téléverser un image de mise en avant
*
Choose File
No file chosen
Delete uploaded file
Envoyer
/* Section principale */ .content-scroll { position: relative; height: 100vh; overflow: hidden; } /* L'overlay qui zoom */ .overlay-zoom { position: absolute; inset: 0; background: #0a0a0a; /* ou votre image */ background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; transform-origin: center center; z-index: 2; } /* L'effet de découpe texte (texte transparent) */ .mask-text { font-size: clamp(60px, 12vw, 140px); font-weight: 900; text-transform: uppercase; letter-spacing: -2px; color: transparent; background: url('VOTRE-IMAGE.jpg') center/cover; -webkit-background-clip: text; background-clip: text; mix-blend-mode: screen; user-select: none; } /* Le contenu sous l'overlay */ .scroll-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 1; text-align: center; padding: 40px; } .scroll-headline, .scroll-des, .scroll-btn { opacity: 0; transform: translateY(30px); }