@charset "UTF-8";
@import url(main.css);
.bandeau { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F18NuzOcgULNdqAjltWyRUqVKsAS2%2Fimages%2Fbande_bleu_w1h9.webp") !important; background-size: cover !important; background-position: bottom !important; display: flex !important; justify-content: center !important; align-items: center !important; text-align: center !important; padding: 100px 10em 50px 10em !important; /* Padding beaucoup plus important */ color: white !important; width: 100% !important; min-height: 300px !important; /* Hauteur encore plus importante */ height: auto !important; margin: 0 !important; box-sizing: border-box !important; position: relative !important; }

.bandeau h1 { color: white !important; font-size: 3em !important; font-weight: bold !important; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important; margin: 0 !important; text-align: center !important; width: 100% !important; display: block !important; line-height: 1.2 !important; /* Améliorer l'espacement des lignes */ }

/* Règle de sécurité supplémentaire pour forcer la couleur */
.bandeau h1, .bandeau h1 * { color: white !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: 30px; /* Position au-dessus d'Instagram */ background-color: #3b5998; }

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

h2 { border-bottom: 2px solid #2C3E50; padding-bottom: 5px; }

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

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