/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 13:40:52 */
/* --- Fix header sticky + bordure blanche --- */
.wp-block-template-part[area="header"] {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--wp--preset--color--base, #ebdfca) !important; /* ton beige */
  box-shadow: 0 2px 6px rgba(0,0,0,.05); /* optionnel, joli relief */
}

/* Supprime les éventuels débordements */
body, .wp-site-blocks {
  overflow: visible !important;
}

/* Retire les marges ou “trous” autour du header */
header, .wp-block-template-part[area="header"] > .wp-block-group {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
