Bienvenue

Tout ce qui
compte, ici.

Reconnectez-vous à votre espace Organi. et reprenez là où vous en étiez — famille, entreprise, projets, loisirs.

🏠 OrganiDom
💼 OrganiBiz
⚡ OrganiAE
🌿 OrganiGarden
🎯 OrganiLoisir
🌐 OrganiWeb
📄 OrganiPage
🤝 OrganiAsso
Connexion
Pas encore de compte ? Créer un espace gratuit
Mot de passe oublié ?
ou
Thème d'affichage
Police d'écriture
background: #131e35; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: #7a8ba8; cursor: pointer; transition: .2s; box-shadow: 0 4px 16px rgba(0,0,0,.3); } #font-switcher-btn:hover { color: #e8edf5; border-color: rgba(255,255,255,.25); } #font-panel { position: fixed; bottom: 72px; right: 24px; z-index: 998; background: #131e35; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 16px; width: 240px; box-shadow: 0 16px 40px rgba(0,0,0,.5); display: none; animation: fpIn .18s ease; } @keyframes fpIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } } .fp-title { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7a8ba8; margin-bottom: 12px; } .fp-list { display: flex; flex-direction: column; gap: 4px; } .fp-option { padding: 10px 12px; border-radius: 8px; cursor: pointer; border: 1px solid transparent; transition: .18s; display: flex; align-items: center; justify-content: space-between; } .fp-option:hover { background: rgba(255,255,255,.06); } .fp-option.active { background: rgba(59,130,246,.12); border-color: rgba(59,130,246,.3); } .fp-name { font-size: .9rem; color: #e8edf5; } .fp-sample { font-size: .75rem; color: #7a8ba8; } .fp-check { color: #3b82f6; font-size: .8rem; opacity: 0; } .fp-option.active .fp-check { opacity: 1; } .fp-footer { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.07); font-size: .7rem; color: #7a8ba8; text-align: center; }