/* 
Theme Name: thibaudbramardi
Theme URI: https://github.com/elementor/hello-theme/
Description: thibaudbramardi is a child theme of Hello Elementor, created by Elementor team
Author: Le Soleil Vert - agence web
Author URI: https://le-soleil-vert.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: thibaudbramardi
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
*/
/*
    Add your custom styles here
*/
html, body {
  font-family: Helvetica, sans-serif;
}

::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.6666666667);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #afaeae;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #838383;
}