/*
Theme Name: Astra Child
Theme URI: https://www.towi3633.odns.fr
Description: Thème enfant du thème Astra
Author: Melie
Author URI: https://www.psy-berlende.fr
Template: astra
Version: 1.0
*/


/* === MENU STICKY POUR ASTRA === */
.main-header-bar,
.site-header,
.ast-mobile-header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #C79E57;
  transition: all 0.3s ease;
}

.main-header-bar.sticky-active,
.site-header.sticky-active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}