/* Tablette */
@media screen and (max-width: 1024px) {
}

/* Smartphone */
@media screen and (max-width: 767px) {
}

p {
  margin-bottom: 0px;
}

.overHidden {
  overflow: hidden;
}

.titleColor span {
  color: white;
}

/* CTA */
.ctaCustom .elementor-cta__button-wrapper::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #CE8946;
}

.ctaCustom .elementor-cta__button-wrapper::after {
  content: "Coup de cœur";
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #CE8946;
  font-size: 14px;
}

.ctaCustom .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 0;
}

.ctaCustom .elementor-cta__button-wrapper {
  order: -1;
  margin-bottom: 15px;
}

.ctaCustom .elementor-cta__content {
  opacity: 0;
  transition: 500ms;
}

.ctaCustom:hover .elementor-cta__content {
  opacity: 1;
}

.ctaCustom:hover .elementor-cta__bg {
  transform: scale(1.08);
}

.subInfo {
  font-size: 14px;
  color: #99a1af;
  margin-top: 5px;
  display: inline-block;
}

/* FACET STYLE */

.slide-n-search .vehicule-search-title {
  color: white;
  font-size: 36px;
  font-variant: small-caps;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
}

.slide-n-search .vehicule-search-title span {
  width: 45px;
  height: 45px;
  display: block;
  background-color: #821120;
  transform: skew(-30deg);
  margin-left: 30px;
}

.slide-n-search .custom-select p {
  font-family: "KoHo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: white;
  font-variant: small-caps;
  font-weight: bold;
}

.slide-n-search .vehicule-search {
  max-width: 383px;
  background-color: #231f20;
  display: inline-block;
  padding: 35px 35px 45px 35px;
  background-image: url("../img/Sources/recherche.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 0;
  padding: 0;
  margin: 0;
}

.slide-n-search .custom-select {
  background-color: #231f20;
  box-shadow: 0 0 15px #231f20;
}

.slide-n-search .facetwp-dropdown {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ccc;
  font-family: "DM Sans";
  font-size: 20px;
}
.slide-n-search .facetwp-dropdown option {
  color: #CE8946;
}

.slide-n-search .noUi-horizontal {
  height: 3px;
  border: none;
}

.slide-n-search .facetwp-slider-wrap .noUi-connect {
  background: #CE8946;
}

.slide-n-search .facetwp-slider-wrap .noUi-horizontal .noUi-handle {
  width: 13px;
  height: 13px;

  top: -5px;
  background-color: #CE8946;
  border-radius: 100%;
  box-shadow: 0 0;
  border: 0;
}

.slide-n-search .facetwp-slider-wrap .noUi-horizontal .noUi-handle:before,
.slide-n-search .facetwp-slider-wrap .noUi-horizontal .noUi-handle:after {
  display: none;
}

.slide-n-search .btn-rechercher {
  padding: 0;
  margin: 0;
  border: 0;
  color: white;
  background: linear-gradient(to right, #e91f39, #981425);
  font-size: 24px;
  padding: 10px 35px;
  border-radius: 30px;
  display: table;
  margin: auto;
  font-variant: petite-caps;
  font-family: "KoHo", Arial, Helvetica, sans-serif;
  box-shadow: 0 0 15px #231f20;
}

.slide-n-search .facetwp-slider-reset {
  display: none;
}

.slide-n-search .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slide-n-search .front-page-vehicule-selection {
  margin: 0 12px 40px;
  width: 30%;
  max-width: 33%;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .slide-n-search .front-page-vehicule-selection {
    width: 100%;
    max-width: 100%;
  }
}

.slide-n-search .front-page-vehicule-selection:hover {
  transform: scale(1.05);
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-thumbnail {
  height: 262px;
  width: 100%;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-thumbnail
  p {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  background-color: black;
  z-index: -1;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-thumbnail
  .disponibilite {
  position: absolute;
  text-align: center;
  left: 10px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 50px;
  line-height: 16px;
  padding: 7px 10px;
  background-color: #CE8946;
  width: 100%;
  max-width: 85px;
  font-weight: 500;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-thumbnail
  .disponibilite-red {
  color: white;
}

.slide-n-search .front-page-vehicule-selection .article-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.slide-n-search .front-page-vehicule-selection .article-title a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-shadow: 0 0;
  font-family: "Montserrat";
  color: white;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.slide-n-search .front-page-vehicule-selection .article-title a:hover {
  text-decoration: none;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-prix {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  z-index: 5;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  color: #CE8946;
  bottom: 10px;
  /* left: 10px; */
  height: 40px;
  line-height: 28px;
  font-size: 20px;
  /* font-weight: 600; */
  text-align: center;
  /* margin: auto; */
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-prix
  div {
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-extrait {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 21px;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-kilometrage,
.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-annee,
.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-type_de_vehicule {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ccc;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-kilometrage
  div,
.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-annee
  div,
.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-type_de_vehicule
  div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-kilometrage
  img,
.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-annee
  img,
.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-type_de_vehicule
  img {
  width: 35px;
  padding: 10px;
  background: #2f2b21;
  border-radius: 50px;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-details {
  font-size: 14px;
  color: white;
  background-color: #CE8946;
  margin: 0;
  border-radius: 30px;
  font-family: "DM Sans";
  padding: 8px 24px;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: 0.3s;
  align-self: center;
}

.slide-n-search
  .front-page-vehicule-selection
  .front-page-vehicule-selection-details:hover {
  text-decoration: none;
  background-color: #CE8946E6;
  color: white;
  transform: scale(1.05);
}

.facetwp-facet {
  margin-bottom: 10px !important;
}

/* HEADER */

.headerNav {
  transition: all 0.3s ease;
}

.headerNav.scrolled {
  background-image: linear-gradient(180deg, #000000, #000000) !important;
}

.headerNav.scrolled .e-con-inner {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.headerNav.scrolled .elementor-element-cde1f7f {
  display: flex;
  justify-content: center;
}

/* .headerNav.scrolled .containMenu {
  width: fit-content;
} */

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .headerNav.scrolled .containMenu {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .headerNav.scrolled .containMenu {
    width: 100% !important;
  }
}

.headerNav.scrolled .e-con-inner .elementor-element {
  border-radius: 0;
}
