body {
    margin: 0%;
    font-size: 16px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
}

p {
    font-size: 1em;
}

/*-------------HEADER------------*/

nav {
    position: fixed;
    top: 0px;
    margin : 0%;
    height : 50px;
    width : 98.9%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background-color: rgba(30, 30, 30, 0);
    transition: 0.3s;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items : center;
    width : fit-content;
}

.logo img {
    width : 40px;
}

.logo p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left : 5px;
    font-family: 'Righteous', cursive;
    font-size: 1.5em;
    font-weight : bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

a {
    text-decoration: none;
}

.connexion {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 2%;
}

img.user_pdp {
    width: 45px;
    border-radius: 50px;
    margin-left: 10px;
}

.connexion a {
    display: block;
    margin-left: 20px;
    color: #FFFFFF;
}

.connexion p {
    color: #FFFFFF;
}

.change_BG_color {
    background-color: rgb(30, 30, 30);
}

#las .connexion a, #las .connexion p {
    color:#000000;
    transition: 0.3s;
}

#las .change_BG_color a, #las .change_BG_color p {
    color: #FFFFFF;
}

#psy .connexion a, #psy .connexion p {
    color:#000000;
    transition: 0.3s;
}

#psy .change_BG_color a, #psy .change_BG_color p {
    color: #FFFFFF;
}

#gre .connexion a, #gre .connexion p {
    color:#000000;
    transition: 0.3s;
}

#gre .change_BG_color a, #gre .change_BG_color p {
    color: #FFFFFF;
}

#ski .connexion a, #ski .connexion p {
    color:#000000;
    transition: 0.3s;
}

#ski .change_BG_color a, #ski .change_BG_color p {
    color: #FFFFFF;
}

/*-------------BACKGROUND------------*/

.bg {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 150vh;
    z-index: 0;
    background-color: #1E1E1E;
    background-image: url(../img/gen/background/Background.svg);
    background-size: cover;
}

/*.noise {
    position: relative;
    z-index: 9;
    mix-blend-mode: overlay;
    width: 100%;
    height: 100vh;
}

.satur {
    position: relative;
    top : -1350px;
    width: 100%;
    height: 100vh;
    background-color: #FF3044;
    z-index: 8;
    mix-blend-mode: saturation;
}

#vector1 {
    position: relative;
    z-index: 3;
    top: -2300px;
    left: -1000px;
    filter: blur(50px);
}

.vector1_anim {
    animation: vector1 120s;
    animation-iteration-count: infinite;
}


#vector2 {
    position: relative;
    z-index: 4;
    filter: blur(50px);
    top: -3500px;
}

#vector3 {
    position: relative;
    z-index: 1;
    filter: blur(50px);
    top: -4500px;
    left: -266px;
}

#vector4 {
    position: relative;
    z-index: 4;
    filter: blur(50px);
    top: -4300px;
}

#vector5 {
    position: relative;
    z-index: 5;
    filter: blur(50px);
    top: -6200px;
    left: 500px;
}

.vector5_anim {
    animation: vector5 120s;
    animation-iteration-count: infinite;
}

#vector6 {
    position: relative;
    z-index: 6;
    filter: blur(50px);
    top: -4882px;
    left: -1000px;
}

#vector7 {
    position: relative;
    z-index: 7;
    filter: blur(50px);
    top: -7300px;
}*/

#button_anim {
    cursor: pointer;
}

#button_anim :hover {
    color: blue;
}

/*-------------MAIN------------*/


main {
    position: relative;
    z-index: 10;
}

footer {
    position: relative;
    z-index:10;
    background-color: #F6F6F6;
    width : 100%;
    padding: 20px 0px;
}

footer p {
    margin: 0px;
    padding: 0px 20px;
}

footer a {
    color: rgb(0, 0, 255);
    transition: 0.3s;
}

footer a:hover {
    color:rgb(0, 0, 146);
}

/*-------------GENRE----------------*/

.PoPu_genre {
    padding: 5px 10px;
    background-color: rgba(0, 64, 43, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.PuEx_genre {
    padding: 5px 10px;
    background-color: rgba(201, 4, 80, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.PoRo_genre {
    padding: 5px 10px;
    background-color: rgba(115, 0, 107, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.Ro_genre {
    padding: 5px 10px;
    background-color: rgba(255, 5, 9, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.Pu_genre {
    padding: 5px 10px;
    background-color: rgba(23, 23, 23, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.InRo_genre {
    padding: 5px 10px;
    background-color: rgba(0, 16, 127, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.RoPs_genre {
    padding: 5px 10px;
    background-color: rgba(1, 174, 30, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.RoPr_genre {
    padding: 5px 10px;
    background-color: rgba(239, 138, 6, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.RoAl_genre {
    padding: 5px 10px;
    background-color: rgba(154, 154, 154, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.GaRo_genre {
    padding: 5px 10px;
    background-color: rgba(208, 96, 5, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.BlRo_genre {
    padding: 5px 10px;
    background-color: rgba(10, 25, 232, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

.HaRo_genre {
    padding: 5px 10px;
    background-color: rgba(106, 21, 22, 0.8);
    border-radius: 20px;
    font-size: 0.75em;
    transition: 0.3s;
}

/*-------------BOUTON RETOUR------------*/

.back {
    display: flex;
    justify-content: flex-start;
    align-items : center;
    width : fit-content;
    padding: 0px 15px;
    background-color: rgb(30 30 30 / 80%);
    color: white;
    border-radius: 200px;
    transition: 0.3s;
}

.back:hover {
    background-color: white;
    color: black;
}

.iconBack {
    width: 25px;
    margin-right: 10px;
    transition: 0.3s;
}

#iconBackN {
    opacity: 0;
    margin-left: -35px;
}

.back:hover #iconBackN {
    opacity: 1;
}

/*---------------------RESPONSIVE----------------*/

@media screen and (max-width: 1023px) and (min-width: 768px){
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px){

    body {
        font-size: 12px;
    }

    .logo img {
        width: 30px;
    }

    .connexion {
        margin-right: 5%;
    }

    .logo p {
        font-size: 1em;
    }

}

/*---------------ANIMATION--------------*/

@keyframes wiz {
    0% {transform: rotateZ(0deg);}
    33% {transform: rotateZ(-5deg);}
    66% {transform: rotateZ(5deg);}
    100%{transform: rotateZ(0deg);}
}


@keyframes zwing {
    0% {transform: rotateZ(0deg);}
    100%{transform: rotateZ(360deg);}
}

@keyframes vector1 {
    0% {left: -1000px; 
        top: -2300px;}
    30% {left: 10px; 
        top: -2000px;}
    60% {left: -600px; 
        top: -2150px;}
    90%{left: -1000px; 
        top: -2300px;}
    100%{left: -1000px; 
        top: -2300px;}
}

@keyframes vector5 {
    0% {left: 500px; 
        top: -6200px;}
    30% {left: -110px; 
        top: -6700px;}
    60% {left: 300px; 
        top: -5900px;}
    90%{left: 500px; 
        top: -6200px;}
    100%{left: 500px; 
        top: -6200px;}
}

/*   _____     _____
    |  _  |   |  _  |
   -| | | |---| | | |-
    |_____| 7 |_____|  ~B!nro~
*/