

/* ── c-temoignage ── */
.c-temoignage {
    background-color: #D7EAD9;
    padding: 48px 0;
}

.c-temoignage .u-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 32px;
}

.c-temoignage .e-label {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #074F3C;
    margin-bottom: 24px;
}

.c-temoignage .e-body {
    position: relative;
    padding-left: 56px;
}

.c-temoignage .e-quote-icon {
    position: absolute;
    top: -60px;
    left: 30px;
    font-size: 15rem;
    line-height: 1;
    color: #074F3C;
    opacity: 0.15;
    font-family: Georgia, serif;
    user-select: none;
    z-index: 0;
}

.c-temoignage .e-text {
    position: relative;
    z-index: 1;
}

.c-temoignage .e-text {
    color: #697773;
    font-size: 15px;
    line-height: 1.7;
}

.c-temoignage .e-text p {
    margin-bottom: 14px;
}

.c-temoignage .e-author {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 28px;
}

.c-temoignage .e-author-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.c-temoignage .e-author-name {
    font-weight: 700;
    font-size: 16px;
    color: #074F3C;
}
