.transparent-header { background-color: transparent; transition: background-color 0.3s ease, box-shadow 0.3s ease; } .transparent-header.scrolled { background-color: white; box-shadow: 0 2px 10px rgba(0,0,0,1); }
Retour en haut