/* Bloc fermé par défaut, sans transition tant que body n'est pas loaded */
body:not(.loaded) .flb-block .flb-content {
  transition: none !important;
  width: 0 !important;
}

/* Normal : l'état fermé animé (quand mini est actif) */
.flb-block.mini .flb-content {
  transition: all 0.5s ease-in-out;
  width: 0;
}