.ORTIR-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding: 20px;
}

.ORTIR-titre {
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: clamp(1.9rem, 3vw, 3.8rem);
    font-weight: 600;
    letter-spacing: 3px;
    color: #f1e7c5; 
 margin: 0 0 6px 0;
    padding: 0;	
	
}

.ORACLES-CONTENEUR {
    padding-bottom: 120px;
    box-sizing: border-box;
}


.ORTIR-bar {
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;

    display: flex;
    justify-content: space-around;

    padding: 10px;

    border-top: 1px solid #333;

    z-index: 999;
}
.tir0-tarot-info { width: 100%; margin: 35px 0; } .tir0-tarot-info details { width: 100%; } .tir0-tarot-info summary { list-style: none; } .tir0-tarot-info summary::-webkit-details-marker { display: none; } .tir0-tarot-info-toggle { width: 100%; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 0; border: 0; background: transparent; cursor: pointer; color: inherit; text-align: center; } .tir0-tarot-line { flex: 1 1 auto; min-width: 20px; height: 1px; background: currentColor; opacity: .25; } .tir0-tarot-info-title { flex: 0 1 auto; font-size: 18px; font-weight: 600; line-height: 1.3; } .tir0-tarot-info-title small { display: block; margin-top: 5px; font-size: 14px; font-weight: 400; line-height: 1.3; opacity: .65; } .tir0-tarot-arrow { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; line-height: 1; transition: transform .25s ease; } .tir0-tarot-info details[open] .tir0-tarot-arrow { transform: rotate(180deg); } .tir0-tarot-info-panel { max-width: 900px; margin: 25px auto 0; } .tir0-tarot-info-content { line-height: 1.75; } .tir0-tarot-info-content h3 { margin: 30px 0 10px; font-size: 21px; line-height: 1.4; } .tir0-tarot-info-content h3:first-child { margin-top: 0; } .tir0-tarot-info-content p { margin: 0 0 18px; } .tir0-tarot-info-content em { font-style: italic; } .tir0-tarot-info-toggle:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; } .tir0-tarot-info details[open] .tir0-tarot-info-panel { animation: tir0TarotOpen .2s ease-out; } @keyframes tir0TarotOpen { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { .tir0-tarot-info { margin: 28px 0; } .tir0-tarot-info-toggle { gap: 10px; } .tir0-tarot-info-title { font-size: 16px; } .tir0-tarot-info-title small { font-size: 13px; margin-top: 4px; } .tir0-tarot-info-content { font-size: 15px; } .tir0-tarot-info-content h3 { font-size: 19px; } .tir0-tarot-line { min-width: 10px; } }