/* Masquer le logo OJS */
.pkp_brand_footer {
    display: none !important;
}

/* Garder le footer collé en bas */
html,
body {
    height: 100%;
}

.pkp_structure_page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.pkp_structure_content {
    flex: 1;
}
/* En-tête */
.pkp_structure_head,
.pkp_navigation_primary_row {
    background: linear-gradient(100deg, #0b2f52, #124e88) !important;
}

/* Fond général du footer */
.pkp_structure_footer_wrapper {
   background: linear-gradient(100deg, #0b2f52, #124e88) !important;    
    padding: 8px 0 !important;
    margin-top: auto;
}

/* Bloc contenant le texte */
.pkp_structure_footer {
    background: #9F1C35 !important;
    color: #fff !important;
    max-width: 1150px;
    margin: 0 auto;
    padding: 5px 10px !important;
    text-align: center;
    border-radius: 8px;
    line-height: 1.4;
}

/* Forcer le texte en blanc */
.pkp_structure_footer,
.pkp_structure_footer * {
    color: #fff !important;
}