@charset "UTF-8";
@import url(main.css);
/* --------ombre-------- */
div.shadow-lg { box-shadow: none !important; }

/*---ecriture bouton téléphone header---*/
.text-color-fourth { color: #EAF2FA !important; }

/*-------surlignement header--------*/
.animated-border-button:after { background-color: #EAF2FA; }

/*-----effet hover header-----*/
.animated-border-button span { transition: color 0.3s ease; }

.animated-border-button:hover span { color: #EAF2FA !important; }

/*---grossissement bouton header---*/
.button-header-telephone { transition: transform 0.3s ease, border 0.3s ease; display: inline-block; border: 2px solid #EAF2FA; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 600px !important; font-size: 1rem; }

.button-header-telephone:hover { transform: scale(1.1); border: 2px solid #EAF2FA; }

/*---grossissement bouton---*/
.button_homepageDoubleScreen { transition: transform 0.3s ease; display: inline-block; }

.button_homepageDoubleScreen:hover { transform: scale(1.05); }

/*-------texte footer--------*/
footer, footer p, footer h5, footer a, footer li, footer ul, footer i { color: #EAF2FA !important; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 1.125rem; }

.text-color-third { color: #EAF2FA !important; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 1.125rem; text-align: justify; hyphens: auto; }

/* -----bouton contact envoyer----- */
button.btn-outline-dark { --bs-btn-color: #ffffff; --bs-btn-border-color: #A23838; --bs-btn-hover-color: #ffffff; --bs-btn-hover-bg: #612121; --bs-btn-hover-border-color: #612121; --bs-btn-bg: #A23838; --bs-gradient: none; background-color: var(--bs-btn-bg); color: var(--bs-btn-color); }

/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnFixe { position: fixed; bottom: 20px; right: 20px; z-index: 10; width: 115px; transition: transform 0.3s ease, width 0.3s ease; }

.btnFixe:hover { transform: scale(1.1); }

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