/*
Theme Name:   generatepress-child
Theme URI:    https://frap-archeo-prog.org/
Description:  Version modifiée du thème generatepress pour le site de la FRAP
Author:       Thomas Perrin
Author URI:    https://traces.univ-tlse2.fr/accueil/equipes-et-ateliers/prbm-prehistoire-recente-du-bassin-mediterraneen/thomas-perrin
Template:     generatepress
Version:      1.0.0
*/
/* arrière_plan des pages */
body {
    background-color: #f9f9f9 !important;
}
/* Couleur des liens */
a {
    color: #0066cc;
}

/* Taille des titres */
h1, h2, h3 {
    font-family: 'Arial', sans-serif;
    color: #333;
}

/*------------------Style pour la page Actualités----------------------- */
.container article {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.article-thumbnail img {
    max-width: 100%;
    height: auto;
}

.article-date {
    color: #666;
    font-style: italic;
    margin-bottom: 10px;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination a, .pagination span {
    padding: 8px 12px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pagination .current {
    background-color: #0073aa;
    color: white;
}

.search-form {
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

.search-form input[type="text"] {
    padding: 8px;
    width: 60%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.search-form button {
    padding: 8px 15px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.archive-filters {
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

.archive-filters h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.archive-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.archive-filters li {
    margin-bottom: 5px;
}

.archive-filters a {
    display: block;
    padding: 5px 10px;
    background: #e0e0e0;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}

.archive-filters a:hover {
    background: #0073aa;
    color: white;
}