/* css styles */

.btn {background-color: var(--bs-default)}

body {
  background:var(--bois2);
  
}

@font-face {
    font-family: mono;
 format("opentype")
}

/*
@font-face {
    font-family: Cambria;
    font-weight: bold;
    src: url("font/Cambria-Font-For-Windows.ttf");
}
*/

@font-face {
    font-family: SpecialElite;
    font-weight: bold;
    src: url("font/SpecialElite.ttf");
}

:root {
  --police-logo: #2f210faa;
 --bs-body-font-family: mono;
 --bs-body-color: black;
 --police: SpecialElite;
 --brun: #755e1b;
 --vert: #044100;
 --bois: #f5d456;
 --bois2: #f5d4569e;
 --gris: #878a91
}

.navbar-dark {
  background-color: #000800/*  #29a229; */
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--bois);
}

.nav-link.active {
  color: var(--bois) !important;
  font-weight: bold;
}

.nav-link {
  color: var(--gris);
}

.sidebar nav[role="doc-toc"] ul > li > a.active {
  border-left: 1px solid #755e1b;
  color: #755e1b !important;
}

h1,h2,h3,h4 {font-family: var(--police);}

.police {font-family: var(--police)}

nav {font-family: var(--police); font-size:110%}

.navbar-title {display:none}
.navbar-brand {margin-right: 9rem}
.navbar-brand > img {
  max-height: 90px;
position: absolute;
top: 0.1rem;
}

h1 {font-weight: bold; border-bottom: solid 1px;}

figure-caption {
  font-size: .8rem;
}

body:before {
content: "";
position: fixed;
top: calc(50vh - 5rem);
right: 0;
font-size: 10em;
opacity: .3;
font-family: sans;
left: 0;
text-align: center;
rotate: -32deg;
color: red;
}

/* largeur sommaire coté droit 
.nav-link {
  padding: .5rem 0.2rem;
}
*/

.sidebar nav[role="doc-toc"] > ul li a {
  line-height: 0.8rem;
  padding-bottom: .2rem;
  padding-top: .2rem;
  color: inherit;
  font-size: 75%;
}

 /* Style the button that is used to open and close the collapsible content */
.paracoll {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
height: 1rem;
line-height: 0px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active .paracoll:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content2 {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-size: 80%;
} 

.paracoll:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
  margin-top: -1rem;
}
.active.paracoll:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.nav-tabs .nav-link {
  background-color: var(--bois) !important;
  opacity: 75%;
  border: solid 1px;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link.active {
  opacity: 100%;
}

.tab-content {
  border-right: unset;
  border-left: unset;
}

@media (min-width: 767.98px){
.col2 {
  column-count:2;
} 
}

@media (max-width: 767.98px){
.column {
  width: 100% !important;
}
}

.dropdown-item {
  background: var(--bs-body-color);
  color: var(--bois);
}

.leaflet-tooltip {
  background: var(--bois);
  border: none;
  text-weight:800;
}  
  
.leaflet-tooltip a {
  color: black;
  text-decoration: none;
}


.lieu {
  font-size: larger;
color: var(--bs-warning);
}

.artiste {
  font-size: larger;
  font-weight: bolder;
  display: inline-flex;
}

.legende {
  font-size: smaller;
  font-weight: bolder;
  display: grid;
}

.nature {
  font-size: x-large;
  font-variant-caps: petite-caps;
}

.nature::before {
  content: "● ";
}


.calendrier h2 {
  border-bottom: solid 1px var(--bs-warning);
  border-top: solid 1rem var(--bs-warning);
  padding-top: 1rem;
}

.calendrier {
  scale: 70%;
  width: 143%;
  transform-origin: left top;}
  
.navbar-logo {
    height: 100%;
  }
  
.headroom--frozen .navbar-logo {
  display: none;
}
  
iframe {
  max-width: 90vw;
min-height: auto;
}