/* Heches Couverture 92 - reCAPTCHA v2 */
.recaptcha-wrap {
  display: flex;
  align-items: center;
  min-height: 78px;
  width: 100%;
  overflow: visible;
}
.captcha-col .g-recaptcha {
  display: inline-block;
  max-width: 100%;
}
.captcha-col .form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.recaptcha-required-message {
  margin-top: 8px;
  color: #650A12;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 359px) {
  .recaptcha-wrap { min-height: 72px; }
  .captcha-col .g-recaptcha {
    transform: scale(.90);
    transform-origin: 0 0;
  }
}
