@font-face {
  font-family: Font Awesome\6 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url(../fonts/fontawesome/fa-brands-400.woff2) format('woff2'),
    url(../fonts/fontawesome/fa-brands-400.ttf) format('truetype');
}
@font-face {
  font-family: Font Awesome\6 Duotone;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url(../fonts/fontawesome/fa-duotone-900.woff2) format('woff2'),
    url(../fonts/fontawesome/fa-duotone-900.ttf) format('truetype');
}
@font-face {
  font-family: Font Awesome\6 Pro;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src:
    url(../fonts/fontawesome/fa-thin-100.woff2) format('woff2'),
    url(../fonts/fontawesome/fa-thin-100.ttf) format('truetype');
}
@font-face {
  font-family: Font Awesome\6 Pro;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url(../fonts/fontawesome/fa-light-300.woff2) format('woff2'),
    url(../fonts/fontawesome/fa-light-300.ttf) format('truetype');
}
@font-face {
  font-family: Font Awesome\6 Pro;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url(../fonts/fontawesome/fa-solid-900.woff2) format('woff2'),
    url(../fonts/fontawesome/fa-solid-900.ttf) format('truetype');
}

:root {
  --theme-color: #f9283e;
  --theme-color: #e30713;
  --filter-theme-color: brightness(0) saturate(100%) invert(29%) sepia(70%) saturate(4141%) hue-rotate(338deg) brightness(96%)
    contrast(104%);
}

.widget_categories > ul > li:last-child > a {
  border-bottom: 1px solid var(--th-border-color);
}

.recent-post:hover .media-img:after {
  display: none;
}

.a-propos .box-icon img {
  width: 40px;
  filter: var(--filter-theme-color);
}

.dealership-advantages.style-2 .box-title {
  font-size: 22px;
}

.footer-call-wrap .footer-info-title {
  color: var(--theme-color);
}

.service-card .box-thumb .top-icon img {
  filter: var(--filter-theme-color);
}

.widget_categories a.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.widget_categories a.active ~ span {
  color: var(--white-color);
}

.shop-filter .check-box-wrap {
  margin-bottom: 18px;
}

.price_slider_wrapper .ui-slider-handle:last-child {
  transform: none;
}

.feature-list-1 .car-feature {
  flex-direction: column;
  align-items: center;
}

.feature-list-1 .car-feature .top-line {
  width: 100%;
  display: flex;
}

.feature-list-1 .car-feature .top-line li.item {
  width: 50%;
  display: flex;
  justify-content: center;
}

.vehicle-overview-body .overview-item {
  align-items: center;
}

.vehicle-overview-body {
  grid-template-columns: 1fr 1fr;
}

.reservation-right-thumb video {
  display: block;
}
.reservation-right-thumb {
  width: 514px;
}

.diapo-btn-recherche {
  height: 54px;
}

.select-group-wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.best-selling-tab .nav.nav-tabs.custom .nav-link {
  font-size: 22px;
}

.best-selling-tab .nav.nav-tabs.custom .nav-link.active::after {
  width: 30px;
}

.blog-card .box-title {
  min-height: 76px;
}

.home-contact {
  position: relative;
}
.home-contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home-contact .container {
  position: relative;
  z-index: 2;
}

.accordion-bottom__item .accordion-list-box {
  background-color: var(--smoke-color);
}

.accordion-bottom__item .accordion-list-box .box-title {
  min-width: 255px;
}

.footer-default .footer-top .footer-top-border {
  padding: 0px 0 0px 0;
}

.footer-default .footer-top .footer-top-border .texte {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-logo img {
  width: auto;
  height: 40px;
}

.widget--logo {
  background-color: black;
  padding: 0px;
}

footer .logo-top {
  padding: 30px 0;
}

/* rs fixed */

.fb-fixed__bouton {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  background-color: var(--theme-color);
  border-radius: 5px 0 0 5px;
}
.fb-fixed__bouton__img {
  width: 24px;
  margin: 12px;
}
.fb-fixed__iframe {
  transition: all 0.3s ease-in-out;
  z-index: 99999;
  position: fixed;
  top: 50%;
  right: -392px;
  transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid var(--theme-color);
  border-radius: 5px 0 0 5px;
  backdrop-filter: blur(10px);
  width: 390px;
}

.fb-fixed__iframe iframe {
  margin: 24px 24px 12px 24px;
}
.fb-fixed-lien {
  display: none;
}

.linkedin-fixed__bouton {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  position: fixed;
  top: calc(50% + 80px);
  right: 0px;
  transform: translate(0, -50%);
  background-color: var(--theme-color);
  border-radius: 5px 0 0 5px;
}

.linkedin-fixed__bouton__img {
  width: 24px;
  margin: 12px;
}

.th-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .fb-fixed__bouton--iframe {
    display: none;
  }
  .fb-fixed-lien {
    display: block;
  }
}
