@charset "UTF-8";
.contentInfo[data-v-1623b021] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 175px;
  margin-bottom: 20px;
}
.produitServiceInfo[data-v-1623b021] {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.produitServiceInfo h2[data-v-1623b021],
.produitServiceInfo h3[data-v-1623b021] {
  margin-block-start: 5px;
  margin-block-end: 5px;
  font-size: 20px;
  flex-basis: 30px;
  white-space: nowrap; /* Empêche le texte de passer à la ligne */
  overflow: hidden; /* Cache le texte qui dépasse */
  text-overflow: ellipsis; /* Ajoute des points de suspension pour indiquer qu'il y a du texte coupé */
}
.produitServiceInfo h2[data-v-1623b021] {
  font-weight: bold;
  font-size: 24px;
}
.produitServiceInfoActifForm[data-v-1623b021] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}.scrollviewFiche[data-v-49bae634] {
  margin-top: 20px;
}
.contentFlex[data-v-49bae634] {
  display: flex;
  flex-direction: column;
}
#myForm[data-v-49bae634] {
  margin-right: 20px;
}
[data-v-49bae634] .required-validation-custom > .dx-texteditor-label > .dx-label > span::after {
  content: " *";
  color: #ce4440;
}