@media print {
  .uc-ak-print-hide {
    display: none !important;
  }
}

/* AKINTERRA — popup de confirmation formulaire uniquement */

.t-form-success-popup__window {
  background: #FFFFFF !important;
  border-radius: 18px !important;
  border: 1px solid rgba(28, 47, 74, 0.12) !important;
  box-shadow: 0 18px 45px rgba(28, 47, 74, 0.18) !important;
}

.t-form-success-popup__title {
  color: #1C2F4A !important;
  font-family: 'Literata', Georgia, serif !important;
  font-weight: 600 !important;
}

.t-form-success-popup__descr {
  color: #202326 !important;
  font-family: 'Roboto', Arial, sans-serif !important;
}

.t-form-success-popup__button {
  background-color: #1C2F4A !important;
  color: #FFFFFF !important;
  border: 1px solid #1C2F4A !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.t-form-success-popup__button:hover {
  background-color: #FFFFFF !important;
  color: #1C2F4A !important;
}