/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* Police Georama pour toute l'application */
* {
  font-family: "Georama", sans-serif !important;
}

body, html {
  font-family: "Georama", sans-serif !important;
}

/* Styles pour le menu - couleur blanche et taille de police */
.navigation-main .nav-item a,
.navigation-main .nav-item .menu-title,
.navigation-main .nav-item a .menu-title {
  color: white !important;
  font-size: 1.2rem !important;
}

/* Styles pour les en-têtes de navigation (titres des sections) */
.navigation-header {
  color: #636363 !important;
  margin: calc(2rem + 0.286rem) 0 0.8rem 2.2rem !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01rem !important;
  font-size: 0.857rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: block !important;
}

.navigation-header span {
  color: #636363 !important;
  font-size: 0.857rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.navigation-main .nav-item a i {
  color: white !important;
}

.navigation-header i {
  color: #636363 !important;
  float: right;
}