/*
Theme Name:   Theme Child
Theme URI:    combustible-template-2018.flywheelsites.com/themechild/
Description:  Child theme
Author:       Combustible
Template:     Divi
Version:      1.0.0
Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
Text Domain:  theme-child
*/

/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    /*border: 2px solid #ffffff4f!important;*/
    padding: 12px!important;
    /*border-radius: 25px;*/
    text-align: center;
	background-color: #8dc63f;
}
 
.menu-cta a:hover {
    background-color: #d3cfcf;
}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
/*#main-header.et-fixed-header .menu-cta a {
    padding: 12px!important;
    text-align: center;
	background-color: #d3cfcf;
}*/
 
/*#main-header.et-fixed-header .menu-cta a:hover {
  
   background-color: #8dc63f;
}*/
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
/*@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #8dc63f;
    }
}*/

/*---------------Formulaire de contact---------------*/

#gform_1 .gform_body .gform_fields li .ginput_container input, #gform_1 .gform_body .gform_fields li .ginput_container select, #gform_1 .gform_body .gform_fields li .ginput_container textarea {
	padding:15px;
	border: 1px solid #f5f5f5;	
	background-color:#f5f5f5;
}

#gform_1 .gform_body .gform_fields li .ginput_container select, #gform_1 .gform_body .gform_fields li .ginput_container textarea {
	 margin-top: 12px;
}

#gform_1 .gform_footer #gform_submit_button_1 {
    color: #ffffff!important;
    border-width: 10px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: #0c0b0b;
	float:right;
	 transition: 0.5s;
}

#gform_1 .gform_footer #gform_submit_button_1:hover {
	color: #000000!important;
	background-color: #d3cfcf;
	cursor: pointer;
}

.charleft.ginput_counter {
		display:none !important;
}

/*Page Accueil*/
@media screen and (max-width: 768px) {
	#formulaire_hp {
		border-left-width: 0;
	}
}

/*Page gestion résidentielle*/
.cta-button .et_pb_button_module_wrapper  {
		text-align:right;
}	

@media screen and (max-width: 768px) {
	.cta-button .et_pb_button_module_wrapper  {
		text-align:left!important;
	}
}

