.elementor-299 .elementor-element.elementor-element-da1c25d{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8c02e44 */<style>
.qh-floating-wrapper {
  --qh-white: #F3FFF1; /* Votre Blanc Cassé */
  --qh-black: #121212; /* Votre Anthracite */
  --qh-whatsapp: #25D366;
  --qh-accent: #AD9D8E;
  --qh-transition: all 0.3s ease-in-out;
  
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

/* BOUTON WHATSAPP AVEC PULSATION */
.qh-whatsapp-btn {
  width: 60px;
  height: 60px;
  background-color: var(--qh-whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: var(--qh-transition);
  animation: qh-pulse 2s infinite;
}

.qh-whatsapp-btn:hover { transform: scale(1.1); animation: none; }

.qh-whatsapp-btn svg { width: 32px; height: 32px; fill: white; }

/* BARRE SOCIALE DYNAMIQUE */
.qh-social-bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: rgba(18, 18, 18, 0.8); /* Fond sombre pour visibilité initiale */
  backdrop-filter: blur(5px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--qh-transition);
}

/* Style quand on scrolle (N03) */
.qh-social-bar.scrolled {
  background: rgba(243, 255, 241, 0.95);
  border: 1px solid var(--qh-black);
}

.qh-social-link svg {
  width: 22px;
  height: 22px;
  fill: var(--qh-white);
  transition: var(--qh-transition);
}

.qh-social-bar.scrolled .qh-social-link svg { fill: var(--qh-black); }

.qh-social-link:hover svg { fill: var(--qh-accent) !important; }

/* BOUTON RETOUR EN HAUT */
.qh-back-top {
  width: 40px;
  height: 40px;
  background: var(--qh-black);
  border: 1px solid var(--qh-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--qh-transition);
}

.qh-back-top.visible { opacity: 1; visibility: visible; }

.qh-back-top svg { width: 18px; height: 18px; stroke: var(--qh-white); stroke-width: 3; fill: none; }

@keyframes qh-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
  .qh-floating-wrapper { bottom: 20px; right: 20px; }
  .qh-whatsapp-btn { width: 50px; height: 50px; }
}
</style>

<div class="qh-floating-wrapper">
  <div id="qhBackTop" class="qh-back-top" title="Retour en haut">
    <svg viewBox="0 0 24 24"><path d="M12 19V5M5 12l7-7 7 7" stroke-linecap="round" stroke-linejoin="round"/></svg>
  </div>

  <div id="qhSocialBar" class="qh-social-bar">
    <a href="https://facebook.com/queenhelvacattery" target="_blank" class="qh-social-link">
      <svg viewBox="0 0 24 24"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
    </a>
    <a href="https://instagram.com/queenhelvacattery" target="_blank" class="qh-social-link">
      <svg viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4./* End custom CSS */