.veille {
    text-align: center;
    overflow: auto;
    h2 {
        color: #3b3b3b;
        font-size: 1.5rem;
        font-weight: bold;
    }
    article {
        text-align: left;
        text-align: left;
        padding: 20px;
        margin: 20px;
        background: #d1f7ed;
        border-radius: 20px;
    }
    .MagazineLayout {
        display: flex;
        gap: 20px;
        padding: 12px;
        align-items: center;
        .EntryMetadata {
            font-size: 1.5rem;
            font-weight: bold;
            visibility: hidden;
        }
        .EntryTitleLink {
            font-size: 1.5rem;
            font-weight: bold;
            visibility: visible;
            line-height: 0.9;
        }
        .authors {
            font-size: 0.8rem;
            font-weight: bold;
            visibility: visible;
            line-height: 0.9;
        }
        .EntryVisual__visual {
            height: 130px;
            width: 130px;
            background-size: cover;
        }
        .EntrySummary {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            overflow: hidden;
            margin-top: 0.25rem;
            word-break: break-word;
        }
    }
}

.cquoi {
    background-color: #2D2E2E;
    h2 {
        color: #A1BBFF;
    }
    section {
        margin: 20px;
        padding: 30px;
        background-color: #ffffff13;
        border-radius: 30px;
    }
    ul {
        flex-direction: column;
        align-items: start;
    }
}