.asfbFormWrapper .checkbox_tous.checkboxCustomStyle {
  position: relative;
  padding-left: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 24px;
  display: inline-block;
  margin-right: 10px;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle input {
  display: none;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle input:checked + .iconFake {
  background-color: #1663ff;
  border-color: #1663ff;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle input:checked + .iconFake .fa {
  color: #fff;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle input:hover + .iconFake {
  background-color: #1663ff;
  border-color: #1663ff;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle input:hover + .iconFake .fa {
  color: #fff;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle .textLabel {
  color: #333;
  font-size: 12px;
  display: inline-block;
  padding-top: 3px;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle .iconFake {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 5px;
  line-height: 20px;
  text-align: center;
  left: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.asfbFormWrapper .checkbox_tous.checkboxCustomStyle .iconFake .fa {
  text-align: center;
  color: #999;
  font-size: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
