@charset "UTF-8";
#header-home-wrapper {
  transition: all 0.3s ease;
}
#header-home-wrapper:hover {
  background-color: #fff;
  color: #000;
}
#header-home-wrapper:hover a {
  color: #000;
}
#header-home-wrapper:hover .logo-stick {
  display: block;
}
#header-home-wrapper:hover .logo-default {
  display: none;
}
#header-home-wrapper:hover #social-links svg {
  fill: #000;
}
#header-home-wrapper:hover .hfe-nav-menu-icon svg {
  fill: #000;
} 

.stick .hfe-nav-menu-icon svg {
  fill: #000!important;
}

#header-home-wrapper .logo-stick {
  display: none;
}
#header-home-wrapper.stick {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000; /* Assurez-vous que l'en-tête est au-dessus des autres éléments */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optionnel : ajoute une ombre pour l'effet visuel */
  background-color: #fff;
  padding-bottom: 8px;
  color: #000 !important;
}
#header-home-wrapper.stick #social-links svg {
  fill: #000;
}
#header-home-wrapper.stick a {
  color: #000;
}
#header-home-wrapper.stick .logo-stick {
  display: block;
}
#header-home-wrapper.stick .logo-default {
  display: none;
}
#header-home-wrapper.stick img {
  max-width: 270px;
}

.btn-underline a {
  position: relative;
}
.btn-underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.btn-underline a:hover::after {
  transform: scaleX(1);
}
.btn-underline.yellow a::after {
  background-color: #fcd45c;
}
.btn-underline.blue a::after {
  background-color: #0029bb;
}
.btn-underline.red a::after {
  background-color: #960523;
}

@media (max-width: 768px) {
  #social-links {
    bottom: -40px;
  }
  .logo-stick img{
    max-width: 150px!important;
  }
}


/*# sourceMappingURL=style.css.map */
