/*
Theme Name: Hello Elementor Child
Description: Thème enfant pour Hello Elementor pour FFER
Template: hello-elementor
Version: 1.0.0
*/

@import url("../hello-elementor/style.css");

/* Styles spécifiques aux congrès */
/* Onglets de l'espace loggé */
.logged-tabs-nav {
    display: flex;
    border-bottom: 2px solid #e1e5e9;
    margin-bottom: 2rem;
}

.tab-btn {
    padding: 1rem 2rem;
    border: none;
    background: transparent;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-btn.active {
    border-bottom-color: #BE467B;
    color: #BE467B;
    font-weight: bold;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Filtres */
.presentations-filters,
.posters-filters {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.filter-input,
.filter-select {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 200px;
}

/* Bouton dépôt abstract */
.depot-abstract-section {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.btn-primary {
    background-color: #BE467B;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #a03866;
}
