/* ===== RESET ET STYLES DE BASE ===== */
* {
    margin: 0;
    padding: 0;
    font-family: arial;
    cursor: url(https://64.media.tumblr.com/bad60b0bfdaf8663f3f2ef42f8b0aa0e/b61c5b43ec0ba656-bd/s75x75_c1/715df0918b8af9eebcebd58550a6e887d850fcdf.gifv), 
            url(https://64.media.tumblr.com/d4a50c1b4d90a1eccf75ccca47199961/b261dfe74ba3f797-4e/s250x250_c1/b8ad33e140c516f3c0960a2572806ef066ef50d0.gifv), 
            auto !important;
}

/* ===== BODY ET BACKGROUND ===== */
body {
    background-color: #e3e3e3;
    background-image: url(https://pbs.twimg.com/media/GYA-tUmXcAAIU4Y.png);
    font-family: verdana, arial, sans-serif, helvetica;
    background-size: 1000px;
    min-height: 100vh;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://i.pinimg.com/736x/58/30/4f/58304f2e7af992c93e8bc44ccc48940e.jpg);
    background-size: 80px 80px;
    background-repeat: repeat;
    opacity: 0.3;
    z-index: 2;
    pointer-events: none;
}

/* ===== CONTENEUR PRINCIPAL ===== */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

main {
    background: url(https://i.pinimg.com/474x/04/83/93/048393374d3c8ca130f56ac929ee17c0.jpg) #f5f5f5d4;
    padding: 20px;
    font-size: 80%;
    color: #666666;
  
}

/* ===== LAYOUT DEUX COLONNES ===== */
.profile {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 20px;
    width: 100%;
}

.left-column {
    grid-column: 1;
}

.right-column {
    grid-column: 2;
}

/* ===== NAVIGATION ===== */
nav {
    width: 100%;
    max-width: 1400px;
    margin: 2px auto;
    padding: 10px 20px;
    color: #F1E1F7;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

nav .top {
    height: 20px;
    background: transparent;
}

nav .links {
    background-color: #ffffff;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

nav .links a {
    text-decoration: none;
    color: #F1E1F7;
    font-size: 14px;
    text-shadow: 0 0 7px #00000040;
    transition: all 0.3s;
}

nav .links a:hover {
    color: #333333;
}

nav .links a:not(:last-child)::after {
    content: " ☆ ";
    color: #777777;
    margin-left: 20px;
}

/* ===== TITRE PRINCIPAL ===== */
h1 {
    font-size: 3.2em;
    margin: 0 0 30px 0;
    font-family: arial;
    color: #ffffff;
    text-shadow: 2px 2px 0.5px #666666;
    animation: float 3s infinite ease-in-out;
}

/* ===== SECTION ABOUT ===== */
.general-about {
    margin-bottom: 30px;
    overflow: hidden;
}

.profile-pic {
    float: left;
    width: 165px;
    height: 165px;
    overflow: hidden;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details {
    font-size: 16px;
    padding: 10px;
    line-height: 1.6;
}

/* ===== BLOG POSTS (Vos bulles) ===== */
.blog-post {
    margin: 30px 0;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(170, 170, 170, 0.3);
    position: relative;
    min-height: 180px;
}

.blog-content {
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
    font-family: monospace;
    margin-bottom: 20px;
}

.blog-images {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.blog-images img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #ffffff;
}



.heading {
    background: #999999;
    color: #ffffff;
    padding: 12px 20px;
    border-bottom: 2px inset #bbbbbb;
}

.heading h4 {
    font-size: 20px;
    margin: 0;
}

.table-section .inner, .contact .inner {
    padding: 20px;
}


/* ===== ÉLÉMENTS DÉCORATIFS ===== */
.scarletangel {
    background: url(https://i1.sndcdn.com/artworks-amDGyXJazdOxtvg1-lsgM7A-t1080x1080.png);
    background-size: 100%;
    position: fixed;
    top: 100px;
    right: 50%;
    height: 200px;
    width: 300px;
    z-index: 100;
    opacity: 40%;
    background-blend-mode: overlay;
    background-color: #cccccc38;
    pointer-events: none;
}

.me {
    background: url(https://files.catbox.moe/xfyb7p.png);
    background-size: 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 50px;
    bottom: 150px;
    height: 1000px;
    width: 370px;
    z-index: 100;
    opacity: 0.2;
    background-blend-mode: overlay;
    background-color: #cccccc38;
    pointer-events: none;
}

.heartfolder1, .heartfolder2, .heartfolder3, 
.heartfolder4, .heartfolder5, .heartfolder6 {
    background: url(https://i.imgur.com/hyrao2u.png);
    background-size: 100%;
    position: fixed;
    height: 73px;
    width: 80px;
    z-index: 100;
    opacity: 1;
    pointer-events: none;
}

.heartfolder1 { left: 1000px; top: 20px; }
.heartfolder2 { left: 1000px; top: 120px; }
.heartfolder3 { left: 1000px; top: 220px; }
.heartfolder4 { left: 900px; top: 20px; }
.heartfolder5 { left: 900px; top: -80px; }
.heartfolder6 { left: 1000px; top: 400px; }

/* ===== IMAGE FLOTTANTE ===== */
.floating-img {
    width: 150px;
    height: 80px;
    position: fixed;
    top: 100px;
    left: 100px;
    z-index: 150;
    opacity: 0.8;
    border-radius: 10px;
    pointer-events: none;
    animation: float-basic 15s infinite ease-in-out;
}

/* ===== ANIMATIONS ===== */
@keyframes float {
    0% { transform: translate(0, 0px); }
    50% { transform: translate(0, 8px); }
    100% { transform: translate(0, -0px); }
}

@keyframes float-basic {
    0% { transform: translateX(0px) translateY(0px); }
    50% { transform: translateX(300px) translateY(200px); }
    100% { transform: translateX(0px) translateY(0px); }
}

/* Animation appliquée aux éléments */
.col, main, footer, nav, .blog-post {
    animation: float 3s infinite ease-in-out;
}

/* ===== MUSIC PLAYER ===== */
#music {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url('https://file.garden/ZRYtsnIP2EXOR4Kw/Site%20Files/musicplayer.png') no-repeat;
    background-size: 100% 100%;
    height: 50px;
    width: 305px;
    border: 1px solid #000000;
    border-radius: 5px;
    z-index: 200;
}

#music div {
    position: absolute;
    top: 10px;
    left: 55px;
    width: 51%;
}

#music span {
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    width: 240px;
}

/* ===== FOOTER ===== */
footer {
    text-align: center;
    font-size: 14px;
    margin: 30px auto;
    padding: 30px;
    max-width: 1400px;;
    color: #ffffff;
   
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .profile {
        grid-template-columns: 1fr;
    }
    
    .left-column, .right-column {
        grid-column: 1;
    }
    
    .blog-images {
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: center;
        margin-top: 20px;
    }
    
    .heartfolder1, .heartfolder2, .heartfolder3,
    .heartfolder4, .heartfolder5, .heartfolder6 {
        display: none;
    }
    
    nav .links {
        flex-wrap: wrap;
    }
    
    h1 {
        font-size: 2em;
    }
}