@font-face {
    font-family: "Buft";
    src: url("../Assets/Melted_Monster/Melted\ Monster.ttf");
}

@font-face {
    font-family: "Poule";
    src: url("../Assets/Holiday_Cheer/Holiday\ Cheer.otf");
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

h1, h2 {
    font-family: "Buft";
    color: red;
    
}

p {
    color: rgb(84, 150, 250);
    font-family: "Poule";
}

header {
    
    position: fixed;
    height: 30vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 7vh;
    background-color: black;
    background-image: url("../Assets/Logo/Logo_Umbrella.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    border-radius: 155.5px;
    z-index: 10;
   
}

nav>a {
    text-decoration: none;
    display: block;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    border: red solid;
    background-color: red;
}

body {
    background-color: red;
    
}

.Bouton {
    color: white;
    font-family: "poule";
}

.Bouton:hover {
    background-color: white;
    color: red;
}

.Accueil {
    position: relative ;
    top: 10vw;
    left: 15vw;
    right: 15vw;
    height: 80vh;
    background-image: url("../Assets/Logo/Logo_Umbrella.jpg");
    background-repeat: no-repeat;
    width: 80%;
    margin-bottom: 5vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    font-size: 30px;
}

.Progenitor {

    position: relative;
    top: 20vw;
    left: 15vw;
    right: 15vw;
    height: 80vh;
    width: 80%;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    box-shadow: 10px 15px 100px white;
    border: solid black;
    margin-bottom: 10vh;
}

.Histoire {

    color: white;
    font-size: 20px;
    font-family: "Poule";
    margin-left: 5vh;
    margin-right: 5vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

#Marge {
    text-align: center;
    font-size: 6vh;
}

li {
    color: white;
    font-family: "Poule";
    font-size: 3vh;
    margin-left: 5vh;

    z-index: 10;
}

.Photo_RE {
    size: 5vh;
   
}

.Photo_RE:hover {
    transform:scale(2) translate(-200px);

}

.experiences {
    text-decoration: underline;
    color: red;
    font-family: "Poule";
    font-size: 4vh;
    display: flex;
    align-items: start;
}

.T_Virus {
    position: relative;
    top: 20vw;
    left: 15vw;
    right: 15vw;
    height: 75vh;
    width: 80%;
    background-color: black;
    /*display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: start;*/
    box-shadow: 10px 15px 100px white;
    border: solid black;
    margin-bottom: 10vh;
    
}