This commit is contained in:
2026-02-02 18:09:18 +00:00
parent 9f4722285a
commit b6a01b9741
3 changed files with 235 additions and 127 deletions

View File

@@ -823,4 +823,24 @@ body {
.animate__bounceIn {
animation-name: bounceIn;
}
}
/* Critical CSS Inline (optionnel pour les performances) */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
/* Prévenir le FOUC (Flash of Unstyled Content) */
.js-loading *,
.js-loading *:before,
.js-loading *:after {
animation-play-state: paused !important;
}