.formulaire {
  position: relative;
  color: var(--bs-light);
  background: var(--bs-primary);
}
@media (min-width: 992px) {
  .formulaire {
    background: none;
  }
  .formulaire::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
    display: block;
    background: var(--bs-highlight);
  }
  .formulaire::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    right: 0;
    display: block;
    background: var(--bs-primary);
  }
}
.formulaire > * {
  position: relative;
  z-index: 1;
}
.formulaire > .container > .row > .col-12 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.formulaire .deco-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
}
@media (min-width: 992px) {
  .formulaire .deco-bg {
    background: none;
  }
  .formulaire .deco-bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    display: block;
    background: var(--bs-highlight);
  }
  .formulaire .deco-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    display: block;
    background: var(--bs-primary);
  }
}
.formulaire .deco-bg > * {
  position: relative;
  z-index: 1;
}
.formulaire .deco-bg .deco {
  position: relative;
  width: 90%;
  padding-top: 90%;
  border-radius: 100%;
  border: 2px solid var(--bs-light);
  margin: auto;
}
@media (max-width: 991px) {
  .formulaire .deco-bg .deco {
    width: 50%;
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .formulaire .deco-bg .deco {
    width: 75%;
    padding-top: 75%;
  }
}
.formulaire .deco-bg .deco .cadre {
  position: absolute;
  top: 0;
  left: 0;
  width: 71%;
  height: 71%;
  margin: 50% 0 0 50%;
  transform: translate3d(-50%, -49.4%, 0) rotate(44.8deg);
  overflow: hidden;
  border: 2px solid var(--bs-light);
}
.formulaire .deco-bg .deco .cadre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-45deg) scale(1.45);
}
.formulaire .titre {
  font-size: 2.813rem;
  line-height: 1.11;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.5rem;
}
.formulaire .sous-titre {
  font-size: 1.25rem;
  color: #addce7;
  font-weight: 100;
  text-align: center;
}
.formulaire form {
  margin-top: 2rem;
  padding: 0 1.25rem;
}
.formulaire form .form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
  background-position: right 15px center;
}
.formulaire form input:not([type=radio]), .formulaire form select {
  height: 55px;
  display: flex;
  padding-left: 45px;
  padding-right: 15px;
}
.formulaire form input:not([type=radio])::placeholder, .formulaire form select::placeholder {
  color: var(--bs-light);
}
.formulaire form input[type=radio] {
  border-color: var(--bs-light);
  margin-right: 5px;
}
.formulaire form input[type=radio] + label {
  margin-right: 10px;
}
.formulaire form .btn-check:checked + label.btn {
  background: var(--bs-highlight);
  color: var(--bs-primary);
}
.formulaire form .btn-check + label.btn {
  height: 55px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
.formulaire form .optinText {
  font-size: 0.9rem;
}
.formulaire form .mentions {
  font-size: 0.75rem;
  position: relative;
}
.formulaire form .mentions p {
  height: 66px;
  overflow: auto;
  padding-bottom: 15px;
}
.formulaire form .mentions::after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 30px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, var(--bs-primary) 0%, transparent 100%);
  pointer-events: none;
}
.formulaire form [data-icon=user] {
  background: url("../../../optimised/images/svg/user.svg") no-repeat left 15px center !important;
  background-size: 19px, 12px !important;
}
.formulaire form [data-icon=mail] {
  background: url("../../../optimised/images/svg/mail.svg") no-repeat left 15px center !important;
  background-size: 21px !important;
}
.formulaire form [data-icon=home] {
  background: url("../../../optimised/images/svg/home.svg") no-repeat left 15px center !important;
  background-size: 21px !important;
}
.formulaire form [data-icon=phone] {
  background: url("../../../optimised/images/svg/phone.svg") no-repeat left 15px center !important;
  background-size: 16px !important;
}
.formulaire form [data-icon=marker] {
  background: url("../../../optimised/images/svg/marker.svg") no-repeat left 15px center !important;
  background-size: 19px !important;
}
.formulaire form [name="mauticform[typologie]"] {
  background: url("../../../optimised/images/svg/home.svg") no-repeat left 15px center/21px, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") no-repeat right 15px center/12px !important;
}
.formulaire form [name="mauticform[civilite]"] {
  background: url("../../../optimised/images/svg/user.svg") no-repeat left 15px center/19px, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") no-repeat right 15px center/12px !important;
  background-size: 19px, 12px !important;
}