@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; }

.nav-link { color: #737371 !important; font-weight: 600 !important; }

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