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

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

.icon-negatif:before {
  content: "\e913";
}
.icon-marqueur:before {
  content: "\e912";
}
.icon-modifier:before {
    content: "\e910";
}
.icon-supprimer:before {
    content: "\e911";
}
.icon-moins:before {
    content: "\e90d";
}
.icon-retour:before {
    content: "\e90e";
}
.icon-plus:before {
    content: "\e90f";
}
.icon-zoom:before {
    content: "\e900";
}
.icon-valider:before {
    content: "\e901";
}
.icon-sauvegarde:before {
    content: "\e902";
}
.icon-recadrer:before {
    content: "\e903";
	 font-weight: bold;
}
.icon-pinceau:before {
    content: "\e904";
}
.icon-fermer:before {
    content: "\e905";
}
.icon-rotate:before {
    content: "\e906";
}
.icon-gomme:before {
    content: "\e907";
}
.icon-enAvant:before {
    content: "\e908";
}
.icon-enArriere:before {
    content: "\e909";
}
.icon-drag:before {
    content: "\e90a";
}
.icon-curseur:before {
    content: "\e90b";
}
.icon-actualiser:before {
    content: "\e90c";
	 font-weight: bold;
}

