/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Force le header à rester sticky */
.main-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background-color: #fff; /* optionnel : couleur de fond */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optionnel : ombre */
}

.accordion {
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
}

.active, .accordion:hover {
  background-color: #ddd;
}

.panel {
  padding: 0 14px;
  display: none;
  background-color: white;
  overflow: hidden;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}