/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* ---- RESET ----*/
ins {
  text-decoration: none;
}

/* --- Personnalisation de la Scrollbar (Version Grise Minimaliste) --- */

/* Pour Chrome, Edge et Safari */
::-webkit-scrollbar {
  width: 6px;                /* Encore plus fin pour le style "gris léger" */
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;   /* Fond transparent pour plus de discrétion */
}

::-webkit-scrollbar-thumb {
  background-color: #d1d1d1; /* Gris clair par défaut */
  border-radius: 20px;       /* Très arrondi */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a0; /* Gris un peu plus soutenu au survol */
}

/* Pour Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #d1d1d1 transparent;
}


abbr[title] {
  text-decoration: none;
  color: var(--e-global-color-primary);
}

/* ---- HEADER ---- */
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
  display: none !important;
}

/* Mega menu */
#mega-menu-fenetres,
#mega-menu-portes-fenetres {
	display: none;
}

/* WOOCOMMERCE */
.woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 10px;
  margin-top: 16px !important;
}

.woocommerce-product-gallery .flex-control-thumbs img {
	border: 2px solid #929292;
    border-radius: 8px;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
	border: 2px solid var(--e-global-color-primary);
    border-radius: 8px;
}

/* ---- AUTRE ---- */
e-page-transition {
	z-index: 9999999999999 !important;
}