/* Cacher la mention OJS / PKP */
.pkp_brand_footer {
    display: none !important;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* IMPORTANT : pousser le contenu pour laisser le footer en bas */
#pkp_structure_content,
.pkp_structure_content,
.pkp_page_content,
.pkp_structure_main,
.pkp_page_wrapper {
    flex: 1 0 auto !important;
}


/* Appliquer le bleu foncé à tout le footer */
.pkp_structure_footer {
    background-color: rgb(42, 25, 63) !important;
    color: #ffffff !important;
    padding: 20px 0;
}

/* Appliquer la même couleur sur toute la largeur */
.pkp_structure_footer_wrapper {
    background-color: rgb(42, 25, 63) !important;
}

/* Assurer que les liens sont bien visibles 
.pkp_structure_footer a {
    color: #ffffff !important;
}
*/

