/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Toast.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.Toast_toast__UZ6rv {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  min-width: 280px;
  max-width: 420px;
  cursor: pointer;
  animation: Toast_slideIn__mj_fV 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: 0.95rem;
}

.Toast_toast__UZ6rv:focus {
  outline: none;
}

.Toast_icon__kV1K4 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Toast_success__mIQmT {
  background: #fff;
  border-left: 4px solid #2d7a3e;
  color: #1a1a1a;
}

.Toast_success__mIQmT .Toast_icon__kV1K4 {
  color: #2d7a3e;
}

.Toast_error__yUZ1y {
  background: #fff;
  border-left: 4px solid #c44;
  color: #1a1a1a;
}

.Toast_error__yUZ1y .Toast_icon__kV1K4 {
  color: #c44;
}

.Toast_info__aE1Uv {
  background: #fff;
  border-left: 4px solid #c9a962;
  color: #1a1a1a;
}

.Toast_info__aE1Uv .Toast_icon__kV1K4 {
  color: #c9a962;
}

.Toast_message__AlZ3K {
  flex: 1 1;
}

@keyframes Toast_slideIn__mj_fV {
  0% {
    opacity: 0;
    transform: translateX(24px) scale(0.95);
  }
  70% {
    transform: translateX(-4px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/ToastContainer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.ToastContainer_container__AnmNM {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}

.ToastContainer_container__AnmNM > * {
  pointer-events: auto;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* Solstice — Header design unique */
.Header_header__xuTiO {
  --solstice-bg: #0a0a0b;
  --solstice-surface: #141416;
  --solstice-border: rgba(255, 255, 255, 0.06);
  --solstice-text: #f8f6f3;
  --solstice-text-muted: #8c8984;
  --solstice-accent: #c9a962;
  --solstice-accent-hover: #ddbe7a;
  --solstice-radius: 10px;
  --solstice-radius-sm: 6px;
  --solstice-ease: cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  background: linear-gradient(180deg, rgba(20, 20, 22, 0.98) 0%, rgba(10, 10, 11, 0.98) 100%);
  border-bottom: 1px solid var(--solstice-border);
  padding: 0.9rem 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.Header_inner__q2oBg {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.Header_headerLeft__XM_1j {
  display: contents;
}
.Header_headerRight__MRWhy {
  display: contents;
}

.Header_mobileMenuBtn__2gH8z {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius-sm);
  color: var(--solstice-text-muted);
  cursor: pointer;
  transition: color 0.25s var(--solstice-ease), border-color 0.25s var(--solstice-ease), background 0.25s var(--solstice-ease);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Header_mobileMenuBtn__2gH8z:hover {
  color: var(--solstice-accent);
  border-color: rgba(201, 169, 98, 0.4);
  background: rgba(201, 169, 98, 0.05);
}

.Header_logo__pvkJ9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  transition: opacity 0.25s var(--solstice-ease);
}
.Header_logo__pvkJ9:hover {
  opacity: 0.85;
}
.Header_logo__pvkJ9 img {
  display: block;
  height: 56px;
  width: auto;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.02);
}

/* Search — barre en overlay, ne bouge pas le layout */
.Header_searchWrap__qxfcK {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.5rem;
  position: relative;
}
.Header_searchTrigger__m7HFk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--solstice-border);
  background: var(--solstice-surface);
  color: var(--solstice-text-muted);
  cursor: pointer;
  border-radius: var(--solstice-radius-sm);
  transition: all 0.3s var(--solstice-ease);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Header_searchTrigger__m7HFk:hover {
  color: var(--solstice-accent);
  border-color: rgba(201, 169, 98, 0.4);
  background: rgba(201, 169, 98, 0.06);
  transform: scale(1.02);
}
.Header_searchTrigger__m7HFk.Header_active___1CY2 {
  color: var(--solstice-accent);
  border-color: rgba(201, 169, 98, 0.5);
  background: rgba(201, 169, 98, 0.08);
}

.Header_searchBar__Z1Hx7 {
  position: absolute;
  right: 100%;
  left: auto;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right center;
  width: 280px;
  margin-right: 0.75rem;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s var(--solstice-ease), transform 0.35s var(--solstice-ease), visibility 0.3s var(--solstice-ease);
}
.Header_searchBar__Z1Hx7.Header_open__aTg5e {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scaleX(1);
}
@media (max-width: 640px) {
  .Header_searchBar__Z1Hx7 {
    width: min(200px, calc(100vw - 120px));
  }
}
.Header_searchInput__1xdgM {
  width: 100%;
  padding: 0.55rem 1rem;
  background: var(--solstice-surface);
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius-sm);
  color: var(--solstice-text);
  font-size: 0.9rem;
  font-family: inherit;
  letter-spacing: 0.02em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: border-color 0.25s var(--solstice-ease), box-shadow 0.25s var(--solstice-ease);
}
.Header_searchInput__1xdgM::placeholder {
  color: var(--solstice-text-muted);
  opacity: 0.8;
}
.Header_searchInput__1xdgM:focus {
  border-color: var(--solstice-accent);
  box-shadow: 0 0 0 2px rgba(201, 169, 98, 0.12);
}

/* Nav — espace à gauche pour équilibrer (logo centré) */
.Header_nav__NNkX_ {
  flex: 1 1;
  display: flex;
  justify-content: center;
  margin-left: 0;
}
.Header_navList__L9tz_ {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.15rem;
}
.Header_navLink__encDI {
  padding: 0.5rem 1rem;
  color: var(--solstice-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: var(--solstice-radius-sm);
  transition: color 0.25s var(--solstice-ease), background 0.25s var(--solstice-ease);
}
.Header_navLink__encDI:hover {
  color: var(--solstice-text);
  background: rgba(255, 255, 255, 0.04);
}
.Header_navLink__encDI.Header_active___1CY2 {
  color: var(--solstice-accent);
  background: rgba(201, 169, 98, 0.08);
}

/* Desktop: agrandir les boutons nav et ajouter un petit gap */
@media (min-width: 769px) {
  .Header_navList__L9tz_ {
    gap: 0.5rem;
  }
  .Header_navLink__encDI {
    padding: 0.65rem 1.25rem;
    font-size: 1rem;
  }
}

/* Cart */
.Header_cartBtn__Pid9g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  position: relative;
  background: var(--solstice-surface);
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius-sm);
  color: var(--solstice-text-muted);
  transition: all 0.25s var(--solstice-ease);
}
.Header_cartBtn__Pid9g:hover {
  border-color: rgba(201, 169, 98, 0.4);
  color: var(--solstice-accent);
  background: rgba(201, 169, 98, 0.06);
}
.Header_cartBadge__LQ_cW {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #0a0a0b;
  background: var(--solstice-accent);
  border-radius: 9px;
}

/* Actions (lang + user) — même taille pour les deux */
.Header_actions__BVSoR {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.Header_langWrap__5z5oA {
  position: relative;
}
.Header_langBtn__RWXg9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  background: var(--solstice-surface);
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius-sm);
  color: var(--solstice-text);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.25s var(--solstice-ease);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Header_langBtn__RWXg9 span {
  display: none;
}
.Header_langBtn__RWXg9:hover {
  border-color: rgba(201, 169, 98, 0.4);
  color: var(--solstice-accent);
  background: rgba(201, 169, 98, 0.05);
}
.Header_langDropdown__wcYOu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  min-width: 140px;
  background: var(--solstice-surface);
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s var(--solstice-ease), visibility 0.25s var(--solstice-ease), transform 0.25s var(--solstice-ease);
}
.Header_langDropdown__wcYOu.Header_open__aTg5e {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Header_langOption__Qyw0o {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  background: none;
  border: none;
  color: var(--solstice-text-muted);
  font-size: 0.9rem;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s var(--solstice-ease), color 0.2s var(--solstice-ease);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Header_langOption__Qyw0o:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--solstice-accent);
}
.Header_langOption__Qyw0o.Header_active___1CY2 {
  color: var(--solstice-accent);
  font-weight: 600;
}

/* User / Connexion — icône avec dropdown */
.Header_userWrap__ihtDe {
  position: relative;
}
.Header_userBtn__xN5yS {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: var(--solstice-surface);
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius-sm);
  color: var(--solstice-text-muted);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s var(--solstice-ease);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Header_userBtn__xN5yS:hover {
  border-color: rgba(201, 169, 98, 0.4);
  color: var(--solstice-accent);
  background: rgba(201, 169, 98, 0.06);
  transform: scale(1.02);
}
.Header_userDropdown__Q0msR {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  min-width: 200px;
  background: var(--solstice-surface);
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s var(--solstice-ease), visibility 0.25s var(--solstice-ease), transform 0.25s var(--solstice-ease);
}
.Header_userDropdown__Q0msR.Header_open__aTg5e {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Header_userDropdownLink__3MO17 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.75rem 1rem;
  color: var(--solstice-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s var(--solstice-ease), color 0.2s var(--solstice-ease);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Header_userDropdownLink__3MO17:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--solstice-accent);
}
.Header_userDropdownLink__3MO17 + .Header_userDropdownLink__3MO17 {
  border-top: 1px solid var(--solstice-border);
}

/* Mobile — [Menu | Logo centré | Search + Connexion] */
@media (max-width: 900px) {
  .Header_headerLeft__XM_1j,
  .Header_headerRight__MRWhy {
    display: flex;
    flex: 1 1;
    min-width: 0;
    align-items: center;
  }
  .Header_headerLeft__XM_1j {
    justify-content: flex-start;
  }
  .Header_headerRight__MRWhy {
    justify-content: flex-end;
    gap: 0.5rem;
    position: relative;
  }
  .Header_nav__NNkX_ {
    display: none;
  }
  .Header_mobileMenuBtn__2gH8z {
    display: flex;
  }
  .Header_inner__q2oBg {
    gap: 0.5rem;
  }
  .Header_logo__pvkJ9 {
    flex: 0 1;
    flex-shrink: 0;
  }
  .Header_logo__pvkJ9 img {
    height: 42px;
    max-height: 44px;
  }
  /* Barre de recherche: défile vers la gauche (sans toucher le logo) */
  .Header_searchBar__Z1Hx7 {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.5rem;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right center;
    max-width: min(200px, 45vw);
  }
  .Header_searchBar__Z1Hx7.Header_open__aTg5e {
    transform: translateY(-50%) scaleX(1);
  }
}
@media (max-width: 600px) {
  .Header_header__xuTiO {
    padding: 0.65rem 0.75rem;
  }
  .Header_inner__q2oBg {
    gap: 0.45rem;
  }
  .Header_headerRight__MRWhy {
    gap: 0.4rem;
  }
  .Header_mobileMenuBtn__2gH8z,
  .Header_searchTrigger__m7HFk,
  .Header_langBtn__RWXg9,
  .Header_userBtn__xN5yS,
  .Header_cartBtn__Pid9g {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }
  .Header_logo__pvkJ9 img {
    height: 36px;
  }
  .Header_searchBar__Z1Hx7 {
    width: 160px;
    max-width: min(160px, 42vw);
  }
}
@media (max-width: 400px) {
  .Header_header__xuTiO {
    padding: 0.55rem 0.5rem;
  }
  .Header_inner__q2oBg {
    gap: 0.35rem;
  }
  .Header_headerRight__MRWhy {
    gap: 0.35rem;
  }
  .Header_langWrap__5z5oA {
    display: none;
  }
  .Header_mobileMenuBtn__2gH8z,
  .Header_searchTrigger__m7HFk,
  .Header_userBtn__xN5yS,
  .Header_cartBtn__Pid9g {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  .Header_logo__pvkJ9 img {
    height: 32px;
  }
  .Header_searchBar__Z1Hx7 {
    max-width: min(140px, 40vw);
  }
}

/* Mobile nav overlay */
.Header_mobileNav__tDqX7 {
  display: none;
  position: fixed;
  inset: 0;
  top: 64px;
  background: var(--solstice-bg);
  z-index: 999;
  padding: 1.5rem;
  overflow-y: auto;
}
.Header_mobileNav__tDqX7.Header_open__aTg5e {
  display: block;
}
.Header_mobileNavList___dj9K {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.Header_mobileNavLink__KnWiF {
  display: block;
  padding: 1rem 1.25rem;
  color: var(--solstice-text-muted);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: var(--solstice-radius-sm);
  transition: background 0.25s var(--solstice-ease), color 0.25s var(--solstice-ease);
}
.Header_mobileNavLink__KnWiF:hover,
.Header_mobileNavLink__KnWiF.Header_active___1CY2 {
  background: rgba(201, 169, 98, 0.08);
  color: var(--solstice-accent);
}

.Header_mobileLangSection__7EBSM {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--solstice-border);
}
.Header_mobileLangLabel__rzkPQ {
  display: block;
  font-size: 0.85rem;
  color: var(--solstice-text-muted);
  margin-bottom: 0.5rem;
}
.Header_mobileLangOptions__93HB9 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.Header_mobileLangBtn__ZcgvR {
  padding: 0.5rem 1rem;
  background: var(--solstice-surface);
  border: 1px solid var(--solstice-border);
  border-radius: var(--solstice-radius-sm);
  color: var(--solstice-text-muted);
  font-size: 0.9rem;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Header_mobileLangBtn__ZcgvR:hover,
.Header_mobileLangBtn__ZcgvR.Header_active___1CY2 {
  color: var(--solstice-accent);
  border-color: rgba(201, 169, 98, 0.4);
}

