/*
 Theme Name:   Aivent Child
 Theme URI:    https://themewant.com/products/wordpress/aivent
 Description:  Aivent Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     aivent
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.reactheme__service .radial-gradient-color {
  background: radial-gradient(
    circle,
    rgba(18, 58, 140, 0) 50%,
    rgba(18, 58, 140, 1) 100%
  ) !important;
}

.rtmega-menu-area
  .desktop-menu-area
  ul.rtmega-megamenu
  > .menu-item
  .menu-link
  .pointer-underline {
  background: #f5b800 !important;
}

.reactheme__service__meta .title {
  color: #ffffff !important;
}



/* largeur de la barre verticale */
::-webkit-scrollbar {
  width: 14px !important;
  height: 14px !important;
}

/* fond de la barre */
::-webkit-scrollbar-track {
  background: #f5b800 !important;
}

/* poignée (thumb) */
::-webkit-scrollbar-thumb {
  background: #123A8C !important;
  border-radius: 4px;
}

/* hover */
::-webkit-scrollbar-thumb:hover {
  background: #123A8C !important;
}