/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/*--SHRINKING LOGO--*/
/*--New class when sticky is turned on 'elementor-sticky--effects'--*/
/*--give the logo image a class called 'sticky-logo' --*/

html, body {
    overflow-x: hidden !important;
}

#masquer-menu{
	display: none !important;
}

.elementor-sticky--effects .sticky-logo img {
	width: 120px!important;/*--edit the pixels to change to desired shrinking size--*/
}

.sticky-logo img {
	transition: .8s all ease-in-out;
}


@media screen and (max-width: 767px) {
    .elementor-sticky--effects .sticky-logo img {
	width: 90px!important;/*--edit the pixels to change to desired shrinking size for mobile--*/
}
}

@media (max-width: 767px) {
	.cky-consent-container{
		max-width: 85% !important;
    	text-align: center !important;
	}

	.e-n-tab-title{
		margin: 20px 20px 0px 20px !important;
	}

	.e-n-tabs-heading {
  		display: flex !important;
}
}

.wpforms-container input.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium{
	max-width: 100% !important;
}

.abcd_contact_form_btn{
	background : var( --e-global-color-primary ) !important;
}

.abcd_contact_form_btn:hover{
	background : #ffffff !important;
	color : var( --e-global-color-primary ) !important;
	border : 1px solid var( --e-global-color-primary ) !important;
}

.lien_black a{
	color : var( --e-global-color-text ) !important;
}

.sous_titre_form input {
	display: none !important;
}

.sous_titre_form label{
	font-family: "Oswald", Sans-serif !important;
  	font-size: 28px !important;
  	font-weight: 700 !important;
  	text-transform: uppercase !important;
  	color: var( --e-global-color-text ) !important;
	padding-top : 30px !important;
}