.form_error{
    outline: 2px solid #ff0800;
    -webkit-box-shadow: 0 0 0 1px #ff0800;
    box-shadow: 0 0 0 1px #ff0800;
    color: #ff0800;
}

.form_error:hover{
    outline: 2px solid #ff0800;
}

.messageError_contact{
    position: absolute;
    font-size: 13px;
    color: #ff0800;
    margin-left: 20px;
    margin-top: 3px;
}

.messageError_contact_textarea {
    position: absolute;
    font-size: 13px;
    color: #ff0800;
    margin-left: 20px;
    margin-top: -26px;
}

.grecaptcha-badge{
    display: none !important;
}

.modalMail{
    max-width: 300px;
    margin: 15px auto;
    padding: 48px;
    background: #FCFCFD;
    -webkit-box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
    border-radius: 16px;
}

.modalMail .mfp-close{
    top: 12px;
    right: 14px;
}

.letterModal{
    display: flex;
    justify-content: center;
}

.hidden{
    display: none !important;
}   

.letterModal img{
    height: 100px;
}

.modalTitle_contact{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.modalText_contact{
    margin-top: 20px;
}


.lds-dual-ring {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  