@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
.gv-presse {
    max-width: 1320px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 20px;
}

.gv-presse-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.gv-presse-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.gv-presse-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gv-presse-sort-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    white-space: nowrap;
    border: none;
    background: #f1f1f1;
    color: #6a4a1a;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 18px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.gv-presse-sort-icon {
    font-size: 16px;
    line-height: 1;
}

.gv-presse-sort-btn:hover,
.gv-presse-sort-btn:focus {
    background: #e8a020;
    color: #ffffff;
    outline: none;
}

.gv-presse-select-annee {
    display: none;
}

@media (max-width: 600px) {
    /* Sur mobile : select à la place des pastilles + bouton tri sur même ligne */
    .gv-presse-toolbar {
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
    }

    .gv-presse-pills { display: none !important; }

    .gv-presse-select-annee {
        display: block !important;
        flex: 1;
        min-width: 0;
        appearance: none;
        -webkit-appearance: none;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #6a4a1a;
        background: #f1f1f1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236a4a1a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
        border: none;
        border-radius: 20px;
        padding: 9px 36px 9px 16px;
        cursor: pointer;
    }
    .gv-presse-select-annee:focus { outline: 2px solid #e8a020; }

    .gv-presse-sort-btn {
        flex-shrink: 0;
        padding: 9px 12px;
        background: #f1f1f1 !important;
        color: #6a4a1a !important;
        line-height: 1;
    }
    .gv-presse-sort-btn:hover,
    .gv-presse-sort-btn:focus {
        background: #e8a020 !important;
        color: #ffffff !important;
    }
    .gv-presse-sort-text { display: none; }
    .gv-presse-sort-icon { font-size: 18px; }
}

.gv-presse-pill {
    border: none;
    background: #f1f1f1;
    color: #6a4a1a;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

.gv-presse-pill.active,
.gv-presse-pill:hover {
    background: #e8a020;
    color: #ffffff;
}

.gv-presse-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.gv-presse-card {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gv-presse-card.gv-presse-hidden {
    display: none;
}

.gv-presse-image {
    display: block;
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 6px 6px 0 0;
}

.gv-presse-body {
    padding: 18px 20px 22px;
    position: relative;
}

.gv-presse-annee {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #4aa8c8;
    border-radius: 12px;
    padding: 3px 10px;
    margin-bottom: 8px;
}

.gv-presse-card h2 {
    font-family: 'Caveat', cursive;
    color: #4aa8c8;
    font-size: 30px;
    margin: 0 0 6px;
    line-height: 1.15;
}

.gv-presse-source {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #6a4a1a;
    font-size: 14px;
    margin: 0 0 12px;
}

.gv-presse-texte {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.gv-presse-texte p {
    margin: 0 0 10px;
}

.gv-presse-texte p:last-child {
    margin-bottom: 0;
}

.gv-presse-auteur {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #888;
    font-size: 13px;
    margin: 10px 0 0;
}

.gv-presse-liens-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.gv-presse-lien {
    display: inline-block;
    background: #6a4a1a;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    padding: 7px 14px;
    border-radius: 4px;
    transition: opacity 0.2s ease;
}

.gv-presse-lien:hover {
    opacity: 0.85;
    color: #ffffff;
}

/* Lightbox */
.gv-presse-lightbox-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
}

.gv-presse-lightbox-overlay.active {
    display: flex;
}

.gv-presse-lightbox-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 4px;
}

.gv-presse-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
}

@media (max-width: 600px) {
    .gv-presse-grid {
        grid-template-columns: 1fr;
    }
}
