/* Custom CSS */
/* line 2, ../sass/actualite.scss */
.actualite-teaser-wrapper-global {
  min-height: 400px;
  height: 400px;
  overflow: hidden;
}
/* line 6, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  width: 100%;
}
/* line 17, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .title-wrapper {
  z-index: 1;
  padding: 15px;
}
/* line 27, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .hover-wrapper {
  background-color: var(--e-global-color-secondary);
  padding: 0 15px;
  height: 0;
  transition: 0.5s;
  z-index: 1;
  width: 100%;
}
/* line 35, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .description-wrapper {
  z-index: 1;
  position: relative;
}
/* line 38, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .description-wrapper .elementor-post__excerpt {
  color: #FFFFFF;
  line-height: 1.4;
}
/* line 43, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .actions-wrapper {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
/* line 48, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .date-wrapper {
  z-index: 1;
}
/* line 50, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .date-wrapper .elementor-post-date {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
}
/* line 57, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .more-info-wrapper {
  z-index: 1;
}
/* line 59, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .more-info-wrapper .elementor-post__read-more {
  color: #FFFFFF;
}
/* line 61, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .background-wrapper .more-info-wrapper .elementor-post__read-more:hover {
  text-decoration: underline;
}
/* line 71, ../sass/actualite.scss */
.actualite-teaser-wrapper-global .filter-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
}
/* line 81, ../sass/actualite.scss */
.actualite-teaser-wrapper-global:hover .background-wrapper .hover-wrapper {
  height: 50%;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* line 94, ../sass/actualite.scss */
.elementor-pagination .text-before-pagination {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 105, ../sass/actualite.scss */
  .actualite-teaser-wrapper {
    min-height: 380px !important;
    height: 380px !important;
  }
  /* line 108, ../sass/actualite.scss */
  .actualite-teaser-wrapper .background-wrapper .title-wrapper .elementor-post__title,
  .actualite-teaser-wrapper .background-wrapper .title-wrapper .elementor-post__title a {
    font-size: 20px !important;
  }
  /* line 113, ../sass/actualite.scss */
  .actualite-teaser-wrapper:hover .background-wrapper .hover-wrapper {
    height: 0 !important;
    padding: 0px 15px !important;
    display: none !important;
  }
}
