.inputgroupe5b {
border: 2px solid black !important;
    outline: none !important;
    color: #000000 !important;
    height: 45px !important;
    width: 100% !important;
    margin: 15px 0 !important;
    padding-left: 15px !important;
    background-color: #ffffff !important;
}
.gridcontact{    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 27px;
    margin-top: 53px;
}
.textareagroupe5b{
   border: 2px solid black !important;
    outline: none !important;
    color: #000000 !important;
    height: 120px !important;
    width: 100% !important;
    margin: 15px 0 !important;
    padding-left: 15px !important;
    background-color: #ffffff !important;
}
.btn-formsubmit{
    border:none !important;
    color:white;
    background:red;
    font-weight:bold;
      text-align: center;
    margin: 0 auto;
    position: relative;
    left: 35%;
    margin-top: 20px;
    padding:18px 43px;
}

@media(max-width:700px){
    .gridcontact{    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 27px;
    margin-top: 53px;
}
}