/*        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/ANG/20250625051035/e0a77daa-865d-41b5-b0f6-e010cbdf9b82.eot); /* For IE6-8 */
	src: local('Material Icons'),
		 local('MaterialIcons-Regular'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/ANG/20250625051035/2c5a2037-f9c2-41b1-a57e-d177d4af583e.woff2) format('woff2'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/ANG/20250625051035/03950b42-4d41-43d9-a942-2d516ca2efa2.woff) format('woff'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/ANG/20250625051035/177b0d88-3544-4a1d-8060-8c5d93f35f2f.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';
}
