/*
#@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
*/
@charset "UTF-8";
/* Variables et declarations specifiques, en complement de _variables.scss */
.page > .container {
  background-color: #fff;
}
.page > .container > .row > .col-lg-3 {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .page > .container > .row > .col-lg-3 {
    padding-right: 0;
  }
}
.page #content {
  padding-top: 30px;
}
a:hover, a:focus, a:active {
  background-color: transparent;
}
h1, .h1, .h1-like, h2, .h2, .h2-like, h3, .h3, .h3-like {
  text-transform: uppercase;
}
.h2, .h2-like {
  position: relative;
  padding-left: 2.5rem;
}
.h2::before, .h2-like::before {
  content: "∘";
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 4rem;
}
h3, .h3, .h3-like {
  font-family: "Montserrat Regular", Geneva, Verdana, sans-serif;
}
h3.spip {
  margin-top: 3rem;
}
.pagination {
  margin-bottom: 0.75rem;
  font-family: "Montserrat Bold", Geneva, Verdana, sans-serif;
  font-style: 0.875rem;
}
.pagination ul {
  justify-content: right;
}
.btn-primary {
  color: #00b569;
  background-color: #fff;
}
#logo_site_spip {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 40px;
}
@media (min-width: 992px) {
  #logo_site_spip {
    flex: 0 0 23.42%;
    max-width: 23.42%;
  }
}
@media (max-width: 1299.98px) {
  #logo_site_spip {
    flex: 0 0 22.93%;
    max-width: 22.93%;
  }
}
@media (max-width: 767.98px) {
  #logo_site_spip {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1299.98px) {
  #logo_site_spip {
    padding: 20px;
  }
}
#slogan_site_spip {
  width: 100%;
  padding: 20px 40px;
  color: #FFF;
  font-family: "Montserrat Bold", Geneva, Verdana, sans-serif;
}
#slogan_site_spip p {
  margin-bottom: 0;
  font-size: 2.6875rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #slogan_site_spip {
    flex: 0 0 76.59%;
    max-width: 76.59%;
  }
}
@media (max-width: 1299.98px) {
  #slogan_site_spip {
    flex: 0 0 77.08%;
    max-width: 77.08%;
  }
  #slogan_site_spip p {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #slogan_site_spip {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }
  #slogan_site_spip p {
    font-size: 1.625rem;
  }
}
#slogan_site_spip .menu-lang {
  text-align: right;
}
#slogan_site_spip .menu-lang a {
  text-decoration: underline;
}
#slogan_site_spip .menu-lang ul {
  margin-bottom: 1rem;
}
.header {
  padding-top: 0;
}
.header .spip_logos {
  float: none;
  margin: 0;
  max-height: 100%;
}
.navbar-dark {
  height: 100%;
}
@media (min-width: 992px) {
  .navbar-dark {
    padding-top: 20px;
  }
}
.navbar-dark .navbar-nav .active > .nav-link {
  background-color: transparent;
}
.navbar > nav > ul {
  margin-left: 10px;
}
.navbar > nav > ul > li {
  position: relative;
  padding-left: 0.75rem;
  color: #fff;
  font-family: "Montserrat Bold", Geneva, Verdana, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1300px) {
  .navbar > nav > ul > li {
    font-size: 1.375rem;
  }
}
.navbar > nav > ul > li::before {
  content: "∘";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 2rem;
}
.navbar > nav > ul ul {
  display: none;
  margin-left: 20px;
}
.navbar .on {
  font-weight: normal;
}
.nav[data-depth="0"] .menu-entree {
  position: relative;
}
.menu-entree > .nav[data-depth="1"] {
  position: absolute;
  display: none;
  background-color: #000;
}
.menu-entree:hover > .nav[data-depth="1"] {
  display: block;
}
.navbar #formulaire_recherche {
  padding: 20px;
}
.navbar .formulaire_recherche input {
  border-right-width: 0;
}
.navbar .formulaire_recherche button {
  border-width: 2px;
  border-left-width: 0;
}
.cartouche {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cartouche .spip_logo {
    float: none;
    margin-left: 0;
  }
}
.jumbotron {
  margin-bottom: 3rem;
}
.jumbotron h3 {
  margin-bottom: 1em;
  font-size: 1.6875rem;
  font-weight: bold;
}
.jumbotron p {
  font-size: 1.375rem;
}
.jumbotron img {
  display: block;
  margin: 0 20px 10px 0;
}
@media (min-width: 768px) {
  .jumbotron img {
    float: left;
  }
}
.liste.actualites {
  margin-bottom: 1.5rem;
}
.articles-syndiques ul {
  padding: 1rem;
  border: 2px solid #00b569;
  list-style-position: inside;
  list-style-type: disc;
}
.articles-syndiques ul li {
  padding: 0.25rem 0;
}
.articles-syndiques h2, .page_article .content h2 {
  font-size: 2rem;
}
.articles-syndiques h2::before, .page_article .content h2::before {
  top: -16px;
}
/* page rubrique */
.menu.rubriques .row {
  list-style: none;
}
.menu.rubriques .card {
  margin-bottom: 1.5rem;
}
.menu.rubriques .card .h3 {
  margin-bottom: 0;
}
/* Observatoire */
.observatoire h2 {
  font-size: 1.5rem;
}
.observatoire .carte {
  margin-bottom: 1.5rem;
}
.choix-affichage .nav-link, .selectionner .btn, .fiches .h3-like, .fiches .tags, .fiche .tags, .btn-telecharger {
  font-family: "Montserrat Bold", Geneva, Verdana, sans-serif;
  text-transform: uppercase;
}
.choix-affichage {
  margin: 0 -20px 0 -40px;
  background-color: #dee2e6;
}
.choix-affichage .nav-link {
  padding-left: 20px;
  padding-right: 40px;
}
.choix-affichage svg {
  margin-right: 40px;
  fill: #00b569;
}
.choix-affichage .disabled {
  color: #3c0a85;
  background-color: #fff;
}
.choix-affichage .disabled svg {
  fill: #3c0a85;
}
.selectionner {
  margin-bottom: 1.5rem;
}
.selectionner .btn {
  margin-right: 1.5rem;
  padding: 0.75rem 1rem;
  color: #3c0a85;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #dee2e6;
}
.selectionner .dropdown-toggle::after {
  margin-left: 2em;
  vertical-align: -0.1em;
  border-top: 0.9em solid;
  border-right: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
}
.selectionner .dropdown-menu {
  z-index: 1001;
}
.fiche h1 {
  font-size: 2rem;
}
.fiche .main {
  padding-bottom: 1rem;
}
.fiche .main h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.fiche .retour::before {
  display: inline-block;
  margin-right: 1em;
  vertical-align: -0.1em;
  content: "";
  border-left: 0;
  border-right: 0.9em solid;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
}
.fiches .tags svg, .fiche .tags svg {
  margin-right: 10px;
}
.fiches .tags {
  margin-bottom: 0.75rem;
}
.btn-telecharger {
  margin: 0 20px 1rem;
  padding: 10px;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  background-color: #345381;
}
.btn-telecharger:hover, .btn-telecharger:focus, .btn-telecharger:active {
  color: #fff;
  background-color: #345381;
}
.btn-telecharger svg {
  margin-right: 20px;
}
.biblio .card-header .btn {
  padding: 0;
  font-weight: bold;
  text-decoration: underline;
}
.biblio .card-header p {
  margin-bottom: 0;
}
.accordion-button {
  display: flex;
  width: 100%;
  align-items: center;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  padding-left: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.thematiques .accordion-button {
  color: #3c0a85;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.js .formulaire_filtres_biblio .boutons {
  display: none;
}
