.top {
    text-align: center;
    color: azure;
}

.contact {
    max-width: 450px;
    padding-top: 100px;
    margin: auto;
    background-color:rgba(255,255,255,0.7);
    color: white;
    border-radius: 5px;
    padding: 50px;
}

input[type="submit"] {
    background-color: #E50914;
    margin: 10px 0;
    color: white;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.contact label {
    color: black;
}

.contact p {
    color: black;
}

.contact h1 {
    color: #E50914;
}

input[type="email"], input[type="text"], input[type="tel"] {
    text-align: center;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    border: 0;
    border-radius: 5px;
    color: #b3b3b3;
    background-color: #333333;
    margin-bottom: 15px;
}

textarea {
    text-align: center;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    border: 0;
    border-radius: 5px;
    color: #b3b3b3;
    background-color: #333333;
    margin-bottom: 15px;
}

.img-logo {
    padding-top: 30px; /* Voir si par la suite ne pose pas de problme. Mis pour le logo qui ce cacher un peut derrire le nav bar*/
    width: 20%;
    height: auto;
    margin-left: 40%;
}