/*
#@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
#@39
*/
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");
.bg-dark {
  background-color: #890000 !important;
}
/* Variables et declarations specifiques, en complement de _variables.scss */
html {
  font-size: 100%;
}
/* Reduire la font en mobile que l'on tient plus pres des yeux */
@media (max-width: 575.98px) {
  html {
    font-size: 93.75%;
  }
}
a:hover, a:focus, a:active {
  background-color: rgba(173, 181, 189, 0.05);
}
.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;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
  }
  #nav .navbar-inner {
    margin-left: 0;
  }
  #nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    background-color: transparent;
    z-index: -1;
    border: 4px solid;
    border-radius: 4px;
  }
}
.navbar .nav-link, .navbar .menu-items__lien {
  font-weight: bold;
}
li.nav-item {
  margin: 0;
  padding: 0 3px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nav {
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
@media (max-width: 575.98px) {
  #nav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1rem;
    right: 5px;
    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: #373a3c;
  }
  #nav .navbar-inner .navbar-toggler.collapsed {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  #nav .navbar-inner .navbar-nav {
    background: #373a3c;
  }
  .header .formulaire_menu_lang {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
  }
}
.menu-conteneur {
  padding-left: 20px;
  padding-right: 20px;
  background-image: linear-gradient(to bottom, #960000, #770000);
  background-repeat: repeat-x;
  box-shadow: none;
}
.footer {
  border-color: #ccc;
}
.main {
  background-color: #F6EFDE;
  padding: 10px;
}
.footer {
  text-align: center;
  margin-top: 0;
  padding: 0;
}
.footer .generator {
  top: 0;
}
.puce {
  vertical-align: center;
}
.boite-menu {
  color: #770000;
  font-size: 90%;
  padding: 2px 4px;
  background-color: #F6EFDE;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 0 rgba(0, 0, 0, 0.1);
}
.minical {
  padding: 0 2%;
}
h3.date {
  margin: 2px 4px;
}
h5 {
  margin-bottom: 2px;
}
h5.date a {
  font-weight: bold;
}
p.saut {
  margin: 0 -10px;
  line-height: 12px;
  background-color: #FFF;
}
.ps {
  color: #516451;
  font-style: italic;
}
table.spip thead th {
  color: #444;
  background-color: transparent;
  border: 1px solid black;
}
table.spip td {
  border: 1px solid black;
}
table.agenda {
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
table.agenda th {
  width: 14%;
}
table.agenda td {
  border: 1px solid black;
  width: 14%;
  line-height: 2em;
  padding: 0;
}
table.agenda td a {
  display: block;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #F00;
}
img.agenda {
  vertical-align: middle;
}
a, h1 {
  font-weight: normal;
}
a:focus, a:hover, a:active {
  background-color: #f2dcd0;
  color: #770000;
  text-decoration: none;
}
.hero-unit {
  padding: 5px;
}
/* Modifier le fichier _variable.scss en rajoutant : 
$grid-gutter-width:           10px !default;
*/
