.single-vehicule .general-infos-inner .discounted-price {
  font-size: 30px;
  color: #0f0202;
}

.single-vehicule .general-infos-inner .old-price {
  font-size: 20px;
}

.vehicule-archive .post .content .discounted-price {
  font-size: 30px;
  color: #007bd3;
  line-height: -1px;
  font-style: normal;
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 10px;
}

.single-vehicule .general-infos-inner h1 {
  font-size: 24px;
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-indent: 0px;
}

.single-vehicule .related-posts .discounted-price {
  font-size: 30px;
  color: #007bd3;
  line-height: -1px;
  font-style: normal;
  background-color: #f9f9f9;
  border-width: 2px;
  border-style: solid;
  border-color: #f9f9f9;
  border-radius: 10px;
}

/* ---------- STYLE FORMULAIRE MERCEDES-BENZ ---------- */

.cf7-mbz {
  --blue: #00ADEF;
  --text: #222;
  --line: #e6e6e6;
  font-family: "Helvetica Neue",Arial,sans-serif;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
  max-width: 740px;
  margin: auto;
}

.cf7-mbz .cf7-title {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  color: #000;
  margin-bottom: 8px;
  letter-spacing: .5px;
}

.cf7-mbz .cf7-subtitle {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 28px;
}

.cf7-mbz .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width:640px) {
  .cf7-mbz .grid {
    grid-template-columns: 1fr;
  }
}

.cf7-mbz input[type="text"],
.cf7-mbz input[type="email"],
.cf7-mbz input[type="tel"],
.cf7-mbz select,
.cf7-mbz textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}

.cf7-mbz input:focus,
.cf7-mbz select:focus,
.cf7-mbz textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0,173,239,.15);
}

.cf7-mbz textarea {
  min-height: 120px;
}

.cf7-mbz .cf7-submit-row {
  text-align: center;
  margin-top: 20px;
}

.cf7-mbz input[type="submit"] {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 26px;
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, transform .05s;
}

.cf7-mbz input[type="submit"]:hover {
  background: #0088c9;
}

.cf7-mbz input[type="submit"]:active {
  transform: translateY(1px);
}

.page-id-2277006 .ctas-mobile.d-flex.d-lg-none.position-fixed.bottom-0.w-100.d-flex.justify-content-center.py-2 {
  display: none !important;
}