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

[class^="adns-icon-"], [class*=" adns-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'adns-icons' !important;
  speak: none;
  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;
}

.adns-icon-accompagnant:before {
  content: "\e605";
}
.adns-icon-add-file:before {
  content: "\e601";
}
.adns-icon-add-folder:before {
  content: "\e602";
}
.adns-icon-zip:before {
  content: "\e603";
}
.adns-icon-unzip:before {
  content: "\e604";
}
.adns-icon-gipco:before {
  content: "\e600";
}
.adns-icon-books:before {
  content: "\e920";
}
.lineHeightInherit{
	line-height: inherit;
}
