@charset "UTF-8";
@import url(main.css);
/*---------------------------------------Custom cards------------------------------------*/
#custom-cards .col { min-height: 300px !important; filter: grayscale(1); color: black !important; }

#custom-cards .col:hover { filter: none; }

/*------------------------------------------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; }

/*---------------------------------------ENLEVE LE FILTRE FONCÉ SUR LA PHOTO D'ACCUEIL------------------------------------*/
img.d-block.w-100 { filter: brightness(100%); }

/*---------------------------------------FIXER LE MENUE------------------------------------*/
#navigation-bar-hide { opacity: 1 !important; top: 0 !important; }

/*---------------------------------------Enlever effet incrustation des espacements------------------------------------*/
.b-bloc-divider { border: none !important; border-width: none !important; box-shadow: none !important; background-color: #EFF4F5 !important; }

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