:root {
    --sky-blue: #56a0d3;
    --sky-blue-hover: #7bbfeb;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #121212;
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    width:100%;
}

header {
    position: relative;
    text-align: center;
    padding-top: 75px; /* Space for the overlapping profile picture */
   
    width:100%;
    margin: 0 auto;
    margin-top: 25px;
}

.header-container {
    background-image: url('Banière-YouTube-ArnoMAgeMusic-4-__-.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 120px 15px 16px 15px;
    width: 90%;
    max-width: 820px;
    margin: 20px auto;
    position: relative;
    z-index: 10;
}

.profile-picture {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 10px; /* Half of the height to overlap */
    left: 33%;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

h1 {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.location {
    color: #919191;
    margin: 150px 0 15px 0;
    font-size: 1em;
}

.description {
    font-style: italic; 
    color: #cbcbcb; 
    text-align: center; 
    margin-top: 10px; 
    margin-bottom: 0px;
}

main {
    width: 100%;
    max-width: 820px;
}


.player {
    width: 80%;
    display:block;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding: 80px 20px 40px 20px
}

.repertoire {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    background-color: #f9f9f9; /* Fond clair */
    color: #0a2342; /* Texte bleu marine très foncé */
    border-radius: 10px;
    margin-top: 20px;
}

.repertoire h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}

.repertoire .update-note {
    text-align: center;
    font-style: italic;
    color: #555555; /* Gris plus foncé pour la lisibilité */
    margin-bottom: 30px;
}

.repertoire .category {
    margin-bottom: 40px;
}

.repertoire .category h3 {
    font-size: 1.5em;
    color: #0a2342; /* Titres en bleu marine */
    margin-bottom: 10px;
    border-bottom: 2px solid #0a2342; /* Ligne en bleu marine */
    padding-bottom: 5px;
}

.repertoire .category-description {
    font-style: italic;
    color: #555555; /* Gris plus foncé */
    margin-bottom: 20px;
}

.repertoire ul {
    list-style: none;
    padding: 0;
}

.repertoire li {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.6;
}

.repertoire .hashtags {
    display: inline-block;
    margin-left: 10px;
    font-size: 0.8em;
    color: #0a2342; /* Texte bleu marine */
    background-color: #e0e8f0; /* Fond bleu clair/gris */
    padding: 3px 8px;
    border-radius: 5px;
}


.contact {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.contact h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

.contact form {
    display: flex;
    flex-direction: column;
}

.contact input,
.contact textarea,
.contact button {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 1em;
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #bbbbbb;
}

.contact button {
    background-color: var(--sky-blue);
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact button:hover {
    background-color: var(--sky-blue-hover);
}

.success-message {
    color: var(--sky-blue);
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--sky-blue);
    border-radius: 5px;
    margin-top: 20px;
}

.newsletter {
    width: 100%;
    
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.newsletter h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

.newsletter-form {
    background-color: #282828;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-form h3 {
    margin-top: 0;
    font-size: 1.2em;
}

.newsletter-form form {
    display: flex;
    flex-direction: column;
}

.newsletter-form input {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}

.newsletter-form input::placeholder {
    color: #bbbbbb;
}

.newsletter-form button {
    background-color: var(--sky-blue);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 1em;
    
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: var(--sky-blue-hover);
}

footer {
    width: 100%;
    margin: 40px auto 0;
    padding-top: 30px;
    padding-bottom: 0px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(20deg, #737373, #626262);
    /*border-radius: 16px;*/
}

footer h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.social-links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--sky-blue);
}

.copyright {
    margin-top: 40px;
    font-size: 0.9em;
    color: #acacac;
    text-align: right;
    padding-right: 30px;
}

@media (max-width: 768px) {

    .header-container {
        background-size: 140%;
    }

 
  

    main {
        width: 94%;
    }

    .player {
        width: 100%;
        padding: 80px 0px 40px 0px;
    }

    .repertoire, .contact, .newsletter {
        padding-left: 5px;
        padding-right: 5px;
    }
}