/**
Theme Name:	Solidaires CCRF-SCL
Template:   twentytwentyfive
Version:    1.0
Author URI: https://solidaires-ccrf-scl.org
Description:Thème enfant pour les sites Solidaires CCRF&SCL
*/
 
/* header sticky */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* ancre sous le header */
html {
    scroll-behavior: smooth;
    /* On utilise la variable mise à jour par JS */
    scroll-padding-top: var(--header-height, 0px);
}