h1{
  font-size: 24px;
  color: #3F3F3F;
  text-align: left;
  margin-bottom: 20px;
}
h2{
  font-size: 22px;
  color: #909090;
  text-align: left;
}
h3 {
  font-size: 20px;
  color: #3F3F3F;
  text-align: left;
}
.btn {
  font-size: 1em;
  width: inherit;
  background-color: #C3C3C3 !important;
  border-color: #C3C3C3 !important;
}
button.btn.btn-primary, .overFooter {
  z-index: 1000;
}
label {
  float: left;
  color: #909090;
  font-size: 0.8rem;
}
.invalid-feedback {
  text-align: left;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #EFEFEF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.filledForm {
  border: 1px solid black;
}

.separatedRow {
  margin-bottom: 30px
}
.form-group {
  margin-bottom: 1.875rem;
}

.noMargin {
  margin-top: -20px;
}

.verticalCenter {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.questionLabel {
  text-align: left;
  margin-bottom: 30px;
  font-style: italic;
}

.sliderComponent {
  height: 120px;
  margin-bottom: 5px !important;
}

.clickableItem, input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}

.alignRight {
  float: right;
  width: auto;
}
.listOfButtons {
  padding-bottom: 30px;
}
.reset {
  position: absolute;
  right: 60px;
  top:30px;
  z-index: 1000000;
  cursor: pointer;
}
.config {
  position: absolute;
  right: 30px;
  top:30px;
  z-index: 1000000;
  cursor: pointer;
}
.home {
  position: absolute;
  left: 30px;
  top:30px;
  z-index: 1000000;
  cursor: pointer;
}
.titleSlider {
  padding-top : 10px;
  text-align: center;
}
.targetButton {
  margin-top: 20px;
  min-width: 130px;
}
.backButton {
  position: absolute;
  z-index:1000;
  height: inherit;
  padding: 0;
}
.nextButton {
  position: absolute;
  z-index:1000;
  height: inherit;
  padding: 0;
  right:0
}
.imgSmall {
  max-height: 130px;
}
.imgBig {
  max-height: 150px;
}

.usernameLoggedIn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  width: -moz-available;          /* For Mozzila */
  width: -webkit-fill-available;  /* For Chrome. */
}
.logo {
  width: 85%;
  padding-bottom: 40px;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}
.leftSide {
  background-repeat: no-repeat;
  background-size: cover;
}
.leftSide {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.offer {
  padding: 0;
}
.offerPrices {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tab-content {
  margin-top: 15px;
}

/* On place le datepicker au dessus de tous les autres éléments (boutons, etc...) */
.vdp-datepicker__calendar {
  z-index: 9999 !important;
}
.datepicker { /* On ne peut plus sélectionner le datepicker (plus de curseur qui cligotte sur safari)  */
  -webkit-user-select: none; /* Safari 3.1+ */
}

@media screen and (min-width: 760px) and (max-width: 960px) {
  label {
  font-size: 0.57rem;
  }
}

/* hack label vue-slider --> On force le hide des labels par défaut */
.vue-slider-piecewise-label {
 display: none !important;
}
