/*
Theme Name: Thème Matree Conseil
Description: Thème Matree Conseil Personnalisé
Author: LumiCode
Version: 1.0.0
Text Domain: matree-theme
*/

/* Fichier requis par WordPress - Les styles seront gérés par Tailwind */

/* For the navbar appearing on scroll */
.sticky-navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  pointer-events: auto;
  margin-top: 20px;

  transition: all 0.3s ease-in-out;
}

.sticky-navbar .navbar-text {
  color: #fff
}

.sticky-navbar.scrolled {
  background: #FFFFFF;
  margin-top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sticky-navbar.scrolled .navbar-text {
  color: #1C1C1A !important;
}

.sticky-navbar.scrolled .cta-btn {
  border-color: #1C1C1A !important;
  color: #1C1C1A !important;
}

.sticky-navbar.scrolled .cta-btn:hover {
  background-color: #1C1C1A !important;
  color: #FFFFFF !important;
}

 /* * { outline: 1px solid red; } */
