.et-l--header {
  display: flex;
  flex-direction: column;
  max-height: 95vh;
}

.et-l--header #menu-applications,
.et-l--header #menu-apropos,
.et-l--header #menu-produits,
.et-l--header #menu-ressources {
  flex-shrink: 1;
  overflow-y: auto;
}

#menu-applications,
#menu-apropos,
#menu-produits,
#menu-ressources {
  display: none;
  z-index: 9999;
}

/*produits*/
body.postid-25846309 #menu-applications,
body.postid-25846309 #menu-apropos,
body.postid-25846309 #menu-produits,
body.postid-25846309 #menu-ressources {
  display: block !important;
}

.et-l--header {
  --header-height: 138px;
}

.et-l--header .has_et_pb_sticky {
  --header-height: 96px;
}

.admin-bar .et-l--header {
  --header-height: 170px;
}

.admin-bar .et-l--header .has_et_pb_sticky {
  --header-height: 128px;
}

@media screen and (max-width: 980px) {
  .et-l--header {
    --header-height: 94px;
  }
  .admin-bar .et-l--header {
    --header-height: 136px;
  }
  .dipi-fixed-header.admin-bar .et-l--header {
    --header-height: 94px;
  }
}

/*produits*/
body:not(.postid-25846309) #menu-applications,
body:not(.postid-25846309) #menu-apropos,
body:not(.postid-25846309) #menu-produits,
body:not(.postid-25846309) #menu-ressources {
  position: fixed !important;
  top: var(--header-height);
  max-height: calc(98vh - var(--header-height));
  left: 0;
  right: 0;
  transition: opacity 0.5s;
}

@media screen and (max-width: 980px) {
  body:not(.postid-25846309) #menu-applications,
  body:not(.postid-25846309) #menu-apropos,
  body:not(.postid-25846309) #menu-produits,
  body:not(.postid-25846309) #menu-ressources {
    transition: opacity 0.7s;
  }
}

@media screen and (max-width: 980px) {
  .dipi-fixed-header .et-l--header {
    top: 0 !important;
  }
  body.mega-menu-open {
    overflow: hidden !important;
  }
}
