html {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

h1 { 
    font-size: 4rem;
    font-weight: 900;
}

body {
    margin: 0;
    padding: 0;
}

#traits {
    position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: center;
    width: 100%;
}

nav {
    position: fixed;
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-top: 2vh;
    z-index: 5500;
}

nav img {
    width: 25vh;
    z-index: 100;
}

header {
    width: 100%;
    height: 110vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffc300;
    position: relative;
}

#headerp {
    margin-top: 5vh;
}

#titre {
    width: 40%;
}

#teaser {
    width: 48vw;
    position: relative;

}

#teaser video {
    position: relative;
    width: 100%;
    height: 100%;
}

#start {
    border: #ffc300 2px solid;
    padding: 1.2em;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin-top: 2vh;
}

#start a { color: #ffc300; text-decoration: none; }

#part1 {
    width: 100%;
    height: 220vh;
    background-color: #3D160C;
    position: relative;
}

.trait {
    width: 6vh;
}

#trait1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

#titre1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFD297;
}

#descrip1 {
    display: flex;
    justify-content: center;
    height: 50%;
}

#trait2 img {
    width: 12vh;
}

#ninaDescrip {
    width: 35%;
    margin-top: 20vh;
}


#pierreDescrip {
    width: 35%;

    height: 60%;
    align-self: flex-end;
    margin-top: 50vh;
    margin-left: 15em;
}

#ninaNom h1 {
    padding: 0;
    margin: 0;
    font-size: 4rem;
    color: #FFD297;
}

#pierreNom h1 {
    padding: 0;
    margin: 0;
    font-size: 4rem;
    color: #FFD297;
}

#ninaDescrip p {
    position: relative;
    width: 85%;
    text-align: justify;
    color: #FFD297;
    font-weight: lighter;
}

#pierreP {
    display: flex;
    color: #FFD297;
    justify-content: space-between;
}

#pierreP p {
    width: 48%;
    text-align: justify;
}

#traa {
    position: absolute;
    top: 38vh;
    width: 8vw;
}

#video1 {
    width: 48vw;
    position: relative;
    justify-self: center;

}

#video1 video {
    position: relative;
    width: 100%;
    height: 100%;
}


#part2 {
    width: 100%;
    height: 240vh;
    background-color: black;
    position: relative;
}

#trait3 {
    position: absolute;
    top: 320vh;
    z-index: 999999;
    width: 1.8vh;
}

#titre2 {
    width: 60vw;
    height: 70vh;
    justify-self: center;
    margin-top: ;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vh;
}

#p2 {
    margin-right: 2vw;
    color: #ffc300;
}

#tritre22 {
    margin: 0;
    padding: 0;
    text-align: end;
    font-size: 4rem;
    margin-right: 5vw;
    color: #ffc300;
}

#tritre222 {
    margin: 0;
    padding: 0;
    text-align: end;
    font-size: 5rem;
    margin-right: 5vw;
    color: #ffc300;
    font-weight: bold;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px yellow;
}


#trait4 {
    position: absolute;
    top: 380vh;
    z-index: 9999999;
    width: 60vw;
}

#adrien {

    width: 50%;
    height: 50vh;
    margin-top: 11vh;
    justify-self: center;
}

#adrien div {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffc300;
    height: 90%;
}

#adrien div h1 {
    font-size: 4rem;
    margin: 0;
}

#adrienDescription {
    width: 25vw;
}

#video2 {
    width: 48vw;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 35%;
    align-items: center;
}

#video2 video {
    position: relative;
    width: 60%;
    height: 60%;
    margin-right: 10vw;
}

#part3 {
    width: 100%;
    height: 100vh;
    background-color:#3D160C ;
}

#titre3 {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#titre3 div h1 {
    margin: 0;
    font-size: 4rem;
    text-align: center;
    color: #ffc300;
}

#titre3 div p {
    text-align: center;
    color: #ffc300;
}


#titre3 div h1:nth-child(2) {
    margin: 0;
    font-size: 4rem;
    text-align: center;
    color: #ffc300;


    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #ffc300;
    text-align: center;
}
