@import url(main.css);
/*-------------------------------------------- SUPP BANDEAU SECONDAIRE*/
.websitePageTitle-div { display: none !important; }

/*-------------------------------------------- ANIMATION HEADER*/
.animated-border-button:after { background-color: #FEC200; }

/*-------------------------------------------- TAILLE & POLICE H6*/
h6 { font-size: 1.25rem; font-family: 'Helvetica'; }

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

img { border-radius: 10px; }

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