/* Déplacer ici tout le CSS inline Elementor */
/* BREADCRUMB */
.rank-math-breadcrumb .last {
  color: var(--e-global-color-secondary);
}

.rank-math-breadcrumb .separator {
  width: 20px !important;
  display: inline-block;
}

.rank-math-breadcrumb .separator:before {
  content: "";
  background: url("/wp-content/uploads/2023/09/separator_breadcrumb-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4px;
  height: 7px;
  position: absolute;
  top: 8px;
}

/* SCROLL */
.with_scroll {
  max-height: 200px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

/* Feedier */
.feedier-widget--engager.is-ready {
  bottom: 90px !important;
}