h1,
h2,
h3 {
  margin: inherit !important;
}
.item.w-full > a:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 0.2em solid #f9690e;
  border-top: 0.2em solid #f9690e;
  transform: rotate(45deg);
  margin-right: 0.5em;
}
.step {
  padding: 1rem 0 1rem 0;
  /* border-top: 10px solid #f60;
  border-bottom: 10px solid #f60; 
   background: #efedee; */
  min-height: 600px;
}
.uk-grid {
  margin-left: inherit !important;
}
div[class*="step-"] {
  flex-grow: 0.7;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.step-3 {
  max-width: 600px;
  margin: auto;
}
.ukflex {
  display: flex;
  justify-content: center;
  align-items: start;
}

.ukflex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step .stp-title {
  text-align: center;
  padding: 0.8rem 0.5rem;
  max-width: max-content;
  margin: 0 !important;
  font-size: 1rem;
}
.step-1.dnone h1 {
  display: block;
  padding-top: 38rem;
  padding-bottom: 3rem;
  font-size: 25px;
}
.pagination .start {
  padding: 5px 16px;
}
.step-button,
.place-button {
  border-radius: 50px !important;
  display: block;
}
.pagination {
  padding: 3rem 0 3rem 0;
}

.roadline {
  background: #4e4e4e;
  height: 5px;
  border-radius: 50px;
}

.road {
  padding: 0 5rem 2rem 5rem;
}
.car-filter {
  filter: grayscale(0%) !important;
}
div[class="step-4"],
div[class="step-5"] {
  justify-content: space-between;
}
div.step-0 {
  justify-content: flex-end;
}

.car-recharge,
.car-places,
.image-intro {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
}
.question-buttons .uk-button {
  margin: 0 0.5rem !important;
}
.car1,
.car2 {
  margin: 0.5rem 0rem;
  transform: translateX(0%);
  transition: all ease-in-out 0.3s;
}

.translateX150 {
  transform: translateX(150%);
}
.translateX300 {
  transform: translateX(300%);
}

.dnone {
  display: none !important;
}

.vnone {
  visibility: hidden;
}

.c-pointer {
  cursor: pointer;
}

.active-button {
  background: #000 !important;
  color: white !important;
}
.flex-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ukflex-column {
  flex-direction: column;
}
.battery {
  height: 22px;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem !important;
  display: flex;
  justify-content: start;
  width: 54px;
  align-items: center;
  border: 1px solid #000;
}
span.battery-life.uk-text-large.uk-text-bold {
  font-size: 1rem;
}
.question-buttons {
  padding-top: 20rem;
}
/* .step-5 .uk-form-controls {
  padding-top: 25rem;
} */

.step-0 > h1 {
  padding-top: 32rem;
}

.top-battery {
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 4px;
  background-color: #000;
}

.segment-filled {
  background: #f60 !important;
}
.segment {
  margin: 0rem 0.1rem;
  height: 100%;
  width: 10px;
  background: #efedee;
}
.battery-life {
  padding-left: 1rem;
}
.top-results {
  padding: 1rem 3rem;
}

.top-results span {
  font-weight: 900;
  font-size: 1.7rem;
  margin: 3rem 0rem !important;
}

.top-results h2 {
  font-weight: 800;
  font-size: 2.1rem;
  margin: 0 !important;
}

.top-results span {
  color: #f60;
  font-weight: 200;
  font-size: 1.4rem;
  margin: 0.5rem 0rem 0rem 0rem !important;
}

.top-results p {
  margin: 2rem 0rem !important;
}
.top-results strong {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
.results {
  padding: 1rem 3rem;
}
.results .item {
  font-size: 0.9rem;
}
.fiche-image img {
  height: 100%;
  /* border-bottom: 1px solid #000;
  border-top: 1px solid #000;*/
}
.marque h3 {
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #000;
}

.v-separator {
  background: #f60;
  width: 3px;
  height: 15px;
  margin: 0 1rem;
}
.b-separator {
  background: #f60;
  width: 3px;

  height: 17px;
  margin: 0 1rem;
}
.model {
  font-weight: 500;
  font-size: 1.4rem;
}
.price {
  font-weight: 900;
  font-size: 1.8rem;
  color: #0dac68;
}
.results hr,
.results .fiche-footer hr {
  background: #000;
  width: 100%;
  height: 1px;
  border: none;
  margin: 1rem 0;
}
.px-1 {
  padding: 0 1rem;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}
.my-5 {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}
.mt-1 {
  margin-top: 1rem !important;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pt-150px {
  padding-top: 150px;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uk-flex-row-s {
  flex-direction: row;
}

.fiche-header {
  border-bottom: 1px solid #cecece;
}
.fiche-header,
.fiche-footer {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.fiche-footer-head {
  border-top: 1px solid #cecece;
  font-size: 1.1rem;
  border-bottom: 1px solid #cecece;
  padding: 0.2rem 0;
}
.fiche-footer strong,
.fiche-footer b {
  font-weight: 800;
}
.fiche-content {
  margin: 0.5rem 0;
  color: #848484;
}

.align-left {
  text-align: left;
  align-self: center;
}
.row-item img {
  width: 40px;
  margin-right: 0.3rem;
}
.row-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item {
  display: flex;
  justify-content: start;
  align-items: center;
}
.item div,
.item p {
  flex-grow: 1;
}
.items-start {
  align-items: start;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-shrink-2 {
  flex-shrink: 2;
}
.w-full {
  width: 100%;
  padding: 0.3rem;
}

/* hidding the modal for conditions accept */
.cc-grower {
  display: none;
}

.uk-select {
  border-radius: 15px;
}
.p-relative {
  position: relative;
}
.css-loader {
  z-index: 999;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}
.pagination .prev,
.pagination .next {
  padding: 4px 30px;
}

.pagination .next:disabled {
  background-color: #efedee;
}
