/* css corrections */

body {
  max-width: 100vw !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

/* .form-section {
  display: none;
} */

/* Hubspot form */

.hbspt-form {
  width: 100%;
}

.hbspt-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.hbspt-form fieldset {
  max-width: inherit !important;
  width: 100%;
}

.hbspt-form .hs-form-field {
  width: calc(50% - 20px) !important;
  margin: 10px 10px 10px;
}

.hbspt-form .hs-fieldtype-select {
  width: 100% !important;
  margin: 10px 10px 10px;
}

.hbspt-form .input {
  width: 100%;
}

.hbspt-form .hs-input {
  width: 100%;
  height: 60px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: hsla(234.89361702127658, 0%, 0%, 1);
  color: #fff;
  text-indent: 20px;
}

.hbspt-form .input select {
  width: 100%;
  text-indent: 12px;
}

.hbspt-form .hs-nombre_licences_souhait_es {
  padding-top: 20px;
}

.hbspt-form .hs-error-msgs {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 0px;
}

.hbspt-form .hs-error-msgs li {
  list-style: none;
}

.hbspt-form .hs-error-msgs label {
  color: gray;
  font-weight: 400;
}

.grecaptcha-badge {
  box-shadow: none !important;
  border-radius: 4px;
  overflow: hidden;
}

.rc-anchor-invisible-text {
  background: black !important;
}

.hbspt-form .form-columns-1 {
  width: 50%;
}

.hs-recaptcha {
  display: none;
}

.hbspt-form .hs-submit {
  width: calc(50% - 20px) !important;
  margin: 35px 10px 10px;
}

.hbspt-form .hs-submit input {
  width: 100%;
  height: 57px;
  border-radius: 4px;
  border: none;
  background-color: hsla(208.00000000000003, 0%, 100%, 1);
  font-family: Roboto, sans-serif;
  color: #18181b;
  font-weight: 500;
  cursor: pointer;
}
.hbspt-form .hs-submit input:hover {
  background-color: rgb(240, 240, 240);
}
.hbspt-form .hs-submit input:active {
  background-color: rgb(218, 218, 218);
}

.hbspt-form .hs_error_rollup {
  display: none !important;
}

.submitted-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px !important;
  color: white;
  font-size: 20px;
}
.submitted-message p {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.w-background-video > video {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .hbspt-form .hs-form-field {
    width: calc(100% - 20px) !important;
    margin: 10px 10px 10px;
  }
  .hbspt-form .form-columns-1 {
    width: 100%;
  }
  .hbspt-form .hs-fieldtype-select {
    width: 100% !important;
    margin: 10px 10px 10px;
  }
  .hbspt-form .hs-submit {
    width: calc(100% - 20px) !important;
    margin: 35px 10px 10px;
  }
}

/* Corebos Form */

.form-section {
  position: relative;
}

.form-section .container {
  height: inherit;
}

#form-promo-success {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #18171b;
  text-align: center;
}

#form-promo-success p {
  margin: 0 auto;
  margin-top: 160px;
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
  color: rgb(194, 194, 194);
}

#form-promo-success.show {
  display: block;
}

.final-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;

  width: 100%;
  margin-top: 40px;
}

.final-form div {
  width: calc(50% - 20px) !important;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 40px;
}

.final-form label {
  font-weight: 400;
  color: rgb(148, 148, 148);
}

.final-form input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(170, 170, 170, 0.233);
  border-radius: 4px;
  background-color: hsla(234.89361702127658, 0%, 0%, 1);
  color: #fff;
  text-indent: 20px;
}

.final-form .final-form-submit {
  transition-duration: 0.2;
  width: calc(100% - 20px) !important;
  height: 57px;
  margin: 0 auto;
  border-radius: 4px;
  border: none;
  background-color: hsla(208.00000000000003, 0%, 100%, 1);
  font-family: Roboto, sans-serif;
  color: #18181b;
  font-weight: 500;
  cursor: pointer;
}

.final-form .final-form-submit:hover {
  background-color: rgb(240, 240, 240);
}
.final-form .final-form-submit:active {
  background-color: rgb(218, 218, 218);
}
