/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* --------------- FORMULAIRE INSCRIPTION EXPOSANT -------------------- */
.enov_form_complement_exposant select
{
	border-radius: 0 !important;
    padding: 10px !important;
}

.enov_form_complement_exposant button.gform_save_link
{
	background-color: #ffffff !important;
    color: #c6d300 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var( --e-global-color-secondary ) !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10px 50px 10px 50px !important;
    margin-top: 20px !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
}

.enov_form_complement_exposant button.gform_save_link svg
{
	filter: invert(75%) sepia(59%) saturate(1536%) hue-rotate(16deg) brightness(99%) contrast(101%);
}


.enov_form_complement_exposant .gf_page_steps
{
	margin-bottom: 40px !important;
}

.enov_form_complement_exposant .gf_page_steps .gf_step_number
{
    color: #c6d300;
    border-color: #c6d300;
}

.enov_form_complement_exposant .gf_page_steps .gf_step_completed .gf_step_number:before
{
	background-color: #c6d300 !important;
    border-color: #c6d300 !important;
}

.enov_form_complement_exposant .gf_page_steps .gf_step_active .gf_step_number
{
	background: #c6d300;
    color: #ffffff;
    border-color: #c6d300;
}

.password_input_container input[type="password"]
{
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}






























 