/*
Theme Name:   Unite-H
Theme URI:    https://unite-h.com
Description:  Thème enfant de Hello Elementor pour Unite-H - Plateforme de gestion des adhérents et missions
Author:       Unite-H
Author URI:   https://unite-h.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  unite-h-child
*/

/* Styles personnalisés Unite-H peuvent être ajoutés ici */

/* Masquer le footer "All rights reserved" sur toutes les pages */
#site-footer,
.site-footer,
footer.site-footer {
    display: none !important;
}

/* Ajuster l'espacement en bas pour compenser */
body {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.site-content,
main.site-main {
    padding-bottom: 20px !important;
}

/* Corriger le responsive des boutons sur mobile */
@media (max-width: 768px) {
    button,
    .uniteh-button,
    input[type="submit"],
    input[type="button"] {
        font-size: 14px !important;
        padding: 12px 16px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        line-height: 1.4 !important;
        min-height: 48px !important;
    }

    /* Boutons dans les modales */
    .uniteh-modal button,
    .uniteh-consent-modal button,
    .uniteh-edit-modal button {
        width: 100% !important;
        max-width: 100% !important;
    }
}
