/* === SUPPRIMER LE FOOTER PKP === */
.pkp_brand_footer,
.pkpsite-footer .pkp_brand_footer {
  display: none !important;
}

/* === LOGO À DROITE === */
.pkp_site_name_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pkp_site_name {
  order: 2;
}

.pkp_navigation_primary {
  order: 1;
}

/* === TYPO PLUS ACADÉMIQUE === */
body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.pkp_site_name h1 {
  font-family: "Playfair Display", serif;
}

/* deplacer le logo */

/* =====================================================
   FOOTER IIRDD – ALIGNEMENT LOGO + TEXTE
===================================================== */

.iirdd-footer {
  background: #f4f6f9;
  padding: 30px 0;
  font-size: 0.95rem;
  color: #444;
}

.footer-left p:first-child {
  display: flex;
  align-items: center; /* ALIGNEMENT VERTICAL */
  gap: 12px;
  margin-bottom: 10px;
}

/* Logo footer */
.footer-logo {
  width: 48px;      /* taille maîtrisée */
  height: auto;
  display: block;
}

/* Colonne droite */
.footer-right {
  text-align: right;
}

.footer-links a {
  color: #0b3c68;
  text-decoration: none;






/* =====================================================
   HEADER – ALIGNEMENT RISD + LOGO À DROITE
===================================================== */

.pkp_site_name_wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

/* Logo RISD */
.pkp_site_name img {
  max-height: 70px;
}

/* Titre de la revue */
.pkp_site_name h1 {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #0b3c68;
}

/* =====================================================
   MENU PRINCIPAL
===================================================== */

.pkp_navigation_primary {
  border-bottom: 1px solid #e1e5ea;
}

.pkp_navigation_primary > li > a {
  font-weight: 500;
  padding: 12px 16px;
}

.pkp_navigation_primary > li.current > a {
  color: #0b3c68;
  border-bottom: 3px solid #0b3c68;
}

/* =====================================================
   BANNIÈRE / IMAGE D’EN-TÊTE
===================================================== */

.pkp_page_index .homepage_image {
  margin-bottom: 2rem;
}

.pkp_page_index .homepage_image img {
  width: 100%;
  border-radius: 6px;
}

/* =====================================================
   SIDEBAR GAUCHE
===================================================== */

.pkp_block {
  background: #f8f9fb;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}

.pkp_block_title {
  font-size: 1rem;
  color: #0b3c68;
  border-bottom: 1px solid #dce2ea;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

/* Boutons */
.pkp_block a.button {
  background: #0b3c68;
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
}

/* =====================================================
   LISTE DES ARTICLES
===================================================== */

.obj_article_summary {
  border-bottom: 1px solid #e1e5ea;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}

.obj_article_summary h3 {
  color: #0b3c68;
}

/* Badge Open Access */
.open_access {
  color: #e67e22;
  font-weight: 600;
}

/* =====================================================
   FOOTER (PROPRE & DISCRET)
===================================================== */

.pkpsite-footer {
  background: #f4f6f9;
  padding: 30px 0;
  font-size: 0.9rem;
  color: #555;
}
