<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blocLegende {
    margin: 96px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 59px;
}

@media (max-width: 767px) {
    .blocLegende {
        margin: 76px auto 56px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }
}

.blocLegende__text {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
}

.blocLegende__text h2 {
    margin-bottom: 24px;
}

.blocLegende__text p, .blocLegende__text .single .singleContent li, .single .singleContent .blocLegende__text li {
    margin-bottom: 24px;
}

.blocLegende__text ul {
    font-size: 14px;
    margin-bottom: 24px;
}

.blocLegende__text ul li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.blocLegende__text ul li::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #00BCBB;
    border-radius: 8px;
}

.blocLegende__text .subtitle {
    font-family: 'Prompt';
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.blocLegende__image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.blocLegende__image p, .blocLegende__image .single .singleContent li, .single .singleContent .blocLegende__image li {
    font-family: 'Prompt';
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
}

.blocLegende__image p span, .blocLegende__image .single .singleContent li span, .single .singleContent .blocLegende__image li span {
    font-weight: 500;
    font-size: 16px;
}

.blocLegende__image img {
    margin-bottom: 16px;
}
</pre></body></html>