/*
 Theme Name: Hello Elementor Child
 Theme URI: https://your-agency-site.example/
 Description: Child theme for Hello Elementor. Safe place for custom CSS/JS and tweaks.
 Author: NEWP
 Author URI: https://your-agency-site.example/
 Template: hello-elementor
 Version: 1.0.0
 License: GPL-2.0-or-later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
 Tags: elementor, child-theme, clean
*/

/* Place your custom CSS below */

/*-------------------------------------------- SINGLE PAGE SERVICES -------------------------------------------------------*/

/* Onglet actif */
.tabs-acf .e-n-tab-title[aria-selected="true"] {
  background-color: #c21b17 !important;
}

/* Onglet au survol */
.tabs-acf .e-n-tab-title:hover {
  background-color: #c21b17 !important;
}

