/* FIX HEADER CABLOTEC - Desktop only */
@media (min-width: 1025px) {
  #tahefobu-header .elementor-element-5b1b83a {
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
  }

  #tahefobu-header .elementor-menu-toggle {
    display: none !important;
  }

  #tahefobu-header img {
    max-width: 160px !important;
    height: auto !important;
  }
}

/* Mobile / tablette */
@media (max-width: 1024px) {
  #tahefobu-header .elementor-nav-menu--main {
    display: none !important;
  }

  #tahefobu-header .elementor-menu-toggle {
    display: flex !important;
  }
}