/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/

/*
- Sprint Racing : orange (#ffc000)
- VIP Auto : vert (#A0F4A8)
- Essais Libres Auto : vert (#92D050)
- Essais Libres Moto | Moto Club Loisir : bleu (#99CCFF)
- Essais Libres Moto : bleu (#CCFFFF)
- Compétition : jaune (#FCF003)

*/
/*
.tribe-events-calendar-month__multiday-event-bar.stage-de-pilotage-sprint-racing .tribe-events-calendar-month__multiday-event-bar-inner {
    background:transparent;
}

.tribe-events-calendar-month__multiday-event-bar.stage-de-pilotage-sprint-racing {
  background-color: #ffc000;
}

.tribe-events-calendar-month__multiday-event-bar.essais-libres-autole-club-vip {
  background-color: #A0F4A8;
}

.tribe-events-calendar-month__multiday-event-bar.essai-libre-auto {
  background-color: #92D050;
}

.tribe-events-calendar-month__multiday-event-bar.essais-libre-moto {
  background-color: #CCFFFF;
}

.tribe-events-calendar-month__multiday-event-bar.essais-libres-moto-moto-club-loisir {
  background-color: #99CCFF;
}

.tribe-events-calendar-month__multiday-event-bar.competition-auto,
.tribe-events-calendar-month__multiday-event-bar.competition-kart,
.tribe-events-calendar-month__multiday-event-bar.competition-moto,
.tribe-events-calendar-month__multiday-event-bar.competition-moto-journee-privee {
  background-color: #A3A3A3;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
 	color: black!important;
	font-size: var(--tec-font-size-2)!important;
}
*/