/*
#@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%;
  }
}
.header {
  margin-top: 1.5rem;
}
.header .accueil {
  margin-top: 1.5rem;
}
.header .spip_logo {
  max-height: 50px;
  width: auto;
}
.header h1 {
  text-transform: capitalize;
}
.header h1 small, .header #slogan_site_spip {
  color: #9A9994;
}
@media (min-width: 768px) {
  #nav {
    border: 1px solid #2e2a26;
    border-radius: 0.25rem;
  }
}
.content {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 3rem;
}
.content .entry-title {
  font-weight: bold;
}
.content .entry-title + .publication {
  margin-top: -0.75rem;
}
.content .liste-items .entry-title .spip_logo {
  max-width: 25%;
  height: auto;
}
.content .jumbotron {
  font-size: 1.125rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  #header {
    margin-top: 0;
    margin-botom: 1.5rem;
  }
  .col-content {
    padding-left: 0;
    padding-right: 0;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0;
    border-right: 0;
    width: 100%;
    border-radius: 0;
  }
  .content .jumbotron {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
  }
  .content .spip_logo {
    max-width: 25%;
    height: auto;
  }
  .content .breadcrumb {
    margin-top: -1.5rem;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 575.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: #2e2a26;
  }
  #nav .navbar-inner .navbar-toggler.collapsed {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  #nav .navbar-inner .navbar-nav {
    background: #2e2a26;
  }
}
.formulaire_spip {
  border-radius: 0.25rem;
}
.formulaire_spip .boutons {
  border-radius: 0.25rem;
}
#footer {
  margin-top: 4rem;
  margin-bottom: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.spip_logo {
  border-radius: 0.3rem;
  overflow: hidden;
}
.secondary .formulaire_recherche label {
  color: #2e2a26;
  font-weight: 700;
}
.secondary .spip_logo {
  border-radius: 0.25rem;
}
.secondary .nav a {
  color: #f14e32;
}
.secondary .nav a:hover, .secondary .nav a:focus, .secondary .nav a:active {
  color: #c9290e;
}
.secondary .nav-list > .active > a, .secondary .nav-list > .active > a:hover {
  color: #fff;
  background-color: #f14e32;
}
.secondary .nav-pills > .active > a, .secondary .nav-pills > .active > a:hover {
  color: #fff;
  background-color: #f14e32;
}
.secondary .nav .dropdown-toggle .caret {
  border-top-color: #f14e32;
  border-bottom-color: #f14e32;
}
.secondary .nav .dropdown-toggle:hover .caret {
  border-top-color: #c9290e;
  border-bottom-color: #c9290e;
}
@media print {
  .page #content {
    display: block;
    float: none;
    width: 90%;
  }
  .secondary {
    display: none;
  }
}
