/*
#@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 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  #nav .navbar-inner {
    display: inline-block;
    width: 250px;
  }
  #nav:before {
    content: "";
    display: inline;
    position: absolute;
    left: 50%;
    width: 100vw;
    top: 0;
    height: 100%;
    margin-left: -50vw;
    background-color: inherit;
    z-index: -1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nav {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  #nav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1.5rem;
    left: 15px;
    background: none !important;
    z-index: 10;
    display: inline-block;
  }
  #nav .navbar-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #nav .navbar-inner .navbar-toggler {
    margin-left: auto;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #7b8a8b;
  }
  #nav .navbar-inner .navbar-toggler.collapsed {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  #nav .navbar-inner .navbar-nav {
    background: #7b8a8b;
  }
  .header .formulaire_menu_lang {
    margin-top: -0.75rem;
    margin-bottom: 0.75rem;
  }
}
