/** Shopify CDN: Minification failed

Line 40:0 Expected "}" to go with "{"

**/
/* Le footer et le sélecteur de langue doivent passer au-dessus */
.footer,
.shopify-section-footer {
  position: relative !important;
  z-index: 9999 !important;
  overflow: visible !important;
}

/* Le popover lui-même */
xo-popover[xo-name*="localization_form"] {
  position: fixed !important;
  z-index: 100000 !important;
}

xo-popover[xo-name*="localization_form"] .xo-language-select__content {
  position: relative !important;
  z-index: 100001 !important;
}

/* Très important : empêcher la section visuelle au-dessus de couper le contenu */
.xo-section--template--19553639956563__section_xLFe4Y,
.xo-section--template--19553639956563__section_xLFe4Y .xo-group__content {
  overflow: visible !important;
}

/* Désactive le stacking context créé par les éléments parallax */
.xo-section--template--19553639956563__section_xLFe4Y xo-parallax-scroll,
.xo-section--template--19553639956563__section_xLFe4Y .xo-parallax-block__item {
  z-index: 1 !important;

  .xo-section--template--19553639956563__section_xLFe4Y xo-parallax-scroll,
.xo-section--template--19553639956563__section_xLFe4Y .xo-parallax-block__item {
  transform: none !important;
}
