.forms23 {
  color: rgb(94, 96, 112);
}
.forms23 .container {
  container-type: inline-size;
}
.forms23 .row {
  font-size: clamp(0.8rem, 1.4cqw, 1.6rem);
}
.forms23 h1 {
  padding: 0;
  text-transform: none;
  font-size: 200%;
  font-weight: 500;
  color: inherit;
}
.forms23 h4 {
  text-transform: none;
  color: inherit;
  letter-spacing: 0;
  margin-block: 5rem 1rem;
  font-size: 120%;
}
.forms23 h6 {
  text-transform: none;
  color: inherit;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 120%;
}
.forms23 p, .forms23 .form-control {
  font-size: 100%;
}
.forms23 .form__header {
  display: flex;
  gap: 4rem;
  max-width: 88vw;
}
.forms23 .form__title {
  width: max-content;
  max-width: 62%;
}
.forms23 .form__kgm-logo {
  width: auto;
  flex: 1;
  margin-top: 5px;
}
.forms23 form {
  padding-top: 1rem;
}
.forms23 form #modelleCarousel {
  margin: 0 auto 1rem;
}
.forms23 form #modelleCarousel img {
  height: 250px;
  margin: 0 auto;
  object-fit: contain;
}
.forms23 form .mb-1 {
  margin-bottom: 1rem;
}
.forms23 form a {
  text-decoration: underline;
  color: inherit;
}
.forms23 form h3 {
  text-transform: none;
}
.forms23 form label.clause {
  font-size: inherit;
}
.forms23 form input[type=text]:not(#csh_city_name),
.forms23 form input[type=number],
.forms23 form input[type=tel],
.forms23 form input[type=email], .forms23 form textarea, .forms23 form select {
  border: 1px solid #5e6070 !important;
  border-radius: 3px !important;
  margin-block: 1rem !important;
}
.forms23 form input[type=radio] {
  border-color: #5e6070;
}
.forms23 form input, .forms23 form input:focus {
  transition: border 0.2s ease-in;
  outline: none;
}
.forms23 form .checkbox {
  text-align: justify;
}
.forms23 form input[type=checkbox]:focus:invalid {
  outline: 2px solid red !important;
  outline-offset: 1px;
}
.forms23 form .satisfaction {
  display: flex;
  justify-content: space-between;
}
.forms23 form .satisfaction-wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.forms23 form .satisfaction-wrapper * {
  display: block;
  margin-inline: auto;
}
.forms23 form .carousel .carousel-inner .carousel-caption {
  bottom: -1.5rem;
}
.forms23 form .carousel .carousel-inner h2 {
  margin-top: 0;
  text-align: center;
  font-weight: 500;
  font-size: 100%;
  text-transform: none;
  color: #5e6070;
}
.forms23 form .carousel .carousel-indicators {
  transform: translate(-50%, 0);
}
.forms23 form .carousel .carousel-control span.icon-next, .forms23 form .carousel .carousel-control span.icon-prev {
  background-color: unset;
  border: none;
}
.forms23 form .checkbox-group {
  margin-left: 0;
}
.forms23 form input[type=checkbox] .inline-checkbox {
  float: none !important;
  margin-left: unset;
}
.forms23 form input[type=checkbox] [disabled] {
  background-color: #e7e7e7;
  border-color: #dadada;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.forms23 #map-zone {
  display: none;
  min-height: 30vh;
  width: 100%;
  border: 1px solid #fafafa;
  border-radius: 10px;
}
.forms23 .location-title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.forms23 #nearest-dealers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.forms23 #nearest-dealers a {
  display: block;
  text-decoration: none;
}
.forms23 #nearest-dealers .nearest-dealer {
  width: 32%;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  padding: 10px;
}
.forms23 #nearest-dealers .nearest-dealer.active {
  border: 1px solid red;
  background-color: #f8f8f8;
}
.forms23 #nearest-dealers .nearest-dealer .btn {
  display: none !important;
}
.forms23 #nearest-dealers .nearest-dealer .location_marker {
  position: absolute;
  background: #2a69b8;
  color: white;
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  border-radius: 50%;
  font-weight: 600;
}
.forms23 #nearest-dealers .nearest-dealer .location-title, .forms23 #nearest-dealers .nearest-dealer .myaddress {
  display: block;
  margin-left: 2.5rem;
}
.forms23 #nearest-dealers .nearest-dealer .dealer_distance {
  display: block;
  text-align: end;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .real:nth-child(1) {
    padding-left: 0;
  }
  .real:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .real:nth-child(1) {
    padding: 0;
  }
  .real:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .form__header {
    gap: 1rem;
  }
  #btn-submit {
    margin-inline: auto;
  }
  .modal-body h1 {
    font-size: 200%;
  }
  .forms23.update-me-form #update-me-form {
    margin: calc(35vh + 60px) 0 0;
  }
  .forms23.update-me-form .img-overlay .newsletter-background {
    aspect-ratio: 65/50;
  }
  .forms23 .btn-default {
    width: 35% !important;
  }
  .forms23 #nearest-dealers {
    flex-direction: column;
  }
  .forms23 #nearest-dealers .nearest-dealer {
    width: 100%;
  }
}/*# sourceMappingURL=form.css.map */