/*
	Theme Name: Hello Elementor child
    template: hello-elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.4.2
	Stable tag: 2.4.2
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.Tittle-bars h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; /* couleur du texte */
  gap: 20px; /* espace entre les traits et le texte */
}
.Tittle-bars h2::before,
.Tittle-bars h2::after {
  content: "";
  height: 2px;
  width: 60px; /* largeur des traits */
  background-color: white;
}
.Tittle-bars.blue h2::before,
.Tittle-bars.blue h2::after {
  background-color: #3d69f8;
}
.elementor-icon-wrapper {
  display: flex;
  align-items: center;
}
.elementor-element-5417fb9 .elementor-loop-container {
  height: 100%;
}
.el-slidebar__toggle:hover,
.el-slidebar__toggle:focus {
  background: #fff; /* on garde le fond blanc */
  color: inherit; /* on ne force pas la couleur */
  outline: none; /* enlève le contour si besoin */
}
.el-slidebar__toggle:hover .el-slidebar__icon {
  color: #2e5bd8; /* la flèche passe en bleu */
}
