/**
Theme Name: Camping Val-des-bois 
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camping-val-des-bois
Template: astra
*/


.ast-builder-language-switcher-menu-item-header {
	text-transform: uppercase;
	font-size: 16px;
}
html:lang(fr-FR) .ast-builder-language-switcher-menu-item-header:nth-child(2),
html:lang(fr-FR) .english-popup { 
	display: none!important; 
}
html:lang(en-US) .ast-builder-language-switcher-menu-item-header:nth-child(1),
html:lang(en-US) .french-popup { 
	display: none!important; 
}




.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

button:not(.slick-arrow), .button, .elementor a.elementor-button {
	box-shadow: 1px 1px 2px rgba(0,0,0,.7);
}


.elementor-widget-text-editor ul,
.elementor-widget-text-editor Ol {
	margin: 0 0 20px;
	padding: 0;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
    position: relative;
    padding-left: 2em;
	color: var(--ast-global-color-2);
	margin: 10px 0;
}
.elementor-widget-text-editor ul li {
    list-style: none;
}


.elementor-widget-text-editor ol {
  counter-reset: item;
}

.elementor-widget-text-editor ol li {
  list-style: none;
  counter-increment: item;
}

.elementor-widget-text-editor ol li::before {
	content: counter(item) ". ";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 0.9em;
	color: var(--ast-global-color-1);
}



.elementor-widget-text-editor ul li:before {
    content: "\f06c";               /* FA leaf icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 0.9em;
	color: var(--ast-global-color-1);
}

body .elementor .elementor-widget-text-editor hr {
	margin: 30px 0;
}


.page-id-22 .uael-adv-heading-stack {
	position: relative;
	z-index: 0;
	line-height: 1em!important;
	margin-top: -7px;
}



.ast-mobile-popup-content #menu-secondary-menu li {
	text-align: center;
	margin: 20px 0;
}


.elementor .gform-theme--foundation .gform_fields {
	grid-row-gap: 15px;
	row-gap: 15px;
}
.uael-gf-input-size-lg .uael-gf-style .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	min-height: 20px;
}


.roulotte,
.elementor-widget-text-editor .roulotte + h5, 
.elementor-widget-text-editor ul + h4, 
.elementor-widget-text-editor ul + h5, 
.elementor-widget-text-editor ul + h6 {
	border-top: 1px solid var(--ast-global-color-1);
	padding-top: 25px;
}
.roulotte { padding-top: 0; }
.elementor-widget-text-editor h4, 
.elementor-widget-text-editor h5, 
.elementor-widget-text-editor h6 {
	margin: 25px 0 15px;
}


.stars-logo {
	width: 150px;
	height: 150px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(images/stars.png) center center no-repeat;
	background-size: contain;
}
@media (max-width: 544px) {
	.stars-logo {
		width: 100px;
		height: 100px;
	}
}



.reservebutton {
	
}
.reservebutton .menu-link {
	background: var(--ast-global-color-1);
	border-top-left-radius: 30px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 10px;
	color: var(--ast-global-color-4)!important;
	padding: 3px 20px 3px 10px;
	line-height: 1em;
	display: block !important;
	height: auto !important;
}






/* Promo Ticker */
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 2rem;
	background: var(--ast-global-color-8);
	color: var(--ast-global-color-4);
}

.ticker {
  display: flex;
  width: fit-content;
  animation: ticker-animation 30s linear infinite;
}

.ticker__group {
  display: flex;
}

.ticker__item {
  flex: 0 0 auto;
  margin: 0 4rem;
  line-height: 2rem;
}

/* Keyframe to move the ticker left by 50% of its total width */
@keyframes ticker-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}