This commit is contained in:
KONE SOREL 2026-03-13 15:56:04 +00:00
parent 3c09ddb882
commit c47388c264

View File

@ -1410,7 +1410,7 @@ select[class*="selectpicker"],
#titre-page {
color: var(--color-primary);
letter-spacing: -0.5px;
font-family: 'DM Sans', sans-serif; /* Ou votre police SaaS */
font-family: 'DM Sans', sans-serif; /* Ou votre police SaaS */
}
/* ENTÊTE FIXE "STICKY" */
@ -1423,7 +1423,7 @@ select[class*="selectpicker"],
backdrop-filter: blur(10px); /* Effet de flou moderne */
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0.5rem !important;
margin-bottom: 0.1rem !important;
transition: all 0.3s ease;
}