/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme de Hello Elementor
Author: Ton Nom
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.5
Text Domain: hello-elementor-child
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "obviously" !important;
	font-weight: 700 !important;
}

.elementor-heading-title {
	font-family: "obviously" !important;
	font-weight: 700 !important;
}

.ue_taxonomy_item.uc-selected {
  background-color: var(--Bleu-roi) !important;   /* bleu foncé */
}

/* texte en blanc pour la lisibilité */
.ue_taxonomy_item.uc-selected .ue_taxonomy_item_title {
  color: #fff !important;
}

.counter {
	visibility: visible !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-element-7721014 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .nos-zones{
    background-image: none;
  }
}
