.wpcf7 {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 100%;
  margin: 0 auto;
}
.wpcf7-form .legend {
  width: 100%;
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}
.wpcf7-form .legend em {
  font-size: 0.7rem;
  font-style: italic;
}
.wpcf7-form label > p {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
  display: inline-block;
  width: auto;
  text-wrap: balance;
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
}
.wpcf7-form label {
  width: calc(50% - 0.5rem);
  margin: 0;
  position: relative;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 3.75rem;
  padding: 1rem 3rem 1rem 1.1rem;
  border: 0;
  border-bottom: 3px solid transparent;
  background-color: #303030;
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  color: #fff;
  resize: none;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
}
.wpcf7-form label textarea {
  min-height: 9rem;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
  opacity: 1;
  transition: opacity 0.2s ease;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
}
.wpcf7-form label input:focus, .wpcf7-form label input:hover, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:hover {
  background-color: #344444;
}
.wpcf7-form label input:focus, .wpcf7-form label textarea:focus {
  border-bottom-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.wpcf7-form label input:focus::placeholder, .wpcf7-form label input:focus::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:hover::placeholder, .wpcf7-form label textarea:hover::placeholder {
  opacity: 1;
}
.wpcf7-form label input:focus + i, .wpcf7-form label input:hover + i, .wpcf7-form label textarea:focus + i, .wpcf7-form label textarea:hover + i {
  opacity: 1;
}
.wpcf7-form label input:-webkit-autofill, .wpcf7-form label textarea:-webkit-autofill {
  appearance: none;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #303030 inset !important;
}
.wpcf7-form label input:focus::-webkit-contacts-auto-fill-button, .wpcf7-form label textarea:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.wpcf7-form label input:not(:placeholder-shown), .wpcf7-form label textarea:not(:placeholder-shown) {
  border-bottom-color: #00f0d4;
}
.wpcf7-form label input:not(:placeholder-shown) + i, .wpcf7-form label textarea:not(:placeholder-shown) + i {
  opacity: 1;
}
.wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
  padding: .8rem 3rem 1.25rem 1.1rem;
  border-bottom-color: #f04500;
}
.wpcf7-form label input.wpcf7-not-valid + i svg path, .wpcf7-form label textarea.wpcf7-not-valid + i svg path {
  fill: #ff6a00;
}
.wpcf7-form label.big {
  width: 100%;
}
.wpcf7-form label.big i {
  top: 1.25rem;
}
.wpcf7-form i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  opacity: 0.55;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form i svg path {
  fill: #fff;
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=demandeur] {
  width: auto;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=rgpd-consent] {
  max-width: 100%;
}
.wpcf7-form .selectizeEl {
  width: calc(50% - 0.5rem);
  height: 3.75rem;
}
.wpcf7-form .selectizeEl.fullWidth {
  width: 100%;
}
.wpcf7-form .selectize-control,
.wpcf7-form .selectize-input {
  width: 100%;
  height: 100%;
}
.wpcf7-form .selectize-input {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 1rem 2.75rem 1rem 1.1rem;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: #303030;
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  color: #fff;
}
.wpcf7-form .selectize-input:hover,
.wpcf7-form .selectize-input:focus-within,
.wpcf7-form .selectize-input.input-active {
  border-bottom-color: #00f0d4;
  background: #344444;
}
.wpcf7-form .selectize-input:focus-within {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.wpcf7-form .selectize-input input,
.wpcf7-form .selectize-input .item {
  color: #fff;
}
.wpcf7-form .selectize-input:after {
  border-color: rgba(255, 255, 255, 0.78) transparent transparent;
}
.wpcf7-form .selectize-input.dropdown-active:after {
  border-color: transparent transparent rgba(255, 255, 255, 0.78);
}
.wpcf7-form .selectize-dropdown {
  border: 0;
  border-radius: 0;
  background: #344444;
  box-shadow: none;
  color: #fff;
}
.wpcf7-form .selectize-dropdown .option:hover,
.wpcf7-form .selectize-dropdown .option.active:not(.selected),
.wpcf7-form .selectize-dropdown .option.selected {
  background: #303030;
  color: #fff;
}
.wpcf7-form .endForm {
  width: calc(100% - 1.5rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .submitContainer {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wpcf7-form .formBtn {
  padding: 0;
  border-radius: 0;
  background: transparent;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: min(100%, 15rem);
  color: #303030;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wpcf7-form .formBtn:after {
  content: "";
  display: inline-flex;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z'/%3E%3Cpath d='m21.854 2.147-10.94 10.939'/%3E%3C/svg%3E") center / 1rem no-repeat;
  transition: transform 0.25s ease;
}
.wpcf7-form .formBtn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  display: inline-block;
  font-size: inherit;
  color: #303030;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  clip-path: none;
  font-weight: inherit;
  letter-spacing: inherit;
}
.wpcf7-form .formBtn:hover {
  background-color: transparent;
}
.wpcf7-form .formBtn:hover span,
.wpcf7-form .formBtn:focus-within span {
  background-color: transparent;
}
.wpcf7-form .formBtn:hover:after,
.wpcf7-form .formBtn:focus-within:after {
  transform: scale(1.1);
}
.wpcf7-form input[type=submit] {
  visibility: hidden;
  position: absolute;
  right: auto;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
  padding: 0.15rem 0.4rem;
  color: #f04500;
  font-size: 0.7rem;
  position: absolute;
  bottom: 0.35rem;
  left: 1.2rem;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  z-index: 1;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-spinner:after, .wpcf7-form .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7-form .wpcf7-spinner:after:after, .wpcf7-form .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .submitContainer {
    width: 100%;
  }
  .wpcf7-form .formBtn {
    width: auto;
  }
  .wpcf7-form .formBtn .btn, .wpcf7-form .formBtn span {
    width: auto;
  }
}
/*Acceptance*/
[data-name=rgpd-consent] {
  width: min(100%, 32rem);
  max-width: 100%;
  margin: 0 auto;
}

.wpcf7-acceptance {
  display: block;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item > label {
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  transition: all 0.2s ease;
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr) 5px;
  align-items: start;
  column-gap: 0.6rem;
  width: auto;
  min-width: 0;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: transparent;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #303030;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span {
  float: none;
  min-width: 0;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  grid-column: 1;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 0;
  transform: scale(1);
  border: 1px solid #303030;
  transition: all 0.2s ease;
  box-shadow: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #303030;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:last-child {
  grid-column: 2;
  padding-left: 0;
  line-height: 18px;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx {
  position: absolute;
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  animation: wave-4 0.4s ease;
  background-color: #303030;
  border-color: #303030;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .checkbox__text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
  text-wrap: balance;
  line-height: 1.2;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.85rem;
  color: #303030;
}
.wpcf7-acceptance .wpcf7-list-item > label:focus-within .wpcf7-list-item-label {
  outline: 2px solid #303030;
  outline-offset: 3px;
}
.wpcf7-acceptance + .wpcf7-not-valid-tip {
  position: initial;
  padding: 2px 2px 2px 5px;
  text-align: center;
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 2rem 1rem 2rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 1.1rem;
  text-wrap: balance;
  line-height: 1.2;
  width: 600px;
  height: auto;
  max-width: 90%;
  max-height: calc(100dvh - 2rem);
  overflow: hidden;
  top: 0;
  left: 50%;
  z-index: 100;
  background-color: #344444;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% 100%, 1.5rem 100%, 0 calc(100% - 1.5rem));
  opacity: 0;
  transform: translate(-50%, 50px);
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-content {
  width: 100%;
  padding: 0 0.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), border-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #FFFFFF;
  transform-origin: center;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
}
.wpcf7 .wpcf7-form .wpcf7-response-output p {
  font-size: 0.9rem;
  margin: 0.5rem 0;
  max-width: 46rem;
}
.wpcf7 .wpcf7-form .wpcf7-response-output strong {
  font-size: 1.2rem;
  font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-response-output a {
  font-size: 0.9rem;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form .wpcf7-response-output .btn {
  margin-top: 1rem;
  text-decoration: none;
}
.wpcf7 .wpcf7-form .wpcf7-response-output:before {
  content: "";
  width: 10rem;
  height: 2rem;
  margin-bottom: 1rem;
  background: url("../img/logo-fourmizz.svg");
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.validating .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #344444;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before {
  background: url("../img/logo-fourmizz.svg");
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before, .wpcf7 .wpcf7-form.resetting .wpcf7-response-output:before {
  background: url("../img/logo-fourmizz.svg");
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1100px) {
  .wpcf7-form .wpcf7-form-control-wrap[data-name=rgpd-consent] {
    max-width: 100%;
    width: 330px;
  }
  .wpcf7-acceptance .checkbox__text {
      text-align: left;
  }
  .wpcf7-acceptance .wpcf7-list-item > label .cbx {
      grid-template-columns: 0px minmax(0, 1fr) 10px;
  }
}
@media (max-width: 767px) {
  .wpcf7 {
    width: 100%;
    max-width: 100%;
  }
  .wpcf7 .wpcf7-form label {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .wpcf7-form .selectizeEl {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .wpcf7-form .endForm {
    width: 100%;
  }
  .wpcf7-acceptance .checkbox__text {
    font-size: 0.7rem;
  }
}
@media (max-width: 420px) {
  .wpcf7-form .formBtn span {
    font-size: 0.8rem;
  }
  .wpcf7 .wpcf7-form .wpcf7-response-output {
    padding: 5rem 1rem 2rem 1rem;
    text-align: left;
    &:before{
      position: absolute;
      left: 1.5rem;
      top: .9rem;
    }
  }
}
