html,body{
    height: 100%;
    overflow: hidden;
    background: linear-gradient(166deg, rgba(70,135,230,1) 0%, rgba(182,222,242,1) 86%);
    background: -webkit-linear-gradient(166deg, rgba(70,135,230,1) 0%, rgba(182,222,242,1) 86%);
    background: -moz-linear-gradient(166deg, rgba(70,135,230,1) 0%, rgba(182,222,242,1) 86%);
}

.view_contact{
    height: 90%;
    width: 90%;
    display: inline-flex;
    margin-top: 1.5em;
    margin-left: 5%;
    background-color: white;
    box-shadow: 10px 10px 15px rgb(153, 204, 255);
}

.mail_contact{
    width: 100%;
    height: 100%;
}

.form_contact{
    width: 100%;
    height: 100%;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 150px;
}

[name="contact"]{
    display: inline-flex;
    flex-direction: column;
    width: 100%;

}

p{
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
}

label{
    margin: 1em;
}

.mb-3{
    display: flex;
    justify-content: space-between;
}

.form-control{
    width: 60%;
}

button[type="submit"]{
    width: 50%;
    margin-left: 25%;
}

.tiret{
    border-top: 1px solid rgba(177, 177, 177, 1);
    width: 15%;
    align-self: center;
    margin: 10px;
}

.entete{
    display: grid;
    margin: 30px;
    position: relative;
    top: 3em;
    align-content: center;
}

i{
    text-align: center;
}

table{
    text-align: center;
}
