@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: 30px; background-color: #3b5998; }

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

h2 { display: inline-block; border-bottom: 3px solid #303033; padding-bottom: 4px; }

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

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