/* =============================
   TH&Eacute;SAURUS : LIGNE SUP&Eacute;RIEURE
============================= */

.thesaurus-left-wrapper{

display:flex;
align-items:baseline;
gap:14px;

padding:6px 12px;

background:rgba(255,255,255,0.80);
backdrop-filter:blur(6px);

border-radius:4px;
border:1px solid rgba(0,0,0,0.15);

}


/* titre */

.thesaurus-title{

margin:0;

font-family:'Cormorant Garamond', serif;
font-size:1.8rem;

}


/* lien pr&eacute;sentation */

.thesaurus-intro{

font-family:'Merriweather', serif;
font-size:0.9rem;

text-decoration:none;

color:#444;

opacity:0.8;

}

.thesaurus-intro:hover{

opacity:1;

}



/* =============================
   NAVIGATION TH&Eacute;SAURUS
============================= */

.thesaurus-nav{

display:flex;
justify-content:center;
gap:18px;

margin-top:12px;

}


.thesaurus-nav{

display:flex;
justify-content:center;
gap:18px;

margin-top:10px;

font-family:'Merriweather', serif;
font-size:0.9rem;

}


/* liens (ex bouton) */

/* =============================
   NAVIGATION DU THÉSAURUS
============================= */

.thesaurus-nav{

display:flex;
justify-content:center;
gap:14px;

margin-top:10px;

font-family:'Merriweather', serif;
font-size:0.9rem;

}


/* boutons */

.thesaurus-nav a{

padding:5px 12px;

background:#ffffff;

border:1px solid rgba(0,0,0,0.18);
border-radius:3px;

text-decoration:none;

color:#2c2c2c;

transition:all 0.15s ease;

}


/* hover */

.thesaurus-nav a:hover{

background:#f4f4f4;

}


/* bouton actif */

.thesaurus-nav a.active{

background:#2c3e50;
color:#ffffff;
border-color:#2c3e50;

}
