.cores-form-offerte{
}
.offerte-form{
    background: #fae05242;
    margin-top: 0%;
    margin-bottom: 5%;
    width: 100%;
}
.offerte-form .form-control{
    border-radius:1rem;
    margin:1rem
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.offerte-form form{
    padding: 14%;
}
.offerte-form form .row{
    margin-bottom: -5%;
}
.offerte-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #cd1126;
}
.offerte-form .btnContact {
    width: 50%;
    border: 0;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-left: 1.2rem;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}