.header__top .container {
  gap: 4.5rem;
}

.header__AccesRapide ul {
  padding-left: 1rem;
}

.header__bottom {
  box-shadow: 0 1px 3px 0 rgba(43, 59, 178, 0.15);
}
.header__bottom:has(.burger.active) .burger.active {
  padding-block: 0;
}
.header__bottom:has(.burger.active) .burger.active:before {
  content: none;
}
.header__bottom .menu-wrapper > ul.menu > li.menu__li > a {
  text-transform: uppercase;
  pointer-events: none;
}
.header__bottom .container {
  gap: 4.5rem;
}
.header__bottom .menuContainer .menu .menu__li {
  --menu__li-padding-right: 1rem;
  --menu__li-padding-left: 1rem;
  font-size: clamp(0.9rem, 0.8538rem + 0.2051vw, 1rem);
}
.header__bottom .menuContainer .menu .menu__li::before {
  left: -0.5rem;
}
.header__bottom .menuContainer .menu .menu__li ul {
  top: 100%;
  left: 0;
  width: 200%;
  --menu-ul-box-shadow: rgba(43, 59, 178, 0.15);
}
@media screen and (max-width: 1240px) {
  .header__bottom .menuContainer .menu .menu__li ul {
    width: 100%;
  }
}
.header__bottom__center {
  gap: 3rem;
}
@media screen and (max-width: 1240px) {
  .header__bottom__center {
    gap: 0;
  }
}

.isListePage .partage, .path-rechercher .partage {
  display: none;
}

.ui-widget.ui-widget-content {
  z-index: 9999;
  max-width: 300px;
  border: 1px solid var(--color-primary);
  font-family: "DM Sans";
}
.ui-widget.ui-widget-content li a {
  color: var(--color-primary);
}

.footer__logos {
  align-items: center;
}
.footer__logos .logo-atih {
  width: 371px;
  height: 80px;
}

@media screen and (max-width: 1240px) {
  .rechercheForm__toggle svg {
    height: 1.2rem;
    width: 1.2rem;
  }
  .rechercheForm__toggle:hover {
    background-color: var(--color-secondary);
  }
  .menuContainer .menu .menu__li:last-child {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .header__bottom:has(.burger.active) {
    overflow-y: auto;
    max-height: 100vh;
  }
}

/*# sourceMappingURL=v.css.map */
