body::before {
  content: "";
  position: fixed;
  top: 80px; 
  right: 20px;
  width: 130px;
  height: 48px;
  background-image: url("/public/CoachIQ_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
  /* Style de la boîte */
  background-color: white;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}


