/* PLEINE LARGEUR - Supprimer toutes les marges */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.elementor-widget-wrap {
  width: 100% !important;
}

.elementor-section {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.e-con {
  max-width: 100% !important;
  width: 100% !important;
}

/* Supprimer padding Elementor Canvas */
.elementor-page {
  margin: 0 !important;
  padding: 0 !important;
}

body.elementor-page {
  overflow-x: hidden !important;
}