body {
    background-color: #eee !important;
}

@media (min-width: 48em) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 740px) {
    .hidden-sm-up {
        display: none !important;
    }
}


@media (max-width: 319px) {
    .hidden-smm-up {
        display: none !important;
    }
}

@media (min-width: 319px) {
    .hidden-smm-down {
        display: none !important;
    }
}


@media (max-width:740px){
    .hidden-sm-down{
        display:none !important;
    }
}

/*Sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20 !important;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenavSearch {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    float: right;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenavSearch h3{
    padding-bottom: 22px;
}

.navLeft{
    background-color: #2874f0;
    padding: 0;
    margin-top: 90px;
}

.searchNav{
    background-color: #2874f0;
    padding-top: 25px;
    margin-top: 56px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav .closebtn{
    position: absolute;
    top: 35px;
    right: -3px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

.sidenav .closebtn, .sidenavSearch .closebtn {
    position: absolute;
    top: 42px;
    right: 2px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

@media screen and (max-height: 450px) {
    .sidenav a {font-size: 18px;}
}

@media screen and (max-height: 992px) {
    .cardTd tbody td{min-width: 320px !important;}
}

main{
    margin-top: 80px;
}

.sidenav-heading{
    font-size: 36px;
    color: #fff;
}

.sidenav-headingSearch{
    color: #fff;
}

.cardHeaderColor {
    background-color: #0056B0 !important;
}

.card-block{
    padding: 20px;
    z-index: 0;
}

nav{
    z-index: 42 !important;
    height: 60px !important;
}

.cusomBg{
    background-color: #0079F7 !important;
}

/*.mask{*/
    /*display: none;*/
    /*position: fixed;*/
    /*background-color: rgba(0, 0, 0, 0.7);*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*opacity: 0.5;*/
    /*z-index: 49;*/
/*}*/

.btn-outline-customSearch{
    border: 2px solid #FFC500;
    color: #FFC500 !important;
    background-color: transparent;
}

.giveMeSpaceNotif{
    margin-bottom: -50px;
    margin-top: 70px;
    text-align: center;
    z-index: 999;
}

.giveMeSizeNotif{
    width: 500px;
}

.card-custom{
    margin-bottom: 43px;
}

.spaceCarousel{
    margin-bottom: -50px;
    margin-top: 50px;
}

.activeLeftLink, .nav-link:focus, .nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    transition: 0.35s;
}

.leftLinkImportant:hover, .leftLinkImportant:focus{
    color: #4d4d4d !important;
    transition: 0.3s !important;
}

.bottomOfMenu{
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
}
.carousel-indicatorsUp{
    z-index: 1 !important;
}


.carousel{
    box-shadow: 0 4px 8px -3px #555454;
}

.color-bg-button{
    background-color: #0056B0;
}

.fusionRange{
    margin-top: -50px;
}

.select-wrapper + label {
    font-size: 1rem !important;
}

.hr {
    display: flex;
    align-items: center;
    margin: 1em 0;
}
.hr::before, .hr::after {
    content: '';
    flex: 1;
    margin: 0 .25em;
    border-bottom: 1px solid #DFDFE2;
}

.pricing-card .price h1:before, .pricing-card .price h2:before {
    content: "" !important;
}

.freePrice:after, .freePrice:after{
    content: '' !important;
    font-size: 30px;
    position: absolute;
    margin-top: 3rem;
}

.box {
    width:200px;height:300px;
    position:relative;
    border:1px solid #BBB;
    background:#eee;
    float:left;
    margin:20px
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 15;
    overflow: hidden;
    width: 100px; height: 100px;
    text-align: right;
}
.ribbon span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    line-height: 25px;
    transform: rotate(45deg);
    width: 129px;
    display: block;
    background: #D14600;
    background: linear-gradient(#FF5600 0%, #D14600 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    right: -26px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #D14600;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D14600;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%; top: 100%;
    z-index: -1;
    border-right: 3px solid #D14600;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D14600;
}

.labelCatalog{
    position: absolute;
    right: 0;
    top: 125px;
    z-index: 15;
    overflow: hidden;
    width: 150px;
    height: 110px;
    text-align: left;
}

.labelCatalog span{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    line-height: 25px;
    width: 106px;
    display: block;
    background: #D1A100;
    background: linear-gradient(#FFC500 0%, #D1A100 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    right: 0px;
}

.labelCatalogKm span{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    line-height: 25px;
    width: 106px;
    display: block;
    background: #D14600;
    background: linear-gradient(#0F85FF 0%, #0079F7 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    right: 0px;
}

.cardVehicleVersion{
    height: 34px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-semiFooter{
    padding: 0.75rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 13px !important;
}

.card .card-semiFooter .left {
    float: left;
}

.card .card-semiFooter .right {
    float: right;
}

.card .card-title a {
    transition: 0.3s;
    height: 34px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.groupButton{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    margin-left: -6px;
    margin-right: 6px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.groupButton .btn{
    width: 100%;
}

.card-custom-bottom{
    margin-bottom: 15px !important;
}

.vehicle-indicators{
     margin-right: 0 !important;
     margin-left: 0 !important;
}

.headVehCard {
    height: 250px !important;
}

.imgVehCat{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.endNotif{
    margin-bottom: -30px;
    margin-top: -5px;
    text-align: center;
    z-index: 999;
}

.alternateSection-heading{
    margin-top: 2rem;
    margin-bottom: 0rem !important;
}
/*.pricing-card .price h1:after, .pricing-card .price h2:after {*/
    /*content: "/m" !important;*/
/*}*/

.customHeightCarousel{
    height: 450px;
}

.noBorderShadow{
    box-shadow: 0 0 0 0 transparent;
}


.loading {
    display: block;
    width: auto !important;
}

.disponibility{
    font-weight: bolder;
    color: #f36e21;
}

.disponibilityA{
    font-weight: bolder;
    color: #f36e21;
    font-size: 40px;
    line-height: 105px;
}

.oldPrice{
    font-size: 30px;
    color: grey;
}

.newPrice{
    font-size: 40px;
}
.newNewPrice{
    font-size: 70px;
}

.remise{
    height: 70px;
    padding: 2px;
    margin: 0px;
    padding-right: 30px;
    width: 300px;
    line-height: 30px;
    margin-bottom: auto;
    margin-top: auto;
    background-color: #f00;
    color: white;
    font-weight: 400;
    font-size: 24px;
}

.showPercent{
    line-height: 32px;
    font-size: 32px;
    font-weight: bolder;
    padding-top: 10px;
    margin-bottom: 4px;
}

.labelCatalogKm{
    position: absolute;
    right: 0;
    top: 125px;
    z-index: 15;
    overflow: hidden;
    width: 150px;
    height: 110px;
    text-align: left;
    margin-top: 45px;
}

#carousel-home {
    height: 560px;
    position: relative;
}

#carousel-home .item {
    height: 560px;
    width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.zindexDown {
    z-index: 0;
}

.center-cropped {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 350px;
    width: 350px;
}


#homeCarousel{
    height: 560px;
    position: relative;
    margin-top: 60px;
}
#homeCarousel .item{
    height: 560px;
    width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
}
#homeCarousel .owl-prev,.owl-next {
    position: absolute;
    height: 560px;
    width: 100px;
    top: 0;
    padding: 0;
    margin: 0;
}
#homeCarouselBeke{
    /*height: 350px;*/
    position: relative;
    margin-top: 60px;
}
#homeCarouselBeke .item{
    /*height: 350px;*/
    width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
}
#homeCarouselBeke .owl-prev,.owl-next {
    position: absolute;
    /*height: 350px;*/
    width: 100px;
    top: 0;
    padding: 0;
    margin: 0;
}
#homeCarousel .text{
    color: white;
    margin: 230px 36.5px;
}

#homeCarousel .owl-prev {
    left: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
}
#homeCarousel .owl-next {
    right: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}

.navbar-brand img{
    max-height: 50px;
}

.dropdown-content li > span {
    line-height: 10px;
}

.groupButton{
    background-color: transparent !important;
}

.homeItem{
    margin-top: 5px;
}

.pswp__img{
    /*height: 100% !important;*/
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    background: transparent !important;
    background-size: 100% 100% !important;
}

.pswp__item{
    z-index: 42 !important;
}


.home1 img{vertical-align: middle;}

/* TO STYLE.CSS */

.home1, .home2, .home3{
    margin-top: -40px;
    margin-bottom: 40px;
}
.logoFooter{
    max-height: 110px;
}

.imgLogoPosition img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 150px;
}

.imgLogoPosition {
    /*position: absolute;*/
    height: 150px;
    width: 100%;
}

.imgLogoPosition-sm{
    max-height: 50px !important;
    margin-bottom: 10px !important;
}

.imgLogoPosition-sm img{
    max-height: 50px !important;
}

.offre-frais {
    font-size: 0.9em;
}

.offre-comparaison {
    font-size: 1.4em;
    border-collapse: collapse;
}

.offre-comparaison th, .offre-comparaison td {
    padding: 5px;
    border-bottom: solid 2px blueviolet;
}

.offre-comparaison li {
    padding: 2px;
    padding-left:20px;
}

.offre-comparaison ul li {
    background: none;
}

.offre-m1 h3 {
    background: #00AF40;
}

.offre-m1 .offre {
    border-color: #00AF40;
}

.offre-m2 h3 {
    background: #EFDF00;
}

.offre-m2 .offre {
    border-color: #EFDF00;
}

.offre-m3 h3 {
    background: #F4B300;
}

.offre-m3 .offre {
    border-color: #F4B300;
}

.offre-m4 h3 {
    background: #EA2525;
}

.offre-m4 .offre {
    border-color: #EA2525;
}

.offre-color {
    width: 20px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow : auto;
}

.offre-color-m1 {
    background: #00AF40;
}

.offre-color-m2 {
    background: #EFDF00;
}

.offre-color-m3 {
    background: #F4B300;
}

.offre-color-m4 {
    background: #EA2525;
}

.no-marge-td {
    padding: 0;
}

.offre-radio {
    padding-top: 8px;
    font-size: 1.2em;
}

.offre-radio label{
    margin-right: 20px;
}

#top-wrapper a{
    text-decoration: none;
    margin: 0 auto;
}
.offre-wrapper{
    display: block;
    position: relative;
    width: 23%;
    min-height: 300px;
    background: #fff;
    border-bottom: 3px solid #ced6db;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    float: left;
    margin: 1%;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.2s;
}
.offre-wrapper:hover{
    -webkit-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.75);
}
.offre-title{
    width: 95%;
    text-align: center;
    margin: 10px auto 0 auto;
    font-size: 25px;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
}
.offre-content{
    width: 95%;
    margin: 10px auto 0 auto;
    color: black;
}
.offre-content ul{
    padding: 0;
    text-align: center;
    list-style-type: none;
}
.offre-prix{
    text-decoration: none;
    width: 80%;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: 28px;
}
.offre-frais{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 5px;
    color: #5383d3;
}
@media (max-width: 1400px){
    .offre-wrapper{
        width: 46%;
        margin: 2%;
    }
}
@media (max-width: 600px){
    .offre-wrapper{
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.offre-m1 .offre-title{
    color: #00AF40;
}
.offre-m2 .offre-title{
    color: #EFDF00;
}
.offre-m3 .offre-title{
    color: #F4B300;
}
.offre-m4 .offre-title{
    color: #EA2525;
}
.offre-m1 .offre-prix{
    background: #00AF40;
}
.offre-m2 .offre-prix{
    background: #EFDF00;
}
.offre-m3 .offre-prix{
    background: #F4B300;
}
.offre-m4 .offre-prix{
    background: #EA2525;
}

.offre-color {
    display: inline-table;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow : auto;
}

.offre-color-m1 {
    background-color: #00AF40 !important;
}

.offre-color-m2 {
    background-color: #EFDF00 !important;
}

.offre-color-m3 {
    background-color: #F4B300 !important;
}

.offre-color-m4 {
    background-color: #EA2525 !important;
}

.no-marge-td {
    padding: 2px;
    height: 100%;
    overflow: auto;
}

.offre-radio {
    padding-top: 8px;
    font-size: 1.2em;
}

.offre-radio label{
    margin-right: 20px;
}

.offre {
    height: 250px;
    border: 1px solid #e9e9e9;
}

.offre ul, .offre ul li {
    background: none;
}

.bottom-wrapper{
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #ced6db;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    padding: 20px 0;
}

.offre-comparaison {
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto;
}
.offre-comparaison tbody{
    width: 95%;
    margin: 0 auto;
}

.offre-comparaison th, .offre-comparaison td {
    padding: 5px;
    height: 100%;
    border-bottom: 1px solid #e9e9e9;
}
.offre-comparaison th{
    color: #5383d3;
}
.offre-comparaison th.center{
    text-align: center;
}
.offre-comparaison li {
    padding: 2px;
    padding-left:20px;
}

.offre-comparaison ul li {
    background: none;
}

.btnCustom{
    height: 30px !important;
    margin-left: -15px;
}

.btn i {
    font-size: 1rem !important;
}

.downMarginBottom10{
    margin-bottom: -10px !important;
}

.downMarginBottom5{
    margin-bottom: -5px !important;
}

.downMarginBottom15{
    margin-bottom: -15px !important;
}

.downMarginBottom0{
    margin-bottom: 0px !important;
}

.upMarginBottom10{
    margin-bottom: 10px !important;
}

.upMarginBottom5{
    margin-bottom: 5px !important;
}

.upMarginBottom15{
    margin-bottom: 15px !important;
}

.upMarginTop{
    margin-top: 10px !important;
}

.cardTd tbody td {
    font-size: 12px;
    color: black;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    max-width: 1px;
}

.cardTd tbody tr {
    line-height: 0px;
}

.cardulA a{
    color: white !important;
}
.cardulA a:hover {
    color: white !important;
}
.jrs{
    color: #FF9900 !important;
}
.waiting{
    color: #1081bd !important;
}
.stock{
    color: #3bb352 !important;
}

.modal-dialog.cascading-modal {
    margin-top: 45px !important;
}

.alignInBlackBox{
    margin-bottom: 5px !important;
    font-size: 16px !important;;
    color: white !important;
}

.carouselCardBlack {
    height: 450px;
    margin-top: 262px;
    padding: 20px;
    font-weight: bolder !important;
    color: white;
}

.hrToTop{
    margin-top: -10px;
}

.marginBottomMinus80{
    margin-bottom: -80px;
}

.card-foooter{
    padding:0.75rem 1.25rem;
    background-color:rgba(0, 0, 0, 0.03);
    border-top:0px !important;
}

.owl-carousel .owl-item .noPhoto {
    width: auto !important;
}
