.toggle-informations-performance-journey-container {
  position: relative;
  text-align: center;
}
.toggle-informations-performance-journey-container .toggle-informations-performance-journey-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 3px;
  background-color: #F8F8F8;
  padding: 2px;
  width: 100%;
  max-width: 253px;
  margin: auto;
}
.toggle-informations-performance-journey-container .toggle-informations-performance-journey-content .button {
  position: relative;
  margin: 0;
  color: #1E2643;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 124px;
  border: none;
}
.toggle-informations-performance-journey-container .toggle-informations-performance-journey-content .button.active {
  color: #FFFFFF;
  background-color: #1E2643;
  border: none;
}