/* 
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
*/

span.brown{
	color: #d4b893;
}

/*Survol image*/
/*.elementor-widget-image div{
	overflow: hidden;
}
.elementor-widget-image div img{
	transition: ease-out 0.5s;
	transform: scale(1);
}
.elementor-widget-image:not(.logo):hover div{
	overflow: hidden;
}
.elementor-widget-image:not(.logo):hover div img{
	transition: ease 0.5s;
	transform: scale(1.2);
}
.team .e-con-full{
	transition: all ease-out 0.5s;
}
.team .e-con-full:hover {
	background-size: 400px !important;
	transition: all ease 0.5s;
}*/
/*HEADER*/
/* .specif-icone-accueil a i{ */
	/* color: #ffffff; */
	/* background: rgb(104,132,88); */
	/* background: linear-gradient(139deg, rgba(104,132,88,1) 0%, rgba(38,59,52,1) 100%); */
	/* border-radius: 50%; */
		/* width: 25px; */
	/* height: 25px; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* padding: 15px; */
/* } */
/*LA CARTE*/
/*LISTE CHAMBRE*/


/* .specif-toggle{ */
	/* display:none; */
/* } */

#specif-section-carte{
	display:block;
}
#specif-carte-vin{
	display:none;
}




/**
 * POPUP RGPD
 */

}

@media screen and (max-width: 640px) {
	.cky-modal.cky-modal-open{
		width: 95vw !important;
		left: 47% !important;
	}
}