/*
#@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
#@40
*/
/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */
.page {
  margin: 1rem 2rem;
}
#descriptif_site_spip, .chapo {
  margin: 3rem 10rem !important;
  text-align: center;
  font-size: 1.35rem !important;
  color: #343a40;
}
.chapo {
  font-weight: normal;
}
.card {
  background-color: #dee2e6;
  border-radius: 0.5rem !important;
}
.card-header {
  padding: 0 !important;
}
.card-title {
  margin: 1rem 1rem 0;
}
.card a.btn, .card span.card-img {
  border-radius: 0.5rem !important !;
}
.form-control, .formulaire_spip input.text {
  border-color: #D15800 !important;
}
.form-control::placeholder, .formulaire_spip input.text::placeholder, .formulaire_spip input.password::placeholder, .formulaire_spip input.email::placeholder, .formulaire_spip input.date::placeholder, .formulaire_spip textarea::placeholder, .formulaire_spip select::placeholder {
  color: #A3A640 !important;
}
.btn-outline-secondary {
  border-color: #D15800 !important;
  background-color: #E88D28 !important;
  color: #A23D16 !important;
}
.text-muted {
  visibility: hidden;
}
@media (max-width: 576px) {
  .page {
    margin: 0;
  }
  #descriptif_site_spip {
    margin: 2rem 0.5rem !important;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .page {
    margin: 1rem 1rem;
  }
  #descriptif_site_spip {
    margin: 2rem 2rem !important;
  }
}
.navbar-toggler-icon {
  background-immage: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.keyword {
  color: #A3A640;
}
.generator {
  position: relative !important;
  margin-top: 1rem;
  top: 0 !important;
}
/* Variables et declarations specifiques, en complement de _variables.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link, .menu-items__lien {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .menu-items__lien:hover, .nav-link:focus, .menu-items__lien:focus {
  text-decoration: none;
}
.nav-link.disabled, .disabled.menu-items__lien {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link, .nav-tabs .menu-items__lien {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .menu-items__lien:hover, .nav-tabs .nav-link:focus, .nav-tabs .menu-items__lien:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .disabled.menu-items__lien {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .active.menu-items__lien, .nav-tabs .nav-item.show .nav-link, .nav-tabs .show.menu-items__item .nav-link, .nav-tabs .nav-item.show .menu-items__lien, .nav-tabs .show.menu-items__item .menu-items__lien {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #dee2e6 #dee2e6 #f8f9fa;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link, .nav-pills .menu-items__lien {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .active.menu-items__lien, .nav-pills .show > .nav-link, .nav-pills .show > .menu-items__lien {
  color: #fff;
  background-color: #D15800;
}
.nav-fill > .nav-link, .nav-fill > .menu-items__lien, .nav-fill .nav-item, .nav-fill .menu-items__item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified > .menu-items__lien, .nav-justified .nav-item, .nav-justified .menu-items__item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
ul.nav, ol.nav {
  margin-left: 0;
}
.nav-header {
  display: block;
  padding: 0.5rem 1rem;
  color: #6c757d;
  font-size: 0.9625rem;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.nav-item + .nav-header, .menu-items__item + .nav-header {
  margin-top: 0.75rem;
}
.nav-tabs > .nav-link, .nav-tabs > .menu-items__lien {
  margin-bottom: -1px;
}
.well .nav-list, .card-body .nav-list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.well .nav-list .nav-list, .card-body .nav-list .nav-list {
  margin-left: 0;
  margin-right: 0;
}
.nav-list {
  flex-direction: column !important;
  margin-bottom: 0;
}
.nav-list .nav-link, .nav-list .menu-items__lien, .nav-list .nav-header {
  padding: 0.25rem 1rem;
}
.nav-list .nav-item > .nav-list, .nav-list .menu-items__item > .nav-list {
  margin-left: 1rem;
}
.nav-list > .active > .nav-link, .nav-list > .active > .menu-items__lien {
  color: #fff;
  background-color: #D15800;
}
.nav-list > .active > .nav-link:hover, .nav-list > .active > .menu-items__lien:hover, .nav-list > .active > .nav-link:focus, .nav-list > .active > .menu-items__lien:focus, .nav-list > .active > .nav-link:active, .nav-list > .active > .menu-items__lien:active {
  color: #fff;
  background-color: #D15800;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 0;
  margin: 0.375rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
/* Listes d'items */
/*
.liste[.long][.short][.thumb]
  .liste-items
    .item[.long][.short][.thumb]


Un item est compose de :

.entry
  .entry-title
    .spip_logos
    .read-more
  .publication
    .pubdate
    .authors
  .entry-content
  .postmeta
    .comments
    .signatures
*/
.liste {
  margin-bottom: 1.5rem;
}
.liste.long {
  margin-bottom: 3rem;
}
.liste-items {
  margin-left: 0;
  list-style: none;
  border-top: 0;
}
.liste-items .item {
  padding: 0.75rem 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  margin-top: -1px;
}
.liste-items .item:last-child {
  border-bottom: 1px solid #dee2e6;
}
.liste-items .item .entry {
  margin-bottom: 0;
}
.liste-items .item .entry-title:first-child {
  margin-top: 0;
}
.entry div.spip, .entry p, .entry .p {
  margin-bottom: 0.75rem;
}
.entry .entry-title {
  margin-bottom: 0.75rem;
}
.entry .entry-content > :last-child {
  margin-bottom: 0;
}
.entry .entry-content {
  margin-bottom: 0.75rem;
}
.liste-items .item-header {
  padding: 0.75rem 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  margin-top: -1px;
  border: 0;
  display: block;
  font-weight: bold;
  color: #dee2e6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.item + .item-header {
  padding-top: 0.75rem;
}
.liste-items .publication, .liste-items .postmeta {
  display: none;
}
.liste-items .postmeta .tags ul, .liste-items .postmeta .tags li {
  display: inline;
}
/* Long */
.long .publication {
  display: block;
}
.long .postmeta {
  display: block;
}
/* Short */
.short .item, .item.short {
  padding: 0.375rem 0;
}
.short .item:first-child:last-child, .item.short:first-child:last-child {
  border: 0;
}
.short .entry-title {
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
.short .publication, .short .spip_logo, .short .entry-content, .short .postmeta, .short .read-more {
  display: none;
}
.short .entry > :not(.entry-title) {
  display: none;
}
.short .entry, .short .entry-title {
  display: inline;
}
/* thumb */
.thumb .item:first-child:last-child, .item.thumb:first-child:last-child {
  border: 0;
}
.thumb .entry {
  position: relative;
}
.thumb .entry:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  background: #f8f9fa;
}
.thumb .entry .entry-title {
  padding-top: 0;
  display: block;
}
.thumb .entry .spip_logo {
  margin: 0;
  position: absolute;
  width: 100% !important;
  top: 0;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.thumb .entry .spip_logo .img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background-size: cover !important;
}
.thumb .entry-content {
  max-height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.thumb.thumb-4x1 .entry::before, .thumb.thumb-4x1 .spip_logo {
  padding-bottom: 25%;
}
.thumb.thumb-3x1 .entry::before, .thumb.thumb-3x1 .spip_logo {
  padding-bottom: 33.33%;
}
.thumb.thumb-5x2 .entry::before, .thumb.thumb-5x2 .spip_logo {
  padding-bottom: 40%;
}
.thumb.thumb-2x1 .entry::before, .thumb.thumb-2x1 .spip_logo {
  padding-bottom: 50%;
}
.thumb.thumb-16x9 .entry::before, .thumb.thumb-16x9 .spip_logo {
  padding-bottom: 56.25%;
}
.thumb.thumb-4x3 .entry::before, .thumb.thumb-4x3 .spip_logo {
  padding-bottom: 75%;
}
.thumb.thumb-1x1 .entry::before, .thumb.thumb-1x1 .spip_logo {
  padding-bottom: 100%;
}
/* on demand */
.with-read-more .entry {
  position: relative;
  padding-bottom: 1.5em;
}
.with-read-more .postmeta {
  min-height: 1.5em;
  padding: 0.75rem 0;
  padding-left: 2em;
  padding-bottom: 0;
  margin-bottom: -1.5em;
}
.with-read-more .read-more {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  text-align: right;
  padding: 0.75rem 0;
  padding-left: 0;
  padding-bottom: 0;
  line-height: 1.5em;
  font-size: 1rem;
}
.with-publication .entry .publication {
  display: block;
}
.with-publication-inline .entry .publication {
  display: inline;
  padding-left: 0.25em;
}
.with-postmeta .entry .postmeta {
  display: block;
}
.with-postmeta-inline .entry .postmeta {
  display: inline;
  padding-left: 0.25em;
}
.with-content .entry .entry-content {
  display: block;
}
.with-content-inline .entry .entry-content {
  display: inline;
}
/* dans un .secondary */
.secondary .liste-items .item {
  padding: 0.375rem 0;
}
.secondary .liste-items .spip_logo {
  max-width: 3.75em;
}
.secondary .liste-items .spip_logo img {
  height: auto !important;
}
.secondary .liste-items .entry-content {
  max-height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.secondary .short .item, .secondary .item.short {
  padding: 0.1875rem 0;
}
.secondary .short .entry-title {
  font-weight: normal;
}
.secondary .long .entry-content {
  max-height: 15em;
}
/* liste de documents */
.documents .item {
  padding-right: 0;
  padding-left: 4.5em;
}
.entry.document {
  padding-bottom: 0;
}
.entry.document .entry-title {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.entry.document .spip_logo {
  float: left;
  max-width: 2.25em;
  margin: 0.25rem 0.5rem;
  margin-left: -4.5em;
  margin-top: 0;
}
.entry.document .publication {
  display: block;
  margin-bottom: 0;
}
.entry.document .read-more {
  display: none;
}
.documents.short .item, .documents .item.short {
  padding-left: 0;
}
.short .document .spip_logo {
  display: none;
}
