/* Hide Captcha */
.grecaptcha-badge { 
    visibility: hidden;
}
/******************************************************************/
/** CONTACT FORM 7 ************************************************/
/******************************************************************/
@media all and (min-width: 1000px) {
    .wpcf7-form .d-flex {
        display: flex;
        margin-bottom: 20px;
    }
    .wpcf7-form .d-flex div:first-child {
        padding-right: 30px;
    }
    .wpcf7-form .d-flex div {
        margin-bottom: 0px;
        width: 100%;
    }
}

.wpcf7-form label {
    font-size: 15px;
}

.wpcf7-form textarea {
    height: 132px;
}

.wpcf7-form div {
    margin-bottom: 20px;
}

.wpcf7-form p {
    padding: 0 0 15px 0!important;
}

.wpcf7-submit {
    font-size: 18px !important;
    width: 100% !important;
    font-weight: bold;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}

.captcha-google {
    position:relative;
    margin-bottom: 7px;
}

.wpcf7-acceptance label span{
    font-size: 13px;
    line-height: 18px;
    /* position: absolute; */
    display: block;
    color: #EEE;
    padding-left: 23px;
}

.wpcf7-acceptance input {
    margin: 0;
    margin-right: 15px;
    top: 5px;
    position: absolute;
}

/******************************************************************/
/** BLOC ALERT ****************************************************/
/******************************************************************/
.wpcf7 form .wpcf7-response-output {
    padding: 7px 10px !important;
    margin: 0 !important;
    color: #FFF !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #94c296 !important;
    background: #94c296 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ef6368 !important;
    background: #ef6368 !important;
}

.wpcf7-not-valid-tip {
    font-weight: bold !important;
    font-size: 15px !important;
    color: #ef6368 !important;
}