/*
Theme Name: LuxeDrive Child
Theme URI: https://luxedrive.qodeinteractive.com
Description: A child theme of LuxeDrive
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: luxedrive
Template: luxedrive
*/










.singleagence.qodef-page-title {
    height: 515px;
    background-color: #ffffff;
}

.singleagence.qodef-page-title .qodef-m-title {
    color: rgb(255,255,255);
}
.singleagence.qodef-page-title .qodef-m-subtitle {
    color: rgba(255, 255, 255, 0.84);
}
@media only screen and (max-width: 1024px) {
    .singleagence.qodef-page-title {
        height: 400px;
    }
}

.agences-slider {
  padding: 0 0 100px;
  --qode-columns-col-gap: 50px;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.agences-slider .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.agences-slider .qodef-e-image, .agences-grid .qodef-e-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.agences-slider .swiper-slide img {
  width: 100%;
}
.agences-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  justify-content: start;
  margin: 0 auto;
  margin-top: 40px;
}
.agences-grid .item-box {
  width: calc(100% / 3 - 35px);
}
form.grid-form{
  width: 100%;
}
.form-btn {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}
.form-btn button {
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .agences-slider .qodef-e-image-inner, .agences-slider  .qodef-e-image-overlay, .agences-grid .qodef-e-image-inner, .agences-grid  .qodef-e-image-overlay {
      padding: 30px 10%;
  }
}
.agences-slider .qodef-e-image-inner, .agences-grid .qodef-e-image-inner {
  color: #a6a6a6;
}
.agences-slider .qodef-e-image-inner, .agences-slider .qodef-e-image-overlay,
.agences-grid .qodef-e-image-inner, .agences-grid .qodef-e-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px 20%;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.agences-slider .qodef-e-type,
.agences-grid .qodef-e-type {
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: .6s ease;
}
.agences-slider .qodef-e-image-inner>*,
.agences-grid .qodef-e-image-inner>* {
  z-index: 1;
}
.agences-slider .qodef-e-image-inner h4,
.agences-grid .qodef-e-image-inner h4{
  display: none;
}
.agences-slider .qodef-e-excerpt,
.agences-grid .qodef-e-excerpt {
  margin-top: 33px;
  opacity: 0;
  transform: translateY(30px);
  transition: .6s ease;
}
@media only screen and (max-width: 1440px) {
  .agences-slider .qodef-e-image-inner, .agences-slider .qodef-e-image-overlay,
  .agences-grif .qodef-e-image-inner, .agences-gird .qodef-e-image-overlay {
      padding: 30px 10%;
  }
}
.agences-slider .qodef-e-image-overlay,
.agences-grid .qodef-e-image-overlay {
  background-color: rgba(12, 19, 21, .85);
  z-index: 0 !important;
}
.agences-slider .qodef-e-content,
.agences-grid .qodef-e-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agences-slider .qodef-e-title,
.agences-grid .qodef-e-title {
  margin: 30px 0 0;
}
.agences-slider .swiper-button-next, .agences-slider .swiper-button-prev {
  top: unset !important;
  right: unset !important;
  bottom: 10px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 20;
}
.agences-slider .swiper-button-prev {
  left: calc(50% - 98px) !important;
}
.agences-slider .swiper-button-next {
  left: calc(50% + 98px) !important;
}
.agences-slider .swiper-pagination {
  bottom: 0 !important;
  font-family: Inconsolata, sans-serif;
}
.agences-slider .swiper-pagination .swiper-pagination-current {
  margin-right: 15px;
}
.agences-slider .swiper-pagination .swiper-pagination-total {
  margin-left: 15px;
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: block;
  width: 88px;
}
.agences-slider .qodef-e-inner:hover .qodef-e-image-inner, .agences-slider .qodef-e-inner:hover .qodef-e-image-overlay,
.agences-grid .qodef-e-inner:hover .qodef-e-image-inner, .agences-grid .qodef-e-inner:hover .qodef-e-image-overlay {
  opacity: 1;
}
.agences-slider .e-rating-wrapper,
.agences-grid .e-rating-wrapper {
  display: flex;
  justify-content: center;
}
.agences-slider .qodef-e-image-inner .e-icon,
.agences-grid .qodef-e-image-inner .e-icon {
  width: 16px;
  display: inline-block;
}
.agences-slider .qodef-e-image-inner .e-icon svg,
.agences-grid .qodef-e-image-inner .e-icon svg {
  fill: chocolate;
}
.agences-slider .qodef-e-inner:hover .qodef-e-excerpt,
.agences-grid .qodef-e-inner:hover .qodef-e-excerpt {
  opacity: 1;
  transform: translateY(0);
  transition: .6s ease .3s;
}
.agences-slider .qodef-e-media-image,
.agences-grid .qodef-e-media-image {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.agences-slider .qodef-e-media-image img,
.agences-grid .qodef-e-media-image img{
width: 190px;
}

.grid-pagination {
  margin: 30px 0;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.grid-pagination span.page-numbers.current {
  opacity: 0.7;
}

.multi-select-container {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.multi-select-menu {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 40px;
  float: left;
  min-width: 100%;
  background: #fff;
  border: 1px solid #000;
  display: none;
  margin: 5px 0;
  padding: 2px 20px;
  max-height: 200px;
  overflow-y: auto;
}
.multi-select-menu label {
  min-width: auto !important;
}
.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
   display: inline-block;
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   background-color: #fff;
   border-bottom: 1px solid #aaa;
   position: absolute;
   bottom: 20px;
   padding: 9px 20px;
}

.multi-select-button:after {
  content: '\33';
  font-family: ElegantIcons;
  display: block;
  font-style: normal;
  line-height: inherit;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 10px;
}
.multi-select-menuitems {
  margin-top: 10px;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.qodef-vehicle-list .qodef-vehicle-list-filter-holder {
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
.empty-results {
  padding: 50px 20px;
  text-align: center;
  font-weight: 700;
}

.promotions-slider .qodef-e-content{
  align-items: flex-start !important;
}
.promotions-slider .qodef-e-inner {
  padding: 45px;
  background-color: #f7f5f2
  
}
.promotions-slider .qodef-e-title {
  margin: 0;
}
.promotions-slider .qodef-e-price {
  margin-bottom: 32px;
}
.promotions-slider .qodef-e-price-inner {
  display: inline-flex;
  font-size: 40px;
  line-height: 1;
}
.promotions-slider .qodef-e-media-image img {
width: 100% !important;
}
.promotions-slider .qodef-e-read-more {
  width: 100%;
}
.promotions-slider .agence-map a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
.tags {
  margin-bottom: 20px;
}
.tags span {
  border: 1px solid #cfd7d9;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 12px;
  font-weight: 100;
  margin: 4px 4px 4px 0;
  padding: 1px 10px;
  line-height: 1.6rem;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.tags span.nolink {
  background: transparent;
  color: #000;
  cursor:default;
}
.tags span a{
  color: #fff;
}
.agence {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.agence > div:first-child {
  margin-right: 5px;
}
.tag-agence {
  border: 1px solid #cfd7d9;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 12px;
  font-weight: 100;
  margin: 4px 4px 4px 0;
  padding: 1px 10px;
  line-height: 1.6rem;
  background: #bfa37c;
  color: #000;
  cursor: pointer;
}
.tag-agence a:hover{
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .agences-grid .item-box {
    width: calc(100% / 2 - 35px);
}
}
/* Styles for mobile devices */
@media only screen and (max-width: 767px) {
  .agences-grid .item-box {
    width: 100%;
}
.multi-select-button {
 
  position:relative;
  bottom: 0px;
 
}
.multi-select-menu {
  top: 40px;
}
.multi-select-container {
  margin: 0 0 10px;
}

.form-btn {
  flex-direction: column;
}
.form-btn button {
  justify-content: center;
}
}

ul.links {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
}
ul.links a {
  color: #fff;
}
ul.links a:hover {
  color: #bfa37c;
}

.qodef-icon-with-text .qodef-m-text, .qodef-icon-with-text .qodef-m-title {
  font-size: 14px;
  line-height: 24px;
}
.car-container  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
}
.car-details {
  background-color: #F7F6F1;
  padding: 20px;
  border-radius: 20px;
}
.car-form {
  padding: 20px;
}
h2.car-price {
    color: #FF0000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}
h2.car-modele {
  color: #000;
  font-family: "Roboto", Sans-serif;
  font-size: 42px;
  font-weight: 600;
}
.car-image {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 45px;
}
@media (max-width: 992px) {
ul.links {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 576px) {
ul.links, .car-container{
  grid-template-columns: 1fr;
}
}
