@charset "UTF-8";
@import url(main.css);
.nav-link { color: #FFFFFF !important; }

.social-circle { position: fixed; right: 20px; background-color: #ffffff; color: white; width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); z-index: 1000; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; text-align: center; }

.social-circle:hover { transform: scale(1.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }

.social-circle a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; text-decoration: none; }

/* Style spécifique pour Facebook */
.facebook-circle { bottom: 25px; /* Position au-dessus d'Instagram */ background-color: #3b5998; }

/* Style des icônes */
.social-circle svg { width: 30px; height: 30px; fill: white; }

/*# sourceMappingURL=custom.css.map */