@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: 62px !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; }

#menu-primary > li > ul > li,
#menu-my-menu > li > ul > li {
  position: relative; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    padding: 0.5em 1em;
    max-height: 76px;
    width: auto;
    height: auto;
    display: block; }
  @media (min-width: 576px) {
    .navbar-brand {
      padding: 1em; }
      .navbar-brand img {
        padding: 0; } }

/* Centre le logo même avec le toggler en position absolute */
.bf-mobile-logo .navbar-brand {
  display: inline-block; }

/* Optionnel : s'assurer que le bouton ne "pousse" rien */
.navbar-toggler {
  z-index: 2;
  margin-left: 1em;
  border: 1px solid #faf9f7 !important; }

.navbar-toggler-icon {
  filter: invert(1); }

#menu-primary {
  /* Lien niveau 1 uniquement */ }
  #menu-primary li {
    border-bottom: 1px solid #a3b4c4; }
  #menu-primary a {
    color: #1d2d44; }
  #menu-primary .bf-caret {
    float: right;
    font-size: 1.5em;
    position: absolute;
    right: 0;
    text-decoration: none;
    color: #1d2d44; }

@media (min-width: 576px) {
 /* =========================
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;
      min-width: 300px;
      white-space: wrap; }
      #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;
      position: relative;
      font-size: 14px; }
      #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;
      right: 100%;
      margin-top: -0.25rem;
      margin-right: 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; }

@media (max-width: 575px) {
  .dropdown-menu {
    position: relative;
    border: 0; }

  #menu-primary {
    /* Lien niveau 1 uniquement */ }
    #menu-primary ul.show {
      border-radius: 0;
      border-top: 1px solid; }
    #menu-primary .dropdown-submenu {
      border-bottom: 1px dotted #a3b4c4; }
      #menu-primary .dropdown-submenu a {
        white-space: wrap;
        color: #a3b4c4; }
    #menu-primary li:last-child {
      border-bottom: 0; } }
.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; }

.studentCard {
  border: 1px solid #f5f0eb;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 1em;
  position: relative; }
  .studentCard > a {
    box-sizing: border-box;
    display: block;
    overflow: hidden; }
  .studentCard .card-body {
    min-height: 150px; }
    .studentCard .card-body a {
      color: #3E4C59; }
      .studentCard .card-body a:hover {
        color: #a3b4c4; }
  .studentCard .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; }

#ResearchHome .blogCard .card-body {
  min-height: 200px; }

#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; }
  #Footer #wpcf7-f1088-o1, #Footer #wpcf7-f1088-o2 {
    position: relative;
    margin-top: 2em; }
    #Footer #wpcf7-f1088-o1 label, #Footer #wpcf7-f1088-o2 label {
      margin: 0;
      font-size: 14pt;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: bold; }
    #Footer #wpcf7-f1088-o1 input, #Footer #wpcf7-f1088-o2 input {
      margin-top: 2px;
      border: 0;
      padding: 3px 5px;
      width: 100%; }
  #Footer hr {
    background: #faf9f7;
    height: 1px; }

.lineLeft {
  border-left: 2px solid #faf9f7; }

ul.footer-menu {
  list-style: none;
  display: flex;
  /* Active le mode flexbox */
  flex-direction: row;
  /* Aligne les li horizontalement (par défaut) [3] */
  justify-content: space-between;
  /* Espace uniformément les éléments */
  padding: 0;
  margin: 0; }
  ul.footer-menu > li {
    padding: 0;
    font-size: 14pt;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    width: 100%; }
    ul.footer-menu > li a {
      color: #f5f0eb;
      text-decoration: none; }
    ul.footer-menu > li ul.sub-menu {
      margin-top: 1em;
      list-style: none;
      padding: 0; }
      ul.footer-menu > li ul.sub-menu li {
        font-weight: normal; }
        ul.footer-menu > li ul.sub-menu li a {
          color: #faf9f7;
          text-decoration: none;
          font-size: 1rem; }

#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,
#Students {
  margin: 2em 0;
  background: #f5f0eb;
  text-align: center; }
  #BookHome h2,
  #Students h2 {
    text-align: left;
    color: #1d2d44; }
  #BookHome h3,
  #Students h3 {
    margin: 1em;
    font-size: 16px; }
    #BookHome h3 a,
    #Students h3 a {
      text-decoration: none;
      color: #1d2d44;
      font-family: "Open Sans", Arial, sans-serif; }
    #BookHome h3 span,
    #Students h3 span {
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: lighter;
      max-width: 200px;
      display: inline-block;
      height: 60px;
      color: #3E4C59; }
  #BookHome .btn,
  #Students .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,
    #Students .btn:hover {
      background: #a3b4c4; }
  #BookHome img,
  #Students img {
    margin-top: 1em; }

.see-more {
  width: 200px;
  display: inline-block;
  margin: 0 auto;
  color: #1d2d44;
  text-decoration: none;
  background: none;
  border: 0;
  text-align: center;
  font-size: 16px; }
  .see-more:hover {
    color: #f5f0eb; }

#ResearchHome {
  margin-bottom: 5em; }

#Students h2,
#BlogHome h2,
#ResearchHome h2 {
  text-align: left;
  color: #1d2d44; }

#Students {
  background: #ffffff; }

.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; }

#content #wpcf7-f1117-p86-o1 {
  background: #f5f0eb;
  padding: 1em; }
  #content #wpcf7-f1117-p86-o1 label {
    margin: 0;
    font-size: 14pt;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    color: #1d2d44; }
  #content #wpcf7-f1117-p86-o1 form,
  #content #wpcf7-f1117-p86-o1 p,
  #content #wpcf7-f1117-p86-o1 span,
  #content #wpcf7-f1117-p86-o1 label {
    width: 100%; }
  #content #wpcf7-f1117-p86-o1 input,
  #content #wpcf7-f1117-p86-o1 textarea {
    margin-top: 2px;
    border: 0;
    padding: 3px 5px;
    width: 100%; }
  #content #wpcf7-f1117-p86-o1 .wpcf7-submit {
    width: auto;
    background: #1d2d44;
    color: #f5f0eb;
    padding: .5em 1em; }

.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 */
