@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?npxxaw');
  src:  url('fonts/icomoon.eot?npxxaw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?npxxaw') format('truetype'),
    url('fonts/icomoon.woff?npxxaw') format('woff'),
    url('fonts/icomoon.svg?npxxaw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e900";
  color: #001d4a;
}
.icon-flag:before {
  content: "\e90f";
  color: #001d4a;
}
.icon-infos:before {
  content: "\e910";
}
.icon-lock:before {
  content: "\e912";
  color: #001d4a;
}
.icon-check:before {
  content: "\e90e";
  color: #001d4a;
}
.icon-see-file:before {
  content: "\e90c";
}
.icon-file:before {
  content: "\e90d";
}
.icon-hamburger:before {
  content: "\e90b";
}
.icon-arrow-next:before {
  content: "\e911";
}
.icon-close:before {
  content: "\e901";
}
.icon-down:before {
  content: "\e902";
}
.icon-google:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
  color: #001d4a;
}
.icon-next:before {
  content: "\e906";
}
.icon-prev:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
  color: #001d4a;
}
.icon-time:before {
  content: "\e909";
}
.icon-up:before {
  content: "\e90a";
}
