/* Custom stylesheet for Reseau ADIME contextual pages */

.awb-menu__m-toggle {
  color: var(--awb-color7, #3c3c3b) !important;
}

@media (max-width: 820px) {
  /* Prevent the parent mobile columns/nav from creating relative positioning context */
  .fusion-builder-column-1, 
  .fusion-builder-column-1 .fusion-column-wrapper,
  .awb-menu.collapse-enabled {
    position: static !important;
  }
  
  /* Make the header row/container the relative context */
  #div_contenu_header,
  .fusion-builder-row-1 {
    position: relative !important;
  }

  /* Make sure the mobile menu is aligned at the left of the screen and stretches fully */
  .awb-menu.collapse-enabled .awb-menu__main-ul {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    padding: 15px 30px !important;
    border-top: 1px solid var(--color-border) !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
  }

  /* Space out menu items nicely */
  .awb-menu.collapse-enabled .awb-menu__main-ul li {
    margin: 10px 0 !important;
  }
}
