@charset "UTF-8";
/*
Theme Name: Belleflamme theme
Theme URI: https://www.paulbelleflamme.com/
Author: Mestdagh Nicolaï
Author URI: https://www.legrenie.be
Description: Thême custom pour le site de Paul Belleflamme économiste belge
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: belleflamme
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600; }

h1 {
  font-size: 72px !important;
  z-index: 2;
  position: relative; }

h2 {
  color: #a3b4c4;
  font-weight: lighter;
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: right; }

hr {
  height: 2px !important;
  background: #a3b4c4;
  display: block;
  opacity: 1 !important; }

a {
  transition: color 0.5s ease; }

/* =========================
   Header & branding
   ========================= */
#Header {
  background: #1d2d44; }

.navbar-brand {
  padding: 1em; }
  .navbar-brand img {
    max-height: 76px;
    width: auto;
    height: auto;
    display: block; }

/* =========================
   Menu principal
   ========================= */
#menu-primary, #menu-my-menu {
  height: 96px;
  /* Niveau 1 uniquement */
  /* Bouton caret (+ / −) */ }
  #menu-primary > li, #menu-my-menu > li {
    font-size: 16pt;
    text-transform: uppercase;
    transition: background 1s ease;
    /* Lien niveau 1 uniquement */
    /* Sous-menus (niveau 2) */ }
    #menu-primary > li:hover, #menu-my-menu > li:hover {
      background: #3E4C59; }
    #menu-primary > li > div > a, #menu-my-menu > li > div > a {
      height: 96px;
      line-height: calc(96px - 2rem);
      color: #f5f0eb;
      display: flex;
      align-items: center;
      text-decoration: none; }
    #menu-primary > li > ul > li, #menu-my-menu > li > ul > li {
      font-size: 14pt;
      text-transform: none; }
      #menu-primary > li > ul > li:after, #menu-my-menu > li > ul > li:after {
        content: "";
        background: #f5f0eb;
        display: block;
        height: 2px;
        position: absolute;
        left: 1em;
        bottom: -3px;
        right: 1em; }
      #menu-primary > li > ul > li:last-child:after, #menu-my-menu > li > ul > li:last-child:after {
        content: "";
        display: none; }
      #menu-primary > li > ul > li > a, #menu-my-menu > li > ul > li > a {
        color: #f5f0eb; }
      #menu-primary > li > ul > li li:after, #menu-my-menu > li > ul > li li:after {
        content: "";
        background: #f5f0eb;
        display: block;
        height: 2px;
        position: absolute;
        left: 1em;
        bottom: -3px;
        right: 1em; }
      #menu-primary > li > ul > li li:last-child:after, #menu-my-menu > li > ul > li li:last-child:after {
        content: "";
        display: none; }
  #menu-primary .dropdown-item, #menu-my-menu .dropdown-item {
    color: #f5f0eb;
    position: relative; }
    #menu-primary .dropdown-item:hover, #menu-my-menu .dropdown-item:hover {
      color: #1d2d44;
      background: none; }
  #menu-primary button.bf-caret, #menu-my-menu button.bf-caret {
    color: #f5f0eb;
    line-height: calc(96px - 2rem);
    outline: none;
    box-shadow: none; }
    #menu-primary button.bf-caret:focus, #menu-primary button.bf-caret:focus-visible, #menu-my-menu button.bf-caret:focus, #menu-my-menu button.bf-caret:focus-visible {
      outline: none;
      box-shadow: none; }
    #menu-primary button.bf-caret .bf-caret-icon, #menu-my-menu button.bf-caret .bf-caret-icon {
      display: inline-block;
      font-size: 20pt;
      width: 1rem;
      /* évite les sauts entre + et − */
      text-align: center;
      line-height: 1;
      position: relative;
      top: 5px; }

/* =========================
   Dropdowns (tous niveaux)
   ========================= */
.dropdown-menu {
  background: #a3b4c4;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.12s ease, visibility 0.12s ease; }

/* Positionnement niveau 2+ */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.25rem;
    margin-left: 0.1rem; }

/* (Legacy caret bootstrap si jamais) */
.bf-caret .dropdown-toggle::after {
  vertical-align: middle; }

/* =========================
   Hover desktop contrôlé par .bf-hover
   ========================= */
@media (min-width: 992px) {
  /* N’afficher au survol que si le body possède .bf-hover (géré par JS) */
  body.bf-hover .navbar .dropdown:hover > .dropdown-menu:not(.show),
  body.bf-hover .navbar .dropdown-submenu:hover > .dropdown-menu:not(.show) {
    display: block;
    visibility: visible;
    opacity: 1; } }
/* Micro-optim pour le rendu des menus animés */
#menu-primary .dropdown-menu,
#menu-primary .dropdown-submenu-menu {
  will-change: opacity, transform;
  transform-origin: top left; }

.blogCard {
  border: 1px solid #f5f0eb;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 1em;
  position: relative; }
  .blogCard > a {
    box-sizing: border-box;
    display: block;
    max-height: 150px;
    overflow: hidden; }
  .blogCard .card-body {
    min-height: 350px; }
    .blogCard .card-body a {
      color: #3E4C59; }
      .blogCard .card-body a:hover {
        color: #a3b4c4; }
  .blogCard .btn {
    position: absolute;
    right: 1em;
    bottom: 1em; }

.parallax-section {
  position: relative;
  overflow: hidden; }

.parallax-wrapper {
  position: relative;
  height: 70vh;
  /* hauteur de la section */
  display: flex;
  align-items: center;
  justify-content: center; }

.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* l’image couvre toute la zone */
  object-position: center;
  transform: translateZ(0);
  will-change: transform; }

.parallax-overlay {
  position: relative;
  z-index: 2;
  text-align: center; }

.parallax-img {
  min-height: 70vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-attachment: fixed; }

.content-parallax {
  background: rgba(255, 255, 255, 0.7);
  padding: 1em; }
  .content-parallax a {
    color: #1d2d44;
    font-weight: bold;
    text-decoration: none; }

#Footer {
  padding: 2em 0;
  background: #a3b4c4;
  color: #faf9f7; }
  #Footer h3 {
    font-size: 30pt;
    margin-bottom: 1cap;
    font-weight: lighter; }
  #Footer h4 {
    margin: 0;
    font-size: 14pt;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold; }
  #Footer p {
    margin: 0;
    line-height: 1.5; }
    #Footer p a {
      text-decoration: none;
      color: #faf9f7; }
      #Footer p a:hover {
        color: #f5f0eb; }

#Introduction {
  font-size: 30px;
  line-height: 1.2;
  color: #3E4C59; }
  #Introduction h1 a {
    font-size: 72px;
    text-decoration: none;
    color: #1d2d44;
    font-weight: lighter; }
  #Introduction p a {
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    color: #1d2d44; }
    #Introduction p a:hover {
      color: #a3b4c4; }

#Biography {
  background: #f5f0eb;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  #Biography h3 {
    font-size: 30px; }
  #Biography a {
    font-weight: bold;
    text-decoration: none;
    color: #1d2d44; }
    #Biography a:hover {
      color: #a3b4c4; }
  #Biography p {
    font-size: 14px; }

#BookHome {
  margin: 2em 0;
  background: #f5f0eb;
  text-align: center; }
  #BookHome h2 {
    text-align: left;
    color: #1d2d44; }
  #BookHome h3 {
    margin: 1em;
    font-size: 16px; }
    #BookHome h3 a {
      text-decoration: none;
      color: #1d2d44;
      font-family: "Open Sans", Arial, sans-serif; }
    #BookHome h3 span {
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: lighter;
      max-width: 200px;
      display: inline-block;
      height: 60px;
      color: #3E4C59; }
  #BookHome .btn {
    background: #1d2d44;
    padding: 0.4em 1em 0.5em 1em;
    color: #faf9f7;
    font-size: 20px;
    font-family: "Playfair Display", Georgia, serif;
    border-radius: 0; }
    #BookHome .btn:hover {
      background: #a3b4c4; }
  #BookHome img {
    margin-top: 1em; }

#Students h2, #BlogHome h2 {
  text-align: left;
  color: #1d2d44; }

.single-book h2 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #3E4C59;
  font-size: 24px; }
.single-book #ContentBook {
  background: #f5f0eb;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.2); }
  .single-book #ContentBook a {
    text-decoration: none;
    font-weight: bold;
    color: #1d2d44; }
    .single-book #ContentBook a:hover {
      color: #a3b4c4; }
.single-book figure {
  margin: 0; }
.single-book .nav-links .nav-previous {
  float: left; }
.single-book .nav-links .nav-next {
  float: right;
  text-align: right; }
.single-book .nav-links a {
  text-decoration: none; }
  .single-book .nav-links a span:last-child {
    color: #1d2d44;
    font-weight: bold; }
    .single-book .nav-links a span:last-child:hover {
      color: #a3b4c4; }

.btn-bf {
  background: #1d2d44;
  padding: 0.4em 1em 0.5em 1em;
  color: #faf9f7;
  font-size: 20px;
  font-family: "Playfair Display", Georgia, serif;
  border-radius: 0; }
  .btn-bf:hover {
    background: #a3b4c4;
    color: #faf9f7; }

.nav-links {
  width: 100%;
  padding-bottom: 1em; }

.nav-previous {
  float: left; }
  .nav-previous a {
    text-decoration: none !important; }
  .nav-previous .h6 {
    font-size: 18pt;
    color: #1d2d44;
    font-family: "Playfair Display", Georgia, serif; }

.nav-next {
  float: right;
  text-align: right; }
  .nav-next a {
    text-decoration: none !important; }
  .nav-next .h6 {
    font-size: 18pt;
    color: #1d2d44;
    font-family: "Playfair Display", Georgia, serif; }

.post-password-form {
  margin-top: 3em;
  background: #f5f0eb;
  padding: 2em;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  .post-password-form label {
    font-weight: bold; }
  .post-password-form input {
    padding: 0.5em 1em;
    border: 0;
    border-radius: 0; }
  .post-password-form input[type="submit"] {
    background: #1d2d44;
    color: #faf9f7;
    border: 0;
    padding: 0.5em 1em;
    transition: background 0.5s ease; }
    .post-password-form input[type="submit"]:hover {
      background: #a3b4c4; }

.wp-block-list li {
  border-bottom: 2px dotted #a3b4c4;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .wp-block-list li strong {
    color: #3E4C59; }
  .wp-block-list li a {
    text-decoration: none;
    color: #1d2d44;
    font-weight: bold; }
    .wp-block-list li a:hover {
      color: #a3b4c4; }

/*# sourceMappingURL=style.css.map */
