.support-container {
  position: fixed;
  z-index: 1000000;
  border-radius: 5px;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 1px 20px;
}
.hop-support-btn {
  float: right;
  z-index: 100;
  background-color: hsl(185, 44%, 50%);
  color: #ffffff;
  border-radius: 999rem;
  border: none;
  width: 120px;
  padding: 10px 0px;
  font-size: 19px;
}
.bincy-collecteur .hop-support-btn {
  background-color: #8233EB;
}
#bouton-assistance-no-hover .hop-support-btn {
  width: 40px;
}
.form-header {
  border-radius: 0;
}
.hopcrm .hop-support-btn,
.hopcrm .btn-primary {
  border: none;
  background-color: hsl(38, 30%, 50%);
  background: hsl(38, 30%, 50%);
}
.hopcrm .hop-support-btn:hover,
.hopcrm .btn-primary:hover {
  background-color: hsl(24, 2%, 10%);
  background: hsl(24, 2%, 10%);
}
.hopcrm .hop-support-form-submit {
  background-color: hsl(38, 30%, 50%);
}
.hopcrm .hop-support-form-submit:hover {
  background-color: hsl(24, 2%, 40%);
}
.hop-support-form {
  float: right;
  z-index: 1000000;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  width: 340px;
  bottom: 0px;
  right: 20px;
  position: absolute;
  margin: 0;
}
#hop-support-form-selector {
  font-size: 14px;
}
.form-header {
  background: hsl(185, 44%, 50%);
  line-height: 1.2;
  float: left;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.hopcrm .form-header {
  background-color: hsl(38, 30%, 50%);
  background: hsl(38, 30%, 50%);
}
.titre-bloc-formulaire {
  font-size: 18px;
  font-weight: 500;
}
label {
  margin-bottom: 0;
  font-size: 14px;
}
.btn-sm-bz {
  font-size: 14px;
}
.form-body {
  float: left;
  width: 100%;
  padding: 12px 0;
  background-color: #FFF;
}
.support-text {
  height: 90px;
}
.support-dropzone-container {
  float: left;
  width: 100%;
  height: auto;
}
.form-footer {
  float: left;
  width: 100%;
  padding: 10px 15px;
  text-align: right;
  background-color: hsl(38, 30%, 92%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.hop-support-btn .fa {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 2px;
}
.hop-support-btn-label {
  padding-top: 5px;
}
.titre-bloc-formulaire {
  font-size: 18px;
}
.by-hopcrm {
  float: left;
  font-size: 12px;
  margin-top: 17px;
}
.by-hopcrm a {
  color: inherit;
}
.error-label {
  color: hsl(10, 100%, 60%);
}
.error-input {
  border: 1px dotted hsl(10, 100%, 70%) !important;
  background-color: hsl(10, 100%, 97%) !important;
}
.message-ok {
  margin-top: 134px;
  padding: 0 20px;
  color: #879900;
}
/**
 * Success Animation
 */
.success-checkmark-container {
  height: 570px;
  display: flex;
  justify-content: center;
  background: hsl(67, 100%, 95%);
  box-shadow: 0 0 5px 0 #ccc;
}
.success-checkmark-container .check-icon {
  width: 80px;
  height: 80px;
  top: 30px;
  position: absolute;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid hsl(67, 100%, 30%);
}
.success-checkmark-container .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark-container .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark-container .check-icon::before,
.success-checkmark-container .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: hsl(67, 100%, 95%);
  transform: rotate(-45deg);
}
.success-checkmark-container .check-icon .icon-line {
  height: 5px;
  background-color: hsl(67, 100%, 30%);
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark-container .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark-container .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark-container .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid hsl(67, 100%, 30%);
}
.success-checkmark-container .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: hsl(67, 100%, 95%);
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
/**
 * Error Animation
 */
.error-mark-container {
  background-color: #fff;
  height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px 0 #ccc;
}
.error-mark-container .mark-icon {
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
  border-color: #F27474;
}
.error-mark-container .mark-icon:after,
.error-mark-container .mark-icon:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.error-mark-container .mark-icon:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.error-mark-container .mark-icon:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.error-mark-container .mark-icon .x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.error-mark-container .mark-icon .x-mark .icon-line {
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
  background-color: #F27474;
  top: 37px;
  width: 47px;
}
.error-mark-container .mark-icon .x-mark .icon-line.animateXLeft {
  animation: animateXLeft 0.75s;
}
.error-mark-container .mark-icon .x-mark .icon-line.animateXRight {
  animation: animateXRight 0.75s;
}
.error-mark-container .mark-icon .x-mark .icon-line.line-left {
  left: 17px;
  transform: rotate(45deg);
}
.error-mark-container .mark-icon .x-mark .icon-line.line-right {
  right: 16px;
  transform: rotate(-45deg);
}
.error-mark-container .mark-icon .placeholder {
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
  border: 4px solid rgba(200, 0, 0, 0.2);
}
.error-mark-container .mark-icon .fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
  }
}
@keyframes animateXLeft {
  0%,
  65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%,
  65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
/*# sourceMappingURL=form-support.css.map */