/* Réinitialiser les styles d'Elementor autour du header NiceAdmin */
.elementor-widget-shortcode .niceadmin-wrapper-header,
.elementor-widget-shortcode .niceadmin-wrapper-header .header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 20px !important;
  height: 60px !important;
  background: #fff !important;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
}

/* Désactiver les marges/paddings d'Elementor autour du shortcode */
.elementor-widget-shortcode .niceadmin-wrapper-header {
  margin: 0 !important;
  padding: 0 !important;
}