.background-reprise-bandeau{
    background-image: url("/assets/img/reprise.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.background-reprise-bandeau h1{
    color: #c1d72e !important;
    text-transform: uppercase;
    font-size: 40px !important;
    text-align: center;
    padding: 0px 10px;
}

.background-reprise-bandeau p{
    color: white;
    text-align: center;
    margin: 40px 10% 100px 10%;
    font-size: 25px !important;
    font-weight: 500;
}

.div-reprise-contact{
    width: 100%;
    background: #c1d72e;
}

.div-reprise-contact a{
    border-radius: 10px;
    color: white;
    background: #232616;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 20px;
    white-space: nowrap;
    transition-duration: 0.3s;
}

.btn-reprise-saisir-informations{
    border-radius: 10px;
    color: #232616 !important;
    background: #c1d72e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 600;
    margin: 30px 20px;
    transition-duration: 0.3s;
}

.texte-reprise-introduction-formulaire{
    color: #232616;
    text-align: center;
    margin: 40px 10% 40px 10%;
    font-size: 20px !important;
    font-weight: 500;
}

#form_garage_reprise{
    padding-top: 150px;
    margin-top: -150px;
}

#form_garage_reprise label{
    font-size: 20px;
    font-weight: 500;
}

#form_garage_reprise input, #form_garage_reprise select{
    margin-bottom: 40px;
    border: none;
}

.schema-reprise-div{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.schema-reprise-div .element-text-icon-reprise{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.schema-reprise-div p{
    color: #232616;
    font-size: 30px !important;
    margin: 5px;
    font-weight: 700;
}

.schema-reprise-div i{
    color: #c1d72e;
    font-size: 60px;
    margin: 5px;
}

.separation-reprise-schema{
    width: 2px;
    height: 100px;
    background: #5a6771;
    margin: 20px;
}

#spam{
    width: 30px;
    height: 30px;
    display: block !important;
}

.spam-label{
    margin: 0;
    padding-left: 10px;
}

.bouton-contact-garage{
    background: #c1d72e !important;
    color: white !important;
}
@media screen and (max-width:991px) {
    .background-reprise-bandeau h1{
        font-size: 30px !important;
    }

    .background-reprise-bandeau p{
        font-size: 16px !important;
    }
}

@media screen and (max-width:767px) {
    .schema-reprise-div{
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-end;
        margin-bottom: 50px;
    }

    .separation-reprise-schema {
        width: 100%;
        height: 2px;
    }

    .schema-reprise-div p{
        font-size: 20px !important;
    }

    .schema-reprise-div i{
        font-size: 40px;
    }

    .div-reprise-contact a{
        font-size: 18px;
    }

    #form_garage_reprise label{
        font-size: 15px;
    }

    #spam{
        width: 20px;
        height: 20px;
    }

    #label_upload_image{
        height: 42px;
    }

    .texte-reprise-introduction-formulaire{
        font-size: 18px !important;
    }
}

@media screen and (max-width:576px) {
    .div-reprise-contact a{
        font-size: 12px;
    }

    .schema-reprise-div p{
        font-size: 12px !important;
    }

    .schema-reprise-div i{
        font-size: 30px !important;
    }
}