@charset "UTF-8";

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

}

[data-icon]:before {
    font-family: "a2c" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-size: 135%;
    font-family: "a2c" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-rounded-rectangle:before {
    content: "\61";
}

.icon-rectangle:before {
    content: "\62";
}

.icon-parallelogram:before {
    content: "\63";
}

.icon-octagon:before {
    content: "\64";
}

.icon-methode-logo:before {
    content: "\65";
}

.icon-ellipse:before {
    content: "\66";
}

.icon-circle:before {
    content: "\67";
}

.icon-a2c-logo:before {
    content: "\68";
}
