@media (prefers-color-scheme : dark){
	html *{
		--e-global-color-accent: #252A3D!important;
		--e-global-color-5d7cbb8: #141724!important;
		--e-global-color-text: white!important;
	}
	html .elementor-button *{
		color:white!important;
	}
	html .elementor-button .elementor-button-icon svg path{
		fill:white!important;
		stroke:white!important;
	}
	.logo-site img, .hautDePage-text img{
		filter: invert(1) contrast(99) grayscale(1);
	}
	.carousel-reals .elementor-swiper-button rect{
		stroke:white;
	}
	.carousel-reals .elementor-swiper-button path{
		fill:white;
	}
	.elementor-toc__toggle-button path{
		stroke:white!important;
		fill:white!important;
	}
	.scroll-icon rect{
		stroke:white!important;
	}
	.scroll-icon circle{
		fill:white!important;
	}
}
.invisible{
	display:none!important;
}
.elementor-toc__list-item svg{
	flex-shrink:0!important;
}
#tarteaucitronAlertBig{
	background-color:#000!important;
	padding:20px!important;
}

@media(max-width:767px){
	#tarteaucitronAlertBig{
		padding:10px!important;
	}
	#tarteaucitronAlertBig button{
		margin:0px!important;
	}
}
#tarteaucitronAlertBig[style="display: none; opacity: 0;"]{
	display:none!important;
}
#tarteaucitronAlertBig button{
	padding:15px 25px!important;
	border-radius:35px!important;
}
#tarteaucitron button{
	border-radius:35px!important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronClosePanel{
	border-radius:0px!important;
	background-color:#000!important
}
#tarteaucitronSave{
	background-color:black!important;
}
.tarteaucitronAllow{
	background-color:var(--e-global-color-secondary)!important;
	color:white!important;
}
.tarteaucitronDeny{
	background-color:var(--e-global-color-primary)!important;
	color:white!important;
}
#tarteaucitronServices{
	border-radius:20px!important;
	box-shadow:unset!important;
}
#tarteaucitronBack{
	background:#000!important;
	border-radius:0px!important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine, #tarteaucitronInfo{
	background-color:#000!important;
	border:unset!important;
}
.swiper-zoom-container img{
	border-radius:30px!important;
}
.elementor-field-option{
	display: flex;
    gap: 5px;
}
/* ---------------- */
/* Style des toggle */
/* ---------------- */

.toggle:hover .toggle__box .toggle__btn{
    transform: translate(-30px, -00px);
    border-color: #5271FF !important;
}

.toggle:hover .toggle__box .toggle__btn *{
    color: var(--e-global-color-secondary)!important;
    transition: all 0.3s ease-in-out;
}

.toggle:hover .toggle__box{
    background-color: var(--e-global-color-secondary)!important;
}

.toggle:hover .toggle__box .toggle__btn{
    transform: translate(-30px, -00px);
}

/* ---------------- */
/* Text selection   */
/* ---------------- */
::-moz-selection {
 	color: #fff;
 	background: var( --e-global-color-secondary );
 }
::selection {
 	color: #fff;
 	background: var( --e-global-color-secondary );
 }

/* ---------------- */
/* icon bouton      */
/* ---------------- */
.button-secondary a svg path{
	fill:#000000!important;
	stroke:#000000!important;
}
.button-secondary a:hover svg path{
	fill:#ffffff!important;
	stroke:#ffffff!important;
}

/* ---------------- */
/* lien dans text   */
/* ---------------- */
.elementor-widget-text-editor a[target="_blank"]:after{
	content: url('/wp-content/uploads/2024/09/lien-externe-icon.svg');
	position: relative;
    top: 2px;
}
.elementor-widget-text-editor a:hover{
	background-color: var( --e-global-color-secondary )!important;
	color:white!important;
}
.elementor-widget-text-editor ul{
	padding-left:20px!important;
}
/* Style de la scrollbar pour Chrome, Edge, Safari et Opera */
*{
  scrollbar-color: #5271FF transparent; /* Couleur pour Firefox */
}

*::-webkit-scrollbar {
  width: 20px; /* Largeur de la scrollbar */
}

*::-webkit-scrollbar-track {
  background: transparent; /* Fond de la scrollbar */
}

*::-webkit-scrollbar-thumb {
  background-color: #5271FF; /* Couleur de la scrollbar */
  border-radius: 0px; /* Pas de radius */
  border: none; /* Pas de bordure */
  box-shadow: none; /* Pas d'ombre */
}

/* Style pour Safari et autres WebKit navigators (spécifiquement sans ombre ni outline) */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-touch-callout: none) {
    *::-webkit-scrollbar {
      width: 10px !important;
    }
    *::-webkit-scrollbar-thumb {
      background-color: #5271FF !important;
      border-radius: 0px !important;
      box-shadow: none !important;
    }
  }
}

.select-caret-down-wrapper{
	display:none!important;
}
div[data-elementor-type="wp-page"] .elementor-widget-text-editor a{
	text-decoration:underline!important;
}
.elementor-button svg{
    margin-top: 4px
}
h2 > b, h3 > b{
	color:var(--e-global-color-primary);
}
h1 > b{
	color:var(--e-global-color-secondary);
}
h2 > strong, h3 > strong{
	font-weight:800;
}
@media(max-width:767px){
	h3{
		font-weight:800!important;
	}
}
/* ----------------*/
/* Utilitaire -----*/
/* ----------------*/
.fit-content{
	width:fit-content!important;
}
.motif svg path{
	fill : var( --e-global-color-secondary )!important;
}
.elementor-menu-anchor{
	position:relative;
	top:-200px!important;
}
.woocommerce-message{
	position: fixed!important;
    top: 140px!important;
    z-index: 50!important;
    width: fit-content!important;
    left: 50%!important;
    border-radius: 20px!important;
    transform: translateX(-50%)!important;
    background-color: white!important;
    border: unset!important;
}
.woocommerce-message a{
	margin-left:10px!important;
}
@media(max-width:768px){
	.woocommerce-message{
		width: 100%!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 --------*/
/* ----------------*/
.lignes-5 { 
	overflow: hidden; 
    width:100%; 
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical; 
}

.elementor-post__excerpt, .extrait, .lignes-4 { 
	overflow: hidden; 
    width:100%; 
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
}
.lignes-3 { 
	overflow: hidden; 
    width:100%; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}
.lignes-2 { 
	overflow: hidden; 
    width:100%; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
}
.lignes-1 { 
	overflow: hidden; 
    width:100%; 
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
}
/* ----------------*/
/* Boutons latéraux*/
/* ----------------*/
#tarteaucitronIcon{
	background-color:black!important;
	border-radius:500px!important;
	position: fixed!important;
	z-index: 50!important;
	bottom: 20px!important;
	left: 100px!important;
	width:60px!important;
	height:60px!important;
}
#tarteaucitronIcon > button{
	width:60px!important;
	height:60px!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	padding:unset!important;
}
#tarteaucitronIcon > button > img{
	width:30px!important;
	height:30px!important;
	mix-blend-mode: luminosity!important;
}
@media(max-width:1024px){
	#tarteaucitronIcon{
		left: 20px!important;
	}
}
/* ----------------------*/
/* FOOTER ---------------*/
/* ----------------------*/
.footer-date{
	color:white;
	margin-left: -5px;
}
/* ----------------------*/
/* KSHOP ----------------*/
/* ----------------------*/
.onsale{
	display: block!important;
    color: white!important;
    background-color: var(--e-global-color-primary )!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: 25px!important;
    border-radius: 10px!important;
    min-width: 90px!important;
    min-height: 20px!important;
    margin: 9px!important;
	padding:5px 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;
} */
.dgwt-wcas-search-submit{
	background-color: white!important;
	border-radius:50px!important;
}
.dgwt-wcas-search-submit:before{
	display:none!important;
}
.dgwt-wcas-ico-magnifier path{
	fill:black!important;
}
.dgwt-wcas-search-input{
	border:unset!important;
	border-radius:50px!important;
	box-shadow:unset!important;
}
.dgwt-wcas-search-input::placeholder{
	font-size:14px!important;
	font-style: normal!important;
}
.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-handle{
	border-radius: 0px!important;
    height: 20px!important;
    width: 8px!important;
    border: 1px solid black!important;
    background-color: rgb(0, 0, 0)!important;
    top: -9px!important;
}
.ui-slider-range{
	border-radius: 0px!important;
    background-color: black!important;
    height: 2px!important;
}
.price_slider{
	height: 2px!important;
	border: unset!important;
    border-radius: 0px!important;
    background-color: rgba(0,0,0,0.15)!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: 400;
	backdrop-filter: blur(8px);
}

.added_to_cart{
	border:solid 1px var( --e-global-color-primary )!important;
	padding: 5px 10px!important;
}
.products li.outofstock.product:hover .button.product_type_simple, .products li.outofstock.product:hover .button.product_type_variable{
	display:none!important
}
.woocommerce-message{
	border-top-color: var( --e-global-color-primary )!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;
}
/* ----------------------*/
/* EVENT ----------------*/
/* ----------------------*/
#tribe-events-content p{
    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;
}
.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-secondary )!important;
	border-radius:20px!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-secondary )!important;
	border-radius:20px!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-secondary )!important;
    border-style: solid!important;
    border-width: 2px 2px 2px 2px!important;
    border-color: var( --e-global-color-secondary )!important;
    border-radius: 20px!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;
}
.tribe-events-back{
	display:none!important;
}
#tribe-events-pg-template{
	margin-top:10%;
	margin-bottom:10%;
}
@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;
	}
}
@media (max-width: 1024px){
	#tribe-events-pg-template{
		margin:0px;
		padding:30px;
	}
}
.tribe-events-event-image img{
	border-radius:20px!important;
}
@media (max-width: 1024px){
	#tribe-events-pg-template{
		margin:0px;
		padding:20px;
	}
}