:root {
  --eg-body-bg-color: $bodyBgColor;
  --eg-body-bg-image-opacity: $bodyBgImageOpacity;
  --eg-body-bg-image: $bodyBgImage;
  --eg-container-bg-color: $containerBgColor;
  --eg-nav-bg-color: $navBgColor;
  --eg-progress-bar-bg-color: $progressBarBgColor;
  --eg-title-color: $titleColor;
  --eg-title-font-size: $titleFontSize;
  --eg-title-font-weight: $titleFontWeight;
  --eg-title-font-family: $titleFontFamily;
  --eg-question-margin-top: $questionMarginTop;
  --eg-question-font-size: $questionFontSize;
  --eg-question-font-familly: $questionFontFamily;
  --eg-question-font-weight: $questionFontWeight;
  --eg-question-color: $questionColor;
  --eg-block-color: $blockColor;
  --eg-block-bg-color: $blockBgColor;
  --eg-primary-color: $primaryColor;
  --eg-checkbox-color: $checkboxColor;
  --eg-logo-size: $logoSize;
}
.questionnaire-nav-btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3577b5;
  --bs-btn-border-color: #3577b5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2d659a;
  --bs-btn-hover-border-color: #2a5f91;
  --bs-btn-focus-shadow-rgb: 83, 139, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a5f91;
  --bs-btn-active-border-color: #285988;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3577b5;
  --bs-btn-disabled-border-color: #3577b5;
}
.questionnaire-title {
  font-size: 26px !important;
  font-weight: bold !important;
}
.questionnaire-question-label {
  font-size: 22px !important;
  font-weight: normal;
}
.questionnaire-block:not(.btn-success):not(.btn-danger) {
  --bs-btn-color: #333;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #d3d4d5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9fafb;
  --bs-btn-hover-border-color: #d7d8d9;
  --bs-btn-focus-shadow-rgb: 187, 188, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #d7d8d9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #d3d4d5;
}
.questionnaire-block:not(.btn-success):not(.btn-danger) .text-primary {
  color: #3577b5 !important;
}
.questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(.disabled).active, .questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(.disabled):active {
  color: #333 !important;
  background-color: #3577b5 !important;
  border-color: #2d659a !important;
}
footer {
  color: #000;
}
footer a, footer a:active, footer a:focus, footer a:hover {
  color: #000;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}
.app_question {
  margin-top: 0px;
}
#questionnaire_header {
  color: #333;
}
#questions_container {
  color: #333;
}
#questionnaire_logo {
  width: 150px;
  height: auto;
  max-height: 187.5px;
  object-fit: contain;
}
#questionnaire_progression_gauge .questionnaire_step {
  background-color: #3577b5;
}
#questionnaire_progression_gauge .questionnaire_step.active {
  border-color: #3577b5 !important;
}
#questionnaire_progression_gauge .questionnaire_step.active::after {
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .dropdownResult {
    display: none;
  }
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #86b7fe;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #86b7fe;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #0b5ed7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #0b5ed7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.range-value span {
  background-color: #0d6efd;
}
.range-value span:before {
  border-top-color: #0d6efd;
}
body {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ccc;
  color: #333;
}
body:before {
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("645e5168cecb6445459266.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1;
}
body > .d-flex {
  position: relative;
}
#questionnaire_container {
  width: 970px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  #questionnaire_container {
    padding-top: 75px;
  }
}
#questionnaire_container > div:last-child {
  background-color: white;
  padding: 2rem;
}
