/**************************************************************************************************************/
/*
			PICPUS - Typos utlisees sur le site
*/
/**************************************************************************************************************/

@font-face {
    font-family: 'picpus';
    src:  url('../typos/picpus.eot?sxiy9u');
    src:  url('../typos/picpus.eot?sxiy9u#iefix') format('embedded-opentype'),
    url('../typos/picpus.ttf?sxiy9u') format('truetype'),
    url('../typos/picpus.woff?sxiy9u') format('woff'),
    url('../typos/picpus.svg?sxiy9u#picpus') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'picpus' !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-nav:before {
    content: "\e900";
}
.icon-search:before {
    content: "\e901";
}
.icon-phone:before {
    content: "\e902";
}
.icon-motif:before {
    content: "\e903";
}
.icon-calendar:before {
    content: "\e904";
}
.icon-check:before {
    content: "\e906";
}
.icon-close:before {
    content: "\e905";
}
