.header-site { position: sticky; top: 0; z-index: 1000; transition: background-color 0.3s ease, box-shadow 0.3s ease; background-color: transparent; } .header-site.scrolled { background-color: #ffffff;  box-shadow: 0 2px 8px rgba(0,0,0,0.1); }