.sort {
  cursor: move;
}
.num {
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
.section-head > h1 {
  font-size: 18px;
}
body {
  background: #eaeaea;
}
.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;
}
.questionaire-question {
  line-height: 1.5em;
  font-size: 16px;
}
.questionaire-questions.contenu_static ul {
  font-weight: normal !important;
}
.content-page label {
  font-weight: normal;
}
.in_error {
  border: 1px solid #B50303 !important;
  background: #FFA8A8;
}
.progress-bar-survey {
  width: 100%;
  display: grid;
  height: 5px;
  background-color: #cccccc;
  opacity: 0.6;
  margin-top: 10px;
}
.progress-survey {
  background-color: #be1622;
  height: 5px;
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
}
.in_error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ecc8c8 !important;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
label {
  display: contents;
}
.sondage_other {
  width: 70%;
  border: none !important;
  border-bottom: 1px solid !important;
}
select {
  max-width: 100%;
  padding: 10px;
}
.btn-info {
  background-color: #be1622;
  border-color: #be1622;
}
.form-group img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(190, 22, 34, 0.5);
  margin: 15px auto 0;
}
.sondage-type-form .form-group {
  width: 100%;
}
.flex_mandatory {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  min-height: 30px;
}
.question-input .qtype-wrapper,
.numeric_mandatory1 .qtype-wrapper,
.checkbox_mandatory .qtype-wrapper,
.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;
}
.question-input .qtype-wrapper:hover,
.numeric_mandatory1 .qtype-wrapper:hover,
.checkbox_mandatory .qtype-wrapper:hover,
.radio_mandatory .qtype-wrapper:hover {
  background: rgba(190, 22, 34, 0.05);
}
.question-input .qtype-wrapper label,
.numeric_mandatory1 .qtype-wrapper label,
.checkbox_mandatory .qtype-wrapper label,
.radio_mandatory .qtype-wrapper label {
  display: flex;
  flex-grow: 1;
  padding: 15px;
  padding-left: 0;
}
.question-input .qtype-wrapper [type="number"],
.numeric_mandatory1 .qtype-wrapper [type="number"],
.checkbox_mandatory .qtype-wrapper [type="number"],
.radio_mandatory .qtype-wrapper [type="number"] {
  padding-left: 10px;
}
.question-input label,
.numeric_mandatory1 label,
.checkbox_mandatory label,
.radio_mandatory label {
  display: block;
  font-size: 14px;
}
.question-input input[type="radio"],
.numeric_mandatory1 input[type="radio"],
.checkbox_mandatory input[type="radio"],
.radio_mandatory input[type="radio"],
.question-input input[type="checkbox"],
.numeric_mandatory1 input[type="checkbox"],
.checkbox_mandatory input[type="checkbox"],
.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;
}
.question-input input[type="radio"]:before,
.numeric_mandatory1 input[type="radio"]:before,
.checkbox_mandatory input[type="radio"]:before,
.radio_mandatory input[type="radio"]:before,
.question-input input[type="checkbox"]:before,
.numeric_mandatory1 input[type="checkbox"]:before,
.checkbox_mandatory input[type="checkbox"]:before,
.radio_mandatory input[type="checkbox"]:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin: 2px;
  border-radius: 50%;
}
.question-input input[type="radio"]:checked:before,
.numeric_mandatory1 input[type="radio"]:checked:before,
.checkbox_mandatory input[type="radio"]:checked:before,
.radio_mandatory input[type="radio"]:checked:before,
.question-input input[type="checkbox"]:checked:before,
.numeric_mandatory1 input[type="checkbox"]:checked:before,
.checkbox_mandatory input[type="checkbox"]:checked:before,
.radio_mandatory input[type="checkbox"]:checked:before {
  background: rgba(190, 22, 34, 0.7);
}
.question-input input[type="radio"]:checked,
.numeric_mandatory1 input[type="radio"]:checked,
.checkbox_mandatory input[type="radio"]:checked,
.radio_mandatory input[type="radio"]:checked,
.question-input input[type="checkbox"]:checked,
.numeric_mandatory1 input[type="checkbox"]:checked,
.checkbox_mandatory input[type="checkbox"]:checked,
.radio_mandatory input[type="checkbox"]:checked {
  border-color: rgba(190, 22, 34, 0.7);
}
.question-input input[type="checkbox"],
.numeric_mandatory1 input[type="checkbox"],
.checkbox_mandatory input[type="checkbox"],
.radio_mandatory input[type="checkbox"],
.question-input input[type="checkbox"]:before,
.numeric_mandatory1 input[type="checkbox"]:before,
.checkbox_mandatory input[type="checkbox"]:before,
.radio_mandatory input[type="checkbox"]:before {
  border-radius: 2px;
}
.question-input label,
.numeric_mandatory1 label,
.checkbox_mandatory label,
.radio_mandatory label {
  text-align: left;
  line-height: 20px;
}
.question-input > table,
.numeric_mandatory1 > table,
.checkbox_mandatory > table,
.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);
}
.question-input > table *,
.numeric_mandatory1 > table *,
.checkbox_mandatory > table *,
.radio_mandatory > table * {
  box-sizing: border-box;
}
.question-input > table td,
.numeric_mandatory1 > table td,
.checkbox_mandatory > table td,
.radio_mandatory > table td,
.question-input > table th,
.numeric_mandatory1 > table th,
.checkbox_mandatory > table th,
.radio_mandatory > table th {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(190, 22, 34, 0.08);
  text-align: center;
}
.question-input > table th,
.numeric_mandatory1 > table th,
.checkbox_mandatory > table th,
.radio_mandatory > table th {
  background: #fff;
}
.question-input > table td:hover::before,
.numeric_mandatory1 > table td:hover::before,
.checkbox_mandatory > table td:hover::before,
.radio_mandatory > table td:hover::before {
  background: rgba(190, 22, 34, 0.06);
  content: '';
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 10000px;
  z-index: -2;
}
.question-input > table td:hover::after,
.numeric_mandatory1 > table td:hover::after,
.checkbox_mandatory > table td:hover::after,
.radio_mandatory > table td:hover::after {
  background-color: rgba(190, 22, 34, 0.06);
  content: '';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.question-input > table td [type="number"],
.numeric_mandatory1 > table td [type="number"],
.checkbox_mandatory > table td [type="number"],
.radio_mandatory > table td [type="number"],
.question-input > table td [type="text"],
.numeric_mandatory1 > table td [type="text"],
.checkbox_mandatory > table td [type="text"],
.radio_mandatory > table td [type="text"] {
  border-radius: 3px;
  padding: 0 0 0 15px;
  height: 30px;
  line-height: 30px;
  min-width: 50px;
}
.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;
}
.form-control {
  height: 50px;
  line-height: 50px;
}
.content-page .content_page-inner hr {
  margin: 15px 0;
}
@media (min-width: 1199.98px) {
  .content-page .content_page-inner {
    margin: 15px;
  }
  .content-page .row-child {
    overflow: overlay;
    margin-bottom: 10px;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .checkbox_mandatory,
  .radio_mandatory {
    border: 0 none;
  }
  .checkbox_mandatory > .table,
  .radio_mandatory > .table {
    border: 0 none;
  }
  .checkbox_mandatory > .table th,
  .radio_mandatory > .table th {
    display: none !important;
  }
  .checkbox_mandatory > .table tr,
  .radio_mandatory > .table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: flex-start;
    justify-content: center;
  }
  .checkbox_mandatory > .table tr td,
  .radio_mandatory > .table tr td {
    position: relative;
    display: block !important;
    border: 0 none;
  }
  .checkbox_mandatory > .table tr td .question,
  .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;
  }
  .checkbox_mandatory > .table tr td + td,
  .radio_mandatory > .table tr td + td {
    background: rgba(0, 0, 0, 0.02);
    margin: 6px;
    border-radius: 4px;
  }
  .checkbox_mandatory > .table tr td + td:hover,
  .radio_mandatory > .table tr td + td:hover {
    background: rgba(190, 22, 34, 0.05);
  }
  .checkbox_mandatory > .table tr td input[type="radio"],
  .radio_mandatory > .table tr td input[type="radio"],
  .checkbox_mandatory > .table tr td input[type="checkbox"],
  .radio_mandatory > .table tr td input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0 !important;
  }
  .checkbox_mandatory > .table tr td label.only_mobile,
  .radio_mandatory > .table tr td label.only_mobile {
    display: block !important;
    margin: 0;
  }
}
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.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;
}
h3.questionaire-questions p {
  display: contents;
}
.select2-choice {
  text-align: left;
}
.select2-search input {
  height: 40px !important;
}
.select2-container .select2-choice {
  padding: 3px 7px !important;
  height: 35px !important;
  border-radius: 0 !important;
  background-image: none !important;
}
.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: #ffffff !important;
  border: none !important;
}
.select2-container .select2-choice .select2-arrow b {
  margin-top: 5px !important;
}
.select2-selection__rendered,
.select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px !important;
}
.select2-container .select2-choice > .select2-chosen {
  margin-left: 6px !important;
}
select2-drop.select2-drop-active,
.select2-results {
  max-height: 700px !important;
}
.select2-container .select2-choice abbr {
  top: 12px !important;
}
.na-admin-legacy form .select2-container .select2-choice abbr {
  top: 12px !important;
}
#after-start-sondage {
  display: block;
  margin-bottom: 110px;
}
input.form-control,
select,
file,
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) {
  #after-start-sondage {
    margin-bottom: 130px;
  }
}
@media (max-width: 600px) {
  #after-start-sondage {
    margin-bottom: 150px;
  }
}
@media (max-width: 400px) {
  #after-start-sondage {
    margin-bottom: 170px;
  }
}
