/* 
Theme Name: Hello Elementor 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
Author: Elementor Team
Author URI: https://elementor.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
*/

/* PRELOADER */
#nprogress .bar {
	background: #D2111C !important; /* Couleur */
	height: 4px !important; /* Épaisseur */
	z-index: 99999999999;
}

/* HEADER CUSTOM COLORS */
.category-restaurantland .header_custom_color,
.category-restaurantland .header_custom_color a,
.category-restaurantland .header_custom_color p,
.category-restaurantland .header_custom_color span,
.category-restaurantland .header_custom_color svg
{
	color: #57493E !important;
	fill: #57493E !important;
}
.category-restaurantland .header_custom_color_btn a
{
	background-color: #57493E !important;
	color: #fff !important;
	border-color: #57493E !important;
}


.category-payerneland .header_custom_color,
.category-payerneland .header_custom_color a,
.category-payerneland .header_custom_color p,
.category-payerneland .header_custom_color span,
.category-payerneland .header_custom_color svg
{
	color: #D2111C !important;
	fill: #D2111C !important;
}
.category-payerneland .header_custom_color_btn a 
{
	background-color: #D2111C !important;
	color: #fff !important;
	border-color: #D2111C !important;
}


.category-karting .header_custom_color,
.category-karting .header_custom_color a,
.category-karting .header_custom_color p,
.category-karting .header_custom_color span,
.category-karting .header_custom_color svg
{
	color: #D2111C !important;
	fill: #D2111C !important;
}
.category-karting .header_custom_color_btn a  
{
	background-color: #D2111C !important;
	color: #fff !important;
	border-color: #D2111C !important;
}


.category-aventureland .header_custom_color,
.category-aventureland .header_custom_color a,
.category-aventureland .header_custom_color p,
.category-aventureland .header_custom_color span,
.category-aventureland .header_custom_color svg
{
	color: #006439 !important;
	fill: #006439 !important;
}
.category-aventureland .header_custom_color_btn a  
{
	background-color: #006439 !important;
	color: #fff !important;
	border-color: #006439 !important; 
}



.category-laurapark .header_custom_color,
.category-laurapark .header_custom_color a,
.category-laurapark .header_custom_color p,
.category-laurapark .header_custom_color span,
.category-laurapark .header_custom_color svg
{
	color: #0D4A7C !important;
	fill: #0D4A7C !important;
}
.category-laurapark .header_custom_color_btn a  
{
	background-color: #0D4A7C !important;
	color: #fff !important; 
	border-color: #0D4A7C !important; 
}
  

/* HEADER MEGA MENU */


/* STICKY HEADER */
.elementor-location-header .elementor-sticky--effects
{
    background-color: #fff;
    z-index: 9999 !important; 
    box-shadow: rgb(255, 255, 255) -200px 0px 0px, rgb(255, 255, 255) 200px 0px 0px, rgb(0 0 0 / 20%) 0px 5px 10px -10px;
	padding: 10px 30px;
	transition: all .2s;

	width: 100% !important;
}
.logo-center img
{
    transition: all .2s;
}
.elementor-location-header .elementor-sticky--effects .logo-center img
{
    width: 140px !important;
    padding: 10px 0;
}
.elementor-location-header .elementor-sticky--effects .horaires-header-container div,
.elementor-location-header .elementor-sticky--effects .horaires-header-container p,
.elementor-location-header .elementor-sticky--effects .horaires-header-container a
{
    color: #000 !important;
}
 
ul.elementor-nav-menu ul
{
	/* padding: 15px 0 !important; */
}

@media screen and (max-width: 600px)
{
	.elementor-location-header .elementor-sticky--effects
	{
		padding: 5px 15px;
	}
	.elementor-location-header .elementor-sticky--effects .logo-center img
	{
		width: 100px !important;
	}
}

/* Sticky TARIFS SUB MENU */
.custom-stick-menu-tarifs.elementor-sticky--effects
{
	background-color: #e5e5e5;
    box-shadow: -500px 0px 0 #e5e5e5, 500px 0px 0 #e5e5e5;
    padding: 15px 15px;
}
.custom-stick-menu-tarifs.elementor-sticky--effects h1
{
	color: #000 !important;
	font-size: 32px !important;
}

@media screen and (max-width: 1024px)
{
	.custom-stick-menu-tarifs.elementor-sticky--effects
	{
		gap: 10px !important;
	}
	.custom-stick-menu-tarifs.elementor-sticky--effects h1
	{
		font-size: 24px !important;
	}
}

@media screen and (max-width: 600px)
{
	.custom-stick-menu-tarifs.elementor-sticky--effects
	{
		width: calc(100% + 60px) !important;
		margin-left: -30px !important;
		padding-left: 30px !important;
		gap: 0 !important; 
	}
	.custom-stick-menu-tarifs.elementor-sticky--effects h1
	{
		display: none !important;
	}
}




/* HEADER NEWS BLOCK */
.enov-header-block
{
	max-height: 400px;
	overflow-y: scroll;
}
@media screen and (max-width: 880px)
{
	.enov-header-block
	{
		max-height: 350px;
	}
}
.enov-header-block
{
	scrollbar-width: thin;
	scrollbar-color: #d7d7d7 #fff;
}
.enov-header-block::-webkit-scrollbar  
{
	width: 4px;
}
.enov-header-block::-webkit-scrollbar-track 
{
	background: #d7d7d7; 
	border-radius: 10px;
}
.enov-header-block::-webkit-scrollbar-thumb 
{
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #fff; 
}

/* HOME ITEM MENUS GRID */
.item-custom-link:hover
{
	transform: scale(1.05);
}


/* KARTING MENU */
.mobile_bottom_menu ul
{
	width: 100% !important;
}

.mobile_bottom_menu ul.sub-menu
{
	padding-left: 25px !important;
}

.mobile_bottom_menu ul.sub-menu li:before 
{
	content: "■";
    font-size: 16px;
    left: -25px;
    top: 1px;
    position: absolute;
    color: #d20018;
	transition: all .3s;
}
.mobile_bottom_menu.aventure ul.sub-menu li:before
{
	color: #BAD530; 
}
.mobile_bottom_menu.laurapark ul.sub-menu li:before
{
	color: #159BDA; 
}

.mobile_bottom_menu ul.sub-menu li:hover:before
{
    color: #000;
}
.mobile_bottom_menu.aventure ul.sub-menu li:hover:before
{
    color: #006439;
}
.mobile_bottom_menu.laurapark ul.sub-menu li:hover:before
{
    color: #159BDA; 
}

.mobile_bottom_menu ul.elementor-nav-menu > li > a 
{
	padding-bottom: 5px !important;
}

.mobile_bottom_menu ul.elementor-nav-menu > li > a:hover 
{
	/* text-decoration: underline; */ 
	cursor: default;
}
.menu-home-carting-cont .mobile_bottom_menu ul.sub-menu li a
{
	color: #000000;
}
.menu-home-carting-cont .mobile_bottom_menu ul.sub-menu li a:hover
{
	color: #000000 !important;
}
.mobile_bottom_menu ul.sub-menu 
{
	display: flex !important;
	margin: 0 !important;
	position: unset !important;
	flex-direction: column !important;
	background-color: unset !important;
}
.mobile_bottom_menu ul.sub-menu li a
{
	padding: 2px 0;
	margin: 0;
	border: 0;
	color: #fff;
	font-weight: 600 !important;
	font-family: 'Manrope' !important;
}
.mobile_bottom_menu ul.sub-menu li a:hover
{
	padding: 2px 0 !important;
	margin: 0;
	border: 0;
	color: #fff !important;
	font-weight: 600 !important;
	background-color: unset !important;
	text-decoration: underline;
}
.mobile_bottom_menu.aventure ul.sub-menu li a:hover
{
	color: #BAD530 !important;
}
.mobile_bottom_menu.laurapark ul.sub-menu li a:hover
{
	color: #159BDA !important;
}

.page-id-18 .mobile_bottom_menu ul.sub-menu li a:hover
{
	color: #d20018 !important;
}
.mobile_bottom_menu ul.sub-menu li a:focus 
{
	padding: 0;
    background-color: unset;
    outline: 0;
}
.mobile_bottom_menu ul.sub-menu li a.elementor-item-active
{
	background-color: unset;
	font-weight: 900 !important;
	text-decoration: underline; 
}


/* Anchor */
#session-individuels, #grand-prix, #anniversaires-enfants,
#courses-ecoles, #bons-cadeauxm, #clubdukarting, #nos-championnats, #application,
#noskartings, #activites-aventure, #anniversaires-groupes, #saltotrampolines,
#mini-voitures, #mini-jeep-aventure, #mini-bateau-electrique, #jeux-aquatiques-gonflables,
#laurapark-ancre, #minigolf-ancre, #parcoursaventure-ancre, #anniversaire-laura, #tarifs,
#restaurant-event, #menu-carte, #menu-groupe, #agenda-courses, #nos-menus, #cave-a-vin, #event-restaurant,
#restaurations, #grands-prix, #receptions, #activités, #horaires-karting, #horaires-aventure, #horaires-laurapark, #horaires-restaurant
{
	scroll-margin-top: 5rem;
} 


.degrade-lora-park {
    background-image: linear-gradient(to right, #179ad7, #e97805, #95c11f, #fec700, #d20019);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}



/* POPUP MENU */
.dialog-widget.dialog-lightbox-widget
{
	z-index: 99999999 !important;
}
.elementor-popup-modal .dialog-close-button
{
	z-index: 999999999 !important;
	border-radius: 30px;
    padding: 5px;
}
.popup-menu-container span
{
	text-align: left;
}
.popup-menu-container a
{
	cursor: pointer;
}


.actu_karting {
	/*.titre-actu {

	}

	.texte-actu {

	}

	.lien-actu {

	}*/

	.lien-actu:hover {
		color: #d2111c;
	}
} 
.actu_payerneland {
	/*.titre-actu {

	}

	.texte-actu {

	}

	.lien-actu {

	}*/

	.lien-actu:hover {
		color: #d2111c;
	}
} 
.actu_aventureland {
	.titre-actu h6 {
		color: #bad530 ;
	}

	.texte-actu {
		color: #006439;
	}

	.lien-actu {
		color: #006439 !important;
	}

	.lien-actu:hover {
		color: #bad530 !important;
	}
} 
.actu_laurapark {
	.titre-actu h6 {
		color: #159bda;
	}

	.texte-actu {
		color: #0d4a7c;
	}

	.lien-actu {
		color: #0d4a7c !important;
	}

	.lien-actu:hover {
		color: #159bda !important;
	}
} 
.actu_restaurantland {
	.titre-actu h6 {
		color: #57493e;
	}

	.texte-actu {
		color: #57493E;
	}

	.lien-actu {
		color: #0d4a7c !important;
	}

	.lien-actu:hover {
		color: #a98c5d !important;
	}
} 
.actu_evenementland {
	.titre-actu h6 {
		color: #e88733;
	}
} 

#gfield_instruction_4_36 {
	display: none;
}

#input_4_38,
#input_4_28,
#input_4_36 {
	height: 35px;
}


/* DISCOVER SECTION */
.aventure_color h3
{
	color: #b9cf38 !important;
}
.aventure_color a
{
	background-color: #b9cf38 !important;
}

.karting_color h3
{
	color: #D2111C !important;
}
.karting_color a
{
	background-color: #D2111C !important;
}

.laurapark_color h3 
{
	color: #159BDA !important;
}
.laurapark_color a
{
	background-color: #159BDA !important;
}

.restaurant_color h3
{
	color: #A98C5D !important;
}
.restaurant_color a
{
	background-color: #A98C5D !important;
}

.payerneland_color h3
{
	color: #000 !important;
}
.payerneland_color a 
{
	background-color: #000 !important;
}



/* Horizontal tabs */
.horizontal-tabs .e-n-tabs-heading
{
	display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

@media screen and (max-width: 1120px)
{
	.horizontal-tabs .e-n-tabs-heading
	{
		flex-wrap: wrap;
        gap: 5px 15px;
	}
}

@media screen and (max-width: 600px)
{
	.horizontal-tabs .e-n-tabs-heading
	{
		flex-direction: column;
        align-items: flex-start;
	}
}


/* Global menu header */
.global-menu-header ul ul li a
{
	font-size: 15px !important;
	font-weight: 400 !important;
}

.global-menu-header ul li a:focus, .global-menu-header ul ul li a:focus 
{
	background-color: unset !important;
}


/* Horaires table */
.horaires_custom_table
{
	border: 0;
}
.horaires_custom_table td
{
	padding: 2px;
    border: 0; 
}

.horaires_custom_table td:first-child {
    width: 75%;
}

@media screen and (max-width: 600px)
{
	.horaires_custom_table td:first-child {
		width: 60%;
	}
}


/* AGENDA COURSE */
.date-course-container
{
	display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    align-items: center;
}
.date-course-container .date-course-top
{
	font-size: 18px;
    font-weight: 700;
	line-height: 15px;
}
.date-course-container .annee
{
	font-size: 15px;
    font-weight: 300;
}
.date-course-container .jour-letter
{
	text-transform: uppercase;
    white-space: nowrap;
    font-weight: 300;
	font-size: 15px;
}


/* ALERT ZONE */
.custom-alert-zone a
{
	color: #fff;
	text-decoration: underline;
}