/** Shopify CDN: Minification failed

Line 414:14 Expected identifier but found whitespace
Line 414:15 Unexpected "90%"
Line 690:8 Expected ":"
Line 695:26 Expected identifier but found "*"
Line 765:0 Unexpected "}"
Line 778:2 Expected identifier but found "."
Line 786:0 Unexpected "}"
Line 796:0 Unexpected "}"

**/
/*section Running Text*/
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.marquee__items--animate {
  -webkit-animation: scroll var(--marquee-duration) linear infinite;
  animation: scroll var(--marquee-duration) linear infinite;
}
.marquee--animation-pause .marquee__items--animate {
  animation-play-state: paused;
}
/*section Running Text*/
/*popup*/
.popup[open="true"] .js-animate {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
/*popup*/
/* spiner animation */
.sht-spinner {
  animation: spinner 1s linear infinite;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* spiner animation */
/* cart animation */
@keyframes cartCount {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cartCountNumber {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* cart animation */
/* fadeUp animation */
@keyframes fadeUp {
  0% {
    transform: translateY(32px);
  }
  100% {
    transform: translateY(0);
  }
}
/* fadeUp animation */

/* Element State */
/*Collapsible Content*/
.accordion__header:hover {
  color: rgb(var(--color-btn-bg-rgb));
}
/*Collapsible Content*/
/*Section Main Product*/
.input--variant:focus-visible + label {
  display: block;
  box-shadow: 0 0 0 2px var(--color-page-bg), 0 0 0 5px rgb(var(--color-btn-bg-rgb));
}
.pickup__availability-info button:hover {
  color: inherit;
}
.featured-product-details .product__title h2:hover {
  color: rgba(var(--color-btn-bg-rgb));
}
/*Section Main Product*/
/*Section Footer*/
.footer__nav__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
/*Section Footer*/
.text-block a:hover,
.rte a:hover {
  color: rgb(var(--color-btn-bg-rgb));
  text-decoration-thickness: 2px;
}
.shopify-challenge__container .shopify-challenge__button:hover,
.btn-primary:hover,
.btn-primary:active {
  box-shadow: 0 0 0 3px rgba(var(--color-btn-bg-rgb), 0.16);
  opacity: 0.8;
}
.btn-secondary:hover,
.btn-secondary:active {
  box-shadow: 0 0 0 1px rgb(var(--color-btn-bg-rgb)), 0 0 0 3px rgba(var(--color-btn-bg-rgb), 0.12);
  opacity: 0.8;
}
.btn-link:hover,
.btn-link:active {
  color: rgba(var(--color-btn-bg-rgb), 0.7);
}
.btn-icon.btn-link:hover,
.btn-icon.btn-link:active {
  background: rgba(var(--color-btn-bg-rgb), 0.04);
}
.btn:focus-visible {
  box-shadow: 0 0 0 1px rgba(var(--color-btn-bg-rgb), var(--alpha, 0.08)), 0 0 0 3px #fff, 0 0 0 6px rgb(var(--color-btn-bg-rgb));
  filter: drop-shadow(0 0 4px rgba(var(--color-btn-bg-rgb), 0.6));
  outline: 0;
}
.btn-secondary:focus-visible {
  --alpha: 0.16;
}
.btn-rounded,
.btn-link:focus-visible {
  border-radius: 0;
}
.field__text:focus {
  box-shadow: 0 0 0 3px rgb(var(--color-btn-bg-rgb));
}
.field__checkbox:checked+svg {
  background: rgb(var(--color-btn-bg-rgb))
}
.field__checkbox:checked + svg path {
  transform: scale(1);
}
.field--hover:hover {
  border-color: rgba(var(--color-btn-bg-rgb), 0.16);
  box-shadow: 0 0 0 3px rgba(var(--color-btn-bg-rgb), 0.16);
}
.field--focus:focus-visible {
  box-shadow: 0 0 0 3px rgb(var(--color-btn-bg-rgb));
  outline: 0;
}
.tag:focus,
.tag:focus-visible,
.tag:hover {
  background: rgba(var(--color-btn-bg-rgb), 0.02);
  border-color: rgba(var(--color-btn-bg-rgb), 0.2);
}
.tag:active {
  background: rgba(var(--color-btn-bg-rgb), 0.06);
  border-color: rgba(var(--color-btn-bg-rgb), 0.2);
}
.tab__link:hover {
  color: rgba(var(--color-btn-bg-rgb));
}
.skip-to-content:focus {
  width: auto !important;
  height: auto !important;
  visibility: visible;
  opacity: 1;
  z-index: 999999;
  top: 10px;
  left: 10px;
  clip: auto !important;
  padding: 10px 20px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  border-radius: 0;
}
.has-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.media-hover-zoomed:hover .media,
.card__media:hover .media {
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.3s var(--timing-function-off);
}
.vs__item.btn-active,
.vs__item:hover,
.vs__item:focus-visible {
  transition: all ease 0.3s;
  box-shadow: inset 0px 0px 0px 1px var(--color-divider), 0px 0px 0px 1px var(--color-page-bg), 0px 0px 0px 2px var(--color-main-accent-bg);
  outline: none;
}
.card--2-images .card__media:hover .product__image-first .media {
  opacity: 0;
}
.card--2-images .card__media:hover .product__image-second .media {
  opacity: 1;
}
.color_variant-list li:hover,
.localization-list li:hover {
  background: rgba(var(--color-normal-text-rgb), 0.02);
}
.header--transparent .menu__link-lv1:hover {
  color: rgb(var(--color-btn-bg-rgb));
}
.header-menu--open:after,
.header--transparent:hover::after {
  display: none;
}
.custom-collections-container {
  width: 100%;
  padding: 20px 0;
}

.custom-collections-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.custom-collection-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 10px;
}

.custom-collection-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.custom-collection-image img {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.custom-collection-image:hover img {
  transform: scale(1.05);
}

.custom-collection-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}

.custom-collection-description {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  max-width: 90%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .custom-collections-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .custom-collections-container {
    overflow-x: auto;
  }

  .custom-collection-item {
    flex: 0 0 80%;
    max-width: none;
  }
}
#shopify-section-template--23210710466889__custom_liquid_iGmeeC
  .livraison-container {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
/* Appliquer une ombre aux cartes des articles du blog */
.section[data-ui-component="Section Main Blog"] .card {
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* Coins arrondis */
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15); /* Ombre subtile */
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.section[data-ui-component="Section Main Blog"] .card:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2); /* Ombre plus forte au survol */
  transform: translateY(-3px); /* Effet de légère élévation au survol */
}
.section[data-ui-component="Section Main Blog"] .card__media {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.section[data-ui-component="Section Main Blog"] .card__content {
  position: relative; /* Plus absolute, pour qu'il se place sous l'image */
  background: rgba(255, 255, 255, 1); /* Fond totalement blanc */
  padding: 15px;
  text-align: left;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: -5px; /* Réduit l’espace entre l’image et le bloc blanc */
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); /* Légère ombre sous le bloc blanc */
}
/* Cible uniquement le bloc Featured Collection */
[data-ui-component="Featured Collections Section"] h2 {
    text-align: left !important;
    background-color: #1d2f19 !important;
    color: white !important;
    padding: 15px 120px !important;
    border-radius: 8px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) !important;
    font-size: 24px !important;
    font-weight: bold !important;
    display: inline-block !important;
    margin: 60px auto 30px !important;
}

 

/* Style du titre "Nos collections" uniquement dans ce bloc */
[data-ui-component="Featured Collections Section"] .custom-collections-title {
    text-align: center;
    background-color: #1d2f19;
    color: white;
    padding: 15px 120px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 60px auto 30px; /* Ajoute une marge en haut et en bas */
}

/* Cible uniquement le contenu à l'intérieur */
[data-ui-component="Featured Collections Section"] .s-header_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Style des cartes uniquement dans ce bloc */
[data-ui-component="Featured Collections Section"] .card__media {
    border-radius: 8px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
    transition: transform 0.3s ease-in-out !important;
}
[data-ui-component="Featured Collections Section"] .o-hidden {
    overflow: visible !important;
}


[data-ui-component="Featured Collections Section"] .card__media img {
    border-radius: 12px !important;
    width: 100% !important;
    height: auto !important;
    transition: transform 0.3s ease-in-out !important;
}

[data-ui-component="Featured Collections Section"] .card__media:hover {
    transform: scale(1.05) !important;
}
/* Cible uniquement le bloc Featured Collection */
[data-ui-component="Featured Collections Section"] {
    background-color: #FFF8F6;
    padding: 40px 10%;
    text-align: left;
}

/* Style du titre "Nos collections" uniquement dans Featured Collection */
[data-ui-component="Featured Collections Section"] h2,
[data-ui-component="Featured Collections Section"] .custom-collections-title {
    text-align: center !important;
    background-color: #1d2f19 !important;
    color: white !important;
    padding: 15px 146px !important;
    border-radius: 8px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) !important;
    font-size: 24px !important;
    font-weight: bold !important;
    display: inline-block !important;
    margin: 40px auto 10px !important;
    margin-top: 0px !important;
     /* Diminue la marge pour remonter */
}
    max-width: 90% !important; /* Empêche le dépassement sur mobile */
}

/* 📱 Responsive : Ajustement pour tablettes et mobiles */
@media (max-width: 768px) {
    [data-ui-component="Featured Collections Section"] h2,
    [data-ui-component="Featured Collections Section"] .custom-collections-title,
    .custom-collection-title {
        font-size: 20px !important; /* Réduit la taille du texte */
        padding: 12px 40px !important; /* Moins de padding */
        max-width: 80% !important; /* Évite l’effet trop large */
    }
}

@media (max-width: 480px) {
    [data-ui-component="Featured Collections Section"] h2,
    [data-ui-component="Featured Collections Section"] .custom-collections-title,
    .custom-collection-title {
        font-size: 18px !important; /* Encore plus petit */
        padding: 10px 20px !important; /* Moins de padding */
        max-width: 90% !important;
    }
}


/* Cible uniquement le contenu à l'intérieur */
[data-ui-component="Featured Collections Section"] .s-header_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Style des cartes uniquement dans ce bloc */
[data-ui-component="Featured Collections Section"] .card__media {
    border-radius: 12px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
    transition: transform 0.3s ease-in-out !important;
}

[data-ui-component="Featured Collections Section"] .card__media img {
    border-radius: 12px !important;
    width: 100% !important;
    height: auto !important;
    transition: transform 0.3s ease-in-out !important;
}

[data-ui-component="Featured Collections Section"] .card__media:hover {
    transform: scale(1.05) !important;
}
@media (max-width: 768px) {
  .custom-collection-title {
    padding: 10px 0 !important;
  }
  
  .custom-collection-title-text {
    font-size: 20px !important;
    padding: 10px 50px !important;
    max-width: 90% !important;
  }
}

@media (max-width: 480px) {
  .custom-collection-title {
    padding: 5px 0 !important;
  }

  .custom-collection-title-text {
    font-size: 18px !important;
    padding: 8px 30px !important;
    max-width: 95% !important;
  }
}
/* Par défaut, on affiche le slider desktop et on cache le mobile */
.banner-slider-desktop {
  display: block;
}

.banner-slider-mobile {
  display: none;
}
 

/* Affichage responsive : On inverse l’affichage sur mobile */
@media (max-width: 768px) {
  .banner-slider-desktop {
    display: none;
  }

  .banner-slider-mobile {
    display: block;
  }
}

/* Styles de base des sliders */
.banner-slider-desktop, .banner-slider-mobile {
  width: 100%;
  max-width: 1485px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.slides {
  display: flex;
  width: 200%;
  height: 100%;
  animation: slide 10s infinite ease-in-out;
  will-change: transform;
}

.slide {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Animation Slide */
@keyframes slide {
  0%, 33% { transform: translate3d(0%, 0, 0); }
  50%, 83% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0%, 0, 0); }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  text-align: center;

}

/* Effet de clignotement (grossi et rapetisse) */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

/* Ajustement pour le texte sur mobile */
@media (max-width: 768px) {
  .banner-text {
    font-size: 1.5rem;
  }
}

/* Animation de pulsation (clignotement par grossissement et réduction) */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}


#mainCollectionProductContainer {
  width: 80% !important; /* Réduit la largeur du conteneur */
  margin: 0 auto !important; /* Centre le conteneur */
  padding-left: 0% !important; /* Ajuste la marge intérieure gauche */
  padding-right: 0% !important; /* Ajuste la marge intérieure droite */
}
.filter-form-container {
  display: block !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 82% !important;
}
.filter-form-tag {
  width: 100vw !important; /* Forcer la largeur à toute la largeur de l'écran */
  max-width: 1200px !important; /* Éviter qu'il devienne trop grand */
  margin-left: auto !important;
  margin-right: auto !important;
  width: 25% !important;
  
}
@media (max-width: 768px) {
  .filter-form-tag {
    width: auto !important; /* Assure que la largeur est correctement ajustée sur mobile */
  }
}
html,
body {
  overflow-x: hidden ;
  max-width: 100% !important;
}
.custom-collection-wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}
.custom-collection-info-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 0 !important;
  padding-top: 10px !important;
  align-items: stretch;
}
.custom-collection-info {
  background: white;
  padding: 20px 15px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
  width: 40%;
  min-height: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .custom-collection-wrapper {
    width: 95%;
  }
  .custom-collection-info {
    width: 100%;
  }
}
.menu-dropdown {
  padding-top: 5px !important; /* Réduit l’espace en haut */
  padding-bottom: 2px !important; /* Réduit l’espace en bas */
  margin-top: 0px !important;
  margin-right: 5px !important;
  background-color: white !important;
  opacity: 1 !important;
  visibility: visible;
  display: none;
  min-height: auto !important;
  max-width: 210px !important;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.menu__item:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
  display: block;
}
.menu-dropdown a {
  color: black !important;
  font-size: 16px !important;
  text-decoration: none !important;
  display: block 
  width: 100% !important;
  padding: 8px 15px 
  opacity: 1 !important;
  visibility: visible !important;
}

.menu-dropdown li {
  margin top: 0 !important;
  padding: 4px 0 !important; 
  list-style: none !important;
  opacity: 1 !important;
  visibility: visible !important;
 display: flex !important;*
  align-items: center !important;
 
}

.menu-dropdown a:hover {
  color: green !important;
}


.menu-dropdown li:first-child {
  padding-top: 20px !important;
}
.header a:hover,
.menu__link:hover {
  color: green !important;
}

.article__header h1 {
  text-align: center !important;
}
.product-recommendations .card__media {
  border-radius: 8px !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) !important;
  overflow: hidden !important;
}
.main-product .product-details {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1300px;
} /* Appliquer la même largeur que le reste du contenu */
.custom-product-info {
  width: 85% !important;
  margin: 0 auto !important;
  max-width: 1200px; /* Facultatif : éviter une largeur trop grande */
  margin-top: 30px; /* Correctement placé ici */
}

/* Ajustement du placement des éléments */
.custom-product-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-info-left,
.product-info-right {
  width: 48%; /* Ajuste les deux sections */
}

/* Appliquer les styles pour mobile */
@media screen and (max-width: 768px) {
  .custom-product-info {
    width: 100% !important; /* Prend toute la largeur */
    max-width: none !important; /* Supprime la limite */
    padding: 0px !important; /* Ajuste l’espace intérieur */
    box-sizing: border-box; /* Empêche que le padding dépasse la largeur */
  }

  .custom-product-content {
    flex-direction: column; /* Empile les éléments au lieu de les aligner côte à côte */
    gap: 10px; /* Réduit l'espace entre les sections */
  }

  .product-info-left,
  .product-info-right {
    width: 100%; /* Chaque section prend toute la largeur */
  }
}

} /* Garde la section des recommandations en pleine largeur */
.section[data-ui-component="Product Recommendation Section"] {
  width: 100% !important;
  max-width: none;


} /* Appliquer une marge seulement au contenu interne */
.product-recommendations .rw {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1200px;
}
.drawer__header {
  .background-color: #ffffff !important;
}
.drawer__body {
  background-color: #fff8f6 !important;
}
.menu-dropdown {
  background-color: #FFF8F6 !important;
}
}
.header-extra-info {
  background-color: #8ac67c !important;
  width: 100vw !important;
  max-width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}
}
.banner-2-images {
  position: absolute;
  bottom: 1vw;
  left: 10vw;
  display: flex;
  gap: 2vw;
}
.banner-2-images img {
  width: 10vw;
  height: 10vw;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  background-color: #fff8f6;
  padding: 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  animation: blink 1.5s infinite;
}
.banner-2-images-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10vw;
}
.banner-2-images-mobile img {
  width: 35vw;
  height: 35vw;
  max-width: 110px;
  max-height: 110px;
  border-radius: 50%;
  background-color: #fff8f6;
  border: 2px solid white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  animation: blink 1.5s infinite;
  position: absolute;
} /* Positionnement individuel */
.banner-2-images-mobile img.left {
  left: 10%;
  top: 60%;
  transform: translateY(30%);
}
.banner-2-images-mobile img.right {
  right: 10%;
  top: 40%;
  transform: translateY(-30%);
}
@media screen and (min-width: 769px) {
  .banner-2-images-mobile {
    display: none;
  }
}
.badge-promo {
  background-color: #8ac67c;
  color: white;
  padding: 1px 8px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
}
.badge-new {
  background-color: #1d2f19;
  color: white;
  padding: 1px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
}
.btn-large.btn-secondary,
.btn-large {
  white-space: nowrap; /* Empêche le texte de passer à la ligne */
  display: inline-flex; /* Ajuste le comportement du bouton */
  justify-content: center;
  align-items: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .main-article .rte {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
}
.banner-slider-mobile .banner-2 {
  position: relative;
}
.promo-text-mobile,
.banner-2-text-mobile,
.validity-text-mobile {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.promo-text-mobile {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffd700;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.banner-2-text-mobile {
  position: absolute;
  bottom: 16%;
  top: 25%;
  transform: translateX(-50%);
  transform-origin: center;
  text-align: center;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  width: 80%;
  z-index: 10;
  animation: pulse 1.5s infinite;
}
.validity-text-mobile {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  font-size: 1em;
  font-weight: normal;
  width: 100%;
  z-index: 10;
} /* Bouton d'action */
.cta-button-mobile {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffd700;
  color: black;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px 5px;
  border-radius: 5px;
  text-align: center;
  z-index: 10;
  text-decoration: none;
  width: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}
.cta-button-mobile:hover {
  background-color: #ffc107;
}