@charset "UTF-8";
.widget-container > span[data-v-6d336ae6] {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.flex-box[data-v-6d336ae6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contentInfo[data-v-6d336ae6] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 175px;
  margin-bottom: 20px;
}
.journauxInfo[data-v-6d336ae6] {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.journauxInfo h2[data-v-6d336ae6],
.journauxInfo h3[data-v-6d336ae6] {
  margin-block-start: 3px;
  margin-block-end: 2px;
  font-size: 20px;
  flex-basis: 35px;
  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é */
}
.journauxInfo h2[data-v-6d336ae6] {
  font-weight: bold;
  font-size: 24px;
}
.dx-form[data-v-6d336ae6] {
  text-align: end;
}
.journauxInfoActifForm[data-v-6d336ae6] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.button-warning[data-v-6d336ae6] {
  background-color: transparent; /* Enlève le fond initial */
  border: none; /* Enlève la bordure */
}
.alert-text[data-v-6d336ae6] {
  text-align: left;
  color: white;
}.scrollviewFiche[data-v-32bffe26] {
  margin-top: 20px;
}
.contentFlex[data-v-32bffe26] {
  display: flex;
  flex-direction: column;
}
#myForm[data-v-32bffe26] {
  margin-right: 20px;
}