* {
    font-family: "Play", sans-serif; /* À voir */
    font-weight: 400;
    font-style: normal;
    color: white; /* À voir */
}

body{
    background-size:cover;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#BackGround{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("Img/BackGroundSiteModern.png");
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    overflow: auto;
}

footer{
    background-color: #000000;
    display: flex;
    padding: 0px;
    height: 50px;
    justify-content: center;
    align-items:center;
}



header {
    z-index: 1;
    background-color: #000000;
    color: #fff;
    padding: 10px 0;
}

.header-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



.logo {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.nav-bar {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-bar li {
    position: relative;
}

.nav-bar a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
}

.nav-bar a:hover {
    color: #382cba;
}




#TitreBoutique{
    color:black;
    font-size:70px; 
    font-weight: 700;
}
#SloguanBoutique{
    color:black;
    font-style: italic; 
    font-weight: 500;
    font-size: 40px;
}

#BoutiqueMain{
    padding: 10px;
    margin : 10px;
    border-radius: 10px;
    display:block;
    position:static;
    text-align: center;
}

.Formations{
    gap:15px;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content:left;
    align-items: center;
    font-size: calc(0.6vw + 0.6vh + 0.2vmin);
}

.Articles{
    border: 3px solid #FFFFFF;
    background-color: #602b92; /* À voir */
    border-radius: 10px;
    text-align: left;
    padding: 10px;
    width: 30vw;
    height: 16vw;
    transition: transform 0.3s ease-in-out;
}

.Articles:hover{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}


#logo{
    position:absolute;
    justify-items: center;
    align-items: center;
    height: 100px;
    width: 100px;
}

.BouttonBoutique{
    background-color:#796eff;
    border : 2px solid white;
    color : white;
    text-align: center;
    font-weight: 800;
    justify-content: center;
    font-size:16px;
    cursor:pointer;
    padding:15px 30px;
}
.BouttonBoutique:hover{
    background-color: #5e52f7;
}


#LeagueOfLegendsPopUp{
    z-index: 4;
    display: none;
    position: fixed;
    z-index: 4s;
    background: linear-gradient(180deg,#48e9eb, #210048);
    border: 2px solid #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    width: 50vw;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#FortnitePopUp{
    z-index: 4;
    display: none;
    position: fixed;
    z-index: 4s;
    background: linear-gradient(180deg,#184df3, #210048);
    border: 2px solid #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    width: 50vw;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Destiny2PopUp{
    z-index: 4;
    display: none;
    position: fixed;
    z-index: 4s;
    background: linear-gradient(180deg,#f923f9, #210048);
    border: 2px solid #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    width: 50vw;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#MinecraftPopUp{
    z-index: 4;
    display: none;
    position: fixed;
    z-index: 4s;
    background: linear-gradient(180deg,#25802b, #210048);
    border: 2px solid #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    width: 50vw;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#ValorantPopUp{
    z-index: 4;
    display: none;
    position: fixed;
    z-index: 4s;
    background: linear-gradient(180deg,#602b92, #210048);
    border: 2px solid #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    width: 50vw;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#CSGOPopUp{
    z-index: 4;
    display: none;
    position: fixed;
    z-index: 4s;
    background: linear-gradient(180deg,#ff7c10, #210048);
    border: 2px solid #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    width: 50vw;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#RocketLeaguePopUp{
    z-index: 4;
    display: none;
    position: fixed;
    z-index: 4s;
    background: linear-gradient(180deg,#fc272f, #210048);
    border: 2px solid #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    width: 50vw;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#Effet{
    display: none;
    z-index:3;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;

}

#Fortnite{
    background: linear-gradient(135deg, #184df3, #210048);
}

#Minecraft{
    background: linear-gradient(135deg, #25802b, #210048);
}
#LeagueOfLegends{
    background: linear-gradient(135deg, #48e9eb, #210048);
}
#Destiny2{
    background: linear-gradient(135deg, #f923f9, #210048);
}
#CSGO{
    background: linear-gradient(135deg, #ff7c10, #210048);
}
#RocketLeague{
    background: linear-gradient(135deg, #fc272f, #210048);
}
#Valorant{
    background: linear-gradient(135deg, #602b92, #210048);
}


@media screen and (max-width:500px) {
    .Formations{
        gap:10px;
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: center; /* Align content to the center */
        font-size: calc(0.6vw + 0.6vh + 0.2vmin);
    }
    .Articles{
        border-radius: 15px;
        text-align: left;
        padding: 10px;
        width: 40vw;
        height:90%;
        margin: 0 auto; /* Center the articles */
    }
    .BouttonBoutique{
        background-color:#5647ff;
        border : 2px solid white;
        color : black;
        text-align: center;
        font-weight: 800;
        justify-content: center;
        font-size:10px;
        cursor:pointer;
        padding:10px 15px;
    }
    #LeagueOfLegendsPopUp{
        width: 70%;
        height: 80%;
    }
    #FortnitePopUp{
        width: 70%;
        height: 80%;
    }
    #Destiny2PopUp{
        width: 70%;
        height: 80%;
    }
    #MinecraftPopUp{
        width: 70%;
        height: 85%;
    }
    #ValorantPopUp{
        width: 70%;
        height: 80%;
    }
    #CSGOPopUp{
        width: 70%;
        height: 80%;
    }
    #RocketLeaguePopUp{
        width: 70%;
        height: 80%;
    }
    
}

@media screen and (min-width:500px) and (max-width:1200px) {
    .Formations{
        gap:10px;
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        font-size: calc(0.6vw + 0.6vh + 0.2vmin);
    }
    
    .Articles{
        border-radius: 15px;
        text-align: left;
        padding: 10px;
        width: 40vw;
        height:90%;
    }
    .BouttonBoutique{
        background-color:#92ff6e;
        border : 2px solid white;
        color : white;
        text-align: center;
        font-weight: 800;
        justify-content: center;
        font-size:12px;
        cursor:pointer;
        padding:10px 20px;
    }
    #LeagueOfLegendsPopUp{
        width: 70%;
        height: 70%;
    }
    #FortnitePopUp{
        width: 70%;
        height: 70%;
    }
    #Destiny2PopUp{
        width: 70%;
        height: 70%;
    }
    #MinecraftPopUp{
        width: 70%;
        height: 70%;
    }
    #ValorantPopUp{
        width: 70%;
        height: 70%;
    }
    #CSGOPopUp{
        width: 70%;
        height: 70%;
    }
    #RocketLeaguePopUp{
        width: 70%;
        height: 70%;
    }

}
