calculateur
đ
CERFA 2086
AccÚs Sécurisé - PIN 24 Chiffres
đ SĂ©curitĂ© Maximale:
- â PIN 24 chiffres hashĂ© (Bcrypt)
- â Fonctionnement 100% local
- â Aucun envoi sur serveur (donnĂ©es)
- â Session avec timeout 1h
đ„ Importer Fichier Excel/CSV
đ Aperçu des Transactions
â
Valider et Envoyer au Calculateur
box-shadow: 0 0 0 3px rgba(184, 137, 42, 0.1);
}
.cerfa-api-form button,
.cerfa-file-upload button {
padding: 12px 24px;
background: #0d2137;
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
font-weight: 600;
font-size: 15px;
margin-top: 10px;
transition: all 0.3s;
}
.cerfa-api-form button:hover,
.cerfa-file-upload button:hover {
background: #1a3a5c;
transform: translateY(-2px);
}
.cerfa-api-info {
background: #e7f3ff;
border-left: 4px solid #0d2137;
padding: 20px;
border-radius: 6px;
margin: 20px 0;
}
#cerfa-transactions-list, #cerfa-file-preview {
background: white;
border: 1px solid #ddd9d0;
border-radius: 8px;
padding: 20px;
margin-top: 20px;
max-height: 500px;
overflow-y: auto;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
}
th, td {
padding: 10px;
text-align: left;
border-bottom: 1px solid #ddd9d0;
}
th {
background: #f7f5f0;
font-weight: 600;
}