.FooterRS a:hover {
  font-size: var(--icon-size);
  fill: white !important;
}

.FooterRS svg {
    fill: var(--e-global-color-dffe774) !important;
}

.tag-actu {
    background-color: var(--e-global-color-primary);
    border-radius: 50px;
    padding: 8px 16px;
}

.BubbleContainer {
    transition: right 0.5s;
}

.BubbleContainer:hover {
	right: 0 !important;
}

.tag-rea {
    background: #121212;
    border-radius: 50px;
    padding: 8px 16px;
}

.rea-more {
    border-radius: 8px;
    overflow: hidden;
}

.is-style-rounded {
    border-radius: 8px !important;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        -webkit-line-clamp: 5;
    }
}

.elementor-card-shadow-yes .elementor-post__card {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.1) !important;
}

.elementor-card-shadow-yes .elementor-post__card:hover {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2) !important;
}

.breadcrumb_last {
    font-weight: 700;
}

.elementor-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}