body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo_grand{
    height: 300px;
}

.center{
    margin: 5px;
}

.left{
    margin-left: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    color: #c72d25;
}

.container_form{
    z-index: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_title{
    position: relative;
    z-index: 0;
}

.underline{
    position: absolute;
    bottom: 27px;
    z-index: -1;
    height: 8px;
    width: 60%;
    background-color: #c72d25;
    border-radius: 8px;
}

.title_cat{
    font-weight: bold;
    font-size: xx-large;
}

#page_center{
    height: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#page_center p{
    font-weight: bold;
    font-size: larger;
    margin: 15px 0 40px 0;
    z-index: 0;
}

.field{
    margin: 5px 0;
    border: none; !important;
    background:none !important;
    color: white;
    border-bottom: #c72d25 solid 3px;
    background-color: #444444;
    font-size: large;
}

.send{
    border: none; !important;
    background-color: #c72d25;
    font-size: large;
    color: white;
    padding: 5px;
    border-radius: 2px;
    margin-top: 10px;
}

.message{
    z-index: 0;
    font-size: large;
}

.souligne{
    text-decoration: #c72d25 underline;
}

.bold{
    font-weight: bold;
}

#container_body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 70%;
    position: relative;
}

.blob{
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #333333 inset;
    -webkit-text-fill-color: white !important;
}

input:focus{
    outline: none;
}