.FooterRS a:hover {
  font-size: 32px;
}

.tag-actu {
    background-color: #B40B0B;
    border-radius: 50px;
}

.BubbleContainer {
    transition: right 0.5s;
}

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

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;
    }
}

.ReaContent {
    opacity: 0;
    transition: opacity .3s, background-image .3s;
}

.ReaContainer:hover .ReaContent {
        opacity: 1;
}

@media (max-width: 1024px) {
    .ReaContent {
        opacity: 1;
    }
}

.elementor-post__thumbnail {
    border-radius: 32px;
}