@charset "UTF-8";
/* === CUSTOM HEADER STYLE === */
/* === SLIDER === */
#text-carousel .carousel-item {
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s ease;
}
#text-carousel .carousel-item.inactive {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
}

/* === END SLIDER === */
/* === SEARCH AND MENU === */
#search_widget {
  min-width: 25rem;
  width: 100%;
  position: absolute;
  right: 15px;
  top: 9px;
}
@media (max-width: 1024px) {
  #search_widget {
    position: relative;
    right: 0;
    top: 0;
    min-width: 100%;
  }
}

.header-top-right {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .header-top-right {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .header-top-right .cbp-hrmenu.cbp-menu-centered > ul {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .header-top-right {
    display: flex;
    flex-wrap: wrap;
  }
}

#adtm_menu .searchboxATM .search_query_atm {
  width: 300px !important;
  border-radius: 4px;
}

#adtm_menu .adtm_search_submit_button {
  right: 3% !important;
}

#adtm_menu .li-niveau1.advtm_menu_9,
#adtm_menu .li-niveau1.advtm_search {
  margin-left: auto;
}
@media (max-width: 768px) {
  #adtm_menu .li-niveau1.advtm_menu_9,
  #adtm_menu .li-niveau1.advtm_search {
    width: 100%;
  }
}

.advtm_search i.search:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(22, 72, 105, 0.3);
  top: 14px;
  right: 3px;
}

/* === END SEARCH === */
/* === PANNEAU D'ACTUALITÉS === */
.actus-panel {
  display: none;
  position: relative;
  background-color: #f9fafb;
  padding: 20px 0;
  z-index: 1000;
  width: 100%;
}
.actus-panel.active {
  display: block;
  animation: slideDown 0.3s ease-in-out;
  position: absolute;
  top: 0;
  padding-top: 0;
}

.actus-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.actus-header h3 {
  font-size: 20px;
  font-weight: bold;
  color: #111827;
  margin: 0;
}

.close-actus {
  background: none;
  border: none;
  font-size: 24px;
  color: #111827;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-actus:hover {
  color: #4B5563;
}

.actus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .actus-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .actus-grid {
    grid-template-columns: 1fr;
  }
}

/* Styles des cartes d'actualités */
.actu-card {
  background-color: #F9FAFB;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  height: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}
.actu-card h4 {
  font-size: 16px;
  font-weight: bold;
  color: #111827;
  margin-top: 0;
  margin-bottom: 10px;
}
.actu-card p {
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 15px;
}

.naturamedicatrix-card, .promo-card, .delivery-card {
  background-color: rgb(85.9251968504, 166.437007874, 219.5748031496);
}

#iqitmegamenu-mobile-content {
  display: none;
}
@media (max-width: 768px) {
  #iqitmegamenu-mobile-content {
    display: block;
  }
}
