/* **********************          STRUCTURE          ********************** */
@font-face {
    font-family: "Text-Font";
    src: url('./../fonts/text.ttf');
}
* {
	outline: 0 !important; /* Suprimme l'encadrement bleu lors d'un clic ou selection */
}
a {
	color: #727E8C;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
html,
body,
table {
    font-family: 'Text-Font', 'Helvetica', 'Times New Roman', sans-serif;
    font-size: 13px;
    color: #676a6c;
}
html body.navbar-sticky .app-content .content-wrapper {
    margin-top: 4rem;
}
/* **********************          /STRUCTURE          ********************** */