.elementor-943 .elementor-element.elementor-element-3cc243d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:26px;--padding-bottom:26px;--padding-left:0px;--padding-right:0px;}.elementor-943 .elementor-element.elementor-element-3cc243d:not(.elementor-motion-effects-element-type-background), .elementor-943 .elementor-element.elementor-element-3cc243d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#fbfbeb;}.elementor-943 .elementor-element.elementor-element-64fb44b img{width:200px;}.elementor-943 .elementor-element.elementor-element-6fbb4b2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-943 .elementor-element.elementor-element-165be34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-943 .elementor-element.elementor-element-165be34.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-943 .elementor-element.elementor-element-f8659a1{text-align:center;width:100%;max-width:100%;}.elementor-943 .elementor-element.elementor-element-f8659a1 .elementor-heading-title{font-family:var( --e-global-typography-68b522c-font-family ), Sans-serif;font-size:var( --e-global-typography-68b522c-font-size );font-weight:var( --e-global-typography-68b522c-font-weight );line-height:var( --e-global-typography-68b522c-line-height );letter-spacing:var( --e-global-typography-68b522c-letter-spacing );word-spacing:var( --e-global-typography-68b522c-word-spacing );color:var( --e-global-color-secondary );}.elementor-943 .elementor-element.elementor-element-f8659a1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-943 .elementor-element.elementor-element-f8659a1.elementor-element{--align-self:center;}.elementor-943 .elementor-element.elementor-element-64dd23d{text-align:left;}@media(min-width:768px){.elementor-943 .elementor-element.elementor-element-3cc243d{--content-width:1100px;}.elementor-943 .elementor-element.elementor-element-6fbb4b2{--content-width:1360px;}}@media(max-width:1024px){.elementor-943 .elementor-element.elementor-element-f8659a1 .elementor-heading-title{font-size:var( --e-global-typography-68b522c-font-size );line-height:var( --e-global-typography-68b522c-line-height );letter-spacing:var( --e-global-typography-68b522c-letter-spacing );word-spacing:var( --e-global-typography-68b522c-word-spacing );}.elementor-943 .elementor-element.elementor-element-f8659a1{width:100%;max-width:100%;}}@media(max-width:767px){.elementor-943 .elementor-element.elementor-element-f8659a1 .elementor-heading-title{font-size:var( --e-global-typography-68b522c-font-size );line-height:var( --e-global-typography-68b522c-line-height );letter-spacing:var( --e-global-typography-68b522c-letter-spacing );word-spacing:var( --e-global-typography-68b522c-word-spacing );}.elementor-943 .elementor-element.elementor-element-f8659a1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-943 .elementor-element.elementor-element-f8659a1{z-index:10;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

/* Conteneur de quantité dans la section #catalogue */
#catalogue .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* Espace uniforme entre les éléments */
}

/* Boutons + / − */
#catalogue .qty-btn {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  min-width: 20px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #000;
}

/* Hover visuel */
#catalogue .qty-btn:hover {
  text-decoration: underline;
}

/* Champ input de quantité */
#catalogue .quantity input.qty {
  width: 50px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  color: #000;
  appearance: none;
  -moz-appearance: textfield;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

/* Supprime les flèches du champ number */
#catalogue .quantity input.qty::-webkit-inner-spin-button,
#catalogue .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Supprime les marges/paddings parasites sur tous les enfants */
#catalogue .quantity * {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}/* End custom CSS */