/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body.membre-equipe-template-default .elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
	display:none!important;
}

.dtwe-term {
	background: rgba(67, 69, 68, 0.50);
	border-radius: 0.25rem;
	padding-left:0.5rem;
	padding-right:0.5rem;

}

#header-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

header::before {
  content: "" !important;
  position: absolute;
  display: block !important;
  height: 300px;
  visibility: hidden !important;
  opacity: 0;
  pointer-events: none;

  /* Non supporté FF/Safari (laissé, mais ignoré) */
  view-timeline-name: --sentinel;
  view-timeline-axis: block;
}

#scroll-bg {
  z-index:999!important;
  /* Chrome/Edge: scroll-linked animation */
  animation: headerBg linear forwards;
  animation-timeline: scroll();
  animation-range: 0 300px;

  /* Fallback pour FF/Safari: on mettra à jour en JS */
  background-color: rgba(0, 0, 0, 0);
}
/* Fallback Safari/Firefox: disable the CSS animation (JS will drive the color) */
@supports not (animation-timeline: scroll()) {
  #scroll-bg {
    animation: none !important;
  }
}

@keyframes headerBg {
  from { background-color: rgba(0, 0, 0, 0); }
  to   { background-color: var(--e-global-color-4648071); }
}

@font-face {
  font-family: "Buffalo";
  src: url("/wp-content/uploads/2026/01/buffalo.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hl-layout {
	grid-template-columns: 1fr!important;
}

.e-filter-item[data-filter="divers"] {
	display:none!important;
}