/* RENT-VEHICLE
======================================= */
#rent-vehicle .header {
  min-height: 100vh;
  height: 100vh;
  padding: 5.5rem 0 12.5rem;
  background-size: cover;
  overflow: hidden;
  transition: all 1s ease-in-out;
  /*animation: fadein 2s;*/
/*  background-color: #ADBFCC;*/
}

#rent-vehicle .header.standard {
  background: url(/images/standard.jpg) center center no-repeat;
  min-height: 100%;
  height: 60.8rem;
  padding: 4.5rem 0;
  background-size: cover;
  overflow: hidden;
}

/*#rent-vehicle .header.standard::before {
  content: "";
  width: 100%;
  height: 87vh;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #00be9c, #ADBFCC, #00be9c);
  opacity: 0.15;
}*/

#rent-vehicle .header-description.standard-text h1,
#rent-vehicle .header-description.standard-text p{
  color: #FFF !important;
}

#rent-vehicle .header.el{
  background: url(/images/esprit-libre.jpg) center center no-repeat;
  min-height: 100%;
  height: 60.8rem;
  padding: 4.5rem 0;
  background-size: cover;
  overflow: hidden;
/*  background-position-y: -94rem;*/
}

#rent-vehicle .header-description.free-mind-text h1,
#rent-vehicle .header-description.free-mind-text p{
  color: #FFF !important;
}

/*#rent-vehicle .header.el::before{
  content: "";
  width: 100%;
  height: 87vh;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #00be9c, #ADBFCC, #00be9c);
  opacity: 0.15;
}
*/
#rent-vehicle .header-description {
  padding: 17rem 20rem 16rem 0;
}

#rent-vehicle .header-description h1 {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  #rent-vehicle .header.el,
  #rent-vehicle .header.standard,
  #rent-vehicle .header {
    height: auto;
/*    padding: 0;*/
  }

  #rent-vehicle .header-description {
    padding: 1rem 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #rent-vehicle .header.el,
  #rent-vehicle .header.standard,
  #rent-vehicle .header {
    height: auto;
    padding: 8rem 0;
    min-height: auto;
  }

  #rent-vehicle .header-description {
    padding: 0;
    text-align: center;
    margin-bottom: 4rem;
  }
}


/* SIMULATION-CONTAINER
======================================= */
#rent-vehicle .simulation-container {
  background-color: #FFF;
  box-shadow: 0 2rem 2rem rgba(33, 61, 83, 0.1);
  padding: 3rem;
  border-radius: 1rem;
  /*    width: 35rem;*/
}

#rent-vehicle h3 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

#rent-vehicle .simulation-new_vehicle {
  padding: 0;
}


  /* RESPONSIVE */
  @media (max-width: 767px) {
    #rent-vehicle .header {
      background: transparent;
      background-color: rgba(173, 191, 204, 0.1);
      padding: 5rem 0 12.5rem;
    }

    #rent-vehicle .header-description p,
    #rent-vehicle .header-description h1 {
      display: none;
    }
  }

  /* 01. ADVANTAGE
========================================= */
section.advantage {
  padding: 4rem 0;
  /* background-color: rgba(0, 190, 156, 0.1); */
  background-color: rgba(50, 178, 152, 0.1);
}



section.advantage .advantage-picto img {
  width: 6rem;
}

section.advantage h4 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 2.3rem;
  color: #384350;
}

section.advantage p {
  font-size: 1.3rem;
  line-height: 2.2rem;
}

section.manage-holiday-advantage {
  border-bottom: 1px solid rgba(173, 191, 204, 0.5);
}

  /* ##### RESPONSIVE ##### */
  @media (max-width: 1024px) {
    section.advantage {
      text-align: center;
    }

    section.advantage .advantage-container {
      margin-bottom: 5rem;

    }

    section.advantage .advantage-container:last-child {
      margin-bottom: 5rem;
    }
  }

  @media (max-width: 767px) {
    section.advantage .advantage-container {
      margin-bottom: 5rem;
    }
  }

/* 02. PRICING
========================================= */
section.pricing-plan {
  padding: 5rem 0;
}

#pricing-plan .pricing-under {
  position: relative;
  top: 10rem;
}

#pricing-plan .card-header.first,
#pricing-plan .card-header.second,
#offer-form .princing-plan {
  text-align: center;
  height: 8rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  line-height: 8rem;
}

#pricing-plan .card-header.first {
  background-color: #ffbe4d;
}

#pricing-plan .card-header.second {
  /* background-color: #00be9c; */
  background-color: #32b298;
}

#pricing-plan .card-header .card-label {
  padding: 1.9rem 0;
}

#pricing-plan .card-header h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
}

#pricing-plan .card-header p {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.;
}

#pricing-plan .card {
  border: 1px solid rgba(33, 61, 83, 0.1);
  border-radius: 1rem;
}

#pricing-plan .free-mind li {
  background-color: transparent;
}

#pricing-plan .card-price {
  padding: 4rem 3rem 0;
}

#pricing-plan .card-block {
  padding: 5rem 3rem;
}

#pricing-plan .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}

#pricing-plan h3 {
  font-size: 2.65rem;
  font-weight: 700;
  line-height: 3.5rem;
}

#pricing-plan ul {
  margin-bottom: 4rem;
}

#pricing-plan li {
  font-size: 1.4rem;
  line-height: 4rem;
  color: #323648;
  padding: 0;
  margin-bottom: 0;
  border: 0;
}

  /* ##### RESPONSIVE ##### */

  @media (min-width: 768px) and (max-width: 1024px) {
    #pricing-plan .row {
      justify-content: center;
    }

    #pricing-plan .card-block {
      box-shadow: 0 3rem 6rem rgba(173, 191, 204, 0.2);
    }

    #pricing-plan .card {
      margin-bottom: 10rem;
    }

    #pricing-plan .pricing-under,
    #pricing-plan .card-header.second {
      top: 0;
    }

    #pricing-plan .pricing-under {
      box-shadow: none;
    }

    #pricing-plan h3 {
      text-align: center;
    }

    #pricing-plan li {
      font-size: 1.6rem;
      text-align: center;
    }
  }

  @media (max-width: 767px) {
    section.pricing-plan {
      padding: 10rem 0;
    }

    #pricing-plan .card {
      margin-bottom: 5rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
    }

    #pricing-plan h3 {
      text-align: left;
      font-size: 2.5rem;
      font-weight: 900;
      margin-bottom: 2rem;
    }

    #pricing-plan li {
      text-align: left;
      font-size: 1.25rem;
    }
  }

/* 03. PROPRIO / LOCATAIRE / APP
========================================= */
section.htem {
  padding: 5rem 0;
}

.htem h2, .htem .htem-desc {
  margin-bottom: 80px;
}

.htem .htem-desc {
  margin-bottom: 50px;
}

.htem .htem-desc h3 {
  font-size: 17px;
}

.htem .htem-picto {
  position: relative;
}

.htem .htem-picto p img{
  position: relative;
  width: 110px !important;
  height: 120px;
}

.htem .htem-picto img {
  width: 110px;
}

.htem .letter-float {
  position: absolute;
  content: "";
  font-size: 8rem !important;
  top: -20px;
  left: 50%;
  font-weight: 800 !important;
  width: 110px;
  text-align: center;
  margin-left: -130px;
  opacity: 0.2;
}

.htem .htem-separator {
  position: absolute;
  content: "";
  height: 1px;
  width: 240px;
  bottom: 2.5rem;
  opacity: 0.6;
  border-top: 1px dashed #ADBFCC;
}

.htem .htem-separator {
  right: -130px;
}

.htem .rounded-picto {
  background-color: #FAC15D;
  padding: 10px;
  border-radius: 50%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  section.htem .row {
    justify-content: center;
  }
}

/* 03. COMMENTS
========================================= */
section.comments {
  padding: 5rem 0;
  background-color: #f4f6f7;
}

section.comments .comments-item {
  background-color: #FFF;
  border-radius: 1rem;
  box-shadow: 0 3rem 6rem rgba(33, 61, 83, 0.04);
  padding: 3rem 5rem;
  display: inline-block;
  margin: 10px;
}

section.comments .comments-item h5 {
  font-size: 1.4rem;
}


section.comments .comments-item .comments-inner {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  height: 6rem;
}

section.comments .comments-picture,
section.comments .user-infos {
  display: inline-block;
}

section.comments .comments-picture img {
  width: 5rem;
  border-radius: 5rem;
  object-fit: cover;
  height:5rem;
}

  /* ##### RESPONSIVE ##### */

  @media (max-width: 1024px) {
    section.comments {
      padding: 6.5rem 0;
    }
    section.comments .comments-item {
      margin-bottom: 2rem;
    }
  }
  
  @media (max-width: 767px) {
    section.comments .comments-item p.comments-inner {
      margin-bottom: 7rem;
    }

    section.comments .comments-picture img {
      display: none;
    }


    section.comments .comments-item {
      padding: 2.5rem;
    }
  }

/* 03. FAQ
========================================= */

section.faq {
  padding: 5rem 0;
}

section.faq .arrow {
  position: absolute;
  content: "";
  right: 2rem;
  top: 2rem;
}

section.faq .email {
  /* color: #00be9c; */
  color: #32b298;
  font-weight: 900;
}

section.faq .faq-qa .qa-item {
  background: #f4f6f7;
  border: 1px solid rgba(33, 61, 83, 0.05);
  border-radius: 1rem;
  margin-bottom: 2rem;
}

section.faq .faq-qa .card-header {
  position: relative;
  border-radius: 1rem;
  height: 5.5rem;
  padding: 0 2.5rem;
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

section.faq .faq-qa .card-header a {
  line-height: 5.5rem;
  font-weight: 500;
  color: #323648;
  font-size: 1.4rem;
}

section.faq .faq-qa .card-block {
  font-size: 1.25rem;
  color: rgba(33, 61, 83, 0.6);
  line-height: 2.4rem;
  font-weight: 300;
  padding: 0 2.5rem 2.5rem 2.5rem;
}

section.faq .faq-qa .card-block a {
  border-bottom: 1px solid rgba(33, 61, 83, 0.6);
  font-weight: 500;
  color: inherit;
}

  /* ##### RESPONSIVE ##### */

  @media (max-width: 1024px) {
    section.faq {
      padding: 6.5rem 0;
    }

    section.comments .comments-item {
      margin-bottom: 2rem;
    }
  }

  @media (max-width: 767px) {
    section.faq .faq-qa .card-header a {
      font-size: 1.3rem;
      line-height: 2.6rem;
    }

    section.faq .faq-qa .card-header {
      height: auto;
      padding: 1rem 2.5rem;
    }

    section.faq .arrow {
      display: none;
    }
  }

/* RENT_VEHICLE - NEW_VEHICLE (FORM)
======================================= */
#vehicle-form .vehicle-form-inner,
#vehicle-form .vehicle-price,
#vehicle-form .vehicle-option,
#vehicle-form .vehicle-localization,
#oklm-booking .second-steps-container,
#pricing-plan .second-steps-container, 
#parking-form .parking-vehicle-form-inner,
#parking-form .parking-user-form-inner,
#parking-form .parking-option,
#manage-vehicle-form .manage-exist-vehicle-form {
  padding: 4.5rem 6rem;
  border-radius: 1rem;
}
#vehicle-form.form-with-tip .vehicle-form-inner {
  padding: 0px;
}
#new-vehicle .edit-mode {
  padding: 7rem 0 10rem;
}

#pricing-plan .second-pricing {
  /* background-color: rgba(0, 190, 156, 0.1); */
  background-color: rgba(50, 178, 152, 0.1);
}

#vehicle-form textarea {
  height: 12.5rem !important;
  padding: 2.5rem;
}

#vehicle-form .vehicle-option img,
#parking-form .new-car-info img {
  margin-left: 2rem;
}

#parking-form .new-car-info .form-check-input {
  margin-top: 1.5rem;
}

#vehicle-form .vehicle-option input.form-check-input {
  height: 3rem;
  font-size: 2.2rem;
}

#vehicle-form .vehicle-localization input.form-check-input {
  font-size: 2.2rem;
}

#vehicle-form .vehicle-localization label.form-check-label {
  font-size: 1.3rem;
}

#oklm-booking {
  padding: 8rem 0;
  background-color: #f4f6f7;
}

.new-vehicle-process #pricing-plan {
  padding: 8rem 0;
  background-color: #f4f6f7;
}

  /* RESPONSIVE */
  @media (max-width: 767px) {
    #new-vehicle .edit-mode {
      padding: 0;
    }

    #vehicle-form .vehicle-form-inner, 
    #vehicle-form .vehicle-price, 
    #vehicle-form .vehicle-option, 
    #vehicle-form .vehicle-localization, 
    #oklm-booking .second-steps-container, 
    #pricing-plan .second-steps-container {
      padding: 3rem;
    }
  }





/* SUPER-CAR
======================================= */
#home-super-car .jumbotron {
  background: url(/images/home-super-car.jpg) center center no-repeat;
  padding: 10rem 0;
  height: 35vh;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0;
}

#home-super-car section.advantage-owner-tenant {
  padding: 8rem 0 0;
}

#home-super-car section.advantage-owner-tenant ul {
  border-radius: 1rem;
}

#home-super-car section.advantage-owner-tenant li {
  border: transparent;
}

#home-super-car section.advantage {
  padding: 6rem 0;
}

#home-super-car section.advantage p {
  font-size: 1.4rem;
}

#home-super-car i.fa-check {
  border-radius: 5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3.3rem;
  text-align: center;
  vertical-align: middle;
  /* background-color: rgba(0, 190, 156, 0.1); */
  background-color: rgba(50, 178, 152, 0.1);
}

/* PARKING
======================================= */

#parking-header {
  background: url(/images/parking.jpg) no-repeat;
  min-height: 100%;
  height: 50.8rem;
  padding: 4.5rem 0;
  background-size: cover;
  overflow: hidden;
  color: white;
}

#parking .parking-description {
  padding: 3rem 19rem 0 0;
}

#parking .card {
  height: auto;
}

#parking #pricing-plan ul {
  margin-bottom: 0;
}

#parking .card-header.third {
  text-align: center;
  height: 8rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  line-height: 8rem;
}

/*#parking .parking-container {
  height: 52rem;
}*/

#parking .parking-inner {
  padding: 4.5rem 0;
}

#new-parking h4.form-head-title {
  position: relative;
  top: 0.5rem;
}

.form-container{
  top: -25rem;
  width: 101%;
  padding: 2rem 8rem;
  background-color: rgb(230, 235, 239);
  display: none;
}

#parking-offer-page .recap .btn{
  line-height: 3.6rem;
  color: #fff;
}

#parking-offer-page .save-btn,
#parking-offer-page .cancel-btn {
  margin-top: 3.9rem !important;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 16rem;
}

#parking-offer-page a.save-btn:hover,
#parking-offer-page a.cancel-btn:hover {
  color: white !important;
}

#parking-offer-page #edit-btn{
  line-height: 30px;
}

#parking #pricing-plan .card-block {
  padding : 2rem 3rem;
}
#parking-offer-page .offer-pricing-01 {
  min-height: 340px;
}
#parking-offer-page .details-parkings {
  min-height: 420px;
}

@media (max-width: 1024px) {
  #parking-header {
    height: auto;
  }

  #parking .parking-description {
    padding: 0;
  }
}

@media (max-width: 767px) {

  #parking-header .parking-form-responsive {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  #parking-offer-page .offer-pricing-01 {
    margin-bottom: 3rem;
  }
  #parking-offer-page .details-parkings {
    margin-bottom: 3rem;
  }

  #parking-offer-page .responsive-parking-place,
  #parking-offer-page .show-start-date {
    display: block !important;
  } 

  #parking-offer-page .arrow-middle {
    position: absolute;
    content: "";
    transform: rotate(90deg);
    top: 8rem;
    left: 45%;
  }

  #parking-offer-page .user-parking-date {
    position: relative;
  }

  #parking-offer-page .first-parking-date {
    margin-bottom: 5rem;
  }

  #parking-offer-page .responsive-recaps {
    text-align: center;
  }

  #parking-offer-page div.text-right {
    text-align: center !important;
    margin-top: 2rem;
  }
}

/* MANAGE HOLIDAY
======================================= */

#manage-holiday header.header {
  position: relative;
}

#manage-holiday .jumbotron {
  background: url(/images/manage-holiday.jpg) top center no-repeat;
  padding: 10rem 0;
  background-size: cover;
  overflow: visible;
  position: relative;
  height: 52rem;
}

#manage-holiday .manage-holiday-inner {
  padding: 5rem 0;
}

#manage-holiday #pricing-plan .card:not(.static):hover {
  transform: scale(1.0);
}

#manage-holiday section.faq {
  background-color: #F4F7F8;
}

#manage-holiday section.faq .faq-qa .qa-item {
  background-color: #FFF;
}

#manage-holiday #pricing-plan .card-price {
  padding: 0rem 3rem 4rem;
}

#manage-holiday #pricing-plan .card-block {
  padding: 4rem 3rem 3rem;
}

section.manage-holiday-offer .manage-holiday-offer-left {
  padding: 4rem 5rem 0 0;
}


section.manage-holiday-offer .manage-holiday-offer-left img {
  width: 100%;
  border-radius: 1rem;
  height: 180px;
  object-fit: cover;
}

section.manage-holiday-offer .pricing-plan {
  padding: 0 0 0 24rem;
}

#manage-vehicle-form .new-vehicle-form .container-fluid {
  padding: 0 !important;
}

#manage-vehicle-form .managa-vehicle-date {
  position: sticky;
  position: -webkit-sticky;
  top: 4rem;
}

#manage-holiday section.manage-holiday-form {
  background-color: #d8e5e9;
  border-bottom: 0;
  padding: 1rem 6.5rem;
}

#manage-holiday section.manage-holiday-form .container {
  background-color: #fff;
  border-radius: 1rem 1rem;
}

#manage-holiday section.advantage {
  background-color: #F4F7F8;
  border-bottom: 0;
}

#manage-holiday .manage-holiday-formbox .rotate {
  transform: rotate(90deg);
}

#manage-holiday .manage-holiday-formbox p {
  line-height: 4.5rem;
}



#manage-holiday .manage-holiday-description {
  position: absolute;
  display: flex;
  align-items: center;
  right: 8rem;
  top: 0;
  bottom: 0;
  width: calc(50% - 16rem);
  padding: 3rem 4rem;
  background-color: rgba(0,0,0,0.5);
  /*border-radius: 1rem;*/

}


#manage-holiday .manage-holiday-description h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5rem;
  color: #fff !important;
  text-align: left;
  line-height: 1.8;
}

#manage-holiday .manage-holiday-description h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #fff !important;
  margin: 10px 0;
  text-align: left;
  line-height: 1.4;
}


#manage-holiday .manage-holiday-description ul li {
  font-size: 1.6rem;
  color: #fff !important;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1.6rem;
}

#manage-holiday .manage-holiday-description ul li i.fa {
  font-size: 2.2rem;
  display: inline-block;
  width: 2.2rem;
  position: relative;
  top: 2px;
}


#manage-holiday .manage-holiday-description .open-appointment-form-btn {
    width: auto !important;
    padding: 0 4rem;
}

#manage-holiday .manage-holiday-description .arrow {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 26px 26px;
  border-color: transparent transparent #ffffff transparent;
}



@media (max-width: 767px) {

  #manage-holiday .jumbotron {
    padding: 0;
    height: auto;
  }
  #manage-holiday .manage-holiday-description {
    position: static;
    width: 100%;
  }

  #manage-holiday .manage-holiday-description .open-appointment-form-btn {
    width: 100% !important;
    padding: 0;
  }

  #manage-vehicle-form .managa-vehicle-date {
    margin-bottom: 2rem;
  }  

  #manage-vehicle-form .manage-exist-vehicle-form {
    padding: 3rem;
  }

  #manage-holiday .manage-holiday-advantage img  {
    width: 10rem !important;
    margin-bottom: 3rem;
  }

  #manage-holiday .second-steps-container button,
  #manage-holiday .second-steps-container .form-control {
    margin-bottom: 1rem !important;
  }

  #manage-holiday .col-lg-5.col-md-6.col-sm-12.pdl-0 {
    padding-left: 1.5rem !important;
  }

  #manage-holiday #appointment-modal h1 {
    font-size: 2.5rem;
  }

  #manage-holiday #appointment-modal .cancel-btn {
    display: none;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {

  #manage-holiday .manage-holiday-description {
    right: 0;
    width: 50%;
  }

  #manage-holiday .manage-holiday-description .open-appointment-form-btn {
    width: 100% !important;
    padding: 0;
  }

  #manage-vehicle-form .managa-vehicle-date {
    margin-bottom: 4rem;
  }

  #manage-holiday .manage-holiday-advantage img  {
    width: 10rem !important;
    margin-bottom: 3rem;
  }

  #manage-holiday .second-steps-container button,
  #manage-holiday .second-steps-container .form-control {
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 1014px) {
  section.manage-holiday-offer .manage-holiday-offer-left {
    padding: 0;
  }

  section.manage-holiday-offer .pricing-plan {
    padding: 0 ;
  }

  .manage-holiday-inner .row {
    justify-content: center;
  }
}


.new-vehicle-menu {
  padding: 20px;

}


.new-vehicle-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  border-left: 2px solid #ADBFCC;
  color: #ADBFCC;
}

.new-vehicle-menu li:first-child {
  padding-top: 0;
  margin-top: 10px;
}

.new-vehicle-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 10px;
  height: 30px;
}

.new-vehicle-menu .circle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  left: -13px;
  top: -2px;
  border-radius: 12px;
  padding: 2px;
  border: 1px solid #ADBFCC;
  background-color: #fff;
  font-size: 0;

}

.new-vehicle-menu .circle .circle-inner {
  background-color: #F4F5F7;
  border-radius: 10px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 26px;
}

.new-vehicle-menu .active .circle .circle-inner,
.new-vehicle-menu .check .circle .circle-inner {
  /* background-color: #00BE9C; */
  background-color: #32b298;
}


.new-vehicle-menu .active {
  color: #42526E;
}

.new-vehicle-menu .menu-label {
  margin-left: 25px;
}




#vehicle-form input[type="radio"]:checked,
#vehicle-form input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#vehicle-form input[type="radio"]:checked + label,
#vehicle-form input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#vehicle-form input[type="radio"]:checked + label:before,
#vehicle-form input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ADBFCC;
    border-radius: 100%;
    background: #fff;
}
#vehicle-form input[type="radio"]:checked + label:after,
#vehicle-form input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    /* background: #00be9c; */
    background: #32b298;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#vehicle-form input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#vehicle-form input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*#vehicle-form.form-with-tip .form-zone {*/
  /*background-color: white;*/
  /*margin: 0;*/
  /*padding: 0 40px ;*/
/*}*/
/*#vehicle-form.form-with-tip .form-zone.first {*/
  /*border-radius: 10px 10px 0 0;*/
  /*padding-top: 40px;*/
/*}*/
/*#vehicle-form.form-with-tip .form-zone.last {*/
  /*border-radius: 0 0 10px 10px;*/
  /*padding-bottom: 40px;*/
/*}*/

/*#vehicle-form.form-with-tip .tip-picto {*/
  /*position: absolute;*/
  /*top: -10%;*/
  /*left: 7px;*/
  /*width: 36px;*/
/*}*/