/* SCIENTIA UNIVERSALIS — identité visuelle institutionnelle */

:root {
  --su-navy: #0b3558;
  --su-blue: #086b9b;
  --su-gold: #c49a3a;
  --su-gold-light: #dfc27a;
  --su-ink: #263746;
  --su-soft: #f6f9fb;
  --su-border: #d5e0e7;
}

/* Corps des textes */
.pkp_structure_main p,
.pkp_structure_main li,
.pkp_structure_main dd,
.pkp_structure_main blockquote {
  font-size: 16px;
  line-height: 1.75;
}

.pkp_structure_main p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  overflow-wrap: break-word;
}

.pkp_structure_main ul,
.pkp_structure_main ol {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.75rem;
}

.pkp_structure_main li + li {
  margin-top: .45rem;
}

.pkp_structure_main blockquote {
  margin: 1.5rem 0;
  padding: .25rem 0 .25rem 1.25rem;
}

/* En-tête : logo et nom de la revue */
.pkp_structure_head {
  border-bottom: 3px solid var(--su-gold);
}

.pkp_site_name .is_img {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  max-width: none;
  color: #fff;
  text-decoration: none;
}

.pkp_site_name .is_img img {
  width: 80px;
  height: 80px;
  max-height: 80px;
  object-fit: cover;
  flex: 0 0 80px;
}

.pkp_site_name .is_img::after {
  content: "SCIENTIA UNIVERSALIS";
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .055em;
  white-space: nowrap;
}

.pkp_navigation_primary > li > a,
.pkp_navigation_search_wrapper a,
.pkp_navigation_user a {
  font-size: 15px;
}

/* Présentation introductive */
.homepage_about {
  margin-top: 2rem;
  padding: 1.45rem 1.65rem;
  border-left: 4px solid var(--su-blue);
  border-radius: 0 5px 5px 0;
  background: var(--su-soft);
}

.homepage_about p {
  color: var(--su-ink);
  line-height: 1.7;
}

.homepage_about p:last-child {
  margin-bottom: 0;
}

/* Pied de page plus discret */
.pkp_structure_footer_wrapper {
  border-top: 1px solid var(--su-border);
  background: #eef2f4;
}

.pkp_structure_footer {
  min-height: 0;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.pkp_brand_footer {
  padding: 0;
}

.pkp_brand_footer img {
  width: 105px;
  height: auto;
}

/* Adaptation aux écrans étroits */
@media (max-width: 767px) {
  .pkp_structure_main p,
  .pkp_structure_main li,
  .pkp_structure_main dd,
  .pkp_structure_main blockquote {
    font-size: 15px;
    line-height: 1.65;
  }

  .pkp_structure_main p {
    text-align: left;
    hyphens: none;
  }

  .homepage_about {
    margin-top: 1.25rem;
    padding: 1.15rem 1rem;
    border-left-width: 3px;
  }

  .pkp_site_name .is_img {
    gap: .7rem;
  }

  .pkp_site_name .is_img img {
    width: 58px;
    height: 58px;
    max-height: 58px;
    flex-basis: 58px;
  }

  .pkp_site_name .is_img::after {
    font-size: 1rem;
    letter-spacing: .025em;
    white-space: normal;
  }
}
