.elementor-1776 .elementor-element.elementor-element-156300b{padding:30px 0px 30px 0px;}.elementor-1776 .elementor-element.elementor-element-0b0ed01 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-1776 .elementor-element.elementor-element-5b30977{color:#000000;}.elementor-1776 .elementor-element.elementor-element-5fb8491 iframe{height:346px;}.elementor-1776 .elementor-element.elementor-element-8f54f1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3ab96e2 */.menu-container {
      display: none;
      position: absolute;
      background-color: #011758;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      z-index: 1;
    }

    .menu-item {
      padding: 10px;
      text-decoration: none;
      display: block;
      margin-bottom: 1px !important; /* Définissez la marge entre les éléments du menu */
  
    }
     .sub-menu {
    display: none; /* Masquez les sous-menus par défaut */
    margin-left: 10px; /* Ajustez la marge à gauche pour les sous-menus */
  }

  .menu-item:hover .sub-menu {
    display: block; /* Affichez le sous-menu au survol */
  }

    .menu-item:hover {
      color :#fff;
    }

    /* Styles pour le bouton du menu */
    .menu-button {
      cursor: pointer;
    }
     .dropdown-menu {
      display: none;
      position: absolute;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 10px;
      z-index: 1000;
    }
    .menu-container {
  display: none;
  position: absolute;
 
  background-color: #fff; /* ajustez selon votre besoin */
  z-index: 1; /* assure que le menu est au-dessus des autres éléments */
}
 .menu-container {
    max-height: 369px; /* Définissez la hauteur maximale pour le défilement vertical */
    overflow-y: auto; /* Activez le défilement vertical */
  }
 .slicknav_nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }/* End custom CSS */