#image1{
    max-height: 500px;
    width: 100%;
}
.titre{
    z-index: 1;
    position: absolute;
    max-width: 15em;
    right: 25%;
    top: 40%;
    color: white;
    font-size: xxx-large;
    font-weight: bold;


}
.bt button{
    font-weight: bold;
}
.contenaireF{
    margin: 90px;
    display: flex;
    justify-content: space-between;
    background-color: #E5E5E5;
    border-radius: 30px;
    box-shadow: 0 8px 20px #FFF;
}
#imageF{
    width: 100%;
    border-radius: 30px 0 0 30px;
    height: 100%;

}
.formulaire{
    padding: 20px 30px;
}
label{
    color: #252B6A;
    margin-top: 20px;
    font-weight: bold;
}
.formulaire input
{
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 5px;
}
.bt .connect{
    margin-top: 20px;
}
.formulaire textarea{
    width: 100%;
    height:150px ;
    border: none;
    border-radius: 5px;
}
.formulaire button{
    background-color: #252B6A;
    color: white;
    width: 200px;
    border: none;
    border-radius: 5px;
    margin: 30px auto;

}
.bt{
   text-align: center;
}
.lien a {
    text-decoration:none;
    color: #252B6A;
    margin-left: 20px;

}
.fa-twitter{
    color: white;
    background-color: #252B6A;
    border-radius: 30px;
    padding: 10px;
    margin-left: 20px;
}
.lien{
    margin-top: 30px;

}

@media (max-width: 990px) {
.contenaireF{
    margin:10px 5px;
    display: block;
}
#imageF{
    border-radius: 30px 30px 0 0 ;
    width: 100%;
}
}

@media (max-width: 600px) {
.titre{
    z-index: 1;
    position: absolute;
    top: 40%;
    color: white;
    font-weight: bold;
    left: 15px;


}
}

