/* body {
    background-color: darkkhaki;
} */

#press-page {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

    padding-bottom: var(--main-top);
}

.press-links {
    list-style: none;
    min-width: var(--small-text-bloc);
    width: calc(var(--colonne) * 6);
    text-align: center;
}

.press-links li {
    margin-bottom: 2em;
}

/* .press-links li:last-child {
    margin-bottom: 0.5em;
} */

@media screen and (max-width: 650px) {

    #press-page {
        width: var(--mobile-width);
        min-width: var(--mobile-width);
        min-height: var(--min-height-mobile);

        overflow-x: hidden;
        margin: 0 var(--small-margin);
        padding-bottom: 0;
    }

    .press-links {
        width: calc(var(--colonne-mobile) * 8);
        min-width: calc(var(--colonne-mobile) * 8);
    }

    a.underline {
        text-decoration: underline;
        text-underline-offset: 0.13em;
    }
}