@media screen and (min-width: 768px) {
  .d-flex.flex-column.flex-md-row {
    gap: 0 !important;
  }
  .d-flex.flex-column.flex-md-row > label:not(:first-child), .d-flex.flex-column.flex-md-row .d-flex.flex-row > label:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .d-flex.flex-column.flex-md-row > label:not(:last-child), .d-flex.flex-column.flex-md-row .d-flex.flex-row > label:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.d-flex.flex-row, .d-flex:not(.flex-column) {
  gap: 0 !important;
}
.d-flex.flex-row > label:not(:first-child), .d-flex.flex-row .d-flex.flex-row > label:not(:first-child), .d-flex:not(.flex-column) > label:not(:first-child), .d-flex:not(.flex-column) .d-flex.flex-row > label:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.d-flex.flex-row > label:not(:last-child), .d-flex.flex-row .d-flex.flex-row > label:not(:last-child), .d-flex:not(.flex-column) > label:not(:last-child), .d-flex:not(.flex-column) .d-flex.flex-row > label:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
:root {
  --eg-container-bg-color-contrast: #000;
  --eg-nav-bg-color: #006DFF;
  --eg-progress-bar-bg-color: #006DFF82;
  --eg-title-font-weight: 500;
  --eg-title-font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  --eg-question-font-familly: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  --eg-block-color-hover: #000;
  --eg-block-bg-color-hover: ffffff52;
  --eg-block-bg-color-shade: #d9d9d9;
  --eg-block-bg-color-shade-2: #ddd;
  --eg-block-bg-color-shade-3: #bfbfbf;
  --eg-block-bg-color-shade-4: #999;
  --eg-primary-color-rgb: 70, 117, 179;
  --eg-primary-color-contrast: #000000;
  --eg-primary-color-shade: #006efe;
  --eg-checkbox-color-contrast: #000;
  --eg-logo-size: 150px;
  --bs-border-radius: 10px;
  --bs-border-color: #bbc6ff;
}
.questionnaire-block:not(.btn-success):not(.btn-danger), .bootstrap-select > button.dropdown-toggle, .bootstrap-select .small_text_question form-control {
  --bs-btn-color: #333333;
  --bs-btn-bg: #ffffff52;
  --bs-btn-border-color: #b8bcfc;
  --bs-btn-hover-color: #334155;
  --bs-btn-hover-bg: #cde2fd4c;
  --bs-btn-hover-border-color: #b8bcfc;
  --bs-btn-active-color: #ffffff52;
  --bs-btn-active-bg: #e9f2ff;
  --bs-btn-active-border-color: #b8bcfc;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff52;
  --bs-btn-disabled-border-color: #202020;
}
.questionnaire-nav-btn {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #006DFF;
  --bs-btn-border-color: #99b7ff;
  --bs-btn-hover-color: #006DFF;
  --bs-btn-hover-bg: #2d659a00;
  --bs-btn-hover-border-color: #006DFF;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006DFF;
  --bs-btn-active-border-color: #bbc6ff;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #006DFF;
  --bs-btn-disabled-border-color: #bbc6ff;
}
body {
  position: relative;
  color: #000000;
}
body:before {
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: var(--eg-body-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
body > div:first-child {
  position: relative;
}
.form-control {
  background-color: #ffffff52;
  box-shadow: none;
  border: solid 1px #bbc6ff;
  border-radius: 10px;
}
[data-placeholder] {
  color: black;
}
.btn-shadow {
  box-shadow: none;
}
#questionnaire_container {
  width: 970px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  #questionnaire_container {
    /*padding-top: 75px;*/
  }
}
input, select, textarea {
  box-shadow: none;
}
input:hover, select:hover, textarea:hover {
  box-shadow: none;
}
p {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #272727;
}
body {
  background-size: 300% 300%;
  height: 100vh;
  margin: 0;
  position: relative;
}
.questionnaire-title {
  font-size: 36px !important;
  color: #131313;
}
.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 {
  background-color: color-mix(in srgb, #ffffff, transparent 20%) !important;
  border-color: #006DFF !important;
}
/*element.style {
  background-color: rgb(98, 129, 223);
  color: rgb(255 255 255);
}*/
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 0.21) !important;
  border: none !important;
}
.form-check-input {
  border: var(--bs-border-width) solid #b8bcfc;
}
.form-control:hover {
  box-shadow: none !important;
}
.form-control:focus {
  box-shadow: none !important;
}
#questionnaire_progression_gauge .questionnaire_step {
  border: solid 1px #006DFF4f !important;
}
.bg-secondary {
  background-color: #e9f1ff !important;
  border: solid 1px #006DFF4f !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 {
  border-color: #006DFF !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 {
  background-color: #cae1ff !important;
  /* border-color: var(--eg-primary-color-shade) !important; */
  color: #1e1e1e !important;
}
.bootstrap-select > button.dropdown-toggle:not(.bs-placeholder) {
  color: var(--eg-primary-color-contrast) !important;
  background-color: #cae1ff !important;
  border-color: var(--eg-primary-color-shade) !important;
}
.btn.btn-shadow:hover {
  background-color: #006efe08 !important;
  border-color: color-mix(in srgb, var(--eg-primary-color), transparent 20%) !important;
}
.question-form-label {
  background: #ffffff00;
}
.question-form-label-active {
  background-color: white;
}
input {
  -webkit-appearance: none !important;
  appearance: none;
  border: 1px solid #bbc6ff !important;
  box-shadow: none;
  outline: none;
}
.btn-number {
  background: #ffffff00;
}
.form-ranking {
  background: #ffffff00;
}
.form-select {
  background: #ffffff00;
}
@media (max-width: 768px) {
  .questionnaire-title {
    font-size: 30px !important;
  }
}
.dropzone-container {
  border: 2px dashed #b8bcfc;
}
#questions_container[data-on-correction="1"] label[data-is-correct] input:checked ~ div > p {
  color: #fff;
}
:root {
  --eg-body-bg-color: white;
  --eg-body-bg-image-opacity: 1;
  --eg-body-bg-image: url("175612833868ac64529812d.png");
  --eg-container-bg-color: white;
  --eg-container-bg-color-contrast: #000;
  --eg-nav-bg-color: #e62460;
  --eg-progress-bar-bg-color: #e62460;
  --eg-title-color: #333;
  --eg-title-font-size: 26px;
  --eg-title-font-weight: bold;
  --eg-title-font-family: Roboto, Helvetica Neue, sans-serif;
  --eg-question-margin-top: 0px;
  --eg-question-font-size: 22px;
  --eg-question-font-familly: Roboto, Helvetica Neue, sans-serif;
  --eg-question-font-weight: normal;
  --eg-question-color: #333;
  --eg-block-color: #333;
  --eg-block-bg-color: #f8f9fa;
  --eg-block-color-hover: #000;
  --eg-block-bg-color-hover: #f9fafb;
  --eg-block-bg-color-shade: #d3d4d5;
  --eg-block-bg-color-shade-2: #d7d8d9;
  --eg-block-bg-color-shade-3: #babbbc;
  --eg-block-bg-color-shade-4: #959596;
  --eg-primary-color: #3577b5;
  --eg-primary-color-rgb: 53, 119, 181;
  /* deprecated */
  --eg-primary-color-contrast: #fff;
  --eg-primary-color-shade: #2d659a;
  --eg-checkbox-color: #e62460;
  --eg-checkbox-color-contrast: #000;
  --eg-logo-size: 150px;
}
.questionnaire-block:not(.btn-success):not(.btn-danger), .bootstrap-select > button.dropdown-toggle, .bootstrap-select {
  --bs-btn-color: #333;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #d3d4d5;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: #9abbda;
  --bs-btn-hover-border-color: #d7d8d9;
  --bs-btn-focus-shadow-rgb: 187, 188, 189;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3577b5;
  --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-nav-btn {
  --bs-btn-color: #000;
  --bs-btn-bg: #e62460;
  --bs-btn-border-color: #e62460;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ea4578;
  --bs-btn-hover-border-color: #e93a70;
  --bs-btn-focus-shadow-rgb: 196, 31, 82;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eb5080;
  --bs-btn-active-border-color: #e93a70;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e62460;
  --bs-btn-disabled-border-color: #e62460;
}
body {
  position: relative;
  background-color: white;
  color: #333;
}
body:before {
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: var(--eg-body-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
body > div:first-child {
  position: relative;
}
#questionnaire_container {
  width: 970px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  #questionnaire_container {
    padding-top: 75px;
  }
}
