.elementor-1002 .elementor-element.elementor-element-1ecb2317{--display:flex;}.elementor-1002 .elementor-element.elementor-element-fcca1a3{--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;}/* Start custom CSS for html, class: .elementor-element-daf1644 *//* Wrapper global */
.cg-carousel-wrapper {
  position: relative;
  max-width: 350px;
  margin: auto;
  overflow: hidden;
  font-family: system-ui, sans-serif;
}

/* Carrousel */
.cg-carousel {
  display: flex;
  transition: transform 0.4s ease;
}

/* Slide */
.cg-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 25px;
  border: 2px solid #6F13F0;
  border-radius: 18px;
  text-align: center;
  background: #fff;
}

.cg-icon {
  font-size: 38px;
  color: #6F13F0;
  margin-bottom: 10px;
}

.cg-slide h3 {
  color: #6F13F0;
  font-size: 20px;
  margin-bottom: 8px;
}

.cg-slide p {
  font-size: 15px;
  line-height: 1.4;
}

/* Boutons */
.cg-controls {
  margin-top: 10px;
  text-align: center;
}

.cg-controls button {
  background: #6F13F0;
  color: #fff;
  border: none;
  padding: 7px 13px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

.cg-controls button:hover {
  background: #5510c0;
}/* End custom CSS */