/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 14:31:46 */
.section-pleine-largeur {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  left: -4%;
 }
}

.pie-body {
  font-family: var(--e-global-typography-7126cac-font-family), Sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

.pie-container {
  width: 100%;
  max-width: 1000px;
}

.pie-container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

#pieChart {
  position: relative;
  width: 100%;
  min-width: 340px;
  margin-bottom: 20px;
  counter-reset: break-point 75;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

#pieChart svg {
  overflow: visible;
}

#pieChart path {
  cursor: pointer;
}

#chart-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 55%;
  pointer-events: none;
}

#chart-logo h2 {
  font-weight: 700;
  font-size: 1.3em;
  color: #000000;
  margin-right: 15px;
  line-height: 1.4;
}

#chart-logo h2 span {
  color: #ec6408;
}

#pieText {
  width: 100%;
  max-width: 340px;
}

#pieText .panel {
  background-color: #111;
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 160px;
  border-radius: 7px;
  padding: 35px 15px 0px 15px;
  perspective: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-wrapper {
  overflow: hidden;
  transform-style: preserve-3d;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  height: 100%;
}

#segmentTitle {
  font-family: var(--e-global-typography-7126cac-font-family), Sans-serif;
  font-size: var(--e-global-typography-7126cac-font-size);
  font-weight: var(--e-global-typography-7126cac-font-weight);
  line-height: var(--e-global-typography-7126cac-line-height);
  color: #ffffff;
  padding-bottom: 10px;
}

#segmentText {
  font-family: var(--e-global-typography-7126cac-font-family), Sans-serif;
  font-size: var(--e-global-typography-91ec05c-font-size);
  font-weight: var(--e-global-typography-91ec05c-font-weight);
  line-height: var(--e-global-typography-91ec05c-line-height);
  color: #ffffff;
  padding-bottom: 15px;
}

.pie-container .elementor-button-pie {
  font-size: 15px;
  line-height: 25px;
  box-shadow: 0 0 10px #fff;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #pieChart {
    margin-bottom: 0;
    counter-reset: break-point 90;
    width: 100%;
    min-width: 420px;
    aspect-ratio: 1 / 1;
  }

  #pieText {
    max-width: none;
  }

  #pieText .panel {
    min-height: 200px;
    padding: 35px 20px 0px 20px;
    width: 500px !important;
  }

  #chart-logo h2 {
	 font-family: var(--e-global-typography-7126cac-font-family), Sans-serif;
    font-size: 1.8em;
    line-height: 1.4;
  }
}

@media (min-width: 1000px) {
  .pie-container .row {
    flex-direction: row;
    gap: 40px;
  }
}