/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

.elu-nom {
    margin-bottom: 0;
}

.elu-box {
    justify-content: start !important;
}

.elus-associes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.download-button {
    margin-top: 20px;
    border: 2px solid #363636;
    padding: 10px;
    text-decoration: none;
    color: #363636;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.download-button a:link {
    text-decoration: none;
    color: #363636;
}

.download-button a:visited {
    text-decoration: none;
    color: #363636;
}

.download-button p {
    margin: 0;
    text-decoration: none;
    color: #363636;
}

.hidden-pdf-url {
    display:none;
}




.liste-questions {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.question-item {
    background: #f9f9f9;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.question-item:hover {
    transform: scale(1.01);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.question-item h2 {
    margin: 0;
    font-size: 20px;
}

.question-item a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.question-item a:hover {
    color: var(--e-global-color-accent);
}

.question-item div {
    margin: 5px 0;
}

.question-date {
    color: var(--e-global-color-secondary);
}

.questions-auteurs {
    color: var(--e-global-color-text);
}

.questions-auteurs a {
    color: var(--e-global-color-5f96154);
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.pagination .current {
    background: #333;
    color: white;
}

.pagination a:hover {
    background: #005f8d;
}

.badge-reponse {
    background-color: #28a745; /* Vert pour indiquer une réponse */
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.foot-content {
    display: flex;
    align-items: center;
    gap: 24px;
}