/* Start custom CSS for html, class: .elementor-element-daabed0 *//* ENCARTE */
.lilo-pro-mini {
  margin: 6px 0 10px 0;
  padding: 8px 10px;
  text-align: center;
  background: #fff7fa;
  border: 1px solid #f0c3ca;
  border-radius: 10px;
}

.lilo-pro-pill {
  display: inline-block;
  background: #686a95;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 4px;
}

.lilo-pro-mini p {
  margin: 2px 0 0 0;
  font-size: 13px;
}

/* STICKY PERMANENT */
.lilo-pro-sticky {
  position: fixed !important;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 999999;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* BOÎTE STICKY */
.lilo-pro-box {
  background: #fff7fa;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* BOUTON */
.lilo-pro-box a {
  display: block;
  width: 100%;
  padding: 15px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #cf6d7c, #9b6aa8, #686a95) !important;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(104, 106, 149, 0.4);
  transition: all 0.2s ease;
  animation: liloPulseSoft 4s infinite;
  position: relative;
  overflow: hidden;
}

/* TEXTE SOUS BOUTON */
.lilo-pro-subline {
  display: block;
  text-align: center;
  margin-top: 6px;
  font-size: 11px;
  color: #555;
  opacity: 0.9;
}

/* INTERACTION */
.lilo-pro-box a:active {
  transform: scale(0.96);
}

.lilo-pro-box a:hover {
  filter: brightness(1.05);
}

/* espace pour éviter que le bouton cache le contenu */
body {
  padding-bottom: 105px;
}

/* desktop OFF */
@media (min-width: 768px) {
  .lilo-pro-sticky {
    display: none !important;
  }
}

/* PULSE SOFT */
@keyframes liloPulseSoft {
  0%, 80%, 100% { transform: scale(1); }
  90% { transform: scale(1.04); }
}

/* SHINE LIGHT */
.lilo-pro-box a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: skewX(-20deg);
  animation: liloShine 3.5s infinite;
}
/* TEXTE ENCARTE EN 2 LIGNES */
.lilo-pro-line-1 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.2;
}

.lilo-pro-line-1 strong {
  color: #cf6d7c;
  font-weight: 900;
  background: rgba(207, 109, 124, 0.08);
  padding: 2px 6px;
  border-radius: 6px;
}

.lilo-pro-line-2 {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #686a95;
  font-weight: 600;
}

@keyframes liloShine {
  0% { left: -75%; }
  100% { left: 125%; }
}/* End custom CSS */