.group-form {
  position: relative;
  background: #FDFBF9;
  padding-bottom: 65px;
  margin-bottom: 65px;
  margin-left: -20px;
  width: calc(100% + 40px);
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .group-form {
    margin-left: 0;
    width: 100%;
  }
}
.group-form * {
  box-sizing: border-box;
}
.group-form select[style="display: none;"] {
  display: block !important;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -1000px;
  float: left;
  overflow: hidden;
}
.group-form .form-type-url input {
  width: 100%;
}
.group-form:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #1E2643;
  border-bottom: 2px solid #1E2643;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.group-form > h2 {
  position: absolute;
  top: 226px;
  left: 50%;
  margin: 0;
  color: #FFFFFF;
  font-size: 60px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 980px) {
  .group-form > h2 {
    top: calc(100vw * (448.0 / 810.0) / 2);
    width: 100%;
    text-align: center;
  }
}
.group-form img {
  width: 808px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .group-form img {
    width: 100%;
  }
}
.group-form .form-wrapper {
  position: relative;
  width: 100%;
}
.group-form .form-wrapper .ajax-progress-throbber {
  top: auto;
  bottom: 0;
}
.group-form .form-wrapper .form-submit {
  margin-top: 0;
}
.group-form .form-checkboxes > .form-item,
.group-form .form-radios > .form-item {
  margin-top: 8px !important;
}
.group-form .form-checkboxes > .form-item:first-child,
.group-form .form-radios > .form-item:first-child {
  margin-top: 0 !important;
}
.group-form.group-form1 .form-type-date input {
  height: auto;
  background-image: none;
}
.group-form.group-form1 .form-item:not(.form-type-date) {
  margin: 24px 24px 0 24px;
}
.group-form.group-form1 .form-item:not(.form-type-date, .form-type-select) {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 52px);
}
.group-form.group-form1 .chosen-container {
  width: 100% !important;
}
.group-form.group-form2:after {
  display: none;
}
.group-form.group-form2 .terms-container {
  text-align: center;
}
.group-form.group-form2 .terms-container .form-item, .group-form.group-form2 .terms-container fieldset {
  display: block;
  width: 100%;
  max-width: 530px;
  margin: 24px auto 0 auto;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .group-form.group-form2 .terms-container .form-item, .group-form.group-form2 .terms-container fieldset {
    white-space: normal;
  }
  .group-form.group-form2 .terms-container .form-item input, .group-form.group-form2 .terms-container .form-item label, .group-form.group-form2 .terms-container fieldset input, .group-form.group-form2 .terms-container fieldset label {
    vertical-align: middle;
  }
}
.group-form.group-form2 .terms-container .legal {
  text-align: left;
}
.group-form.group-form2 .textarea-custom-wrapper-count {
  position: relative;
}
.group-form.group-form2 .textarea-custom-wrapper-count .textarea-counter {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #000000;
  opacity: 0.5;
  font-family: "Trebuchet";
  font-weight: normal;
  font-style: italic;
}
.group-form.group-form2 .messages.messages--error {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.group-form.group-form2 .messages.messages--error + .form-type-image-managed-file {
  margin-bottom: 120px;
}
.group-form.group-form2 .messages.messages--error + .form-type-image-managed-file div[id*=ajax-wrapper] {
  overflow: visible;
}
.group-form.group-form2 .messages.messages--error + .form-type-image-managed-file .messages.messages--error {
  position: absolute;
  top: 130px;
  height: 120px;
  width: 320px;
  left: 0;
  padding: 5px;
}
.group-form.group-form2 .category-container {
  padding: 24px 24px 0 24px;
}
.group-form.group-form2 .category-container > h3:first-of-type {
  margin-top: 0;
}
.group-form.group-form2 .category-container .form-radios label {
  margin-left: 0.2em;
}
.group-form.group-form2 .category-container .form-type-radio.disabled {
  display: none !important;
}
.group-form.group-form2 fieldset.form-item.category-2 {
  display: block;
  width: 540px;
  max-width: 100%;
  margin: 0 auto 20px auto;
}
.group-form.group-form2 fieldset.form-item.category-2 > legend {
  padding: 0;
}
.group-form.group-form2 fieldset.form-item.category-2 .fieldset-wrapper {
  padding: 20px;
  background-color: #F6EFE7;
  border: 1px solid #D5CDC2;
  border-radius: 10px;
}
.group-form.group-form2 fieldset.form-item.blue-box > legend {
  padding: 0;
}
.group-form.group-form2 fieldset.form-item.blue-box .fieldset-wrapper {
  padding: 20px;
  background-color: #F6EFE7;
  border: 1px solid #D5CDC2;
  border-radius: 10px;
}
.group-form.group-form2 .form-item, .group-form.group-form2 fieldset {
  display: inline-block;
  width: calc(50% - 52px);
  margin: 24px 24px 0 24px;
  vertical-align: top;
}
.group-form.group-form2 .form-item .form-managed-file, .group-form.group-form2 fieldset .form-managed-file {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.group-form.group-form2 .form-item .form-managed-file *, .group-form.group-form2 fieldset .form-managed-file * {
  cursor: pointer;
}
.group-form.group-form2 .form-item .form-managed-file .ajax-progress, .group-form.group-form2 fieldset .form-managed-file .ajax-progress {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  margin: 0;
  width: 50px;
  height: 50px;
}
.group-form.group-form2 .form-item .form-managed-file .ajax-progress:before, .group-form.group-form2 .form-item .form-managed-file .ajax-progress:after, .group-form.group-form2 fieldset .form-managed-file .ajax-progress:before, .group-form.group-form2 fieldset .form-managed-file .ajax-progress:after {
  width: 50px;
  height: 50px;
  border-radius: 500px;
}
.group-form.group-form2 .form-item .form-managed-file .ajax-progress .throbber, .group-form.group-form2 .form-item .form-managed-file .ajax-progress .message, .group-form.group-form2 fieldset .form-managed-file .ajax-progress .throbber, .group-form.group-form2 fieldset .form-managed-file .ajax-progress .message {
  width: 50px;
  height: 50px;
  border-radius: 500px;
}
.group-form.group-form2 .form-item .form-managed-file .ajax-progress .throbber:before, .group-form.group-form2 .form-item .form-managed-file .ajax-progress .throbber:after, .group-form.group-form2 .form-item .form-managed-file .ajax-progress .message:before, .group-form.group-form2 .form-item .form-managed-file .ajax-progress .message:after, .group-form.group-form2 fieldset .form-managed-file .ajax-progress .throbber:before, .group-form.group-form2 fieldset .form-managed-file .ajax-progress .throbber:after, .group-form.group-form2 fieldset .form-managed-file .ajax-progress .message:before, .group-form.group-form2 fieldset .form-managed-file .ajax-progress .message:after {
  width: 50px;
  height: 50px;
  border-radius: 500px;
}
.group-form.group-form2 .form-item.form-type-select {
  width: 540px;
  max-width: 100%;
  margin: 30px auto 30px auto;
  display: block;
}
.group-form.group-form2 .form-type-textarea {
  display: block;
  margin: 24px 24px 0 24px;
  width: calc(100% - 40px);
}
.group-form.group-form2 .form-type-textarea .form-textarea-wrapper textarea {
  min-height: 180px;
  width: 100%;
}
.group-form.group-form2 .form-type-textarea .form-textarea-wrapper textarea::-webkit-input-placeholder {
  color: #666666;
  font-family: Inter;
  font-weight: normal;
}
.group-form.group-form2 .form-type-textarea .form-textarea-wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #666666;
  font-family: Inter;
  font-weight: normal;
}
.group-form.group-form2 .form-type-textarea .form-textarea-wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
  font-family: Inter;
  font-weight: normal;
}
.group-form.group-form2 .form-type-textarea .form-textarea-wrapper textarea:-ms-input-placeholder {
  color: #666666;
  font-family: Inter;
  font-weight: normal;
}
.group-form.group-form2 .small .form-type-textarea .form-textarea-wrapper textarea {
  min-height: 70px;
  height: 70px;
}
.group-form.group-form2 div[style*="display: block;"] {
  display: inline-block !important;
  width: calc(50% - 52px);
  margin: 24px 24px 0 24px;
  vertical-align: top;
}
.group-form.group-form2 div[style*="display: block;"] div[style*="display: block;"] {
  width: 100%;
  margin: 0;
}
.group-form.group-form2 div[style*="display: block;"] div[id^=ajax] {
  width: 100%;
  margin: 0;
}
.group-form.group-form2 div[style*="display: block;"] .form-item-press label {
  display: none !important;
}
.group-form.group-form2 .form-item-press {
  width: 100%;
  /*height: 25px;*/
  padding-right: 25px;
  background-image: url(../../images/icons/telechargement.svg);
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 0;
}
.group-form.group-form2 .form-item-press label {
  position: absolute;
  margin-top: 2px;
}
.group-form.group-form2 .form-item-press img {
  display: none !important;
}
.group-form.group-form2 .form-item-press .form-managed-file {
  position: relative;
  cursor: pointer;
  margin-top: 5px;
}
.group-form.group-form2 .form-item-press .form-managed-file * {
  cursor: pointer;
}
.group-form.group-form2 .form-item-press .form-managed-file .ajax-progress {
  width: 20px;
  height: 20px;
  left: auto;
  right: 0;
}
.group-form.group-form2 .form-item-press .form-managed-file .ajax-progress:before, .group-form.group-form2 .form-item-press .form-managed-file .ajax-progress:after {
  width: 20px;
  height: 20px;
  border-radius: 500px;
}
.group-form.group-form2 .form-item-press .form-managed-file .ajax-progress .throbber, .group-form.group-form2 .form-item-press .form-managed-file .ajax-progress .message {
  width: 20px;
  height: 20px;
  border-radius: 500px;
}
.group-form.group-form2 .form-item-press .form-managed-file .ajax-progress .throbber:before, .group-form.group-form2 .form-item-press .form-managed-file .ajax-progress .throbber:after, .group-form.group-form2 .form-item-press .form-managed-file .ajax-progress .message:before, .group-form.group-form2 .form-item-press .form-managed-file .ajax-progress .message:after {
  width: 20px;
  height: 20px;
  border-radius: 500px;
}
.group-form.group-form2 .form-item-press .form-managed-file input {
  opacity: 0;
  margin: 0;
  border-bottom: none;
}
.group-form.group-form2 .form-item-press .form-managed-file input[id^=edit-press-remove-button] {
  position: absolute;
  bottom: 0;
  height: 19px;
  left: 0;
  width: 100%;
}
.group-form.group-form2 .form-item-press .form-managed-file div[id^=ajax] {
  width: 100%;
  height: 25px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #008080;
}
.group-form.group-form2 .form-item-press .form-managed-file div[id^=ajax] input {
  height: 25px;
}
.group-form.group-form2 .form-item-press .form-managed-file .file {
  margin-top: 20px;
}
.group-form.group-form2 .form-item-photo1 label {
  display: none;
}
.group-form.group-form2 div[id^=ajax] {
  position: relative;
  display: inline-block;
  width: calc(50% - 52px);
  margin: 24px 24px 0 24px;
  vertical-align: top;
}
.group-form.group-form2 div[id^=ajax] .form-item {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.group-form.group-form2 div[id^=ajax] .form-item.form-type-image-managed-file label {
  margin: 0 0 5px 0;
  color: #1E2643;
}
.group-form.group-form2 div[id^=ajax] .file--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-size: 23px 23px;
  vertical-align: middle;
  display: block;
  word-break: break-all;
  display: none;
}
.group-form.group-form2 div[id^=ajax] .file--image a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  display: block;
  word-wrap: normal;
}
.group-form.group-form2 div[id^=ajax] .form-type-image-managed-file .form-managed-file {
  width: 110px;
  height: 110px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .group-form.group-form2 div[id^=ajax] .form-type-image-managed-file .form-managed-file {
    display: block;
    margin: 36px auto;
  }
}
.group-form.group-form2 div[id^=ajax] .form-type-image-managed-file .form-managed-file.error {
  border: 2px solid #BF2F17;
}
.group-form.group-form2 div[id^=ajax] .form-type-image-managed-file .form-managed-file img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}
.group-form.group-form2 div[id^=ajax] .form-type-image-managed-file .form-managed-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  z-index: 1;
}
.group-form.group-form2 fieldset.form-item {
  position: relative;
  border: none;
  padding: 0;
  width: 350px;
}
.group-form.group-form2 fieldset.form-item .fieldset-legend:after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../../images/icons/required-yellow.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}
.group-form.group-form2 fieldset.form-item legend {
  font-size: 14px;
  font-family: Trebuchet;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 5px 0;
  width: 100%;
}
.group-form.group-form2 fieldset.form-item .form-item {
  width: 100%;
  margin: 0;
}
.group-form.group-form2 fieldset.form-item .fieldset-wrapper {
  display: block;
  margin: 0 -5px;
}
.group-form.group-form2 fieldset.form-item .fieldset-wrapper div[style*="display: block;"],
.group-form.group-form2 fieldset.form-item .fieldset-wrapper div[id^=ajax] {
  width: 110px;
  margin: 0;
}
.group-form.group-form2 fieldset.form-item .fieldset-wrapper > div:not(.description, .form-radios) {
  display: inline-block !important;
  width: 110px;
  margin: 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .group-form.group-form2 fieldset.form-item .fieldset-wrapper > div:not(.description, .form-radios) {
    display: block !important;
    margin: 36px auto;
  }
}
.group-form.group-form2 fieldset.form-item .fieldset-wrapper > div:not(.description, .form-radios) > div[id*=ajax] {
  width: auto;
  margin: 0;
}
.group-form.group-form2 fieldset.form-item .fieldset-wrapper > div:not(.description, .form-radios) * {
  cursor: pointer;
}
.group-form.group-form2 fieldset.form-item .fieldset-wrapper > div:not([id*=ajax]) > div[id*=ajax] {
  width: 100%;
  margin: 0;
}
.group-form.group-form2 fieldset.form-item .fieldset-wrapper .ajax-new-content {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .group-form.group-form1 .form-item:not(.form-type-date, .form-type-select), .group-form.group-form1 fieldset, .group-form.group-form2 .form-item:not(.form-type-date, .form-type-select), .group-form.group-form2 fieldset {
    display: block;
    width: calc(100% - 50px);
  }
  .group-form.group-form1 .form-item:not(.form-type-date, .form-type-select) .form-managed-file, .group-form.group-form1 fieldset .form-managed-file, .group-form.group-form2 .form-item:not(.form-type-date, .form-type-select) .form-managed-file, .group-form.group-form2 fieldset .form-managed-file {
    min-width: 110px;
  }
  .group-form.group-form2 .form-type-textarea {
    display: block;
    margin: 24px 24px 0 24px;
    width: calc(100% - 50px);
  }
  .group-form.group-form2 .form-type-textarea .form-textarea-wrapper textarea {
    min-height: auto;
  }
  .group-form.group-form2 div[style*="display: block;"] {
    display: block !important;
    width: calc(100% - 50px);
    margin: 24px 24px 0 24px;
  }
  .group-form.group-form2 div[style*="display: block;"] div[id^=ajax] {
    width: 100%;
    margin: 0;
  }
  .group-form.group-form2 div[id^=ajax] {
    display: block;
    width: calc(100% - 50px);
  }
}