/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



/* Texte bleu (couleur primaire) */
.blue {
    color: var(--primary-color) !important;
}

/* Texte jaune (couleur secondaire) */
.yellow {
    color: var(--fs-color-secondary) !important;
}

.button {
    font-family: "Anonymous Pro", sans-serif;
}


.button {
    border: 0px solid transparent;
    font-weight: bolder;
    letter-spacing: .03em;
    padding: 0.35em 2em;
}

#content .button {
    font-size: 0.85em;
}

.button.white {
    color: var(--primary-color) !important;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}