@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

@import url("global.css");

body {
  background-color: var(--body-background-color);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  color: #290054 !important;
  letter-spacing: 0.5px;
  padding-right: 0 !important;
  background: url(../img/back-header.svg) no-repeat 30px 0;
  background-size: 55%;
  width: 100%;
}

p {
  font-size: large;
}

a {
  color: #290054;
}

.loading_page {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white url(../img/back-header.svg) no-repeat center center;
  background-size: cover;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banniere__garantie-texte {
  padding-left: 28px;
}

/*
MENU GENRAL
*/
.sub_menu .dropdown-item {
  font-size: 13px !important;
}

.sub_menu .dropdown-menu {
  width: 400px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 3px 6px 7px rgb(0, 0, 0, 0.3);
}

.sub_menu .dropdown-menu li {
  width: 180px;
  float: left;
}

.sub_menu .dropdown-menu::before {
  left: 46px;
  top: -13px;
  transform: rotate(90deg);
  content: "\A";
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #73c9e5 transparent transparent;
  position: absolute;
}

/* start - top-header */
nav#top-header {
  height: 40px !important;
  background-color: #39c6f3 !important;
}

nav#top-header a {
  text-decoration: none !important;
}

nav#top-header span {
  /*font-family: var(--inter);*/
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #290054 !important;
  line-height: 15.73px !important;
}

nav#top-header .dropdown .lang {
  /* display: flex !important; */
  gap: 4px !important;
}

/* end - top-header */
/* start - navbar */
nav#navbar {
  padding: 0px;
  background-color: transparent !important;
}

nav#navbar .container {
  height: 110px !important;
  margin: 0px auto !important;
}

nav#navbar .container .navbar-toggler {
  border: none !important;
  outline: none !important;
}

nav#navbar .container .navbar-toggler:active,
nav#navbar .container .navbar-toggler:hover {
  outline: none !important;
}

nav#navbar .container .navbar-brand img {
  width: 184px;
}

nav#navbar .container .navbar-collapse {
  margin-left: 50px;
}
nav#navbar .container .navbar-collapse.rtl {
  margin-right: 50px !important;
  margin-left: 0px;
}

nav#navbar .container {
  /* background: url("../img/icons/navbar-background.svg") no-repeat left top !important; */
  background-size: 40% !important;
}

nav#navbar .navbar-brand img {
  width: 183.87px;
  height: 47.08px;
}

nav#navbar .nav-item .nav-link {
  /*font-family: var(--inter);*/
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #290054 !important;
  line-height: 15.73px !important;
  text-transform: uppercase !important;
  margin: 0 10px !important;
}

nav#navbar .nav-item.divider {
  background: #73c9e7 !important;
  width: 2px !important;
  height: 35px !important;
  margin-right: 20px;
  margin-left: 180px;
}

nav#navbar .btn-wishlist {
  border: 1px solid #dfdfdf !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin-right: 10px;
}

nav#navbar .btn-wishlist:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

nav#navbar .btn-profile {
  border: 1px solid #dfdfdf !important;
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin-right: 10px;
}

nav#navbar .btn-profile:hover {
  background-color: var(--secondary-color) !important;
  border: 1px solid #dfdfdf !important;
}

/* end - navbar */
/* start - product photos */
.swiper-min {
  padding: 20px;
}

.swiper-min .swiper-slide {
  width: auto;
}

.swiper-min .swiper-slide img {
  width: 80px;
  height: 50px;
}

.swiper-min .swiper-slide-icon {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-min .swiper-slide-icon img {
  width: 20px;
  height: 20px;
}

.swiper:not(.swiper-min) .swiper-slide img {
  /* height: 490px; */
  height: 642px;
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-thumbs .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
}

.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* end - product photos */
/* start - product details */
#head-breadcrumb .breadcrumbitem {
  color: #290054;
  font-size: 13px;
  /* text-decoration: underline !important; */
  margin: 0px 3px;
}

#head-breadcrumb .breadcrumbitem a {
  color: #888888;
  font-size: 13px;
  text-decoration: none !important;
}

#head-breadcrumb .breadcrumbitem-active {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}

.main-header {
  display: flex;
  justify-content: space-between;
}

.main-header .car-logo {
  max-height: 27px;
}

.banniere__garantie-image {
  width: 63%;
  float: right;
}

.main-header .main-title {
  color: #290054;
  font-size: 34px;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
}

.model-title {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  text-transform: uppercase;
}

.up-title {
  color: #290054;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
}

.car-options {
  margin-top: 40px;
  gap: 20px;
}

.car-options .car-option {
  width: calc(25% - 20px) !important;
  padding: 10px;
}

.car-options .car-option .row {
  border-bottom: 1px solid #dfdfdf;
}

.car-options .car-option img {
  width: 30px;
}

.car-options .car-option .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.car-options .car-option .col-8.mcheck {
  justify-content: space-between;
}

.car-options .car-option .col-md-8.mcheck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  margin: 10px 0px;
}

.car-options .car-option-mcheck {
  color: #290054;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.car-options .car-option-title {
  color: #888888;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

.car-options .car-option-value {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.tooltip_OCCAZ {
  font-size: 11px;
  background-color: #888888;
}

.display-more-block {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #290054;
  width: 100%;
  height: 30px;
  background: #ebebeb;
  border-radius: 5px;
  border: none;
  margin: 20px 0px;
}

.display-more-block:hover {
  color: #290054;
  background: var(--primary-color);
}

.display-more-block svg {
  margin-left: 5px;
}

.benifits {
  width: 100%;
  height: 105px;
  border-radius: 10px;
  background: url("../img/bg_avantage.svg") no-repeat left top #290054 !important;
  /* background-size: 40% !important;
  opacity: 0.5; */
  /* margin: 20px -12px; */
  padding: 0px 59px;
}

.benifits .benifit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.benifits .benifit span {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  width: calc(150% / 2);
  color: #ffffff;
}

.benifits .benifit img {
  width: 35px;
  height: 35px;
}

.publication-info {
  font-style: normal;
  text-align: center;
}

.publication-info h5 {
  font-weight: 600;
  font-size: 14px;
  color: #290054;
}

.publication-info h6 {
  font-weight: 400;
  font-size: 13px;
  color: #290054;
}

.publication-info p {
  font-weight: 300;
  font-size: 12px;
}

.copy-btn {
  border: none !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 5px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.copy-btn img {
  width: 13px;
  height: 13px;
}

.embassadeur-container {
  display: flex;
  justify-content: center;
}

.car-option .mcheck-logo {
  width: 25%;
}

.car-option .mcheck-logo img {
  width: 25px;
}

.car-option .mcheck {
  width: 75%;
  display: flex;
  padding: 6px;
  gap: 3px;
  margin-bottom: 8px;
}

.embassadeur {
  display: flex;
  align-items: center;
  width: calc(100% / 2);
  padding: 5px 5px;
  padding-top: 0px;
  border-radius: 8px;
  border: 2px solid #dfdfdf !important;
  margin-bottom: 90px;
}

.embassadeur .col-md-3 {
  width: 30% !important;
}

.embassadeur .col-md-9 {
  width: 70% !important;
}

.embassadeur .embassadeur-img {
  width: 100%;
}

.embassadeur h4 {
  font-style: normal;
  font-weight: 600;
  font-size: var(--h4-font-size);
  line-height: 19px;
  text-transform: uppercase;
  color: #290054;
}

.embassadeur .col-md-9 div {
  display: flex;
  align-items: end;
}

.embassadeur .col-md-9 button {
  flex-grow: 1;
  flex-shrink: 0;
  color: #73c9e7;
  border: none !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 5px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 3px;
}

.embassadeur .col-md-9 button {
  width: 23px;
  height: 23px;
}

.embassadeur div p {
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #4e4e4e;
}

.autres-cars {
  background-color: #ebebeb;
}

.autres-cars h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #290054;
  padding-top: 35px;
  padding-bottom: 20px;
  margin: 0px;
}

#accordion-items {
  margin: 20px 0px;
  width: 100%;
}

#accordion-items .accordion-item,
#accordion-items .accordion-button {
  background-color: #ebebeb !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  color: #290054 !important;
  font-weight: 600 !important;
}

#accordion-items .accordion-item {
  margin-bottom: 10px !important;
}

#accordion-items .accordion-body {
  padding: 10px 20px;
}

#accordion-items .accordion-body .accordion-content {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}

#accordion-items .accordion-display-more {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #290054;
  padding-left: 15px;
}

#accordion-items .accordion-display-more .copy-btn {
  background-color: white;
  margin-left: 4px;
}

.card-contact-info {
  box-sizing: border-box;
  background: #e3f4fa;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 27px 30px;
  min-height: 642px;
}

.card-contact-info .contact-top {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.card-contact-info .contact-top .mcheck {
  display: flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #290054;
}

.card-contact-info .contact-top img {
  height: 22px;
}

.card-contact-info .contact-top .mcheck img {
  height: 19px;
}

.card-contact-info .contact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-contact-info .contact-header h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #290054;
  margin: 0px;
}

.card-contact-info .contact-header span {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #806699;
  margin: 0px;
  padding: 0px;
}

.card-contact-info .contact-header img {
  height: 50px;
}

.map-bg {
  height: 50px;
  border-radius: 5px;
  margin: 20px 0px;
  background: url("../img/map_bg.svg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: #290054;
}

.card-contact-info .date_enchere h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #290054;
}

.card-contact-info .prix h1 {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #290054;
}

.card-contact-info .prix h1 span {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  color: #290054;
}

.card-contact-info .btn-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: none;
  padding: 10px 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.card-contact-info .btn-buy,
.search-page-head .btn-filter,
#mobile-filter .btn-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #290054;
  color: white;
  border: none;
  transition: 0.3s;
  padding: 10px 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  margin: 10px 0px;
}

.btn-buy:hover {
  background-color: #fff;
  color: #290054;
}

#appointmentForm .btn-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #73c9e7;
  color: #fff !important;
  border: none;
  transition: 0.3s;
  padding: 10px 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  margin: 10px 0px;
}

#appointmentForm .btn-contact:hover {
  background-color: #290054;
  color: #fff !important;
}

#mobile-filter .btn-search {
  justify-content: space-between;
  padding: 10px 25px;
}

#mobile-filter .btn-search span {
  font-weight: 600;
}

#mobile-filter .btn-search span:last-child {
  color: #00abbe;
}

.card-contact-info .btn-contact span {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #290054;
}

.card-contact-info .btn-contact img {
  width: 20px;
  height: 20px;
}

.card-compare {
  margin-top: 20px;
  background-color: #ebebeb;
  padding: 32px 30px;
  border: none;
  display: flex !important;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.card-compare > div {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
}

.card-compare button {
  color: #73c9e7;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.card-compare button.btn-plus {
  background-color: #290054;
}

.card-compare button.btn-light {
  background-color: #ffffff;
  border: 1px solid #73c9e7 !important;
}

.card-compare span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.card-assurance {
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #ea0a2a;
  background-color: #ebebeb !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.card-assurance .card-head {
  color: #222;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 33px;
}

.card-assurance .card-head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #222;
  margin: 0px;
  float: right;
  position: absolute;
  left: 0px;
}

.card-assurance .card-head span {
  font-size: 12px;
  width: 50%;
  text-align: right;
  float: left;
  position: absolute;
  right: 0px;
}

body.rtl .card-assurance .card-head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #222;
  margin: 0px;
  float: right;
  position: absolute;
  right: 0px;
  text-align: right;
}

body.rtl .card-assurance .card-head span {
  font-size: 12px;
  width: 50%;
  text-align: right;
  float: left;
  position: absolute;
  left: 0px;
}

body.rtl .card-assurance label {
  font-size: 13px;
  color: #222;
  text-align: right;
  width: 100%;
}
.card-assurance label {
  font-size: 13px;
  color: #222;
  text-align: left;
  width: 100%;
}
.card-assurance select,
.card-assurance input {
  margin-top: 3px;
  padding: 7px 12px;
  border: none;
  border-radius: 5px;
  /* min-width: 100px; */
  width: 100%;
  margin-bottom: 10px;
}

.card-assurance .assurance-footer {
  display: flex;
  justify-content: space-between;
  /* justify-items: end; */
  align-items: center;
  /* padding-top: -25px; */
  margin-top: -15px;
}

.card-assurance .footer-text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px !important;
  padding-left: 16px;
  padding-top: 12px;
  position: relative;
  color: #222;
  display: block;
}

.card-assurance .img-assurance-c {
  width: 160px;
  height: 160px;
  background: linear-gradient(180deg, #fff 0%, #ea0a2a 57%);
  border-radius: 50%;
  position: relative;
  /* bottom: -70px; */
  transform: translateY(70px);
  right: 15px;
}

.card-assurance .bottom {
  position: relative;
  bottom: -40px;
}

#recommanded-cars {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 50px 20px;
  overflow: hidden;
}

/* #recommanded-cars .swiper-wrapper {
  padding: 0px 15px;  
} */

#recommanded-cars .swiper-button-prev,
#recommanded-cars .swiper-button-next {
  border-radius: 50%;
  background-color: white;
  color: #290054;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recommanded-cars .swiper-button-prev::after,
#recommanded-cars .swiper-button-next::after {
  font-size: 25px;
}

.car-card {
  max-width: 330px;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.car-card.check::after {
  content: "";
  display: block;
  background: url("../img/mcheck-badge.png") no-repeat center/cover;
  position: absolute;
  top: 19px;
  left: 19px;
  height: 22px;
  width: 91px;
  z-index: 20;
}

.car-card.deal::after {
  content: "";
  display: block;
  background: url("../img/bon-deal-btn.png") no-repeat center/cover;
  position: absolute;
  top: 19px;
  left: 19px;
  height: 22px;
  width: 91px;
  z-index: 20;
}
.car-card.deal.rtl::after {
  content: "";
  display: block;
  background: url("../img/bon-deal-btn-ar.png") no-repeat center/cover;
  position: absolute;
  top: 19px;
  left: 19px;
  height: 22px;
  width: 91px;
  z-index: 20;
}

.car-card.validation::after {
  content: "En validation";
  display: block;
  background-color: #ea0a2a;
  position: absolute;
  top: 19px;
  left: 19px;
  /* height: 22px; */
  /* width: 91px; */
  z-index: 20;
  padding: 2px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
}

.card-contact-info.mobile,
.card-compare.mobile {
  display: none !important;
}

.car-card.active {
  background: white;
  border: 2px solid #73c9e7;
}

#recommanded-cars .swiper-slide {
  width: fit-content !important;
  /* width: 100% !important; */
}

#recommanded-cars .swiper-slide-active .car-card {
  background: white;
  border: 2px solid #73c9e7;
}

/* #recommanded-cars
  .swiper-slide-active
  .car-card
  .swiper-container
  .swiper-wrapper { 
} */

.autres-cars .car-image {
  width: 100%;
  /* width: 100%; */
}

.car-image {
  width: 100%;
  max-height: 213px;
  min-height: 213px;
  border-radius: 5px;
  object-fit: cover;
}

.car-title {
  color: #290054;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}

.car-subtitle {
  color: #6c63a0;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-bottom: 10px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 13px;
}

.spec-icon {
  color: #73c9e7;
}

.price {
  color: #290054;
  font-size: 1.4rem;
  font-weight: bold;
}

.currency {
  font-size: 0.8rem;
  font-weight: 500;
}

.cars-container {
  row-gap: 5px;
}

.cars-container .car-card {
  border: 1px solid transparent;
  box-sizing: content-box;
  transition: all 0.5s;
}

.cars-container .car-card .p-4 {
  padding-bottom: 10px !important;
}

.cars-container .car-card:hover {
  background-color: #ebebeb;
  border: 1px solid #73c9e7;
}

.m-check {
  color: #290054;

  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}

.favorite-btn {
  border: 2px solid #eee;
  width: 43px;
  height: 43px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #ccc;
  transition: all 0.3s;
}

.favorite-btn:hover {
  border-color: #73c9e7;
  color: #73c9e7;
}

/*
      FOOTER
*/
.footer {
  background-color: #39c6f3;
  padding: 4rem 0 2rem;
}

.footer p {
  font-size: 12px;
  color: #290054;
}

.footer h3 {
  font-size: 16px !important;
  color: #290054;
  padding: 14px 0 27px 0;
}

.footer .h3_footer {
  color: #fff !important;
  padding: 13px 0 0 5px !important;
}

.footer .p_white {
  color: #fff !important;
}

.footer-logo {
  max-height: 40px;
  margin-bottom: 1rem;
}

.contact-info a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  text-decoration: none;
  font-size: 13px;
}
.footer-links a:hover {
  text-decoration: underline;
}

.newsletter-box {
  background-color: #290054;
  color: white;
  padding: 1.5rem;
  border-radius: 8px;
}

.newsletter-box .d-flex {
  gap: 8px;
}

.newsletter-box .input-group .form-control {
  border-radius: 4px;
}

.newsletter-box .input-group .btn {
  border-radius: 4px;
  margin-left: 0.5rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
}
.button__simuler {
  border: 1px solid #ee3746;
  cursor: poAlmarai;
  transition: all 300ms;
  justify-content: space-between;
  align-items: center;
  background-color: #ee3746;
  font-weight: 500;
  border-radius: 5px;
  gap: 70px;
  color: #fff !important;
  font-size: var(--textmini-font-size);
  padding: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.social-icon {
  background: white;
  color: #73c9e7 !important;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  font-size: 18px;
}

.social-icon:hover {
  opacity: 0.9;
}

.footer-bottom {
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
  margin-bottom: 3rem;
  padding-top: 2rem;
}

.newsletter-box .input-group {
  border-bottom: 1px solid white;
}

.newsletter-box .input-group input::placeholder {
  color: white;
}

.newsletter-box .input-group input {
  background: transparent;
  border: none;
  color: white;
}

.newsletter-box .input-group button {
  background: transparent;
  border: none;
}

.filtre-badge-title {
  color: #290054;
  font-weight: 600;
  font-size: 15px;
  margin-right: 3px 10px 0px 15px;
}

.badge {
  background: #ebebeb;
  border-radius: 30px;
  color: #290054;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  cursor: pointer;
}

.badge.active {
  background: #290054;
  color: #ebebeb;
}

@media (max-width: 768px) {
  .footer {
    padding: 2rem 0 1rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .suiver {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
  }

  .social-icons {
    gap: 5px;
    justify-content: center;
    margin: 1rem 0;
  }

  #top-header .mobile {
    font-size: 9px !important;
    font-weight: 700 !important;
  }
  .navbar-brand {
    margin-right: 0px !important;
  }
  nav#navbar .container .navbar-brand img {
    width: 160px !important;
    margin: -7px !important;
    padding: 0px !important;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-menu.show.rtl {
    display: block;
    right: -130px;
  }
}

.swiper-container.mobile {
  display: none;
}

.swiper-container {
  position: relative;
}

/* .swiper-container.desktop .swiper-slide:not(.swiper-slide-active) img {     display: none;     transition: display 0.3s; } */
.swiper-container .swiper-pagination {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}

.custom-range {
  /* Reset default styles */
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

/* Track styles */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.2px;
  background: #cecece;
  border: none;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  border: none;
}

/* Thumb styles */
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  /* Center the thumb on the track */
  background: url("../img/range-c.png") center/contain no-repeat;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border: none;
  background: url("../img/range-c.png") center/contain no-repeat;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* Focus styles */
.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.ads-bg-banner {
  background-color: #290054;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.search-page-head {
  height: 110px !important;
  /* background: url("../img/icons/navbar-background.svg") no-repeat left bottom !important; */
  background-size: 40% !important;
  padding: 30px 0px;
  margin-bottom: 20px !important;
}

.search-result-nbr {
  display: flex;
  gap: 3px;
  text-transform: uppercase;
}

.search-result-nbr span:nth-child(1) {
  font-size: 12px;
}

.search-result-nbr span:nth-child(2) {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #290054;
}

.search-result-nbr span:nth-child(3) {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #73c9e7;
}

.filtre-input-card {
  border: 1px solid #ebebeb;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 20px !important;
}

.filtre-input-card .dropdown-toggle {
  text-decoration: none;
  color: #290054;
}

.search-input-card {
  background-color: #ebebeb;
  border: none;
}

.search-input-card input {
  padding: 2px 10px;
  border: none;
}

.search-input-card button {
  padding: 2px;
  background-color: white;
  border: none;
  padding-bottom: 4px;
  padding-right: 8px;
  color: #222;
  font-size: 13px;
}

.search-input-card input::placeholder {
  color: #888888;
  font-size: 14px;
}

.accordion-filter {
  margin: 20px 0px !important;
}

.accordion-filter .accordion-body {
  font-size: 12px;
  text-transform: capitalize;
}

.accordion-filter .accordion-body input[type="text"] {
  margin-right: 5px;
}

.accordion-filter .accordion-body input[type="text"] {
  min-width: 50px !important;
  width: 100% !important;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 8px 15px;
}

.accordion-filter .accordion-body input[type="text"]::placeholder {
  color: #888888;
}

.accordion-filter .accordion-body input[type="number"] {
  margin-right: 5px;
}

.accordion-filter .accordion-body input[type="number"] {
  min-width: 50px !important;
  width: 100% !important;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 8px 15px;
}

.accordion-filter .accordion-body input[type="number"]::placeholder {
  color: #888888;
}

.mobile {
  display: none !important;
}

#mobile-navbar,
#mobile-filter {
  /* display: none; */
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  background: white !important;
  z-index: 1000;
  overflow: auto;
}

#mobile-navbar header,
#mobile-filter header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 60px;
}

#mobile-filter header {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #290054;
}

#mobile-navbar ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #290054;
  text-transform: uppercase;
  padding: 5px;
  text-align: start;
}

#mobile-navbar ul li.dropdown ul.dropdown-menu-center {
  /* margin: 10px; */
  transform: translate3d(calc(50% - 105px), 65px, 0px) !important;
  width: 79% !important;
}

#mobile-filter .accordion-filter {
  padding: 10px 25px;
}

#mobile-filter h6,
#mobile-filter .filter-options {
  padding: 0px 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #806699;
  margin: 10px 0px;
}

#mobile-filter .filter-options {
  display: flex;
  gap: 4px;
}

#mobile-filter .filter-options .badge {
  font-size: 11px;
}

#mobile-filter .card-sort {
  margin: 0px 25px;
  padding: 6px 18px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

#mobile-filter .card-sort .row .col-6 > span:first-child {
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #290054;
}

.close-navbar {
  cursor: pointer;
}

.segmented-control {
  display: inline-flex;
  background-color: white;
  padding: 4px;
  border-radius: 8px;
  /* font-family: "Inter"; */
  width: 100%;
}

.segmented-control input[type="radio"] {
  display: none;
}

.segmented-control label {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(41, 0, 84, 0.3) !important;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  width: 50%;
}

.segmented-control label:hover {
  color: rgba(41, 0, 84, 0.9);
}

.segmented-control input[type="radio"]:checked + label {
  background-color: #73c9e7;
  color: rgb(41, 0, 84) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#mobile-filter .card-sort .badge {
  width: fit-content;
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 4px 0px;
}

.mobile-flex {
  display: none !important;
}

.section_guide_achat {
  background-color: var(--secondary-color);
}

.button__charger {
  border: 1px solid rgb(var(--skyblue-color));
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 300ms;
  border-radius: 5px;
  gap: 70px;
  color: rgb(var(--blue-color));
  font-weight: 500;
  font-size: var(--textmini-font-size);
  background: none;
  padding: 14px;
}

.date_enchere .title-date {
  margin-top: 5px;
  font-size: 12px !important;
  margin-bottom: 0px;
  font-weight: 700;
}

.date_enchere .value-date {
  margin-top: 5px;
  font-size: 17px !important;
  font-weight: 700;
}

@media (max-width: 1195px) {
  nav#navbar .nav-item.divider {
    margin-left: 80px;
  }
}

@media (max-width: 768px) {
  .swiper:not(.swiper-min) .swiper-slide img {
    height: 100%;
    width: 100%;
  }

  .display-more-block,
  #accordion-items,
  .benifits {
    margin: 20px 0px;
  }

  .search-page-head {
    background: none !important;
    /* background-size: 70% !important; */
    /* margin-left: -8px; */
  }

  .search-result-nbr {
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
  }

  .search-page-head {
    margin-bottom: 5px;
  }

  .main-header {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .main-header .main-title {
    font-size: 24px;
  }

  .main-header img {
    max-width: 80px;
  }

  .model-title {
    font-size: 14px;
  }

  .car-option .car-option-title {
    display: none;
  }

  .car-option .car-option-value {
    margin-top: 5px;
    font-size: 12px !important;
  }

  .car-option img {
    width: 20px;
    height: 20px;
  }

  .car-option .row .col-4 {
    width: 20%;
  }

  .car-option .row .col-8 {
    width: 100%;
    /* padding-left: 18px; */
  }

  .car-options .car-option {
    width: calc(33% - 20px) !important;
    padding: 6px;
  }

  .car-options .car-option .car-option-mcheck {
    font-size: 12px;
    margin-top: 5px;
  }

  .car-options .car-option:nth-last-child(-n + 2) {
    display: none;
  }

  .car-options .car-option .copy-btn {
    display: none !important;
  }

  #top-header .container > a {
    display: none;
  }

  .details-mobile {
    display: block !important;
    height: 25px;
    margin-top: 10px;
  }

  .desktop {
    display: none !important;
  }

  .card-contact-info.mobile {
    border-radius: 0px;
    border: none;
    margin: 10px -12px;
  }

  .benifits {
    height: 305px;
  }

  .car-card {
    max-width: 100%;
  }

  .car-card .p-4 {
    padding: 15px !important;
  }

  .car-card .specs-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .car-card .specs-grid .spec-item {
    font-size: 11px;
  }

  .car-image {
    width: 200px;
  }

  .swiper-container.mobile {
    display: block;
  }

  .swiper-container.mobile .swiper-slide {
    width: auto;
  }

  #recommanded-cars .swiper-button-prev,
  #recommanded-cars .swiper-button-next {
    display: none;
  }

  #recommanded-cars .swiper-wrapper {
    padding: 0px;
  }

  .swiper:not(.swiper-min) .swiper-slide {
    width: 100% !important;
  }

  .card-contact-info.mobile,
  .card-compare.mobile {
    display: flex !important;
  }

  #accordion-items .accordion-body .accordion-content {
    font-size: 12px;
  }

  .mobile {
    display: flex !important;
  }

  nav#navbar .container {
    /* background: url(../img/icons/navbar-background.svg) no-repeat left top !important; */
    background-size: 70% !important;
  }

  .autres-cars .car-image {
    /* width: 200px; */
  }

  nav#navbar .btn-wishlist,
  nav#navbar .btn-profile {
    display: flex !important;
  }

  .mobile-flex {
    display: flex !important;
  }

  .car-option .mcheck-logo {
    width: 25%;
  }

  .car-option .mcheck-logo img {
    width: 25px;
  }

  .car-option .mcheck {
    padding: 0px;
    margin: 0px;
  }
}
.page-link {
  color: #2a0252 !important;
}
.active > .page-link,
.page-link.active {
  background-color: #39c6f0 !important;
  border-color: #39c6ed !important;
  color: #fff !important;
}
