.elementor-1784 .elementor-element.elementor-element-439aecf{--display:flex;--z-index:2;}.elementor-1784 .elementor-element.elementor-element-30eef50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-76px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:1;}.elementor-1784 .elementor-element.elementor-element-5b63b79 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1784 .elementor-element.elementor-element-2db59c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-62px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:0;}.elementor-1784 .elementor-element.elementor-element-d679b3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1784 .elementor-element.elementor-element-27e6292{z-index:5;}.elementor-1784 .elementor-element.elementor-element-592295f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1784 .elementor-element.elementor-element-bb3aba0 > .elementor-widget-container{margin:-82px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-32b46d3 */@media (max-width: 600px) {
  .pixel-menu-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border-width: 4px;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #5a8bd4, inset 0 0 0 2px #d0e4ff;
    background: #b4daff;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
  }
  .pixel-logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 64px;
    padding: 24px 0 16px 0; /* espace en haut et en bas */
    margin: 0 0 12px 0;
    border-radius: 8px;
    background: #e3f2fd;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
  }
  .pixel-logo-block img {
    height: 44px;
    width: auto;
    max-width: 80vw;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    box-sizing: border-box;
  }
  .pixel-menu ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .pixel-menu li {
    width: 100%;
  }
  .pixel-menu li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.06rem;
    padding: 16px 0;
    border-radius: 8px;
    margin: 0;
    background: #fffbe7;
    border: 2px solid #7eb4ea;
    box-shadow: 2px 2px 0 #7eb4ea;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  }
  .pixel-menu li a.active {
    background: #4a90e2;
    color: #fffbe7;
    box-shadow: 4px 4px 0 #264d7f;
    font-weight: bold;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b63b79 */.stardew-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%; /* Place l’infobulle juste au-dessus du bouton */
  left: 60%;    /* Décale légèrement à droite */
  transform: translateX(-50%) translateY(-12px); /* Décale un peu plus vers le haut */
  background: #fffbe7;
  border: 4px solid #e6953c;
  border-radius: 12px;
  padding: 10px 16px;
  color: #d97706;
  font-family: 'Press Start 2P', monospace, sans-serif;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
  box-shadow:
    0 0 0 4px #ffe066,
    4px 4px 0 #e6953c;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s;
  z-index: 30;
  user-select: none;
  text-shadow:
    2px 2px 0 #fffbe7,
    1px 1px 0 #ffe066,
    0 0 2px #d97706;
}

.stardew-btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 60%;
  transform: translateX(-50%) translateY(8px);
  border-width: 8px;
  border-style: solid;
  border-color: #e6953c transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.22s;
  z-index: 29;
}

/* Apparition de l'infobulle au survol */
.stardew-btn:hover::after, .stardew-btn:focus::after,
.stardew-btn:hover::before, .stardew-btn:focus::before {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 600px) {
  .welcome-grid {
    display: flex !important;
    flex-direction: column !important;
    padding: 10vw 2vw 10vw 2vw;
    border-width: 4px;
    border-radius: 8px;
    box-shadow: 2px 2px 0 #5a8bd4, inset 0 0 0 2px #d0e4ff;
    gap: 18px 0;
  }
  .sunflower-say {
    align-self: flex-start;
    margin-bottom: 10px;
  }
  .sunflower-say img {
    width: 44px;
    height: 44px;
  }
  .promo-popup,
  .promo-popup.active {
    position: fixed !important;
    left: 50% !important;
    bottom: 18px !important;
    transform: translateX(-50%);
    min-width: 180px;
    max-width: 90vw;
    font-size: 1.05rem;
    z-index: 1001;
    padding: 16px 8vw;
    border-width: 2px;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #7eb4ea;
  }
  .promo-popup .close-promo {
    top: 6px;
    right: 10px;
    font-size: 1.2rem;
  }
  .welcome-bubble {
    font-size: 0.97rem;
    padding: 14px 4vw 14px 4vw;
    border-width: 2px;
    border-radius: 16px;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 6px;
  }
  .kofi-zone {
    padding: 10px 2vw;
    border-radius: 8px;
    min-width: 0;
    max-width: 100%;
    margin: 0 0 8px 0;
  }
  .stardew-coffee {
    width: 40px;
    height: 40px;
  }
  .options-zone {
    padding-top: 10px;
  }
  .stardew-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .stardew-btn {
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    min-width: 0;
    border-width: 2px;
    border-radius: 7px;
  }
  .video-preview-block {
    margin-top: 18px;
    width: 100%;
  }
  .video-preview-title {
    font-size: 1.06rem;
  }
  .video-preview-block video {
    border-radius: 10px;
    border-width: 2px;
    max-width: 100vw;
  }
}

html, body {
  overflow-x: hidden;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d0fb349 *//* === ANIMATIONS KEYFRAMES === */
@keyframes floatingParticles {
  0% { transform: translateY(0px) rotate(0deg); opacity: 0.3; }
  25% { transform: translateY(-20px) rotate(90deg); opacity: 0.7; }
  50% { transform: translateY(-40px) rotate(180deg); opacity: 1; }
  75% { transform: translateY(-20px) rotate(270deg); opacity: 0.7; }
  100% { transform: translateY(0px) rotate(360deg); opacity: 0.3; }
}

@keyframes shopGlow {
  0% { box-shadow: 0 0 20px rgba(126, 180, 234, 0.3), inset 0 0 20px rgba(126, 180, 234, 0.1); }
  50% { box-shadow: 0 0 30px rgba(255, 224, 102, 0.4), inset 0 0 25px rgba(255, 224, 102, 0.15); }
  100% { box-shadow: 0 0 20px rgba(126, 180, 234, 0.3), inset 0 0 20px rgba(126, 180, 234, 0.1); }
}

@keyframes productFloat {
  0% { transform: translateY(0px); }
  33% { transform: translateY(-6px); }
  66% { transform: translateY(-3px); }
  100% { transform: translateY(0px); }
}

@keyframes lightRay {
  0% { transform: translateX(-100%) skewX(-20deg); opacity: 0; }
  50% { opacity: 0.4; }
  100% { transform: translateX(400%) skewX(-20deg); opacity: 0; }
}

/* === SECTION PRINCIPALE === */
.vitrine-section {
  position: relative;
  max-width: 1200px;
  margin: 60px auto 0 auto;
  background: #f0faff;
  border: 8px solid #7eb4ea;
  border-radius: 14px;
  padding: 50px 35px 40px 35px;
  text-align: center;
  overflow: hidden;
  animation: shopGlow 6s ease-in-out infinite;
  box-shadow: 4px 4px 0 #5a8bd4, inset 0 0 0 4px #d0e4ff;
}

/* Particules flottantes en arrière-plan */
.vitrine-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(2px 2px at 20px 30px, rgba(255, 224, 102, 0.3), transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(126, 180, 234, 0.2), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(255, 224, 102, 0.4), transparent),
    radial-gradient(1px 1px at 130px 80px, rgba(126, 180, 234, 0.3), transparent);
  animation: floatingParticles 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

/* Rayons de lumière animés */
.vitrine-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 224, 102, 0.08), 
    rgba(255, 224, 102, 0.2), 
    rgba(255, 224, 102, 0.08), 
    transparent);
  animation: lightRay 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

/* === TITRE IMMERSIF === */
.vitrine-title {
  position: relative;
  color: #7eb4ea;
  font-size: 1.18rem;
  margin: 0 auto 50px auto; /* ESPACE AUGMENTÉ */
  letter-spacing: 2px;
  font-family: 'Press Start 2P', monospace, sans-serif;
  background: #fffbe7;
  display: inline-block;
  padding: 16px 44px 12px 44px;
  border-radius: 14px;
  box-shadow: 2px 2px 0 #ffe066;
  border: 2.5px solid #ffe066;
  z-index: 3;
  position: relative;
}

/* === GRILLE PRODUITS IMMERSIVE === */
ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  list-style: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 4;
  position: relative;
}

/* === BLOC PRODUIT HARMONIEUX === */
ul.products li.product {
  position: relative;
  background: #fffbe7;
  border: 2px solid #ffe066;
  border-radius: 12px;
  padding: 30px 15px 25px 15px;
  min-width: 250px;
  max-width: 280px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Press Start 2P', monospace, sans-serif;
  text-align: center;
  box-shadow: 2px 2px 0 #ffe066;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: productFloat 5s ease-in-out infinite;
}

/* Animation décalée pour chaque produit */
ul.products li.product:nth-child(2) { animation-delay: 1.6s; }
ul.products li.product:nth-child(3) { animation-delay: 3.2s; }

/* Effet harmonieux au survol */
ul.products li.product:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 
    0 0 20px rgba(126, 180, 234, 0.4),
    0 15px 30px rgba(126, 180, 234, 0.2),
    inset 0 0 20px rgba(255, 224, 102, 0.1);
  border-color: #7eb4ea;
  z-index: 10;
}

/* === IMAGES PRODUITS FLOTTANTES === */
ul.products li.product img {
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 12px;
  background: #fffbe7;
  image-rendering: pixelated;
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding: 8px;
  box-shadow: 1.5px 1.5px 0 #ffe066;
  transition: all 0.25s ease;
}

ul.products li.product:hover img {
  transform: scale(1.05);
  box-shadow: 
    0 0 15px rgba(126, 180, 234, 0.3),
    0 8px 16px rgba(126, 180, 234, 0.2);
}

/* === BOUTON AJOUTER AU PANIER AMÉLIORÉ === */
ul.products li.product .button {
  display: inline-block;
  background: #ffe066;
  color: #2d6a4f;
  border: 2px solid #7eb4ea;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 0.92rem;
  font-family: 'Press Start 2P', monospace, sans-serif;
  box-shadow: 2px 2px 0 #7eb4ea;
  transition: all 0.2s ease;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 120px;
  max-width: 85%;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
}

/* Effet de profondeur au clic */
ul.products li.product .button:active {
  transform: translateY(2px);
  box-shadow: 0 0 0 #7eb4ea;
}

/* Effet lumineux au survol */
ul.products li.product .button:hover {
  background: #7eb4ea;
  color: #fffbe7;
  box-shadow: 
    0 0 15px rgba(255, 224, 102, 0.6),
    2px 2px 0 #ffe066;
  border-color: #ffe066;
  transform: translateY(-1px);
}

/* Rayon lumineux sur le bouton */
ul.products li.product .button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

ul.products li.product .button:hover::before {
  left: 100%;
}

/* === BOUTON IMMERSIF === */
.vitrine-btn-zone {
  margin-top: 50px;
  text-align: center;
  z-index: 5;
  position: relative;
}

.vitrine-btn {
  position: relative;
  display: inline-block;
  background: #ffe066;
  color: #2d6a4f;
  border: 3px solid #7eb4ea;
  border-radius: 12px;
  padding: 18px 55px;
  font-size: 1.08rem;
  font-family: 'Press Start 2P', monospace, sans-serif;
  text-decoration: none;
  box-shadow: 3px 3px 0 #5a8bd4;
  letter-spacing: 2px;
  transition: all 0.2s ease;
  overflow: hidden;
}

/* Effet de profondeur au clic */
.vitrine-btn:active {
  transform: translateY(3px);
  box-shadow: 0 0 0 #5a8bd4;
}

/* Effet harmonieux au survol */
.vitrine-btn:hover {
  background: #7eb4ea;
  color: #fffbe7;
  box-shadow: 
    0 0 20px rgba(255, 224, 102, 0.6),
    3px 3px 0 #ffe066;
  transform: translateY(-2px);
  border-color: #ffe066;
}

/* Rayon lumineux sur le bouton principal */
.vitrine-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.vitrine-btn:hover::before {
  left: 100%;
}

/* === MASQUER ÉLÉMENTS === */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .price,
ul.products li.product .star-rating,
ul.products li.product .woocommerce-product-rating,
ul.products li.product .product-category {
  display: none !important;
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  ul.products {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 18px 4vw !important;
    border-radius: 10px !important;
    box-shadow: 1.5px 1.5px 0 #ffe066 !important;
    box-sizing: border-box;
  }
  ul.products li.product img {
    width: 80vw !important;
    max-width: 300px !important;
    min-width: 120px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 16px auto !important;
    border-radius: 8px !important;
    object-fit: contain !important;
    box-shadow: 1px 1px 0 #ffe066 !important;
  }
}
.shopengine-icon-quick_view_1 {
    display: none !important;
}
.ahfb-svg-iconset {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27e6292 */.tipere-chaton {
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none; /* N'interfère pas avec la navigation */
}

.tipere-bulle {
  background: #f0faff;
  color: #2d6a4f;
  border: 2px solid #7eb4ea;
  border-radius: 14px 14px 0 14px;
  box-shadow: 1.5px 1.5px 0 #ffe066;
  font-family: 'Press Start 2P', monospace, sans-serif;
  font-size: 0.98rem;
  padding: 16px 22px 14px 18px;
  margin-bottom: 10px;
  max-width: 320px;
  text-align: left;
  pointer-events: auto;
  position: relative;
}

.tipere-pseudo {
  color: #d49d3a;
  font-size: 0.92rem;
  font-weight: bold;
  margin-right: 6px;
  letter-spacing: 1px;
}

.tipere-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fffbe7;
  box-shadow: 2px 2px 0 #ffe066;
  image-rendering: pixelated;
  margin-bottom: 0;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.15s;
}
.tipere-img:active {
  transform: scale(0.95) rotate(-6deg);
}

@media (max-width: 700px) {
  .tipere-chaton {
    right: 8px;
    top: 60%;
    transform: translateY(-50%);
  }
  .tipere-img {
    width: 54px;
    height: 54px;
  }
  .tipere-bulle {
    font-size: 0.93rem;
    padding: 10px 12px 9px 12px;
    max-width: 92vw;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb3aba0 */.pixel-footer {
  background: #f0faff;
  border-top: 6px solid #7eb4ea;
  border-left: 6px solid #7eb4ea;
  border-right: 6px solid #7eb4ea;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -4px 0 #ffe066;
  margin-top: 64px;
  font-family: 'Press Start 2P', monospace, sans-serif;
  color: #2d6a4f;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.pixel-footer-row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 38px 24px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.pixel-footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.pixel-footer-logo img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #fffbe7;
  box-shadow: 2px 2px 0 #ffe066;
  image-rendering: pixelated;
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-brand {
  color: #7eb4ea;
  font-size: 1.12rem;
  background: #fffbe7;
  border-radius: 8px;
  padding: 8px 18px 6px 18px;
  box-shadow: 1px 1px 0 #ffe066;
  border: 2px solid #ffe066;
  letter-spacing: 1.2px;
  margin-left: 8px;
  white-space: nowrap;
}

.pixel-footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}
.pixel-footer-links a {
  color: #2d6a4f;
  text-decoration: none;
  font-size: 1.01rem;
  background: none;
  border: none;
  transition: color 0.18s;
  font-family: inherit;
  padding: 4px 0;
  white-space: nowrap;
}
.pixel-footer-links a:hover,
.pixel-footer-links a:focus {
  color: #7eb4ea;
  text-decoration: underline;
}

.pixel-footer-bottom {
  border-top: 2px solid #ffe066;
  background: #fffbe7;
  padding: 22px 0 16px 0;
  text-align: center;
  font-size: 1.01rem;
  color: #7c4d21;
  border-radius: 0 0 12px 12px;
  margin-top: 12px;
  box-shadow: 0 2px 0 #ffe066;
  letter-spacing: 0.5px;
  width: 100%;
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 900px) {
  .pixel-footer-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 28px 5vw 10px 5vw;
  }
  .pixel-footer-links {
    flex-wrap: wrap;
    gap: 14px;
    text-align: center;
    justify-content: center;
  }
  .pixel-footer-logo {
    justify-content: center;
    margin-bottom: 8px;
  }
}


@media (max-width: 600px) {
  .pixel-footer {
    border-radius: 12px 12px 0 0;
    border-width: 3px;
    box-shadow: 0 -2px 0 #ffe066;
    margin-top: 36px;
    font-size: 0.98rem;
    padding: 0;
  }

  .pixel-footer-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
    padding: 18px 3vw 6px 3vw;
    width: 100%;
    box-sizing: border-box;
  }

  .pixel-footer-logo {
    justify-content: center;
    margin-bottom: 6px;
    gap: 10px;
  }
  .pixel-footer-logo img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  .footer-brand {
    font-size: 1rem;
    border-radius: 6px;
    padding: 6px 10px 5px 10px;
    margin-left: 6px;
  }

  .pixel-footer-links {
    flex-direction: column !important;
    gap: 8px;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .pixel-footer-links a {
    font-size: 0.98rem;
    padding: 8px 0;
    border-radius: 6px;
    width: 100%;
    display: block;
  }

  .pixel-footer-bottom {
    font-size: 0.97rem;
    border-radius: 0 0 8px 8px;
    padding: 14px 0 10px 0;
    margin-top: 8px;
  }
}/* End custom CSS */