/* TODO : transférer ce fichier et ceux des navbar dans un même dossier */


.theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  border-radius: 4px;
  padding: 30px 30px;
  max-height: calc(100vh - 200px);
  border: 2px solid var(--primary-shadow);
  box-shadow: -4px 4px 0 var(--primary-shadow);
  background-size: 150px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right -50px bottom -100px;
  /* background-image: url("../images/backgournds/azurhosts-la-seule-et-réelle-qualité.webp"); */
  width: fit-content;
  min-width: unset;
}

.theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content .mm-col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content .mm-col.special {
  background: #f5fbff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,157,225,0.07);
}

.theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content .mm-col .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content .mm-col .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content .mm-col .mm-list-item {
  display: flex;
  align-items: flex-start;
}

.theme-navbar .nav-bottom .links .has-mega-menu .content .mm-col .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.theme-navbar .nav-bottom .links .has-mega-menu .content .mm-col .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.theme-navbar .nav-bottom .links .has-mega-menu .content .mm-col .mm-list-item {
  display: flex;
  align-items: flex-start;
}

.theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .mega-menu > .container-fluid > .content {
  max-width: 1100px;
  width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content {
    min-width: unset;
    width: 100%;
  }
  .theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .content .mm-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-navbar .nav-bottom .links .has-mega-menu.vps-mega .mega-menu > .container-fluid > .content {
    max-width: 100%;
  }
}

/* On retire tout style global qui pourrait s'appliquer aux autres menus. TODO : transférer ces lignes dans le fichier principal ! */

.theme-navbar .nav-bottom .links .has-mega-menu .content .mm-col .icon {
  position: relative;
}
.theme-navbar .nav-bottom .links .has-mega-menu .content .mm-col .icon-emoji {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  pointer-events: none;
  z-index: 2;
}
.theme-navbar .nav-bottom .links .has-mega-menu .content .mm-col .icon img {
  z-index: 1;
}

.theme-navbar .nav-bottom .links .has-mega-menu .content .mm-col .icon-emoji {
  font-size: 1.15rem !important;
  line-height: 1 !important;
}
