/**
* Theme Name: Jobaway Child
* Description: This is a child theme of Jobaway, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: jobaway
* Version: 1.3
*/
/* Change la couleur de fond au survol pour les boutons avec les classes theme-btn et btn-one */
.theme-btn.btn-one:hover {
    background-color: #1D1D1D !important;
    /* Si vous voulez aussi changer la couleur du texte au survol, ajoutez ceci : */
    /* color: #FFFFFF !important; */ /* Par exemple, texte blanc pour un fond sombre */
}