@charset "UTF-8";
@import url(main.css);
.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: 90px; /* Position au-dessus d'Instagram */ background-color: #3b5998; }

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

.b-bloc-divider { border: none !important; border-width: none !important; box-shadow: none !important; background-color: #FFFFFF !important; }

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

img.slider-with-features-carousel-logo { height: 39vh !important; }

a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { color: white !important; }

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