
a {
    color: #0d6efd;
    text-decoration: underline;
}
*, :after, :before {
    box-sizing: border-box;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}


h3 {
    font-size: 1.17em;
    font-weight: bold;
}



li {
    text-align: -webkit-match-parent;
}
.news__list[data-v-9cbe6968] {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

ul {
    list-style-type: disc;
}
body {
    margin: 0;
    font-family: "Monument Extended",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-family: var(--bs-font-sans-serif);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f2f2f2;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: "Monument Extended",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));
}
*, :after, :before {
    box-sizing: border-box;
}
*, :after, :before {
    box-sizing: border-box;
}

.album_track img{
    width:20px;
}

@media (max-width: 991.98px){
.album_track {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}

@media (min-width: 992px){
.album_track {
    padding-right: 10%;
    margin-bottom: 1.1rem;
}
}

.news-post[data-v-85c158cc] {
    text-transform: uppercase;
}


.track_titre {
    color: rgb(29, 29, 29);
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-bottom: 0rem;
}


.track_titre a {
    color: #212529;
    text-decoration: none;
    text-transform: uppercase;
}

.track_details {
    color: #000;
    font-size: 1.125rem;
    letter-spacing: 3px;
    margin-bottom: 0rem;
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}

*, :after, :before {
    box-sizing: border-box;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


li {
    text-align: -webkit-match-parent;
}

.album_titre {
        max-width: 100%;
        text-align: center;
        justify-content: center;
        align-items: flex-start;
        margin-top: 0px;
        transition: opacity .3s linear;
        /*background:var(--bs-gray-dark);*/
        color: var(--bs-gray-dark);
        opacity: 1;
        margin-bottom: 1.5em;
        width:fit-content;
        
}

.album_titre h1{   
    font-size: 1.33rem;
        font-weight: 700;
        letter-spacing: 4px;
        margin-bottom: 0;
        text-transform: uppercase;
        position: inherit;
}

.album_titre p{   
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: inherit;
}


.titre_tags, .titre_duree {
    font-size: 0.65rem;
    font-weight: 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: inherit;
}