/* 
Theme Name: CHATEAU FILHOT
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://creav2.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
*/


.boutjaune a.elementor-button {
	  background-image: url("images/fondbout.png");
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  padding: 10px 40px;
	  background-color:transparent!important;
}

/* Header home */

body.home #headersitefixe {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-100%) !important;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

body.home #headersitefixe.header-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto;
}

/* Gtranslate */

.gtranslate_wrapper a, .gtranslate_wrapper a:hover, .gtranslate_wrapper a.active {
	color:#ffffff!important;
	margin-right:20px;
}

.transmenu .gtranslate_wrapper a, .transmenu .gtranslate_wrapper a:hover, .transmenu .gtranslate_wrapper a.active{
	color:#392a19!important;
	margin-right:15px;
}

/* Bouton contact */


li.menu-item-33 a {
	  background-image: url("images/fondcont.png");
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  padding: 10px 20px!important;
	  background-color:transparent!important;
	color:#2B2421!important;
}