.presse__item:hover { opacity: 0.7; }

.presse__logo-placeholder {
    flex: 1;
    height: 80px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #9E9B96;
    text-align: center;
    padding: 8px;
}


.presse__item {
    border: 1px solid var(--rose-light);
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: border-color var(--transition);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-decoration: none;
}

.presse__item:hover { border-color: var(--bordeaux); }

.presse__logo-img { max-height: 60px; width: auto; object-fit: contain; }

.presse__item-titre {
    font-size: 13px;
    color: var(--bordeaux);
    text-align: center;
    margin: 0;
    line-height: 1.4;
}
