.contact-section{
    background: url(/images/contact/corporate-communication-businessman-talking-on-cel-BL85XHV.jpg)center center  no-repeat;
      background-size: cover;
    height: 600px;
}
.contact-inner{
    background-image: url('/images/contact/contact-icon.png');
    height: 230px;
    background-repeat: no-repeat;
    background-position: center bottom, left top;
    background-size: 200px;
    padding-top: 400px;
}
.contact_info {
    z-index: 1;
    position: relative;
}
.contact_info h4{
    color: blueviolet!important;
    margin-top: 10px;
}

.formulaire-form-group{
    background: url(/images/contact/charles-forerunner-3fPXt37X6UQ-unsplash.png)  no-repeat;
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: -10px;
}

@media (max-width: 430px) {
    .formulaire-form-group{
        margin: 0;
        padding: 0;
    }
}
.background-formulaire-formulaire{
    background-color: white;padding: 50px;
    border-radius: 30px;
}

.layout-form{
    background-color: white;
    padding: 30px;
    border-radius: 20px
}