/*
CF7
*/
.wpcf7-list-item {
    margin: 0;
}

.wpcf7-spinner {
    display: block;
    margin: auto;
}

.wpcf7-not-valid-tip {
    font-size: 0.75vw;
}

.part_2 .wpcf7-not-valid-tip {
    margin-top: -0.8vw;
    margin-bottom: 0.5vw;
}

@media screen and (max-width: 769px) {
    .wpcf7-not-valid-tip {
        font-size: 2em;
    }

    .part_2 .wpcf7-not-valid-tip {
        margin-top: -2vw;
        margin-bottom: 1.5vw;
    }
}


#formulaire .checkbox_container p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#formulaire .checkbox_container p .consent {
    font-size: 0.833vw;
    padding-left: 0.625vw;
    padding-left: 0.3em;
    color: var(--main);
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#formulaire .checkbox_container p .consent>a {
    text-decoration: underline;
}

#formulaire input[type=submit] {
    color: var(--white);
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0.9vw 1.9vw;
    border: 2px solid var(--main);
    display: inline-block;
    border-radius: 4vw;
    background-color: var(--main);
    position: relative;
    transition: var(--fluid);
    font-size: 1vw;
    margin-top: 1rem;
}

#formulaire input[type=submit]:hover {
    transition: var(--fluid);
    background: var(--whit);
    color: var(--main);
}

#formulaire>.submit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

/*
WYSIWYG Editor
*/
.page .wysiwyg {
    background-color: var(--customColor__page_background, var(--body));
}

.wysiwyg .btn {
    margin: auto !important;
    color: var(--white) !important;
    display: table;
    text-align: center;
}

.wysiwyg .btn:hover {
    color: var(--main) !important;
    background-color: transparent !important;
}

.wysiwyg h1 {
    font-size: 3.2em;
    font-weight: 700;
}

.wysiwyg h2 {
    font-size: 2.3em;
    font-weight: 700;
}

.wysiwyg h3 {
    color: var(--main);
    font-size: 1.25em;
    font-weight: 700;
}

.wysiwyg h4 {
    font-size: 0.95em;
    font-weight: 700;
}


@media screen and (max-width: 769px) {
    #formulaire .checkbox_container p .consent {
        font-size: 12px;
        padding-left: 6px;
    }

    #formulaire input[type=submit] {
        font-size: 1rem;

    }
}

/* Sizes */
@media (max-width:62rem) {
    .wysiwyg h1 {
        font-size: 2.8em;
    }

    .wysiwyg h2 {
        font-size: 2em;
    }

    .wysiwyg h3 {
        font-size: 1.1em;
    }
}

@media (max-width:46rem) {
    .wysiwyg h1 {
        font-size: 2em;
    }

    .wysiwyg h2 {
        font-size: 1.7em;
    }

    .wysiwyg h3 {
        font-size: 1em;
    }

    .wysiwyg h4 {
        font-size: 0.85em;
    }
}

/*
Recaptcha
*/
.grecaptcha-badge {
    display: none;
}