﻿/* =========================================================
   RSM - Revue Scientifique de Madagascar
   Masquage du bloc OJS / PKP
   ========================================================= */

/* Bloc OJS/PKP */
.pkp_brand_footer,
.pkp_brand_footer a,
.pkp_brand_footer img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Si le thème Bootstrap 3 place le bloc dans une colonne */
.pkp_structure_footer .pkp_brand_footer {
    display: none !important;
}

/* Pied de page personnalisé RSM */
.pkp_footer_content {
    text-align: center;
}