/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
#@20
#@21
#@22
#@23
#@24
#@25
#@26
#@27
#@28
#@29
#@30
#@31
#@32
#@33
#@34
#@35
#@36
#@37
#@38
*/
/* 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;
  }
}
