@charset "UTF-8";
@import url(main.css);
/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnFixe { position: fixed; bottom: 20px; right: 20px; z-index: 10; width: 100px; transition: width 0.5s ease; }

.btnFixe:hover { width: 115px; transition: width 0.5s ease; }

/*------------------------------------------Barre de navigation------------------------------*/
.navbar.nav-fixed.navbar-expand-lg.fixed-top.navbar-fixed-top.text-color-secondary { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F17HgVA93npR9Xt7BdAY2Y6Au8Ms2%2Fimages%2Fimage_barre_de_navigation_tjg6.webp"); /* Chemin de ton image */ background-size: cover; /* Ajuste l'image pour couvrir toute la zone */ background-position: center; /* Centre l'image */ background-repeat: no-repeat; /* Évite la répétition */ height: 70px; /* Ajuste selon la hauteur de ton menu */ }

.navbar.nav-fixed { background: transparent; transition: background 0.3s ease-in-out; }

.navbar.nav-fixed.scrolled { background: rgba(0, 0, 0, 0.8); /* Noir semi-transparent */ }

/*------------------------------------------Fond du bloc espacement------------------------------*/
.b-bloc-divider { height: 120px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

.mx-4.mb-3.logo-footer.mx-auto { width: 13rem !important; }

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