/*
Theme Name: Diversity Child
Theme URI: https://ydex.dev
Template: hello-elementor
Author: Ydex Team
Author URI: https://ydex.dev
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763496029
Updated: 2025-11-18 21:00:29

*/

/* Position du carré noir, collé à droite */
.logo-flottant {
  position: fixed;
  top: 140px;        /* ajuste pour que ce soit bien aligné */
  right: 0;
  z-index: 10;
  opacity: 0;        /* caché par défaut */
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Quand on a scrollé suffisamment, on l'affiche */
body.show-logo .logo-flottant {
  opacity: 1;
  pointer-events: auto;
}
