.dfb-container {
    display: flex;
    gap: 60px;
    max-width: 1000px;
    background-color: #DDBC98;
    border-radius: 38px;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
    margin: auto;

}

.dfb-left, .dfb-right {
    flex: 1;
}

.dfb-left {
display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dfb-left h2 {
    margin: 0px;
    font-weight: 400;
    margin-bottom: 12px
}

.dfb-left p, .dfb-left a {
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    text-decoration: none;
}
.dfb-left a:hover, .dfb-left a:active {
    text-decoration: underline;
}

.dfb-form input,
.dfb-form select,
.dfb-form textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 13px;
    background-color: #FBF9EF;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #18181887;
    margin-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box; 
    font-weight: 300;
}
.dfb-form textarea {
    min-height: 140px;
}

.dfb-form button {
    padding: 15px 25px;
    border-radius: 50px;
    background-color: #FBF9EF;
    color: #393939;
    border: none;
    margin-left: auto;
    display: block;
    margin-top: 35px;
        border: 1px solid #FBF9EF;
}
.dfb-form button:hover, .dfb-form button:active {
    border: 1px solid rgb(14, 14, 14);
}
.nomprenom {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.messageform {
    min-height: 50vh;
}

@media (max-width: 781px) {

    .dfb-container {
    display: flex;
    flex-direction: column;
        padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;

}
.dfb-left {
padding-left: 0.5em;
padding-right: 0.5em;
}

}