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

.icon2:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'docadoc-icon-2' !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;
}

.icon2-dossier-moins:before {
  content: "\e902";
}
.icon2-discussion-moins:before {
  content: "\e903";
}
.icon2-discussion-plus:before {
  content: "\e904";
}
.icon2-dossier-plus:before {
  content: "\e905";
}
.icon2-list2:before {
  content: "\e901";
}
.icon2-individu-hide:before {
  content: "\e900";
}
