/** Shopify CDN: Minification failed

Line 986:3 Expected "}" to go with "{"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  padding-bottom: 0;
}

.footer:not(.color-background-1) {
  border-top: none;
  padding-bottom: 0;
}

.footer__content-top {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.info-section {
  font-family: Madera, serif !important;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    line-height: 1;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 0;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  flex-grow: 1;
  gap: 2rem;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
    align-items: center;
    justify-content: flex-start;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-block__newsletter {
    flex-direction: column;
    padding: 0rem 1rem 2rem 1rem
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 989px) {
  .footer__localization noscript {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
  /*text-align: right;*/
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .info-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f6f1ed;
    gap: 10rem;
  }

  .info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info-text-link {
    color: #020202bf;
  }

  .info-text {
    text-align: center;
    width: 55vw;
  }

  .info-item h3 {
    margin: 0;
  }

  .info-item svg {
    max-width: 30px;
  }

  .footer-block__newsletter {
    display: flex;
    padding: 0 1.5rem;
    gap: 15rem;
  }

  .footer-accordion {
    display: flex;
    flex-direction: row;
    gap: 15rem;
    color: white;
  }

  .footer-accordion ul {
    margin: 0;
    padding: 1rem 0rem 0rem 0rem;
    list-style: none;
  }

  .footer-accordion li {
    margin-bottom: 1rem;
  }

  .footer-accordion li a{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
  }

  .newsletter-lang-selection span,
  .login-lang-selection span{
    font-size: 1.1rem;
  }

  .newsletter-lang-checkbox {
    display: flex;
    gap: 2rem;
    font-size: 1.1rem;
    margin: 1rem 0 0 0;
  }

  .newsletter-lang-selection label,
  .login-lang-selection label{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
  }

  .newsletter-lang-selection input[type="radio"],
  .login-lang-selection input[type="radio"]{
    display: grid;
    place-content: center;
    appearance: none;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid white;
    position: relative;
    margin: 0;
  }

  .newsletter-lang-selection input[type=radio]:checked:before,
  .login-lang-selection input[type=radio]:checked:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
  }

  .cookie-newsletter{
    font-size: 1rem;
    text-align: left;
    color: #ffffffbf;
  }

  .policies li a {
    padding: 0;
  }
}

.footer-accordion details {
  display: block;
  overflow: hidden;
}

.footer-accordion details[open] {
  display: block;
}

.footer-accordion details > summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  display: block;
}

/* Styles spécifiques pour les accordéons de bureau */
@media (min-width: 768px) {
  .footer-accordion details.accordion-desktop {
    display: block;
  }

  .footer-accordion details.accordion-desktop[open] summary {
    pointer-events: none;
  }

  .footer-accordion details.accordion-desktop[open] > summary::after {
    content: '';
    display: none;
  }
}

@media (max-width: 750px) {
  .footer-accordion {
    width: 100%;
    background-color: #27262b;
    color: white;
    border-radius: 5px;
  }

  .footer-accordion details {
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    transition: max-height 0.5s ease;
  }

  .footer-accordion summary {
    padding: 10px 0;
    background: #27262b;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    border: none;
    list-style: none;
    margin: 0;
    text-align: left; /* Align the text to the left */
  }

  .footer-accordion summary:hover {
    background: #27262b;
  }

  .footer-accordion ul {
    padding: 1rem 0rem 0rem 0rem;
    background: #333;
    margin: 0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .footer-accordion li {
    text-align: left;
    margin-bottom: 1rem;
  }

  .footer-accordion li a {
    text-decoration: none;
    color: white;
  }

  .footer-accordion li a:hover {
    text-decoration: underline;
  }

  /* Additional styles for positioning */
  .footer-accordion {
    margin-left: 0; /* Align to the right */
    margin-right: 0;
  }

  .footer-accordion details[open] ul {
    max-height: 500px; /* Large enough to fit the content */
  }

  .cookie-newsletter{
    font-size: 0.9rem;
    text-align: left;
    color: #ffffffbf;
  }

  .login-lang-selection {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-lang-selection {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: white;
  }

  .newsletter-lang-selection span {
    font-size: 1.1rem;
    margin-right: 10px;
  }

  .newsletter-lang-selection label {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
  }

  .newsletter-lang-selection input[type="radio"] {
    display: grid;
    place-content: center;
    appearance: none;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid white;
    position: relative;
    margin: 0;
  }

  .newsletter-lang-selection input[type=radio]:checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
  }

  .newsletter-lang-selection input[type="radio"]:focus::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: white;
  }


  .newsletter-lang-checkbox {
    display: flex;
    gap: 2rem;
    font-size: 1.1rem;

  }

  .login-newsletter-lang-selection .lang-title {
    margin-bottom: 1rem;
  }

  .info-section {
    display: flex;
    justify-content: space-evenly;
    gap: 0.5rem;
    background-color: #f6f1ed;
    align-items: center;

  }
  .info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info-item svg {
    max-width: 25px;
  }

  .info-item h3 {
    font-size: 1rem;
    margin: 0;
  }

  .info-text {
    text-align: center;
    padding: 0 1rem 0 1rem;
  }

  .info-text-link {
    color: #020202bf;
    font-size: 1rem;
  }
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}

/* === DÉSACTIVÉ : Styles liés à <details> et <summary> dans l'accordéon === */
/*
.footer-accordion details {
  display: block;
  overflow: hidden;
}

.footer-accordion details[open] {
  display: block;
}

.footer-accordion details > summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  display: block;
}

@media (min-width: 768px) {
  .footer-accordion details.accordion-desktop {
    display: block;
  }

  .footer-accordion details.accordion-desktop[open] summary {
    pointer-events: none;
  }

  .footer-accordion details.accordion-desktop[open] > summary::after {
    content: '';
    display: none;
  }
}

@media (max-width: 750px) {
  .footer-accordion details {
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    transition: max-height 0.5s ease;
  }

  .footer-accordion summary {
    padding: 10px 0;
    background: #27262b;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    border: none;
    list-style: none;
    margin: 0;
    text-align: left;
  }

  .footer-accordion summary:hover {
    background: #27262b;
  }

  .footer-accordion ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .footer-accordion details[open] ul {
    max-height: 500px;
  }
}
*/
/* === FIN DES STYLES DÉSACTIVÉS === */

/* === AJOUT : styles fixes pour titres h3 de footer === */
.footer-accordion h3 {
  color: white;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
/* === FIN AJOUT === */


.footer__accordion-section h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.footer__accordion-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__accordion-section li a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}

.footer__accordion-section li a:hover {
  text-decoration: underline;
}

/* Force l'affichage des listes dans le footer mobile */
@media (max-width: 750px) {
  .footer__accordion-section ul {
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
    padding: 0;
    margin: 0;
  }

  .footer__accordion-section li {
    display: list-item !important;
  }
}

/* Style lisible + fond noir cohérent */
.footer__accordion-section ul {
  padding-left: 1.5rem;
}

.footer__accordion-section li {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 749px) {
  .footer-accordion ul {
    background-color: #27262b !important;
  }

  .footer-accordion li {
    padding-left: 1rem;
  }

  .footer-accordion li a {
    color: white !important;
  }
}

@media screen and (max-width: 749px) {
  .footer-accordion > div {
    margin-bottom: 2rem; /* Ajuste cette valeur selon tes préférences */
  }