/*        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/20251113095347/7bdc8e63-f0d2-4699-a61a-03a5d136c98a.eot); /* For IE6-8 */
	src: local('Material Icons'),
		 local('MaterialIcons-Regular'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/ANG/20251113095347/1a1d91b3-51bc-4c1c-84c6-5799df08a4e4.woff2) format('woff2'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/ANG/20251113095347/f0b33b2d-77f8-4efe-bf38-d96b7a91b358.woff) format('woff'),
		 url(/Cache/LayoutExterne/Prod/JAC/MessagerieNonIdentifieTheme/ANG/20251113095347/78d02c85-5548-4fd9-b469-96752d9759d2.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';
}
