/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/
.vendre-form .action-button {
  padding: 10px 60px !important;
  font-weight: normal !important;
  width: auto !important;
}
.vendre-form fieldset {
  border: 0 none;
  box-sizing: border-box;
}
.vendre-form fieldset:not(:first-of-type) {
  display: none;
}
/*progressbar*/
.vendre-form .progressbar {
  text-align: center;
  padding: 0;
}
.vendre-form .progressbar li {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  background: #f16f21;
  margin: 0 25px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 26px;
}

.vendre-form .progressbar li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: -55px;
  width: 55px;
  height: 0.2em;
  background: #f16f21;
  z-index: 0;
}

.vendre-form .progressbar li.active {
  background: #f16f21;
  color: #fff;
}

.vendre-form .progressbar li.active ~ li {
  background: #fff;
  color: #000;
}

.vendre-form .progressbar li.active ~ li::before {
  background: #fff;
}
.vendre-form .row {
  display: flex;
  justify-content: center;
}

.vendre-form .row .col {
  width: 50%;
  text-align: center;
}
.vendre-form .row .wpcf7-form-control-wrap {
  padding: 0 20px;
}
.vendre-form .actions,
.vendre-form .actions > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.vendre-form .title {
  padding: 10px 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #4caf50 !important;
  background: rgb(101 193 105 / 28%) !important;
  color: #000 !important;
}
.wpcf7 form.submitting .wpcf7-response-output {
  display: block !important;
  border: none !important;
  background: none !important;
  position: relative;
}
.wpcf7 form.submitting .wpcf7-response-output::before {
  content: "";
  border: 5px solid #c5c5c5;
  border-top: 4px solid #f37021;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 70px;
  top: 0;
}
@media only screen and (max-width: 700px) {
  .vendre-form .row {
    flex-direction: column;
  }
  .vendre-form .row .col {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .vendre-form .actions {
    flex-direction: column;
  }
}
.pnlm-about-msg {
  visibility: hidden;
}
.pnlm-about-msg a {
  visibility: hidden;
}
.vehica-swiper-slide.thumb360 {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  background-repeat: no-repeat;
}
.vehica-swiper-slide.thumb360 .overlay {
  position: absolute;
  background-color: #f16f21;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.vehica-swiper-slide.thumb360 .title {
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.vehica-blog-card__author__name {
  display: none;
}

.simulateur .form-control {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #f37021;
  height: 24px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8dde6;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  opacity: 1;
  margin: 0;
}

.header_simulateur {
  font-weight: bold;
  margin-top: 15px;
}

.simulateur .spacebettwen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.simulateur .spacebettwen.continuer {
  margin-top: 20px;
}

.simulateur .spacebettwen.continuer > span {
  font-weight: 700;
  color: #f37022;
}

.simulateur label.title-rang {
  float: left;
}

.simulateur input[type="range"]::-webkit-progress-value {
  background-color: #f37021 !important;
}

.simulateur input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #f37021 !important;
}

.simulateur .sim_titre {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

span.apartirde {
  color: #f37021;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}

.simulateur form {
  background-color: #f2f5fc;
  padding: 30px 25px;
  border-radius: 10px;
}

.simulateur .veh_det {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.simulateur .step {
  display: none;
}

.simulateur .step.show {
  display: block;
}

.simulateur .titre {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.simulateur .form {
  margin-bottom: 20px;
}

.simulateur .form-groups {
  display: grid;
  grid-gap: 15px;
}

.simulateur .form-groups.col-2 {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px;
}

.simulateur .form-group input {
  width: 100%;
  min-height: 40px;
  border: 1px solid transparent;
  box-shadow: 0 0 2px 0px #d3d7de;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
}

.simulateur .form-group input.empty {
  border-color: #dd0707;
}

.simulateur .form-group span {
  padding: 0px 5px;
  font-size: 13px;
  display: block;
  color: #757575;
}

.simulateur .form-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.simulateur .btn-step,
.simulateur [type="submit"] {
  border: 0;
  padding: 10px 20px;
  line-height: normal;
  display: inline-block;
  color: #fff;
  border-radius: 13px;
  cursor: pointer;
  transition: 0.3s;
}

.simulateur .btn-step i,
.simulateur [type="submit"] i {
  position: relative;
  top: 1px;
}

.simulateur .btn-step.btn-next i,
.simulateur [type="submit"] i {
  margin: 0 0 0 3px;
}

.simulateur .btn-step.btn-prev i {
  margin: 0 3px 0 0;
}

.simulateur .form-btn a {
  background-color: #a19e9e;
}

.simulateur .form-btn a:hover {
  opacity: 0.8;
}

.simulateur .vehica-button {
  background-color: #f37022 !important;
}

.simulateur .politiques {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.simulateur .politiques label {
  padding: 0px 5px;
  font-size: 13px;
  display: block;
  color: #757575;
  margin-top: -2px;
  cursor: pointer;
}

.simulateur .mon_recup p {
  font-size: 14px;
}

.simulateur .mon_recup p span {
  font-weight: 600;
  text-transform: capitalize;
}

.loader {
  border: 4px solid #e2dfdf;
  border-top: 4px solid #f37022;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mon_recup > div {
  margin-bottom: 15px;
}

.mon_recup > div:last-child {
  margin-bottom: 0;
}

.old_veh .sim_titre {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.old_veh .alert {
  background-color: #ffe7d9;
  padding: 22px 25px;
  border-radius: 10px;
}

.old_veh .alert {
  font-weight: 600;
  display: flex;
}

.old_veh .alert i {
  margin-right: 10px;
  font-size: 22px;
  color: #f37022;
}

.simulateur {
  width: 100%;
}
.elementor-element-627252c {
  display: none;
}

.simulateur,
.apartirde {
  display: block;
}

.load_link {
  cursor: pointer;
  transition: 0.3s;
}

.load_link:hover {
  color: #000;
}
.list_numbers {
  position: relative;
  display: grid;
}

.list_numbers .bloc {
  display: grid;
}

.list_numbers.desc .bloc .number:first-child,
.list_numbers.desc .bloc:first-child {
  order: 2;
}

.list_numbers.desc .bloc .number:last-child,
.list_numbers.desc .bloc:last-child {
  order: 1;
}

.list_numbers .number a {
  padding: 10px;
  text-align: center;
  background-color: #f37022;
  border-radius: 10px;
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.list_numbers .number i {
  margin-right: 10px;
}

.list_numbers.loading {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.t_showroom .elementor-heading-title {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin: 70px 0 40px;
}

.list_loc iframe {
  height: 220px !important;
}

.list_loc .sub .elementor-heading-title {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.6px;
}

div#vehica-menu-element-menu-item-1-41132 {
  display: flex;
  align-items: center;
}
div#vehica-menu-element-menu-item-1-41132 a {
  background: #f16f20;
  height: auto;
  padding: 4px 20px;
  border-radius: 8px;
  color: #fff !important;
}

@media (max-width: 767px) {
  div#vehica-menu-element-menu-item-2-41132 a {
    background: #f37021;
  }

  .t_showroom .elementor-heading-title {
    font-size: 34px;
    margin: 45px 0 25px;
  }
}

.dep_tele .elementor-widget-wrap {
  padding: 0 !important;
}

.dep_tele .vehica-car-attributes__name {
  display: none;
}

.dep_tele .vehica-car-attributes__values {
  position: relative;
  padding: 14px 10px;
  text-align: center;
  background-color: #f37022;
  border-radius: 10px;
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.dep_tele .vehica-car-attributes__values:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  margin-right: 12px;
}

.steps-titles {
  margin: 60px 0 40px;
}

.steps-brand .elementor-heading-title {
  color: #f16f22;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  letter-spacing: 8px;
}

.steps-title .elementor-heading-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.vente-step-left {
  margin-bottom: 25px;
}

.vente-step-left .icon .elementor-icon {
  background-color: #f37022;
  color: #fff;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 54px;
  padding-bottom: 4px;
  margin-left: auto;
  margin-right: -35px;
  z-index: 1;
  position: relative;
}

.vente-step-left .icon .elementor-icon i {
  opacity: 0.9;
}

.vente-step-left .info {
  background-color: #f2f5fb;
  border-radius: 40px;
  padding: 40px 50px 40px 90px;
}

.vente-step-left .info .elementor-element:first-of-type {
  margin-bottom: 10px;
}

.vente-step-left .info .elementor-heading-title {
  font-size: 32px;
  font-weight: 800;
}

.vente-step-left .number .elementor-heading-title {
  font-size: 70px;
  font-weight: 700;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.vente-step-left .info p {
  font-size: 15px;
}

.vente-step-left .number .elementor-widget-wrap {
  flex-direction: row;
  flex-wrap: unset;
}

.vente-step-left .number .elementor-widget-divider--view-line {
  margin-bottom: 0 !important;
  margin-left: -35px;
}

.vente-step-right {
  margin-bottom: 25px;
}

.vente-step-right .icon .elementor-icon {
  background-color: #f37022;
  color: #fff;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 54px;
  padding-bottom: 4px;
  margin-left: -35px;
  z-index: 1;
  position: relative;
}

.vente-step-right .icon .elementor-icon i {
  opacity: 0.9;
}

.vente-step-right .info {
  background-color: #f2f5fb;
  border-radius: 40px;
  padding: 40px 90px 40px 50px;
}

.vente-step-right .info .elementor-element:first-of-type {
  margin-bottom: 10px;
}

.vente-step-right .info .elementor-heading-title {
  font-size: 32px;
  font-weight: 800;
}

.vente-step-right .number .elementor-heading-title {
  font-size: 70px;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
  top: 5px;
  text-align: right;
}

.vente-step-right .info p {
  font-size: 15px;
}

.vente-step-right .number .elementor-widget-wrap {
  flex-direction: row;
  flex-wrap: unset;
}

.vente-step-right .number .elementor-widget-divider--view-line {
  margin-bottom: 0 !important;
  margin-right: -35px;
  position: relative;
  z-index: 1;
}

.b-txt {
  margin-top: 25px;
}

.b-txt .elementor-container {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  background-color: #f2f5fb;
  padding: 15px 15px 18px;
  border-radius: 5px;
  border-left: 8px solid #f37022;
}

.b-txt .elementor-widget-wrap {
  display: flex;
  align-items: center;
  flex-wrap: unset;
}

.b-txt .elementor-element {
  width: auto;
  margin-bottom: 0 !important;
}

.b-txt i {
  color: #f37022;
  margin-right: 15px;
}

.vente-step-left .top-number,
.vente-step-right .top-number {
  display: none;
}

@media (max-width: 992px) {
  .vente-step-left .elementor-container {
    flex-wrap: unset;
  }

  .vente-step-left > .elementor-container > .has_ma_el_bg_slider:last-child {
    width: unset !important;
  }

  .vente-step-left .icon {
    width: 10%;
  }

  .vente-step-left .info {
    padding: 35px 50px 35px 80px;
  }

  .vente-step-left .number {
    width: 25%;
  }

  .vente-step-left .info .elementor-heading-title {
    font-size: 26px;
  }

  .vente-step-left .number .elementor-heading-title {
    font-size: 54px;
    top: -3px;
  }

  .vente-step-right .elementor-container {
    flex-wrap: unset;
  }

  .vente-step-right > .elementor-container > .has_ma_el_bg_slider:first-child {
    width: unset !important;
  }

  .vente-step-right .icon {
    width: 10%;
  }

  .vente-step-right .info {
    padding: 35px 80px 35px 50px;
  }

  .vente-step-right .number {
    width: 25%;
  }

  .steps-title .elementor-heading-title {
    font-size: 26px;
  }

  .vente-step-right .number .elementor-heading-title {
    font-size: 54px;
  }

  .vente-step-right .info .elementor-heading-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .vente-step-left .icon,
  .vente-step-right .icon {
    display: none;
  }

  .vente-step-left .number,
  .vente-step-right .number {
    display: none;
  }

  .vente-step-left .info,
  .vente-step-right .info {
    padding: 30px 25px 25px;
    border-radius: 5px;
  }

  .b-txt {
    margin-top: 0;
  }

  .b-txt .elementor-container {
    padding: 25px 15px;
  }

  .b-txt .elementor-widget-wrap {
    flex-wrap: wrap;
    padding: 0 !important;
  }

  .b-txt p {
    font-size: 16px;
  }

  .b-txt i {
    margin-bottom: 5px;
    font-size: 42px;
  }

  .vente-step-left .top-number,
  .vente-step-right .top-number {
    display: block;
  }

  .vente-step-left .top-number .elementor-heading-title,
  .vente-step-right .top-number .elementor-heading-title {
    color: #f16f22;
    font-size: 42px;
    margin-bottom: 5px;
  }

  .elementor-32309 .elementor-element.elementor-element-72cdeae {
    margin-top: 25px;
  }
}

.has-list-white .elementor-widget-text-editor ul li::before {
  color: #fff !important;
}

/* ===============landing Page================= */
.btn-with-icon-black span.elementor-button-icon.elementor-align-icon-right {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 100;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -45deg;
}
.btn-with-icon-black span.elementor-button-icon.elementor-align-icon-right i {
  margin: 0;
  padding: 0;
  font-weight: 100;
}
.btn-with-icon-black .elementor-button-content-wrapper {
  align-items: center;
}

.accordion-landing .elementor-accordion-item {
  border-bottom: solid 1px #ced3e4 !important;
}
.accordion-landing .elementor-tab-title img {
  width: 30px;
}
.carousel-reviwes .elementor-main-swiper {
  margin: 0 !important;
  border: none !important;
  width: 100%;
}
.carousel-reviwes .elementor-testimonial {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 70px;
  padding-bottom: 25px;
  position: relative;
  border: none !important;
}
.carousel-reviwes .elementor-testimonial__image {
  position: absolute;
  top: 20px;
}
.carousel-reviwes .elementor-testimonial__image img {
  width: 35px !important;
  height: auto !important;
}
.carousel-reviwes cite.elementor-testimonial__cite {
  display: flex;
  flex-direction: column;
}
.carousel-reviwes cite.elementor-testimonial__cite .elementor-star-rating {
  order: -1;
}
.carousel-reviwes
  cite.elementor-testimonial__cite
  .elementor-testimonial__namee {
  margin: 10px 0;
  display: inline-block;
}
.carousel-reviwes .elementor-swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  top: -42px !important;
  right: 0 !important;
  left: auto !important;
  background: #df6d28;
}
.carousel-reviwes .elementor-swiper-button.elementor-swiper-button-prev {
  right: 45px !important;
}
.eicon-chevron-right:before {
  content: "\f178" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.eicon-chevron-left:before {
  content: "\f177" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.image-carousel-bottom .elementor-swiper-button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  top: auto !important;
  bottom: 11px !important;
  right: 26px !important;
  left: auto !important;
  background: #b95c23;
}
.image-carousel-bottom .elementor-swiper-button.elementor-swiper-button-prev {
  right: 66px !important;
}
.btn-paly-vedio span.elementor-button-icon {
  width: 35px;
  height: 35px;
  font-size: 16px;
  background: #f16f21;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 10px;
}
.btn-paly-vedio span.elementor-button-icon i {
  margin: 0;
  padding: 0;
}
.btn-paly-vedio .elementor-button-content-wrapper {
  align-items: center;
}

.list-auctions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 30px;
  direction: ltr;
}

.list-auctions .auction-item {
  position: relative;
  border-radius: 25px;
  width: 33.33%;
  padding: 0 10px 20px;
}

.list-auctions .auction-img {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

.list-auctions .auction-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.list-auctions .auction-content {
  position: relative;
  border: 1px solid #ededed;
  border-radius: 0 0 25px 25px;
  padding: 22px 15px 20px;
  background-color: #ededed;
}

.list-auctions .auction-content ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

.list-auctions .auction-content .title {
  display: block;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: #0f141e;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  transition: 0.3s;
}

.list-auctions .auction-item:hover .auction-content .title {
  color: #df6d28;
}

.list-auctions .auction-content ul li {
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.list-auctions .auction-content ul li:last-child {
  margin-bottom: 0;
}

.list-auctions .auction-content ul li i {
  color: #df6d28;
  min-width: 23px;
}

.list-auctions .auction-content .flex-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.list-auctions .auction-content .price > span {
  display: inline-block;
  background-color: #4d6491;
  color: #fff;
  padding: 10px 15px;
  border-radius: 7px;
  letter-spacing: 0.6px;
  line-height: normal;
  font-weight: 600;
}

.list-auctions .auction-content .remaining {
  display: inline-block;
  background-color: #df6d28;
  color: #fff;
  padding: 10px 10px;
  border-radius: 7px;
  letter-spacing: 0.6px;
  line-height: normal;
  font-weight: 600;
}

.list-auctions .auction-content .remaining i {
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.list-auctions .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.ve-plus {
  display: flex;
  align-items: center;
  color: #fffdfd !important;
  background-color: #e0651b;
  border-radius: 21px;
  padding: 8px 10px 8px 25px;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 19px;
  line-height: normal;
  transition: 0.3s;
  direction: ltr;
}

.ve-plus:hover {
  background-color: #ea6f25;
}

.ve-plus .ve-button-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -45deg;
  margin-left: 15px;
}

.ve-plus .ve-button-icon i {
  font-weight: 100;
  font-size: 14px;
  color: #fff !important;
}

@media (max-width: 992px) {
  .list-auctions .auction-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .list-auctions .auction-item {
    width: 100%;
  }
}
/* =================AR translat================ */

.translatepress-ar .global-banner {
}
.translatepress-ar .accroche-holder .elementor-element {
  text-align: right;
}
.translatepress-ar
  .accordion-landing
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon {
  float: left;
  text-align: left;
}
.translatepress-ar .text-image-holder .elementor-heading-title {
  text-align: right;
}
.translatepress-ar .avis-holder .elementor-heading-title {
  text-align: right;
}
.translatepress-ar .carousel-reviwes .elementor-swiper-button {
  right: auto !important;
  left: 0 !important;
}
.translatepress-ar
  .carousel-reviwes
  .elementor-swiper-button.elementor-swiper-button-prev {
  left: 45px !important;
}
.translatepress-ar .footer-center .elementor-widget-container {
  text-align: right;
}
.translatepress-ar .footer-center ul.elementor-icon-list-items {
  justify-content: flex-start !important;
}
.translater-holder-all,
.translater-holder {
  display: none;
}
.page-id-40789 .translater-holder-all,
.page-id-40789 .translater-holder {
  display: flex !important;
  align-items: center;
}
.page-id-40789
  .header-sec-all-holder
  .has_ma_el_bg_slider
  > div
  > div:first-child {
  width: calc(100% - 100px);
}
.page-id-40789
  .header-sec-all-holder
  .has_ma_el_bg_slider
  > div
  > div:nth-child(2) {
  width: 100px;
  display: flex;
  align-items: center;
}
.translater-holder .trp-language-switcher:focus .trp-ls-shortcode-language,
.translater-holder .trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0;
  padding-left: 21px;
}
.translater-holder .trp-language-switcher {
  color: #fff;
  width: fit-content;
  padding-top: 0px;
}
.translater-holder .trp-language-switcher::before {
  content: "\f57d";
  font-family: "Font Awesome 5 Pro";
  margin-right: 3px;
}
.translater-holder .trp-language-switcher > div > a {
  background: transparent !important;
}
.translater-holder .trp-language-switcher > div > a:first-child::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  margin-left: 3px;
  font-size: 11px;
}
.translater-holder .trp-language-switcher > div {
  background: transparent;
  background-image: none;
  padding: 0;
  border: none;
  color: #fff;
}
.translater-holder .trp-language-switcher > div > a {
  padding: 0;
  color: #fff;
  font-size: 15px;
}
.translater-holder .trp-language-switcher .trp-ls-shortcode-language {
  position: absolute;
  top: 1px;
  left: 1px;
}
@media (min-width: 900px) {
  .translatepress-ar
    .accordion-holder-all
    > div:first-child
    .translatepress-ar
    .bloc-background-holder
    > div:first-child {
    padding-right: 0;
    padding-left: 50px;
  }
}

.badge_depot {
  z-index: 2;
  position: absolute;
  top: 42px;
  left: -50px;
  background-color: #000000;
  color: #fff;
  rotate: 310deg;
  min-width: 200px;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
}

.cat_badge_depot {
  z-index: 2;
  position: absolute;
  top: 22px;
  left: -68px;
  background-color: #000000;
  color: #fff;
  rotate: 310deg;
  min-width: 200px;
  text-align: center;
  padding: 3px 0;
  font-weight: 700;
  font-size: 13px;
}
.vs__actions:after {
  font-family: "Font Awesome 5 Pro";
}
body.rtl .ar-chenge-position > div > div > div:first-child > div {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
}
body.rtl .ar-chenge-position > div > div > div:last-child > div {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}
body.rtl .elementor-widget-text-editor ul li::before,
body.rtl .elementor-widget-text-editor ul li::before {
  left: auto !important;
  right: -21px !important;
}
body.rtl .vehica-recent-posts__single__image {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .vehica-posts--v2 .vehica-blog-card {
  padding-right: 0 !important;
  padding-left: 30px;
}
body.rtl .vehica-posts--v2 .vehica-blog-card .vehica-blog-card__title {
  text-align: right;
}
body.rtl .vehica-contact-form select,
body.rtl .vehica-contact-form textarea,
body.rtl .vehica-contact-form input[type="date"],
body.rtl .vehica-contact-form input[type="email"],
body.rtl .vehica-contact-form input[type="number"],
body.rtl .vehica-contact-form input[type="password"],
body.rtl .vehica-contact-form input[type="search"],
body.rtl .vehica-contact-form input[type="tel"],
body.rtl .vehica-contact-form input[type="text"],
body.rtl .vehica-contact-form input[type="file"] {
  text-align: right !important;
}
body.rtl .vehica-contact-form select {
  background-position: calc(11% - 32px) 24px, calc(11% - 27px) 24px,
    calc(100% - 2.5em) 0.5em;
}
.vehica-carousel__arrow:after {
  font-family: "Font Awesome 5 Pro";
}
body.rtl .vehica-carousel-v1 .vehica-carousel-v1__arrows {
  direction: ltr;
}
body.rtl .simulateur .form-btn,
body.rtl .simulateur .spacebettwen.continuer {
  direction: ltr;
}
body.rtl .text-center {
  direction: ltr;
}
body.rtl .text-center span.duree_mois {
  direction: rtl !important;
  display: inline-block;
}
@media (min-width: 768px) {
  body.rtl .vehica-carousel-v1-button {
    text-align: left !important;
    margin-top: 30px;
  }
}
@media (max-with: 991px) {
  body.rtl .vehica-posts--v2 .vehica-blog-card {
    padding-right: 0;
    padding-left: 0px;
  }
}
@media (max-width: 700px) {
  body.rtl .ar-chenge-position > div > div > div:last-child > div {
    justify-content: center !important;
  }
  .vehica-grid__element--1of2 {
    width: 100%;
  }
}
/*the new style*/
ul#menu-voiture-occasion {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  ul#menu-voiture-occasion {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  ul#menu-voiture-occasion {
    grid-template-columns: repeat(1, 1fr);
  }
}

.menu-footer-all ul li {
  margin-bottom: 10px;
  display: list-item;
  text-align: left;
}

.vehica-menu__wrapper .vehica-menu .menu-item-158 {
  display: flex;
  align-items: center;
}
.vehica-menu__wrapper .vehica-menu .menu-item-158 a {
  background: #f16f20;
  height: auto;
  padding: 4px 20px;
  border-radius: 8px;
  color: #fff !important;
}

/*mobile style*/

@media (max-width: 1200px) {
  .vehica-menu__desktop {
    display: none;
  }

  .vehica-hide-desktop {
    display: block;
  }
}
@media (max-width: 1200px) {
  .vehica-mobile-menu__hamburger {
    position: absolute;
    right: 20px;
    cursor: pointer;
    text-align: right;
  }
}

.articles .elementor-posts .elementor-post__card {
  padding-top: 100px;
  border-radius: 20px;
}
.articles .elementor-post__text .elementor-post__title {
  position: absolute;
  top: 115px;
  left: 50px;
  right: 50px;
  text-align: left;
}
.articles .elementor-post__thumbnail__link {
  width: 100%;
  margin-bottom: 0 !important;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f6f6f6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.articles .elementor-posts .elementor-post__text {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
  text-align: justify;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0px !important;
}
.elementor-posts__hover-gradient
  .elementor-post__card
  .elementor-post__thumbnail__link:after {
  height: 0;
}
.articles .elementor-post__card .elementor-post__text {
  text-align: center;
}
.articles .elementor-post__card .elementor-post__text .elementor-post__excerpt {
  text-align: left;
}
.articles .elementor-post__text .elementor-post__read-more {
  background-color: #f16f20;
  padding: 9px 60px;
  border-radius: 12px;
}
.articles .elementor-post__avatar {
  position: absolute;
  top: 40px!important;
}
.articles .elementor-post__avatar img {
  width: 75px !important;
  height: 75px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
  object-fit: cover;
}

.articles .elementor-post__meta-data .elementor-post-author {
  position: absolute;
  top: 22px;
  left: 130px;
  font-size: 20px;
  padding-bottom: 10px;
  color: black;
  border-bottom: 5px solid #f16f20;
}
.articles .elementor-post__meta-data::before {
  content: "\f133";
  color: #f16f20;
  font-family: "font awesome 5 pro";
}
.articles .elementor-post__card .elementor-post__meta-data {
  border: none;
}
.articles .elementor-post__meta-data .elementor-post-date::after {
  content: "\f27a";
  font-family: "font awesome 5 pro";
  color: #f16f20;
  margin-left: 10px;
}
@media (min-width: 2000px) {
  .vehica-login-register-page {
    height: calc(100vh - 473px);
    min-height: 602px;
  }
}
@media (max-width: 800px) {
  .articles .elementor-post__avatar img {
    width: 55px!important;
    margin-left: -20px;
  }
  .articles .elementor-post__text .elementor-post__title {
    left: 20px;
    right: 20px;
  }
  .articles .elementor-post__thumbnail__link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .articles .elementor-posts .elementor-post__text {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 20px;
  }
  .articles .elementor-post__avatar img {
    width: 60px!important;
  }
  .articles .elementor-post__meta-data .elementor-post-author {
    position: absolute;
    top: 22px;
    left: 90px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 4px solid #f16f20;
  }
  .articles .elementor-post__meta-data::before {
    margin-left: -20px;
  }
  .articles .elementor-post__meta-data .elementor-post-date::after {
    margin-left: 10px;
  }
}

.mail-acces-holder-all input#eolr_email {
  width: 100%;
  height: 45px;
  padding: 15px;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: solid 1px #f1702031;
  outline: none;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.mail-acces-holder-all button.submit-acces {
  background: #f16f20;
  color: #fff;
  width: 100%;
  height: 45px;
  padding: 15px;
  font-size: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
}
.mail-acces-holder-all button.submit-acces i{
  margin-left: 5px;
}
.mail-acces-holder-all p.error-holder-acces{
    color: red;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}
.vehica-comment .vehica-comment__content .vehica-comment__user-name{
    margin-bottom: 0;
}
.vehica-comment .vehica-comment__content  .vehica-addres-user{
    margin-bottom: 15px;
    font-size: 15px;
    color: #f16f20;
}
p.success-holder-acces {
  background:#2d962d;
  color: #fff;
  padding: 15px;
  border-radius: 11px;
  text-align: center;
  font-size: 17px;
}
body:not(.logged-in) div#vehica-menu-element-menu-item-1-158,
body:not(.logged-in) div#vehica-menu-element-menu-item-1-984 {
  display: none !important;
}