*{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

header {
    position: static;
    margin-top:0px;
    height:50px;
    width:100%;
    background-color:#38618C;
}

@font-face {
    font-family: "raphtalia";
    src: url('../fonts/raphtalia.otf');
}

@font-face {
    font-family: "caviar";
    src: url('../fonts/caviar.ttf');
}

nav {
    font-size: 16px;
    text-align:right;
}

ul#nav {
    list-style:none;
    padding-right:10px;
    padding-top:15px;
    float: right;
    width: 1200px;
}

li.menu {
    color:white;
    display: inline-block;
    padding: 0 40px;
}

li.menu:hover {
    text-decoration: underline;
}

h1 {
    position:absolute;
    top: 20%;
    left: 50%;
    transform:translate(-50%, -50%);
    font-size: 60px;
    color: #38618C;
}

div#erreur {
    position:absolute;
    top: 30%;
    left: 50%;
    transform:translate(-50%, -50%);
    font-size: 30px;
    color: red;
}

h2 {
    position:absolute;
    top: 60%;
    left: 50%;
    transform:translate(-50%, -50%);
    font-size: 30px;
    color: black;
}

input {
    height: 40px;
    width: 400px;
    padding: 12px 20px;
    box-sizing: border-box;
    outline: none;
    font-family: "caviar";
    border: 2px solid #38618C;
}

#prenom1 {
    position:absolute;
    top: 40%;
    left: 10%;
    transform:translate(-50%, -50%);
    font-size: 20px;
    font-family: "caviar";
    color: #38618C;
}

#prenom2 {
    position:absolute;
    top: 40%;
    left: 40%;
    transform:translate(-50%, -50%);
    font-size: 20px;
    font-family: "caviar";
}

#nom1 {
    position:absolute;
    top: 50%;
    left: 10%;
    transform:translate(-50%, -50%);
    font-size: 20px;
    font-family: "caviar";
    color: #38618C;
}

#nom2 {
    position:absolute;
    top: 50%;
    left: 40%;
    transform:translate(-50%, -50%);
    font-size: 20px;
    font-family: "caviar";
}

#send {
    position:absolute;
    top: 70%;
    left: 50%;
    transform:translate(-50%, -50%);
    font-size: 20px;
    font-family: "caviar";
    background-color:white;
    padding: 0px 0px;
    cursor: pointer;
    width: 200px;
}

::-webkit-scrollbar {
    width:3px;
}

::-webkit-scrollbar-thumb {
    background-color: black;
}