/* Fonts
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,100); @import url(https://fonts.googleapis.com/css?family=Droid+Serif); @import url(https://fonts.googleapis.com/css?family=Oswald); /* Typography
  ========================================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #58595a;
    overflow-x: hidden;
    /*background-color: #b6b7b7;*/
}

.main-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    /* max-width: 1200px;
    margin: 0 auto;
	background-color: #FFF;*/
}

a {
    color: #09a0f7;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

a:hover {
    color: #09a0f7;
    opacity: .75;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.section.voiture-opel a {
    color: #f5d533;
}

.section.voiture-isuzu a {
    color: #aa090c;
}

.section.voiture-chevrolet a {
    color: #e1b334;
}

.bgcamion a {
    color: #ffffff;
}

.bgcamion a:hover {
    color: #bdbdb9;
}


.bgbus a {
    color: #ffffff;
}

.bgbus a:hover {
    color: #bdbdb9;
}

a img {
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img {
    opacity: .75;
}

p {
    /* margin-bottom: 24px; */
}

h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 18px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}

h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}

p.column-count-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

p.column-count-3 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

a.text-center img {
    display: inline !important;
}

.main-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 36px;
    color: #2e566e;
}

.main-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 36px;
    color: #2e566e;
}

.main-heading small {
    display: block;
    color: #8d9ba4;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 20px;
}

.main-heading:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}

#section_nos_camions .main-heading:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #aa090c;
}

.voiture-opel .main-heading:after {
    background: #f9e011;
}

.voiture-isuzu .main-heading:after {
    background: #aa090c;
}

.voiture-chevrolet .main-heading:after {
    background: #CFCFCF;
}

.main-heading.bgcamion {
    color: #c50a0e;
}

.main-heading.bgcamion:after {
    background: #aa090c;
}
.main-heading.bgbus {
    color: #c50a0e;
}

.main-heading.bgbus:after {
    background: #aa090c;
}

.small-heading {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 56px;
    margin-top: 56px;
    color: #2e566e;
}

.small-heading.no-margin-top {
    margin-top: 0;
}

.xsmall-heading {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2e566e;
}

.fa-ul {
    margin-left: 0;
}

.fa-li {
    position: static;
    width: auto;
    margin-right: 10px;
}

hr {
    border-color: #3b4144;
    margin-top: 28px;
    margin-bottom: 28px;
}

hr.light {
    border-color: #dae2e6;
    margin-top: 14px;
    margin-bottom: 40px;
}

blockquote {
    font-size: 15px;
    line-height: 26px;
    border-left: none;
    padding: 0;
    margin: 32px 0;
}

blockquote p {
    border-left: 3px solid #0074e1;
    padding: 8px 28px;
    padding-right: 0;
    margin-bottom: 12px;
}

.bgcamion blockquote {
    font-size: 14px;
    line-height: 24px;
    border-left: none;
    padding: 0;
    margin: 10px 0;
}
.bgbus blockquote {
    font-size: 14px;
    line-height: 24px;
    border-left: none;
    padding: 0;
    margin: 10px 0;
}

.voiture-isuzu blockquote p {
    border-left: 3px solid #aa090c;
    background-color: rgb(249, 249, 249);
    padding: 8px 15px;
    padding-right: 0;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 94%;
}

.bgcamion blockquote p {
    border-left: 3px solid #aa090c;
    background-color: rgb(249, 249, 249);
    padding: 8px 15px;
    padding-right: 0;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 94%;
}
.bgbus blockquote p {
    border-left: 3px solid #aa090c;
    background-color: rgb(249, 249, 249);
    padding: 8px 15px;
    padding-right: 0;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 94%;
}

blockquote footer {
    text-align: right;
}

.spacer {
    margin-bottom: 48px;
}

.featured-image {
    margin-top: 96px;
}

.aligncenter {
    display: block;
    margin: 24px auto;
}

.alignleft {
    float: left;
    margin-right: 24px;
    margin-bottom: 12px;
}

.alignright {
    float: right;
    margin-left: 24px;
    margin-bottom: 12px;
}

@media all and (max-width: 768px) {
    .column-spacer {
        height: 24px;
    }
}

/* ==========================================================================
   02. Pagination
   ========================================================================== */
.pagination-wrapper {
    margin-top: 42px;
    position: relative;
}

.pager {
    margin: 0;
}

.pager li > a {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0074e1;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

.pager li > a:focus, .pager li > a:hover {
    background: none;
}

.pager li > a span {
    background: #0074e1;
    color: #fff;
    line-height: 45px;
    padding: 0 12px;
    display: inline-block;
    margin-right: 12px;
}

.pager li.next > a span {
    margin-right: 0;
    margin-left: 12px;
}

.pagination {
    margin: 0;
    border-radius: 0;
}

.pagination > li > a {
    border: 1px solid #d0dce3;
    color: #b9c1c1;
    font-size: 14px;
    line-height: 45px;
    padding: 0 13px;
    background: #fff;
    font-weight: 400;
    margin: 0 6px;
    float: none;
    display: inline-block;
}

.pagination > li > a:focus, .pagination > li > a:hover {
    background: #fff;
    color: #b9c1c1;
    border-color: #d0dce3;
}

.pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    border-color: #0074e1;
    background: #0074e1;
    color: #fff;
    opacity: 1;
}

.pagination-wrapper .pagination {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/* ==========================================================================
   03. Alerts
   ========================================================================== */
.alert {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 0;
    padding: 23px 26px;
    margin-bottom: 20px;
}

.alert strong {
    font-weight: 500;
    text-transform: uppercase;
}

.alert .icon {
    margin-right: 26px;
}

.alert-success {
    background: #dff0d8;
    border: 1px solid #dae7d4;
    color: #3c763d;
}

.alert-success .icon {
    color: #6fcb49;
}

.alert-info {
    background: #d9edf7;
    border: 1px solid #d2e3ec;
    color: #31709c;
}

.alert-info .icon {
    color: #4992b7;
}

.alert-warning {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
}

.alert-warning .icon {
    color: #e0bf11;
}

.alert-danger {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #b84442;
}

.alert-danger .icon {
    color: #ec5252;
}

.alert-small {
    font-size: 14px;
    padding: 12px 14px;
    margin-bottom: 1px;
}

.alert-small .icon {
    margin-right: 12px;
}

.form-alert {
    display: none;
}

/* ==========================================================================
   04. Buttons
   ========================================================================== */
.button {
    font-size: 18px;
    font-weight: 400;
    line-height: 53px;
    padding: 0 46px;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.button:hover {
    text-decoration: none;
}

.button.solid:hover {
    opacity: .75;
}

.button.size1 {
    padding: 0 46px;
}

.button.size2 {
    padding: 0 56px;
}

.button.size3 {
    padding: 0 60px;
}

.button.small.size1 {
    padding: 0 35px;
}

.button.small.size2 {
    padding: 0 45px;
}

.button.small.size3 {
    padding: 0 55px;
}

.button.large.size1 {
    padding: 0 58px;
}

.button.large.size2 {
    padding: 0 62px;
}

.button.large.size3 {
    padding: 0 68px;
}

.button.xsmall {
    font-size: 16px;
    line-height: 42px;
    padding: 0 21px;
}

.button.blue {
    background: #0074e1;
    border-color: #0074e1;
    color: #fff;
}

.button.light-blue {
    background: #09a0f7;
    border-color: #09a0f7;
    color: #fff;
}

.button.yellow-green {
    background: #ffe024;
    border-color: #ffe024;
    color: #25282a;
}

.button.green {
    background: #56c243;
    border-color: #56c243;
    color: #fff;
}

.button.yellow {
    background: #f7d809;
    border-color: #f7d809;
    color: #25282a;
}

.button.dark {
    background: #2e3335;
    border-color: #2e3335;
    color: #fff;
}

.button.white {
    background: #fff;
    border-color: #fff;
    color: #2e3335;
}

.button.white.solid {
    color: #0074e1;
}

.button.border {
    background: none;
    color: #25282a;
}

.button.border:hover {
    opacity: 1;
}

.button.border.blue:hover {
    background: #0074e1;
    border-color: #0074e1;
    color: #fff;
}

.bgcamion .button.border.blue:hover {
    background: #aa090c;
    border-color: #aa090c;
    color: #fff;
}

.bgbus .button.border.blue:hover {
    background: #aa090c;
    border-color: #aa090c;
    color: #fff;
}

.button.border.light-blue:hover {
    background: #09a0f7;
    border-color: #09a0f7;
    color: #fff;
}

.button.border.green:hover {
    background: #56c243;
    border-color: #56c243;
    color: #fff;
}

.button.border.yellow:hover {
    background: #f7d809;
    border-color: #f7d809;
    color: #25282a;
}

.button.border.dark:hover {
    background: #2e3335;
    border-color: #2e3335;
    color: #fff;
}

.button.border.white {
    color: #1e1e1e;
    background: #fff;
    border-color: #09a0f7;
}

.button.border.white:hover {
    background: #fff;
    border-color: #fff;
    color: #2e3335;
}

.button.block {
    display: block;
    width: 100%;
}

.button-list {
    margin-bottom: 12px;
}

.button-list .button {
    margin-right: 20px;
    margin-bottom: 12px;
}

.breadcrumb>li a {
    color: #337ab7;
}

@media all and (max-width: 480px) {
    #footer-widjets-plus {
        display: none;
    }
}

@media all and (max-width: 768px) {
    #footer-widjets-plus {
        display: none;
    }
}

.listmarques_footer {
    list-style: none;
    margin: 20px 5px;
    padding: 0;
}

.listmarques_footer li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.listmarques_footer li a {
    color: #889498;
}

/* ==========================================================================
   05. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
    display: block;
    border: 1px solid #e7edf0;
    background: #fff;
    width: 100%;
    padding: 11px 15px;
    outline: none !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #2e566e;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

select {
}

.select-wrapper {
    position: relative;
}

.select-wrapper .arrow {
}

::-webkit-input-placeholder {
    color: #9ba7ae;
}

:-moz-placeholder {
    color: #9ba7ae;
}

::-moz-placeholder {
    color: #9ba7ae;
}

:-ms-input-placeholder {
    color: #9ba7ae;
}

.form-group {
    margin-bottom: 22px;
}

.noUi-background {
    background: #0074e1;
    box-shadow: none;
}

.noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-origin {
    border-radius: 0;
}

.noUi-connect {
    background: #224357;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -7px;
    top: -4px;
}

.noUi-handle:after, .noUi-handle:before {
    content: none;
}

.noUi-handle {
    border-radius: 100%;
    border: 2px solid #2e566e;
    background: #94b9d0;
    box-shadow: none;
    cursor: pointer;
}

label {
    font-size: 15px;
    line-height: 20px;
    color: #616d75;
    font-weight: 400;
    margin-bottom: 12px;
}

label .required {
    color: #f92727;
    margin-left: 4px;
}

.form-horizontal .control-label {
    padding-top: 12px;
    text-align: left;
}

.form-horizontal .control-label:after {
    content: ':';
    position: absolute;
    line-height: 45px;
    top: 0;
    right: 0;
}

.checkbox, .radio {
    margin-bottom: 9px;
    margin-top: 0;
}

.checkbox.inline, .radio.inline {
    display: inline-block;
    margin-right: 10px;
}

.checkbox label, .radio label {
    padding-left: 46px;
    line-height: 40px;
}

.checkbox input, .radio input {
    display: none;
}

.checkbox div, .radio div {
    display: block;
    width: 40px;
    height: 39px;
    background: url('../images/checkbox.png');
    position: absolute;
    margin-left: -46px;
}

.checkbox input:checked + div, .radio input:checked + div {
    background: url('../images/checkbox-checked.png');
}

.radio.rounded {
    margin-bottom: 18px;
    margin-top: 0;
}

.radio.rounded.inline {
    display: inline-block;
    margin-right: 10px;
}

.radio.rounded label {
    padding-left: 36px;
    line-height: 23px;
    color: #2e566e;
    font-weight: 700;
}

.radio.rounded label .green {
    color: #55c243;
}

.radio.rounded label .grey {
    color: #bdc2cb;
}

.radio.rounded input {
    display: none;
}

.radio.rounded div {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../images/radio.png');
    position: absolute;
    margin-left: -36px;
}

.radio.rounded input:checked + div {
    background: url('../images/radio-checked.png');
}

.file-input {
    position: relative;
    overflow: hidden;
    line-height: 37px;
    padding: 0 32px;
    font-size: 13px;
    font-weight: 700;
    border-width: 2px;
    margin-top: 2px;
}

.file-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block;
}

.file-input-selection {
    display: inline-block;
    margin-left: 12px;
    font-size: 15px;
    line-height: 45px;
    color: #616d75;
    font-weight: 300;
}

/* Footer
   ========================================================================== */
.footer input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .footer select, .footer textarea {
    display: block;
    border: none;
    background: #2e3335;
    width: 100%;
    padding: 13px 24px;
    outline: none !important;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.footer .form-group {
    margin-bottom: 1px;
}

.footer ::-webkit-input-placeholder {
    color: #88949b;
}

.footer :-moz-placeholder {
    color: #88949b;
}

.footer ::-moz-placeholder {
    color: #88949b;
}

.footer :-ms-input-placeholder {
    color: #88949b;
}

.footer {
    margin-top: 40px;
}

/* Banner Form
   ========================================================================== */
.banner-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .banner-form select {
}

.banner-form ::-webkit-input-placeholder {
    color: #44728e;
}

.banner-form :-moz-placeholder {
    color: #44728e;
}

.banner-form ::-moz-placeholder {
    color: #44728e;
}

.banner-form :-ms-input-placeholder {
    color: #44728e;
}

.banner-form select option {
    background: #fff;
    color: #44728e;
}

.banner-form .select-wrapper {
    position: relative;
}

.banner-form .select-wrapper .arrow {
    position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #44728e;
}

.banner-form select {
    color: #fff;
}

#camionsearchsection .banner-form select {
    color: #ffffff;
    background-color: #09a0f7;
}

.banner-form select.selectpicker {
    background: none;
    border: 1px solid #44728e;
    width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.banner-form .btn-default {
    background: #2e566e;
}

.banner-form .dropdown-menu {
    background: #fff;
}

.banner-form .btn {
    border: 1px solid #44728e;
    height: 44px;
    border-radius: 0px;
    color: #fff;
}

.banner-form .bootstrap-select.btn-group .btn .caret {
    color: #44728e;
}

.banner-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: none;
    color: #fff;
}

.banner-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
    border: none;
}

.banner-form .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #2e566e;
    color: #fff;
}

.banner-form .bootstrap-select.btn-group {
    background: #2e566e;
    color: #fff;
}

.box {
    margin: 0 1%;
    width: 48%;
    float: left;
}

#boxbanner .inner {
    padding: 0px 0 70px 0;
}

.box .bannertext {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    padding: 20px 10px;
    min-height: 120px;
    width: 100%;
    position: relative;
}

.box .bannertext .icon {
    display: block;
    height: 100%;
    width: 106px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
}

.box.light-blue .bannertext .icon {
    background: #0b93e1;
}

.box.yellow-green .bannertext .icon {
    background: #ec2d31;
}

.box.light-blue .bannertext .icon span {
    border-color: #0b93e1 transparent transparent transparent;
}

.box.yellow-green .bannertext .icon span {
    border-color: #ec2d31 transparent transparent transparent;
}

.box.light-blue {
    background: #09a0f7;
    border-color: #09a0f7;
    color: #fff;
}

.box.yellow-green {
    background: #ffe024;
    border-color: #ffe024;
    color: #25282a;
}

.box .bannertext .icon span {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 48px 0 0;
    position: absolute;
    top: 0;
    right: -48px;
}

.box .bannertext .button.yellow-green {
    background: #ec2d31;
}

.box .bannertext .button.light-blue {
    background-color: #0b93e1;
}

.box .bannertext button {
    color: white;
    position: absolute;
    top: 30%;
    right: 6%;
    padding: 5px 15px;
    line-height: 30px;
    border: 2px solid #FFFFFF !important;
    font-size: 16px;
    font-weight: 400;
}

.box .bannertext .content {
    margin: 2%;
    text-align: justify;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-left: 4%;
    width: 70%;
    z-index: 100;
    position: absolute;
}

.box .bannertext .content h3 {
    font-family: Roboto, Arial, sans-serif;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.box .bannertext .content p {
    font-family: Roboto, Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.box .bannertext a {
    color: #fff;
    text-decoration: underline;
}

.box .bannertext .date {
    display: block;
    font-size: 12px;
    line-height: 23px;
    color: #c3e1f4;
    margin-top: 6px;
}

.box2 {
    margin-top: 30px;
    width: 100%;
}

.box2 .bannertext2 {
    display: inline-grid;
    background: #09a0f7;
    color: #fff;
    width: 48%;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    padding: 10px 24px;
    min-height: 50px;
    position: relative;
    margin: 0 1%;
    height: 100px;
}

@media all and (max-width: 480px) {
    .box2 .bannertext2 {
        width: inherit;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .box2 .bannertext2 {
        width: inherit;
        margin-bottom: 10px;
        width: 98%;
    }
}

.box2 .bannertext2 .icon {
    display: block;
    height: 100%;
    width: 100px;
    background: #0b93e1;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
}

.box2 .bannertext2 .icon span {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 32px 0 0;
    border-color: #0b93e1 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 10;
}

.box2 .bannertext2 .content {
    position: relative;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-left: 2%;
    width: 98%;
    left: 0;
    z-index: 100;
}

.box2 .bannertext2 .content .text {
    font-family: Arial;
    margin: 0;
    margin-left: 30%;
    font-size: 20px;
    height: 90%;
    line-height: 40px;
}

.box2 .bannertext2 .content .text a {
    color: #FFFFFF;
    text-decoration: none;
}

.box2 .bannertext2 .icon i {
    width: 20%;
}

.box2 .bannertext2 .icon i.fa-twitter {
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    top: 25%;
}

.box2 .bannertext2 .icon i.fa-phone {
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    top: 25%;
}

.box2 .bannertext2 .icon i.fa-share-alt {
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    top: 25%;
}

.box2 .bannertext2 ul.socialB {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box2 .bannertext2 ul.socialB li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.22);
    padding: 5px;
    cursor: pointer;
}

.box2 .bannertext2 ul.socialB li:hover {
    background: rgba(0, 0, 0, 0.40);
}

.box2 .bannertext2 .socialB {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box2 .bannertext2 .socialB a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.22);
    padding: 5px;
    cursor: pointer;
    /* font-family: unset; */
}

.box2 .bannertext2 .socialB a:hover {
    background: rgba(0, 0, 0, 0.40);
}

.compare-cars .btn {
    border: 1px solid #dedede;
    height: 35px;
    background: #fff;
    border-radius: 0px;
    color: #758086;
}

.compare-cars .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: none;
    color: #758086;
}

.compare-cars .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
    border: none;
}

.form-horizontal .btn {
    border: 1px solid #e5e9ec;
    height: 39px;
    background: #fff;
    border-radius: 0px;
    color: #616669;
}

.form-horizontal .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: none;
    color: #616669;
}

.form-horizontal .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
    border: none;
}

/* Listing Search
   ========================================================================== */
.refine-search select {
    border: none;
    background: #5e6f79;
    color: #aebbc3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
}

.refine-search .noUi-background {
    background: #5c6e79;
}

.refine-search .noUi-connect {
    background: #fff;
}

.refine-search .noUi-handle {
    border: none;
    background: #f7d809;
}

/* Search
   ========================================================================== */
.search-form {
    position: relative;
}

.search-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    background: #e8eef2;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 11px 15px;
}

.search-form ::-webkit-input-placeholder {
    color: #b0c1c7;
}

.search-form :-moz-placeholder {
    color: #b0c1c7;
}

.search-form ::-moz-placeholder {
    color: #b0c1c7;
}

.search-form :-ms-input-placeholder {
    color: #b0c1c7;
}

.search-form button {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    color: #44728e;
    display: inline-block;
    width: 42px;
    padding: 0;
}

.input-group input {
    display: table-cell;
}

.input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e7edf0;
    color: #616d75;
    padding: 0 15px;
    font-size: 13px;
}

.input-group-addon.green {
    background: #55c243;
    border-color: #55c243;
    color: #fff;
}

.input-group-btn > .button {
    position: relative;
    margin-left: 11px;
}

/* ==========================================================================
   06. Accordion
   ========================================================================== */
.panel {
    border: 1px solid #e5eaed;
    border-radius: 0;
    box-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background: #fff;
    border-color: #e5eaed;
}

.panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    color: #2e566e;
}

.panel-title {
    font-size: 18px;
    line-height: 68px;
    font-weight: 400;
}

.panel-title > a {
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 0 26px;
}

.panel-title > a:hover {
    color: #2e566e;
}

.panel-title .icon {
    float: right;
}

.panel-body {
    padding: 26px;
    line-height: 24px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e5eaed;
}

.panel-body p:last-of-type {
    margin-bottom: 0;
}

/* ==========================================================================
   07. Tabs
   ========================================================================== */
/* Solid
   ========================================================================== */
.tabpanel.solid .nav-tabs {
    border-bottom: 1px solid #0074e1;
    margin-bottom: 38px;
}

.tabpanel.solid .nav-tabs > li {
    margin-bottom: 0;
}

.tabpanel.solid .nav > li > a {
    padding: 19px 30px;
}

.tabpanel.solid .nav-tabs > li > a {
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    border: none;
    margin-right: 0;
    color: #2e566e;
}

.tabpanel.solid .nav-tabs > li > a:hover {
    background: none;
}

.tabpanel.solid .nav-tabs > li.active > a, .tabpanel.solid .nav-tabs > li.active > a:focus, .tabpanel.solid .nav-tabs > li.active > a:hover {
    background: #0074e1;
    border: none;
    color: #fff;
    opacity: 1;
}

.tabpanel.solid .tab-content {
    margin-bottom: 48px;
}

/* Border
   ========================================================================== */
.tabpanel.border .nav-tabs {
    border-bottom: 1px solid #e8eaed;
}

.tabpanel.border .nav > li > a {
    padding: 19px 30px;
}

.tabpanel.border .nav-tabs > li > a {
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
    margin-right: 0;
    color: #2e566e;
}

.tabpanel.border .nav-tabs > li > a:hover {
    background: none;
}

.tabpanel.border .nav-tabs > li.active > a, .tabpanel.border .nav-tabs > li.active > a:focus, .tabpanel.border .nav-tabs > li.active > a:hover {
    background: #fff;
    border: 1px solid #e8eaed;
    border-bottom: 1px solid transparent;
    border-top: 2px solid transparent;
    color: #2e566e;
    opacity: 1;
    position: relative;
}

.tabpanel.border .nav-tabs > li.active > a:before {
    content: '';
    background: #0074e1;
    height: 2px;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    display: block;
}

.tabpanel.border .tab-content {
    margin-bottom: 48px;
    border: 1px solid #e8eaed;
    border-top: none;
    padding: 36px;
}

.tabpanel.border .tab-content p:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 1024px) {
    .box2 .bannertext2 .content .text {
        margin-left: 25%;
        font-size: 18px;
    }
}

@media all and (max-width: 480px) {
    .box2 .bannertext2 {
        margin-left: 0% !important;
    }

    .box2 .bannertext2 .content .text {
        margin-left: 30% !important;
        font-size: 14px !important;
        line-height: 30px;
    }

    .box2 .bannertext2 .icon {
        display: block;
        height: 100%;
        width: 60px;
    }

    .box2 .bannertext2 .icon i.fa-share-alt {
        position: absolute;
        font-size: 25px;
        line-height: 40px;
        top: 25%;
    }
}

@media all and (max-width: 768px) {
    .tabpanel.border .nav-tabs > li > a {
        font-size: 14px;
    }

    .tabpanel.border .nav > li > a {
        padding: 8px;
    }
}

/**
* camion search section
**/
section#camionsearchsection {
    margin-bottom: 100px;
}

section#camionsearchsection .inner {
    background: #0074e1;
    padding-bottom: 20px;
    /* margin-bottom: 100px; */
    padding-top: 20px;
}

section#camionsearchsection .banner-form select.selectpicker {
    background: #09a0f7 !important;
    border: 1px solid #09a0f7;
    width: 100%;
}

section#camionsearchsection .banner-form .bootstrap-select.btn-group .btn .caret {
    color: #f5f5f5;
}

section#camionsearchsection .banner-form .btn {
    border: 1px solid #f5f5f5;
    height: 44px;
    border-radius: 0px;
    color: #fff;
}

section#camionsearchsection .banner-form .btn-default {
    background: #09a0f7;
}

section#camionsearchsection .banner-form .button.light-blue {
    background: #09a0f7;
    border: 1px solid #f5f5f5;
    height: 44px;
    color: #fff;
}

section#camionsearchsection .banner-form .dropdown-menu {
    background: #09a0f7;
}

section#camionsearchsection .presentation {
    width: auto;
    position: absolute;
    top: 0px;
    left: 8%;
    background-color: #0074e1;
    border-top: 4px solid #224357;
}

section#camionsearchsection .presentation a {
    color: #FFF;
    padding-left: 0;
}

section#camionsearchsection .presentation a i {
    font-size: 40px;
    line-height: 57px;
    position: absolute;
    left: 17px;
    color: #224357;
}

section#camionsearchsection .searchpart {
    margin-left: 26%;
}

section#camionsearchsection .banner-form .item {
    width: 14%;
    border-right: 1px solid #0b93e1;
}

#camionsearchsection #price-slider .noUi-background {
    background: #aa090c;
}

#camionsearchsection #price-slider .noUi-handle {
    border: 2px solid #aa090c;
    background: #ec2d31;
}

#camionsearchsection #price-slider .noUi-connect {
    background: #aa090c;
    box-shadow: inset 0 0 3px #881214;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

#camionsearchsection #price-slider .noUi-connect {
    background: #500506;
}

#camionsearchsection #price-slider .noUi-background {
    background: #aa090c;
}

#camionsearchsection .noUi-background {
    background: #aa090c;
    box-shadow: none;
}

/* Section search marque page
   ========================================================================== */
section#marquesearchsection {
    margin-bottom: 100px;
}

section#marquesearchsection .inner {
    background: #0074e1;
    padding-bottom: 20px;
    /* margin-bottom: 100px; */
    padding-top: 20px;
}

section#marquesearchsection .banner-form select {
    color: #ffffff;
    background-color: #09a0f7;
}

section#marquesearchsection .banner-form select.selectpicker {
    background: #09a0f7 !important;
    border: 1px solid #09a0f7;
    width: 100%;
}

section#marquesearchsection .banner-form .bootstrap-select.btn-group .btn .caret {
    color: #f5f5f5;
}

section#marquesearchsection .banner-form .btn {
    border: 1px solid #09a0f7;
    height: 44px;
    border-radius: 0px;
    color: #fff;
}

section#marquesearchsection .banner-form .btn-default {
    background: #09a0f7;
}

section#marquesearchsection .banner-form .button.light-blue {
    background: #09a0f7;
    border: 1px solid #f5f5f5;
    height: 44px;
    color: #fff;
}

section#marquesearchsection .banner-form .dropdown-menu {
    background: #0074e1;
}

section#marquesearchsection .banner-form .dropdown-menu>li>a {
    color: #ffffff;
}

section#marquesearchsection .presentation {
    width: auto;
    position: absolute;
    top: -3px;
    left: 8%;
    background-color: #0074e1;
    border-top: 4px solid #224357;
}

section#marquesearchsection .presentation a {
    color: #FFF;
    padding-left: 0;
}

section#marquesearchsection .presentation a i {
    font-size: 40px;
    line-height: 65px;
    position: absolute;
    left: 17px;
    color: #224357;
}

section#marquesearchsection .searchpart {
    margin-left: 26%;
}

section#marquesearchsection .banner-form .item {
    width: 14%;
    border-right: 1px solid rgb(9, 160, 247);
}

/* Section Tab
   ========================================================================== */
section#topsearchsection .inner {
    background: #0074e1;
}

section#topsearchsection .banner-form select.selectpicker {
    background: #09a0f7 !important;
    border: 1px solid #09a0f7;
    width: 100%;
}

section#topsearchsection .banner-form .btn {
    border: 1px solid #09a0f7;
    height: 44px;
    border-radius: 0px;
    color: #fff;
}

section#topsearchsection .banner-form .btn-default {
    background: #09a0f7;
}

.tabpanel.section-tab .nav-tabs {
    width: 100%;
    position: absolute;
    top: -55px;
    left: 15px;
    border-bottom: none;
    margin-bottom: 0;
    z-index: 9;
}

.tabpanel.section-tab .nav-tabs > li {
    margin-bottom: 0;
}

.tabpanel.section-tab .nav > li > a {
    padding: 0 36px;
}

.tabpanel.section-tab .nav-tabs > li > a {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    height: 38px;
    border: none;
    border-top: 4px solid transparent;
    margin-right: 0;
    color: #fff;
    background: #17384d;
}

.tabpanel.section-tab .nav-tabs > li > a:hover {
    background: #17384d;
}

.tabpanel.section-tab .nav-tabs > li.active > a, .tabpanel.section-tab .nav-tabs > li.active > a:focus, .tabpanel.section-tab .nav-tabs > li.active > a:hover {
    background: #0074e1;
    line-height: 34px;
    border: none;
    border-top: 4px solid #17384d;
    color: #fff;
    opacity: 1;
    position: relative;
}

.tabpanel.section-tab .nav-tabs > li.active > a:before {
    content: none;
}

.tabpanel.section-tab .tab-content {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

@media all and (max-width: 768px) {
    section#marquesearchsection .searchpart {
        margin-left: 5%;
    }

    section#marquesearchsection .banner-form .item {
        width: 98%;
        margin-bottom: 10px;
    }

    section#camionsearchsection .searchpart {
        margin-left: 5%;
    }

    section#camionsearchsection .banner-form .item {
        width: 98%;
        margin-bottom: 10px;
    }
}

/* Simple
   ========================================================================== */
.nav-tabs.simple {
    border-bottom: none;
}

.nav.simple > li > a {
    padding: 0;
}

.nav-tabs.simple > li > a {
    line-height: 58px;
    border-radius: 0;
    border: none;
    border-top: 2px solid transparent;
    margin-right: 36px;
    color: #2e566e;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.nav.simple > li > a:focus, .nav.simple > li > a:hover {
    background: none;
    outline: none !important;
}

.nav-tabs.simple > li.active > a, .nav-tabs.simple > li.active > a:focus, .nav-tabs.simple > li.active > a:hover {
    border: none;
    border-top: 2px solid #56c243;
    background: none;
    line-height: 58px;
    opacity: 1;
}

.nav-tabs.simple > li {
    margin-bottom: 0;
}

/* Vertical
   ========================================================================== */
.tabpanel.vertical .nav-tabs {
    border-bottom: none;
    width: 20%;
    float: left;
    margin-top: 40px;
}

.tabpanel.vertical .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}

.tabpanel.vertical .nav > li > a {
    padding: 0;
}

.tabpanel.vertical .nav-tabs > li > a {
    margin-right: 0;
    border: none;
    border-radius: 0;
    color: #2d5a63;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 28px;
    text-align: right;
    padding-right: 10%;
}

.tabpanel.vertical .nav-tabs > li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #2d5a63;
    margin-top: 6px;
}

.tabpanel.vertical .nav > li > a:focus, .tabpanel.vertical .nav > li > a:hover {
    background: none;
}

.tabpanel.vertical .nav-tabs > li.active > a, .tabpanel.vertical .nav-tabs > li.active > a:focus, .tabpanel.vertical .nav-tabs > li.active > a:hover {
    border: none;
    background: none;
    opacity: 1;
    color: #09a0f7;
}

.tabpanel.vertical .nav-tabs > li.active > a:after {
    background: #09a0f7;
}

.voiture-chevrolet .tabpanel.vertical .nav-tabs > li.active > a, .tabpanel.vertical .nav-tabs > li.active > a:focus, .tabpanel.vertical .nav-tabs > li.active > a:hover {
    color: #e1b334;
}

.voiture-chevrolet .tabpanel.vertical .nav-tabs > li.active > a:hover {
    background: #e1b334;
}

.voiture-chevrolet .tabpanel.vertical .nav-tabs > li.active > a {
    color: #e1b334;
}
.voiture-chevrolet .tabpanel.vertical .nav-tabs > li.active > a {
    color: #e1b334;
}

.voiture-opel .tabpanel.vertical .nav-tabs > li.active > a, .tabpanel.vertical .nav-tabs > li.active > a:focus, .tabpanel.vertical .nav-tabs > li.active > a:hover {
    color: rgb(255, 190, 0);
}

.voiture-opel .tabpanel.vertical .nav-tabs > li.active > a:after {
    background: rgb(255, 190, 0);
}
.voiture-opel .tabpanel.vertical .nav-tabs > li.active > a:hover {
    color: rgb(255, 190, 0);
}

.voiture-isuzu .tabpanel.vertical .nav-tabs > li.active > a, .tabpanel.vertical .nav-tabs > li.active > a:focus, .tabpanel.vertical .nav-tabs > li.active > a:hover {
    color: #ec2d31;
}

.voiture-isuzu .tabpanel.vertical .nav-tabs > li.active > a:after {
    background: #aa090c;
}

.bgcamion .tabpanel.vertical .nav-tabs > li.active > a, .tabpanel.vertical .nav-tabs > li.active > a:focus, .tabpanel.vertical .nav-tabs > li.active > a:hover {
    color: #ec2d31;
}

.bgcamion .tabpanel.vertical .nav-tabs > li.active > a:after {
    background: #aa090c;
}
.bgbus .tabpanel.vertical .nav-tabs > li.active > a, .tabpanel.vertical .nav-tabs > li.active > a:focus, .tabpanel.vertical .nav-tabs > li.active > a:hover {
    color: #ec2d31;
}

.bgbus .tabpanel.vertical .nav-tabs > li.active > a:after {
    background: #aa090c;
}

.tabpanel.vertical .tab-content {
    width: 80%;
    float: left;
    color: #2d5a63;
}

li.tabmaks {
    margin-left: -35%;
}

li.tabsearch {
    margin-left: 30%;
}

div#search-cars {
    width: 100%;
    margin-left: 0;
}

div#sell-car {
    padding-left: 20%;
}

a.flotmarquetitle {
    display: block;
    position: absolute;
    top: -60px;
    left: 16%;
    z-index: 10;
    background-color: #17384d;
    width: 15%;
    color: #FFFFFF;
    line-height: 35px;
    /* border-top: 3px solid #0074e1; */
    text-align: center;
    text-transform: uppercase;
}

.contact-details h5 {
    margin: 0 30px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}

@media all and (max-width: 768px) {
    .tabpanel.vertical .nav-tabs {
        width: 100%;
    }

    .tabpanel.vertical .tab-content {
        width: 100%;
    }

    .Soptions .fa-ul > li {
        width: 98% !important;
    }
}

/* ==========================================================================
   08. Header
   ========================================================================== */
.header .container {
    position: relative;
}

header.header {
    background-color: white;
    height: 143px;
    width: 100%;
}

/* Navigation
   ========================================================================== */
.navigation {
    height: 82px;
    background: #fff;
    position: absolute;
    /* top: 33px; */
    left: 0;
    width: 100%;
    z-index: 9;
}

.navigation .logo {
    background: #FFFFFF;
    height: 82px;
    float: left;
    font-size: 0;
    text-align: center;
    padding-left: 8%;
    width: 72%;
}

.navigation .logo:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.navigation .logo a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2%;
    max-height: 76px;
    /* float: left; */
}

a.logosociete {
    float: left;
}

.top-links {
    position: absolute;
    right: 13%;
    top: 15px;
    padding: 5px 10px;
}

.top-links span.link {
    display: block;
    font-size: 14px;
    padding: 0;
    color: #000;
}

.top-links span.link a {
    text-decoration: none;
    color: inherit;
}

.top-links span.link i {
    padding: 0 4px;
}

.top-links span.separ {
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #999;
    vertical-align: middle;
}

.main-nav {
    float: right;
    font-size: 0;
    padding-right: 15px;
    width: 100%;
    background-color: #09A1F7;
    /* border-bottom: 4px solid #74cbfd; */
}

.main-nav ul > li {
    display: inline-block;
}

.main-nav ul > li a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 12px;
    line-height: 63px;
    height: auto;
    display: inline-block;
    border-top: 4px solid transparent;
    /* border-bottom: 4px solid #87D0FA; */
}

.main-nav ul > li a:hover, .main-nav ul > li:hover a {
    text-decoration: none;
    border-top: 4px solid #09a0f7;
}

.main-nav ul > li.active a {
    font-weight: 400;
    border-top: 4px solid #0b6fa9;
}

.main-nav ul > li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    background: #0074e1;
    position: absolute;
    top: 60px;
    height: auto;
    padding: 0;
    padding-top: 10px;
    border-top: 8px solid #09a1f7;
    z-index: 999;
    min-width: 170px;
}

.main-nav ul > li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
}

.main-nav ul.list-unstyled.container {
    padding-left: 30px !important;
    margin-bottom: 1px;
    height: 60px;
    /* border-bottom: 4px solid #576777; */
    border-bottom: 4px solid #74cbfd;
    width: 80%;
}

.main-nav ul > li ul li a {
    background: none;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 14px;
    padding-left: 10px;
    border-top: none;
    border-left: 4px solid transparent;
}

.main-nav ul > li:hover ul li a {
    border-top: none;
}

.main-nav ul > li ul li a:hover {
    border-top: none;
    border-left: 4px solid #09a0f7;
}

.main-nav ul > li.active ul li.active a, .main-nav ul > li.active ul li a {
    border-top: none;
}

.main-nav ul > li ul li.active a {
    font-weight: 400;
    border-top: none;
    border-left: 4px solid #09a0f7;
}

.main-nav ul > li ul li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    position: absolute;
    left: 100%;
    top: 0;
}

.main-nav ul > li:hover > ul {
    opacity: 10;
    filter: alpha(opacity=100);
    visibility: visible;
}

.navigation .login {
    float: right;
    height: 82px;
    padding: 22px 14px;
    padding-right: 22px;
}

.navigation .login a {
    display: inline-block;
    height: 38px;
    width: 46px;
    line-height: 38px;
    text-align: center;
    background: #09a0f7;
    color: #fff;
    font-size: 24px;
}

.navigation .login a i {
    vertical-align: middle;
}

.navigation .contact a {
    display: inline-block;
    height: 38px;
    width: 46px;
    line-height: 38px;
    text-align: center;
    background: #f7d809;
    color: #9e8a07;
    font-size: 18px;
    position: absolute;
    bottom: -75px;
    right: 22px;
}

li.contactlink {
    float: right;
    background-color: #0074E1;
    position: relative;
    margin-right: 2%;
}

li.contactlink a {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 4px;
    background-color: #0074E1;
    z-index: 16;
}

.responsive-nav li.contactlink {
    float: inherit;
    background-color: transparent;
}

@media all and (max-width: 480px) {
    .responsive-nav li.contactlink {
        float: left;
    }

    li.contactlink a {
        background-color: inherit;
        left: 0;
        right: inherit;
    }
}

@media all and (max-width: 768px) {
    .responsive-nav li.contactlink {
        float: left;
    }

    li.contactlink a {
        background-color: inherit;
        left: 0;
        right: inherit;
    }
}

.navigation .contact .line {
    width: 1px;
    height: 40px;
    background: #6b85a1;
    position: absolute;
    bottom: -40px;
    right: 44px;
    z-index: 2;
}

.navigation .contact .line:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #6b85a1;
    border-radius: 100%;
    position: absolute;
    bottom: -3px;
    left: -2px;
}

.responsive-menu-open {
    font-size: 24px;
    color: #5d6e7b;
    padding: 0 14px;
    line-height: 82px;
    height: 82px;
    display: none;
    float: right;
}

.responsive-menu-open:hover {
    color: #5d6e7b;
}

.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    min-width: 100%;
    background: #fff;
    z-index: 999;
    padding: 24px;
    overflow-y: scroll;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    border-left: 10px solid #337ab7;
}

.responsive-menu.open {
    left: 0;
}

.responsive-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 48px;
    color: #5d6e7b;
}

.responsive-menu-close:hover {
    color: #5d6e7b;
}

.responsive-nav ul > li a {
    font-size: 24px;
    color: #5d6e7b;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 48px;
}

.responsive-nav ul > li.active a {
    font-weight: 400;
}

.no-scroll {
    overflow: hidden !important;
}

.welcome .slide > .inner .container a {
    color: #FFFFFF;
}

.welcome .slide > .inner .container h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.welcome .slide > .inner .container h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.welcome .slide > .inner .container h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.welcome .slide > .inner .container h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media all and (max-width: 1024px) {
    .navigation .logo .logogroupe {
        display: none;
    }

    .main-nav ul.list-unstyled.container {
        width: 100%;
    }
}

@media all and (max-width: 960px) {
    .main-nav {
        display: none;
    }

    .responsive-menu-open {
        display: inline-block;
    }

    .navigation .logo .logogroupe {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .top-links {
        display: none
    }

    .navigation .logo {
        padding: 0%;
    }

    .navigation .logo .logosociete {
        max-width: 80%;
    }

    .navigation .logo .logogroupe {
        display: none;
    }

    .welcome .slide > .inner {
        padding-top: 0 !important;
        max-height: 300px;
    }

    a.flotmarquetitle {
        display: none;
    }

    #search-cars .item2 {
        width: 30% !important;
    }

    li.tabsearch {
        margin-left: 0;
    }

    .banner-form {
        margin: 30px 20px !important;
        display: inline-block;
        width: 86%;
    }

    .welcome .slide > .inner .container h1 {
        font-size: 14px;
    }

    .welcome .slide > .inner .container h2 {
        font-size: 14px;
    }

    .welcome .slide > .inner .container h3 {
        font-size: 14px;
    }

    .welcome .slide > .inner .container h4 {
        font-size: 14px;
    }
}

@media all and (max-width: 768px) {
    .navigation {
        height: 77px;
        top: 0;
    }

    .responsive-menu-open {
        width: 30px;
    }

    header.header {
        height: 82px;
    }

    p.column-count-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #boxbanner .box {
        width: 100%;
        margin: 10px 0;
    }

    #boxbanner .box .bannertext .content h3 {
        font-family: Roboto, Arial, sans-serif;
        padding: 0;
        font-size: 22px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 0;
    }

    #boxbanner .box .bannertext button {
        color: white;
        position: absolute;
        top: 65%;
        right: 2%;
        padding: 5px 13px;
        line-height: 22px;
        border: 2px solid #FFFFFF !important;
        font-size: 12px;
        font-weight: 400;
    }

    .navigation .logo {
        display: block;
        float: none;
    }

    .navigation .contact {
        float: left;
        height: 82px;
        padding: 22px 14px;
    }

    .navigation .contact a {
        position: static;
    }

    .navigation .contact .line {
        display: none;
    }

    .navigation .login {
        float: left;
        padding-right: 14px;
        padding-left: 22px;
    }

    .responsive-menu-open {
        padding-right: 22px;
    }

    .top-links {
        display: none
    }

    .navigation .logo {
        padding: 0%;
    }

    .navigation .logo .logosociete {
        max-width: 80%;
    }

    .navigation .logo .logogroupe {
        display: none;
    }

    .welcome .slide > .inner {
        padding-top: 0 !important;
        max-height: 300px;
    }

    a.flotmarquetitle {
        display: none;
    }

    #search-cars .item2 {
        width: 30% !important;
    }

    li.tabsearch {
        margin-left: 0;
    }

    .banner-form {
        margin: 30px 20px !important;
        display: inline-block;
        width: 86%;
    }

    .welcome .slide > .inner .container h1 {
        font-size: 14px;
    }

    .welcome .slide > .inner .container h2 {
        font-size: 14px;
    }

    .welcome .slide > .inner .container h3 {
        font-size: 14px;
    }

    .welcome .slide > .inner .container h4 {
        font-size: 14px;
    }
}

/* Page Title
   ========================================================================== */
.page-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: black;
}

.page-title .inner {
    /* background: rgba(39, 45, 50, .32); */
    padding-top: 230px;
}

.page-title .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    padding: 0 18px;
    background: #0074e1;
    display: inline-block;
    color: #fff;
    position: relative;
    left: -15px;
    z-index: 9;
}

.page-title .title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 20px;
    border-color: transparent transparent transparent #0074e1;
    position: absolute;
    top: 0;
    right: -20px;
}

.voiture-opel.page-title .title {
    background: #f9e011;
    color: #010101;
}

.voiture-opel.page-title .title:after {
    border-color: transparent transparent transparent #f9e011;
}

.voiture-isuzu.page-title .title {
    background: #aa090c;
    color: #FFFFFF;
}

.voiture-isuzu.page-title .title:after {
    border-color: transparent transparent transparent #aa090c;
}

.voiture-chevrolet.page-title .title {
    background: #e1b334;
    color: #fff;
}

.voiture-chevrolet.page-title .title:after {
    border-color: transparent transparent transparent #e1b334;
}

.page-title.bgcamion .title {
    background-color: #aa090c;
}

.page-title.bgcamion .title:after {
    border-color: transparent transparent transparent #aa090c;
}
.page-title.bgbus .title {
    background-color: #aa090c;
}

.page-title.bgbus .title:after {
    border-color: transparent transparent transparent #aa090c;
}

@media all and (max-width: 768px) {
    .page-title {
        margin-top: 0;
    }

    .page-title .inner {
        padding-top: 200px;
    }
}

/* ==========================================================================
   09. Footer
   ========================================================================== */
.footer {
    color: #88949b;
    font-size: 15px;
    line-height: 24px;
}

.footer .top {
    background: #353a3d;
    padding-bottom: 84px;
    padding-top: 28px;
}

.footer .bottom {
    background: #2e3335;
    text-align: center;
    line-height: 60px;
}

.footer h5 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 32px;
}

.footer .top .container {
    position: relative;
}

/**
twitter box
 */
.footer .twitter {
    background: #09a0f7;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    padding: 24px;
    min-height: 100px;
    width: 100%;
    position: relative;
    left: 0;
    top: -74px;
}

.footer .twitter .icon {
    display: block;
    height: 100%;
    width: 106px;
    background: #0b93e1;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
}

.footer .twitter .icon span {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 32px 0 0;
    border-color: #0b93e1 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -32px;
}

.footer .twitter .flexslider {
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-left: 139px;
}

.footer .twitter a {
    color: #fff;
    text-decoration: underline;
}

.footer .twitter .date {
    display: block;
    font-size: 12px;
    line-height: 23px;
    color: #c3e1f4;
    margin-top: 6px;
}

/**
social & contact
 */
.footer .socialbox {
    /* background: #09a0f7; */
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    min-height: 80px;
    width: 100%;
    position: relative;
    left: 0;
    top: -74px;
}

/* ==========================================================================
   10. Sections
   ========================================================================== */
.section {
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section > .inner {
    padding: 96px 0;
    background: #fff;
}

.section.white > .inner {
    background: #fff;
}

.section.light > .inner {
    background: #e5eaed;
}

.section.lighter > .inner {
    background: #eef0f3;
}

.section.dark > .inner {
    background: rgba(87, 187, 245, 0.89);
    color: #fff;
}

.section.clear > .inner {
    background: none;
    color: #fff;
}

.section.tiny > .inner {
    padding: 22px 0;
}

.no-padding {
    padding: 0 !important;
}

.section.no-padding-bottom > .inner {
    padding-bottom: 0 !important;
}

.section.no-padding-top > .inner {
    padding-top: 0 !important;
}

.section.no-padding > .inner {
    padding: 0 !important;
}

.section.extra-top-padding > .inner {
    padding-top: 154px;
}

.section.small-top-padding > .inner {
    padding-top: 44px;
}

.section:last-of-type > .inner {
    padding-bottom: 142px;
}

.section .container {
    position: relative;
}

@media all and (max-width: 480px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section:last-of-type > .inner {
        padding-bottom: 50px;
    }
}

.map {
    display: block;
    height: 520px;
}

.welcome {
    margin: 0;
    border: none;
    border-radius: 0;
    min-height: 150px;
}

.welcome .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    position: relative;
}

.welcome .slide > .inner {
    padding-top: 45px;
    height: 550px;
}

.welcome .slide > .inner .container {
    position: relative;
    top: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flex-direction-nav a {
    font-size: 49px;
    line-height: 68px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 68px;
    height: 68px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    text-align: center;
}

.flex-direction-nav a:hover {
    background: rgba(0, 0, 0, 1);
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
    text-align: center;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}

.flex-direction-nav a:before {
    font-size: 49px;
    color: #fff;
    text-shadow: none;
    font-family: 'FontAwesome';
    content: '\f104';
}

.flex-direction-nav a.flex-next:before {
    content: '\f105'
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}

/* ==========================================================================
   11. Icons
   ========================================================================== */
.iconbox-left {
    margin-bottom: 24px;
}

.iconbox-left .icon {
    float: left;
    font-size: 18px;
    line-height: 21px;
}

.iconbox-left .content {
    margin-left: 28px;
    font-size: 14px;
    line-height: 21px;
}

/* ==========================================================================
   12. Widgets
   ========================================================================== */
.widget {
    margin-bottom: 30px;
}

.widget .title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e566e;
    margin-bottom: 14px;
}

.widget ul {
    color: #778790;
    text-transform: uppercase;
}

.widget ul a {
    color: #778790;
}

@media all and (max-width: 768px) {
    .sidebar {
        margin-top: 24px;
    }
}

/* Featured Deals
   ========================================================================== */
.featured-deals {
    margin-bottom: 48px;
}

.featured-deals a:hover {
    opacity: 1;
}

.featured-deals h5 {
    float: left;
    line-height: 21px;
    margin-bottom: 18px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.featured-deals .price {
    float: right;
    color: #09a0f7;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.featured-deals a:hover h5, .featured-deals a:hover .price {
    opacity: .75;
}

/* Popular Posts
   ========================================================================== */
.popular-posts .post {
    margin-bottom: 14px;
}

.popular-posts img {
    float: left;
    background-color: white;
}

.popular-posts .content {
    margin-left: 98px;
}

.popular-posts .content h6 {
    font-size: 14px;
    line-height: 18px;
    color: #778790;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 500;
}

.popular-posts .content h6 a {
    color: #778790;
}

.popular-posts .content .date {
    font-size: 12px;
    line-height: 18px;
    color: #778790;
}

/* ==========================================================================
   13. Banner
   ========================================================================== */
.banner {
    position: relative;
    line-height: 50px;
    padding: 0 16px;
    font-weight: 900;
    font-size: 30px;
    background: rgba(0, 116, 225, 0.75);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
    max-width: 50%;
    text-shadow: 2px 2px #191979;
}

.banner.big {
    margin-bottom: 0;
    padding: 24px;
    line-height: 21px;
}

.banner.light {
    margin-bottom: 0;
    padding: 24px;
    line-height: 42px;
    font-size: 36px;
    font-weight: 300;
    background: #09a0f7;
    max-width: 424px;
}

.banner .before {
    position: absolute;
    top: -38px;
    right: 0;
    line-height: 38px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 19px;
    background: #09a0f7;
}

.banner .before:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 0 7px;
    border-color: #09a0f7 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner p {
    margin-bottom: 0;
    color: #a9d5ff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    margin-top: 18px;
}

/* Banner Form
   ========================================================================== */
.banner-form {
    margin: 0 -30px;
    font-size: 14px;
    line-height: 21px;
}

#FormSearch .dropdown-menu>li>a {
    color: #FFFFFF
}

#search-cars .item2 {
    width: 14%;
    float: left;
    padding: 1px 10px;
    border-right: 1px solid #09a0f7;
}

.banner-form .item {
    width: 12%;
    float: left;
    padding: 6px 10px;
    border-right: 1px solid #09a0f7;
}

.banner-form .item:last-of-type {
    border-right: none;
}

.banner-form .button {
    font-size: 14px;
    line-height: 38px;
    padding: 0 17px;
    margin: 0 !important;
}

.banner-form .price-slider-value {
    display: block;
    margin-bottom: 11px;
    margin-top: 3px;
}

@media all and (max-width: 768px) {
    .banner-form .item {
        width: 100%;
        float: none;
        border-right: none;
    }
}

/* ==========================================================================
   14. Services
   ========================================================================== */
.services {
    text-align: center;
}

.service {
    width: 33.33%;
    float: left;
    color: #5a6466;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding: 0 60px;
    padding-top: 45px;
    border-right: 1px solid #ddd;
    margin-top: 32px;
}

.service:last-of-type {
    border-right: none;
}

.service .icon {
    display: inline-block;
    font-size: 24px;
    color: #2e566e;
    position: relative;
    margin-bottom: 18px;
}

.service .sub-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: -45px;
    right: -45px;
}

.service.yellow .sub-icon {
    background: #f7c709;
}

.service.orange .sub-icon {
    background: #f79b09;
}

.service.green .sub-icon {
    background: #64c12b;
}

.service .line {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto;
}

.service.yellow .line {
    background: #f7c709;
}

.service.orange .line {
    background: #f79b09;
}

.service.green .line {
    background: #64c12b;
}

.service h5 {
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 18px;
}

@media all and (max-width: 768px) {
    .service {
        width: 100%;
        float: none;
        border-right: none;
    }
}

/* ==========================================================================
   15. Featured Cars
   ========================================================================== */
.featured-news .item {
    padding: 0 14px;
}

.featured-news.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 0;
    color: #fff;
    background: #1a2325;
    font-size: 18px;
    line-height: 80px;
    padding: 0 15px;
    margin: 0;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.featured-news.owl-theme .owl-nav [class*='owl-']:hover {
    background: #1a2325;
    opacity: .75;
}

.featured-news.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.featured-news.owl-theme .owl-nav .owl-next {
    right: 0;
}

.featured-news.three-cols.owl-theme .owl-nav .owl-prev {
    left: -36px;
}

.featured-news.three-cols.owl-theme .owl-nav .owl-next {
    right: -36px;
}

@media all and (max-width: 768px) {
    .featured-news.three-cols.owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .featured-news.three-cols.owl-theme .owl-nav .owl-next {
        right: 0;
    }
}

/* ==========================================================================
   15. Featured News
   ========================================================================== */
.featured-cars .item {
    padding: 0 14px;
}

.featured-cars .image {
    position: relative;
}

.featured-cars .image a {
    display: block;
    height: 300px;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

.featured-cars .image .sale-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #aa090c;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 14px;
    font-weight: 500;
}

.featured-cars .image .sale-tag.green {
    background: #64c12b;
}

.featured-cars .content {
    border-right: 1px solid #dde2e5;
    border-left: 1px solid #dde2e5;
    padding: 15px 20px 5px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    background-color: white;
}

.featured-cars h5 {
    float: left;
    line-height: 21px;
    margin: 0;
}

.featured-cars h5 a {
    color: #5a6466;
}

.featured-cars .price {
    color: #aa090c;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    float: right;
}

.featured-cars .line {
    display: block;
    width: 48px;
    height: 4px;
    background: #aa090c;
    margin-top: 12px;
    margin-bottom: 22px;
}

.featured-cars .content p:last-of-type {
    margin-bottom: 0;
}

.featured-cars .details {
    background: #eff3f5;
    border: 1px solid #dde2e5;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.featured-cars .details i {
    color: #8c9aa5;
    margin-right: 8px;
}

.featured-cars .details .seats {
    float: left;
    width: 25%;
    border-right: 1px solid #dde2e5;
}

.featured-cars .details .fuel {
    float: left;
    width: 37.5%;
    border-right: 1px solid #dde2e5;
}

.featured-cars .details .type {
    float: left;
    width: 37.5%;
}

.featured-cars.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 0;
    color: #fff;
    background: #1a2325;
    font-size: 18px;
    line-height: 80px;
    padding: 0 15px;
    margin: 0;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.featured-cars.owl-theme .owl-nav [class*='owl-']:hover {
    background: #1a2325;
    opacity: .75;
}

.featured-cars.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.featured-cars.owl-theme .owl-nav .owl-next {
    right: 0;
}

.featured-cars.three-cols.owl-theme .owl-nav .owl-prev {
    left: -36px;
}

.featured-cars.three-cols.owl-theme .owl-nav .owl-next {
    right: -36px;
}

@media all and (max-width: 768px) {
    .featured-cars.three-cols.owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .featured-cars.three-cols.owl-theme .owl-nav .owl-next {
        right: 0;
    }
}
/* ==========================================================================
   15. Featured bus
   ========================================================================== */
.featured-bus .item {
    padding: 0 14px;
}

.featured-bus .image {
    position: relative;
}

.featured-bus .image a {
    display: block;
    height: 300px;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

.featured-bus .image .sale-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0074e1;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 14px;
    font-weight: 500;
}

.featured-bus .image .sale-tag.green {
    background: #64c12b;
}

.featured-bus .content {
    border-right: 1px solid #dde2e5;
    border-left: 1px solid #dde2e5;
    padding: 15px 20px 5px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    background-color: white;
    min-height: 121px;
}

.featured-bus h5 {
    float: left;
    line-height: 21px;
    margin: 0;
}

.featured-bus h5 a {
    color: #5a6466;
}

.featured-bus .price {
    color: #0074e1;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    float: right;
}

.featured-bus .line {
    display: block;
    width: 48px;
    height: 4px;
    background: #0074e1;
    margin-top: 12px;
    margin-bottom: 22px;
}

.featured-bus .content p:last-of-type {
    margin-bottom: 0;
}

.featured-bus .details {
    background: #eff3f5;
    border: 1px solid #dde2e5;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.featured-bus .details i {
    color: #8c9aa5;
    margin-right: 8px;
}

.featured-bus .details .seats {
    float: left;
    width: 25%;
    border-right: 1px solid #dde2e5;
}

.featured-bus .details .fuel {
    float: left;
    width: 37.5%;
    border-right: 1px solid #dde2e5;
}

.featured-bus .details .type {
    float: left;
    width: 37.5%;
}

.featured-bus.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 0;
    color: #fff;
    background: #1a2325;
    font-size: 18px;
    line-height: 80px;
    padding: 0 15px;
    margin: 0;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.featured-bus.owl-theme .owl-nav [class*='owl-']:hover {
    background: #1a2325;
    opacity: .75;
}

.featured-bus.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.featured-bus.owl-theme .owl-nav .owl-next {
    right: 0;
}

.featured-bus.three-cols.owl-theme .owl-nav .owl-prev {
    left: -36px;
}

.featured-bus.three-cols.owl-theme .owl-nav .owl-next {
    right: -36px;
}

@media all and (max-width: 768px) {
    .featured-bus.three-cols.owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .featured-bus.three-cols.owl-theme .owl-nav .owl-next {
        right: 0;
    }
}
/* ==========================================================================
   16. Call To Action
   ========================================================================== */
.call-to-action {
    background: #09a0f7;
    color: #fff;
    margin-top: 96px;
}

.call-to-action.section-overlap {
    position: relative;
    top: 58px;
    z-index: 2;
}

.call-to-action .image {
    height: 117px;
    width: 290px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.call-to-action .content {
    position: relative;
    padding-left: 24px;
    float: left;
    margin-top: 20px;
}

.call-to-action .content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 117px 44px;
    border-color: transparent transparent #09a0f7 transparent;
    position: absolute;
    top: -20px;
    left: -44px;
}

.call-to-action .content h2 {
    margin-bottom: 15px;
}

.call-to-action .content p {
    margin-bottom: 0;
}

.call-to-action .cta-button {
    float: right;
    padding-right: 32px;
    margin-top: 34px;
}

.call-to-action .cta-button .button {
    border-width: 3px;
    line-height: 41px;
    font-size: 14px;
    padding: 0 26px;
}

@media all and (max-width: 1200px) {
    .call-to-action .image {
        float: none;
        width: 100%;
        height: 240px;
        margin-bottom: 18px;
    }

    .call-to-action .content {
        padding-left: 0;
        float: none;
        margin-top: 0;
        text-align: center;
    }

    .call-to-action .content:before {
        content: none;
    }

    .call-to-action .cta-button {
        float: none;
        padding-right: 0;
        margin-top: 18px;
        text-align: center;
        margin-bottom: 18px;
    }
}

/* Sidebar
   ========================================================================== */
.sidebar-cta.call-to-action {
    background: #0074e1;
    color: #fff;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    background-repeat: no-repeat;
}

.sidebar-cta.call-to-action .image {
    height: auto;
    width: auto;
    float: none;
}

.sidebar-cta.call-to-action .content {
    position: relative;
    padding: 10px 10px;
    padding-bottom: 42px;
    float: none;
    margin: 0;
}

.sidebar-cta.call-to-action .content:before {
    content: none;
}

.sidebar-cta.call-to-action .content h4 {
    font-size: 22px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
}

.sidebar-cta.call-to-action .content p {
    margin-bottom: 28px;
    margin-top: 40px;
    padding: 0 9px;
    color: rgb(207, 235, 255);
}

.sidebar-cta.call-to-action .content .button {
    border-width: 3px;
    line-height: 41px;
    font-size: 14px;
    padding: 0 26px;
    background: #0074e1 !important;
    border-color: #fff !important;
    color: #eee !important;
    display: block;
    margin: 0 auto;
    width: 60%;
}

/*********************************************/
/************************************************/
/* ==========================================================================
   17. Blog
   ========================================================================== */
/* Masonry and Grid
   ========================================================================== */
.blog-masonry, .blog-grid {
    margin: 0 -15px;
}

.blog-masonry-sizer {
    width: 33.33%;
}

.blog-masonry .blog-post, .blog-grid .blog-post {
    width: 33.33%;
    padding: 15px;
}

.blog-masonry .blog-post.wide {
    width: 66.66%;
}

.blog-grid .blog-post {
    float: left;
}

.blog-masonry .blog-post .blog-post-image, .blog-grid .blog-post .blog-post-image {
    height: 244px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.blog-masonry .blog-post.wide .blog-post-image {
    height: 334px;
}

.blog-masonry .blog-post.short .blog-post-image {
    height: 154px;
}

.blog-masonry .blog-post.audio .audio-player, .blog-grid .blog-post.audio .audio-player {
    background: #fff;
    padding-bottom: 30px;
}

.blog-masonry .blog-post.audio .audio-player audio, .blog-grid .blog-post.audio .audio-player audio {
    width: 100%;
}

.blog-masonry .blog-post .blog-post-image:hover, .blog-grid .blog-post .blog-post-image:hover {
    opacity: .75;
}

.blog-masonry .blog-post .content, .blog-grid .blog-post .content {
    background: #fff;
    padding: 0 28px;
    padding-bottom: 54px;
}

.blog-grid .blog-post .content {
    background: #eef2f4;
}

.blog-masonry .blog-post.quote .content, .blog-grid .blog-post.quote .content {
    padding-top: 55px;
}

.blog-masonry .blog-post .content .avatar, .blog-grid .blog-post .content .avatar {
    width: 50px;
    height: 50px;
    border: 2px solid #3177c7;
    background-color: #FFF;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: -23px;
    margin-bottom: -14px;
}

.blog-masonry .blog-post .content .avatar img, .blog-grid .blog-post .content .avatar img {
    width: 99%;
}

.blog-masonry .blog-post .content .avatar img, .blog-gird .blog-post .content .avatar img {
    width: 100%;
    height: 100%;
}

.blog-masonry .blog-post .content .meta, .blog-grid .blog-post .content .meta {
    font-size: 13px;
    line-height: 21px;
    color: #232525;
    font-weight: 300;
    display: inline-block;
}

.blog-masonry .blog-post .content .meta .author, .blog-grid .blog-post .content .meta .author {
    margin-right: 28px;
}

.blog-masonry .blog-post .content h4, .blog-grid .blog-post .content h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
    margin-top: 24px;
    font-weight: 500;
    color: #2d5a63;
}

.blog-masonry .blog-post .content h4 a, .blog-grid .blog-post .content h4 a {
    color: #2d5a63;
}

.blog-masonry .blog-post .content .excerpt, .blog-grid .blog-post .content .excerpt {
    margin-bottom: 0;
    line-height: 21px;
    color: #171b1d;
    font-weight: 300;
}

.blog-masonry .blog-post .content .excerpt a, .blog-grid .blog-post .content .excerpt a {
    font-weight: 500;
}

.blog-masonry .blog-post .content .quotes, .blog-grid .blog-post .content .quotes {
    font-size: 24px;
    line-height: 21px;
    color: #bdc2c9;
    margin-bottom: 14px;
    margin-top: 24px;
    display: block;
}

@media all and (max-width: 1200px) {
    .blog-masonry-sizer {
        width: 100%;
    }

    .blog-masonry .blog-post, .blog-grid .blog-post {
        width: 100%;
    }

    .blog-masonry .blog-post.wide {
        width: 100%;
    }
}

@media all and (max-width: 1024px) {
    .blog-masonry .blog-post, .blog-grid .blog-post {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {
    .blog-masonry .blog-post, .blog-grid .blog-post {
        width: 100% !important;
        padding: 5px;
    }
}

section#last_news {
    margin-bottom: 40px;
}

/* List
   ========================================================================== */
.blog-list .blog-post {
    margin-bottom: 25px;
}

.blog-list .blog-post .title {
    font-size: 24px;
    line-height: 21px;
    color: #2e566e;
}

.blog-list .blog-post .title a {
    color: #2e566e;
}

.blog-list .blog-post .image {
    width: 268px;
    height: 204px;
    float: left;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    border: 1px solid #EEE;
    border-right: none;
}

.blog-list .blog-post .image:hover {
    opacity: .74
}

.blog-list .blog-post.video-post .video {
    width: 456px;
    height: 317px;
    float: left;
    background: #e8eef2;
}

.blog-list .blog-post.video-post .video .embed-responsive {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-list .blog-post.quote-post .quote {
    font-family: 'Droid Serif', serif;
    width: 456px;
    height: auto;
    float: left;
    background: #e8eef2;
    color: #2e566e;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    padding: 32px 44px;
    padding-left: 62px;
    position: relative;
}

.blog-list .blog-post.quote-post .quote:before {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 46px;
    line-height: 50px;
    color: #0074e1;
}

.blog-list .blog-post .content {
    border: 1px solid #ebebeb;
    border-left: none;
    padding: 15px 20px;
    padding-right: 23px;
    font-size: 14px;
    line-height: 24px;
    color: #778790;
    position: relative;
    margin-left: 266px;
    height: 204px;
}

.blog-list .blog-post.quote-post .content {
    height: auto;
}

.blog-list .blog-post .content .meta {
    font-size: 14px;
    line-height: 24px;
}

.blog-list .blog-post .content .meta span {
    display: block;
}

.blog-list .blog-post .content .meta span i {
    margin-right: 6px;
}

.blog-list .blog-post .content .button {
    position: absolute;
    bottom: 23px;
    right: 23px;
    font-size: 12px;
    font-weight: 300;
    padding: 0 16px;
    line-height: 30px;
}

.blog-list .blog-post.quote-post .content .button {
    bottom: 40px;
}

@media all and (max-width: 1200px) {
    .blog-list .blog-post .image {
        width: 100%;
        float: none;
    }

    .blog-list .blog-post .content {
        margin-left: 0;
        height: auto;
        border-left: 1px solid #ebebeb;
        border-top: none;
    }

    .blog-list .blog-post.video-post .video {
        height: auto;
        width: 100%;
        float: none;
    }

    .blog-list .blog-post.video-post .video .embed-responsive {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .blog-list .blog-post.quote-post .quote {
        width: 100%;
        height: auto;
        float: none;
    }
}

.blog-list .blog-post .content .meta {
    font-size: 14px;
    line-height: 24px;
}

.blog-list .blog-post .content .meta span {
    display: block;
}

.blog-list .blog-post .content .meta span i {
    margin-right: 6px;
}

.blog-list .blog-post .content .button {
    position: absolute;
    bottom: 23px;
    right: 23px;
    font-size: 12px;
    font-weight: 300;
    padding: 0 16px;
    line-height: 30px;
}

.blog-list .blog-post.quote-post .content .button {
    bottom: 40px;
}

@media all and (max-width: 1200px) {
    .blog-list .blog-post .image {
        width: 100%;
        float: none;
    }

    .blog-list .blog-post .content {
        margin-left: 0;
        height: auto;
        border-left: 1px solid #ebebeb;
        border-top: none;
    }

    .blog-list .blog-post.video-post .video {
        height: auto;
        width: 100%;
        float: none;
    }

    .blog-list .blog-post.video-post .video .embed-responsive {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .blog-list .blog-post.quote-post .quote {
        width: 100%;
        height: auto;
        float: none;
    }
}

/* Single
   ========================================================================== */
.single-blog-post .blog-post .title {
    font-size: 24px;
    line-height: 21px;
    color: #2e566e;
}

.single-blog-post .blog-post .title a {
    color: #2e566e;
}

.single-blog-post .blog-post .image {
    margin-bottom: 30px;
}

.single-blog-post .blog-post .image img.img-responsive {
    margin: 0 auto;
}

.single-blog-post .blog-post .content {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #778790;
}

.single-blog-post .blog-post .content h5 {
    line-height: 30px;
    margin-bottom: 24px;
    color: #2e566e;
}

.single-blog-post .blog-post .meta {
    font-size: 14px;
    line-height: 24px;
    color: #778790;
}

.single-blog-post .blog-post .meta span {
    display: block;
}

.single-blog-post .blog-post .meta span i {
    margin-right: 6px;
}

.blog-post .about-author {
    background: #ebf7fd;
    padding: 28px 38px;
    margin-top: 12px;
    color: #778790;
    font-size: 14px;
    line-height: 21px;
}

.blog-post .about-author img {
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 100%;
}

.blog-post .about-author h6 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #2e566e;
}

.blog-post .about-author p {
    margin-bottom: 0;
}

.date-article {
    padding: 10px;
    background-color: #EEE;
    margin: 10px 0;
}

.article-content {
    padding: 5px 20px;
}

.article-content .content {
    text-align: justify;
    color: #313131 !important;
}

.article-content h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 18px;
    margin-bottom: 18px;
    border-left: 3px solid #0074e1;
    padding-left: 15px;
}

.article-content h4 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 17px;
}

h3.galery-title {
    margin: 10px 0px;
    padding: 0;
    border-bottom: 3px solid #0074e1;
}

.galery {
    margin: 30px 0px;
    padding: 10px 20px;
}

@media all and (max-width: 1200px) {
    .single-blog-post .blog-post .meta {
        margin-bottom: 24px;
    }

    .blog-post .about-author img {
        margin-bottom: 24px;
    }
}

#featured-news-three .blog-masonry .blog-post, .blog-grid .blog-post {
    width: 100%;
    padding: 0px;
    float: inherit;
}

#featured-news-three .blog-masonry .blog-post .content h4, .blog-grid .blog-post .content h4 {
    height: 44px;
    max-height: 44px;
}

#featured-news-three .blog-masonry .blog-post .content .excerpt, .blog-grid .blog-post .content .excerpt {
    height: 90px;
    max-height: 90px;
}

#featured-news-three .blog-masonry .blog-post .content, .blog-grid .blog-post .content {
    padding: 0 auto !important;
    padding-bottom: 10px !important;
}

#featured-news-three .blog-masonry, .blog-grid {
    margin: 0;
}
/**

 */
#featured-bus-three .blog-masonry .blog-post, .blog-grid .blog-post {
    width: 100%;
    padding: 0px;
    float: inherit;
}

#featured-bus-three .blog-masonry .blog-post .content h4, .blog-grid .blog-post .content h4 {
    height: 44px;
    max-height: 44px;
}

#featured-bus-three .blog-masonry .blog-post .content .excerpt, .blog-grid .blog-post .content .excerpt {
    height: 90px;
    max-height: 90px;
}

#featured-bus-three .blog-masonry .blog-post .content, .blog-grid .blog-post .content {
    padding: 0 auto !important;
    padding-bottom: 10px !important;
}

#featured-bus-three .blog-masonry, .blog-grid {
    margin: 0;
}
/* Comments
   ========================================================================== */
.comments {
    margin-top: 60px;
}

.comments > h4 {
    color: #2e566e;
    margin-bottom: 24px;
    font-weight: 500;
}

.comment {
    margin-bottom: 20px;
}

.comment .comment {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 100px;
}

.comment .image {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    float: left;
    overflow: hidden;
}

.comment .content {
    margin-left: 52px;
    background: #f3f8fa;
    padding: 24px;
    color: #778790;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.comment .content p {
    margin-bottom: 6px;
}

.comment .content .reply {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #2e566e;
}

.leave-reply {
    margin-top: 60px;
}

.leave-reply > h4 {
    color: #2e566e;
    margin-bottom: 24px;
    font-weight: 500;
}

.leave-reply .button {
    line-height: 36px;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 400;
}

@media all and (max-width: 1200px) {
    .comment .comment {
        margin-left: 52px;
    }
}

/* ==========================================================================
   18. Link Boxes
   ========================================================================== */
.link-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-align: center;
    margin-top: 24px;
}

.link-box a {
    color: #fff;
}

.link-box .overlay {
    padding: 44px 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.link-box.blue .overlay {
    background: rgba(86, 132, 175, .18);
}

.link-box.blue .overlay:hover {
    background: rgba(86, 132, 175, .51);
}

.link-box.green .overlay {
    background: rgba(110, 158, 80, .18);
}

.link-box.green .overlay:hover {
    background: rgba(110, 158, 80, .51);
}

.link-box.yellow .overlay {
    background: rgba(200, 184, 78, .18);
}

.link-box.yellow .overlay:hover {
    background: rgba(200, 184, 78, .51);
}

.link-box .overlay span {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px;
}

.link-box .overlay h2 {
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 6px;
    font-weight: 700;
    margin-bottom: 0;
}

.nos-marques-home .link-box {
    height: 189px;
}

.nos-marques-home .link-box .overlay {
    height: 189px;
}

#marquelistpage h2 {
    background-color: #0074e1;
    text-align: justify;
    padding: 0 15px;
    margin: 0;
    width: 65%;
    display: inline-block;
    float: left;
}

#marquelistpage .overlay {
    background-color: transparent;
    padding-bottom: 194px;
    padding-top: 0px;
}

#marquelistpage .link-box {
    margin-top: 0;
    margin-bottom: 10px;
}

#marquelistpage button.size4 {
    width: 35%;
    padding: 0;
    line-height: 32px;
}

#marquelistpage button.size4:hover {
    background-color: #0057ae;
}

#marquelistpage .button.solid:hover {
    opacity: 1 !important;
}

#marquelistpage.bgcamion h2 {
    background-color: #aa090c;
}

#marquelistpage.bgcamion button.size4.button {
    background: #000000;
    border-color: #383838;
    color: #fff;
}
#marquelistpage.bgbus h2 {
    background-color: #aa090c;
}

#marquelistpage.bgbus button.size4.button {
    background: #000000;
    border-color: #383838;
    color: #fff;
}

/* ==========================================================================
   19. Car Types
   ========================================================================== */
.car-types .car {
    width: 11.11%;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    border-right: 1px solid #376078;
}

.car-types .car:last-of-type {
    border-right: none;
}

.car-types .car a {
    color: #61869c;
    display: block;
}

.car-types .car a:hover {
    color: #fff;
    opacity: 1;
}

.car-types .car i {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
}

@media all and (max-width: 768px) {
    .car-types .car {
        width: 33.33%;
        margin-bottom: 24px;
    }
}

/* ==========================================================================
   20. Listing
   ========================================================================== */
/* Grid
   ========================================================================== */
.listings .heading {
    margin-bottom: 17px;
}

.listings .heading h5 {
    float: left;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.listings .heading .sort {
    float: right;
    margin-right: 8px;
}

.listings .heading .sort select {
    width: 170px;
    padding: 10px 16px;
    line-height: 20px;
    border: 1px solid #d0dce3;
}

.listings .heading .btn {
    width: 170px;
    padding: 10px 16px;
    line-height: 20px;
    border: 1px solid #d0dce3;
}

.listings .heading .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: none;
    color: #616669;
}

.listings .heading .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
    border: none;
}

.listings .heading .sort .arrow {
    height: 44px;
    line-height: 44px;
}

.listings .heading .view {
    float: right;
}

.listings .heading .view a {
    border: 1px solid #d0dce3;
    color: #a1b8c6;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: left;
    position: relative;
}

.listings .heading .view a:last-of-type {
    margin-left: -1px;
}

.listings .heading .view a.active {
    border: 1px solid #44728e;
    color: #44728e;
    z-index: 2;
    cursor: default;
}

.listings .heading .view a.active:hover {
    opacity: 1;
}

.listings .listings-grid {
    margin: 0 -14px;
}

.listings .listings-grid .listing {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 30px;
}

.listings.related-vehicles .listings-grid .listing {
    width: 25%;
    margin-bottom: 0;
}

.listings .listings-grid .listing .content {
    border: 1px solid #e8eef2;
    border-top: none;
    padding: 25px 0;
    padding-bottom: 36px;
    line-height: 24px;
    color: #6f828d;
    position: relative;
}

.listings .listings-grid .listing .content .title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #2e566e;
    margin-bottom: 18px;
    padding: 0 10px;
    min-height: 42px;
}

.listings .listings-grid .listing .content .title a {
    color: #2e566e;
}

.voiture-opel .listings .listings-grid .listing .content .title a {
    color: #000000;
}

.bgcamion .listings .listings-grid .listing .content .title a {
    color: #ec2d31;
}
.bgbus .listings .listings-grid .listing .content .title a {
    color: #ec2d31;
}

.listings .listings-grid .listing .content .title span {
    color: #3fa7e7;
    font-size: 14px;
}

.voiture-opel .listings .listings-grid .listing .content .title span {
    color: #f5bb01;
}

.voiture-chevrolet .listings .listings-grid .listing .content .title span {
    color: #e1b334;
}

.voiture-isuzu .listings .listings-grid .listing .content .title span {
    color: #aa090c;
}

.bgcamion .listings .listings-grid .listing .content .title span {
    color: #aa090c;
}

.bgbus .listings .listings-grid .listing .content .title span {
    color: #aa090c;
}

.listings .listings-grid .listing .content .price {
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
    background: #09a0f7;
    color: #fff;
    width: 60%;
    float: left;
}

.voiture-opel .listings .listings-grid .listing .content .price {
    background: #ffe024;
}

.voiture-chevrolet .listings .listings-grid .listing .content .price {
    background: #e1b334;
}

.voiture-isuzu .listings .listings-grid .listing .content .price {
    background: #aa090c;
}

.bgcamion .listings .listings-grid .listing .content .price {
    background: #aa090c;
    color: #fff;
}
.bgbus .listings .listings-grid .listing .content .price {
    background: #aa090c;
    color: #fff;
}

.listings .listings-grid .listing .content .readmore {
    line-height: 35px;
    padding: 0 5px;
    border-top: 1px solid #EEE;
    background: #ffffff;
    color: #0074e1;
    width: 40%;
    float: left;
    font-size: 14px;
    text-align: center;
    /* bottom: 0; */
    /* right: 0; */
}

.listings .listings-grid .listing .content .readmore a {
    color: #999;
    text-align: center;
}

.voiture-opel .listings .listings-grid .listing .content .readmore a {
    color: #000000;
}

.listings .listings-grid .listing .content .price span {
    font-size: 17px;
    padding: 0 4px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Myriad Pro', arial, sans-serif;
}

.voiture-opel .listings .listings-grid .listing .content .price span {
    color: #000000;
}

.voiture-isuzu .listings .listings-grid .listing .content .price span {
    color: #ffffff;
}

.listings .listings-grid .listing .content .price small {
    padding: 0 5px;
    color: #EEE;
    font-size: 95%;
}

.voiture-opel .listings .listings-grid .listing .content .price small {
    color: #000;
}

.voiture-isuzu .listings .listings-grid .listing .content .price small {
    color: #fff;
}

.voiture-chevrolet .listings .listings-grid .listing .content .price small {
    color: #000000;
}

.listings .listings-grid .listing .content .price.green {
    background: #56c243;
}

.listings .listings-grid .listing .content .price.green span {
    color: #a0f491;
}

@media all and (max-width: 1024px) {
    .listings .listings-grid .listing {
        width: 50%;
    }

    .listings.related-vehicles .listings-grid .listing {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 768px) {
    .listings .listings-grid .listing {
        width: 50%;
    }

    .listings.related-vehicles .listings-grid .listing {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 480px) {
    .listings .listings-grid .listing {
        width: 100%;
    }

    .listings.related-vehicles .listings-grid .listing {
        width: 100%;
        margin-bottom: 10px;
    }

    .listings .listings-grid {
        margin: 5px 0;
    }
}

/* List
   ========================================================================== */
.listings .listings-list .listing {
    margin-bottom: 30px;
}

.listings .listings-list .listing:last-of-type {
    margin-bottom: 0;
}

.listings .listings-list .listing .image {
    width: 355px;
    height: 245px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.listings .listings-list .listing .details {
    height: 245px;
    width: 43px;
    float: left;
}

.listings .listings-list .listing .details .item {
    height: 49px;
    width: 100%;
    position: relative;
    background: #e8ecef;
    border-bottom: 1px solid #dde2e5;
    color: #8c9aa5;
    text-align: center;
    line-height: 49px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.listings .listings-list .listing .details .item:last-of-type {
    border-bottom: none;
}

.listings .listings-list .listing .details .item span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 100%;
    background: #09a0f7;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 49px;
    padding: 0 30px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.listings .listings-list .listing .details .item:hover span {
    opacity: 1;
    visibility: visible;
}

.listings .listings-list .listing .content {
    border: 1px solid #e8eef2;
    border-left: none;
    padding: 24px;
    padding-bottom: 36px;
    font-size: 14px;
    line-height: 24px;
    color: #6f828d;
    position: relative;
    margin-left: 398px;
    min-height: 245px;
}

.listings .listings-list .listing .content .rating {
    float: right;
    font-size: 14px;
    line-height: 19px;
    color: #f7d809;
}

.listings .listings-list .listing .content .title {
    font-size: 22px;
    line-height: 21px;
    font-weight: 500;
    color: #2e566e;
    margin-bottom: 18px;
}

.listings .listings-list .listing .content .title a {
    color: #2e566e;
}

.listings .listings-list .listing .content .title span {
    color: #3fa7e7;
    font-size: 20px;
}

.listings .listings-list .listing .content .button {
    border-width: 1px;
    border-color: #e3e3e3;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
    color: #2e566e;
}

.listings .listings-list .listing .content .button:hover {
    background: #e3e3e3;
}

.listings .listings-list .listing .content .price {
    line-height: 36px;
    padding: 0 14px;
    background: #09a0f7;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.listings .listings-list .listing .content .price span {
    font-size: 12px;
    line-height: 19px;
    color: #98d8ff;
}

.listings .listings-list .listing .content .price.green {
    background: #56c243;
}

.listings .listings-list .listing .content .price.green span {
    color: #a0f491;
}

@media all and (max-width: 768px) {
    .listings .listings-list .listing .image {
        width: 100%;
        float: none;
    }

    .listings .listings-list .listing .details {
        width: 100%;
        height: 43px;
        float: none;
    }

    .listings .listings-list .listing .details .item {
        height: 43px;
        width: 20%;
        float: left;
        border-bottom: none;
        border-right: 1px solid #dde2e5;
    }

    .listings .listings-list .listing .details .item:last-of-type {
        border-right: none;
    }

    .listings .listings-list .listing .details .item span {
        bottom: 100%;
        top: auto;
        right: auto;
        left: 0;
    }

    .listings .listings-list .listing .content {
        margin-left: 0;
        border-left: 1px solid #e8eef2;
        ; border-top: none;
    }
}

/* Refine Search
   ========================================================================== */
.refine-search {
    padding: 25px 24px;
    background: #778790;
    color: #fff;
    margin-bottom: 30px;
}

.refine-search .title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
}

.refine-search .title i {
    font-size: 16px;
    line-height: 21px;
}

.refine-search .price-slider-value, .refine-search .distance-slider-value {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
}

.refine-search .button {
    font-size: 14px;
    line-height: 41px;
    font-weight: 700;
}

@media all and (max-width: 768px) {
    .refine-search {
        margin-top: 24px;
    }
}

/* ==========================================================================
   21. Team
   ========================================================================== */
.team-slider {
    text-align: center;
}

.team-member {
    width: 264px;
    height: 234px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.team-member .about {
    background: #555;
    background: rgba(85, 85, 85, .9);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #d9dfe2;
    padding-top: 28px;
    padding-bottom: 22px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.team-member:hover .about {
    top: 90px;
}

.team-member .about .name {
    display: block;
    font-size: 18px;
    line-height: 19px;
    color: #f7d809;
    margin-bottom: 2px;
}

.team-member .about .title {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
}

.team-member .about .social-icons a {
    border: 2px solid #d9dfe2;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
}

.owl-theme .owl-dots {
    margin-top: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #bdbdbd;
    margin: 0 3px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #55c243;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

/* ==========================================================================
   22. Compare
   ========================================================================== */
.compare-cars {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 20px;
    margin-bottom: 36px;
}

.select-car {
    padding: 20px 0;
}

.select-car img {
    margin: 0 auto;
    margin-bottom: 38px;
}

.select-car .select-wrapper {
    margin-bottom: 9px;
}

.select-car .select-wrapper:last-of-type {
    margin-bottom: 0;
}

.add-car {
    border: 1px dashed #e7e7e7;
    padding-top: 79px;
    padding-bottom: 154px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.add-car:hover {
    opacity: .75;
}

.add-car img {
    margin: 0 auto;
    margin-bottom: 15px;
}

.add-car span {
    color: #2e566e;
    font-size: 20px;
    line-height: 21px;
    font-weight: 300;
}

/* Popular Comparisons
   ========================================================================== */
.popular-comparisons .item {
    padding: 0 15px;
}

.popular-comparison {
    position: relative;
}

.popular-comparison .car {
    width: 50%;
    float: left;
    border-left: 1px solid #e8ebef;
}

.popular-comparison .car:first-of-type {
    border-left: 0;
    border-right: 1px solid #e8ebef;
}

.popular-comparison .content {
    background: #fff;
    padding: 24px;
    color: #2e566e;
    font-weight: 300;
}

.popular-comparison .content .rating {
    color: #f7d809;
    font-size: 14px;
    line-height: 29px;
    float: right;
}

.popular-comparison .content .title {
    font-size: 20px;
    line-height: 29px;
}

.popular-comparison .content .title span {
    color: #3fa7e7;
    font-size: 18px;
}

.popular-comparison .content span {
    font-size: 18px;
}

.popular-comparison .vs {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #2e566e;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    border-radius: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -19px;
}

.popular-comparison .button {
    line-height: 40px;
    padding: 0 26px;
    font-weight: 300;
    font-size: 14px;
}

/* Comparisons Details
   ========================================================================== */
.comparison {
    color: #2e566e;
}

.comparison > .title {
    margin-bottom: 18px;
}

.comparison > .title h4 {
    line-height: 41px;
}

.comparison > .title .button {
    line-height: 41px;
    font-size: 14px;
    padding: 0 36px;
}

.comparison-cars {
    position: relative;
    margin-bottom: 45px;
}

.comparison-cars .car {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.comparison-cars .car:first-of-type {
    padding-left: 0;
    padding-right: 15px;
}

.comparison-cars .content {
    padding-top: 24px;
    font-weight: 300;
}

.comparison-cars .content .rating {
    color: #f7d809;
    font-size: 14px;
    line-height: 29px;
    float: right;
}

.comparison-cars .content .title {
    font-size: 20px;
    line-height: 29px;
}

.comparison-cars .content .title span {
    color: #3fa7e7;
    font-size: 18px;
}

.comparison-cars .content span {
    font-size: 18px;
}

.comparison-cars .vs {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #2e566e;
    background: #fff;
    font-size: 26px;
    font-weight: 300;
    border-radius: 100%;
    position: absolute;
    top: 108px;
    left: 50%;
    margin-left: -40px;
}

.general-comparison {
    font-size: 15px;
    color: #46667b;
}

.general-comparison .general-column {
    width: 50%;
    float: left;
    position: relative;
    border-top: 1px solid #d7dce4;
    padding-top: 20px;
}

.general-comparison.no-line .general-column {
    border-top: none;
}

.general-comparison .general-column:before, .general-comparison .general-column:after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    background: #d7dce4;
    position: absolute;
    top: 0;
    left: 0;
}

.general-comparison .general-column:after {
    left: auto;
    right: 0;
}

.general-comparison .general-column:last-of-type:before {
    content: none;
}

.general-comparison.no-line .general-column:before, .general-comparison.no-line .general-column:after {
    content: none;
}

.general-comparison .item {
    border-bottom: 1px solid #d7dce4;
    line-height: 48px;
    padding-left: 12px;
}

.general-comparison .general-column:first-of-type .item {
    padding-left: 0;
}

.general-comparison .item:last-of-type {
    border-bottom: none;
}

.general-comparison .item .option {
    width: 50%;
    float: left;
    padding-right: 70px;
}

.general-comparison .item .option:after {
    content: ':';
    float: right;
}

.general-comparison .item .option-content {
    width: 50%;
    float: left;
}

.general-comparison .color-box {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 14px;
}

.general-comparison .check, .general-comparison .not-available {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #56c243;
    border-radius: 100%;
    text-align: center;
    color: #56c243;
    font-size: 24px;
    margin-top: 9px;
}

.general-comparison .not-available {
    border: 1px solid #f26522;
    color: #f26522;
}

@media all and (max-width: 768px) {
    .comparison-cars .vs {
        top: 24px;
    }

    .general-comparison .item {
        line-height: 24px;
    }

    .general-comparison .item .option {
        padding-right: 6px;
    }

    .general-comparison .check, .general-comparison .not-available {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        margin-top: 2px;
    }
}

/* ==========================================================================
   23. Contact
   ========================================================================== */
.contact > h4 {
    font-size: 24px;
    line-height: 21px;
    color: #2e566e;
    font-weight: 500;
}

.contact-details {
    background: #f2f7fc;
    padding: 16px 0;
}

.contact-details .item {
    padding: 12px 36px;
    border-bottom: 1px solid #e5e7e9;
}

.contact-details .item:last-of-type {
    border-bottom: none;
}

.contact-details .icon {
    font-size: 36px;
    line-height: 21px;
    color: #09a0f7;
    float: left;
}

.contact-details .content {
    margin-left: 61px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #5d6e7b;
}

.contact-details .content h6 {
    font-size: 15px;
    line-height: 21px;
    color: #2e566e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.contact-details .content span {
    display: block;
}

/* ==========================================================================
   24. Car Details
   ========================================================================== */
.car-details {
    margin-bottom: 45px;
}

.car-details .rating {
    color: #f7d809;
    font-size: 14px;
    line-height: 21px;
    float: right;
}

.car-details .title {
    font-size: 24px;
    line-height: 21px;
    float: left;
    color: #2e566e;
    font-weight: 700;
    text-transform: uppercase;
}

.car-details .title span {
    color: #3fa7e7;
    font-weight: 400;
}

.bgcamion .car-details .title {
    color: #aa090c;
}

.bgcamion .car-details .title span {
    color: #ec2d31;
}
.bgbus .car-details .title {
    color: #aa090c;
}

.bgbus .car-details .title span {
    color: #ec2d31;
}

.car-details .image {
    margin-top: 34px;
    margin-bottom: 42px;
}

.car-details .owl-theme .owl-dots {
    margin-top: 0;
}

.car-details .owl-controls {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}

.car-details .price {
    font-size: 30px;
    line-height: 33px;
    padding: 13px 24px;
    background: #09a0f7;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 17px;
}

.car-details .price span {
    font-size: 14px;
    line-height: 19px;
    color: #98d8ff;
}

.voiture-chevrolet .car-details .price span {
    color: #fff;
}

.voiture-chevrolet .car-details .price {
    background: #e1b334;
    color: #fff;
}

.voiture-opel .car-details .price span {
    color: #ffffff;
}

.voiture-opel .car-details .price {
    background: #f9e011;
    color: #fff;
}

.voiture-isuzu .car-details .price span {
    color: #f5f5f5;
}

.voiture-isuzu .car-details .price {
    background: #aa090c;
    color: #fff;
}

.car-details .button {
    line-height: 47px;
    padding: 0 17px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 13px;
}

.car-details .button.dark {
    border: 1px solid #e3e3e3;
}

.car-details .button.blue {
    border: 1px solid #e3e3e3;
    color: #0074e1;
}

.bgcamion .car-details .button.blue {
    border: 1px solid #e3e3e3;
    color: #0074e1;
}

.bgcamion .car-details .button.red {
    border: 1px solid #4c4949;
    color: #aa090c;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bgcamion .car-details .button.red:hover,.bgcamion .car-details .button.red:focus {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #aa090c;
}
.bgbus .car-details .button.blue {
    border: 1px solid #e3e3e3;
    color: #0074e1;
}

.bgbus .car-details .button.red {
    border: 1px solid #4c4949;
    color: #aa090c;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bgbus .car-details .button.red:hover,.bgbus .car-details .button.red:focus {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #aa090c;
}

.car-details .main-car-details {
    margin-bottom: 20px;
}

.car-details .main-car-details .item {
    border-bottom: 1px solid #d7dce4;
    line-height: 48px;
}

.car-details .main-car-details .item:last-of-type {
    border-bottom: none;
}

.car-details .main-car-details .item .option {
    width: 50%;
    float: left;
    padding-right: 32px;
    text-transform: uppercase;
}

.car-details .main-car-details .item .option:after {
    content: ':';
    float: right;
}

.car-details .main-car-details .item .option-content {
    width: 50%;
    float: left;
}

/* Alt
   ========================================================================== */
.car-details.alt {
    margin-bottom: 0;
}

.car-details.alt .image {
    margin-top: 0;
    margin-bottom: 34px;
}

.car-details .details-box {
    border: 1px solid #e8ecef;
    position: relative;
}

.car-details .details-box .heading {
    padding: 20px 30px;
    padding-bottom: 20px;
}

.car-details.alt .price {
    font-size: 24px;
    line-height: 33px;
    padding: 7px 20px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.car-details.alt .price span {
    font-size: 12px;
    line-height: 19px;
}

.bgcamion .car-details .price {
    background: #aa090c;
}

.bgcamion .car-details .price span {
    color: #EEEEEE;
}

.bgbus .car-details .price {
    background: #aa090c;
}

.bgbus .car-details .price span {
    color: #EEEEEE;
}

.car-details.alt .rating {
    font-size: 14px;
    line-height: 19px;
    float: none;
    margin-top: 6px;
}

.car-details.alt .title {
    font-size: 20px;
    line-height: 21px;
    float: none;
}

.car-details.alt .title span {
    font-weight: 300;
}

.car-details .details-box {
    color: #6f828d;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 34px;
}

.car-details .details-box .content {
    padding: 0px;
}

.car-details .details-box .content .table-responsive .table {
    padding: 0;
    border: none;
}

.car-details .details-box .details-box-details {
    background: #e8ecef;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #8c9aa5;
}

.car-details .details-box .details-box-details div {
    float: left;
    border-right: 1px solid #dde2e5;
}

.car-details .details-box .details-box-details i {
    color: #1c1d1d;
    margin-right: 8px;
}

.car-details .details-box .details-box-details .seats {
    width: 25%;
}

.car-details .details-box .details-box-details .fuel {
    width: 25%;
}

.car-details .details-box .details-box-details .type {
    width: 25%;
}

.car-details .details-box .details-box-details .gear {
    width: 25%;
}

.car-details .details-box .details-box-details .year {
    width: 23.33%;
    border-right: none;
}

.car-details .details-box .details-box-details div span.poid {
    background-image: url(../images/icon/poid.png);
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    margin-top: 5px;
}

.car-details .details-box .details-box-details div span.boit {
    background-image: url(../images/icon/bite.fw.png);
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    margin-top: 5px;
}

.bgcamion .car-details .details-box .details-box-details div {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    width: 23.33%;
    border-right: none;
}

.bgbus .car-details .details-box .details-box-details div {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    width: 23.33%;
    border-right: none;
}

.car-details .details-box .details-box-details div span {
    display: block;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: black;
}

.car-details.alt .button {
    line-height: 32px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 6px;
}

h5.rubtitle {
    /*background-color: aliceblue;*/
    padding: 5px 10px;
    border-left: 4px solid #EEE;
    font-size: 20px;
}

.car-details .specifications {
    padding: 20px 26px;
    padding-bottom: 30px;
    background: #09a0f7;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}

.details-box .table-responsive thead tr th {
    text-align: center;
}

.car-details .image div.galery_fini {
    list-style: none;
    margin-top: 20px;display: table;
}

.car-details .image div.galery_fini a.glr_item {
    width: 120px;
    height: 100px;
    border: 1px solid #EEEEEE;
    padding: 4px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    float: left;
}

.car-details .image div.galery_fini a.glr_item:hover {
    background-color: #fdfdfd
}

.car-details .image div.galery_fini a.glr_item img {
    width: 120px;
    max-height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.car-details .image div.galery_fini a.glr_item img:hover {
    opacity: 0.8;
}

.voiture-opel .car-details .specifications {
    background: #f9e011;
    color: #010106;
}

.voiture-chevrolet .car-details .specifications {
    background: #e1b334;
    color: #fff;
}

.voiture-isuzu .car-details .specifications {
    background: #aa090c;
    color: #ffffff;
}

.bgcamion .car-details .specifications {
    background: #ec2d31;
    color: #ffffff;
}
.bgbus .car-details .specifications {
    background: #ec2d31;
    color: #ffffff;
}

.car-details .Soptions h6 {
    margin-bottom: 20px;
    color: #3fa7e7;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.voiture-chevrolet .car-details .Soptions h6 {
    color: #3fa7e7;
}

.voiture-opel .car-details .Soptions h6 {
    color: #3fa7e7;
}

.voiture-isuzu .car-details .Soptions h6 {
    color: #3fa7e7;
}

.car-details.alt .title {
    font-size: 20px;
    line-height: 21px;
    float: none;
}

.car-details .details-box span.subtitle {
    font-size: 16px;
    margin-top: 20px !important;
    display: block;
    color: #09a0f7;
}

.voiture-isuzu .car-details .details-box span.subtitle {
    color: #aa090c;
}

.voiture-opel .car-details .details-box span.subtitle {
    color: #ffe024;
}

.voiture-chevrolet .car-details .details-box span.subtitle {
    color: #e1b334;
}

.car-details .specifications .bg {
    position: absolute;
    bottom: 0;
    left: 18px;
    z-index: 1;
}

.car-details .specifications h2 {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}

.car-details .specifications .content {
    margin-left: 250px;
    z-index: 2;
    position: relative;
}

.car-details .specifications .item {
    line-height: 33px;
    font-size: 15px;
}

.car-details .specifications .item .option {
    width: 50%;
    float: left;
    padding-right: 4px;
}

.car-details .specifications .item .option:after {
    content: ':';
    float: right;
}

.car-details .specifications .item .option-content {
    width: 50%;
    float: left;
    color: #ffffff;
}

.car-details h6 {
    margin-bottom: 30px;
    color: #3fa7e7;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.bgcamion .car-details h6 {
    color: #aa090c;
}
.bgbus .car-details h6 {
    color: #aa090c;
}

.voiture-chevrolet .car-details h6 {
    color: #e1b334;
}

.voiture-opel .car-details h6 {
    color: #aa090c;
}

.viture-isuzu .car-details h6 {
    color: #aa090c;
}

.car-details .fa-ul {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}

@media all and (max-width: 768px) {
    .car-details .specifications h2 {
        float: none;
        margin-bottom: 18px;
    }

    .car-details .specifications .content {
        margin-left: 0;
    }
}

/* ==========================================================================
   25. Add Car
   ========================================================================== */
.add-car-header .item {
    color: #616d75;
    width: 20%;
    float: left;
    position: relative;
}

.add-car-header .item.active, .add-car-header .item.completed {
    color: #2e566e;
}

.add-car-header .item .icon {
    font-size: 48px;
    margin-bottom: 24px;
    color: #76878f;
}

.add-car-header .item.active .icon, .add-car-header .item.completed .icon {
    color: #19a6f8;
}

.add-car-header .item h6 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.add-car-header .item .sub {
    font-size: 13px;
    line-height: 20px;
    color: #5d6e7b;
}

.add-car-header .item.active .sub, .add-car-header .item.completed .sub {
    color: #5d6e7b;
}

.add-car-header .item .line {
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 14px;
    background: #e5eaed;
}

.add-car-header .item.active .line, .add-car-header .item.completed .line {
    background: #55c243;
}

.add-car-header .item.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #eef0f3 transparent;
    position: absolute;
    bottom: -96px;
    left: 25px;
    margin-left: -12px;
}

.add-car-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #2e566e;
    margin-bottom: 44px;
    border-bottom: 1px solid #dae2e6;
    padding-bottom: 15px;
}

.add-car-heading.margin-top {
    margin-top: 44px;
}

.add-car-heading.no-line {
    padding-bottom: 0;
    border-bottom: 0;
}

.add-car-form {
    color: #616d75;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.add-car-form .button:not(.file-input) {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
}

.add-car-form .button.pay-publish {
    line-height: 41px;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 700;
}

.add-car-form .price {
    background: #76878f;
    padding: 30px;
}

.add-car-form .price label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 13px;
    color: #fff;
}

.add-car-form .price input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    border-color: #fff;
}

.add-car-form .price .input-group-addon {
    font-size: 25px;
    font-weight: 300;
}

.add-car-form .price .form-group {
    margin-bottom: 10px;
}

.add-car-form .price small {
    color: #a3b7c0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.add-car-form {
}

.add-car-form .btn {
    width: 100%;
    padding: 10px 16px;
    line-height: 20px;
    border: 1px solid #e9eaee;
    border-radius: 0px;
}

.add-car-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: none;
    color: #5e6770;
}

.add-car-form .btn-default {
    color: #9ba7ae;
}

.add-car-form .btn-default:hover {
    background: #fff;
}

.add-car-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
    border: none;
}

@media all and (max-width: 768px) {
    .add-car-header .item {
        width: 50%;
        margin-bottom: 24px;
    }

    .add-car-header .item.active:after {
        content: none;
    }

    .add-car-header .item .icon {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

#toTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    background: #0074e1;
}

#toTop a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    font-size: 20px;
    cursor: pointer
}

#toTop a i {
    padding: 5px
}

.Soptions .fa-ul>li {
    position: relative;
    display: inline-block;
    float: left;
    width: 32.3%;
    padding: 10px 5px;
    background-color: #f2f2f2;
    margin: 2px;
}

.section:last-of-type>.inner {
    padding-bottom: 20px !important;
}

.section>.inner {
    padding: 20px 0 !important;
}

.responsive-nav .list-unstyled li ul {
    list-style: none;
    padding-left: 20px;
}

.responsive-nav .list-unstyled li ul li {
    border-bottom: 2px solid #EEE;
}

.responsive-nav .list-unstyled li ul li a {
    font-size: 18px
}

.responsive-nav .list-unstyled li ul li:last-child {
    border-bottom: none;
}

.responsive-nav .list-unstyled li {
    border-bottom: 2px solid #EEE;
}

.responsive-nav .list-unstyled li:hover, .responsive-nav .list-unstyled li.active {
    border-bottom: 2px solid #01a0ee;
}

@media all and (max-width: 1024px ) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .welcome .slide > .inner .container {
        top: 5%;
        left: 0;
        width: 70%;
    }

    .welcome .slide > .inner .container .banner {
        max-width: 100%;
    }
}

@media all and (max-width: 800px ) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .car-details .details-box .details-box-details {
        font-size: 12px;
    }

    .car-details .price {
        position: relative !important;
        margin-bottom: 10px !important;
    }

    .Soptions .fa-ul>li {
        width: 50%;
    }

    .widget-right {
        display: none;
    }

    .responsive-menu {
        min-width: 100%;
    }
}

@media all and (max-width: 768px ) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .sidebar-cta.call-to-action .image {
        float: none;
        margin: 0 auto;
        width: 244px;
    }

    .car-details .details-box .details-box-details {
        font-size: 16px;
    }

    .Soptions .fa-ul>li {
        width: 50%;
    }

    .responsive-menu {
        min-width: 90%;
    }
}

@media all and (max-width: 480px ) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    p {
        text-align: justify;
    }

    .row.nos-marques-home > div {
        width: 100%;
    }

    #marquelistpage .col-xs-6 {
        width: 100%;
    }

    .blog-list .blog-post .content .button {
        bottom: 0;
        right: 0;
    }

    .sidebar-cta.call-to-action .image {
        float: none;
        margin: 0 auto;
        width: 244px;
    }

    .car-details .details-box .details-box-details {
        font-size: 12px;
    }

    .car-details.alt .price {
        margin-bottom: 15px;
        position: relative;
    }

    .Soptions .fa-ul>li {
        width: 100%;
    }

    .responsive-menu {
        min-width: 100%;
    }
}

@media all and (max-width: 768px) {
    .welcome .slide > .inner {
        padding-top: 164px;
        height: 600px;
    }

    .welcome .slide > .inner h2 {
        font-size: 20px;
    }

    .welcome .slide > .inner h3 {
        font-size: 20px;
    }

    .welcome .slide > .inner .container {
        left: 0;
        top: 5%;
        width: 75%;
    }

    .welcome .slide > .inner .container .banner {
        max-width: 100%;
    }

    .map {
        height: 240px;
    }
}

@media all and (max-width: 480px) {
    a.button.border.white {
        margin-left: 25% !important;
    }

    .sidebar-cta.call-to-action .content a.button.border.white {
        margin: 0 auto !important;
    }

    .welcome .slide > .inner h2 {
        font-size: 18px;
    }

    .welcome .slide > .inner h3 {
        font-size: 18px;
    }

    .welcome .slide > .inner .container {
        left: 0;
        top: 3%;
        width: 75%;
    }

    .welcome .slide > .inner .container .banner {
        max-width: 100%;
    }
}

@media all and (max-width: 320px) {
    a.button.border.white {
        margin-left: 25% !important;
    }

    .sidebar-cta.call-to-action .content a.button.border.white {
        margin: 0 auto !important;
    }

    .welcome .slide > .inner h2 {
        font-size: 18px;
    }

    .welcome .slide > .inner h3 {
        font-size: 18px;
    }

    .welcome .slide > .inner .container {
        left: 0;
        top: 3%;
        width: 75%;
    }

    .welcome .slide > .inner .container .banner {
        max-width: 100%;
    }

    .responsive-nav ul > li a {
        font-size: 23px;
        line-height: 40px;
    }
}
.car-details.alt .price small {font-size:  14px;margin-right:5px;}
.car-details.alt .price span {font-size:  18px;}
