/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Blog header Aly April 5th 2024 Fix blog header padding*/ 
.blog-header {
  padding: 40px 0 0;
  /* Blog header - author listing */
}

/* Audray April 10 2024 */
/* Fix blog post banner image so that it's not too wide */ 
.blog-header--post {
  background-size: auto;
}

/* Aly April 24 2024 */
/* Fix on blog search page so that the word "topic" is hiden and not in the wrong language */ 
.blog-header__preheader {
  display: none;
}

/* Audray April 24 2024 */
/* Add word "all" in correct language on french page */ 
html:lang(fr) .blog-tags li:first-child a::before {
  content: "Tous /";
}
/* Aly April 24 2024 */
/* Fix on the menu font type and padding */   
}
.kl-navbar__button {
  font-weight: normal;
}
.kl-navbar__item {
  margin: 0 25px;
}
.kl-navbar__description h2 {
  font-weight: normal;
}
.kl-navbar__description h3 {
  font-weight: normal;
}
.kl-navbar-submenu__item a {
  font-weight: normal;
}