/* Styles pour SAS CLEANER MULTISERVICES */

/* Logo texte stylisé - BLANC, EXTRA GRAS, POLICE FANTASTIQUE */
.grve-logo-text .grve-item {
  color: #FFFFFF !important;
  font-weight: 900 !important; /* Extra gras */
  font-size: 24px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-family: 'Orbitron', 'Audiowide', 'Russo One', 'Bungee', 'Righteous', 'Fredoka One', 'Bangers', 'Permanent Marker', 'Rock Salt', 'Satisfy', 'Pacifico', 'Dancing Script', 'Great Vibes', 'Lobster', 'Bebas Neue', 'Anton', 'Teko', 'Oswald', 'Roboto Condensed', 'Impact', 'Arial Black', 'Helvetica Black', 'Verdana', sans-serif !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

/* Responsive design pour le logo */
@media (max-width: 768px) {
  .grve-logo-text .grve-item {
    font-size: 18px !important;
  }
}
