@media(max-width:768px){
	.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{
		display: flex!important;
		flex-direction: column!important;
	}  
	.e-n-tabs-content > .e-n-tab-title{
		display:none!important;
	}
}
.select-caret-down-wrapper{
	display:none!important;
}
div[data-elementor-type="wp-page"] .elementor-widget-text-editor a{
	text-decoration:underline!important;
}
/* ----------------*/
/* Utilitaire -----*/
/* ----------------*/
.fit-content{
	width:fit-content!important;
}
.elementor-menu-anchor{
	position:relative;
	top:-100px!important;
}
/* ----------------*/
/* Animation ------*/
/* ----------------*/
.up-10, .up-20, .up-30{
	transition: all 0.2s ease-in-out!important;
}
.up-10:hover{
	transform: translateY(-10px);
}
.up-20:hover{
	transform: translateY(-20px);
}
.up-30:hover{
	transform: translateY(-30px);
}
.slide-10, .slide-20, .slide-30{
	transition: all 0.2s ease-in-out!important;
}
.slide-10:hover{
	transform: translateX(10px);
}
.slide-20:hover{
	transform: translateX(20px);
}
.slide-30:hover{
	transform: translateX(30px);
}
/* ----------------*/
/* Extrait --------*/
/* ----------------*/
.elementor-post__excerpt { 
	overflow: hidden; 
    width:100%; 
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
}
/* ----------------*/
/* Boutons latéraux*/
/* ----------------*/
.sides{
    position: fixed!important;
    top: 40vh!important;
    right: 20px!important;
	z-index: 150!important;
	width: fit-content!important;
}
	
.sides__side{
    position: relative!important;
	width: fit-content!important;
}

.sides__content{
    position: absolute!important;
    height: 100%!important;
    width: max-content!important;
	max-width: unset!important;
    right: -300px!important;
    transition: all 0.3s ease-out!important;
}
.sides__picto{
	position: relative!important;
	z-index: 160!important;
}
.sides__picto:hover + .sides__content, .sides__content:hover{
	right: 70px!important;
}

#hautDePage{
	position: fixed!important;
	z-index: 150!important;
	bottom: 10px!important;
	right: 70px!important;
}

@media (max-width: 1024px){
	.sides{
		top: unset!important;
		bottom: 10px!important;
		right: unset!important;
		left: 70px!important;
	}
	.sides .sides__picto{
		height: 50px;
	}
	.sides__content{
		left: -300px!important;
	}
	.sides__picto:hover + .sides__content, .sides__content:hover{
		left: 50px!important;
	}
	#hautDePage{
		right: unset!important;
		left:10px!important;
	}
}

/* ----------------------*/
/* FOOTER ---------------*/
/* ----------------------*/
.footer-date{
	color:white;
	margin-left: -5px;
}
/* ----------------------*/
/* KSHOP ----------------*/
/* ----------------------*/
.woocommerce-message{
	margin-bottom:0px!important;
}
.pswp button{
	padding:0px!important;
	border:unset!important;
}
.pswp__caption{
	display:none!important;
}
/* span.price:before {
    content: "À partir de";
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 15px;
    margin-top: 10px;
} */

.price_slider_amount .button{
	background-color:unset!important;
	color: var( --e-global-color-primary )!important;
	border: solid 1px var( --e-global-color-primary )!important;
	border-radius:0px!important;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif!important;
	font-weight: 400!important;
}
.price_slider_amount .button:hover{
	background-color: var( --e-global-color-primary )!important;
	color:white!important;
}
.stars a{
	color: #ffd700!important;
}

.price_slider{
    background-color: rgba(0,0,0,0.5)!important
}
.ui-slider-range, .ui-slider-handle{
    background-color: black!important;
}
.elementor-menu-cart__footer-buttons .elementor-button{
	border-radius: 0px!important;
	background-color: white!important;
	border:solid 2px color: var( --e-global-color-primary )!important;
	color: white!important;
	transition:all 0.2s ease-in-out!important;
}
.elementor-menu-cart__footer-buttons .elementor-button:hover{
	background-color: var( --e-global-color-primary )!important;
	color:white!important;
}
.add_to_cart_button{
    background-color: rgba(0,0,0,0)!important;
    border: solid 1px var( --e-global-color-primary )!important;
    color: white!important;
    transition: all 0.2s ease-out!important;
    margin: 0px!important;
}
.woocommerce-placeholder{
	margin: 0px!important;
}
.add_to_cart_button:hover{
    background-color: var( --e-global-color-primary )!important;
    color: white!important;
}
.attachment-woocommerce_thumbnail{
	aspect-ratio: 1/1!important;
	object-fit: cover!important;
}
.products .outofstock:after {
    content: "Rupture de stock";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1;
    background-color: rgba(0,0,0,0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
	backdrop-filter: blur(8px);
}
.products .button.product_type_simple, .products .button.product_type_variable{
	display: none!important;
	width:fit-content!important;
	margin-top:0px!important;
	position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%!important;
    aspect-ratio: 1/1;
    background-color: rgba(0,0,0,0.8)!important;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out;
	color: white;
}
.products .product:hover .button.product_type_simple, .products .product:hover .button.product_type_variable{
	display: flex!important;
	background-color: rgba(0,0,0,0.8)!important;
	color: white;
}
.products li.outofstock.product:hover .button.product_type_simple, .products li.outofstock.product:hover .button.product_type_variable{
	display:none!important
}
.woocommerce-message::before {
    content: "\e015";
    color: var( --e-global-color-primary )!important;
}
.woocommerce-message a{
	font-family: var(--e-global-typography-text-font-family ), Sans-serif!important;
    font-size: var(--e-global-typography-text-font-size )!important;
    font-weight: var(--e-global-typography-text-font-weight )!important;
    line-height: var(--e-global-typography-text-line-height )!important;
	color: var( --e-global-color-primary )!important;
    border-style: none!important;
    border-radius: 0px!important;
    padding: 0px!important;
    background-color: unset!important;
    transition: all 0.2s!important;
	margin-left:10px!important;
}
.woocommerce-message{
	position: fixed!important;
    top: 180px!important;
    z-index: 99!important;
    width: fit-content!important;
    left: 50%!important;
    border-radius: 0px!important;
    transform: translateX(-50%)!important;
    background-color: white!important;
	border-top-color: var( --e-global-color-primary )!important;
    border: unset!important;
	box-shadow:0px 0px 20px #00000022!important;
	margin-bottom:0px!important;
}

@media(max-width:768px){
	.woocommerce-message{
		top: 85px!important;
		width: 100%!important;
	}
}
/* ----------------------*/
/* EVENT ----------------*/
/* ----------------------*/
.tribe-events-c-subscribe-dropdown,  .tribe-events-c-subscribe-dropdown > *{
	margin:0px!important;
	border:unset!important;
	background-color:unset!important;
}
.tribe-events-c-subscribe-dropdown svg, .page-content + #comments{
	display:none!important;
}
.tribe-common-c-btn-border{
	padding:0px!important;
	width:fit-content!important;
	margin:30px 0px!important;
}

.tribe-events-c-subscribe-dropdown__content{
	margin-top:20px!important;
}
h1.tribe-events-single-event-title{
	color:var( --e-global-color-eca7392 )!important;
}
#tribe-events-footer{
	display:none!important;
}
.tribe-events-cost{
	background-color: var( --e-global-color-primary )!important;
	border-radius:0px!important;
	color:white!important;
	padding: 3px 15px!important;
	font-weight:600!important;
}
.tribe-events-schedule h2{
	order:1!important;
	background-color: var( --e-global-color-primary )!important;
	border-radius:0px!important;
	color:white!important;
	padding: 3px 15px!important;
	width:fit-content!important;
	font-weight:600!important;
}
.tribe-events-schedule .tribe-events-cost{
	order: 0!important;
    margin-right: 20px!important;
	margin-left:0px!important;
}
.tribe-events-schedule *{
    font-family: var(--tec-font-family-sans-serif)!important;
	font-size:18px!important;
	line-height:1.6!important;
}
.tribe-events-c-subscribe-dropdown__button-text{
	font-family: var(--e-global-typography-text-font-family ), Sans-serif!important;
    font-size: var(--e-global-typography-text-font-size )!important;
    font-weight: var(--e-global-typography-text-font-weight )!important;
    line-height: var(--e-global-typography-text-line-height )!important;
    color: #FFFFFF!important;
    background-color: var(--e-global-color-primary )!important;
    border-radius: 0px!important;
    padding: 12px 25px 12px 25px!important;
}
.tribe-events-meta-group h2{
	font-size: 18px!important;
    letter-spacing: 0px!important;
}
.tribe-events-single-section.tribe-events-event-meta{
	width:50%!important;
}
@media (min-width: 1025px){
	.tribe-events-event-image, .tribe-events-single-event-description{
		width:50%!important;
	}
	.tribe-events-single-event-description{
		padding-left:30px!important;
	}
	#tribe-events-content{
		margin-top:50px!important;
	}
}
#tribe-events-content p, #tribe-events-content .Texte, #tribe-events-content span,#tribe-events-content a, .tribe-venue-tel-label, dt, dd{
	text-align: left!important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif!important;
    font-size: var(--e-global-typography-text-font-size)!important;
    font-weight: var(--e-global-typography-text-font-weight)!important;
    line-height: var(--e-global-typography-text-line-height)!important;
	letter-spacing:0px!important;
}
dt{
	font-weight: 900!important;
}