.modern-h1 {
    font-size:34px !important;
    padding:2rem 20px !important;
    font-weight:500 !important;
    text-transform:uppercase !important;
    color : rgb(16, 31, 105) !important;
    margin:0 ! important;
}

.modern-h1:before {
    background-color: var(--ffbad-red, #D52B1E) !important;
    border-radius: 0.25rem !important;
    content: '' !important;
    display: block !important;
    height: 0.25rem !important;
    width: 42px !important;
    margin-bottom: 1.25rem !important;
}

.title-section-wellness {
    color: var(--ffbad-blue, #101F69) !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.title-section-wellness-margin {
    color: var(--ffbad-blue, #101F69) !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    margin-top: 2rem !important;
}

.title-section-wellness-flex {
    color: var(--ffbad-blue, #101F69);
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    display: flex; /* Utilise Flexbox pour le layout */
    justify-content: space-between; /* Place les éléments aux extrémités opposées */
    align-items: center; /* Centre les éléments verticalement */
    justify-content: center;
    width: 100%; /* Assurez-vous que le conteneur s'étend à la largeur complète */
}

.title-section-environment {
  color: var(--ffbad-blue, #101F69);
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  display: flex; /* Utilise Flexbox pour le layout */
  justify-content: space-between; /* Place les éléments aux extrémités opposées */
  align-items: center; /* Centre les éléments verticalement */
  justify-content: center;
  width: 100%; /* Assurez-vous que le conteneur s'étend à la largeur complète */
}

.title-environment {
  display: flex;
  flex-direction: column;
  color: var(--ffbad-red, #D52B1E);
  text-align: center !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* --- Card Title --- */
.athlete-profile-card-title {
    /* font-weight: bold !important; */
    font-size: 20px !important;
    margin: 0 !important;
    position: relative !important;
    display: inline-block !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.athlete-profile-card-title::before {
    content: "" !important;
    display: block !important;
    width: 60px !important;
    height: 4px !important;
    background-color: var(--ffbad-red) !important;
    border-radius: 2px !important;
    margin-bottom: 6px !important;
}

.athlete-profile-card-subtitle {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  color: var(--ffbad-red-light);    

  padding-left: 10px;
  border-left: 4px solid var(--ffbad-red-light);
  margin-bottom: 1rem;
}