@charset "UTF-8";
#dropzone-external[data-v-43012bf0] {
  height: 130px;
  background-color: rgba(183, 183, 183, 0.1);
  border-width: 2px;
  border-style: dashed;
  padding: 10px;
}
#dropzone-external[data-v-43012bf0] > * {
  pointer-events: none;
}
#dropzone-external.dropzone-active[data-v-43012bf0] {
  border-style: solid;
}
.widget-container > span[data-v-43012bf0] {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
#dropzone-image[data-v-43012bf0] {
  max-width: 100%;
  max-height: 100%;
  width: 250px;
  height: 130px;
  object-fit: contain;
}
#dropzone-text > span[data-v-43012bf0] {
  font-weight: 100;
  opacity: 0.5;
  font-size: 0.75vw;
}
#upload-progress[data-v-43012bf0] {
  display: flex;
  margin-top: 10px;
}
.flex-box[data-v-43012bf0] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contentInfo[data-v-43012bf0] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 175px;
  margin-bottom: 20px;
}
.logo[data-v-43012bf0] {
  width: 20%;
  display: flex;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #ddd;
}
.contactInfo[data-v-43012bf0] {
  width: 78%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactInfo h2[data-v-43012bf0],
.contactInfo h3[data-v-43012bf0] {
  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é */
}
.contactInfo h2[data-v-43012bf0] {
  font-weight: bold;
  font-size: 24px;
}
.buttonAction[data-v-43012bf0] {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.button[data-v-43012bf0] {
  border: none;
  margin: 5px;
}
.invalideFile[data-v-43012bf0] {
  border-color: red !important;
}
.dx-form[data-v-43012bf0] {
  text-align: end;
}
#nocontent-image[data-v-43012bf0] {
  height: 130px;
  background-color: rgba(183, 183, 183, 0.1);
  border-width: 2px;
  border-style: dashed;
  padding: 10px;
  pointer-events: none;
  border-color: #ddd !important;
}
.contactInfoActifForm[data-v-43012bf0] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.contentLogo[data-v-43012bf0] {
  width: 67%;
}
.button-warning[data-v-43012bf0] {
  background-color: transparent; /* Enlève le fond initial */
  border: none; /* Enlève la bordure */
}
.alert-text[data-v-43012bf0] {
  text-align: left;
  color: white;
}.scrollviewFiche[data-v-44475f67] {
  margin-top: 20px;
}
.contentFlex[data-v-44475f67] {
  display: flex;
  flex-direction: column;
}
#myForm[data-v-44475f67] {
  margin-right: 20px;
}