@media only screen and (max-width: 992px) {
    .row{
        margin-right: 0;
        margin-left: 0;
    }
    .container {
        max-width: 100%;
    }
    .steps{
        display: none;
    }

    .field-labels-question {
        text-align: unset;
    }

    .labels-question-bloc {
        text-align: left;
    }

    #form_tarif_auto .next.action-button.first,
    #form_confirmation .next.action-button.first {
        float: initial;
    }

    label.label-radio {
        height: auto;
        max-width: 100%;
        margin: auto auto 12px;
        transition-duration: 200ms;
    }
    .cradio {
        max-width: 250px !important;
    }
    .banner-title{
        text-align: center;
    }
    .bloc-simu{
        width: 100%;
    }
    .no-show-on-mobile{
        display: none;
    }
    .bloc-auto{
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .owl-item .heading{
        bottom: 25%;
        left: 0;
        background-color: rgba(0,0,0,0.42);
        padding: 0 2% 0 2%;
        font-size: 2.2em !important;
    }
    .banner h4,.banner .contact{
        text-align: center;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-radio-pack {
        width: 100%;
        margin-top: 40px !important;
    }
    .bloc-info{
        width: 100% !important;
        padding: 0 20px;
    }
    .row-auto{
        flex-direction: column-reverse;
    }

    .logo-chanas-banner {
        position: absolute;
        bottom: -20px;
        left: 50%;
        display: block;
        z-index: 9;
        width: 250px;
        transform: translate(-50%, -130%);
    }
}

/*hide desktop banner on tablet*/
/*hide tablet banner on tablet*/
@media (min-width: 720px) and (max-width: 1023px){
    .hide-on-tablet {
        display: none !important;
    }

    .tablet-banner {
        position: relative;
        display: block !important;
        border: 1px solid blue;
        padding: 30px 20px;
        width: 100%;
    }

    .voile-image {
        display             : block;
        position            : absolute;
        top                 : 0;
        left                : 0;
        width               : 100%;
        padding             : 0;
        z-index             : 1;
        background-size     : cover;
        background-position : center;
        background-repeat   : no-repeat;
    }

    .logo-chanas-banner {
        position: absolute;
        bottom: -20px;
        left: 50%;
        display: block;
        z-index: 9;
        width: 202px;
        height: auto;
        transform: translate(-170%, -190%);
    }
}

/* 768px to 900px */
@media (min-width: 768px) and (max-width: 900px) {

    /* user conditions modal */

    /* modal header */
    #voyage-user-condition-modal .modal-header {
        display: block;
    }

    /* modal title */
    #voyage-user-condition-modal .modal-header h1 {
        text-align: center !important;
        font-size: 32px;
    }
    
    #voyage-user-condition-modal .modal-dialog {
        width: 90%;
    }

    /* checkbox container */
    .check-voyage-user-conditions-container {
        margin-bottom: 32px;
    }

    /* user conditions btn accept */
    #submit_user_conditions_btn {
        margin: auto;
        width: 30%;
    }
}