@import "/global/vendor/fortawesome/font-awesome-6/css/all.min.css";
.sondage-form .sort {
  cursor: move;
}
.sondage-form .num {
  font-weight: bold;
}
.sondage-form * {
  box-sizing: border-box;
}
.sondage-form .section-head > h1 {
  font-size: 18px;
}
.sondage-form body {
  background: #eaeaea;
}
.sondage-form .content-page {
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  float: none;
  overflow: hidden;
}
.sondage-form .questionaire-question {
  line-height: 1.5em;
  font-size: 16px;
}
.sondage-form .questionaire-questions.contenu_static ul {
  font-weight: normal !important;
}
.sondage-form .content-page label {
  font-weight: normal;
}
.sondage-form .in_error {
  border: 1px solid #B50303 !important;
  background: #FFA8A8;
}
.sondage-form .progress-bar-survey {
  width: 100%;
  display: grid;
  height: 5px;
  background-color: #cccccc;
  opacity: 0.6;
  margin-top: 10px;
}
.sondage-form .progress-survey {
  background-color: #1c2f70;
  height: 5px;
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
}
.sondage-form .in_error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ecc8c8 !important;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sondage-form label {
  display: contents;
}
.sondage-form .sondage_other {
  width: 70%;
  border: none !important;
  border-bottom: 1px solid !important;
}
.sondage-form select {
  max-width: 100%;
  padding: 10px;
}
.sondage-form .btn-info {
  background-color: #1c2f70;
  border-color: #1c2f70;
}
.sondage-form .form-group img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(28, 47, 112, 0.5);
  margin: 15px auto 0;
}
.sondage-form .sondage-type-form .form-group {
  width: 100%;
}
.sondage-form .flex_mandatory {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  min-height: 30px;
}
.sondage-form .question-input .qtype-wrapper,
.sondage-form .numeric_mandatory1 .qtype-wrapper,
.sondage-form .checkbox_mandatory .qtype-wrapper,
.sondage-form .radio_mandatory .qtype-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.02);
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 3px;
  margin: 0 0 5px;
  padding: 0 15px;
  flex-grow: 1;
}
.sondage-form .question-input .qtype-wrapper:hover,
.sondage-form .numeric_mandatory1 .qtype-wrapper:hover,
.sondage-form .checkbox_mandatory .qtype-wrapper:hover,
.sondage-form .radio_mandatory .qtype-wrapper:hover {
  background: rgba(28, 47, 112, 0.05);
}
.sondage-form .question-input .qtype-wrapper label,
.sondage-form .numeric_mandatory1 .qtype-wrapper label,
.sondage-form .checkbox_mandatory .qtype-wrapper label,
.sondage-form .radio_mandatory .qtype-wrapper label {
  display: flex;
  flex-grow: 1;
  padding: 15px;
  padding-left: 0;
}
.sondage-form .question-input .qtype-wrapper [type="number"],
.sondage-form .numeric_mandatory1 .qtype-wrapper [type="number"],
.sondage-form .checkbox_mandatory .qtype-wrapper [type="number"],
.sondage-form .radio_mandatory .qtype-wrapper [type="number"] {
  padding-left: 10px;
}
.sondage-form .question-input label,
.sondage-form .numeric_mandatory1 label,
.sondage-form .checkbox_mandatory label,
.sondage-form .radio_mandatory label {
  display: block;
  font-size: 14px;
}
.sondage-form .question-input input[type="radio"],
.sondage-form .numeric_mandatory1 input[type="radio"],
.sondage-form .checkbox_mandatory input[type="radio"],
.sondage-form .radio_mandatory input[type="radio"],
.sondage-form .question-input input[type="checkbox"],
.sondage-form .numeric_mandatory1 input[type="checkbox"],
.sondage-form .checkbox_mandatory input[type="checkbox"],
.sondage-form .radio_mandatory input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #dedede;
  background: #fff;
  margin: 0;
}
.sondage-form .question-input input[type="radio"]:before,
.sondage-form .numeric_mandatory1 input[type="radio"]:before,
.sondage-form .checkbox_mandatory input[type="radio"]:before,
.sondage-form .radio_mandatory input[type="radio"]:before,
.sondage-form .question-input input[type="checkbox"]:before,
.sondage-form .numeric_mandatory1 input[type="checkbox"]:before,
.sondage-form .checkbox_mandatory input[type="checkbox"]:before,
.sondage-form .radio_mandatory input[type="checkbox"]:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin: 2px;
  border-radius: 50%;
}
.sondage-form .question-input input[type="radio"]:checked:before,
.sondage-form .numeric_mandatory1 input[type="radio"]:checked:before,
.sondage-form .checkbox_mandatory input[type="radio"]:checked:before,
.sondage-form .radio_mandatory input[type="radio"]:checked:before,
.sondage-form .question-input input[type="checkbox"]:checked:before,
.sondage-form .numeric_mandatory1 input[type="checkbox"]:checked:before,
.sondage-form .checkbox_mandatory input[type="checkbox"]:checked:before,
.sondage-form .radio_mandatory input[type="checkbox"]:checked:before {
  background: rgba(28, 47, 112, 0.7);
}
.sondage-form .question-input input[type="radio"]:checked,
.sondage-form .numeric_mandatory1 input[type="radio"]:checked,
.sondage-form .checkbox_mandatory input[type="radio"]:checked,
.sondage-form .radio_mandatory input[type="radio"]:checked,
.sondage-form .question-input input[type="checkbox"]:checked,
.sondage-form .numeric_mandatory1 input[type="checkbox"]:checked,
.sondage-form .checkbox_mandatory input[type="checkbox"]:checked,
.sondage-form .radio_mandatory input[type="checkbox"]:checked {
  border-color: rgba(28, 47, 112, 0.7);
}
.sondage-form .question-input input[type="checkbox"],
.sondage-form .numeric_mandatory1 input[type="checkbox"],
.sondage-form .checkbox_mandatory input[type="checkbox"],
.sondage-form .radio_mandatory input[type="checkbox"],
.sondage-form .question-input input[type="checkbox"]:before,
.sondage-form .numeric_mandatory1 input[type="checkbox"]:before,
.sondage-form .checkbox_mandatory input[type="checkbox"]:before,
.sondage-form .radio_mandatory input[type="checkbox"]:before {
  border-radius: 2px;
}
.sondage-form .question-input label,
.sondage-form .numeric_mandatory1 label,
.sondage-form .checkbox_mandatory label,
.sondage-form .radio_mandatory label {
  text-align: left;
  line-height: 20px;
}
.sondage-form .question-input > table,
.sondage-form .numeric_mandatory1 > table,
.sondage-form .checkbox_mandatory > table,
.sondage-form .radio_mandatory > table {
  width: unset;
  overflow: auto;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid rgba(207, 210, 213, 0.5);
  background: rgba(207, 210, 213, 0.1);
}
.sondage-form .question-input > table *,
.sondage-form .numeric_mandatory1 > table *,
.sondage-form .checkbox_mandatory > table *,
.sondage-form .radio_mandatory > table * {
  box-sizing: border-box;
}
.sondage-form .question-input > table td,
.sondage-form .numeric_mandatory1 > table td,
.sondage-form .checkbox_mandatory > table td,
.sondage-form .radio_mandatory > table td,
.sondage-form .question-input > table th,
.sondage-form .numeric_mandatory1 > table th,
.sondage-form .checkbox_mandatory > table th,
.sondage-form .radio_mandatory > table th {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(28, 47, 112, 0.08);
  text-align: center;
}
.sondage-form .question-input > table th,
.sondage-form .numeric_mandatory1 > table th,
.sondage-form .checkbox_mandatory > table th,
.sondage-form .radio_mandatory > table th {
  background: #fff;
}
.sondage-form .question-input > table td:hover::before,
.sondage-form .numeric_mandatory1 > table td:hover::before,
.sondage-form .checkbox_mandatory > table td:hover::before,
.sondage-form .radio_mandatory > table td:hover::before {
  background: rgba(28, 47, 112, 0.06);
  content: '';
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 10000px;
  z-index: -2;
}
.sondage-form .question-input > table td:hover::after,
.sondage-form .numeric_mandatory1 > table td:hover::after,
.sondage-form .checkbox_mandatory > table td:hover::after,
.sondage-form .radio_mandatory > table td:hover::after {
  background-color: rgba(28, 47, 112, 0.06);
  content: '';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.sondage-form .question-input > table td [type="number"],
.sondage-form .numeric_mandatory1 > table td [type="number"],
.sondage-form .checkbox_mandatory > table td [type="number"],
.sondage-form .radio_mandatory > table td [type="number"],
.sondage-form .question-input > table td [type="text"],
.sondage-form .numeric_mandatory1 > table td [type="text"],
.sondage-form .checkbox_mandatory > table td [type="text"],
.sondage-form .radio_mandatory > table td [type="text"] {
  border-radius: 3px;
  padding: 0 0 0 15px;
  height: 30px;
  line-height: 30px;
  min-width: 50px;
}
.sondage-form .input-group .input-group-addon {
  border-right: none;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-left: -16px;
  border-radius: 0 3px 3px 0;
  padding: 0 10px;
  width: auto;
  color: #898989;
  border: 1px solid #cfd2d5;
  background: #fff;
}
.sondage-form .form-control {
  height: 50px;
  line-height: 50px;
}
.sondage-form .content-page .content_page-inner hr {
  margin: 15px 0;
}
@media (min-width: 1199.98px) {
  .sondage-form .content-page .content_page-inner {
    margin: 15px;
  }
  .sondage-form .content-page .row-child {
    overflow: overlay;
    margin-bottom: 10px;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .sondage-form .checkbox_mandatory,
  .sondage-form .radio_mandatory {
    border: 0 none;
  }
  .sondage-form .checkbox_mandatory > .table,
  .sondage-form .radio_mandatory > .table {
    border: 0 none;
  }
  .sondage-form .checkbox_mandatory > .table th,
  .sondage-form .radio_mandatory > .table th {
    display: none !important;
  }
  .sondage-form .checkbox_mandatory > .table tr,
  .sondage-form .radio_mandatory > .table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: flex-start;
    justify-content: center;
  }
  .sondage-form .checkbox_mandatory > .table tr td,
  .sondage-form .radio_mandatory > .table tr td {
    position: relative;
    display: block !important;
    border: 0 none;
  }
  .sondage-form .checkbox_mandatory > .table tr td .question,
  .sondage-form .radio_mandatory > .table tr td .question {
    font-weight: 700;
    font-size: 18px;
    color: #555;
    margin: 15px 0 0;
    padding: 15px 0 5px;
    border-top: 1px solid #dedede;
  }
  .sondage-form .checkbox_mandatory > .table tr td + td,
  .sondage-form .radio_mandatory > .table tr td + td {
    background: rgba(0, 0, 0, 0.02);
    margin: 6px;
    border-radius: 4px;
  }
  .sondage-form .checkbox_mandatory > .table tr td + td:hover,
  .sondage-form .radio_mandatory > .table tr td + td:hover {
    background: rgba(28, 47, 112, 0.05);
  }
  .sondage-form .checkbox_mandatory > .table tr td input[type="radio"],
  .sondage-form .radio_mandatory > .table tr td input[type="radio"],
  .sondage-form .checkbox_mandatory > .table tr td input[type="checkbox"],
  .sondage-form .radio_mandatory > .table tr td input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0 !important;
  }
  .sondage-form .checkbox_mandatory > .table tr td label.only_mobile,
  .sondage-form .radio_mandatory > .table tr td label.only_mobile {
    display: block !important;
    margin: 0;
  }
}
.sondage-form .intl-tel-input {
  display: table-cell;
}
.sondage-form .intl-tel-input .selected-flag {
  z-index: 4;
}
.sondage-form .intl-tel-input .country-list {
  z-index: 5;
}
.sondage-form .input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.sondage-form h3.questionaire-questions p {
  display: contents;
}
.sondage-form .select2-choice {
  text-align: left;
}
.sondage-form .select2-search input {
  height: 40px !important;
}
.sondage-form .select2-container .select2-choice {
  padding: 3px 7px !important;
  height: 35px !important;
  border-radius: 0 !important;
  background-image: none !important;
}
.sondage-form .select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: #ffffff !important;
  border: none !important;
}
.sondage-form .select2-container .select2-choice .select2-arrow b {
  margin-top: 5px !important;
}
.sondage-form .select2-selection__rendered,
.sondage-form .select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px !important;
}
.sondage-form .select2-container .select2-choice > .select2-chosen {
  margin-left: 6px !important;
}
.sondage-form select2-drop.select2-drop-active,
.sondage-form .select2-results {
  max-height: 700px !important;
}
.sondage-form .select2-container .select2-choice abbr {
  top: 12px !important;
}
.sondage-form .na-admin-legacy form .select2-container .select2-choice abbr {
  top: 12px !important;
}
.sondage-form #after-start-sondage {
  display: block;
  margin-bottom: 110px;
}
.sondage-form input.form-control,
.sondage-form select,
.sondage-form file,
.sondage-form input.date-form-sondage {
  box-shadow: none !important;
  border: 1px solid #cfd2d5;
  height: 50px;
  border-radius: 3px;
  min-width: 140px;
  padding: 0;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .sondage-form #after-start-sondage {
    margin-bottom: 130px;
  }
}
@media (max-width: 600px) {
  .sondage-form #after-start-sondage {
    margin-bottom: 150px;
  }
}
@media (max-width: 400px) {
  .sondage-form #after-start-sondage {
    margin-bottom: 170px;
  }
}
.sondage-form {
  font-size: 13px;
  font-weight: normal;
  padding: 0px 30px;
}
.sondage-form label {
  font-weight: normal;
}
.sondage-form textarea {
  padding: 10px;
}
.sondage-form .questionaire-questions {
  margin-top: 0px;
}
.sondage-form .tabform.tableau_divers {
  width: 100% !important;
}
.sondage-form .tabform.tableau_divers th {
  background-color: #1c2f70;
}
.sondage-form .tabform.tableau_divers td select,
.sondage-form .tabform.tableau_divers td input {
  width: 100% !important;
}
.sondage-form .tableau_formulaire.consentement_user_inscription {
  width: 100%;
}
.sondage-form .tableau_formulaire .consentement_user_inscription {
  display: flex;
  flex-grow: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 14px;
}
#sondage-form.sondage-type-inscription {
  font-size: inherit;
}
.sondage-type-inscription label p {
  display: contents;
}
.groupstrape .content-groupe .sidebar .widget-tickets .sondage-form,
.sondage-form h4 {
  color: #000;
  text-align: left;
  padding: 18px 18px 17px;
}
.groupstrape .content-groupe .sidebar .widget-attendance.inscription #modal_group_form h4 {
  color: #000 !important;
}
.sondage-form .row-child {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.sondage-form .row-child .questionaire-questions {
  margin-bottom: 5px;
}
.sondage-form .h-captcha {
  margin: 30px auto 0;
  text-align: center;
}
.sondage-form input.text,
.sondage-form input.input-search select.select,
.sondage-form textarea.textarea {
  margin: 0;
}
.sondage-form .form-head h1 {
  font-size: 20px;
  color: #848990;
}
.sondage-form .row-child h3.questionaire-questions {
  font-size: calc( 16px + .3vw );
  font-weight: 600;
  color: black;
}
.sondage-form textarea,
.sondage-form select {
  border: 1px solid #848990;
  border-radius: 3px;
}
.sondage-form .form-group textarea.text {
  width: 100%;
}
.sondage-form .form-group .select2-container .select2-choice .select2-arrow b {
  margin-top: 11px !important;
}
.sondage-form .form-group input.btn-info {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 55px;
}
.sondage-form .form-group input:focus,
.sondage-form .form-group textarea:focus {
  border: 1px solid #1c2f70 !important;
}
.sondage-form .form-group .input-group-btn .btn-info {
  height: 54px;
  background-color: #f2f2f2;
  border-color: #1c2f70;
  color: #000;
  text-transform: lowercase;
}
.sondage-form .form-group textarea#form-annuaire-textarea {
  width: 1200px !important;
  max-width: 100%;
}
.sondage-form .form-group input.file,
.sondage-form .form-group .sondage-form .date-form-sondage {
  width: 570px !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 570px!important
            color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #848990;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sondage-form .form-group .date-form-sondage {
  height: 54px;
  border-radius: 0 3px 3px 0;
  padding: 6px 12px;
}
.sondage-form .select2-container .select2-choice {
  height: 57px !important;
  border-radius: 3px !important;
}
.sondage-form .select2-container-active {
  border: 1px solid #1c2f70 !important;
}
.select2-drop-active {
  border: none !important;
}
#ui-datepicker-div {
  z-index: 3 !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #1c2f70 !important;
}
.select2-container .select2-choice:focus {
  border: 1px solid #1c2f70 !important;
}
.select2-drop-active {
  border: 1px solid #1c2f70 !important;
}
.form-group img {
  width: 50px !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: none !important;
}
.select2-container-active .select2-choice .select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container-active .select2-choices .select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container-active .select2-choice .select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-active .select2-choices .select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-active .select2-choice .select2-drop-above,
.select2-container-active .select2-choices .select2-drop-above {
  border: 1px solid #1c2f70 !important;
}
.select2-container-active .select2-choice a.select2-drop-active .sondage-form .select2-container .select2-choice:focus,
.select2-container-active .select2-choices a.select2-drop-active .sondage-form .select2-container .select2-choice:focus {
  border: 1px solid #848990!important;
}
.question-checkbox li {
  border: 1px solid #ccc;
  padding: 10px 20px 0px 20px;
  border-radius: 10px;
  margin: 0px 0px 10px 0px;
  display: block;
}
.question-checkbox #sortable-1 {
  border: 2px solid #ccc;
  width: 100%;
  min-height: 100px;
  display: inline-block;
  border-radius: 10px;
  padding: 10px;
}
.question-checkbox #sortable-1 li:last-child {
  margin-bottom: 0px;
}
.question-checkbox #sortable-2 {
  width: 100%;
  min-height: 150px;
}
.question-checkbox ul {
  padding-inline-start: 0px;
}
@media (max-width: 767.98px) {
  .sondage-form .select2-container,
  .sondage-form input.form-control,
  .sondage-form select,
  .sondage-form file,
  .sondage-form input.date-form-sondage {
    max-width: 100% !important;
    width: 100% !important;
  }
  .sondage-form .select2-container .select2-choice,
  .sondage-form input[type="radio"],
  .sondage-form input[type="checkbox"] {
    border-color: #848990 !important;
  }
  .sondage-form .select2-container,
  .sondage-form .input-group {
    width: 100%;
  }
  .sondage-form .h-captcha > iframe {
    margin: auto;
  }
}
@media (max-width: 767.98px) and (min-width: 570px) {
  .sondage-form {
    padding: 0 30px;
  }
}
#img_iban {
  max-width: 25px;
  margin: 0;
}
