   /* Global Styles */
   @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

   body {

    font-family: 'Bebas Neue', sans-serif;
    margin: 0;
    background-color: black;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; 
}

/* Conteneur plein écran pour la galerie */
.fullscreen-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 2350px;
    max-width: 2820px;
    position: relative;
    overflow: hidden;
    /* background-image: url(media/etoiles1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.fullscreen-container {
animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn { 
    from {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* lignes de la galerie */

.top_row, .mid_row, .bottom_row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    width: 100%;
    height: 400px; 
    gap: 60px;
}

/* Images avec marges personnalisées */
.top_row .image {
    margin: 40px 50px 85px 135px; /* Haut, Droite, Bas, Gauche */
}

.mid_row .image {
    margin: 10px 40px 100px 30px; /* Une variation différente */
}

.bottom_row .image {
    margin: 15px 35px 40px 120px;
}

.mid_row a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-wrap: nowrap;
    flex-wrap: nowrap;
    text-transform: uppercase;
    font-size: 2.5rem;
    padding: 5px;
    transition: 0.5s;
}

.mid_row a:hover{
    color: #463d3d;
    font-size: 2.8rem;
}



/* Images */

.image {
    width: 400px;
    /* height: 250px; */
    margin-left: 5%;
    margin-right: 5%;
    cursor: pointer;
    object-fit: cover; /* Maintient les proportions des images */
    position: relative; /* Permet de définir des positions aléatoires */
    transition: 0.5s ease;
    scale: 1.2;
    z-index: 20;
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Effet au survol pour toutes les images */
.image:hover {
    transform: scale(1.5) translate(0, 0); /* Supprime le décalage au survol */
    z-index: 200;
}

#imgChilla{
    margin-right: 50px;
}


/* Page individuelle */

.home {
    position: absolute;
    z-index: 101;
    bottom: 15px;
    left: 25px;
    font-size: 3rem;
    filter: blur(3);
}
.home a {
    color:#981414;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.page {
    position: absolute;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
    color: rgb(158, 6, 6);
    visibility: hidden;
    opacity: 0;
    transform-origin: center;
    transform: scale(1,.005);
    transition: 1s;
}
.page h1 {
    text-transform: uppercase;
    letter-spacing: 1vmin;
    font-size: 10vmin;
}
.page:target {
    transition: opacity 1s 0s, transform .5s 1s, background-color 1s 1.5s, color 1s 1.5s;
    background-color: black;
    color: white;
    transform: none;
    visibility: visible;
    opacity: 1;
}



.cont-carte-artiste{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    max-width: 1400px;
    height: auto;
    min-width: 1000px;
    min-height: 550px;
    object-fit: cover;
    position: absolute;
    z-index: 5;
    padding: 10px;
    transition: 0.5s;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.img-artiste{
    width: 65%;
    position: relative;
    object-fit: cover;
    scale: 1.8;
    transition: 0.5s;
}

.div-img-artist:hover .img-artiste{
    transform: scale(1.3);
}

.div-img-artist{
    max-width: 400px;
    padding: 2%;
    height: 100%;
    min-height: 550px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}
.bloc-infos-artiste{
    padding: 2%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    margin-left: 10px;
    position: relative;
    height: 100%;
    min-height: 550px;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
    font-family: montserrat;
}
.div-img-artist:hover{
    transform: rotateX(5deg) translateZ(40px); /* Pencher un peu plus */
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6); /* Accentuer l'ombre */
}

.infos-artiste{
    display: flex;
    flex-direction: column;
    height: 75%;
    justify-content: center;
    align-items: center;
}

.citation{
    width: 80%;
    color: brown;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.description{
    color: #ffffff;
    width: 80%;
    margin-top: 20px;
    margin: auto;
    /* backdrop-filter: blur(3px); */
}
.suggest{
    color: #ffffff;
    width: 80%;
    font-weight: 700;
    margin-top: 20px;
}


.div-spoty{
    display:flex;
    justify-content: center;
    align-items : center;
    width:340px;
    height: auto;
    margin-top: 20px;
}

#spotyT{
    margin-top: 30px;
}
#spotyATP{
    margin-top : 15px;
}