@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

@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 {
  --bs-border-radius: 25px;
}
:root {
  --eg-body-bg-color: #ffffff;
  --eg-body-bg-image-opacity: 0.2;
  --eg-body-bg-image: url("https://www.evalandgo.com/wp-content/uploads/2025/09/Design-sans-titre-10.jpg");
  --eg-container-bg-color: #ffffff;
  --eg-container-bg-color-contrast: #000;
  --eg-nav-bg-color: #fec409;
  --eg-progress-bar-bg-color: #fec409;
  --eg-title-color: #000000;
  --eg-title-font-size: 24px;
  --eg-title-font-weight: bold;
  --eg-title-font-family: "Raleway", sans-serif;
  --eg-question-margin-top: 0px;
  --eg-question-font-size: 20px;
  --eg-question-font-familly: "Roboto Condensed", sans-serif;
  --eg-question-font-weight: normal;
  --eg-question-color: #000000;
  --eg-block-color: #020202;
  --eg-block-bg-color: #ffffff;
  --eg-block-color-hover: #000;
  --eg-block-bg-color-hover: white;
  --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: #0067b2;
  --eg-primary-color-rgb: 70, 117, 179;
  /* deprecated */
  --eg-primary-color-contrast: #fff;
  --eg-primary-color-shade: #fff;
  --eg-checkbox-color: #005694;
  --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: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f3f3f3;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 192, 192, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #ddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #d9d9d9;
}
.questionnaire-nav-btn {
  --bs-btn-color: #ea5534;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ea5534;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ea5534;
  --bs-btn-focus-shadow-rgb: 83, 139, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b0d9ff;
  --bs-btn-active-border-color: #ea5534;
  --bs-btn-active-shadow: inset 0 3px 5px #ea5534;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3577b5;
  --bs-btn-disabled-border-color: #ea5534;
  box-shadow: 2px 4px 0px 0px #000000;

  position: relative;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: #ff8aa8;
  border: 4px solid #000;
  border-radius: 50px;
  z-index: 1;
}

.questionnaire-nav-btn::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 60px;
  background: #f88c2b;
  border: 1px solid #000;
  z-index: -2;
}

.questionnaire-nav-btn::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 70px;
  background: #ea82ad;
  border: 2px solid #000;
  z-index: -3;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  color: #334155;
  background-image: var(--eg-body-bg-image);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1;
  padding-top: 65px;
}
@media (min-width: 920px) {
  body {
    padding-top: 100px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 150px;
  }
}
body > .d-flex > .flex-grow-1 {
  overflow: auto;
}
#questionnaire_container {
  background-color: #ffffff;
  overflow: auto;
  width: 100%;
}
#questionnaire_container > div:first-child {
  max-width: 970px;
  margin: auto;
  position: relative;
}
#form_alert_preview {
  position: absolute;
  top: 0;
}

input {
  -webkit-appearance: none !important;
  appearance: none;
  box-shadow: none;
  outline: none;
}
.btn-shadow {
  box-shadow: none;
}
input,
select,
textarea {
  box-shadow: none;
}
input:hover,
select:hover,
textarea:hover {
  box-shadow: none;
}
.form-control,
.form-control:focus {
  box-shadow: none !important;
}

.questionnaire-block:not(.btn-success):not(.btn-danger),
.bootstrap-select > button.dropdown-toggle,
.bootstrap-select {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f3f3f3;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 192, 192, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #ddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #d9d9d9;
}

.btn.btn-shadow:hover {
  background-color: #ffffff00 !important;
  box-shadow: 6px 4px 1px 0 #0067b22e;
}

.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: #0067b2 !important;
  border-color: black !important;
  /* box-shadow: 3px 5px 0px 0 #0067b259;
  */
}

.form-check-input:checked {
  border: solid 1px black;
}

.questionnaire-nav-btn:hover {
  box-shadow: 1px 3px 0px 0px #ea5534;
}
.btn.btn-shadow:hover {
  background-color: #0068b225 !important;
  border-color: #0067b2 !important;
  /* box-shadow: 2px 2px 0 0 #0067B2; */
}

.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: #0068b286 !important;
  border-color: #0067b2 !important;
  color: black;
  border: solid 1px;
}

.form-check-input:checked {
  border: solid 1px #0067b2;
}
.form-check-input[type="radio"] {
  border: solid 1px #0067b2;
}

.form-control {
  background-color: #0068b200 !important;
  border-color: black !important;
}

.form-control:hover,
.form-control:active {
  background-color: #0068b225 !important;
  border-color: #0067b2 !important;
  color: black;
  box-shadow: 6px 4px 1px 0 #0067b22e !important;
}

.questionnaire-title {
  color: #0067b2;
  font-weight: 100;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 10px;
  display: inline;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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 {
  position: relative;
  font-weight: 600;
  background: #ffffff;
  color: black !important;
  border: 4px solid #000;
  border-radius: 50px;
  z-index: 1;
}

.questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(
    .disabled
  ).active::before,
.questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(
    .disabled
  ):active::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 60px;
  background: #ffffff;
  border: 1px solid #000;
  z-index: -2;
  color: black;
}


.questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(
    .disabled
  ).active::after,
.questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(
    .disabled
  ):active::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 70px;
  background: #ea82ad;
  border: 2px solid #000;
  z-index: -3;
  color: black;
   box-shadow: 6px 4px 1px 0 #0067b22e;
}


@media screen and (max-width: 560px) {
body {
    display: flex
;
    flex-direction: column;
    width: 100%;
    position: fixed;
    color: #334155;
    background-image: var(--eg-body-bg-image);
    background-size: 300%;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 1;
    padding-top: 120px;
}

}