/* CSS Document */
/* =============================
   SIDEBAR
============================= */
.site-title a {
    text-decoration: none;
    color: inherit;
}

.site-title a:hover {
    opacity: 0.85;
        text-decoration: none;
}


.sidebar {
  width: 240px;
  padding: 1rem;
  border-right: 5px solid #FFF;

  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(3px);
  box-shadow: 10px 0 30px rgba(0,0,0,0.25);

  display: flex;
  flex-direction: column;
}

/* Titre principal */

.site-title-block {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.site-title-block h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  color: #2c2c2c;
  text-align: center;
}

.site-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 25px;
  color: #333;
}

/* Blocs internes */

.sidebar-section {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}

.section-header {
text-align:center;
font-size:18px;
letter-spacing:1px;
margin:25px 0 10px 0;
}

.section-header::after {
content:"";
display:block;
width:60%;
margin:8px auto 0 auto;
border-bottom:1px solid rgba(255,255,255,0.35);
}

.section-content {
  padding: 12px 14px;
}


/* =============================
   LISTES SIDEBAR
============================= */

.sidebar-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-section li {
  margin-bottom: 6px;
}

.sidebar a{

text-decoration:none;

color:#2c2c2c;

}

.sidebar a:hover{

text-decoration:underline;

}

/* Bloc secondaire */

/** servait à ajouter le bloc informations pratiques avec un style spécifique 
.secondary-section {
  margin-top: auto;
}

.secondary-section .section-header {
  background: rgba(44,62,80,0.55);
  font-size: 0.75rem;
  text-transform: none;
}**/


//** CSS pour le lien actif 

.sidebar a.active{
font-weight:600;
text-decoration:underline;
}

/* =============================
   recherche SIDEBAR
============================= */

.thesaurus-search {

width:90%;
margin:10px auto 15px auto;
display:block;

padding:6px 8px;

background:rgba(255,255,255,0.08);
border:1px solid rgba(255,255,255,0.3);

color:white;

}
