/**************************************************************************************************************/
/*
			MONASTIC - Typos utlisees sur le site
*/
/**************************************************************************************************************/

@font-face {
    font-family: 'zwodreibold';
    src:    url('../typos/zwodrei_bold-webfont.woff2') format('woff2'),
            url('../typos/zwodrei_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'monastic';
    src:  url('../typos/monastic.eot?zeorc1');
    src:  url('../typos/monastic.eot?zeorc1#iefix') format('embedded-opentype'),
    url('../typos/monastic.ttf?zeorc1') format('truetype'),
    url('../typos/monastic.woff?zeorc1') format('woff'),
    url('../typos/monastic.svg?zeorc1#monastic') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'monastic' !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-pictos_chevron:before {
    content: "\e900";
}
.icon-pictos_close:before {
    content: "\e901";
}
.icon-pictos_courrier:before {
    content: "\e902";
}
.icon-pictos_event:before {
    content: "\e903";
}
.icon-pictos_loupe:before {
    content: "\e904";
}
.icon-pictos_magasin:before {
    content: "\e905";
}
.icon-pictos_moins:before {
    content: "\e906";
}
.icon-pictos_monastere:before {
    content: "\e907";
}
.icon-pictos_plus:before {
    content: "\e908";
}
.icon-pictos_produit:before {
    content: "\e909";
}
.icon-pictos_sejour:before {
    content: "\e90a";
}
.icon-pictos_service:before {
    content: "\e90b";
}
.icon-pictos_site:before {
    content: "\e90c";
}
