/*        Intraflex V19 Material-icon         */
/*                2018-11-09                  */
/*   Version lightweight pour avoir seulement
     les icones qu'on utilise et alléger le
     nombre de bytes à télécharger pour la page	 */

@font-face {
	font-family: 'Material Icons';
    font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/FRA/20251230010645/43f57407-d19e-4bf6-ac0b-88a4d984b16a.eot); /* For IE6-8 */
	src: local('Material Icons'),
		 local('MaterialIcons-Regular'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/FRA/20251230010645/e13d08b8-1279-4169-b8e1-b4079193fb95.woff2) format('woff2'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/FRA/20251230010645/6d2cc00a-30d6-4ac4-aecf-b64137a2a51e.woff) format('woff'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/FRA/20251230010645/53feb0f3-4c0e-49e2-b5a6-8961ae9cc42c.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* Base class */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.material-icons.chevron_left:before {
		content: '\e5cb';
}

.material-icons.chevron_right:before {
	content: '\e5cc';
}

.material-icons.settings:before {
	content: '\e8b8';
}

.material-icons.menu:before {
	content: '\e5d2';
}

.material-icons.close:before {
	content: '\e5cd';
}

.material-icons.add_circle:before {
    content: '\e147';
}

.material-icons.replay:before {
    content: '\e042';
}

.material-icons.cached:before {
    content: '\e86a';
}

.material-icons.edit:before {
    content: '\e3c9';
}

.material-icons.add:before {
    content: '\e145';
}

.material-icons.keyboard_arrow_down:before {
    content: '\e313';
}

.material-icons.file_download:before {
    content: '\e2c4';
}

.material-icons.delete:before {
    content: '\e872';
}

.material-icons.search:before {
    content: '\e8b6';
}

.material-icons.visibility:before {
    content: '\e8f4';
}

.material-icons.star_border:before {
    content: '\e83a';
}

.material-icons.star:before {
    content: '\e838';
}

.material-icons.warning:before {
    content: '\e002';
}

.material-icons.check_circle:before {
    content: '\e86c';
}
