#header-wrapper {
  background-color: #b57edc !important; 
}

#header {
  background-color: transparent !important; /* Optionnel : pas de couche en plus */
}


#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  display: none;
  background-color: #a480b3; /* lilas */
  color: white;
  text-align: center;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
  transition: opacity 0.3s ease;
}
#back-to-top:hover {
  background-color: #874c9e;
}


.searchbox {
    display: none !important;
}
