
#contactdeux {
    margin: 0 auto;
    max-width: 1200px;
}

#contactdeux .flex {
    display: flex;
    justify-content: space-between;
}
#ContactSection{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;


}


#ContactSection img{
    width: 52%;

    object-fit: cover;


margin: 20px 0 20px 20px;
    border-radius: 20px;

}

#contactdeux .form {
    background-color: #8064A2;
    width: 43%;
    min-width: 350px;
    height: 755px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 31px 40px 61px 40px;

    color: white;
    margin: 20px 20px 20px 0;
}

@media screen and (max-width: 900px) {
    #ContactSection img {
        width: 100%;
        padding: 10px;
        margin: auto;
    }
    #contactdeux .form{
width: 100%;
        padding: 10px;
        min-width: 300px;
        margin: 10px 10px;
    }
    #contactdeux .form iframe{
        width: 280px;
    }
}
#titleforcontact {
    padding: 20px;
    background-color: #333333;
}

#contactdeux .form :where(input, textarea, select) {
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;

}

#contactdeux .form label {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

#contactdeux .form #submit {
    width: 100px;
    background: #00A99E;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: white;

}

#contactdeux .textC {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 55px;

}

#contactdeux h1 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 66px;
    color: white;
    margin-top: 30px;
    text-align: center;
}

#contactdeux h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: white;

}

#contactdeux h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: white;
}