* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    background: #f7dd95db url(Images/bak2.png) no-repeat center;
    background-size: contain;
}

@font-face 
{
	font-family: "Poetsen One";
	src: url("font/PoetsenOne-Regular.ttf");
}


#d1{background-color: #EECC4499;}
#d2{background-color: #44EEAA99;}


header {
    background-color: #333;
    padding: 30px 0;
    text-align: center;
    font: 1.5em sans-serif;
    height: auto;
    color: gold;
}
.logo {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}
.pag
{
    margin: 1em 3em;
}

.titre
{
    font-family: Poetsen One, sans-serif;
    text-align: center;
}

.intro
{
    max-width: 700px;
    margin: 0 auto 2em auto;
    padding: 1.5em;
    background-color: #eecf7342;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-size: 1.3em;
    text-align: center;
}
.intro :hover
{
    text-shadow: 4px 4px 4px #444;
    transition-duration: 500ms;
}
.pho
{
    margin-top: 5em;
    font-family: Poetsen One, sans-serif;}
#pho
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.album-info h1 
{
    margin-top: 0;
}
.listen
{
    margin: 2em auto;
}

a 
{
    color: #1e90ff;
    text-decoration: none;
}

#ecou
{
    background-color: #adb9c387;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#ecou h2
{
    margin: 1em;
    text-decoration: underline;
    font-family: Poetsen One, sans-serif;
}
.stream img
{
    width: 250px;
    transition: 0.5s;

}

.stream {
    justify-content: center;
    column-gap: 28px;
    row-gap: 70px;
    --bs-gutter-x: 0;
}

.stream > .col {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0;
}

.stream img:hover
{
    border-radius: 30px;
}

.par
{
    font-family: Poetsen One, sans-serif;
    margin-top: 3em;
    margin-bottom: 3em;
}

#par1 {
    background: transparent;
    padding: 10px;
    margin-bottom: 14px;
    text-align: center;
}

.text {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 3em;
}

.tet{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.bout {
    width: 100%;
    min-width: 165px;
    min-height: 62px;
    padding: 14px 20px;
    border: 1px solid rgba(214, 185, 136, 0.32) !important;
    border-radius: 16px !important;
    background:
        linear-gradient(180deg, #2b211b 0%, #1a1411 100%) !important;
    color: #f3e6d0 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.05);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
    position: relative;
    overflow: hidden;
}

/* légère texture */
.bout::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.10;
    pointer-events: none;
    background:
        repeating-linear-gradient(
        180deg,
        rgba(255,255,255,0.04) 0px,
        rgba(255,255,255,0.04) 1px,
        transparent 1px,
        transparent 5px
    );
}

/* petit reflet */
.bout::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -20%;
    width: 60%;
    height: 180%;
    transform: rotate(18deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.07),
        transparent
    );
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.bout:hover {
    transform: translateY(-3px);
    border-color: rgba(214, 185, 136, 0.58) !important;
    background:
        linear-gradient(180deg, #352821 0%, #211815 100%) !important;
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

.bout:hover::after {
    opacity: 1;
}

.bout:focus,
.bout:active {
    outline: none !important;
    box-shadow:
        0 0 0 3px rgba(214, 185, 136, 0.22),
        0 10px 24px rgba(0,0,0,0.24) !important;
}

@media (max-width: 768px) {
    #par1 {
        padding: 6px 0;
    }

    .stream > .col {
        flex-basis: 45%;
        max-width: 45%;
    }
}

/* MODAL */


.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    padding: 40px 20px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(4px);
}

.modal-content {
    position: relative;
    width: min(800px, 92%);
    margin: 40px auto 20px auto;
    padding: 0;
    border: 1px solid rgba(214, 185, 136, 0.28);
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(180deg, #2b211b 0%, #1b1512 100%);
    color: #f2e6d3;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255,255,255,0.05);
    animation: modalFadeUp 0.35s ease;
}

/* texture légère */
.modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(255,255,255,0.03) 0px,
            rgba(255,255,255,0.03) 1px,
            transparent 1px,
            transparent 5px
        );
}

.vinyl-tracklist {
  cursor: pointer;
  max-width: 700px;
  margin: 60px auto;
  padding: 30px 35px;
  background: linear-gradient(180deg, #2a211bc9 0%, #1c1713 100%);
  border: 1px solid rgba(210, 180, 140, 0.25);
  border-radius: 10px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #eadcc2;
  font-family: Georgia, "Times New Roman", serif;
  position: relative;
  overflow: hidden;
}

.vinyl-tracklist::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.015) 0px,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 4px
    );
  pointer-events: none;
  opacity: 0.35;
}

.vinyl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(234, 220, 194, 0.25);
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.vinyl-header h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1e6d0;
}

.vinyl-side {
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a97e;
}

.track-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.track-list li {
  display: grid;
  grid-template-columns: 60px 1fr 70px;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(234, 220, 194, 0.12);
  transition: background 0.25s ease, padding-left 0.25s ease;
}

.track-list li:last-child {
  border-bottom: none;
}

.track-list li:hover {
  background: rgba(255, 255, 255, 0.03);
  padding-left: 8px;
}

.track-number {
  font-size: 1rem;
  color: #c8a97e;
  letter-spacing: 2px;
}

.track-title {
  font-size: 1.15rem;
  color: #f5ead7;
}

.track-duration {
  text-align: right;
  font-size: 0.95rem;
  color: #bfa98c;
  letter-spacing: 1px;
}

.vinyl-header,
.track-list {
  position: relative;
  z-index: 1;
}

.vinyl-tracklist::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.22;
  z-index: 0;
  background:
    radial-gradient(circle at center,
      #5a5148 0 7%,
      #1a1a1a 8% 10%,
      #2b2b2b 11% 13%,
      #111 14% 18%,
      #1c1c1c 19% 24%,
      #101010 25% 32%,
      #1a1a1a 33% 40%,
      #0d0d0d 41% 48%,
      #181818 49% 56%,
      #0b0b0b 57% 64%,
      #151515 65% 72%,
      #080808 73% 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.03),
    inset 0 0 18px rgba(255,255,255,0.03),
    0 0 30px rgba(0,0,0,0.18);
}

@media (max-width: 500px) {
    .pag {
        margin: 1em;
    }

    .stream {
        column-gap: 14px;
        row-gap: 20px;
    }

    .stream img{
        width: 200px;
        transition: 0.5s;
    }

    .stream > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .vinyl-tracklist {
        min-width: 300px;
    }

    .vinyl-header h2 {
        font-size: 1rem;
    }

    .track-list li span {
        font-size: 0.9rem;
    }

    .modal-content {
        width: min(999px, 100%);
    }

    #par1 {
        margin-bottom: 0px;
    }
}

/* disque décoratif discret */
.modal-content::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    right: -70px;
    top: -40px;
    opacity: 0.12;
    pointer-events: none;
    background:
        radial-gradient(circle at center,
            #67584b 0 8%,
            #171717 9% 12%,
            #262626 13% 16%,
            #111 17% 24%,
            #1a1a1a 25% 34%,
            #0f0f0f 35% 48%,
            #1a1a1a 49% 60%,
            #0b0b0b 61% 100%);
}

.modal-header {
    position: relative;
    z-index: 1;
    padding: 22px 28px 16px 28px;
    border-bottom: 1px solid rgba(242, 230, 211, 0.15);
    background: rgba(255, 255, 255, 0.02);
}

.modal-header h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f6ead7;
}

.modal-content pre {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 28px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.9;
    color: #eadfcd;
    background: transparent;
}

/* bouton fermer */
#clo, #clo2, #clo3, #clo4, #clo5, #clo6, #clo7,#clo8 {
    display: block;
    margin: 18px auto 0 auto;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid rgba(234, 220, 194, 0.4);
    background: #2f241d;
    color: #f3e5cf;
    transition: 0.25s ease;
}

#clo:hover, #clo2:hover, #clo3:hover, #clo4:hover, #clo5:hover, #clo6:hover, #clo7:hover, #clo8:hover {
    background: #47362b;
    border-color: rgba(234, 220, 194, 0.7);
    transform: translateY(-1px);
}

@keyframes modalFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.descrip
{
    max-width: 900px;
    margin: 0 auto 2em auto;
    padding: 1.5em;
    background-color: #adb9c387;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
    text-align: justify;
}

.footer 
{
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: auto;
}

#foot
{
    margin: 1em;
}

