:root {

  --noir-courant:#392B43;
  --bleu:#99D3FF;
  --bs-secondary-color:rgba(57, 43, 67,0.75);
    
}



@media (max-width:992px) {
  #menu,
  .site.menu-scrolled .site-header #menu {
    margin-top: 50px;
    position: absolute;
  }

}

.home .navbar-toggler.x .icon-bar {
  background-color: var(--noir-courant) !important;
}
.home .menu-text, .home .lien_dui {
  color: var(--noir-courant) !important;
}
.main-header-bar-navigation {
  transition: all 0.4s ease-in-out;
    padding-bottom: 1.5em !important;
  padding-top: 1.25em !important;
}

 .custom-logo-link img {
    width: 145px !important;

}
.scrolled-down,
.scrolled-up {
  transform: none !important;

}

@media (min-width:992px) {
    header .site-logo-img.scrolled-down .custom-logo-link img {
        display: inherit;
    }
}

.scrolled-down {
  transform: none !important;
}


