#bird360-wrapper-authorize {
  display: block;
}
#bird360-wrapper-authorize .error-wrapper {
  display: none;
}

#bird360-wrapper-consignes {
  display: none;
}

#bird360-wrapper-metas {
  display: none;
}

#bird360-wrapper-form {
  display: none;
}
#bird360-wrapper-form #bird360 .bird360-button {
  height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
#bird360-wrapper-form #bird360 .bird360-button.primary {
  background: white;
  color: black;
}
#bird360-wrapper-form #bird360 #bird360-form .question {
  display: none;
  border-radius: 4px;
  position: relative;
}
#bird360-wrapper-form #bird360 #bird360-form .question .progress-bar {
  width: 600px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 16px;
  margin-bottom: 32px;
}
#bird360-wrapper-form #bird360 #bird360-form .question .progress-bar .progress-bar-length {
  border-radius: 16px;
  background: #5400ff;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
#bird360-wrapper-form #bird360 #bird360-form .question .progress-bar .progress-bar-length .progress-bar-value {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  background: white;
  color: black;
  font-size: 12px;
}
#bird360-wrapper-form #bird360 #bird360-form .question .question-back {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  background: #5400ff;
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
#bird360-wrapper-form #bird360 #bird360-form .question .question-back:hover {
  cursor: pointer;
  background: #4300cc;
}
#bird360-wrapper-form #bird360 #bird360-form .question .question-text {
  display: block;
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  width: 600px;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert {
  display: flex;
  gap: 8px;
  margin-top: 5px;
  align-items: center;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert .before, #bird360-wrapper-form #bird360 #bird360-form .question .likert .after {
  color: white;
  font-weight: 400;
  font-size: 14px;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert .before {
  padding-right: 16px;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert .after {
  padding-left: 16px;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert input {
  display: none;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert .question-choice {
  display: block;
  cursor: pointer;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background: #e6e6e6;
  color: #666666;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert .question-choice:hover {
  background: #5400ff;
  color: white;
}
#bird360-wrapper-form #bird360 #bird360-form .question .likert .question-choice.active {
  background: #5400ff;
  color: white;
}
#bird360-wrapper-form #bird360 #bird360-form .question.active {
  display: block;
}

.bird360-form-loader {
  display: none;
}

@media screen and (max-width: 600px) {
  #bird360-wrapper-form #bird360 #bird360-form .question .progress-bar {
    width: 100%;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question .question-text {
    font-size: 16px;
    width: 100%;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question .likert .before, #bird360-wrapper-form #bird360 #bird360-form .question .likert .after {
    font-size: 12px;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question .likert .before {
    padding-right: 8px;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question .likert .after {
    padding-left: 8px;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question .likert .question-choice {
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #e6e6e6;
    color: #666666;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question .likert .question-choice:hover {
    background: #5400ff;
    color: white;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question .likert .question-choice.active {
    background: #5400ff;
    color: white;
  }
  #bird360-wrapper-form #bird360 #bird360-form .question.active {
    display: block;
  }
}
#resultats {
  padding: 24px;
  display: flex;
  gap: 48px;
}
#resultats table tr {
  background: #e6e6e6;
}
#resultats table tr th {
  padding: 16px;
  text-align: left;
}
#resultats table tr td {
  padding: 16px;
}

/*# sourceMappingURL=bird360.css.map */
