
/* =========================
   MASQUER LOGO OJS
========================= */
.pkp_brand_footer {
    display: none !important;
}

/* =========================
   FOOTER FIXE EN BAS (IMPORTANT)
========================= */
html,
body {
    height: 100%;
}

.pkp_structure_page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.pkp_structure_content {
    flex: 1;
}

/* =========================
   HEADER
========================= */
.pkp_structure_head,
.pkp_navigation_primary_row {
    background: linear-gradient(100deg, #0b2f52, #124e88) !important;
}

/* =========================
   FOOTER WRAPPER
========================= */
.pkp_structure_footer_wrapper {
    background: linear-gradient(100deg, #0b2f52, #124e88) !important;
    padding: 6px 0 !important;   /* réduit pour éviter “trop haut” */
    margin-top: auto;
}

/* =========================
   FOOTER BLOC INTERNE
========================= */
.pkp_structure_footer {
    background: #9F1C35 !important;
    color: #fff !important;

    max-width: 1150px;
    margin: 0 auto;

    padding: 6px 10px !important; /* réduit aussi */
    text-align: center;
    border-radius: 8px;
    line-height: 1.4;
}

/* =========================
   FORCE TEXTE BLANC
========================= */
.pkp_structure_footer,
.pkp_structure_footer * {
    color: #fff !important;
}

/* liens */
.pkp_structure_footer a {
    color: #fff !important;
    text-decoration: underline;
}