.block-webform {
  padding-top: 120px;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 676px !important;
}
@media (max-width: 575px) {
  .block-webform {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  .block-webform {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .block-webform {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .block-webform {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .block-webform {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .block-webform {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.block-webform h2 {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #512851;
  text-align: center;
  position: relative;
  margin: 0 auto 10px;
}
.block-webform h2:before {
  content: "";
  position: absolute;
  left: -64px;
  top: -16px;
  height: 77px;
  width: 61px;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/components/../../images/categories-icon/feuilles_gauche.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.block-webform h2:after {
  content: "";
  position: absolute;
  right: -55px;
  top: 0;
  height: 49px;
  width: 45px;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/components/../../images/categories-icon/feuilles_droite.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .block-webform h2 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

#edit-markup {
  color: #787878;
  text-align: center;
  font-size: 18px;
  margin: 0;
  max-width: 350px;
  margin: 0 auto 45px;
}

#edit-genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.webform-flexbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.webform-flexbox .webform-flex {
  -webkit-box-flex: calc(50% - 20px);
      -ms-flex: calc(50% - 20px);
          flex: calc(50% - 20px);
}
.webform-flexbox .webform-flex--2 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

#edit-flexbox-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#edit-flexbox-checkbox label {
  color: #787878;
  font-size: 11px;
  cursor: pointer;
}

#edit-flexbox-submit {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #edit-flexbox-submit {
    margin-top: 0;
  }
}
#edit-flexbox-submit .webform-flex:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: auto;
  margin-top: 30px;
}

.form-item-rgpd {
  white-space: initial !important;
}

input[type=submit] {
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  background: #f49c0e;
  color: #ffffff;
}
input[type=submit]:hover {
  -webkit-box-shadow: #512851 3px 3px 0 0;
          box-shadow: #512851 3px 3px 0 0;
}

.form-type-email label, .form-type-email .label,
.form-type-tel label,
.form-type-tel .label,
.form-type-textfield label,
.form-type-textfield .label,
.form-type-date label,
.form-type-date .label,
.form-type-password label,
.form-type-password .label,
.form-type-textarea label,
.form-type-textarea .label,
.field--type-datetime label,
.field--type-datetime .label,
.form-type-number label,
.form-type-number .label,
.form-type-select label,
.form-type-select .label {
  font-family: inherit;
  font-size: 13px;
  color: #f49c0e;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
}
.form-type-email label.form-required, .form-type-email .label.form-required,
.form-type-tel label.form-required,
.form-type-tel .label.form-required,
.form-type-textfield label.form-required,
.form-type-textfield .label.form-required,
.form-type-date label.form-required,
.form-type-date .label.form-required,
.form-type-password label.form-required,
.form-type-password .label.form-required,
.form-type-textarea label.form-required,
.form-type-textarea .label.form-required,
.field--type-datetime label.form-required,
.field--type-datetime .label.form-required,
.form-type-number label.form-required,
.form-type-number .label.form-required,
.form-type-select label.form-required,
.form-type-select .label.form-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-type-email label.form-required:after, .form-type-email .label.form-required:after,
.form-type-tel label.form-required:after,
.form-type-tel .label.form-required:after,
.form-type-textfield label.form-required:after,
.form-type-textfield .label.form-required:after,
.form-type-date label.form-required:after,
.form-type-date .label.form-required:after,
.form-type-password label.form-required:after,
.form-type-password .label.form-required:after,
.form-type-textarea label.form-required:after,
.form-type-textarea .label.form-required:after,
.field--type-datetime label.form-required:after,
.field--type-datetime .label.form-required:after,
.form-type-number label.form-required:after,
.form-type-number .label.form-required:after,
.form-type-select label.form-required:after,
.form-type-select .label.form-required:after {
  content: "*";
  font-family: inherit;
  font-size: 13px;
  color: #f49c0e;
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

fieldset[id*=edit-produit-achete--wrapper] .fieldset-legend {
  font-family: inherit;
  font-size: 13px;
  color: #f49c0e;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
fieldset[id*=edit-produit-achete--wrapper] .fieldset-legend:after {
  content: "*";
  font-family: inherit;
  font-size: 13px;
  color: #f49c0e;
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.form-required:after {
  display: none;
}

select {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=password],
input[type=number],
textarea,
select {
  padding: 8px 10px;
  color: #787878;
  background: #F5F5F5;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-family: Sen;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  color: #787878;
}
input[type=checkbox] + label:before {
  content: "";
  min-width: 10px;
  height: 10px;
  border: 1px solid black;
  border-radius: 2px;
}
input[type=checkbox] + label[for*=edit-field-is-customer-value] {
  /*  display: none; */
}
input[type=checkbox]:checked + label:before {
  background: black;
}

.webform-file-button {
  cursor: pointer;
  color: #512851;
  padding: 11px 25px;
  border: 1px solid #512851;
  border-radius: 18px;
}
.webform-file-button:before {
  display: none;
}

.form-type-managed-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .form-type-managed-file {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-type-managed-file .description {
  color: #787878;
  font-size: 11px;
}

.webform-submission-contact-add-form .form-type-managed-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.webform-submission-contact-add-form .form-type-managed-file > label {
  font-family: inherit;
  font-size: 13px;
  color: #f49c0e;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
}
@media (min-width: 992px) {
  .webform-submission-contact-add-form .form-type-managed-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.webform-submission-contact-add-form .form-type-managed-file .description {
  color: #787878;
  font-size: 11px;
}

.field--name-field-token {
  display: none;
}
/*# sourceMappingURL=form.css.map */
