@charset "UTF-8";
@import url(main.css);
.social-circle { position: fixed; right: 20px; bottom: 30px; background-color: #ffffff; 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; }

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

/* Style des liens */
.social-circle a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; text-decoration: none; color: white; }

/* Style spécifique pour Facebook */
.facebook-circle { background-color: #3b5998; bottom: 30px; /* Position ajustée pour être plus bas */ }

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

.informations-list > div { color: #FFFFFF !important; }

.page-content { background-size: contain; background-repeat: repeat; }

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