/*
#@squelettes/css/theme.scss
*/
/* Variables et declarations specifiques, en complement de _variables.scss */
html {
  font-size: 93.75%;
}
/* Reduire la font en mobile que l'on tient plus pres des yeux */
@media (max-width: 575.98px) {
  html {
    font-size: 87.5%;
  }
}
.secondary h1, .secondary .h1, .secondary .h1-like, h2, .h2, .h2-like {
  line-height: 1.2;
}
.secondary h2, .secondary .h2, .secondary .h2-like, h3, .h3, .h3-like {
  line-height: 1.2;
}
@media (min-width: 768px) {
  #nav {
    position: relative;
  }
  #nav .navbar-inner {
    margin-left: -0.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .header .formulaire_menu_lang {
    margin-top: -0.75rem;
    margin-bottom: 0.75rem;
  }
}
