
.v-alert {
  font-weight: 200;
  font-size: 0.9rem;
}

.confirm-dialog__headline {
  word-break: break-word;
}

.label__saison > .ffme-form__select {
  width: 30%;
}

.theme--light.v-divider {
  border-color: gray !important;
  border-width: 2px !important;
  height: 100%;
  width: 100%;
}
.formular_access {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.formular_access p {
  font-family: Roboto;
  font-size: 16px;
}
.input__label {
  font-family: Roboto;
  color: black;
}
.v-input--selection-controls {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-left: 10px !important;
  padding-bottom: 10px !important;
}
.v-icon.v-icon {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}
