/* 
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
*/

/* Add your custom styles here */

body .bouton-bleu a .elementor-button-icon {
  position: absolute !important;
  right: -1px;
  bottom: -4px;
  transition: opacity 10ms ease !important;
}

body .bouton-noir a .elementor-button-icon {
  position: absolute !important;
  right: -1px;
  bottom: -4px;
  transition: opacity 10ms ease !important;
}

body .bouton-bleu a:hover .elementor-button-icon {
  visibility: hidden;
}

body .bouton-noir a:hover .elementor-button-icon {
  visibility: hidden;
}
#bouton-formulaire {
  position: relative !important;
}
#bouton-formulaire .elementor-button-icon {
  position: absolute !important;
  right: -1px;

  bottom: -3px;
  transition: opacity 10ms ease !important;
}
#bouton-formulaire:hover .elementor-button-icon {
  visibility: hidden;
}

.navBar a {
  position: relative;
  z-index: 2;
}

@media (min-width: 1221px) {
  .navBar a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 100%;
    background-image: url("https://enseignesdurhone.fr/wp-content/uploads/2023/11/rectangle-flou-menu-navigation.svg");
    background-repeat: no-repeat;
    background-size: 180px 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}

.navBar a:hover::before,
.navBar .elementor-item.elementor-item-active::before {
  opacity: 1;
}

.navBar .elementor-item.elementor-item-active {
  font-weight: 500;
}

.navBar .elementor-item.elementor-item-active {
  font-weight: 500;
}

.elementor-widget-nav-menu
  .elementor-nav-menu--main:not(.e--pointer-framed)
  .elementor-item:before,
.elementor-widget-nav-menu
  .elementor-nav-menu--main:not(.e--pointer-framed)
  .elementor-item:after {
  background-color: transparent;
}

/* @media only screen and (min-width: 1221px) {
  .navBar .elementor-nav-menu > li:last-child {
    display: none !important;
  }
} */
