/*
Theme Name: Katen Child
Theme URI: https://themeforest.net/item/katen-blog-magazine-wordpress-theme/39652714
Template: katen
Author: ThemeGer
Author URI: https://themeger.shop
Description: Blog &amp; Magazine WordPress Theme
Version: 1.1.1747315062
Updated: 2025-05-15 15:17:42

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');

/* personnalisation du header */ 
.header-default.non-sticky{

  margin:0; 
  margin-bottom: 4px;
  padding: 0px;
  width: 100%;
  height: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#menu-header > li.menu-item.menu-item-type-custom.menu-item-object-custom.nav-item > a{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #BBB7C5;
}

#menu-header{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

#menu-header li:nth-last-child(1) {
  margin-left: auto;
}

#menu-header li:nth-child(3){
  border: 2px solid #1F215D;
  background-color: #1F215D;
  border-radius: 10px;
}

#menu-header > li.menu-item.menu-item-type-custom.menu-item-object-custom.nav-item.nav-item-1445 > a{
  color: #fff; 
}

.navbar .navbar-expand-lg{
  max-width: 1280px;
  height: 60px;
}

.navbar-nav li a.nav-link.active
{
  color: #1F215D !important;
  border-bottom: 3px solid #1F215D; 
  background: none;
  border-radius: 0;
  width: auto;
  height: 100%; 
}
.navbar-brand .logo-dark img{
  width: 160px;
}

/*hero*/ 

.hero::after{
  background: none !important;
  display: none !important;
}

/*boutons catégorie*/
.category-buttons ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 20px 0;
}

.category-buttons li {
  margin: 0;
}

.category-buttons a.btn {
  display: inline-block;
  padding: 8px 14px;
  background-color: #0073aa;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.category-buttons a.btn:hover {
  background-color: #005177;


}

/*couleur bouton*/
.wp-block-search__inside-wrapper .btn{
  background-color: #1F215D !important;
}

/*page acceuil*/

#acceuil-hero{
  background-image: url('https://blog.manukeo.com/wp-content/uploads/2025/05/271983657_517881996195544_5752930048581584268_n-copie2-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px; 
  min-height: 35vh;
  height: auto;
  text-align: center;

}

@media only screen and (max-width: 767px) {
  #acceuil-hero {
    display: none;
  }
}

#container-btn-cat{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}


/* footer */

.footer{
  background-color: #1F215D;
  padding-top: 10px;
}

.footer a{
  color: #fff;
}

.footer .widget-title{
  color: #706B7D;
}

.footer-inner{
   display: none !important;
}

