/**
 * @file
 * Visual styles for "rachat form" in allovendu_v1.
 */
 @media (max-width: 992px) {
    #front-sec-1 {
      width: 100vw;
      height: 100vh;
      background: #fff !important;
    }
  }
  #front-sec-1 h1 {
    color: #545454;
    margin-top: 200px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 120px;
  }
  @media (min-width: 992px) {
    #front-sec-1 h1 {
      padding: 40px;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: normal;
      margin-top: 95px;
      margin-bottom: 26px;
      padding: 0 40px;
    }
  }
  @media (min-width: 1200px) {
    #front-sec-1 h1 {
      font-size: 36px;
      margin-top: 130px;
      margin-bottom: 50px;
    }
  }
  
  @media (max-width: 768px) {
    #rachat-container,
    #front-sec-1 h1 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .allovendu-rachat-form {
      width: 593px;
      padding: 33px 58px;
    }
  }
  @media (min-width: 1200px) {
    .allovendu-rachat-form {
      width: 593px;
      padding: 43px 58px;
    }
  }
  
  .allovendu-rachat-form,
  .allovendu-confirm-rachat-form {
    margin: 0 auto;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.93);
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    font-family: "Montserrat", sans-serif;
    /*
    @keyframes maxOff {
        to {
            width: 100%;
        }
    }
    */
  }
  .allovendu-rachat-form .header-form-rachat,
  .allovendu-confirm-rachat-form .header-form-rachat {
    display: none;
    padding-top: 3px;
    padding-bottom: 15px;
    text-align: center;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .header-form-rachat,
    .allovendu-confirm-rachat-form .header-form-rachat {
      padding-top: 15px;
    }
  }
  .allovendu-rachat-form .header-form-rachat .logo-img,
  .allovendu-confirm-rachat-form .header-form-rachat .logo-img {
    width: 84px;
    height: auto;
    margin-top: 5px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .header-form-rachat .logo-img,
    .allovendu-confirm-rachat-form .header-form-rachat .logo-img {
      width: 114px;
      margin-top: 0;
    }
  }
  .allovendu-rachat-form .fieldset-wrapper,
  .allovendu-rachat-form .confirm-rachat-form-wrapper,
  .allovendu-confirm-rachat-form .fieldset-wrapper,
  .allovendu-confirm-rachat-form .confirm-rachat-form-wrapper {
    overflow-y: scroll;
    position: relative;
    margin: 0 auto;
    height: 100vh;
    padding: 15px 20px 200px 20px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .fieldset-wrapper,
    .allovendu-rachat-form .confirm-rachat-form-wrapper,
    .allovendu-confirm-rachat-form .fieldset-wrapper,
    .allovendu-confirm-rachat-form .confirm-rachat-form-wrapper {
      padding-top: 15px;
      padding-bottom: 300px;
    }
  }
  .allovendu-rachat-form .form-required:after,
  .allovendu-confirm-rachat-form .form-required:after {
    display: none;
  }
  .allovendu-rachat-form .wrapper-nav-form,
  .allovendu-confirm-rachat-form .wrapper-nav-form {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
  }
  .allovendu-rachat-form .wrapper-nav-form .btn-prev,
  .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev {
    position: absolute;
  }
  .allovendu-rachat-form .btn-close-form-rachat,
  .allovendu-confirm-rachat-form .btn-close-form-rachat {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 80px;
    background-image: url("../images/svg/x-lg.svg");
    background-size: 100% 100%;
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
    border: none;
  }
  .allovendu-rachat-form .btn-close-form-rachat:hover,
  .allovendu-confirm-rachat-form .btn-close-form-rachat:hover {
    color: #125685;
  }
  .allovendu-rachat-form .btn-close-form-rachat:focus,
  .allovendu-confirm-rachat-form .btn-close-form-rachat:focus {
    outline: none;
  }
  .allovendu-rachat-form .btn-close-form-rachat:focus-visible,
  .allovendu-confirm-rachat-form .btn-close-form-rachat:focus-visible {
    outline: none;
  }
  .allovendu-rachat-form .wrapper-nav-form-step-1,
  .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 {
    margin-top: 60px;
    position: static !important;
    text-align: center;
  }
  .allovendu-rachat-form .wrapper-nav-form-step-1 .btn-prev,
  .allovendu-rachat-form .wrapper-nav-form .btn-prev,
  .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 .btn-prev,
  .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev {
    background-color: transparent;
    color: #000;
    border: none;
    font-size: 14px;
    font-weight: 600;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .wrapper-nav-form-step-1 .btn-prev,
    .allovendu-rachat-form .wrapper-nav-form .btn-prev,
    .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 .btn-prev,
    .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev {
      font-size: 20px;
    }
  }
  .allovendu-rachat-form .wrapper-nav-form-step-1 .btn-prev:focus,
  .allovendu-rachat-form .wrapper-nav-form .btn-prev:focus,
  .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 .btn-prev:focus,
  .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev:focus {
    outline: none;
  }
  .allovendu-rachat-form .wrapper-nav-form-step-1 .btn-prev:hover,
  .allovendu-rachat-form .wrapper-nav-form .btn-prev:hover,
  .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 .btn-prev:hover,
  .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev:hover {
    color: #125685;
  }
  .allovendu-rachat-form .wrapper-nav-form-step-1 .btn-prev.btn-prev,
  .allovendu-rachat-form .wrapper-nav-form .btn-prev.btn-prev,
  .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 .btn-prev.btn-prev,
  .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev.btn-prev {
    top: 5px;
    left: 5px;
    background-image: url("../images/svg/arrow-left.svg");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: center left;
    margin: 0;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .wrapper-nav-form-step-1 .btn-prev.btn-prev,
    .allovendu-rachat-form .wrapper-nav-form .btn-prev.btn-prev,
    .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 .btn-prev.btn-prev,
    .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev.btn-prev {
      top: 10px;
    }
  }
  .allovendu-rachat-form .wrapper-nav-form-step-1 .btn-prev.btn-next,
  .allovendu-rachat-form .wrapper-nav-form .btn-prev.btn-next,
  .allovendu-confirm-rachat-form .wrapper-nav-form-step-1 .btn-prev.btn-next,
  .allovendu-confirm-rachat-form .wrapper-nav-form .btn-prev.btn-next {
    right: 5px;
  }
  .allovendu-rachat-form .btn-primary,
  .allovendu-confirm-rachat-form .btn-primary {
    border: #125685;
    background-color: #125685;
  }
  .allovendu-rachat-form .form-type-managed-file,
  .allovendu-confirm-rachat-form .form-type-managed-file {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .allovendu-rachat-form .form-type-managed-file .form-file,
  .allovendu-confirm-rachat-form .form-type-managed-file .form-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .allovendu-rachat-form .form-type-managed-file label,
  .allovendu-confirm-rachat-form .form-type-managed-file label {
    cursor: pointer;
    color: #125685;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.46px;
    margin-top: 10px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .form-type-managed-file label,
    .allovendu-confirm-rachat-form .form-type-managed-file label {
      font-size: 26px;
    }
  }
  .allovendu-rachat-form .form-type-managed-file label:nth-child(1),
  .allovendu-confirm-rachat-form .form-type-managed-file label:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #125685;
    background: #FFF;
    padding: 8px 40px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .form-type-managed-file label:nth-child(1),
    .allovendu-confirm-rachat-form .form-type-managed-file label:nth-child(1) {
      padding: 10px 40px;
    }
  }
  .allovendu-rachat-form .form-type-managed-file label:nth-child(1):before,
  .allovendu-confirm-rachat-form .form-type-managed-file label:nth-child(1):before {
    content: "";
    background-image: url("../images/svg/photo-camera-blue.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .form-type-managed-file label:nth-child(1):before,
    .allovendu-confirm-rachat-form .form-type-managed-file label:nth-child(1):before {
      width: 26px;
      height: 26px;
      margin-right: 6px;
    }
  }
  .allovendu-rachat-form .form-type-managed-file label:hover,
  .allovendu-confirm-rachat-form .form-type-managed-file label:hover {
    background: #D2D2D2;
  }
  .allovendu-rachat-form legend,
  .allovendu-confirm-rachat-form legend {
    color: #545454;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
    border-bottom: none;
    text-align: center;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form legend,
    .allovendu-confirm-rachat-form legend {
      font-size: 36px;
      line-height: normal;
    }
  }
  .allovendu-rachat-form legend .nowrap,
  .allovendu-confirm-rachat-form legend .nowrap {
    white-space: nowrap;
  }
  .allovendu-rachat-form .title,
  .allovendu-confirm-rachat-form .title {
    color: #474747 !important;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .title,
    .allovendu-confirm-rachat-form .title {
      font-size: 40px !important;
      line-height: 37px;
    }
  }
  .allovendu-rachat-form .sub-title,
  .allovendu-confirm-rachat-form .sub-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .sub-title,
    .allovendu-confirm-rachat-form .sub-title {
      max-width: 887px;
      margin: 30px auto 30px auto;
      font-size: 33px;
      line-height: 40px;
    }
  }
  .allovendu-rachat-form .or,
  .allovendu-confirm-rachat-form .or {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .or,
    .allovendu-confirm-rachat-form .or {
      font-size: 30px;
    }
  }
  .allovendu-rachat-form .form-type-radio,
  .allovendu-rachat-form .form-type-radio *,
  .allovendu-confirm-rachat-form .form-type-radio,
  .allovendu-confirm-rachat-form .form-type-radio * {
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .allovendu-rachat-form .form-radio,
  .allovendu-rachat-form .btn-next,
  .allovendu-confirm-rachat-form .form-radio,
  .allovendu-confirm-rachat-form .btn-next {
    display: none;
  }
  .allovendu-rachat-form .list-group .form-type-radio,
  .allovendu-confirm-rachat-form .list-group .form-type-radio {
    border-radius: 15px;
    border: 1px solid #E8E8F4;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    max-width: 705px;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 85px;
    font-size: 30px;
    font-weight: 400;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .list-group .form-type-radio,
    .allovendu-confirm-rachat-form .list-group .form-type-radio {
      font-size: 34px;
    }
  }
  .allovendu-rachat-form .list-group .form-type-radio:hover,
  .allovendu-confirm-rachat-form .list-group .form-type-radio:hover {
    background-color: #125685;
    color: #fff;
  }
  .allovendu-rachat-form .list-group .form-type-radio:hover label,
  .allovendu-confirm-rachat-form .list-group .form-type-radio:hover label {
    color: #fff;
  }
  .allovendu-rachat-form .checked,
  .allovendu-confirm-rachat-form .checked {
    background-color: #125685;
  }
  .allovendu-rachat-form .checked label,
  .allovendu-confirm-rachat-form .checked label {
    color: #fff !important;
  }
  .allovendu-rachat-form label,
  .allovendu-confirm-rachat-form label {
    color: #474747;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form label,
    .allovendu-confirm-rachat-form label {
      font-size: 33px;
    }
  }
  .allovendu-rachat-form .progress-step,
  .allovendu-confirm-rachat-form .progress-step {
    position: absolute;
    bottom: -1px;
    left: -1px;
    color: #fff;
    background-color: #F1CE00;
    padding: 15px;
    z-index: 8;
    transition: width 0.3s ease-in;
    width: 9%;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
  }
  .allovendu-rachat-form .alphabet,
  .allovendu-confirm-rachat-form .alphabet {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .allovendu-rachat-form .alphabet li,
  .allovendu-confirm-rachat-form .alphabet li {
    cursor: pointer;
    font-size: 14px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .alphabet li,
    .allovendu-confirm-rachat-form .alphabet li {
      font-size: 22px;
    }
  }
  .allovendu-rachat-form .alphabet li:hover,
  .allovendu-confirm-rachat-form .alphabet li:hover {
    color: #125685;
    font-weight: 700;
  }
  .allovendu-rachat-form .alphabet li a,
  .allovendu-confirm-rachat-form .alphabet li a {
    color: #000000;
    display: block;
    padding: 3px 15px;
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .alphabet li a,
    .allovendu-confirm-rachat-form .alphabet li a {
      font-size: 20px;
    }
  }
  .allovendu-rachat-form .alphabet li a.active,
  .allovendu-confirm-rachat-form .alphabet li a.active {
    color: #125685;
  }
  .allovendu-rachat-form .highlight-label,
  .allovendu-confirm-rachat-form .highlight-label {
    color: #125685;
  }
  @media (max-width: 768px) {
    .allovendu-rachat-form .step-type-projet,
    .allovendu-confirm-rachat-form .step-type-projet {
      margin: 0;
    }
  }
  .allovendu-rachat-form .step-type-projet .fieldset-wrapper,
  .allovendu-confirm-rachat-form .step-type-projet .fieldset-wrapper {
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    padding: 0;
  }
  .allovendu-rachat-form .step-type-projet legend,
  .allovendu-confirm-rachat-form .step-type-projet legend {
    text-align: left;
    color: #125685;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  @media (min-width: 992px) {
    .allovendu-rachat-form .step-type-projet legend,
    .allovendu-confirm-rachat-form .step-type-projet legend {
      font-size: 17px;
      padding: 8px 55px;
      padding-top: 15px;
      text-align: left;
    }
  }
  @media (min-width: 1200px) {
    .allovendu-rachat-form .step-type-projet legend,
    .allovendu-confirm-rachat-form .step-type-projet legend {
      font-size: 24px;
      padding: 8px 55px;
      padding-top: 15px;
      text-align: left;
    }
  }
  .allovendu-rachat-form .step-type-projet .form-type-radio,
  .allovendu-confirm-rachat-form .step-type-projet .form-type-radio {
    border-radius: 15px;
    border: 1px solid #D2D2D2;
    background: #F9F8F6;
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .step-type-projet .form-type-radio,
    .allovendu-confirm-rachat-form .step-type-projet .form-type-radio {
      padding: 15px;
    }
  }
  @media (min-width: 1200px) {
    .allovendu-rachat-form .step-type-projet .form-type-radio,
    .allovendu-confirm-rachat-form .step-type-projet .form-type-radio {
      padding: 25px;
    }
  }
  .allovendu-rachat-form .step-type-projet .form-type-radio:last-child,
  .allovendu-confirm-rachat-form .step-type-projet .form-type-radio:last-child {
    margin-bottom: 0;
  }
  .allovendu-rachat-form .step-type-projet .form-type-radio:hover,
  .allovendu-confirm-rachat-form .step-type-projet .form-type-radio:hover {
    border-color: #125685;
  }
  .allovendu-rachat-form .step-type-projet .form-type-radio label,
  .allovendu-confirm-rachat-form .step-type-projet .form-type-radio label {
    color: #125685;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 20px;
    text-align: left;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .step-type-projet .form-type-radio label,
    .allovendu-confirm-rachat-form .step-type-projet .form-type-radio label {
      font-size: 21px;
      line-height: normal;
    }
  }
  .allovendu-rachat-form .step-type-projet .form-type-radio:nth-child(1):before,
  .allovendu-confirm-rachat-form .step-type-projet .form-type-radio:nth-child(1):before {
    content: url("../images/svg/FastForwardFilled.svg");
  }
  .allovendu-rachat-form .step-type-projet .form-type-radio:nth-child(2):before,
  .allovendu-confirm-rachat-form .step-type-projet .form-type-radio:nth-child(2):before {
    content: url("../images/svg/pause.svg");
  }
  .allovendu-rachat-form .step-type-projet .form-type-radio:nth-child(3):before,
  .allovendu-confirm-rachat-form .step-type-projet .form-type-radio:nth-child(3):before {
    content: url("../images/svg/TrendingUpFilled-blue.svg");
  }
  .allovendu-rachat-form .step-etat .form-type-radio,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio {
    margin-bottom: 10px;
    min-height: 60px;
  }
  .allovendu-rachat-form .step-etat .form-type-radio label,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio label {
    text-align: left;
    margin-left: 20px;
  }
  .allovendu-rachat-form .step-etat .form-type-radio:before,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio:before {
    background-size: contain;
    width: 34px;
    height: 34px;
    margin-right: 6px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .step-etat .form-type-radio:before,
    .allovendu-confirm-rachat-form .step-etat .form-type-radio:before {
      width: 44px;
      height: 44px;
      margin-right: 6px;
    }
  }
  .allovendu-rachat-form .step-etat .form-type-radio:nth-child(1):before,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio:nth-child(1):before {
    content: "";
    background-image: url("../images/svg/etat-ok.svg");
  }
  .allovendu-rachat-form .step-etat .form-type-radio:nth-child(2):before,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio:nth-child(2):before {
    content: "";
    background-image: url("../images/svg/etat-frais-inferieur.svg");
  }
  .allovendu-rachat-form .step-etat .form-type-radio:nth-child(3):before,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio:nth-child(3):before {
    background-image: url("../images/svg/etat-frais-superieur.svg");
    content: "";
  }
  .allovendu-rachat-form .step-etat .form-type-radio:nth-child(4):before,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio:nth-child(4):before {
    background-image: url("../images/svg/etat-frais-non-roulant.svg");
    content: "";
  }
  .allovendu-rachat-form .step-etat .form-type-radio:nth-child(5):before,
  .allovendu-confirm-rachat-form .step-etat .form-type-radio:nth-child(5):before {
    background-image: url("../images/svg/etat-frais-accidente.svg");
    content: "";
  }
  .allovendu-rachat-form .step-color .form-type-radio:before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(1):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(1):before {
    background-color: #000000;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(2):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(2):before {
    background-color: #9C9C9C;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(3):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(3):before {
    background-color: #fff;
    border: 1px solid #000;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(4):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(4):before {
    background-color: #1A15FF;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(5):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(5):before {
    background-color: #EE1610;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(6):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(6):before {
    background-color: #FFE5A4;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(7):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(7):before {
    background-color: #AE2626;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(8):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(8):before {
    background-color: #FFDA15;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(9):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(9):before {
    background-color: #530808;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(10):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(10):before {
    background-color: #ffa200;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(11):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(11):before {
    background-color: #fd61f4;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(12):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(12):before {
    background-color: #30a50c;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(13):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(13):before {
    background-color: #780ba0;
  }
  .allovendu-rachat-form .step-color .form-type-radio:nth-child(14):before,
  .allovendu-confirm-rachat-form .step-color .form-type-radio:nth-child(14):before {
    background: radial-gradient(white, transparent 80%), conic-gradient(#e43f00, #fae410, #55cc3b, #09adff, #6b0efd, #e70d86, #e43f00);
  }
  .allovendu-rachat-form .step-color label,
  .allovendu-confirm-rachat-form .step-color label {
    padding-left: 10px;
  }
  .allovendu-rachat-form .step-brand .fieldset-wrapper,
  .allovendu-rachat-form .step-model .fieldset-wrapper,
  .allovendu-confirm-rachat-form .step-brand .fieldset-wrapper,
  .allovendu-confirm-rachat-form .step-model .fieldset-wrapper {
    width: 90%;
    padding: 15px 20px 200px 20px;
  }
  .allovendu-rachat-form .step-email,
  .allovendu-rachat-form .step-code,
  .allovendu-rachat-form .step-phone,
  .allovendu-rachat-form .step-immatriculation,
  .allovendu-rachat-form .step-price,
  .allovendu-rachat-form .step-vehicule-images,
  .allovendu-confirm-rachat-form .step-email,
  .allovendu-confirm-rachat-form .step-code,
  .allovendu-confirm-rachat-form .step-phone,
  .allovendu-confirm-rachat-form .step-immatriculation,
  .allovendu-confirm-rachat-form .step-price,
  .allovendu-confirm-rachat-form .step-vehicule-images {
    text-align: center;
  }
  .allovendu-rachat-form .step-email label,
  .allovendu-rachat-form .step-code label,
  .allovendu-rachat-form .step-phone label,
  .allovendu-rachat-form .step-immatriculation label,
  .allovendu-rachat-form .step-price label,
  .allovendu-rachat-form .step-vehicule-images label,
  .allovendu-confirm-rachat-form .step-email label,
  .allovendu-confirm-rachat-form .step-code label,
  .allovendu-confirm-rachat-form .step-phone label,
  .allovendu-confirm-rachat-form .step-immatriculation label,
  .allovendu-confirm-rachat-form .step-price label,
  .allovendu-confirm-rachat-form .step-vehicule-images label {
    margin-bottom: 22px;
  }
  .allovendu-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-email textarea,
  .allovendu-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-code textarea,
  .allovendu-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-phone textarea,
  .allovendu-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-immatriculation textarea,
  .allovendu-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-price textarea,
  .allovendu-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-vehicule-images textarea,
  .allovendu-confirm-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-email textarea,
  .allovendu-confirm-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-code textarea,
  .allovendu-confirm-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-phone textarea,
  .allovendu-confirm-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-immatriculation textarea,
  .allovendu-confirm-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-price textarea,
  .allovendu-confirm-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-vehicule-images textarea {
    margin: 20px auto 0 auto;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 15px;
    font-size: 16px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-email textarea,
    .allovendu-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-code textarea,
    .allovendu-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-phone textarea,
    .allovendu-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-immatriculation textarea,
    .allovendu-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-price textarea,
    .allovendu-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-vehicule-images textarea,
    .allovendu-confirm-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-email textarea,
    .allovendu-confirm-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-code textarea,
    .allovendu-confirm-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-phone textarea,
    .allovendu-confirm-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-immatriculation textarea,
    .allovendu-confirm-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-price textarea,
    .allovendu-confirm-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-vehicule-images textarea {
      max-width: 840px;
      margin-top: 40px;
      font-size: 20px;
    }
  }
  .allovendu-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-rachat-form .step-email textarea::placeholder,
  .allovendu-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-rachat-form .step-code textarea::placeholder,
  .allovendu-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-rachat-form .step-phone textarea::placeholder,
  .allovendu-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-rachat-form .step-immatriculation textarea::placeholder,
  .allovendu-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-rachat-form .step-price textarea::placeholder,
  .allovendu-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-rachat-form .step-vehicule-images textarea::placeholder,
  .allovendu-confirm-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-confirm-rachat-form .step-email textarea::placeholder,
  .allovendu-confirm-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-confirm-rachat-form .step-code textarea::placeholder,
  .allovendu-confirm-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-confirm-rachat-form .step-phone textarea::placeholder,
  .allovendu-confirm-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-confirm-rachat-form .step-immatriculation textarea::placeholder,
  .allovendu-confirm-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-confirm-rachat-form .step-price textarea::placeholder,
  .allovendu-confirm-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat)::placeholder,
  .allovendu-confirm-rachat-form .step-vehicule-images textarea::placeholder {
    color: #242424;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5px;
  }
  .allovendu-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-rachat-form .step-email textarea.input-prix,
  .allovendu-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-rachat-form .step-code textarea.input-prix,
  .allovendu-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-rachat-form .step-phone textarea.input-prix,
  .allovendu-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-rachat-form .step-immatriculation textarea.input-prix,
  .allovendu-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-rachat-form .step-price textarea.input-prix,
  .allovendu-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-rachat-form .step-vehicule-images textarea.input-prix,
  .allovendu-confirm-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-confirm-rachat-form .step-email textarea.input-prix,
  .allovendu-confirm-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-confirm-rachat-form .step-code textarea.input-prix,
  .allovendu-confirm-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-confirm-rachat-form .step-phone textarea.input-prix,
  .allovendu-confirm-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-confirm-rachat-form .step-immatriculation textarea.input-prix,
  .allovendu-confirm-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-confirm-rachat-form .step-price textarea.input-prix,
  .allovendu-confirm-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
  .allovendu-confirm-rachat-form .step-vehicule-images textarea.input-prix {
    margin: 0;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-rachat-form .step-email textarea.input-prix,
    .allovendu-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-rachat-form .step-code textarea.input-prix,
    .allovendu-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-rachat-form .step-phone textarea.input-prix,
    .allovendu-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-rachat-form .step-immatriculation textarea.input-prix,
    .allovendu-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-rachat-form .step-price textarea.input-prix,
    .allovendu-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-rachat-form .step-vehicule-images textarea.input-prix,
    .allovendu-confirm-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-confirm-rachat-form .step-email textarea.input-prix,
    .allovendu-confirm-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-confirm-rachat-form .step-code textarea.input-prix,
    .allovendu-confirm-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-confirm-rachat-form .step-phone textarea.input-prix,
    .allovendu-confirm-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-confirm-rachat-form .step-immatriculation textarea.input-prix,
    .allovendu-confirm-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-confirm-rachat-form .step-price textarea.input-prix,
    .allovendu-confirm-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat).input-prix,
    .allovendu-confirm-rachat-form .step-vehicule-images textarea.input-prix {
      width: 267px;
      margin: 0;
    }
  }
  .allovendu-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
  .allovendu-confirm-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat) {
    height: 60px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-email input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-code input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-phone input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-immatriculation input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-price input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat),
    .allovendu-confirm-rachat-form .step-vehicule-images input:not(.btn-prev):not(.btn-submit-form):not(.btn-close-form-rachat) {
      height: 60px;
    }
  }
  .allovendu-rachat-form .step-vehicule-images .form-item input,
  .allovendu-confirm-rachat-form .step-vehicule-images .form-item input {
    height: auto;
  }

  @media (min-width: 768px) {
    .allovendu-rachat-form .col-price,
    .allovendu-confirm-rachat-form .col-price {
      max-width: 667px;
      margin: 0 auto;
    }
  }
  .allovendu-rachat-form .col-price input.input-prix,
  .allovendu-confirm-rachat-form .col-price input.input-prix {
    width: 50%;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .col-price input.input-prix,
    .allovendu-confirm-rachat-form .col-price input.input-prix {
      width: 267px;
    }
  }
  .allovendu-rachat-form .col-price input.input-prix::placeholder,
  .allovendu-rachat-form .col-price textarea::placeholder,
  .allovendu-confirm-rachat-form .col-price input.input-prix::placeholder,
  .allovendu-confirm-rachat-form .col-price textarea::placeholder {
    color: #9C9C9C;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
  }
  .allovendu-rachat-form .input-code,
  .allovendu-confirm-rachat-form .input-code {
    width: 200px;
    text-align: center;
  }
  .allovendu-rachat-form .step-vehicule-images input,
  .allovendu-confirm-rachat-form .step-vehicule-images input {
    height: auto;
  }
  .allovendu-rachat-form .btn-submit-form,
  .allovendu-confirm-rachat-form .btn-submit-form {
    margin: 30px auto 0 auto;
    display: block;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 4px;
    background: #125685;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .btn-submit-form,
    .allovendu-confirm-rachat-form .btn-submit-form {
      font-size: 26px;
    }
  }
  .allovendu-rachat-form input[name=vehicule_images_remove_button],
  .allovendu-confirm-rachat-form input[name=vehicule_images_remove_button] {
    margin: 0 auto;
    display: block;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 4px;
    border-color: #125685;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
  .allovendu-rachat-form p.infos,
  .allovendu-confirm-rachat-form p.infos {
    color: rgba(74, 74, 74, 0.82) !important;
    text-align: center;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-top: 20px;
  }
  .allovendu-rachat-form .mms,
  .allovendu-confirm-rachat-form .mms {
    margin-bottom: 20px;
  }
  .allovendu-rachat-form .skip-btn,
  .allovendu-confirm-rachat-form .skip-btn {
    cursor: pointer;
    color: rgba(53, 53, 53, 0.82);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    .allovendu-rachat-form .skip-btn,
    .allovendu-confirm-rachat-form .skip-btn {
      font-size: 24px;
    }
  }
  .allovendu-rachat-form .skip-btn:hover,
  .allovendu-confirm-rachat-form .skip-btn:hover {
    color: #125685;
  }
  .allovendu-rachat-form .step-brand .fieldset-wrapper,
  .allovendu-confirm-rachat-form .step-brand .fieldset-wrapper {
    height: 75vh;
  }
  .allovendu-rachat-form .step-brand .fieldset-wrapper .brand-frequent-values .fieldset-wrapper,
  .allovendu-confirm-rachat-form .step-brand .fieldset-wrapper .brand-frequent-values .fieldset-wrapper {
    overflow-y: unset;
    height: 55vh;
  }
  
  .js-overlay-spinner-submit-form {
    display: none;
  }
  
  .js-overlay-spinner-submit-form p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
  }
  
  .overlay-spinner {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .lds-ring {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 4;
  }
  
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 9999;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #125685;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #125685 transparent transparent transparent;
  }
  
  .overlay,
  .resultat-container {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 0;
    padding: 15px;
  }
  
  .display-none {
    display: none;
  }
  
  .resultat-container {
    overflow-y: auto;
  }
  .resultat-container .resultat {
    max-width: 586px;
    margin: 100px auto 0 auto;
    font-family: "Montserrat", sans-serif;
  }
  @media (min-width: 768px) {
    .resultat-container .resultat {
      margin-top: 125px;
    }
  }
  .resultat-container .resultat .result-title {
    border-radius: 8px;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (min-width: 768px) {
    .resultat-container .resultat .result-title {
      min-height: 85px;
      margin-bottom: 40px;
      padding: 15px;
    }
  }
  .resultat-container .resultat .result-title.resultat-refus {
    background-color: red;
  }
  .resultat-container .resultat .result-title.resultat-refus:before {
    content: url("../images/svg/refus-rouge.svg");
  }
  .resultat-container .resultat .result-title.resultat-ok {
    background-color: #10C500;
    border: 1px solid #6BE960;
  }
  .resultat-container .resultat .result-title.resultat-ok:before {
    content: url("../images/svg/check-white.svg");
  }
  .resultat-container .resultat .result-title.resultat-enlevement {
    background: #F98228;
  }
  .resultat-container .resultat .result-title.resultat-enlevement:before {
    content: url("../images/svg/car-orange.svg");
  }
  .resultat-container .resultat .result-title .text {
    display: inline-block;
    margin-left: 20px;
  }
  .resultat-container .resultat .result-title .text .big-title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
  }
  @media (min-width: 768px) {
    .resultat-container .resultat .result-title .text .big-title {
      font-size: 33px;
    }
  }
  .resultat-container .resultat .result-title .text .number {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .resultat-container .resultat .result-title .text .number {
      font-size: 24px;
    }
  }
  .resultat-container .resultat p {
    margin-bottom: 10px;
    color: rgba(53, 53, 53, 0.82);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
  }
  @media (min-width: 768px) {
    .resultat-container .resultat p {
      font-size: 24px;
    }
  }
  .resultat-container .resultat p .txt-orange {
    color: #F98228;
  }
  .resultat-container .resultat p .txt-bleu {
    color: #125685;
    font-weight: 700;
  }
  .resultat-container .resultat p .txt-rouge {
    color: #F00;
    font-weight: 700;
  }
  .resultat-container .resultat input {
    margin: 0 auto;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 15px;
    font-size: 16px;
    height: 40px;
  }
  @media (min-width: 768px) {
    .resultat-container .resultat input {
      font-size: 20px;
      margin: 20px auto 0 auto;
    }
  }
  .resultat-container .resultat .btn {
    border-radius: 4px;
    border: 1px solid #125685;
    background: #FFF;
    margin-top: 15px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #125685;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.46px;
    padding: 10px;
    margin: 0 auto;
    display: block;
  }
  @media (min-width: 768px) {
    .resultat-container .resultat .btn {
      font-size: 26px;
      padding: 20px 60px;
      line-height: 26px;
    }
  }
  .resultat-container .resultat .btn:hover {
    background: #125685;
    color: #fff;
  }
  
  .form-message,
  .form-message-message-sent {
    color: #000 !important;
    max-width: 600px;
    margin: 5px auto 0 auto;
    font-size: 14px !important;
    text-align: center;
  }
  .form-message.error,
  .form-message-message-sent.error {
    color: #F00 !important;
  }
  .form-message.success,
  .form-message-message-sent.success {
    color: #10C500 !important;
  }
  
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: 0;
    outline-offset: -2px;
  }
  
  .btn-bgd-grey {
    border-radius: 4px;
    background: var(--light-action-disabled-background-12-p, rgba(0, 0, 0, 0.12));
    border: none;
    display: block;
    width: 100%;
    color: var(--light-action-disabled-26-p, rgba(0, 0, 0, 0.26));
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.02875rem;
    padding: 0.625rem;
    margin: 0 auto;
  }
  .btn-bgd-grey:hover {
    background: #474747;
    color: #fff;
  }
  
  .page-node-type-page .allovendu-rachat-form,
  .path-taxonomy .allovendu-rachat-form {
    padding: 0;
  }
  .page-node-type-page .allovendu-rachat-form .fieldset-wrapper,
  .path-taxonomy .allovendu-rachat-form .fieldset-wrapper {
    width: 100%;
  }
  .page-node-type-page .allovendu-rachat-form .step-type-projet legend,
  .path-taxonomy .allovendu-rachat-form .step-type-projet legend {
    padding: 0;
    font-size: 16px;
  }
  .page-node-type-page .allovendu-rachat-form .step-type-projet .form-type-radio label,
  .path-taxonomy .allovendu-rachat-form .step-type-projet .form-type-radio label {
    font-size: 16px;
  }
  
  .path-estimation .step-type-projet {
    margin-top: 50px;
  }
  .path-estimation #front-sec-2 {
    position: relative;
    background-color: rgb(240, 209, 68);
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }
  .path-estimation #front-sec-2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -2em;
    bottom: -4em;
    left: 50%;
    box-sizing: border-box;
    border: 2em solid black;
    border-color: transparent transparent rgb(240, 209, 68) rgb(240, 209, 68);
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  }
  .path-estimation #front-sec-2 a.tel {
    color: #fff;
    text-decoration: none;
  }
  .path-estimation #front-sec-2 a.tel:hover {
    text-decoration: none;
  }
  .path-estimation #front-sec-2 .services p {
    font-size: 13px;
    color: #fff;
    text-align: center;
  }
  .path-estimation #front-sec-2 .services .top {
    padding: 0 20px;
  }
  .path-estimation #front-sec-2 .services .top .img-wrapper {
    width: 100%;
    text-align: center;
    font-size: 5.7em;
    color: #fff;
  }
  .path-estimation #front-sec-2 .services .top h3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
  }
  .path-estimation #front-sec-2 .services .bottom {
    padding: 0 40px;
  }
  .path-estimation #front-sec-2 .services .block {
    float: left;
    margin-top: 30px;
    padding: 15px;
    border-radius: 15px;
    background-color: rgb(70, 70, 70);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(70, 70, 70, 0.7);
    -moz-box-shadow: 0px 0px 30px 0px rgba(70, 70, 70, 0.7);
    box-shadow: 0px 0px 30px 0px rgba(70, 70, 70, 0.7);
  }
  .path-estimation #front-sec-2 .services .block .title {
    color: rgb(240, 210, 68);
    text-align: center;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
  }
  .path-estimation #front-sec-2 .services .block .icon {
    padding: 20px 0;
  }
  .path-estimation #front-sec-2 .services .block .big {
    font-size: 14px;
    text-transform: uppercase;
  }
  .path-estimation #front-sec-2 .services .block .text-block-1 {
    padding-bottom: 6px;
  }
  .path-estimation #front-sec-2 .services .block .text-block-2 {
    padding-bottom: 24px;
  }
  .path-estimation #front-sec-2 .services .block p {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
  }