/*
#@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%;
  }
}
.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
a:hover, a:focus, a:active {
  background-color: rgba(173, 181, 189, 0.05);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h1-like, .h2-like, .h3-like, .h4-like, .h5-like, .h6-like {
  text-transform: uppercase;
}
.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;
}
h1, h2, .h1, .h2, .h1-like, .h2-like {
  position: relative;
  padding-left: 30px;
}
h1:before, h2:before, .h1:before, .h2:before, .h1-like:before, .h2-like:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0.1em;
  width: 10px;
  background: #f48719;
}
.spip_cadre, div.spip_code {
  background: #f8f9fa;
  color: #495057;
}
#header {
  background-color: #fff;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  #header {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 90px;
  }
}
#header .spip_logo {
  display: none;
}
.page {
  margin-top: 6rem;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}
#nav {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#nav .nav-item.active {
  position: relative;
}
#nav .nav-item.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.375rem;
  height: 2px;
  background: #f48719;
}
#nav .navbar-nav {
  margin-left: auto;
}
#footer {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 5px solid #f48719;
}
#footer .generator {
  right: 15px;
}
#footer .generator a.spip_out {
  color: #f48719;
}
#footer .generator a.spip_out:hover, #footer .generator a.spip_out:focus, #footer .generator a.spip_out:active {
  color: #b86109;
}
@media (min-width: 768px) {
  #header, #nav {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  #header .navbar-inner, #nav .navbar-inner {
    margin-left: -1rem;
  }
  #header:before, #nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 100vw;
    top: 0;
    height: 100%;
    margin-left: -50vw;
    background-color: inherit;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  #nav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1.5rem;
    right: 15px;
    background: none !important;
    z-index: 10;
  }
  #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: #343a40;
  }
  #nav .navbar-inner .navbar-toggler.collapsed {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  #nav .navbar-inner .navbar-nav {
    background: #343a40;
  }
  .header .formulaire_menu_lang {
    margin-top: -0.9375rem;
    margin-bottom: 0.75rem;
  }
}
.footer {
  border-color: #dee2e6;
}
