.questions {
    display: flex;
    width: 335px;
    height: 125px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #ffffff;
    
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 0px;
    margin-left: 25px;
}

.formulaire {
    width: 336px;
    height: 616px;
    flex-shrink: 0;
}

.rectangle {
    display: flex;
    width: 335px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    border: 2px solid #2E368A;
    background: #FBF9F9;
    padding: 10px;

    border-radius: 5px;

}

label {
    color: #2E368A;

    margin-bottom: 5px;

}

input,
textarea {
    width: 80%;
    padding: 10px;
    border: 3px solid #ffffff;

    border-radius: 5px;

    background-color: #FF7689;
}

.rectangle_message {
    display: flex;
    width: 200px;
    height: 234px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    flex-shrink: 0;
}

.rectangle_envoyer {
    width: 263.384px;
    height: 44px;
    flex-shrink: 0;

}

textarea {

    height: 150px;
    resize: none;

}

button {
    background-color: #fff;
    color: rgba(46, 54, 138, 0.71);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 0 auto;

}

.typo {
    width: 45px;
    height: 22px;
    flex-shrink: 0;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    

}



.rectangle_envoi {

    display: inline-block;
    padding: 20px 60px;
    border: 2px solid #ffffff;
    background: #FD5B5B;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    margin-left: 0px;
}

.decale_envoyer {
    margin-left: -35px;
    margin-top: -10px;
}