/* 
Theme Name: Hello Eliophot 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 & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.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, Eliophot
*/

.elementor-carousel-image {
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}

/**** Popop menu ****/
.menu-langue li a {
	position:relative;
}
.menu-langue li:not(:last-child) a:after {
	content:'';
	width:1px;
	height:20px;
	background:white;
	position:absolute;
	top:5px;
	right:0;
	opacity: 1 !important;
}
.sect-popup-menu {
	margin-bottom: 30px;
}
/* effet hover sur header / footer */
.dialog-message li a:hover, .dialog-message .elementor-social-icons-wrapper a:hover, header .elementor-icon-box-wrapper a:hover {
	opacity:0.75;
}
footer a:hover, footer .elementor-social-icons-wrapper a:hover, .footer-bottom a:hover {
	opacity:0.75;
}
/* fermeture popup */
.header-popup .dialog-close-button {
	width: 54px;
	height: 54px;
	align-items: center;
    justify-content: center;
}
.header-popup .dialog-close-button .eicon-close:before {
	/* content:url('/wp-content/uploads/2022/04/close-popup.svg') !important; */
	content:'' !important;
	background-image: url('/wp-content/uploads/2022/04/close-popup.svg');
	width: 30px;
    height: 30px;
    background-size: 30px;
	display:flex;
}
@media (min-width: 1024px) {
	.header-popup .dialog-close-button {
		width: 107px;
		height: 107px;
		align-items: center;
		justify-content: center;
		font-size:inherit !important;
	}
	.header-popup .dialog-close-button .eicon-close:before {
		width: 54px;
		height: 54px;
		background-size: 54px;
	}
}
.sect-popup > .elementor-container {
	height:100vh;
}
/*** Header ***/
/* Réserver */
.header-reserver {
	transition:.5s;
}
.header-reserver:hover {
	opacity:0.85;
}
.header-reserver .elementor-cta__bg-wrapper {
    background-image: url('/wp-content/uploads/2022/04/Groupe-2396-svg.svg');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
    mix-blend-mode: multiply;
	opacity: 0.3;
}
.header-logo {
	position:relative;
}
.header-logo:after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
    transform: translate(0, -50%);
	width:1px;
	height:50px;
	background:white;
	z-index:2;
}
.header-mobile .logo-mobile a img[src$=".svg"] {
	height: 45px !important;
	width:auto;
}
@media (min-width: 768px) {
	.header-mobile .logo-mobile a img[src$=".svg"] {
		height: 70px !important;
	}
}
/*** Footer ***/
.menu-footer li a {
	position:relative;
}
.menu-footer li:not(:last-child) a:after {
	content:'';
	width:1px;
	height:15px;
	background:var( --e-global-color-primary ) !important;
	position:absolute;
	top:3px;
	right:0;
	opacity: 1 !important;
}
.logo-eliophot .elementor-image {
	line-height:0;
}
/* quick access mobile */
.col-lang .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top:0;
}
.col-lang .trp-language-switcher-container li a {
	padding:15px !important;
}
.col-lang .trp-language-switcher-container ul {
	width:100px !important;
	min-width:initial !important;
	box-shadow: 1px 0 0 rgb(0 0 0 / 35%);
}
.col-lang .sub-menu {
	margin-left:-20px !important;
	margin-top: -190px !important;
}
.col-lang .sub-menu li {
	padding-left: 5px;
}

/*** bouton ***/
.elementor-button .elementor-button-icon.elementor-align-icon-right {
	font-size: 30px;
	margin-top: -5px;
}
.elementor-button .elementor-button-text {
	position: relative;
	margin-right: 5px;
}
.elementor-button .elementor-button-text:before {
	content:'';
	width: calc(10px + 100%);
	height:2px;
	background:#BD5285;
	position:absolute;
	left:-6px;
	bottom:-3px;
	opacity: 1 !important;
}
@media (min-width: 768px) {
	.elementor-button .elementor-button-text:before {
		bottom:0;
	}
}
@media (min-width: 1024px) {
	.elementor-button .elementor-button-text:before {
		width: calc(18px + 100%);
		left:-12px;
		bottom:-3px;
	}
}

.btn-arrondi .elementor-button-text:before {
	content: none;
}

/*** Home page ***/
.hp i {
	text-align:right;
}
.hp-sect-2photos {
	max-width:640px;
}
.img-titre-vertical {
	top: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
	/* texte vertical de gauche qui doit être aligné à droite sur mobile */
	.img-titre-vertical.gauche {
		right: 0 !important;
		left: initial !important;
	}
}
.hp-offres-speciales .eliophot-offers {
	display: flex;
    flex-flow: row wrap;
}
.hp-offres-speciales .eliophot-offer__container {
	position:relative;
	max-width: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
	.hp-offres-speciales .eliophot-offer__container {
		max-width: 48%;
	}
}
.hp-offres-speciales .eliophot-offer__body {
    background: linear-gradient(180deg, rgba(0,0,0,0.8), transparent);
	z-index: 5;
	position:absolute;
	top:0;
}
.hp-offres-speciales .eliophot-offer__cta_container {
	display: flex;
    flex-direction: row;
}
.hp-offres-speciales .eliophot-offer__cta_title, .hp-offres-speciales .eliophot-offer__cta_buttons {
	width:50%;
}
.hp-offres-speciales .eliophot-offer__cta_buttons { 
	display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end !important;
}
.eliophot-offer__cta_button {
	padding: 0 35px 0 0px !important;
	margin: 0px 8px 14px 8px !important;
	min-height:initial !important;
	position:relative;
	letter-spacing: 0 !important;
}
.eliophot-offer__cta_button:before {
	content:'';
	width: calc(18px + 100% - 40px);
	height:2px;
	background:#BD5285;
	position:absolute;
	left:-12px;
	bottom:-3px;
	opacity: 1 !important;
}
.eliophot-offer__cta_button:after {
	content:'';
	background:url('/wp-content/uploads/2022/04/btn-arrow.svg');
	background-size: cover;
    background-repeat: no-repeat;
	height:25px;
	width:25px;
	position:absolute;
	top:0;
	right:0;
}
/*** HP : slider swiper - offres spéciales ***/
.hp-offres-speciales .elementor-widget-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	z-index: 1;
	padding:4px;
	--grid-column-gap: 0 !important;
}
.hp-offres-speciales .elementor-widget-container .eliophot-offers {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.hp-offres-speciales .elementor-widget-container .eliophot-offers .eliophot-offer__container {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: flex-start;
} 
.swiper-offres-spe {
    position: absolute;
    bottom: 30%;
}
/* Quick search - résa */
.qs .elementor-container {
	background:white;
	padding:5px;
}
.qs .eliophot-qs .eliophot-media-container {
    margin-right: 0;
}
.qs .eliophot-qs-field-container {
	flex-direction:column;
	justify-content: center;
	margin: 0 3px;
	background:#F7F7F7;
}
.qs .elementor-field-group {
	justify-content: center;
}
.eliophot-qs .eliophot-icon svg {
	width: 15px !important;
    height: 15px !important;
}
.eliophot-qs .eliophot-qs-field span, .eliophot-qs .eliophot-qs-field input {
	line-height:1.4em !important;
}
.qs .elementor-button-link:hover {
	opacity:0.9;
}
.qs .elementor-button-link {
	/* background:linear-gradient(90deg, #C94A74 0%, #AE5591 100%); */
	background-image: url('/wp-content/uploads/2022/04/Groupe-2396-svg.svg'), linear-gradient(90deg, #C94A74 0%, #AE5591 100%);
	background-blend-mode: darken;
}
.eliophot-qs .eliophot-qs-title + select.eliophot-qs-input {
	padding-top: 0;
}

#selectedAdultCount {
    max-height: 27px;
    margin-top: -4px;
	border-left: 0;
	margin-left: 0;
	min-width: 40px;
}
.qs .eliophot-qs-mobile .input-form {
	margin: 0;
}
.eliophot-qs-mobile .eliophot-qs-title {
	line-height:1em !important;
}
.eliophot-qs-mobile .item-price {
	display:none;
}
.eliophot-qs-mobile .ml-auto.item-price {
	display:initial;
}

/*** Page Restaurant ***/
@media (min-width: 1024px) {
	.restaurant-sect-texte {
		position:absolute;
		top:50%;
		z-index:9;
		transform: translate(0,-50%);
	}
	.contact-bloc-acces {
		position:absolute;
		top:50%;
		right:10%;
		z-index:9;
		transform: translate(0,-50%);
		width:38vw !important;
		max-width:700px;
		background:white;
	}
}
.menu-carte .eliophot-menu-card-details__item {
	margin: 0 10px !important;
    padding: 0 10px !important;
}
.menu-carte .eliophot-menu-card-details__menu-header {
	margin-bottom:40px !important;
}

/*** Offres spéciales ***/
.liste-offres-speciales .eliophot-offer__cta_buttons {
	justify-content: space-evenly !important;
    width: 100%;
}
.liste-offres-speciales .eliophot-offer__cta_buttons a {
	padding:12px 20px;	
}
@media (max-width: 1024px) {
	.eliophot-offer-description__dates, .eliophot-offer-description__price {
		font-size:80% !important;
	}
}

/*** Chambres ***/
.eliophot-booking_room__button a {
    padding: 8px 15px !important;
}
.eliophot-booking_room__buttons a:hover {
	opacity:0.85;
}

/*** Form contact - séminaires  ***/
@media (max-width: 1024px) {
	form label.elementor-screen-only {
		position: relative;
		width: initial;
		top: initial;
		overflow: initial;
		height: initial;
	}
	form ::placeholder {
		display:none;
		color:transparent !important;
	}
	form .elementor-button-text:before {
		bottom: -2px !important;
	}
	/* champ date sur iphone qui ne revient pas à la ligne */
	.elementor-field-type-date label {
		width:100% !important;
	}
}
/* personnalisation du bouton */
/* .elementor-form button { */
	/* background-image: linear-gradient(90deg, var( --e-global-color-8ae65bb ) 0%, var( --e-global-color-08c1489 ) 100%); */
/* } */
/* .elementor-form button:hover { */
	/* opacity:0.85; */
/* } */
/* .elementor-form button .elementor-button-text:before { */
	/* content:none; */
/* } */
.tablepress thead th {
    background-color: var(--e-global-color-primary);
	color: white;
}
.tablepress tbody td {
    vertical-align: middle;
}
.tablepress td:not(.column-1) {
	text-align:center;
}
.tablepress th, .tablepress td {
	font-size: 85%;
}
.tablepress th div, .tablepress td div {
	font-size: 65%;
	line-height:1.2em;
}
.tablepress td, .tablepress th {
	line-height:1.2em;
}
@media (max-width: 1024px) {
	.tablepress td {
		font-size:15px;
	}
	.tablepress th {
		font-size:16px;
	}
}
/*** icone burger mobile ***/
.burger-mobile {
	height: 54px;
	width: 54px !important;
	background-color: var(--e-global-color-primary);
	justify-content:center;
	align-items:center;
	display:flex;
}
.burger-mobile .elementor-icon-wrapper {
	line-height:0;
}
@media (min-width: 768px) {
	.burger-mobile {
		height: 107px;
		width: 107px !important;
	}
}