body {
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    color: #7c8a97;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
/* Equal Height */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
 
/* sizes */
.s-l {font-size: 18px;font-weight: bold;}
.s-xl {font-size: 30px;font-weight: bold;}
.s-xxl {font-size: 60px;font-weight: bold;}
/* width */
.w100 {width: 100%;}
/* margins */
.m0{margin:0 !important;}
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt5{margin-top: 5px !important;}
.ml10 {margin-left: 10px !important;}
/* Text colors */
.text-light {color: #fff;}
/* Titles ========================================= */
.site-heading, .site-heading-dark {
    margin-bottom: 20px !important;
}
/* => On light */
.site-heading {margin-bottom: 25px;}
.site-heading.center h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 20px;
    background-color: #372f6b;
    margin: 20px auto;
}

.site-heading.center h1 {
    text-align: center;
    display: block;
}

.site-heading h1 {
    font-size: 40px;
    color: #372f6b;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.site-heading.left h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 20px;
    background-color: #372f6b;
    margin: 20px 0;
}
/* On dark */
.site-heading-dark h1 {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.site-heading-dark.center h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 20px;
    background-color: #ffffff;
    margin: 20px 0;
}
.site-heading-dark.center {
text-align:center;
}
.site-heading-dark.left h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 20px;
    background-color: #ffffff;
    margin: 20px 0;
}
/* Sub titles */
.sub-title-dark {
    font-size: 18px;
    font-weight: 400;
    margin: 11px 0;
    color: #fff;
}
.sub-title.center {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 11px 0;
    color: #372f6b;
}
/* Buttons */
.btn-rounded {border-radius: 20px;}
.btn-theme.btn-rounded:hover {
    background: #372f6b;
    border-radius: 20px;
}
.glbooking-btn, button.glbooking-btn-theme-btn {
    color: #fe5b3e !important;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #fe5b3e;
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.glbooking-btn:before, .glbooking-btn:after, button.glbooking-theme-btn:before, button.glbooking-theme-btn:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #fe5b3e;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.glbooking-btn:after, button.glbooking-theme-btn:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}
.glbooking-btn:before, button.glbooking-theme-btn:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.glbooking-btn i.icon, button.glbooking-theme-btn i.icon{font-weight: bold !important;}
.glbooking-btn:hover, button.glbooking-theme-btn:hover {
    color: #fff !important;
    background-color: #fe5b3e;
    border-color: #fe5b3e;
}
.glbooking-btn:hover:before, .glbooking-btn:hover:after, button.glbooking-theme-btn:hover:before, button.glbooking-theme-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #fe5b3e;
}
/* Header =========================================== */
.swiper-slide {height: 85px;}
.is-sticky .navigation ul.social-icons {
    padding-top: 30px;
}
.navigation .nav.sf-menu {font-family: 'Rubik', sans-serif;}
.logo {
    width: 230px;
    height: 85px;
    padding: 12px;
    line-height: 60px;
    background-color: #ffffff;
}
.logo img {
    width: 160px;
}
.header {
    -webkit-box-shadow: 0 0px 5px 0 rgb(50 50 50 / 30%);
    box-shadow: 0 0px 5px 0 rgb(50 50 50 / 30%);
}
.sf-menu.nav > li > a {text-transform: capitalize;}
.sf-menu a {color: #372f6b;}
.sf-menu li.active > a {color: #fe5b3e;}
/* => login */
ul.dropdown-menu.reg-login {right: 0;left: unset;}
.login-btn > span {cursor: pointer;padding: 28px 15px 28px 15px;display: block;}
.login-btn > span i {font-size: 21px;color: #fe5b3e;}
/* Slider section =========================================== */
/* => Form */
.main-slider .form-search .form-title {background: #372f6b;}
.main-slider .form-search .form-title:after {border-top: 8px solid #372f6b;}
.main-slider .form-search.light .row-submit .container-fluid > .inner {height: 88px;background: white;}
.main-slider .form-search {border-radius: 12px;overflow: visible;box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 9%);}
.main-slider .form-search .btn-submit:hover {background-color: #372f6b;border-color: #1e1750;}
/* => slider */
.main-slider .slide3 {
    background-image: url(../img/preview/slider/hero-shape.png);
}
.main-slider .item {
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
.main-slider .ver3 .caption-content {
    text-align: left;
}
.main-slider .caption-subtitle {
    color: #372f6b !important;
    font-size: 63px;
}

.main-slider .caption-title {
    color: #fe5b3e !important;
}

.main-slider .caption-text {
    color: #8a8a8a !important;
    margin-bottom: 30px !important;
    line-height: 30px;
}

.main-slider .caption-subtitle:after {content: '';background: #372f6b;display: block;width: 100px;height: 10px;margin-top: 16px;border-radius: 12px;}
/* sections */
.section_70 {padding: 70px 0;}
/* Header */
.header .header-wrapper {
    background-color: #ffffff;
}
/* Section Services */
.glbooking-service-area {
    background: #111 url(../img/bg3.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 105px;
}
.single-service {
    height: 300px;
    padding: 50px 30px;
    border-radius: 15px;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 6%);
    margin: 30px 5px 5px 5px;
}
.service-text h2 {
    font-size: 21px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.service-number {
    font-size: 55px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 55px;
    font-weight: bold;
    line-height: 55px;
    color: rgba(35, 61, 92, 0.07);
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-icon {
    width: 60px;
}
.single-service .service-icon i.icon {font-size: 60px;color:#fe5b3e}
.service-text {
    margin-top: 25px;
}
.service-slider .owl-dot.active span {
    background: #fe5b3e !important;
}
/* Section cars */
section.our-cars {
    background-image: url(../img/bg1.png);
    padding: 90px 0px 60px;
    background-position: center center;
    background-repeat: no-repeat;
}
.cars-area-section {
    position: relative;
    background: url(../img/tunnel_bg.webp) no-repeat fixed 0 0/cover;
    z-index: 1;
}
.cars-area-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 15 33 / 80%) none repeat scroll 0 0;
    z-index: -1;
}
.cars-box-left {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 50px;
    height: 100%;
}
.cars-box-left:before {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 43%;
    width: 70px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
.cars-box-left:after {
    position: absolute;
    background: #fe5b3e none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 55%;
    width: 2030px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
.cars-box-right {
    padding: 50px 0;
}
.cars-box-right h3 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 50px;
}
.owl-cars .owl-item:not(.active) .item label.car-name,
.owl-cars .owl-item:not(.active) .item label.car-name:before {
display: none;
}
.owl-cars .owl-item.active .item label.car-name {
    position: relative;
    background: #fff;
    display: block;
    text-align: center;
    width: 50%;
    height: 35px;
    line-height: 32px;
    border-radius: 12px;
    border: 2px solid #fe5b3e;
    margin: 0 auto;
}

.owl-cars .owl-item.active .item label.car-name:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    z-index: 333;
}
.car-list-infos .sbox {padding: 0 5px;margin-top: 10px !important;}
.car-list-infos li.infos-content {
    cursor: pointer;
    display: inline-block !important;
    background: #ffffff;
    padding: 8px 8px;
    height: 120px;
    border-radius: 5px;
    transition: all .5s ease;
}
.cars-box-right .car-list-infos {display: flex;}
.car-list-infos li.infos-content i.icon {
    color: #fe5b3e;
    font-size: 22px;
    font-weight: bold;
}
.car-list-infos li.infos-content .media-body {
    font-size: 9pt;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
}

.car-list-infos li.infos-content:hover {
    background: #fe5b3e;
    color: #fff;
}

.car-list-infos li.infos-content:hover .icon {
    color: #fff;
}
/* Section contact */
.section-contacts {
    background: url(../img/bg-contact.webp) 50% 50% no-repeat;
    background-size: cover;
}
span.form-control-icon .icon {
    line-height: 37px !important;
    display: block;
    color: #fd3740;
}
.contact-list .infos-content i {
    border: 3px solid #fe5b3e;
    color: #fe5b3e;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    border-radius: 36px;
    display: block;
    width: 50px;
    height: 50px;
    transition: all .5s ease;
}
.contact-list .infos-content a:hover i {
    background: #fe5b3e;
    color: #fff;
}
.contact-list .infos-content a .media-body {
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
}
.contact-form textarea.form-control {height: 220px !important;padding-top: 10px;}
.contact-form input, .contact-form textarea {border-radius: 16px;}


/* 3D Cars */

.shadow-effect {
    box-shadow: 0 2px 2px rgb(0 0 0 / 12%), 0 5px 7px rgb(0 0 0 / 5%);
}
#glbooking-cars .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
#glbooking-cars .item {
    text-align: center;
margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
#glbooking-cars .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#glbooking-cars.owl-carousel .owl-dots .owl-dot.active span,
#glbooking-cars.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fe5b3e;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
            transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#glbooking-cars.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#glbooking-cars.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#glbooking-cars.owl-carousel .owl-dots .owl-dot span {
    background: #fe5b3e;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.glbooking-cars-container .car-box .buttons {
    padding: 0 15px;
}

.glbooking-cars-container .car-box table tr td {
    border: unset;
}
.glbooking-cars-container .car-box .caption-title, .glbooking-cars-container .car-box .caption-text {
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    line-height: 50px;
    background: #f9f9f9;
    margin-bottom: 0 !important;
    width: 50%;
    height: 50px;
}

.glbooking-cars-container .car-box table tr td span {
    padding: 2px 0;
    width: 100%;
    display: inline-block;
    border-radius: 11px;
    background: #f1f1f1;
    color: #607d8b;
}
.glbooking-cars-container .car-box .img-car-listing {
    width: 100% !important;
    height: auto !important;
}

.glbooking-cars-container .car-box .thumbnail-car-card.no-border {
    border:unset;
}
.glbooking-cars-container .car-box .caption {
    padding: 0 !important;
    margin-top: -2px;
}
.glbooking-cars-container .item {
    border-radius: 20px;
    overflow: hidden;
}
#glbooking-cars .owl-next, #glbooking-cars .owl-prev {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#glbooking-cars .owl-nav i {
    color: #fe5b3e;
    font-size: 50px;
}

#glbooking-cars .owl-next {
    right: 0;
}

#glbooking-cars .owl-prev {
    left: 0;
}

/* Page Voitures ================================================================================================== */
.widget.shadow.widget-find-car .form-search button,.widget.shadow.widget-find-car .form-search input {
    border-radius: 22px;
}

.widget.shadow.widget-find-car .form-search i {
    line-height: 50px;
    color: #372f6b;
}
.tooltip-inner {background-color: #372f6b;}
.tooltip.top .tooltip-arrow {border-top-color: #372f6b;}	
.sidebar .widget .widget-content h4.widget-title {background: whitesmoke !important;color: #372f6b !important;height: 34px;margin: 12px 0;border-radius: 20px;}
div#more-cars .btn {
    border-radius: 30px;
}
.widget-helping-center .widget-content .btn {
    background: #372f6b;
    border: 0;
}
div#more-cars .btn:hover {
    background: #372f6b;
}

.widget-content input.btn {
    background: #372f6b !important;
    border: 0;
    border-radius: 24px;
    color: #fff;
}

.widget-content input.btn:hover {
    background: #fe5b3e;
}

div#more-cars .btn {
    border-radius: 30px;
}

div#more-cars .btn:hover {
    background: #372f6b;
}

h5.caption-title-sub.price-details .pr-box {
    display: table-cell;
    padding: 13px;
}

h5.caption-title-sub.price-details {
    width: 100%;
    background: whitesmoke;
    border-radius: 30px;
    padding: 3px !important;
}

h5.caption-title-sub.price-details .pr-box:nth-child(1) {
    font-weight: 900;
    color: #372f6b;
}

h5.caption-title-sub.price-details .pr-box:nth-child(2) {
    color: #848484;
    font-weight: 400;
}

h5.caption-title-sub.price-details .pr-box:nth-child(3) {
    font-weight: 700;
}
.car-listing .media img {
    width: 370px !important;
}

.car-listing .media {
    overflow: hidden;
    height: 250px;
}
ul.car-datils-list li {
    display: inline-table;
    width: 49%;
}

ul.car-datils-list li span span:nth-child(1) {
    color: #372f6b;
    font-weight: 600;
    margin-right: 5px;
}

ul.car-datils-list li i {
    color: #ffffff;
    background: #fe5b3e;
    border: 1px solid #cc1e00;
    width: 19px;
    height: 19px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    box-sizing: content-box;
    border-radius: 50%;
    margin-right: 5px;
}

ul.car-datils-list li {
    margin-bottom: 5px;
}

ul.car-datils-list li span.d-content {text-align: left !important;}

ul.car-datils-list li span.d-icon {
    width: 12px;
    display: table-cell;
}

.car-listing .thumbnail-car-card {
    border-radius: 20px;
    overflow: hidden;
}

.btm-details {padding: 12px;background: #f9f9f9;}

.thumbnail-car-card .table .buttons .btn {
    background: #372f6b !important;
    border: none;
    border-radius: 25px;
}

.thumbnail-car-card .table td {
    border: 0 !important;
}

.thumbnail-car-card .table .buttons .btn:hover {
    background: #fe5b3e !important;
}
/* => sidebar */
.sidebar .widget h4 {
    background: #fe5b3e !important;
    border-bottom: 3px solid #eaeaea;
    color: #fff !important;
}

.sidebar .widget {
    border-radius: 15px;
}
.sidebar .widget h4.widget-title {
    border-radius: 15px 15px 0 0;
}
/* Page Reservation ================================================================================================== */
.widget.widget-details-reservation .widget-title-sub {
    background: #f7f7f7;
    height: 35px !important;
    line-height: 30px;
    padding: 3px 9px;
}

.para-media {
    color: #fe5b3e;
}

div#content {
    margin-top: 50px !important;
}
.car-big-card.alt {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

h3.block-title.alt {
    background: #372f6b;
    color: #fff;
    border: 0;
    border-radius: 39px;
    font-weight: 600;
}

h3.block-title.alt i {
    border: 2px solid white !important;
    color:#372f6b !important;
    border-radius: 50%;
    position: unset !important;
    width: 40px !important;
    height: 40px !important;
    margin-right: 12px;
    margin-left: -8px;
    line-height: 37px !important;
}
.car-big-card.alt {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

h3.block-title.alt {
    background: #372f6b;
    color: #fff;
    border: 0;
    border-radius: 39px;
    font-weight: 600;
}

h3.block-title.alt i {
    border: 2px solid white !important;
    color: #372f6b !important;
    border-radius: 50%;
    position: unset !important;
    width: 40px !important;
    height: 40px !important;
    margin-right: 12px;
    margin-left: -8px;
    line-height: 37px !important;
}

.form-control.alt {
    border-radius: 36px;
}

.widget .button .btn {
    border-radius: 35px;
    background: #372f6b !important;
    border: 0;
    color: #fff;
}

.widget .button .btn:hover {
    background: #fe5b3e !important;
}

.widget-helping-center span {
    display: table-cell;
}

.widget-helping-center i {
    font-size: 50px;
    line-height: 90px;
    background: #f95a3e;
    color: #fff;
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 50%;
    border: 3px solid #d6d6d6;
}

.widget-helping-center span.icon {font-size: 22px;line-height: 16px;padding: 5px;color: #f95a3e;}

.widget-helping-center span:last-child, .widget-helping-center span:last-child a {
    color: #372f6b !important;
    line-height: 18px;
    vertical-align: middle;
    text-transform: unset !important;
}
.car-big-card .car-details .price {
    padding: 15px 30px !important;
}

.car-big-card .car-details .price > span {
    text-align: center !important;
    display: block;
    font-size: 15px;
}

.car-big-card .car-details .price span:nth-child(2) {
    font-weight: 700;
    letter-spacing: 2px;
    color: #372f6b;
}

.reservation-now .btn.btn-theme {
    border-radius: 30px;
}

.reservation-now .btn.btn-theme:hover {
    background: #372f6b;
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background: #372f6b;
    border: none;
    top: 4px;
}
.accessoire .checkbox span {
    color: #f95a3e !important;
}
/* Footer */
.footer {
    color: #514f4f;
    background-color: #f8f8f8;
    border-top: 6px solid #fe5b3e;
}
.widget-categories ul li a {
    display: block;
    padding: 5px 0 3px 18px;
    font-size: 13px;
}
.widget.widget-categories {
    margin-top: 10px;
}
.footer-widgets .widget .social-icons li a {
    width: 50px;
    height: 50px;
    color: #372f6b;
    border: 3px solid #fe5b3e;
    border-radius: 50%;
    font-size: 24px;
    line-height: 46px;
}
.footer-widgets .widget .social-icons {margin-bottom: 20px;}
.footer-widgets .widget .social-icons li {float: right;}

.newsletter-box {
    padding: 24px;
    border: 1px solid #f1f1f0;
    border-radius: 15px;
    background-color: #f1f1f0;
}

.newsletter-box input, .newsletter-box button {
    width: 100%;
    border-radius: 27px;
}

.newsletter-box button:hover {
    background: #372f6b;
    border-radius: 27px;
}
.newsletter-box input {
    height: 42px;
}

.newsletter-box .form-subscribe {
    background: #F8F8F8;
    padding: 25px 15px;
    border-radius: 12px;
}
/* Media Queries ================================================================== */
@media (max-width: 991px) {
    /* form */
    .main-slider .form-search .btn-submit {
        padding: 8px 50px;
    }
    /* btn */
    a.glbooking-btn {
        margin: 0 auto;
        display: block;
    }    
    /* header */
    li.dropdown-toggle.login-btn {
        text-align: right;
    }
    
    li.dropdown-toggle.login-btn span {
        background: #302865;
    }
    
    ul.reg-login {
        width: 100%;
        height: 105px;
    }
    
    ul.reg-login li a {
        color: #302865;
        font-size: 18px;
    }
    li.dropdown-toggle.login-btn {
        text-align: right;
    }
    ul.social-icons li a i {
        background: white;
        color: #372f6b;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 31px;
    }
    
    ul.social-icons li a {
        margin: 5px 8px;
    }
    
    ul.social-icons {
        margin: 0 auto;
        width: 1;
    }    
    .navigation {
        border-left: solid 1px #372f6b;
        background-color: #372f6b;
    }			
    .sf-menu > li > a {
        background-color: #302865;
        color: #fff;
    }	
    .logo img {
        max-width: none;
        height: auto;
    }
    .logo {
        border-radius: 0 0 12px 12px;
    }
    a.menu-toggle.btn {
        line-height: 28px;
    }
    /* cars */
    .car-listing .thumbnail-car-card .caption-title-sub {
        width: 95%;
        margin: 10px auto;
    }    
    .car-listing .media .media-link {
        padding: 15px;
        border-radius: 12px !important;
        overflow: hidden !important;
    }
    .owl-cars .owl-carousel .owl-item {
        padding: 0 20px;
    }    
    .car-list-infos li.infos-content .media-body {
        font-size: 16px;
        line-height: 65px;
    }
    .car-list-infos li.infos-content i.icon {
        font-size: 35px;
    }
    .media-body, .media-left, .media-right {
        vertical-align: middle;
    }
    .car-list-infos li.infos-content i.icon {
        font-size: 35px;
    }
    .cars-box-right .car-list-infos {
        display: block;
    } 
    #glbooking-cars .owl-next, #glbooking-cars .owl-prev {
        top: 40%;
    }
    /* page voitures */
    .block-title.alt {
        font-size: 13px;
    }
    .car-listing .thumbnail-car-card .table td {
        width: 100%;
        display: block;
        text-align: left;
    }    
    form#frm_recherche {
        margin-top: 60px;
    }
    /* footer */
    .footer-widgets {
        padding: 12px 20px;
    }   
    .widget-categories ul li a {
        font-size: 16px;
    } 

}