/*
#@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
*/
/* Variables et declarations specifiques, en complement de _variables.scss */
img {
  max-width: 100%;
  height: auto;
}
h1 a {
  color: #383838;
  font-weight: normal;
}
h2 a, .h2 a, h3 a, .h3 a {
  color: #383838;
}
.lire-la-suite {
  font-family: "PT Sans", Arial, Verdana, sans-serif;
  background-color: #383838;
}
#header {
  /*
    .row {
        background-color: $blue;
    }
    */
}
#header h1, #header a {
  color: #fff;
}
#header h1 {
  margin: 10px 0;
}
#header img {
  max-width: 100%;
  height: auto;
}
.accueil > h1, .accueil > a {
  display: block;
  background-image: url('https://lesnuitsbleues.fermeasites.net/squelettes/css/img/fond-header.jpg');
  background-position: center;
}
.navbar {
  font-family: "PT Sans", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
}
.navbar a {
  color: #383838;
}
.navbar-toggler {
  margin-top: 0.5rem;
  background-color: #000080;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.cartouche h1 {
  margin-bottom: 1rem;
}
.cartouche h1 + .publication {
  margin-top: -0.75rem;
}
.cartouche p {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.cartouche .label {
  font-weight: bold;
}
.cartouche .disponibilite {
  color: #d43030;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.cartouche .postmeta {
  margin-top: 0.5rem;
}
.card a {
  color: #676767;
}
.card a:hover, .card a:focus {
  text-decoration: none;
}
.card .entry-title {
  margin-bottom: 0.5rem;
}
.card p {
  margin-bottom: 0;
}
.card .auteurs {
  font-style: italic;
}
.card .couverture {
  text-align: center;
}
