@font-face {
    font-family: 'Source Code Pro';
    src: url('../fonts/SourceCodePro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('../fonts/SourceCodePro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/Orbitron-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/Orbitron-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'UnifrakturCook';
    src: url('../fonts/UnifrakturCook-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

:root {
    --source-code: "Source Code Pro", monospace;
}

/* Prevent Flash of Untranslated Content (FOUT) */
html.i18n-loading [data-en],
html.i18n-loading [data-en-title],
html.i18n-loading [data-en-alt],
html.i18n-loading .lang-en {
    visibility: hidden !important;
}

/* Support pour le bilinguisme direct */
html[lang="fr"] .lang-en { display: none !important; }
html[lang="en"] .lang-fr { display: none !important; }

body {
    font-family: "Source Code Pro";
    font-size: 16px;
    color: #475057;
    background-color: #1c2509;
    border: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Temporairement désactivé pour sélection de texte */
    user-select: text !important;
    -webkit-user-select: text !important;
    -webkit-touch-callout: default !important;
}

p {
    font-size: 16px;
}
a:link {
  color: #475057;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #475057;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #d57b12;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #475057;
  background-color: transparent;
  text-decoration: underline;
}

.noise img {
  background-image: url("../underlay_noise.gif");
  background-repeat: repeat;
}

.description {
    z-index: 51;
    position: absolute;
    width: 80%;
    top: 2655;
    left: 50%;
    transform: translate(-50%, 0);
}

.paper {
    z-index: 2;
    position: absolute;
    top: 55;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.paper-div {
    z-index: 2;
    position: absolute;
    top: 159;
    left: 50%;
    transform: translate(-50%, 0);
}

.link {
position: relative;
    color: #adadad;
    z-index: 2;
}

.containerbird {
    height: 774px;
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
  /* position the div in center */
        z-index: 1;
  position: absolute;
  top: 825px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bird {
    position: inherit;
    width: 64;
    height: 37;
    top: 771;
    left: 220;
    background-image: url(viewsonic-bird.gif);
}

.bird:hover {
    position: inherit;
    width: 64;
    height: 37;
    top: 771;
    left: 220;
    background-image: url(viewsonic-bird_dancing.gif);
}

.dancingbird {z-index: 999; position: fixed; top: 965px; opacity: 0; pointer-events: none; transition-duration: 0.4s;}
body:has(.bird:hover) .dancingbird {opacity: 100;  transition-property: opacity; transition-duration: 0.4s;}
body:has(.bird:hover) .monitor-screen {filter: brightness(0.3) blur(2px); transition: filter 0.4s ease;}

.keyboard {
    z-index: 2;
    position: absolute;
    top: 2415;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.poster-left {
    z-index: -99;
    position: absolute;
    top: 1075;
    left: 50%;
    transform: translate(-830px, 0);
    pointer-events: none;
}

.poster-right {
    z-index: -99;
    position: absolute;
    top: 1043;
    left: 50%;
    transform: translate(300px, 0);
    pointer-events: none;
}

.right {
    z-index: 3;
    position: absolute;
    top: 1535;
    left: 50%;
    transform: translate(-7%, 0);
    pointer-events: none;
    overflow: hidden;
}

.left {
    z-index: 2;
    position: absolute;
    top: 1780;
    left: 50%;
    transform: translate(-100%, 0);
    pointer-events: none;
    overflow: hidden;
}

.dragon {
    z-index: 2;
    position: absolute;
    top: 440;
    left: 50%;
    transform: translate(-373px, 0);
    pointer-events: none;
}

.dragon-tail-container {
    z-index: 2;
    position: absolute;
    top: 628px;
    left: 50%;
    transform: translate(140px, 0);
}

.dragon-tail {
    transition: transform 0.9s;
}

.dragon-tail-container:hover .dragon-tail {
    transform: translateX(360px);
}

.speaker-container {
    position: absolute;
    top: 516;
    left: 50%;
    transform: translate(-65%, 0);
    z-index: 2;
    pointer-events: none;
}

.speaker {
    position: relative;
    pointer-events: none;
}

.speaker-on-off {
    position: absolute;
    top: 352px;
    left: 131px;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.speaker-on-off:hover {
    opacity: 0;
}

.speaker-on-off.muted {
    opacity: 0;
}

.speaker-on-off.muted:hover {
    opacity: 1;
}

.monitor {
    z-index: 1;
    position: absolute;
    top: 1150;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}
.monitor-screen {
    z-index: 1;
    position: absolute;
    top: 1225; /* Positionné légèrement en dessous du moniteur pour l'écran */
    left: 50%;
    transform: translate(-50%, 0) scale(0.8);
    transform-origin: center center;
    width: 1000px; /* Largeur compensée pour le scale */
    height: 713px; /* Hauteur compensée pour le scale */
    background-color: #000; /* Fond noir pour simuler l'écran éteint */
    border-radius: 2px;
    border: 1px solid #333;
    overflow: hidden;
}
.monitor-screen iframe {
    width: 100%;
    height: calc(100% - 30px);
    border: none;
    z-index: 10;
    position: relative;
    margin-top: 30px;
    background-color: #ffffff;
}

#monitor-screen {
    display: none; /* Caché par défaut */
}

#monitor-screen.active {
    display: block; /* Visible quand un site est chargé */
}

.browser-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, #e8e8e8 0%, #d0d0d0 100%);
    border-bottom: 1px solid #808080;
    z-index: 15;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.nav-buttons {
    display: flex;
    gap: 2px;
    margin-right: 10px;
}

.nav-button {
    width: 25px;
    height: 20px;
    border: 1px outset #c0c0c0;
    background: linear-gradient(to bottom, #f0f0f0 0%, #d0d0d0 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}

.nav-button:hover {
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    border: 1px inset #808080;
}

.nav-button:active {
    background: linear-gradient(to bottom, #d0d0d0 0%, #b0b0b0 100%);
    border: 1px inset #404040;
}

.address-bar {
    flex: 1;
    height: 20px;
    background: white;
    border: 1px inset #c0c0c0;
    border-radius: 3px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.address-input {
    width: 100%;
    border: none;
    outline: none;
    font-family: monospace;
    font-size: 12px;
    background: transparent;
    color: #333;
}

.home-button {
    width: 25px;
    height: 20px;
    border: 1px outset #c0c0c0;
    background: linear-gradient(to bottom, #f0f0f0 0%, #d0d0d0 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}

.home-button:hover {
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    border: 1px inset #808080;
}

.home-button:active {
    background: linear-gradient(to bottom, #d0d0d0 0%, #b0b0b0 100%);
    border: 1px inset #404040;
}

/* Styles des post-its */
.postit {
    position: absolute;
    width: 100px;
    height: 100px;
    padding: 12px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.postit-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #5b5b5b;
    font-family: 'Caveat', cursive;
    font-size: 35px;
    font-weight: normal;
}

.postit-1 {
    top: 1295px;
    left: calc(50% + 410px);
    background: linear-gradient(135deg, #fbeeb9 0%, #e7dba7 100%);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transform: rotate(5deg);
    opacity: 0;
}

.postit-2 {
    top: 1395px;
    left: calc(50% + 420px);
    background: linear-gradient(135deg, #fbeeb9 0%, #e7dba7 100%);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transform: rotate(-3deg);
    opacity: 0;
}

.postit-3 {
    top: 1495px;
    left: calc(50% + 410px);
    background: linear-gradient(135deg, #fbeeb9 0%, #e7dba7 100%);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transform: rotate(7deg);
    opacity: 0;
}

.postit-4 {
    top: 1595px;
    left: calc(50% + 430px);
    background: linear-gradient(135deg, #fbeeb9 0%, #e7dba7 100%);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transform: rotate(-5deg);
    opacity: 0;
}

.postit-5 {
    top: 1695px;
    left: calc(50% + 420px);
    background: linear-gradient(135deg, #fbeeb9 0%, #e7dba7 100%);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transform: rotate(3deg);
    opacity: 0;
}


/* Indicateur visuel pour l'année actuelle (texte seulement) */
.postit.current-year .postit-content {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.postit-learn-more {
    top: 1795px;
    left: calc(50% - 525px);
    background: linear-gradient(135deg, #fbeeb9 0%, #e7dba7 100%);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transform: rotate(-5deg);
    transition: none;
}

.postit-learn-more .postit-content {
    transition: all 0.3s ease;
    font-size: 28px;
}

.postit-learn-more:hover .postit-content {
    transform: scale(1.1);
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
    font-weight: bold;
}

/* Styles pour les flèches à côté des titres de sites */
.site-title-arrow {
    display: inline;
    cursor: pointer;
    font-size: 32px;
    color: #ffb74d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    vertical-align: baseline;
    margin-left: 10px;
}

.description-content .titre {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* Supprimer les marges pour les paragraphes après les titres et h2 */
.description-content .titre + p,
.description-content h2 + p {
    margin-top: 0 !important;
}

.site-title-arrow:hover {
    transform: scale(1.1);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.desk-top {
    z-index: -2;
    width: 100%;
    height: 632;
    position: absolute;
    top: 730;
    left: 0;
    transform: scaleX(calc(1 / var(--zoom, 1)));
    transform-origin: center;
    background-image: url(desk-top.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.desk-bottom {
    z-index: -2;
    position: absolute;
    top: 1415;
    width: 100%;
    height: 1394;
    left: 0;
    transform: scaleX(calc(1 / var(--zoom, 1)));
    transform-origin: center;
    background-image: url(desk-bottom.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
	
#overlay-animated {
    position: fixed; /* Sit on top of the page content */
    z-index: 90000;
    pointer-events: none;
    height: 100%;
    width: 100%;
    background-color: #2c25c0;
    mix-blend-mode: soft-light;
    opacity: 0.4;
    animation: glow 1s linear infinite;
}

/* Overlay pluie pour Vampire vs Lycan */
#rain-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(rain.gif);
    background-repeat: repeat;
    background-size: auto;
    z-index: 95000; /* Au-dessus de overlay-animated (90000) */
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
}

#rain-overlay.active {
    opacity: 1; /* 100% visible */
}

/* Style pour les blocs de description */
.description-content {
    z-index: 0;
    width: 90%;
    border: 1px solid #749d91;
    box-shadow: 0 0 15px 5px #242b31, inset 0 0 15px #6166a0;
    border-radius: 2rem;
    padding: 15px 35px;
    background: url('../underlay_grid.png') repeat;
    background-color: #3e4e54;
    margin: 20px auto;
    box-sizing: border-box;
    text-align: left;
    color: #ddf2ff;
    font-family: 'Source Code Pro', monospace;
    line-height: 1.6;
    position: relative;
}

.description-content h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    color: #4fc3f7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Police UnifrakturCook pour les h2 de Vampire VS Lycan uniquement (sauf le titre principal) */
.description-content.vampire-vs-lycan-description h2:not(.titre) {
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-size: 36px;
}

.description-content strong {
    font-weight: bold;
}

.description-content a {
    color: #b7ccd9;
    text-decoration: none;
    transition: color 0.3s ease;
}

.description-content a:hover {
    color: #d57b12;
    text-decoration: underline;
}

.description-content table {
    width: 100%;
    color: #ddf2ffe1;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
    border: 0px ;
}

.description-content td {
    padding: 10px;
    border: none;
    vertical-align: top;
}

.description-content td:last-child {
    border-bottom: none;
}

.description-content iframe {
    border-radius: 6px;
    border: 1px solid #4a5568;
    margin: 8px 0;
    width: 100%;
    height: 200px;
}

/* Style pour les titres principaux */
.description-content .titre {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    color: #ffb74d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Style pour les éléments en évidence */
.description-content em {
    color: #b7ccd9;
    font-style: italic;
}

/* Animation d'entrée pour les descriptions */
.description-content {
    animation: fadeInDescription 0.6s ease-out;
}

@keyframes fadeInDescription {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes glow{
  0% {
       filter: hue-rotate(-10deg);
  }
  50% {
        filter: hue-rotate(-35deg);
  }
  100% {
       filter: hue-rotate(-10deg);
  }
}
#overlay-color {
    position: fixed; /* Sit on top of the page content */
    z-index: 9000;
    pointer-events: none;
    height: 100%;
    width: 100%;
    background-color: #bc34ef;
    mix-blend-mode: lighten;
    opacity: 0.20;
}
	
.emoji-selector-container {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px 0;
}
.emoji-selector-container select {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0px;
    border: 2px solid #ddd;
    width: 100%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
}
.emoji-display-section {
    padding: 20px;
    background-color: rgba(248, 249, 250, 0.2);
    border: 2px solid #dee2e6;
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
}

/* ============================================
   BAS DE PAGE (FOOTER)
   ============================================ */
.site-footer {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.footer-line {
    width: 100%;
    margin-left: 0;
    transform: scaleX(calc(1 / var(--zoom, 1)));
    transform-origin: center;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(116, 157, 145, 0.4) 20%, 
        rgba(116, 157, 145, 0.8) 50%, 
        rgba(116, 157, 145, 0.4) 80%, 
        transparent 100%);
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(116, 157, 145, 0.3);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-text {
    color: #A9BAC9;
    font-family: var(--source-code);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(169, 186, 201, 0.3);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.footer-text:hover {
    opacity: 1;
    color: #C5D4E0;
    text-shadow: 
        0 0 10px rgba(169, 186, 201, 0.5),
        0 0 20px rgba(49, 176, 134, 0.4);
}

/* --- Fixed Navigation --- */
.back-to-hideout {
    position: fixed;
    top: 15px;
    left: 20px;
    z-index: 100000;
}

.back-to-hideout a {
    color: #b7ccd9;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.back-to-hideout a:hover {
    color: #ddf2ff;
    text-shadow: 0 0 10px rgba(221, 242, 255, 0.4);
}

/* --- System Zoom Controls --- */
.zoom-controls {
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 100000;
    display: flex;
    align-items: center;
    gap: 10px;
    user-select: none;
}

.zoom-display {
    color: #b7ccd9;
    font-family: var(--source-code);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    border-right: 2px solid rgba(183, 204, 217, 0.3);
    padding-right: 8px;
    margin-right: 2px;
}

/* --- Language Toggle Button --- */
.lang-toggle-btn {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(183, 204, 217, 0.3);
    color: #b7ccd9;
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    line-height: 1;
    min-width: 45px;
    text-align: center;
}

.lang-toggle-btn:hover {
    background: rgba(183, 204, 217, 0.2);
    color: #ddf2ff;
    border-color: #ddf2ff;
    text-shadow: 0 0 10px rgba(221, 242, 255, 0.6);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.lang-toggle-btn:active {
    transform: scale(0.95);
}

/* Cache system for i18n classes */
html[lang="fr"] .lang-en { display: none !important; }
html[lang="en"] .lang-fr { display: none !important; }

.zoom-button {
    background: none;
    border: none;
    color: #b7ccd9;
    padding: 0 5px;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    transition: all 0.2s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1;
    outline: none;
}

.zoom-button:hover {
    color: #ddf2ff;
    text-shadow: 0 0 10px rgba(221, 242, 255, 0.4);
    transform: scale(1.1);
}

.zoom-button:active {
    transform: scale(0.9);
}


/* --- Content Scaling Wrapper --- */
.content-wrapper {
    width: 100%;
    min-height: 100vh;
    transform-origin: center top;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    will-change: transform;
}

/* Adjustments for scaled content */
body.zoomed {
    overflow-x: hidden;
}

/* --- Navigation Arrows (Bottom-Right) --- */
.bottom-nav {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.nav-arrow {
    cursor: pointer;
    color: #b7ccd9;
    font-size: 28px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: all 0.2s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    user-select: none;
    line-height: 1;
}

.nav-arrow:hover {
    color: #ddf2ff;
    text-shadow: 0 0 10px rgba(221, 242, 255, 0.4);
    transform: scale(1.1);
}

.nav-arrow:active {
    transform: scale(0.9);
}
.img-shadow {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a:hover .img-shadow {
    transform: scale(1.02) translateY(-2px);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.8);
}

/* Animation de flottement pour Naruto sur son balai volant */
@keyframes floatBroom {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.floating-broom {
    animation: floatBroom 3.2s ease-in-out infinite;
    display: inline-block;
}

/* Style distinct et boîtier bleu-vert Slaizen uniquement pour les liens de sources */
.description-content em:has(+ a) {
    display: inline-block;
    background: rgba(0, 210, 180, 0.18);
    border: 1px solid rgba(0, 210, 180, 0.5);
    border-radius: 4px 0 0 4px;
    padding: 2px 7px;
    margin-top: 6px;
    color: #00e5ff;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    border-right: none;
}

.description-content em + a {
    display: inline-block;
    background: rgba(0, 210, 180, 0.08);
    border: 1px solid rgba(0, 210, 180, 0.5);
    border-radius: 0 4px 4px 0;
    padding: 2px 8px;
    margin-top: 6px;
    color: #2dd4bf !important;
    font-size: 13px;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.description-content em + a:hover {
    background: rgba(0, 210, 180, 0.28);
    color: #ffffff !important;
    border-color: #00e5ff;
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

/* Ligne de séparation sous les sous-titres h2 des descriptions */
.description-content h2:not(.titre) {
    border-bottom: 2px solid rgba(255, 183, 77, 0.4);
    padding-bottom: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Style bien visible pour les sous-titres de rubriques (h3 / .sub-heading) */
.description-content h3,
.description-content .sub-heading {
    color: #ffb74d;
    font-size: 17px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 8px;
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-left: 3px solid #ffb74d;
    padding-left: 8px;
}