diff --git a/Bootstrap_new/css/style_moderne.css b/Bootstrap_new/css/style_moderne.css index f1b7c748..098a747d 100644 --- a/Bootstrap_new/css/style_moderne.css +++ b/Bootstrap_new/css/style_moderne.css @@ -823,4 +823,24 @@ body { .animate__bounceIn { animation-name: bounceIn; -} \ No newline at end of file +} + +/* 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; + } \ No newline at end of file diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 27e72870..a24a3cfe 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -117,6 +117,14 @@ $retourVue = $infovue['lienRetour']; + + @@ -211,80 +219,118 @@ $retourVue = $infovue['lienRetour']; - - - + + + + + + + + + + + + - + - + - + - + - + - + - - + - + - - - - - - - + - +
diff --git a/Vue/head.php b/Vue/head.php index 1d49ba02..78916443 100755 --- a/Vue/head.php +++ b/Vue/head.php @@ -1,9 +1,10 @@ - + + @@ -11,63 +12,113 @@ - + - + + + + - + - - - - - + + + + + + + + - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - <?= htmlspecialchars($_SESSION['vue']) ?> - INTER SANTÉ + <?= htmlspecialchars($_SESSION['vue'] ?? 'Dashboard') ?> - INTER SANTÉ + + + \ No newline at end of file