/*
* Theme Name: Twenty Twenty-Five customized for CNE 2025
* Author: Christophe Rauturier
* Author URI: https://wordpress.org
* Template: twentytwentyfive
* Description: customozation of Twenty Twenty-Five wordpress theme to suit CNE 2025 web site specific needs mainly in colors and fonts
* Requires at least: 6.7
* Tested up to: 6.7
* Requires PHP: 7.2
* Version: 1.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: twentytwentyfive
* Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.croem-anchor-management {
  position:absolute;
  top: -3rem;
  z-index:-1;
}

#circuit-list {
  white-space: nowrap; 
}

#circuit-list table {
  table-layout: auto;
}

/* L'en-tête reste fixe en haut */
.croem-sticky-header {
  position: sticky;
  top: 0;
  z-index: 3;
}

/* La première colonne reste fixe à gauche */
.croem-sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
}

/* Coin supérieur gauche (en-tête + première colonne) */
.croem-sticky-col.croem-sticky-header {
  z-index: 4;
}