﻿/* 576px and down */
@media(max-width: 576px) {
    .override-col-2 {
        max-width: 16.666667%;
    }

    .validate-payment-btn {
        position: absolute;
        right: 7px !important;
        bottom: -67px !important;
    }

    .override-col-10 {
        max-width: 83.333333%;
        display: flex;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 20.5rem;
    }
    /*for solutions*/
    #cms-category.cms-category-rentOffers {
        background: url(../img/bg-solutions-landing-page-m.jpg) no-repeat top;
        background-size: 100%;
    }

    .phone-header.float-right {
        display: none !important
    }

    #cms-index.cms-businessTrip {
        background: url(../img/bg-businessTrip-m.jpg) no-repeat top;
        background-size: 100%;
    }

    #cms-index.cms-holidays {
        background: url(../img/bg-holidays-m.jpg) no-repeat top;
        background-size: 100%;
    }

    #cms-index.cms-weekEnd {
        background: url(../img/bg-weekEnd-m.jpg) no-repeat top;
        background-size: 100%;
    }

    #cms-index.cms-mobility {
        background: url(../img/bg-mobility-m.jpg) no-repeat top;
        background-size: 100%;
    }

    #solutions-title-block {
        height: 165px;
        padding-top: 36px;
    }

    [v-cloak] {
        display: none;
    }

    .custom-control-label::before {
        left: 2.5rem;
    }

    .custom-control-label::after {
        left: 2.5rem;
    }

    .label-custom-checkbox {
        padding-top: 2.7rem !important;
        padding-left: 1.25rem;
    }
    /*-------carpage------*/
    .chevron-up {
        background: url(/img/rafter-up.svg) no-repeat center;
        padding-right: 1.2rem;
        margin-right: 0.3rem;
    }

    .chevron-down {
        background: url(/img/rafter-down.svg) no-repeat center;
        padding-right: 1.2rem;
        margin-right: 0.3rem;
    }
    /*-------------------carlist---------------------*/
    .h-custom {
        height: 3rem !important;
    }

    .filter-options-m {
        background-color: #f2f2f2;
        color: black;
    }
    /*-------------------carlocator---------------------*/
    .energy-label {
        background-color: #343a40;
        color: white;
    }
    /*-------------------tunnel----------------------*/
    /*---------cart--------*/
    #total-cart .w-13 {
        max-width: 30%;
    }
    /*------end cart------*/
    /*--------------------step1----------------------*/
    #tunnel-step-1 .label-custom-checkbox {
        padding-top: 1.5rem !important;
        padding-left: 0;
    }

    #tunnel-step-1 .custom-checkbox {
        margin-left: -1.45rem !important;
    }
    /*-------------------step2------------------------*/
    .force-mt {
        margin-top: 1rem !important;
    }
}
/*for portrait mobile and down*/
@media(max-width: 640px) {
    #home-index {
        background: url(../img/bg-home-bmw-m.jpg) no-repeat top;
    }
}
/* 768px and down */
@media (max-width: 767px) {

    /*---------global-------*/
    .font-md-sm {
        font-size: 1em;
    }

    .noposition {
        position: initial !important;
        background-image: none !important;
    }

    .widt {
        width: 68% !important;
    }

    .font-brand-m {
        font-size: 1.7rem;
    }

    .logo-bmw-header {
        max-width: 50px;
        margin-bottom: 1rem;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-dark .navbar-toggler {
        color: white;
        border: none !important;
        margin-top: 1.25rem;
    }

        .navbar-dark .navbar-toggler:focus {
            outline: none;
        }

    .navbar-dark .navbar-nav .nav-link {
        color: white;
    }

    .nav-border-bottom {
        border-bottom: none;
    }

    .phone-block {
        background-position-x: 0.5rem;
        line-height: 1.3rem;
        border-radius: 20px;
        height: 1.5rem;
        width: 7.8rem;
        font-size: 0.75em;
        text-align: center;
        margin-top: 1.5rem;
        color: white;
    }

    .no-tax-phone {
        font-size: 0.54em;
        padding-top: 0.25rem;
    }

    .navbar-nav {
        width: 12rem;
    }

    .nav-item {
        border-bottom: solid 1px #cfcfcf;
    }


    #home-index .phone-block, #home-index .no-tax-phone {
        display: none;
    }

    #carbrowser-carpage .phone-block, #carbrowser-carpage .no-tax-phone {
        display: none;
    }

    #nav-and-brand-m {
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }

    #home-index .navbar:focus {
        background: white;
    }

    #home-index .navbar-toggler .navbar-dark {
        background: none;
    }

    #brand-for-m {
        position: absolute;
        left: 3.5rem;
        top: 1.2rem;
    }

    #container-input-city-search {
        width: 100%;
        height: auto;
        z-index: 1;
    }
    /*---phone blue centered only on home---*/
    /*--style---*/
    .btn-phone-blue {
        background: #1c69d4;
        border: none;
    }
    /*---visible---*/
    #home-index #phone-only-home-mobile {
        display: block !important;
    }

    body.no-background #phone-only-home-mobile {
        display: none !important;
    }

    /*---block phone input burger menu---*/
    #phone-in-burger-menu {
        position: absolute;
        bottom: 2rem;
    }

    /*/* Menu burger */
    #menu-burger {
        position: absolute;
        top: 1.4em;
        left: 1em;
        z-index: 9999;
        /*        right: 3.5em;*/
        display: inline-block;
        cursor: pointer;
    }

        #menu-burger.clicked {
            position: fixed;
        }

        #menu-burger .bar1,
        #menu-burger .bar2,
        #menu-burger .bar3 {
            width: 23px;
            height: 3px;
            background-color: #F1F1F1;
            margin: 6px 0;
            transition: 0.4s;
        }

    #user-create #menu-burger .bar1, #user-create #menu-burger .bar2, #user-create #menu-burger .bar3 {
        background-color: white;
    }

    #user-login #menu-burger .bar1, #user-login #menu-burger .bar2, #user-login #menu-burger .bar3 {
        background-color: white;
    }

    .user-login-condu {
        margin-left: 0;
    }

    .textlogin_con {
        margin-left: 0px !important;
        padding: 0px !important;
    }

    .reversebtn {
        display: flex;
        flex-direction: column-reverse;
    }

    #user-login .postionyy {
        top: 17px !important;
    }

    #menu-burger:hover {
        opacity: .75;
        transition: .5s;
    }

    #menu-burger.clicked .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        transform: rotate(-45deg) translate(-5px, 5px);
        background-color: #4d4d4d;
    }

    #menu-burger.clicked .bar2 {
        opacity: 0;
    }

    #menu-burger.clicked .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
        background-color: #4d4d4d;
    }

    /* Main menu (slide) */
    #menu {
        position: fixed;
        z-index: 9999;
        left: -100%;
        top: auto;
        background: white;
        padding: 4em 0;
        width: 80%;
        min-height: 100%;
    }

        #menu ul li {
            list-style: none;
        }

            #menu ul li a {
                display: block;
                color: #4d4d4d;
                text-decoration: none;
                font-weight: 700;
                transition: background .5s;
                padding: 1em;
                text-align: left;
                margin-bottom: .5em;
                border-bottom: solid 1px #e6e6e6;
            }

                #menu ul li a:hover {
                    background: #1c69d4;
                    transition: background .5s;
                }

                #menu ul li a:focus {
                    color: white !important;
                }


        #menu.visible {
            animation: .5s slideRight ease-in forwards;
            transition-delay: 0;
        }

        #menu.invisible {
            animation: 1s slideLeft ease-out forwards;
            transition-delay: 0;
        }

    /*------for no-bg-----*/
    body.no-background #menu-burger .bar1,
    body.no-background #menu-burger .bar2,
    body.no-background #menu-burger .bar3 {
        background-color: #4d4d4d;
    }

    /* Animations for the slide menu */
    @keyframes slideRight {
        from {
            left: -100%;
        }

        to {
            left: 0%;
        }
    }

    @-webkit-keyframes slideRight {
        from {
            left: -100%;
        }

        to {
            left: 0%;
        }
    }

    @keyframes slideLeft {
        from {
            left: 0%;
        }

        to {
            left: -100%;
        }
    }

    @-webkit-keyframes slideLeft {
        from {
            left: 0%;
        }

        to {
            left: -100%;
        }
    }

    /*-----for no-background----*/
    body.no-background .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    body.no-background .phone-block {
        background-position-x: 0.5rem;
        line-height: 1.3rem;
        border-radius: 20px;
        height: 1.5rem;
        width: 7.8rem;
        font-size: 0.75em;
        text-align: center;
        margin-top: 1.5rem;
        color: black;
    }

    body.no-background .no-tax-phone {
        font-size: 0.54em;
        padding-top: 0.25rem;
    }

    body.no-background .navbar-nav {
        width: 12rem;
    }

    body.no-background .nav-item {
        border-bottom: solid 1px #cfcfcf;
    }
    /*-----end no-background----*/
    #form-confirmation #brand-for-m, #form-confirmationdevis #brand-for-m {
        display: none;
    }

    #form-confirmation .phone-block a, #form-confirmationdevis .phone-block a {
        color: white;
    }

        #form-confirmation .phone-block a:hover, #form-confirmationdevis .phone-block a:hover {
            text-decoration: none;
        }

    #cms-category .phone-block, #cms-category .no-tax-phone {
        display: none;
    }

    #cms-index .phone-block, #cms-index .no-tax-phone, #cms-index #brand-for-m {
        display: none;
    }


    #solutions-title-block h1 {
        font-size: 2.2em;
    }
    /*end solutions*/

    /*------home------*/

    .title-for-mobile {
        font-size: 1.5em;
    }

    .font-s-m {
        font-size: 0.75em;
    }

    .search-bar-home {
        background: none;
    }

    .selected-city-search {
        max-height: 9.1rem;
    }

    .date-picker {
        background-size: 6%;
        background-position-x: 0.6rem;
        height: 3rem;
        font-weight: bold;
    }

    #carbrowser-carpage {
        background: url(/img/bg-carpage-bmw-m.jpg)no-repeat top;
        background-size: 100%;
    }

    .font-xxl {
        font-size: 2em;
    }

    .container-carpage-img .img-carpage {
        max-width: 100%;
        margin-top: -10%;
    }

    .container-carpage-img .BMW-iX {
        margin-top: 0% !important;
    }

    .search-bar-aside {
        background: none
    }

    #w-sm-tab-carpage td {
        width: 71%;
    }

    #tab-carpage td {
        line-height: 160%;
        border: none;
    }

    #tab-carpage h4 {
        border-bottom: solid 1px #cfcfcf;
        padding-bottom: 0.7rem;
    }

    #carpage-suggestion-m .img-vehicle-items {
        width: 87%;
        padding-bottom: 1.5rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #carpage-suggestion-block {
        border-bottom: solid 1px #bbbbbb;
    }

    #tab-carpage .btn-link:hover {
        color: #000;
    }

    .shadow-xs {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

    .shadow-xs-none {
        box-shadow: none !important;
    }

    .border-dark {
        border-color: white !important;
    }

    .step1-table-head {
        height: 125px;
    }

        .step1-table-head .row {
            height: 125px;
            bottom: 0px;
        }

        .step1-table-head.bg-blue {
            height: 140px;
        }

    /* .cta-tunnel-blue {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 1;
    }*/
    .cta-tunnel-blue {
        margin: 0px !important;
    }

    .with-mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        width: 100%
    }

    .btn-recevoir {
        background: #e9e9e9 !important;
        margin: 0px;
        position: relative;
        padding: 11px;
    }

    .flesh-left {
        display: none;
    }

    .btn-recevoir a {
        font-weight: 900;
        color: #4472c4 !important;
        font-size: 19px;
    }

    .btn-recevoir::after {
        content: ">";
        position: absolute;
        right: 5%;
        top: 29%;
        color: #4472c4;
        font-weight: 900;
    }

    .btn-step-0-blue {
        background-repeat: no-repeat;
        background-size: 9px 17px;
        background-position: 95% center;
        background-color: #1c69d4;
    }

    .popover {
        max-width: 50%;
    }

    .arrow-infos-benefits-up {
        margin-bottom: -12px;
        margin-left: 1rem;
        width: 2.3rem;
    }

    .infos-profits {
        width: auto !important;
    }
    /*-------------------------*/
    .agencies-list-block {
        overflow: hidden;
    }

        .agencies-list-block.h-35 {
            height: auto;
        }
    /*-------------------------*/
    /*-----dealerlocator-----*/
    .home-dealer-locator {
        border: none;
        border-top: solid 1px #e6e6e6;
    }


    /*-----detail agency-----*/
    .icon-phone-m {
        height: 1.6rem;
    }

    #border-detail-agency {
        border: none;
    }

    #w-btn-detail-agency {
        width: 100%;
    }

    /*---------details agency-------*/
    #dealerlocator-detailagency .bg-dirt-vehicle {
        background-position-y: 6.7rem;
    }

    /*------carlocator-------*/
    .search-bar-carlocator button {
        background: none;
        height: 3rem;
        width: 100%;
        background-color: #1c69d4;
        border: none;
        color: white;
        border: none;
        font-weight: bold;
    }

    #small-vehicle-carlocator {
        max-width: 40%;
        margin-top: -0.5rem;
        margin-right: -0.95rem;
    }

        #small-vehicle-carlocator .container-img-vehicles {
            height: 1.5rem;
        }

    .search-bar-carlocator #search-city {
        background-size: 5%;
        background-position-x: 0.4rem;
    }

    .mobwi {
        width: 318px !important;
    }

    .search-bar-carlocator .search-date {
        background-size: 6%;
        background-position-x: 0.4rem;
    }

    #user-update .back {
        display: none;
    }

    .reservation_user .containeruser {
        padding: 0px !important
    }

    .reservation_user .rs-content {
        position: relative;
        border: none;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
        margin-top: 0px;
    }

    .reservation_user .tit-rs {
        position: absolute;
        top: 3%;
        left: 7%;
        width: 256px;
    }

    .teldes {
        display: none;
    }

    .telmobile {
        display: block;
    }

        .telmobile a {
            color: #262626 !important;
            font-size: 15px !important;
            font-weight: 900 !important;
        }

    .reservation_user .rs-price {
        position: absolute;
        right: 6%;
        top: 3%;
    }

    .reservation_user .rs-piece {
        margin-left: 0px;
    }

    .reservation_user .rs-title-tel .tel {
        position: absolute;
        bottom: 8%;
        right: 6%;
    }

    .reservation_user .rs-header {
        flex-direction: column;
    }

    .reservation_user .rs-img-piece {
        flex-direction: column;
        margin-top: 28%;
        /*        align-items: center;*/
    }

    .reservation_user .rs-pk {
        width: 238px;
        text-align: center;
    }

    .reservation_user .piecevh {
        position: absolute;
        top: 12%;
        left: 7%;
    }

    .reservation_user .rs-op {
        display: none;
    }

    .reservation_user .rs_img {
        align-self: center;
        margin-bottom: 10px;
    }

    .reservation_user .flex-border-rs {
        display: none;
    }

    .reservation_user .flex-rs-mobile {
        display: flex;
    }

    .reservation_user .flex-rs-desktop {
        display: none;
    }

    .reservation_user .rs-header {
        padding: 0px 15px;
    }
}

/*768*/
/*-----only for mobile landing-view-----*/
@media (max-width:768px) {
    /*---------details agency-------*/
    #user-login .pt-5 {
        padding-top: 74px !important;
    }
}

@media (max-width:414px) {
    /*---------details agency-------*/
    #dealerlocator-detailagency .bg-dirt-vehicle {
        background-position-y: 10.7rem;
    }
}

@media (max-width:600px) {
    #form-confirmationdevis {
        background-size: cover;
    }
    .tablemobile {
        width: 100%;
        overflow: auto;
    }

        .tablemobile table {
            width: 600px!important;
        }

    .btnenvoidevis {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .divenvoidevis {
        flex-direction: column !important;
        align-items: start !important
    }

    .detaillocation {
        display: block !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 13px !important;
    }

    #user-update .back {
        display: none !important
    }

    #user-update .mobhide {
        display: none !important
    }

    #user-update .web {
        display: none !important
    }

    #user-update .mob {
        display: block !important;
        color: black !important;
    }

    #user-update .colorBLACK {
        color: black !important;
        font-weight: 700;
    }

    #user-update .margtop {
        margin-top: 0 !important
    }

    #user-update .font-gras {
        font-size: 13px;
        font-weight: 600;
        padding-top: 4px
    }

    #user-update .container.flex-rowuserFirst > div {
        display: flex;
        justify-content: center;
    }

    #user-update .flex-info h2 {
        font-size: 20px !important;
        padding-top: 0px !important;
    }

    #user-update .flex-rowuserFirst {
        display: block !important
    }

    #user-login .espace {
        padding-right: 15px !important;
    }

    #user-login .postioneye {
        position: absolute;
        left: 89% !important;
        font-size: 20px;
    }

    #user-login .positionChekeRE {
        top: 40px;
        left: 256px !important;
        position: relative;
    }

    #user-update #msgerruerlogupdate {
        display: none;
        background-color: #91db91;
        color: green;
        width: 100%;
        border-radius: 9px;
        padding: 8px 10px 11px 10px;
        margin-top: 18px;
    }
    /*#user-update .mobileuser {
                position: absolute;
                left: 48px !important;
                top: 23%;
            }*/
    #user-update .space {
        padding-right: 15px !important;
    }

    #user-update .fas.fa-user {
        color: gray;
    }

    #user-create .mobileuser .dropdown-menu.show {
        left: calc(-14vw + 50%) !important;
        right: calc(-41vw + 50%) !important;
        width: 43vh !important;
    }
    /*---------details agency-------*/


    #user-create .clicked .bar1, #user-create .clicked .bar2, #user-create .clicked .bar3 {
        background-color: #4d4d4d !important;
    }

    #user-login .clicked .bar1, #user-login .clicked .bar2, #user-login .clicked .bar3 {
        background-color: #4d4d4d !important;
    }

    #user-create #brand-for-m {
        display: none
    }

    #user-create.no-background header {
        border-bottom: none !important
    }



    #user-login .mobileuser .dropdown-menu.show {
        left: calc(-14vw + 50%) !important;
        right: calc(-41vw + 50%) !important;
        width: 43vh !important;
    }

    #user-create .suivcreatemobile, #user-create .suiv2createmobile {
        padding-left: 31px !important;
        padding-top: 9px !important;
    }

    #user-create .espace {
        padding-left: 0px !important;
        padding-right: 16px !important;
    }

    #user-create .menucreate {
        padding-right: 0px !important;
    }

    #user-create .desksui {
        display: none !important
    }

    #user-create .mobilesuiv {
        display: block !important
    }

    #user-create .sui1 {
        margin-top: 0px;
    }
    /*---------details agency-------*/
    #user-login #brand-for-m {
        display: none
    }

    #user-login.no-background header {
        border-bottom: none !important
    }

    #user-login #msgerruerlog {
        display: none;
        position: absolute;
        top: 2px;
        left: 21px;
        background-color: #f7e7e9;
        color: red;
        width: 90%;
        border-radius: 9px;
        padding: 8px 10px 11px 10px;
    }

    .user-login-condu #msgerruerlog {
        display: none;
        position: relative !important;
        top: 2px;
        left: 0px !important;
        background-color: #f7e7e9;
        color: red;
        width: 100% !important;
        border-radius: 9px;
        padding: 8px 10px 11px 10px;
    }

    #user-update .overheight, #user-create .overheight {
        height: auto !important;
        overflow: hidden !important;
    }

    #user-login .overheight, #user-login .overheight {
        height: auto !important;
        overflow: hidden !important;
    }

    #user-login .changeinput {
        border-color: red !important;
        background-color: #f7e7e9 !important;
    }

    /* #user-login .mobileuser {
                left: 14% !important;
            }*/
    #user-login .back {
        display: none;
    }

    #user-login main {
        margin-top: 3px !important
    }

    #user-login .slogan-home {
        margin-top: 25px;
    }

    #user-create main {
        margin-top: 33% !important;
    }

    #user-login .modal.show .modal-dialog {
        margin-top: 15%;
    }

    #user-create .back {
        display: none;
    }

    #user-login.phone-header.float-right {
        display: none !important
    }

    #user-update .flex-rowuser {
        flex-direction: column !important
    }

    #user-update .container.margtop.first ul li:nth-child(1) {
        width: 105px !important;
    }

    #user-update .container.margtop.first ul li:nth-child(2) {
        width: 223px !important;
    }

    #user-update .mrg {
        margin-left: 0 !important
    }

    #user-update .btn-annuler {
        width: 100% !important
    }

    #user-update .btn-blue {
        width: 100% !important;
        margin: 0 !important
    }

    #user-update .width-change {
        width: 100% !important;
        padding-bottom: 30px;
    }

    #user-update .btn-select-options {
        font-size: 15px !important;
    }

    #user-update .postioneye {
        top: 19px !important;
    }

    #user-update .colorGray {
        color: #8e8e8e !important;
        text-align: justify !important;
    }

    #user-login .mobile {
        display: none !important
    }
}
/* 992px */
@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 30em;
    }
}
/*----------------------------------------designed for tablet------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:1199px) {
    /*---datetimepicker----*/
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 27em;
    }
    /*---block green number header---*/
    .phone-block {
        width: 7.9rem;
        font-size: 0.8em;
    }

    #user-login .postioncheke {
        top: 345px !important;
    }

    #user-login .postioneye {
        top: 474px !important;
    }

    .phone-header .no-tax-phone {
        font-size: 0.59em;
    }
    /*---block green number header---*/

    .navbar-expand-md .navbar-nav {
        margin-top: 0.8rem;
    }

    .solutions-blocks a {
        min-height: 220px;
    }

    #title-ipad-home-dealerlocator {
        margin-top: 0 !important;
        font-size: 1.6em;
    }

    #wrapper-img-for-tablet-portrait {
        overflow: hidden;
        height: 100%;
    }

    #img-for-tablet-portrait {
        min-height: 260px;
        min-width: 430px;
    }

    #container-input-city-search {
        max-width: 41rem;
        height: 22rem;
    }

    /*---delalerlocator page---*/
    .agencies-list-block {
        height: 28.25rem !important;
    }
    /*---------details agency-------*/
    #dealerlocator-detailagency .bg-dirt-vehicle {
        background-position-y: 4rem;
    }

    /*----carlocator page-----*/
    #carlocator .agencies-list-block {
        height: auto !important;
    }

    .agencies-list-block .w-13 {
        max-width: 40%;
    }

    .widthForTablet {
        max-width: 45.938rem;
    }

    #carbrowser-carlocator .bg-grey-left-full {
        display: none;
    }

    /*-----carlist page-----*/
    #searchbar-carlist .col-sm-6 {
        flex: 0 0 34%;
        max-width: 34%;
    }

    #searchbar-carlist .col-md-3 {
        flex: 0 0 35%;
        max-width: 33%;
    }

    .font-size-for-tablet {
        font-size: 1.4em;
    }

    .font-size-m {
        font-size: 0.9em;
    }
    /*---details agency---*/
    .vehicle-name-for-tablet {
        font-size: 1.33em;
    }

    .price-for-tablet {
        font-size: 1.3em;
    }

    .width-for-tablet {
        width: 11rem !important;
    }
    /*-----tunnel booking---*/
    /*---------cart--------*/
    #total-cart .w-13 {
        max-width: 31%;
    }
    /*------end cart------*/
    .custom-checkbox {
        margin-left: 0 !important;
    }

    .cta-tunnel-blue {
        font-size: 0.8em;
    }

    .crypto-for-tablet {
        width: 3.5rem !important;
    }

    .square-button.pb-3 {
        padding-bottom: 0 !important;
    }

    .square-button.mr-sm-4 {
        margin-right: 0 !important;
    }

    .square-button {
        width: 40px;
        height: 40px;
        text-align: center !important;
    }

    /*-------------------tunnel------------------*/
    /*-------------------step-1------------------*/
    .custom-control-label::before {
        top: -0.7rem;
        left: 2.4rem;
    }

    #tunnel-step-1 .custom-checkbox {
        margin-left: -1.75rem !important;
    }

    .force-pl-tablet {
        padding-left: 0.2rem;
    }
    /*-------------------step2-------------------*/
    .chevron-up {
        background: url(/img/rafter-up.svg) no-repeat center;
        padding-right: 1.2rem;
        margin-right: 0.3rem;
    }

    .chevron-down {
        background: url(/img/rafter-down.svg) no-repeat center;
        padding-right: 1.2rem;
        margin-right: 0.3rem;
    }

    .force-mt {
        margin-top: 1rem !important;
    }
    /*----confirmation page----*/
    .blue-circle-step4 {
        width: 41px;
    }
    /*-----------------nos-solutions---------------------*/
    .cms-title-suggestions {
        font-size: 1.4em !important;
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    #container-input-city-search {
        max-width: 56rem;
    }
    /*---------details agency-------*/
    #dealerlocator-detailagency .bg-dirt-vehicle {
        background-position-y: 5rem;
    }
    /*-------------------step-1------------------*/
    .custom-control-label::before {
        top: -0.7rem;
        left: 3.5rem;
    }

    .force-pl-tablet {
        padding-left: 2.2rem;
    }

    #tunnel-step-1 .custom-checkbox {
        margin-left: -0.9rem !important;
    }
}

/* style mobile page tarif*/
@media (max-width:600px) {
    .header_tarifs {
        padding: 35px 0px;
        padding-bottom: 0;
    }

    .suiveznous {
        width: 100%;
    }

    .logomini {
        margin: 0 !important
    }

    .bgbmw {
        position: unset;
        background-image: url(../img/bgbmwMobile.png);
        height: 570px;
    }

    .bgmini {
        background-image: url(../img/bgminiMobile.png);
        height: 580px;
    }

    .actions a {
        font-weight: bold;
        color: #000;
        font-size: 15px;
    }

    .content_actions h2 {
        font-size: 25px;
    }

    .footer-tarif {
        padding: 0px;
        flex-direction: column;
    }

    .footermini {
        border-top: 3px solid #828181;
        width: 100%;
        padding: 20px 30px;
        justify-content: space-between;
    }

    .footerbmw {
        padding: 20px 30px;
        padding-top: 0px;
        justify-content: space-between;
        width: 100%
    }

    .groupbmwtext h2 {
        font-size: 31px;
        line-height: 27px;
    }

    .mobilevoiraussi {
        display: block
    }

    .diskvoiraussi {
        display: none;
    }

    .buttondesc {
        padding: 30px 20px;
    }

    .resaux a {
        margin-left: 6px !important;
    }
}
