@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  /* titles */
  --v-font-family-title: "Poppins", sans-serif;
  --v-font-weight-title: 600;
  /* body */
  --v-font-family-body: "Poppins", sans-serif;
  --v-font-weight-body: 400;
  --v-font-size-body: 16px;
  --v-font-weight-semibold: 600;
  --v-font-weight-bold: 700;
  --v-font-size-body-sub: calc(var(--v-font-size-body) * 0.75);
  --v-font-size-body-sub: calc(var(--v-font-size-body) * 0.7); /* new */
  /* fontawesome */
  --v-font-family-fontawesome: "Font Awesome 6 Pro";
  /* keenicons */
  --v-font-family-keenicons-outline: "keenicons-outline";
  --v-font-family-keenicons-solid: "keenicons-solid";
  --v-font-family-keenicons-duotone: "keenicons-duotone";
}
/* Ckeditor */
b,
strong,
.v-st-text-bold {
  font-weight: var(--v-font-weight-semibold);
  color: var(--v-color-body-accent);
}
.v-st-text-extra-bold {
  --v-font-weight-title: var(--v-font-weight-bold);
  font-weight: var(--v-font-weight-bold);
  color: var(--v-color-body-accent);
}
.v-st-text-discreet {
  color: var(--v-color-body-discreet);
  --v-color-data-value: var(--v-color-body-discreet);
}
.v-st-italic {
  font-style: italic;
}
.v-st-messages-history-message-body-inner b,
.v-st-messages-history-message-body-inner strong,
.v-st-messages-history-message-body-inner .v-st-text-bold {
  color: inherit;
}
.v-st-text-body {
  font-weight: var(--v-font-weight-body);
  color: var(--v-color-body);
}
span.v-st-size-xs {
  font-size: calc(var(--v-font-size-body) * 0.5);
}
span.v-st-size-sm {
  font-size: calc(var(--v-font-size-body) * 0.75);
}
span.v-st-size-md {
  font-size: var(--v-font-size-body);
}
span.v-st-size-lg {
  font-size: calc(var(--v-font-size-body) * 1.5);
}
span.v-st-size-xl {
  font-size: calc(var(--v-font-size-body) * 2.25);
}
/* KeenIcons */
.v-st-icon.ki-outline,
.v-st-icon.ki-solid,
.v-st-icon.ki-duotone {
  /*line-height: calc(var(--v-font-size-body) * 1.5);*/
  line-height: 1.5;
}
.v-st-icon.v-st-icon-md,
.v-st-icon.v-st-size-md {
  font-size: 1.25rem;
  line-height: 1;
}
.v-st-icon.v-st-size-lg {
  font-size: 2.5rem;
  line-height: 1;
}
.v-st-icon.v-st-size-xl {
  font-size: 4rem;
  line-height: 1;
}
.v-st-icon.v-st-size-xxl {
  font-size: 5rem;
  line-height: 1;
}
.ki-arrow-two-diagonals:before {
  transform: rotate(45deg);
}
/* temporaire */
html[data-v-if-context=alpha] .ki-outline.ki-abstract-9 {
  color: var(--v-border-color-if-mv);
  /*-webkit-animation: flicker 2s infinite;*/
}
/* fin - temporaire */