.section1 .elementor-shape,
.section2 .elementor-shape,
.section3 .elementor-shape,
.section4 .elementor-shape {
z-index: 10;
}
.massageCardContent {
opacity: 1;
background-color: rgb(0 0 0 / 0.5);
transform: scale(1);
transform-origin: center center;
transition: all 200ms ease 200ms;
}
@media screen and (min-width: 1024px) {
.massageCard:hover {
transform: scale(1.02);
}
}
.massageCardContent p {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 4;
overflow: hidden;
}
.section3 #avis .wpr-testimonial-date {
display: none;
}
.section3 #avis .wpr-testimonial-title {
display: none;
}
.section3 #avis .wpr-testimonial-content {
text-align: justify;
} .wpr-mailchimp-form .wpr-mailchimp-subscribe {
transition: transform 300ms ease 100ms;
will-change: transform;
}
.wpr-mailchimp-form .wpr-mailchimp-subscribe:hover {
transform: scale(1.1);
}