/* list */

.actu-item {
    height: auto!important;
}

.actu-item .date {
    font-size: 100px!important;
    top: -13px!important;
}

.actu-item .intro {
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary);
    font-size: var(--textXL);
}

.actu-item:before {
    display: none;
}

/* show */

.dte {
    color: var(--primary);
    margin-top: 7px;
    font-size: 16px;
    font-weight: 600;
}

.pdf-viewer {
    margin-top: var(--marginM);
    margin-bottom: var(--marginL);
    height: 1400px;
}

@media screen and (max-width: 1200px) {
    .pdf-viewer {
        height: 1250px;
    }
}

@media screen and (max-width: 900px) {
    .pdf-viewer {
        height: 800px;
    }
}

@media screen and (max-width: 700px) {
    .pdf-viewer {
        height: 500px;
    }
}