@font-face {
  font-family: 'Symbols';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/symbols.woff') format('woff');
  font-display: block;
}

.symbol, .sy:before {
	display: inline-block;
	font-family: 'Symbols';	/* material-symbols-rounded */
	font-size: 24px;
    line-height: 1;
    /* Contention spatiale fluide (Zéro CLS) */
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: middle;
}
.sy-folder:before{content:'folder';}
.sy-folder_open:before{content:'folder_open';}
.sy-arrow_left:before{content:'arrow_left';}
.sy-file_upload:before{content:'file_upload';}
