@charset "UTF-8";
@import url(main.css);
/*--------------------------------------------------------------------------------DEGRADE SUR LE HEADER*/
#navigation-bar-show { background: linear-gradient(92deg, #ec8b6a 0%, #f87a89 100%); }

/*--------------------------------------------------------------------------------RETIRER LE SURLIGNAGE DANS LE HEADER*/
.fs-6.animated-border-button.obftrucs { background-color: transparent; }

/*--------------------------------------------------------------------------------DEGRADE SUR LE FOOTER */
.bg-thirdColor { background: linear-gradient(92deg, #ec8b6a 0%, #f87a89 100%); }

/*--------------------------------------------------------------------------------TEXTE DU BOUTON HEADER EN BLANC */
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { color: white !important; }

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

/*------------------------------------------DEGRADE BLOC PICTO HP------------------------------*/
.row.row-cols-1.row-cols-lg-3.d-flex.g-3.px-3.my-5.position-relative.justify-content-center { background: linear-gradient(92deg, #ec8b6a 0%, #f87a89 100%); }

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