body {
    background: black;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('../img/bckgrd.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.artist-intro {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
	margin-bottom: 40px;
	
}

.artist-bio {
    text-align: center;
    /*color: #fff;*/
    color: black;
    /*padding: 70px; auto;*/
    /*background-color:black;*/
}

.artist-bio h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.artist-bio p {
    font-size: 1.2em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* aptation mobile (écrans ≤ 768px) */
@media screen and (max-width: 768px) {
    .artist-bio h2 {
        font-size: 1.8em;
        text-align: center;
        padding: 0 10px;
    }

    .artist-bio p {
        font-size: 1em;
        padding: 0 15px;
        max-width: 100%;
    }
}

.iframe-container iframe {
    width: 400px;
    height: 102px;
    border: none;
}

/* sponsive uniquement pour les écrans ≤ 768px */
@media screen and (max-width: 768px) {
    .iframe-container iframe {
        width: 100%;
    }
}




.social-title-icons {
  display: flex;
  gap: 10px; /* espace entre les icônes */
  align-items: center;
  margin-top: 5px;
}

.social-title-icons img {
  width: 32px; /* taille ajustée */
  height: auto;
  display: block;
}


.about-container {
    max-width: 800px;
    margin: auto;
    font-size: 0.9em;
    color: black;
    border: 2px solid #f2b139;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.3);
    padding: 30px 20px;
    text-align: center;
    padding-top: 20px;
    background-color: rgba(249, 249, 250, 0.827);
}
