
.btn, div.acym_module_form input.btn, .blog-list .item-readmore a {
  --t4-btn-padding-x: .5rem;
  --t4-btn-padding-y: .34rem;  
}
.dropdown-menu {
    --t4-dropdown-zindex: 900;
    --t4-dropdown-min-width: .5rem;
   
 
}
.navbar-nav {
  flex-wrap: nowrap;
  overflow-x: hidden;   /* seulement horizontal */
  max-height: 70px;  
 
}
.navbar-container {
  overflow-x: visible;    /* ✅ لتسمح للقائمة بالخروج */
  overflow-y: visible;    /* ✅ لتفادي الحبس العمودي */
  white-space: nowrap;
  position: relative;     /* ضروري لوضع القائمة المنسدلة بشكل صحيح */
}
.t4-megamenu .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1000;
  min-width: 200px; /* optionnel */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: visible;     /* ✅ لتفادي ظهور scrollbar */
  max-height: none;  
}
.navbar-nav,
.navbar-container,
.t4-megamenu,
.t4-header {
  overflow: visible !important;  /* force l'affichage */
  height: auto !important;
  max-height: none !important;
}
.t4-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
}
.t4-header.header-overlap {
    background: rgba(41, 181, 196, .52);
    margin-bottom: 0;
    position: relative;
   
}


.menu-item-title {white-space: nowrap;}