/* line 6, ../scss/style.scss */
html body #chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 20, ../scss/style.scss */
html body .jumbotron .container {
  position: relative;
}
/* line 26, ../scss/style.scss */
html body .jumbotron .container a {
  outline: none;
}
/* line 29, ../scss/style.scss */
html body .jumbotron .container a:hover {
  text-transform: none;
  text-decoration: none;
}
/* line 34, ../scss/style.scss */
html body .jumbotron .container a h1, html body .jumbotron .container a p {
  color: black;
}
/* line 42, ../scss/style.scss */
html body .btn.btn-sq {
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 150px;
  height: 150px;
  font-size: 20px;
}
/* line 51, ../scss/style.scss */
html body .btn.btn-sq i {
  font-size: 40px;
}
/* line 56, ../scss/style.scss */
html body .btn.btn-sq-sm {
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 70px;
  height: 70px;
  font-size: 15px;
}
/* line 66, ../scss/style.scss */
html body .btn.btn-sq-sm i {
  font-size: 25px;
}
/* line 72, ../scss/style.scss */
html body main {
  min-height: 450px;
}
/* line 75, ../scss/style.scss */
html body main .custom-file-input ~ .custom-file-label::after {
  content: "Parcourir";
}
/* line 79, ../scss/style.scss */
html body main #checkVariablesZone {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 250px;
}
/* line 85, ../scss/style.scss */
html body main #analyzeResults {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 91, ../scss/style.scss */
html body main#homepage #stats-title {
  font-size: 32px;
  color: grey;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  max-width: 40%;
  margin: 0 auto;
}
/* line 100, ../scss/style.scss */
html body main#homepage #myChart {
  padding: 30px;
}
/* line 105, ../scss/style.scss */
html body main#homepage #progressData {
  position: relative;
}
/* line 108, ../scss/style.scss */
html body main#homepage #progressData .loader {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 117, ../scss/style.scss */
html body main #statsText ul {
  margin: 0;
}
/* line 120, ../scss/style.scss */
html body main #statsText ul li {
  opacity: 0.8;
  color: white;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 3px;
  border-radius: 3px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
/* line 130, ../scss/style.scss */
html body main #statsText ul li:hover {
  opacity: 1;
}
/* line 140, ../scss/style.scss */
html body main#mode-d-emploi #accordionModeEmploi .card .card-header {
  padding: 0;
}
/* line 143, ../scss/style.scss */
html body main#mode-d-emploi #accordionModeEmploi .card .card-header .collapse-button {
  width: 100%;
}
/* line 146, ../scss/style.scss */
html body main#mode-d-emploi #accordionModeEmploi .card .card-header .collapse-button button {
  width: 100%;
  color: #212529;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
/* line 154, ../scss/style.scss */
html body main#mode-d-emploi #accordionModeEmploi .card .card-header .collapse-button button:hover {
  text-decoration: none;
  padding-left: 20px;
}
/* line 159, ../scss/style.scss */
html body main#mode-d-emploi #accordionModeEmploi .card .card-header .collapse-button button:focus {
  text-decoration: none;
}
/* line 163, ../scss/style.scss */
html body main#mode-d-emploi #accordionModeEmploi .card .card-header .collapse-button button:after {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 50px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 172, ../scss/style.scss */
html body main#mode-d-emploi #accordionModeEmploi .card .card-header .collapse-button button:not(.collapsed):after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 186, ../scss/style.scss */
html body section#manual #testPreview {
  margin-right: 50px;
}
/* line 189, ../scss/style.scss */
html body section#manual #testPreview form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 194, ../scss/style.scss */
html body section#manual #testPreview form input {
  width: initial;
  margin-right: 10px;
}
/* line 204, ../scss/style.scss */
html body footer.indigo {
  margin-top: 50px;
  background-color: #EEE;
}
