@charset "UTF-8";
[data-scrolled=yes] #shopify-section-header {
  animation: scrolledMenuSlide 0.3s ease forwards;
  transform: translateX(0);
}
[data-scrolled=yes] #shopify-section-header .announcement-bar, [data-scrolled=yes] #shopify-section-header .site-header {
  display: none !important;
}

@keyframes scrolledMenuSlide {
  from {
    opacity: 0;
    transform: translateY(-50vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.notification {
  --border-color: #fee100;
  --cta-color: black;
  --cta-background: #fee100;
  --color: #666;
  --background: white;
  border: 1px solid var(--border-color, var(--color));
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 1rem;
  z-index: 21474836472147485000;
  background-color: var(--background);
  color: var(--color);
  width: calc(100% - 2rem);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: all 0.5s ease;
  transform: translateX(-200%);
  line-height: 1.3;
  padding: 0.9rem;
  box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.notification span {
  color: #666;
}

/* Positioning for top-left, top-right, and bottom-right */
.notification.top-left {
  top: 0;
  left: 0;
  bottom: auto;
}

.notification.top-right {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translateX(200%);
  /* Reverse the translate */
}

.notification.bottom-right {
  bottom: 0;
  right: 0;
  left: auto;
  transform: translateX(200%);
  /* Reverse the translate */
}

/* When visible, reset the transform */
.notification[data-visible=true] {
  transform: translateX(0);
}

/* Notification types */
.notification[data-type=warning] {
  --background: white;
  --color: #ad973c;
}

.notification .titre:before {
  display: inline-block;
  margin-right: 0.3em;
}

.notification[data-type=warning] .titre:before {
  content: "⚠️";
}

.notification[data-type=error] {
  --background: white;
  --color: hsl(348, 100%, 61%);
}

.notification[data-type=error] .titre:before {
  content: "😤";
}

.notification[data-type=success] {
  --color: hsl(141, 83%, 26%);
  --background: white;
  border: 1px solid var(--color);
}

.notification[data-type=success] .titre:before {
  content: "✅";
}

/* Responsive widths */
@media screen and (min-width: 600px) {
  .notification {
    max-width: 60vw;
  }
}
@media screen and (min-width: 1000px) {
  .notification {
    max-width: 40vw;
  }
}
@media screen and (min-width: 1400px) {
  .notification {
    max-width: 30vw;
  }
}
.notification > div {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  flex: 1;
}

.notification > div > div {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.notification > div > *,
.notification > div > div > * {
  margin: 0;
  padding: 0;
}

.notification figure {
  flex: 0 0 64px;
}

.notification figure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.notification figure:has(img[src=""]) {
  display: none;
}

.notification a {
  color: inherit;
  text-decoration: underline;
}

.notification a:hover {
  text-decoration: none;
}

.notification > div > div > p {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.notification button {
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1;
  background: none;
  border: 0;
}

.notification a.button {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  background-color: var(--color);
  color: var(--background);
  text-decoration: none;
}

.notification a.button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.notification .cta {
  display: flex;
  justify-content: end;
  font-weight: bold;
}

.notification .cta a {
  color: var(--cta-color);
  background-color: var(--cta-background);
}

.message-fdp {
  font-weight: bold;
  text-shadow: #fee100 0px 0px 10px;
}

.cart-header [href="/collections/all"] {
  display: none;
}

[data-cart-item-url*="/products/abonnement-dun-an-a-so-foot-en-numerique"] td > div {
  padding: 0 1.5rem;
}
[data-cart-item-url*="/products/abonnement-dun-an-a-so-foot-en-numerique"] .hulkapps-cart-item-price,
[data-cart-item-url*="/products/abonnement-dun-an-a-so-foot-en-numerique"] .cart__image-wrapper {
  display: none;
}
[data-cart-item-url*="/products/abonnement-dun-an-a-so-foot-en-numerique"] .list-view-item__title {
  position: relative;
}
[data-cart-item-url*="/products/abonnement-dun-an-a-so-foot-en-numerique"] .list-view-item__title::after {
  inset: 0;
  position: absolute;
  content: "";
  background: transparent;
}

/* Option abonnement */
.option-abo {
  width: 100%;
  background: #ffe500;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.option-abo__badge {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.option-abo__title {
  font-weight: 700;
  white-space: nowrap;
}
.option-abo__details {
  white-space: nowrap;
  font-size: 14px;
}
.option-abo__strike {
  text-decoration: line-through;
}
.option-abo__link {
  text-decoration: underline;
  font-weight: 600;
  margin-left: 4px;
}
.option-abo__choice {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
}
.option-abo__choice input {
  cursor: pointer;
}

/* Responsive */
@media (max-width: 749px) {
  .option-abo {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .option-abo__title, .option-abo__details {
    white-space: normal;
    display: block;
  }
  .option-abo__choice {
    white-space: normal;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 12px;
  }
}
.grid-item:has([href="/collections/all/products/abonnement-dun-an-a-so-foot-en-numerique"]) {
  display: none !important;
}

.search-form__container {
  margin: 4px;
  border: 0;
}
.search-form__container .search-bar__form {
  border: 1px solid black;
  height: 2rem;
}
.search-form__container input {
  outline: 0;
  border: 0;
}
@media only screen and (max-width: 1000px) {
  .search-form__container input {
    font-size: 0.8rem;
  }
}
.search-form__container button.search-bar__submit {
  background-color: black;
  color: white;
  border: 0;
}

.slideshow__pause {
  z-index: 1;
}

.slideshow__slide {
  cursor: pointer;
}