@import "https://cdn.easi-training.fr/assets/css/icons.css";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,700";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* src/styles.scss */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
html,
body {
  --mat-sys-background: #faf9fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f2f0f4;
  --mat-sys-inverse-primary: #abc7ff;
  --mat-sys-inverse-surface: #2f3033;
  --mat-sys-on-background: #1a1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #410002;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #001b3f;
  --mat-sys-on-primary-fixed: #001b3f;
  --mat-sys-on-primary-fixed-variant: #00458f;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #131c2b;
  --mat-sys-on-secondary-fixed: #131c2b;
  --mat-sys-on-secondary-fixed-variant: #3e4759;
  --mat-sys-on-surface: #1a1b1f;
  --mat-sys-on-surface-variant: #44474e;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #00006e;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #74777f;
  --mat-sys-outline-variant: #c4c6d0;
  --mat-sys-primary: #005cbb;
  --mat-sys-primary-container: #d7e3ff;
  --mat-sys-primary-fixed: #d7e3ff;
  --mat-sys-primary-fixed-dim: #abc7ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #565e71;
  --mat-sys-secondary-container: #dae2f9;
  --mat-sys-secondary-fixed: #dae2f9;
  --mat-sys-secondary-fixed-dim: #bec6dc;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf9fd;
  --mat-sys-surface-bright: #faf9fd;
  --mat-sys-surface-container: #efedf0;
  --mat-sys-surface-container-high: #e9e7eb;
  --mat-sys-surface-container-highest: #e3e2e6;
  --mat-sys-surface-container-low: #f4f3f6;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dbd9dd;
  --mat-sys-surface-tint: #005cbb;
  --mat-sys-surface-variant: #e0e2ec;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html,
body {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html,
body {
  --mat-sys-body-large: 400 1rem / 1.5rem Source Sans Pro;
  --mat-sys-body-large-font: Source Sans Pro;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Source Sans Pro;
  --mat-sys-body-medium-font: Source Sans Pro;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Source Sans Pro;
  --mat-sys-body-small-font: Source Sans Pro;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Source Sans Pro;
  --mat-sys-display-large-font: Source Sans Pro;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Source Sans Pro;
  --mat-sys-display-medium-font: Source Sans Pro;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Source Sans Pro;
  --mat-sys-display-small-font: Source Sans Pro;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Source Sans Pro;
  --mat-sys-headline-large-font: Source Sans Pro;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Source Sans Pro;
  --mat-sys-headline-medium-font: Source Sans Pro;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Source Sans Pro;
  --mat-sys-headline-small-font: Source Sans Pro;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Source Sans Pro;
  --mat-sys-label-large-font: Source Sans Pro;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Source Sans Pro;
  --mat-sys-label-medium-font: Source Sans Pro;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Source Sans Pro;
  --mat-sys-label-small-font: Source Sans Pro;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Source Sans Pro;
  --mat-sys-title-large-font: Source Sans Pro;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Source Sans Pro;
  --mat-sys-title-medium-font: Source Sans Pro;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Source Sans Pro;
  --mat-sys-title-small-font: Source Sans Pro;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html,
body {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html,
body {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
* {
  font-family: "Source Sans Pro", sans-serif;
}
.cdk-global-scrollblock {
  overflow-y: hidden !important;
}
#header-container {
  position: fixed;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
::-webkit-scrollbar-track-piece {
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #a8a8a8;
  border-radius: 8px;
  z-index: 9999;
}
.recommandedConfiguration {
  border-collapse: collapse;
  text-align: center;
  width: 70%;
  margin: auto;
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
}
.recommandedConfiguration td {
  border: 1px solid white;
}
.recommandedConfiguration .sub_title {
  background-color: #199fe2;
  color: white;
  font-weight: bold;
}
.recommandedConfiguration .sub_title a {
  color: white;
}
.recommandedConfiguration .blue_line {
  background-color: aliceblue;
}
.recommandedConfiguration .white_line {
  background-color: white;
}
.question_3 .img-wrap {
  width: 50%;
  height: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.question_3 p {
  margin: 1.6% 0;
}
.question_3 ul {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: inherit;
}
.question_3 .link {
  color: #199fe2;
  cursor: pointer;
}
.question_3 table {
  border: none;
  border-spacing: 4px;
  width: 100%;
  text-align: center;
}
.question_3 table .red-border {
  border: 2px solid red;
}
.question_3 table th {
  font-weight: normal;
  border: none;
  color: black !important;
  padding-bottom: 4px;
}
.question_3 table td {
  padding: 3px 2px;
}
.question_3 .separate-blocks {
  margin-top: 50px;
}
.question_3 .key {
  border: none;
  color: black !important;
}
.question_3 .mandatory {
  border: 1px solid black;
}
.question_3 .optional {
  border: 1px solid #a8a8a8;
  color: #01a59b;
}
.question_3 .ignored {
  border: 1px solid #a8a8a8;
  color: #fda804;
}
.question_3 .forbidden {
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
}
.question_3 .code {
  font-style: italic;
  color: #424242;
  margin: 5px 20px;
  display: inline-block;
}
.question_3 #legend {
  width: unset;
  border-spacing: 10px;
}
.question_3 #dlCSV {
  background-color: #005981;
  color: white;
  width: 25%;
  margin-left: 75%;
  padding: 5px;
  border: 1px solid #008dce;
  border-radius: 3px;
  cursor: pointer;
}
.question_4 .img-wrap-full {
  width: 65%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.question_4 .img-wrap {
  width: 32%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.question_4 p {
  margin: 1.6% 0;
}
.question_4 p b {
  margin: 40px 0px 30px 0px;
  display: block;
  font-size: 16px;
}
.question_4 p .center {
  display: block;
  text-align: center;
}
.question_4 p.important {
  text-align: center;
  font-weight: bold;
}
.question_4 ol {
  position: relative;
  left: 20%;
}

/* src/assets/scss/mui-override.scss */
:root {
  --mdc-filled-button-container-color: #146187;
}
:root {
  --mdc-filled-button-label-text-color: white;
}
:root {
  --mdc-filled-button-label-text-transform: uppercase;
}
:root {
  --mdc-filled-button-label-text-size: 14px;
}
.mat-tooltip {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  position: relative;
  bottom: 10px;
  overflow: unset !important;
}
.mat-tooltip:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
.mat-tooltip.right-tooltip {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  position: relative;
  bottom: 0px;
  left: 10px;
  overflow: unset !important;
}
.mat-tooltip.right-tooltip:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}
.mat-tooltip.easitraining {
  color: #007fad;
}
.mat-tooltip.easilearning {
  color: #199fe2;
}
.mat-tooltip.easiconnect {
  color: #16282e;
}
.mat-tooltip.easicloud {
  color: #e8b600;
}
.mat-tooltip.easicall {
  color: #f36;
}
.mat-tooltip.easiforum {
  color: #955099;
}
.mat-tooltip.easichat {
  color: #102c3a;
}
.mat-tooltip.machinepaysdelaloire {
  color: #424242;
}
.mat-tooltip.msoffice {
  color: #dc5928;
}
.mat-tooltip.orthodidacte_formateur {
  color: #424242;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.cdk-overlay-pane.mat-mdc-dialog-panel {
  --mat-dialog-container-max-width: 100vw;
}
.mat-mdc-dialog-container {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: visible !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content {
  letter-spacing: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.new-dialog .mat-mdc-dialog-container {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  overflow: visible !important;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header {
  background-color: #146187;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header [class^=icon-] {
  font-size: 24px;
  padding: 8px;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header .label {
  flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-component-host .header mat-icon {
  color: #ffffff;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .mat-mdc-dialog-content {
  letter-spacing: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .footer {
  background-color: #146187;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
.new-dialog .mat-mdc-dialog-container .mdc-dialog__surface .footer .mdc-button {
  width: 100%;
  background-color: #ffffff;
  color: #146187;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.background-color-transparent .mat-dialog-container {
  background-color: transparent;
  overflow: visible;
}
@media (max-width: 1536px) {
  .background-color-transparent .mat-dialog-container {
    overflow: auto;
    box-shadow: none;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
