.ds_revendeur_04 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 100px;
}

.ds_revendeur_04 picture,
.ds_revendeur_04 img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.ds_revendeur_bloc_04 {
    max-width: 90%;
    width: 1000px;
    margin: 0 auto;
}

.ds_revendeur_bloc_04_contenu {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.ds_revendeur_bloc_04_image {
    display: flex;
    min-width: 50%;
}

.ds_revendeur_bloc_04_image picture {
    display: flex;
    width: 100%;
}

.ds_revendeur_bloc_04 .ds_revendeur_bloc_04_absolute_global {
    position: relative;
}

.ds_revendeur_bloc_04_absolute {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 10%;
    top: 75%;
    z-index: 5;
}

.ds_revendeur_bloc_04_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px 0 0 20px;
}

.ds_revendeur_bloc_04_formulaire {
    padding: 50px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    min-width: 50%;
}

.ds_revendeur_bloc_04_formulaire span {
    color: #FF8800;
}

/*dans le formulaire*/
.formulaire_contact {
    padding: 10px 0 10px 0;
}

/*input*/
.formulaire_contact input,
.formulaire_contact .input-text,
.formulaire_contact #Secteur {
    width: -webkit-fill-available;
    padding: 10px;
    margin: 2px 0;
    border: 1px solid #E0CFB2;
    border-radius: 3px;
    font-family: 'roc-grotesk', sans-serif;
    font-size: 16px;
    line-height: 16px;
    max-width: 100%;
    field-sizing: content;
    resize: vertical;
}

.formulaire_contact .formulaire_message .input-text {
    min-height: 100px;
}


.formulaire_contact input:focus,
.formulaire_contact .input-text:focus,
.formulaire_contact select:focus {
    outline-style: none;
}

.formulaire_contact input::placeholder,
.formulaire_contact .input-text::placeholder {
    color: #000;
}

/*bouton*/
.formulaire_bouton {
    width: fit-content;
}

.formulaire_bouton .button {
    background-color: #000;
    color: #fff;
    padding: 15px 50px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.formulaire_bouton .button:hover {
    background-color: #FF8800;
}

#Siret_Error,
#Secteur_Error,
#Message_Error {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'roc-grotesk', sans-serif;
}

@media (max-width: 580px) {
    .ds_revendeur_04 {
        padding: 0;
        background-image: none !important;
        background-color: #FF8800;
    }

    .ds_revendeur_bloc_04 {
        width: 100%;
        max-width: 100%;
    }

    .ds_revendeur_bloc_04_contenu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ds_revendeur_bloc_04_formulaire {
        border-radius: 0;
        width: 100%;
        padding: 20px;
    }

    .formulaire_bouton {
        width: 100%;
    }

    .formulaire_contact {
        padding: 0;
    }

    .ds_revendeur_bloc_04_image img {
        border-radius: 0;
    }

    .ds_revendeur_04 img {
        width: 100%;
    }

    .ds_revendeur_bloc_04_image {
        min-width: 100%;
    }

    .ds_revendeur_bloc_04_absolute {
        display: none;
    }
}