p {
    margin:0;
    padding: 0;
}
body {
    background: url('/img/bridge_background.jpg') center no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin-bottom: 170px;
}
body:before {
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff3d;
    position: fixed;
}
.navbar.navbar-dark {
    background: #000c;
}
.Template__container{
    position: relative;
    background-color: #000c;
    padding: .5rem;
    margin-top: 200px;
    margin-bottom: 170px;
}
.Template__decoration {
    position: absolute;
    top: -132px;
    right: 0;
    background: url(/img/forest.svg) repeat-x;
    background-size: contain;
    width: 100%;
    height: 132px;
    background-position: center bottom;
    opacity: 0.8;
}

.audio-container {
    margin-top: 10px;
    margin-bottom: 30px;
}
#audio-player {
    width: 100%;
}
#track-name {
    font-style: italic;
    text-align: center;
    margin: 0;
}

.tab-content {
    height: 450px;
}
.tab-pane {
    height: 100%;
}
.tab-pane img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
h1, h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    opacity: 0.8;
    margin-top: 40px;
}
h1 {
    font-weight: 700;
    font-size: 35px;
}

        /* Style personnalisé pour les tooltips */
        .tooltip-inner {
            max-width: none; /* Permet au contenu de s'étendre */
            white-space: nowrap; /* Empêche le texte de se casser en plusieurs lignes */
            opacity: 1;
        }
        .tooltip-inner img {
            max-width: 300px; /* Limite la largeur maximale de l'image */
        }