22 * TAILWIND – 3.4.1 (Base CSS) + Vos styles personnels
33 * ========================================================== */
44
5+
56/*!
67 * tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
78 * (copied wholesale – no change)
@@ -208,6 +209,7 @@ summary {
208209 border-radius : 5px ;
209210}
210211
212+
211213/* ==============================
212214 * VARIABLES & CUSTOM SETTINGS
213215 * ============================== */
@@ -220,6 +222,7 @@ summary {
220222 --transition : all 0.4s ease;
221223}
222224
225+
223226/* ===== GLOBAL ===== */
224227html ,
225228body {
@@ -230,6 +233,7 @@ body {
230233 overflow-x : hidden;
231234}
232235
236+
233237/* ---------- HOME PAGE BACKGROUND ---------- */
234238body .home-page {
235239 background-image : url ("../images/david_krk_owl.jpg" );
@@ -244,6 +248,7 @@ body:not(.home-page) {
244248 background-color : # 416e73 ;
245249}
246250
251+
247252/* ---------- MAIN WRAPPER ---------- */
248253.content-wrapper {
249254 position : relative;
@@ -253,6 +258,7 @@ body:not(.home-page) {
253258 min-height : 100vh ;
254259}
255260
261+
256262/* ---------- HEADER ---------- */
257263.hero-header {
258264 display : flex;
@@ -272,6 +278,7 @@ body:not(.home-page) {
272278 color : var (--primary-color );
273279}
274280
281+
275282/* ---------- MAIN & FOOTER ---------- */
276283main {
277284 flex : 1 ;
@@ -282,6 +289,7 @@ footer {
282289 padding : 2rem 1rem ;
283290}
284291
292+
285293/* ---------- PLAYER CONTAINER (mixcloud widget area) ---------- */
286294.player-container {
287295 background-color : rgba (0 , 0 , 0 , 0.3 );
@@ -291,6 +299,7 @@ footer {
291299 margin : 0.5rem auto 2rem auto;
292300}
293301
302+
294303/* ---------- TYPOGRAPHY ---------- */
295304.text-center .main-title {
296305 font-size : 4rem !important ; /* Taille par défaut (mobile) */
@@ -315,15 +324,6 @@ footer {
315324 font-size : 5rem !important ; /* sm:text-5xl */
316325 }
317326}
318-
319- .fab .fa-whatsapp {
320- color : # 25D366 ;
321- }
322-
323- .social-icon {
324- font-size : 2.5rem ; /* mobile */
325- }
326-
327327@media (min-width : 768px ) {
328328 .text-center .main-title {
329329 font-size : 6rem !important ; /* md:text-6xl */
@@ -344,6 +344,7 @@ footer {
344344 }
345345}
346346
347+
347348/* ---------- NEON TEXT ---------- */
348349.neon-text {
349350 animation : neon 2s ease-in-out infinite;
@@ -362,6 +363,7 @@ footer {
362363 }
363364}
364365
366+
365367/* ---------- ICONS ---------- */
366368.fab {
367369 color : # 25d366 ;
@@ -375,25 +377,29 @@ footer {
375377 }
376378}
377379
380+
378381/* ---------- RESPONSIVE OVERRIDES ---------- */
379382@media (max-width : 768px ) {
380383 .hero-header a {
381384 font-size : 1rem ;
382385 margin : 0 0.5rem ;
383386 }
384387
388+
385389 /* Override .main-title size within responsive breakpoint */
386390 .main-title {
387391 font-size : 2.5rem ;
388392 }
389393
394+
390395 .hero-logo {
391396 width : 100px ;
392397 bottom : 10px ;
393398 right : 10px ;
394399 }
395400}
396401
402+
397403/* ---------- BIO PAGE ---------- */
398404.bio-text-container {
399405 background-color : rgba (0 , 0 , 0 , 0.25 );
@@ -413,6 +419,7 @@ footer {
413419 text-align : center;
414420}
415421
422+
416423/* ---------- LANGUAGE SELECTOR ---------- */
417424.language-selector {
418425 display : flex;
@@ -436,6 +443,7 @@ footer {
436443 transform : scale (1.05 );
437444}
438445
446+
439447/* ---------- BIO MESSAGE (language toggler) ---------- */
440448.bio-message {
441449 display : none;
@@ -447,6 +455,7 @@ footer {
447455 animation : fadeIn 0.8s ease-out;
448456}
449457
458+
450459/* ---------- ANIMATIONS ---------- */
451460@keyframes fadeIn {
452461 from {
@@ -476,6 +485,7 @@ footer {
476485 }
477486}
478487
488+
479489/* ---------- PLAYER (SiriWave) ---------- */
480490# waveform {
481491 width : 100% ;
@@ -513,6 +523,7 @@ footer {
513523 z-index : -1 ;
514524}
515525
526+
516527/* ---------- LOADING SPINNER ---------- */
517528# loading {
518529 position : absolute;
@@ -548,6 +559,7 @@ footer {
548559 }
549560}
550561
562+
551563/* ---------- PLAYLIST ---------- */
552564# playlist {
553565 width : 100% ;
@@ -584,6 +596,7 @@ footer {
584596 cursor : pointer;
585597}
586598
599+
587600/* ---------- VOLUME SLIDER ---------- */
588601# volume {
589602 width : 100% ;
@@ -627,6 +640,7 @@ footer {
627640 cursor : pointer;
628641}
629642
643+
630644/* ---------- FADE IN/OUT ---------- */
631645.fadeout {
632646 animation : fadeOut 0.5s ;
@@ -649,4 +663,4 @@ footer {
649663 to {
650664 opacity : 0 ;
651665 }
652- }
666+ }
0 commit comments