@charset "UTF-8";
    /* Masquage accessible : conserve l'élément dans le DOM pour SEO et lecteurs d'écran,
       mais n'occupe aucun espace visuel. */
    .visually-hidden {
      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;
      clip-path: inset(50%) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    /* Règles de base pour vidéos responsives si le template ne gère pas */
    .video-responsive { width:100%; max-width:100%; box-sizing:border-box; margin:0 0 1rem 0; }
    .video-inner { width:100%; position:relative; }
    .video-inner video,
    .video-inner iframe { width:100%; height:auto; display:block; border:0; }
    .transcript details summary { cursor: pointer; }
    .lede-visible { margin-top:0.25rem; font-size:1.05rem; color:inherit; }
  
