@charset "UTF-8";
p + .gform_wrapper {
  margin-top: 48px;
}

.gform_wrapper,
.gform_wrapper.gform_validation_error {
  background-color: white;
  position: relative;
  padding: 32px;
}

.gform_wrapper:before,
.gform_wrapper.gform_validation_error:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(0deg, #F03D06 0%, white 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.gform_wrapper h2.gform_submission_error,
.gform_wrapper.gform_validation_error h2.gform_submission_error {
  font-family: "DM Sans", sans-serif;
}

.gform_wrapper .gform_heading,
.gform_wrapper.gform_validation_error .gform_heading {
  margin-top: 24px;
  margin-bottom: 24px;
}

.gform_wrapper .gform_required_legend,
.gform_wrapper.gform_validation_error .gform_required_legend {
  font-size: 14px;
}

.gform_wrapper .gform_fields,
.gform_wrapper.gform_validation_error .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px 32px !important;
}

.gform_wrapper .gform_fields .gfield label,
.gform_wrapper.gform_validation_error .gform_fields .gfield label {
  color: black;
}

.gform_wrapper .gform_fields .gfield.gfield--type-captcha .gfield_label,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-captcha .gfield_label {
  display: none;
}

.gform_wrapper .gform_fields .gfield.gfield--type-captcha .grecaptcha-badge,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-captcha .grecaptcha-badge {
  z-index: 1000;
}

.gform_wrapper .gform_fields .gfield.gfield--width-half,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--width-half {
  flex-basis: calc(50% - 16px);
}

.gform_wrapper .gform_fields .gfield.gfield--width-full,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--width-full {
  flex-basis: 100%;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha),
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) {
  margin-top: 0;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) .ginput_container,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) .ginput_container {
  position: relative;
  transform: translateY(-5px);
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) input, .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) textarea,
.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) select,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) input,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) textarea,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) select {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  background: #f03d0612;
  color: black;
  border: 0;
  padding: 14px;
  resize: vertical;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) input:focus, .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) textarea:focus,
.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) select:focus,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) input:focus,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) textarea:focus,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) select:focus {
  outline: 2px solid transparent;
  outline-offset: -2px;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) input,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) input {
  height: 49px;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) select,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) select {
  opacity: 0;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) label,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha) label {
  margin: 0;
  transform: translateX(14px) translateY(32px);
  transition: transform 0.3s;
  transform-origin: 0 50%;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused label:not(.gfield_consent_label), .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).has-label label:not(.gfield_consent_label),
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused label:not(.gfield_consent_label),
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).has-label label:not(.gfield_consent_label) {
  transform: translateY(-12px);
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused select, .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).has-label select,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused select,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).has-label select {
  opacity: 1;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused label,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused label {
  color: #F03D06;
}

.gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused .ginput_container:after,
.gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-captcha).is-focused .ginput_container:after {
  background-color: #F03D06;
}

.gform_wrapper .gform_fields .gfield.gfield--type-fileupload button,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-fileupload button {
  font-family: "DM Sans", sans-serif;
  border-radius: 100px;
  border: none;
  background: white;
  padding: 8px 24px;
}

.gform_wrapper .gform_fields .gfield.gfield--type-fileupload button:hover,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-fileupload button:hover {
  cursor: pointer;
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.gform_wrapper .gform_fields .gfield.gfield--type-fileupload .gform_drop_instructions,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-fileupload .gform_drop_instructions {
  margin-bottom: 16px;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* Preparer le label */
  /* Aspect de la case */
  /* Aspect de la coche */
  /* Aspect non cochée */
  /* Aspect cochée */
  /* Disabled checkbox */
  /* Disabled checked */
  /* Accessibility focus */
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent .gfield_label,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent .gfield_label {
  width: 100%;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent .ginput_container,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent .ginput_container {
  position: relative;
  margin: 0 auto;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked),
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked),
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked {
  /* Cache la checkbox sans
        la rendre invisible aux
        lecteurs d'écran */
  position: absolute;
  left: 0;
  top: 3px;
  height: 18px;
  width: 18px;
  opacity: 0.01;
  z-index: 10;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked):hover,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked:hover,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked):hover,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked:hover {
  cursor: pointer;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label {
  padding-left: 2.3em;
  /* place pour la box */
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  color: black;
  cursor: pointer;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::before,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::before,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::before,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
  background: white;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(151, 151, 151, 0.2);
  transition: all .275s;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::before:hover,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::before:hover,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::before:hover,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::before:hover {
  cursor: pointer;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::after,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::after,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::after,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::after {
  content: '✓';
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 16px;
  color: white;
  line-height: 0;
  transition: all .2s;
  /* Petite transition */
  font-family: HelveticaNeue-Light,-apple-system,AppleColorEmoji,'Arial Rounded MT Bold',system-ui,Ubuntu,sans-serif,'Arial Unicode MS','Zapf Dingbats','Segoe UI Emoji','Segoe UI Symbol',Noto Color Emoji, NotoColorEmoji,EmojiSymbols,Symbola,Noto,'Android Emoji',AndroidEmoji,'lucida grande',tahoma,verdana,arial,AppleColorEmoji,'Apple Color Emoji' !important;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::after:hover,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::after:hover,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::after:hover,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::after:hover {
  cursor: pointer;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::after,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::after,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::before,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label::before {
  background-color: #F03D06;
  border-color: #F03D06;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled:not(:checked) + label::before,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled:checked + label::before,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled:not(:checked) + label::before,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled:checked + label::before {
  box-shadow: none;
  border-color: black;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled:checked + label::after,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled:checked + label::after {
  color: #777;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled + label,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:disabled + label {
  color: #aaa;
}

.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked:focus + label::before,
.gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked):focus + label::before,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked:focus + label::before,
.gform_wrapper.gform_validation_error .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked):focus + label::before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(151, 151, 151, 0.2);
}

.gform_wrapper .gform_fields .gfield_html,
.gform_wrapper.gform_validation_error .gform_fields .gfield_html {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gform_wrapper .gform_fields .gfield_html:not(:first-of-type),
.gform_wrapper.gform_validation_error .gform_fields .gfield_html:not(:first-of-type) {
  margin-top: 4em;
}

.gform_wrapper .gform_fields .gfield_html h3,
.gform_wrapper.gform_validation_error .gform_fields .gfield_html h3 {
  flex-basis: 100%;
  margin-bottom: 10px;
}

.gform_wrapper .gform_fields .gfield_html p,
.gform_wrapper.gform_validation_error .gform_fields .gfield_html p {
  padding-right: 16px;
  margin-right: 5.4em;
}

.gform_wrapper .gform_fields .gform_fileupload_rules,
.gform_wrapper.gform_validation_error .gform_fields .gform_fileupload_rules {
  display: none;
}

#gform_wrapper_2 #gf_progressbar_wrapper_2 {
  margin-bottom: 32px;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #F03D06;
}

#gform_wrapper_2.gform_wrapper .gfield_description.validation_message, #gform_wrapper_2.gform_wrapper.gform_validation_error .gfield_description.validation_message {
  background: #c02b0a !important;
  color: white;
  padding: 4px 8px !important;
}

#gform_wrapper_2.gform_wrapper .gform_fields, #gform_wrapper_2.gform_wrapper.gform_validation_error .gform_fields {
  display: block !important;
}

#gform_wrapper_2.gform_wrapper .gform_fields label, #gform_wrapper_2.gform_wrapper.gform_validation_error .gform_fields label {
  transform: none;
}

#gform_wrapper_2.gform_wrapper .gform_fields .gfield_label, #gform_wrapper_2.gform_wrapper.gform_validation_error .gform_fields .gfield_label {
  transform: none;
  color: black;
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}

#gform_wrapper_2.gform_wrapper .gfield + .gfield, #gform_wrapper_2.gform_wrapper.gform_validation_error .gfield + .gfield {
  margin-top: 24px;
}

#gform_wrapper_2.gform_wrapper .ginput_container_address > span, #gform_wrapper_2.gform_wrapper.gform_validation_error .ginput_container_address > span {
  display: flex;
  flex-direction: column-reverse;
}

#gform_wrapper_2.gform_wrapper select, #gform_wrapper_2.gform_wrapper.gform_validation_error select {
  opacity: 1;
}

#gform_wrapper_2 .gfield--type-section {
  border: none;
  margin-bottom: 16px;
  text-align: center;
}

#gform_wrapper_2 .gfield--type-radio .gfield_label, #gform_wrapper_2 .gfield--type-checkbox .gfield_label {
  display: block;
  margin-bottom: 24px;
}

#gform_wrapper_2 .gfield_radio, #gform_wrapper_2 .gfield_checkbox {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#gform_wrapper_2 .gfield_radio .gchoice input, #gform_wrapper_2 .gfield_checkbox .gchoice input {
  display: none;
}

#gform_wrapper_2 .gfield_radio .gchoice label, #gform_wrapper_2 .gfield_checkbox .gchoice label {
  transform: none;
  font-weight: 600;
  text-align: left;
  max-width: 100%;
  border: 1px solid #BEC1C5;
  padding: 8px 24px;
  display: flex;
  gap: 8px;
  outline: 1px solid transparent;
  transition: all .3s ease;
}

#gform_wrapper_2 .gfield_radio .gchoice label:hover, #gform_wrapper_2 .gfield_checkbox .gchoice label:hover {
  cursor: pointer;
}

#gform_wrapper_2 .gfield_radio .gchoice input:checked + label, #gform_wrapper_2 .gfield_checkbox .gchoice input:checked + label {
  background-color: #F03D06;
  color: white;
  border: 1px solid #F03D06;
}

#gform_wrapper_2 .gform-page-footer {
  margin-top: 64px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

#gform_wrapper_2 .gform-page-footer input[type="button"] {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  border: none;
  background: black;
  color: white;
  font-size: 16px;
  border-radius: 0;
  padding: 8px 26px;
  transition: all .3s ease;
}

#gform_wrapper_2 .gform-page-footer input[type="button"]:hover {
  cursor: pointer;
  background: #F03D06;
  transform: translateY(-3px);
}

#gform_wrapper_2 .gform-page-footer input[type="button"].gform_previous_button {
  background: #dadada;
  color: black;
}

#gform_wrapper_2 .gform-page-footer input[type="button"].gform_next_button {
  margin-left: auto;
}

#gform_wrapper_2 .gform-page-footer .gform_button {
  margin: 0;
  font-size: 16px;
  padding: 8px 26px;
}

#gform_wrapper_2 #gform_ajax_spinner_2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gform_wrapper
li.gfield_error
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not(
[type="file"]
),
.gform_wrapper li.gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #790000 !important;
}

.gform_button {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  padding: 8px 26px;
  color: white;
  background-color: #F03D06;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  transition: all .3s ease;
}

.gform_button:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.2);
}

input[type="file"]::file-selector-button {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 124.5%;
  background-color: #F03D06;
  border-radius: 5px;
  transition: 0.55s;
  color: white;
  border: none;
  padding: 5px 15px;
}

input[type="file"]::file-selector-button:hover, input[type="file"]::file-selector-button:focus {
  box-shadow: inset 14.5em 0 0 0 black;
  cursor: pointer;
}

/* Chrome, Edge & Safari */
input[type="file"]::-webkit-file-upload-button {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 124.5%;
  background-color: #F03D06;
  border-radius: 5px;
  transition: 0.55s;
  color: white;
  border: none;
}

input[type="file"]::-webkit-file-upload-button:hover, input[type="file"]::-webkit-file-upload-button:focus {
  box-shadow: inset 14.5em 0 0 0 black;
  cursor: pointer;
}

.gform_confirmation_wrapper {
  height: 50vh;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gform_confirmation_wrapper .gform_confirmation_message h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  border: none !important;
  font-size: 14px !important;
  background: transparent !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #641707 !important;
  border: none !important;
  margin: 0 auto !important;
  width: max-content !important;
  max-width: 100% !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: white !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors + form {
  margin-top: 32px;
}

#validation_message_1_8 {
  text-align: center;
}

@media only screen and (max-width: 1400px) {
  .gform_wrapper ul.gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_radio .gfield_radio .gchoice {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .gform_wrapper ul.gform_fields .gfield,
  .gform_wrapper ul.gform_fields .gfield_error,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error {
    flex-basis: 48%;
  }
  .gform_wrapper ul.gform_fields .div_upload,
  .gform_wrapper.gform_validation_error ul.gform_fields .div_upload {
    flex-basis: 100%;
    padding-right: 0 !important;
  }
  .gform_wrapper ul.gform_fields .div_upload .ginput_container_fileupload,
  .gform_wrapper.gform_validation_error ul.gform_fields .div_upload .ginput_container_fileupload {
    width: 100%;
  }
  .gform_wrapper ul.gform_fields .gfield_html,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_html {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .gform_wrapper ul.gform_fields .gfield_html p,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_html p {
    margin-right: 0;
  }
  .gform_wrapper ul.gform_fields .gfield_html:not(:first-of-type),
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_html:not(:first-of-type) {
    margin-top: 4em;
  }
  .gform_wrapper ul.gform_fields .gfield_html h3,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_html h3 {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 781px) {
  .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-textarea), .gform_wrapper.gform_validation_error .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-textarea) {
    flex-basis: 100%;
  }
  .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    display: none !important;
  }
  .contact .gform_wrapper ul.gform_fields .gfield,
  .contact .gform_wrapper ul.gform_fields .gfield_error,
  .contact .gform_wrapper .gform_fields .gfield,
  .contact .gform_wrapper .gform_fields .gfield_error,
  .contact .gform_wrapper.gform_validation_error ul.gform_fields .gfield,
  .contact .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error,
  .contact .gform_wrapper.gform_validation_error .gform_fields .gfield,
  .contact .gform_wrapper.gform_validation_error .gform_fields .gfield_error {
    flex-basis: 100%;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper .gform_fields .gfield_error .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_radio .gfield_radio .gchoice {
    flex-basis: 250px;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_radio .gfield_radio label,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_radio .gfield_radio label,
  .gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio label,
  .gform_wrapper .gform_fields .gfield_error .ginput_container_radio .gfield_radio label,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_radio .gfield_radio label,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_radio .gfield_radio label,
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_radio .gfield_radio label,
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_radio .gfield_radio label {
    font-size: 1em;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox label,
  .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label,
  .gform_wrapper .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox label,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox label,
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label,
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox label {
    font-size: 1em;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
  .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
  .gform_wrapper .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"],
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"] {
    top: 0px;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after {
    top: 3px;
    left: 1px;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
  .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
  .gform_wrapper .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after,
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:after {
    top: 3px;
    left: 1px;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before {
    left: 1px;
    top: 4px;
  }
  .gform_wrapper ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper.gform_validation_error ul.gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper.gform_validation_error .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper.gform_validation_error .gform_fields .gfield_error .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked + label:before {
    top: 4px;
    left: 1px;
  }
  #gform_wrapper_2 .gfield_radio .gchoice label, #gform_wrapper_2 .gfield_checkbox .gchoice label {
    padding: 8px;
  }
}

@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    width: 60% !important;
    margin: 0 auto !important;
  }
  .gform_footer {
    display: flex;
  }
  .gform_button:hover,
  .gform_button:focus {
    box-shadow: inset 25.5em 0 0 0 black;
  }
}

@media only screen and (max-width: 580px) {
  /* Preparer le label */
  .gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:not(:checked) + label,
  .gform_wrapper .gform_fields .gfield.gfield--type-consent [type="checkbox"]:checked + label {
    position: static;
    width: auto;
  }
  .gform_wrapper, .gform_wrapper.gform_validation_error {
    padding: 16px;
  }
  #gform_wrapper_2 .gform-page-footer input[type="button"] {
    padding: 8px 12px;
  }
  #gform_wrapper_2 .gform-page-footer .gform_button {
    padding: 8px 12px;
  }
}
