/*
Theme Name:		Hello Elementor Child
Template:		hello-elementor
Theme URI:		https://www.agence-saycom.fr/
Description:	Hello Elementor by Agence SayCom
Author:			Agence Saycom
Author URI:		http://www.agence-saycom.fr
Version:		1.0.0
License:		GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:	hello-elementor
*/
@import url('./styles/reset.css');

/* MISE EN FORME DE LA BARRE DE SCROLL */
*::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--e-global-color-6f9af7a);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
    border: 0 none #FFFFFF;
	transition: 200ms;
}

*::-webkit-scrollbar-thumb:hover {
	    background-color: var(--e-global-color-text);
}