.elementor-97065 .elementor-element.elementor-element-746835e{--display:flex;--min-height:600px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97065 .elementor-element.elementor-element-4824727{--spacer-size:300px;}.elementor-97065 .elementor-element.elementor-element-4824727 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 80px 0px 80px;}.elementor-97065 .elementor-element.elementor-element-b5a5eb4{--spacer-size:40px;}.elementor-97065 .elementor-element.elementor-element-b5a5eb4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-97065{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for spacer, class: .elementor-element-4824727 *//* Section bannière */
#background-video-pages {
    position: relative;
    height: 300px;
    overflow: hidden;
}

/* Container vidéo */
#background-video-pages video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 75%;
    opacity: 0;
    transition: opacity 0.9s ease, filter 0.15s ease-out; /* ← ajout filter */
    filter: blur(0px); /* ← état initial */
}

/* Vidéo active */
#background-video-pages video.is-active {
    opacity: 1;
}


/* Overlay bleu au hover */
#background-video-pages::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 255, 0);
    z-index: 2;
    pointer-events: none;
    transition: background-color 0.4s ease;
}

#background-video-pages:hover::after {
    background-color: rgba(0, 0, 255, 0.25);
}
/* Loader */
.video-loader p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Spinner animé */
.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: #0000FF;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95c3365 */.feed-container {
  position: relative;
  min-height: 600px; /* espace réservé pour le feed */
}

/* Loader centré */
.feed-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff; /* fond identique à la page */
  z-index: 10;
}

/* Trois points animés */
.loader-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #333;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}

.loader-dots span:nth-child(1) { animation-delay: 0s; }
.loader-dots span:nth-child(2) { animation-delay: 0.2s; }
.loader-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}/* End custom CSS */
/* Start custom CSS */.pid-f6f77c2a-38c4-4edd-9f87-1e3be6e629f4 {
    min-height: 600px; /* réserve l’espace du feed */
    position: relative; /* déjà utilisé pour le masque */
}

.pid-f6f77c2a-38c4-4edd-9f87-1e3be6e629f4 {
    position: relative !important;
    overflow: hidden !important;
}

.pid-f6f77c2a-38c4-4edd-9f87-1e3be6e629f4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;  /* hauteur calibrée pour ton site */
    background: #ffffff; /* couleur de ton fond */
    pointer-events: none;
    z-index: 5; /* au-dessus du badge mais sous ton contenu */
}/* End custom CSS */