.show-more {
    display: block;
    background-color: unset !important;
    color: var(--e-global-color-text);
    border: none !important;
    cursor: pointer;

    b {
        margin-right: 20px;
    }
}

.temoignage-item .short-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
