.elementor-49 .elementor-element.elementor-element-5bebf9c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49 .elementor-element.elementor-element-1c59efa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;z-index:2;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1c59efa *//* Ajustement pour que les deux boutons ne se collent pas sur petits écrans desktop */
nav div {
  display: flex;
  gap: 12px;
  align-items: center;
}


.hamburger {
  display: none;
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
  gap: 5px; 
  width: 40px; 
  height: 40px;
  
  /* --- AJOUTE/VÉRIFIE CES LIGNES --- */
  background: none !important;      /* Force l'absence de fond */
  background-color: transparent !important; 
  outline: none;                    /* Enlève le contour de focus */
  -webkit-tap-highlight-color: transparent; /* Enlève le flash de couleur au clic sur mobile */
  border: none;
  /* ------------------------------- */
  
  position: fixed; 
  top: 14px; 
  right: 20px; 
  z-index: 1100;
  cursor: pointer;
}/* End custom CSS */