:root{
    --admin-bar: 32px;
}

html{
	scroll-behavior: smooth;
}

body p{
	margin: unset;
}

.form-row{
	margin-bottom: 1em;
}

body a,
body a:focus{
	color: unset;
}

body a:hover{
	color: unset;
	cursor: pointer;
}

p:empty{
    display: none;
}

body ul, body ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

input{
	outline: unset;
}

.overflow-x-hidden{
	overflow-x: clip !important;
}

/*************************** HEADER ***************************/
.site-header{
	width: 100% !important;
}





































































































/* Jetengine */
body .jet-checkboxes-list-wrapper{
	margin: unset;
}

.jet-listing-grid__items{
	margin: 0;
	padding: 0;
	width: 100% !important;
	margin: unset !important;
}

.jet-listing-grid__item{
	padding: 0 !important;
}

body .jet-checkboxes-list__row{
	margin: 0;
	padding: 0;
}

body .jet-filter+.jet-filter{
	margin-top: 0;
}

.jet-listing-grid__item{
	position: relative;
}

.wp-block-group{
	width: 100%;
}

.self-align-bottom{
	margin-top: auto !important;
}

.is-bg-image{
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}

.is-bg-image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* WPForm */
body .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content,
body div.wpforms-container-full .wpforms-form .wpforms-field,
body div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	padding: 0;
}

body .wpforms-field.wpforms-field-content .wpforms-field-row p{
	margin: 0;
}

body div.wpforms-container-full,
body div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	margin: unset;
}

.wpforms-container{
	margin-bottom: unset !important;
}










/***** HERO *****/
.hero{
    position: relative !important;
}







/* Blog article and secondary page content (cgu, cgv...)*/
.article-content h2{
	margin-bottom: 16px;
}

.article-content h3{
	margin-bottom: 8px;
}

.article-content * + h2{
	margin-top: 56px;
}

.article-content p{
    margin-bottom: 16px !important;
}

.article-content * + figure{
    margin-top: 1.5em;
}

.article-content ol, .article-content ul{
	list-style: disc;
	margin: 0 0 1.5em 20px !important;
}

.article-content img{
    width: 100%;
    text-align: center;
	max-width: 600px !important;
}

.article-content figure{
    max-width: 100%;
    width: 100%;
	margin-bottom: 1.5em;
}

.article-content *:last-child{
	margin-bottom: 0 !important;
}

.has-list ul{
	list-style: disc;
	margin-left: 20px !important;
}

.has-list ol{
	list-style: decimal;
	margin-left: 20px !important;
}

























/*** Spacing preset ***/
/* Margin top */
.has-mt-16{
	margin-top: 16px !important;
}

.has-mt-24{
	margin-top: 24px !important;
}

.has-mt-32{
	margin-top: 32px !important;
}

.has-mt-40{
	margin-top: 40px !important;
}

.has-mt-48{
	margin-top: 48px !important;
}

.has-mt-56{
	margin-top: 56px !important;
}

.has-mt-64{
	margin-top: 64px !important;
}

.has-mt-72{
	margin-top: 72px !important;
}

.has-mt-80{
	margin-top: 80px !important;
}

.has-mt-88{
	margin-top: 88px !important;
}

.has-mt-96{
	margin-top: 96px !important;
}

/* Margin bottom */
.has-mb-16{
	margin-bottom: 16px !important;
}

.has-mb-24{
	margin-bottom: 24px !important;
}

.has-mb-32{
	margin-bottom: 32px !important;
}

.has-mb-40{
	margin-bottom: 40px !important;
}

.has-mb-48{
	margin-bottom: 48px !important;
}

.has-mb-56{
	margin-bottom: 56px !important;
}

.has-mb-64{
	margin-bottom: 64px !important;
}

.has-mb-72{
	margin-bottom: 72px !important;
}

.has-mb-80{
	margin-bottom: 80px !important;
}

.has-mb-88{
	margin-bottom: 88px !important;
}

.has-mb-96{
	margin-bottom: 96px !important;
}

.has-mb-120{
	margin-bottom: 120px !important;
}

/* Padding */
.has-py-16{
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.has-py-24{
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.has-py-32{
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.has-py-40{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.has-py-48{
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

.has-py-56{
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

.has-py-64{
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}

.has-py-72{
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

.has-py-80{
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.has-py-88{
	padding-top: 88px !important;
	padding-bottom: 88px !important;
}

.has-py-96{
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

.has-py-120{
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

/* Padding-top */
.has-pt-16{
	padding-top: 16px !important;
}

.has-pt-24{
	padding-top: 24px !important;
}

.has-pt-32{
	padding-top: 32px !important;
}

.has-pt-40{
	padding-top: 40px !important;
}

.has-pt-48{
	padding-top: 48px !important;
}

.has-pt-56{
	padding-top: 56px !important;
}

.has-pt-64{
	padding-top: 64px !important;
}

.has-pt-72{
	padding-top: 72px !important;
}

.has-pt-80{
	padding-top: 80px !important;
}

.has-pt-88{
	padding-top: 88px !important;
}

.has-pt-96{
	padding-top: 96px !important;
}

.has-pt-120{
	padding-top: 120px !important;
}

.has-px-global{
	padding-left: var(--px-global) !important;
	padding-right: var(--px-global) !important;
}

/* Site preset */
/* Flexbox reset for all site template -> (Spectra flexbox is not working for template) */
.is-flex{
	display: flex !important;
}

.is-flex-column{
	flex-direction: column !important;
}

.is-flex-row{
	flex-direction: row !important;
}

.is-column-flex-parent .wp-block-uagb-container{
	flex-direction: column !important;
}

.is-overlay-link-parent{
	z-index: 3;
}

.is-block-container{
	display: flex !important;
    width: 100% !important;
    align-items: center !important;
}

.is-block-container > div{
	max-width: var(--block-container-width) !important;
	width: 100% !important;
}

.is-pushed-left{
    max-width: calc(var(--block-container-width) / 2) !important;
    margin-right: auto !important;
}

.is-pushed-right{
    max-width: calc(var(--block-container-width) / 2) !important;
    margin-left: auto !important;
}

.is-column-2-wrapper > *{
    max-width: 50% !important;
    width: 100%;
} 

.is-column-3-wrapper > *{
    max-width: calc(100% / 3) !important;
    width: 100%;
} 

.is-column-4-wrapper > *{
    max-width: calc(100% / 4) !important;
    width: 100%;
}

.has-covered-image img{
	object-fit: cover !important;
}

.woocommerce-wishlist .content-area{
	width: 100% !important;
}

.woocommerce-widget-layered-nav-list__item a {
    width: 100% !important;
    display: block !important;
    padding: 4px 0px 4px 10px !important;
}

.widget.woocommerce li .count{
	top: calc(50% + 1px) !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
}

.woocommerce-widget-layered-nav-list__item.chosen a,
.woocommerce-widget-layered-nav-list__item a:hover{
	background-color: var(--wp--preset--color--custom-primary);
}

.woocommerce-widget-layered-nav-list__item a:hover{
	text-decoration: none !important;
	opacity: .7 !important;
}

.has-full-height-image,
.has-full-height-image *{
	height: 100% !important;
}

.has-full-height-image img{
	object-fit: cover;
}

.is-behind{
	z-index: -2;
	position: relative;
}

.global-px-padding-all-children > div:not(.no-x-padding){
	padding-left: var(--px-global) !important;
	padding-right: var(--px-global) !important;
}

.auto-sizing{
	width: fit-content !important;
}

.is-full-width{
	width: 100% !important;
}

.has-full-width-image,
.has-full-width-image figure,
.has-full-width-image img{
	width: 100% !important;
}

.is-self-centered{
	margin: 0 auto !important;
}

.is-float-x-centered{
	position: absolute !important;
	left: 50%;
	transform: translateX(-50%);
}

.jet-listing-dynamic-field__content{
	line-height: normal;
}

.is-line-clamped,
.has-line-clamped p{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.is-line-clamped-two,
.has-line-clamped-two p{
	-webkit-line-clamp: 2;
}

.is-line-clamped-three,
.has-line-clamped-three p{
	-webkit-line-clamp: 3;
}

.is-line-clamped-four,
.has-line-clamped-four p{
	-webkit-line-clamp: 4;
}

.is-line-clamped-five,
.has-line-clamped-five p{
	-webkit-line-clamp: 5;
}

body.scroll-disable{
	overflow: hidden;
    position: relative;
    height: 100%;
}

.wpforms-hidden{
	display: none !important;
}

/* Image preset */
.is-svg-wrapper{
	width: fit-content !important;
}

.is-figure-image-wrapper{
	line-height: 0 !important;
}

[alt="placeholder"]{
	border: 1px solid #eee;
}

/* Others */
.listing-item-overlay-link{
	width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 4 !important;
}

.jet-listing-grid--blocks{
	width: 100% !important;
}

.jet-listing-grid__item > [data-is-block="jet-engine/dynamic-link"]{
	position: absolute !important;
    top: 0;
	left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
}

.jet-listing-grid__item > [data-is-block="jet-engine/dynamic-link"] a{
	width: 100% !important;
	height: 100% !important;
}

.jet-listing-dynamic-image img.wp-post-image,
.jet-listing-dynamic-image__link{
	width: 100%;
}

.has-global-listing-gap .jet-listing-grid__items {
    gap: var(--listing-gap)!important
}

.has-global-listing-gap .jet-listing-grid__item {
    max-width: calc(100% / var(--columns) - var(--listing-gap) + var(--listing-gap) / var(--columns)) !important;
}

.has-global-slider-listing-gap .slick-list {
    margin: 0 -10px !important;
}

.has-global-slider-listing-gap .slick-list .jet-listing-grid__item {
    margin: 0 10px !important;
}

.is-pc-hidden{
	display: none !important;
}

.is-anchor{
	position: absolute !important;
	top: calc(calc(var(--header-height) + 24px) * -1);
}

.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	line-height: normal;
}

.element-sticked-at-bottom{
	padding-bottom: 5em !important;
}

.sticky-fixed{
	position: fixed;
	width: 100%;
	z-index: 99;
}

.sticky-fixed-parent{
	height: 100% !important;
}

.jet-listing-grid__loader{
	margin-top: 1em;
}

.is-hidden{
	display: none !important;
}

.post-featured-image{
	width: 100%;
}

.jet-listing-dynamic-image img{
	object-fit: cover;
}

.full-width-button,
.full-width-button a{
	width: 100% !important;
	max-width: 100% !important;
}

.has-text-no-wrap p{
	white-space: nowrap !important;
}

.is-absolutely-centered{
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.is-x-y-absolutely-centered{
    position: absolute !important;
    left: 50% !important;
	top: 50% !important;
    transform: translate(-50%, -50%) !important;
	z-index: 1;
}

.jet-listing-grid__item .is-button{
	z-index: 2 !important;
}

.logged-in .is-hidden-when-logged-in{
	display: none !important;
}

.is-hidden-when-not-logged-in{
	display: none !important;
} 

.logged-in .is-hidden-when-not-logged-in{
	display: flex !important;
}

.has-img-a-r-1-1 img{
	aspect-ratio: 1 / 1;
}

/* .wpforms-container .wpforms-field, */
.wpforms-container .wpforms-submit-container{
	padding: unset;
}

.woocommerce-MyAccount-navigation-link--downloads{
	display: none !important;
}

.wpforms-submit-spinner{
	display: none !important;
}

.topbar-wrapper{
	border: none !important;
}

.fit-cover,
.fit-cover img{
	object-fit: cover !important;
}

.is-darken-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #00000060;
	pointer-events: none;
}

.popup-overlay,
.mobile-menu-popup-overlay{
	z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000020;
    width: 100%;
    height: 100%;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transition: 200ms;
}

.is-link-overlay,
.is-link-overlay a {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.popup-active .popup-overlay{
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
	transition: 200ms;
}

.custom-woocommerce-filter-popup.close-popup{
	width: fit-content;
    height: fit-content;
    line-height: normal;
    padding: 10px;
    margin-left: -10px;
    position: absolute;
    right: 24px;
    top: 8px;
	cursor: pointer;
}

/* FONT SECTION */
.is-italic{
	font-style: italic !important;
}

.weight-semibold{
	font-weight: 600 !important;
}

.weight-bold{
	font-weight: bold !important;
}

ul.no-style{
    margin-left: 0;
}

ul.no-style li{
    list-style: none;
}

.no-break{
	white-space: nowrap;
}

.secondary-icon-menu > *{
	cursor: pointer;
}

.product-description {
    margin-top: 16px !important;
    margin-bottom: 4px !important;
	font-weight: 300 !important;
}

.product-type-simple .product-description{
	margin-bottom: 16px !important;
}

/* .product-avantages{
    border-top: solid .5px rgba(0, 0, 0, .2) !important;
    border-bottom: solid .5px rgba(0, 0, 0, .2) !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
} */

.product-avantages span{
    padding: 2px 14px;
    background-color: #F0F0F0;
}

.product-avantages-title{
	font-family: var(--font-text);
    font-weight: 300;
    font-size: 16px;
	letter-spacing: 2px;
    margin-bottom: 7px;
}

.product-avantages-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-avantages-list li{
    list-style: none;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.product-avantages-list li::before{
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 4px;
    background-color: #1E1E1E;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' viewBox='0 0 17 20' fill='none'%3E%3Cpath d='M8.5 19.8333C8.25391 10.4385 8.05273 10.2052 0 9.91667C8.05273 9.62956 8.25268 9.39485 8.5 0C8.74607 9.39485 8.94727 9.62812 17 9.91667C8.94727 10.2052 8.74735 10.4356 8.5 19.8333Z' fill='%231E1E1E'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

body .product-avantages-list{
	margin-left: 0;
}

.summary-service-client{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 16px;
}

.payment-icon p{
	font-size: 14px;
}

#cmplz-manage-consent{
	display: none !important;
}

#fkcart-floating-toggler{
	display: none;
}

.sticky-add-to-cart-right > *:not(.product-price, form, button){
	display: none !important;
}

.is-full-width-site-inner{
	max-width: 1920px !important;
	margin: 0 auto !important;
}

.is-site-inner{
	max-width: 1240px !important;
	margin: 0 auto !important;
}

/* Ingenius top bar slider animation */
.ings-defilement-top-bar > *{
    opacity: 0;
    transform: translateY(-5px);
    transition: 250ms ease;
    position: absolute !important;
    min-width: fit-content !important;
    width: fit-content !important;
    white-space: nowrap !important;
}

.ings-defilement-top-bar > *.active {
    opacity: 1;
    transform: translateY(0);
    transition: 250ms 300ms ease;
}

.ings-defilement-top-bar{
    width: 350px !important;
    height: 14px !important;
    display: flex !important;
    justify-content: center !important;
}

.top-bar > .col-full > div{
	top: 6px !important;
}

/* Ingenius bloc phone */
.bloc-phone-wrapper{
	margin-bottom: 12px;
	display: flex;
	gap: 8px;
}

.delai_message{
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
	align-items: center;
}

.bloc-phone {
    font-weight: 700;
	font-size: 14px;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 4px 9px 1px;
    padding-left: 45px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(0, 48, 135, 1) 0%, rgba(0, 48, 135, 1) 7%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 14%, rgba(204, 39, 58, 1) 0%, rgba(204, 39, 58, 1) 21%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0) 100%);
    line-height: normal;
    display: inline-block;
}

.bloc-phone.bloc-phone--dark{
    border-color: #A4A4A4;
    color: var(--txt-color);
}

.woocommerce-form-login .woocommerce-form-row{
	margin-bottom: 1em;
}

ul.products li.product .woocommerce-LoopProduct-link{
	font-family: var(--font-text) !important;
}

.newsletter-form .wpforms-field{
	padding: 0 !important;
}

@media only screen and (max-width: 1024px) and (min-width: 0px){
	.is-tablet-hidden{
		display: none !important;
	}
	
	.is-tablet-visible{
		display: none !important;
	}

	.is-tablet-flex{
		display: flex !important;
	}

	.element-sticked-at-bottom{
		padding-bottom: 10em !important;
	}
}

@media only screen and (max-width: 992px) and (min-width: 0px){
    .shoptimizer-archive > .col-full{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .single-product .content-area {
		width: 100% !important;
        margin-left: 0 !important;
    }
}

/* ADMIN FIX */
@media only screen and (max-width: 782px) and (min-width: 0px){
    :root{
		--admin-bar: 46px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 0px){
	.is-mobile-hidden{
		display: none !important;
	}

	.is-mobile-visible{
		display: block !important;
	}
	
	.is-mobile-flex{
		display: flex !important;
	}

	.word-break{
		white-space: nowrap;
	}

	.mobile-reversed-column{
        flex-direction: column-reverse !important;
    }

	.has-full-width-children-on-mobile div,
	.has-full-width-children-on-mobile img{
		max-width: 100% !important;
		width: 100% !important;
	}

	.is-full-width-mobile{
		max-width: 100% !important;
	}

	.payment-icon{
		flex-direction: column;
		gap: 10px;
	}
	
	.payment-icon svg{
		width: 100%;
	}

	.is-flex-column-reverse-mobile{
		flex-direction: column-reverse !important;
	}

	.is-slider-on-mobile .slick-list{
        width: 100% !important;
        overflow: hidden !important;
    }

    .is-slider-on-mobile .slick-track{
        display: flex !important;
    }
}