@import url(main.css);
/*-------------------CHANGER LA COULEUR DE L ANIMATION DANS LE HEADER*/
.animated-border-button:after { background-color: #B6286E; }

/*-------------------CHANGER LA COULEUR DU TXT BLOC MAP*/
.informations-list > div { color: #62bad7 !important; }

/*-------------------SUPPRIMER LES BLOCS TITRES DES PAGES SECONDAIRES*/
.websitePageTitle-div { display: none !important; }

/*-------------------CHANGER LA COULEUR DES H2*/
h2 { color: #62bad7; }

/*--------------------------------------------------------------------------------------------------BOUTON IMG EN BAS A DROITE*/
/* Style normal*/
.btnDevis { position: fixed; bottom: 10px; right: 10px; transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99); z-index: 20 !important; }

.btnDevis img { height: 80px; }

/* Style HOVER*/
.btnDevis:hover img { height: 100px; transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99); }

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