@charset "UTF-8";
.off-screen,
.screen-reader-text,
.sr-only,
.visually-hidden,
.swiper-notification {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* Empêche le retour à la ligne */
  border: 0;
}

/* Version avec spécificité plus élevée pour l'éditeur Gutenberg */
.editor-styles-wrapper .off-screen,
.editor-styles-wrapper .screen-reader-text,
.editor-styles-wrapper .sr-only,
.editor-styles-wrapper .visually-hidden,
.editor-styles-wrapper .swiper-notification {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}