@font-face{font-family:Sketchy;src:url(/assets/Sketchy-xEY8tCzp.ttf)format("truetype");font-style:normal;font-display:swap}:root{--fond:#fff;--fond-lecteur:#1e1e2e;--fond-complement:#000;--texte-principal:#000;--texte-emphase:grey;--fond-bouton:#313244;--fond-bouton-hover:#45475a;--fond-article:#000;--texte-article:#fff;--texte-emphase-article:grey;--ombre:#0003;--ombre-hover:#00000080;--bouton:#0003;--bouton-hover:#0000001a;--bouton-ombre:#0000004d;--bouton-ombre-hover:#00000080;--rayon:20px}body{background-color:var(--fond);color:var(--texte-principal);font-family:Sketchy,sans-serif}.marquee-titre{flex-direction:column;justify-content:stretch;display:flex}.marquee-titre img{width:200px;height:auto;margin-bottom:10px}.radio-player{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:30vh;margin:0;font-family:Sketchy,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.audio-player{border-radius:var(--radius);width:auto;box-shadow:0 10px 12px var(--ombre);flex-flow:wrap;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.audio-player .volume-controls{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.audio-player .volume-controls .progress-bar{appearance:none;background:var(--fond-complement);cursor:pointer;border-radius:3px;outline:none;flex:1;height:6px}.audio-player .volume-controls .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;background:var(--fond-complement);border-radius:50%;width:12px;height:12px;transition:transform .1s}.audio-player .volume-controls .progress-bar::-webkit-slider-thumb:hover{transform:scale(1.3)}.audio-player .album-art{background:linear-gradient(135deg, var(--fond), var(--fond-complement));width:140px;height:140px;box-shadow:0 8px 20px var(--ombre);border-radius:50%;justify-content:center;align-items:center;display:flex}.audio-player .album-art .disk{background:var(--fond);border-radius:50%;width:40px;height:40px}.audio-player .track-info{text-align:center}.audio-player .track-info .track-title{margin:0 0 4px;font-size:1.2rem;font-weight:600}.audio-player .track-info .track-artist{color:var(--texte-emphase);margin:0;font-size:.9rem}.audio-player .progress-container{flex:1;align-items:center;gap:10px;display:flex}.audio-player .progress-container .time{color:var(--fond-complement);font-variant-numeric:tabular-nums;font-size:.75rem}.audio-player .progress-container .progress-bar{appearance:none;background:var(--fond-complement);cursor:pointer;border-radius:3px;outline:none;flex:1;height:6px}.audio-player .progress-container .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;background:var(--fond-complement);border-radius:50%;width:12px;height:12px;transition:transform .1s}.audio-player .progress-container .progress-bar::-webkit-slider-thumb:hover{transform:scale(1.3)}.audio-player .controls{align-items:center;gap:20px;display:flex}.audio-player .controls .btn{background:var(--fond);color:var(--fond-complement);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .1s;display:flex}.audio-player .controls .btn:hover{background:var(--fond-complement)}.audio-player .controls .btn:active{transform:scale(.95)}.audio-player .controls .btn.btn-primary{background:var(--texte-emphase);color:var(--fond-complement);width:54px;height:54px}.audio-player .controls .btn.btn-primary:hover{background:var(--fond);box-shadow:0 0 15px var(--ombre)}.audio-player .controls .btn.btn-secondary{width:40px;height:40px;color:var(--fond-complement)}@media (width<=768px){.audio-player{flex-direction:column;width:90vw;max-width:380px}.audio-player .album-art{width:120px;height:120px}.audio-player .progress-container{flex:initial;width:100%}.audio-player .controls{justify-content:center}}.header{background-color:var(--fond);flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}@media screen and (width>=300px) and (width<=600px){.header{flex-direction:column;justify-content:center;align-items:center}}.footer{background-color:var(--fond);text-align:center;flex-shrink:0;justify-content:center;display:flex}.liste-articles{grid-template-columns:repeat(auto-fit,minmax(300px,3fr));justify-content:center;align-items:center;gap:5px;max-width:100%;display:grid}.article{box-shadow:0 4px 6px var(--ombre);border:1px solid #ccc;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:30vh;height:auto;transition:box-shadow .3s;display:flex}.article:hover{box-shadow:0 8px 12px var(--ombre);transform:scale(1.05)}.new-song{flex-direction:column;justify-content:center;align-items:center;display:flex}
