Se rendre au contenu

Netisys

Créateur de Logiciels Métiers basé sur Sophia-Antipolis.


ˬ

Menu de navigation rapide ———

Cabinet CPTEN
Nice Avenue
Lili Nelson Interiors
Riviera Gallery
Côte Magazine
One Step Evolution
Netisys
/* Styles pour le bouton Retour vers le haut */ #backToTop { position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; background-color: #FFCF03; color: black; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); cursor: pointer; transition: opacity 0.3s ease; } #backToTop span { font-size: 24px; font-weight: bold; transform: rotate(180deg); /* Pour que la flèche pointe vers le haut */ } #backToTop:hover { background-color: #e6b802; /* Une teinte légèrement plus foncée pour l'effet hover */ } #backToTop.hidden { opacity: 0; pointer-events: none; }