/* -- FONTS -- */
/* gira-sans font */
@font-face {
    font-family: "Gira-Sans";
    src: url("../css/fonts/GiraSans-book.otf");
    src: local("../css/fonts/GiraSans-book"),
    url("../css/fonts/GiraSans-book.otf") format("opentype");
}
@font-face {
    font-family: "Gira-Sans-Light";
    src: url("../css/fonts/GiraSans-Light.otf");
    src: local("../css/fonts/GiraSans-Light"),
    url("../css/fonts/GiraSans-Light.otf") format("opentype");
}

.maclasse{
	font-family:"Gira-Sans-Light" !important;
    color: red !important;
}