/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème enfant de Hello Elementor par IPSO
Author: IPSO
Author URI: https://www.studioipso.fr
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

.site-header {
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,.1));
    transition: .8s ease;
}

.scroll-up .site-header,
.scroll-down .site-header {
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,.85));
}

@media screen and (max-width: 767px) {
.site-header {
    padding: 0 !important;
}
}

.header-logo img {
    filter: brightness(0) invert(1);
}

.header-menu li > a {
    text-transform: initial !important;
}
.header-menu li a.highlighted .sub-arrow svg,
.header-menu li > a:hover .sub-arrow svg {
    fill: #fff !important;
}


/* WP Forms */
.wpforms-field-container .wpforms-field-label {
    margin-bottom: .5em;
    font-size: 16px;
    color: #fff !important;
    text-transform: initial;
    font-weight: 400 !important;
}

.wpforms-container .wpforms-required-label {
    color: #fff !important;
}

.wpforms-field-container input,
.wpforms-field-container textarea {
    color: #000 !important;
    background: #fff !important;
    border-radius: unset !important;
}

.wpforms-field-container input::placeholder,
.wpforms-field-container textarea::placeholder {
    color: #404040 !important;
}

.wpforms-field-container .wpforms-field-select .choices,
.wpforms-field-container .wpforms-field-select .choices .choices__inner {
    border-radius: unset !important;
}

.wpforms-field-container .wpforms-field-gdpr-checkbox label {
    text-transform: initial !important;
}