.elementor-97065 .elementor-element.elementor-element-c9884c4{--display:flex;--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;}.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;}body.elementor-page-97065{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* 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 */