.container_search_mobile {
  padding: 30px 24px 0 24px;
}
.container_search_mobile #ajaxsearchlite1 .probox,
.container_search_mobile div.asl_w .probox,
.container_search_mobile div.asl_m .probox .proinput input {
  height: 50px !important;
}
.container_search_mobile div.asl_w .probox {
  border-radius: 50px !important;
  border: 1px solid #eee !important;
}

.promagnifier {
  transform: translate(-10px, 10px);
}

/* ===================== HEADER BAR ===================== */
.smm-header {
  display: none;
  /* visible uniquement via media query */
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px 12px 20px;
  /* background: #fff; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  max-width: 30vw;
  margin-left: auto;
}

@media (max-width: 980px) {
  .smm-header {
    display: flex;
  }
}

.smm-header__logo img {
  height: 44px;
  width: auto;
  display: block;
}

/* Bouton "Menu" */
.smm-header__btn {
  background: white;
  border: none;
  color: var(--bleu);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  font-family: inherit;
}
.section_header_mobile_home .smm-header__btn {
  background: var(--bleu);
  color: white;
}

.smm-header__btn:focus {
  background: var(--bleu);
  color: #fff;
}

/* ===================== OVERLAY ===================== */
.smm-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: #fff;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.smm-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

/* Top bar inside overlay */
.smm-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  min-height: 60px;
}

.smm-overlay__close {
  background: none;
  border: 2px solid var(--bleu);
  color: var(--bleu);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
  cursor: pointer;
  font-family: inherit;
  transition:
    background 0.2s,
    color 0.2s;
}

.smm-overlay__close:focus {
  background: var(--bleu);
  color: #fff;
}

/* Panels wrapper */
.smm-panels {
  position: relative;
  flex: 1;
  overflow: hidden;
}

/* Individual panel */
.smm-panel {
  position: absolute;
  inset: 0;
  padding: 30px 24px;
  overflow-y: auto;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  will-change: transform, opacity;
}

/* Panel 1 : parents (visible par défaut) */
.smm-panel--parents {
  transform: translateX(0);
  opacity: 1;
}

.smm-panel--parents.slide-left {
  transform: translateX(-100%);
  opacity: 0;
}

/* Panel 2 : enfants (caché à droite par défaut) */
.smm-panel--children {
  transform: translateX(100%);
  opacity: 0;
}

.smm-panel--children.slide-in {
  transform: translateX(0);
  opacity: 1;
}

/* ===================== MENU ITEMS ===================== */
.smm-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smm-menu-list li {
  border-bottom: 1px solid #f0f0f0;
  list-style: none;
}

.smm-menu-list li:last-child {
  border-bottom: none;
}

.smm-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
  text-decoration: none;
  color: var(--bleu);
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  transition: color 0.2s;
}

/* .smm-menu-link:hover,
.smm-menu-link:focus {
  color: #c0392b;
} */

/* Flèche pour les parents qui ont des enfants */
.smm-menu-link__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-left: 12px;
  color: var(--bleu);
  transition: transform 0.2s;
}

.smm-menu-link__arrow svg {
  width: 18px;
  height: 18px;
}

/* ===================== BACK BUTTON ===================== */
.smm-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: var(--bleu);
  font-size: 15px;
  font-weight: 600;
  padding: 0 8px 20px;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.2s;
}
/* 
.smm-back:hover,
.smm-back:focus {
  color: #c0392b;
} */

.smm-back svg {
  width: 16px;
  height: 16px;
}

/* Titre du sous-menu */
.smm-submenu-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  padding: 0 8px 12px;
  margin: 0;
}

/* Body lock */
body.smm-no-scroll {
  overflow: hidden !important;
}

/* prevent border search bar  */
/* Reset du conteneur search dans le menu mobile */
.smm-overlay .asl_w .probox {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
}

.smm-overlay .asl_w {
  border: none !important;
  box-shadow: none !important;
}

/* Masquer le loader / éléments décoratifs */
.smm-overlay .proloading,
.smm-overlay .prosettings {
  display: none !important;
}

/* Re-styler proprement l'input */
.smm-overlay .proinput input.orig {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 16px !important;
}
