/*block formule homepage-----------------------------------------*/
.le_plus_utilise{
    position: absolute !important;
    height: 50px !important;
    width: 100% !important;
    background-color: #0897c1 !important;
    border-radius: 4px 4px 0 0 !important;
    color: white !important;
    font-weight: bold !important;
    padding-top: 10px !important;
    top: -50px !important;
}

.stripe{
    position: relative;
    top: 0px;
    right: 50px;
}
.decouv{
    position: relative;
    top: 0px;
    /*right: 50px;*/
}

@media only screen and (max-width: 1100px) {

    /*block formule homepage-----------------------------------------*/
    .resp_pr{
        margin-top: -20px;
    }
}
@media only screen and (max-width: 600px) {
    .box_title {
        font-size: medium;
    }
    /*block formule homepage-----------------------------------------*/
    .resp_pl{
        margin-top: 20px;
    }
    .resp_form{
        margin-top: 50px;
    }
    .decouv{
        position: relative;
        top: 0px;
        left: 10px;
    }
}