/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/
@font-face {
    font-family: 'VAG Rounded Std2';
    src: url('font/VAGRoundedStd-Bold.woff2') format('woff2'),
        url('font/VAGRoundedStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded Std2';
    src: url('font/VAGRoundedStd-Light.woff2') format('woff2'),
        url('font/VAGRoundedStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded Std2';
    src: url('font/VAGRoundedStd-Bold.woff2') format('woff2'),
        url('font/VAGRoundedStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded Std2';
    src: url('font/VAGRoundedStd-Light.woff2') format('woff2'),
        url('font/VAGRoundedStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html, body {
	overflow-x: hidden !important;
	scroll-padding-top: 60px; /* adjust the padding top for anchors */
	scroll-behavior: smooth;
	overflow-anchor: none; /* Empêche Safari de sauter vers le bas */
}

.no-scroll {
    overflow: clip !important;
    height: 100vh !important;
}
.elementor-widget-image a img[src$=".svg"] {
    width: inherit !important;
}
a:focus-visible { /*DISABLE OUTLINE*/
	outline: none !important;
}
.overflow-hidden, .overflow-hidden .elementor-widget-container{
	overflow: hidden !important;
}
.overflow-visible{
	overflow: inherit !important;
	content-visibility: visible !important;
}
.inherit a{
	color: inherit !important;
}
.underline a{
	text-decoration: underline !important;
}
.height100, .height100 .elementor-widget-container{
	height: 100% !important;
}
.width100{
	width: 100% !important;
}
.extend-link a::before{/*THIS EXTENDS THE LINK TO THE ENTIRE WIDGET BLOCK*/
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
a:hover{
	cursor: pointer;
}
.hover-black a:hover{
	color: #000000 !important;
}
.pointer-none:not(.elementor-widget-button):hover{
	pointer-events: none !important;
}
.pointer:hover{
	cursor: pointer !important;
}
.vertical-separator{
	display: flex;
	height: 100%;
	width: 1px;
	background-color: rgba(100, 91, 81, 0.15);
}
.vertical-separator-white{
	display: flex;
	height: 100%;
	width: 1px;
	background-color: #FAF7F233;
}
.inactif{
	opacity: 0.5;
}
@media (max-width: 768px){
	.overflow-x{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
    }
    .nobr br{
		display: none;
	}
	.none-mobile{
		display: none !important;
	}
	.width100mobile, .width100mobile .elementor-widget-container, .width100mobile a{
		width: 100% !important;
	}
}
@media (min-width: 769px){
	.none-desktop{
		display: none !important;
	}
}
@media (min-width: 1024px){
	.side-menu-mobile{
		display: none !important;
	}
}
.display-none{
	display: none !important;
}
.flex-center *{
	display: flex !important;
	justify-content: center !important;
}
/*----------------------------------------PAGE MARGIN FOR STICKY HEADER----------------------------------------*/
body{
	padding-top: 70px;
}
@media (max-width: 1024px){
	body{
		padding-top: 65px;
	}
}
/*----------------------------------------TYPOS AND COLORS----------------------------------------*/
.blue{
	color: var(--e-global-color-secondary);
}
.green{
	color: #A6C140;
}
.brown{
	color: #645B51;
}
.brown-officiel{
	color: #606060;
}
strong, b{
	font-weight: 700 !important;
}
.hamurz{
	font-feature-settings: 'calt' off !important;
}
/*----------------------------------------CTAS----------------------------------------*/
.elementor-button-content-wrapper {
    align-items: center;
}
.cta-categorie .elementor-icon-box-wrapper {
        text-align: center;
        justify-content: center;
        align-items: center;
}
.cta-categorie .elementor-icon-box-content {
    flex-grow: 0 !important;
}
/*----------------------------------------SLIDER PRODUITS----------------------------------------*/
.slider-produits div.swiper-slide.produit{
    overflow: visible !important;
    display: block !important;
}
.slider-produits .swiper{
	overflow-y: visible !important;
	overflow-x: clip !important;
}
@media (max-width: 768px){
	.slider-produits .swiper-slide:not(.swiper-slide-active){
		transition: opacity 0.6s;
		opacity: 0.5 !important;
	}
	.slider-produits.swiper-slide{
		transition: opacity 0.6s;
	}
	.product-bloc{
		flex-wrap: inherit !important;
		--flex-wrap: inherit !important;
	}
}
.product-cta-button{
	opacity: 0;
}
.shadow img{
	filter: drop-shadow(0px 0px 40px rgba(100, 91, 81, 0.10));
}
.listing_gammes .jet-listing-grid__items{
	display: flex;
	flex-direction: row;
}
.listing_gammes .jet-listing-grid__item{
    display: flex;
    flex: none;
}
/*----------------------------------------HOVER PRODUCT BLOC----------------------------------------*/
.product-bloc *{
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(.21,1.34,.65,1.01);
}
.product-bloc:hover .product-img img{
	transform: scale(1.06);
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(.21,1.34,.65,1.01);
}
.product-bloc:hover .product-cta-button{
	opacity: 1;
	transform: translateY(-50px);
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(.21,1.34,.65,1.01);
}
.product-bloc:hover .product-args{
	opacity: 0.2;
	transition: all 0.6s;
    transition-timing-function: cubic-bezier(.21,1.34,.65,1.01);

}
.product-bloc .product-cta-button p{
	transform: translateY(-10px);
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(.21,1.34,.65,1.01);
}
.product-bloc:hover .product-cta-button p{
	transform: translateY(0px);
	transition: all 0.6s;
	transition-timing-function: cubic-bezier(.21,1.34,.65,1.01);
}
/*----------------------------------------HEADER AND NAVIGATION----------------------------------------*/
#menu-chien svg{
	--n-menu-icon-size: 20px !important;
}
.menu-univers ul{
	align-items: center;
}
.searchbar .elementor-search-form__container, .searchbar-mobile-modal .elementor-search-form__container{
	flex-direction: row-reverse;
	width: 260px;
}
div.e-n-menu-title{
	transition: inherit !important;
}
nav.e-n-menu:hover .e-n-menu-title-text, div.e-n-menu-title:has(button[aria-expanded="true"]) .e-n-menu-title-text {
	color: #5D9AD9 !important;

}
@media (min-width: 1025px) and (max-width: 1600px){
	.searchbar .elementor-search-form__container, .searchbar-mobile-modal .elementor-search-form__container{
		width: 200px;
	}
}
@media (min-width: 2400px){
	.searchbar .elementor-search-form__container, .searchbar-mobile-modal .elementor-search-form__container{
		width: 320px;
	}
}
.searchbar-small{
	display: none;
}
@media (min-width:1025px) and (max-width:1397px){
	.searchbar{
		display: none;
	}
	.searchbar-small{
		display: flex !important;
	}
}
.icon-univers{
	height: 35px;
}
@media (max-width: 768px){
	.mobile-menu .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
	    left: 0 !important;
	}
	.mobile-menu div.e-n-menu-title{
		width: 100%;
		justify-content: space-between;
	}
	.mobile-menu .e-n-menu-item{
		width: 100%;
	}
	.mobile-menu .e-n-menu-title:has(button[aria-expanded="true"]){
		color: #5D9AD9 !important;
	}
	.mobile-menu .e-n-menu-title:has(button[aria-expanded="true"]) .e-n-menu-icon svg path{
		fill: #5D9AD9 !important;
	}
}
.img-gamme-menu .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
	height: 50px !important;
	transition: all 0.4s ease;
}
.img-gamme-menu img{
	padding: 5px;
}
.lanceur-gamme, .hover-blue{
	max-height: 125px;
}
.lanceur-gamme:hover .img-gamme-menu .elementor-widget-container{
    transform: scale(1.12);
	transition: all 0.4s ease;
}
.e-n-menu-title:has(button[aria-expanded="true"]) .e-n-menu-title-text {
	color: var(--e-global-color-secondary) !important;
}
#hide-header {
	transition: all .4s ease;
	width: 100% !important;
}
@media (max-width: 1024px){
	#hide-header {
		background-color: transparent !important;
	}
}
header li.e-n-menu-item{
	z-index: 99 !important;
}
header li.e-n-menu-item a::before{/*THIS EXTENDS THE LINK TO THE ENTIRE WIDGET BLOCK*/
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*----------------------------------------MENU LATERAL MOBILE----------------------------------------*/

.mobile-accordion div.e-n-accordion-item-title-text img{
	width: 25px;
	margin-right: 10px;
}
.mobile-accordion .chien-mobile{
	width: 21px !important;
	margin-left: 3px;
}
.mobile-accordion div.e-n-accordion-item-title-text{
	display: flex;
    align-items: center;
}
.mobile-accordion summary.e-n-accordion-item-title[aria-expanded="false"] img.active{
	display: none;
}
.mobile-accordion summary.e-n-accordion-item-title[aria-expanded="true"] img.inactive{
	display: none;
}
.light{
	font-weight: 400 !important;
}
.mobile-accordion summary.e-n-accordion-item-title[aria-expanded="true"] .light{
	font-weight: 600 !important;
}
.mobile-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title {
    color: var(--e-global-color-primary) !important;
}
#close-side-menu, #side-menu-mobile{
	opacity: 0;
}
#side-menu-mobile{
	display: none;
	overflow-y: auto;
	max-height: 110vh !important;
}
#nav-side-menu{
	overflow: auto;
}

/*----------------------------------------HOMEPAGE----------------------------------------*/
*:focus-visible{
	outline: none !important;
}
.filtre-besoins option:first-child {
	display: none !important;
}

.show-listing, .hide-listing{
	display: none;
}
.row-thematiques .elementor-button:hover{
	font-weight: 700 !important;
}
.row-thematiques .elementor-button{
	min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1900px){
	.row-thematiques .boutons-categorie{
		--flex-grow: 1 !important;
    	--flex-shrink: 0 !important;
	}
}
.cta-pages-univers i{
	font-size: calc(100%*1.7) !important;
}
a#load-more-besoins{
	justify-content:center !important;
}
@media (max-width:767px){
	#besoins.centrer .jet-listing-grid__items > .jet-listing-grid__item {
	    max-width: 100% !important;
	    flex: auto !important;
	}	
}
@media (min-width: 768px) and (max-width: 1142px){
	#besoins.centrer .jet-listing-grid__items > .jet-listing-grid__item, .slider-produits2.centrer .jet-listing-grid__items > .jet-listing-grid__item {
        flex: 0 0 calc(100% / var(--columns)) !important;
        max-width: 320px !important;
	}
	#besoins .jet-listing-grid__items {
	    margin: auto !important;
	}
}

/*----------------------------------------PAGE PRODUITS----------------------------------------*/
.tabs-product button.e-n-tab-title[aria-selected="true"] span.e-n-tab-title-text{
	font-weight: 700 !important;
}
.tabs-product .e-n-tab-title-text{
	height: 100%;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tabs-product .e-n-tab-icon{
	height: 100%;
	padding-top: 15px;
	padding-bottom: 18px;
}
.tabs-product .e-n-tabs-heading .e-n-tab-title-text, .tabs-product .e-n-tabs-heading .e-n-tab-icon{
	border-bottom: 1px solid #FFFFFF4A;
}
.tabs-product .e-n-tabs-heading button.e-n-tab-title:last-child .e-n-tab-title-text, .tabs-product .e-n-tabs-heading button.e-n-tab-title:last-child .e-n-tab-icon{
	border-bottom: none !important;
}
.tabs-product .e-n-tabs-heading{
	padding-top: 12px;
    padding-bottom: 12px;
}
.tabs-product table tbody>tr:nth-child(odd):not(:first-child)>td, .tabs-product table tbody>tr:not(:first-child):nth-child(odd)>th {
    background-color: #FFF!important;
}
.tabs-product table tbody tr:hover>td, .tabs-product table tbody tr:hover>th {
    background-color: #fff !important;
}
.tabs-product table tbody tr:first-child:hover>td, .tabs-product table tbody tr:first-child:hover>th {
    background-color: transparent !important;
}
.tabs-product table tbody tr:first-child{
	background-color: #0000001A !important;
}
@media (max-width: 768px){
	.tabs-product button.e-n-tab-title{
		align-items: end !important;
	}
	.tabs-product .e-n-tabs-content p,.tabs-product .e-n-tabs-content h6,.tabs-product .e-n-tabs-content ul{
		margin-bottom: 10px !important;
	}
}
.tabs-product .e-n-tabs-content p,.tabs-product .e-n-tabs-content h6,.tabs-product .e-n-tabs-content ul{
	margin-bottom: 15px !important;
}
.tabs-product .e-n-tabs-content table p{
	margin-bottom: 0px !important;
}
.tabs-product .e-n-tabs-content a{
	text-decoration: underline !important;
}
.faq summary[aria-expanded="true"] .e-n-accordion-item-title-text{
	font-weight: 700;
}
.faq table, .tabs-product table{
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb a:hover, .breadcrumb a.jet-listing-dynamic-terms__link:hover{
	font-weight: 700 !important;
	transition: all 0.4s ease;
	color: #000 !important;
}
.breadcrumb a{
	transition: all 0.4s ease;
	color: inherit !important;
}
.breadcrumb a.jet-listing-dynamic-terms__link{
	color: var(--e-global-color-25665c6) !important; !important;
}
.elementor-slideshow__title{
	display: none;
}
.product-gallery .e-gallery-image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.gallery_product .jet-woo-swiper-control-thumbs__item {
    padding: 5px;
    height: auto;
}

.gallery_product .jet-woo-product-gallery__image:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	background-color: white;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 10px;
}
.gallery_product .jet-gallery-swiper-thumb{
	margin-top: 20px;
}
.gallery_product .jet-woo-swiper-control-thumbs__item{
	max-width: 120px;
}
@media (max-width: 1600px){
	.gallery_product .jet-woo-swiper-control-thumbs__item{
		max-width: 100px;
	}
}
.gallery_product .jet-woo-product-gallery__image img{
	position: relative;
	top: -20px;
	padding-top: 20px;
}

.carousel-blog-produit .swiper-slide-prev{
	transition: opacity 0.4s;
	opacity: 0.5 !important;
}
.carousel-blog-produit .swiper-slide{
	transition: opacity 0.4s;
}
@media (max-width:768px){
	.carousel-blog-produit .elementor-swiper-button{
		display: none !important;
	}
	.carousel-blog-produit .swiper-slide-next{
		transition: opacity 0.4s;
		opacity: 0.5 !important;
	}
	.carousel-blog-produit .swiper-slide-prev{
		opacity: 0 !important;
	}
}
.largeur80 table{
	width: 80% !important;
}
.largeur60 table{
	width: 60% !important;
}
.largeur50 table{
	width: 50% !important;
}
.largeur40 table{
	width: 40% !important;
}
@media (max-width: 768px){
	.largeur40 table, .largeur50 table, .largeur60 table, .largeur80 table{
		width: 100% !important;
	}
}
/*FIX PADDING TABS ON PRODUCT PAGE*/
@media (min-width: 2400px) {
    .e-child:has(div.tabs-product) {
        --padding-top: 60px !important;
        --padding-bottom: 60px !important;
    }
}
@media (max-width: 1600px) {
    .e-child:has(div.tabs-product) {
        --padding-top: 60px !important;
        --padding-bottom: 60px !important;
    }
}
.e-parent:has(div.cta-fixed){
	z-index: 9 !important;
}
/*ALIGNER LE PRODUITS AU CENTRE*/
.centrer .elementor-loop-container, .centrer .elementor-widget-jet-listing-grid:not(.listing_gammes) .jet-listing-grid__items, .centrer .elementor-widget-jet-listing-grid:not(.listing_gammes) .jet-listing-grid {
	display: flex;
    justify-content: center;
}
.centrer .e-loop-item{
	flex: 360px 0;
}
.centrer:not(.listing_gammes) .jet-listing-grid__items > .jet-listing-grid__item {
    max-width: 360px !important;
    flex: auto !important;
}
@media (max-width: 767px){
	.centrer .elementor-loop-container{
		display: flex;
	    justify-content: center;
	    flex-direction: column;
	}
}
.elementor-widget-loop-grid a.product-bloc{
	height: 100% !important;
}
.carousel-blog-produit .elementor-swiper-button.elementor-swiper-button-next svg, .carousel-blog-produit .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: transparent !important;
}
/*CORRECTIF NOUVEAU WIDGET ONGLETS PRODUITS*/
.tabs-produits-officiels .r-tabs-state-active .ue-tab-btn, .tabs-produits-classiques .r-tabs-state-active .ue-tab-btn{
	color: #fff !important;
}
.tabs-produits-officiels .ue-tab-btn, .tabs-produits-classiques .ue-tab-btn{
	color: #ffffff80 !important;
}
.tabs-produits-officiels li.r-tabs-tab a, .tabs-produits-classiques li.r-tabs-tab a{
	padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #FFFFFF4A;
}
.tabs-produits-officiels li:not(.r-tabs-state-active) a, .tabs-produits-classiques li:not(.r-tabs-state-active) a{
	font-weight: 400 !important;
}
.tabs-produits-officiels li.r-tabs-tab a[data-hash-id="#ue-tab10"]{
	padding-top: 15px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
}
.tabs-produits-classiques li.r-tabs-tab a[data-hash-id="#ue-tab4"]{
	padding-top: 15px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
}
.tabs-produits-officiels .ue-content-text ul, .tabs-produits-classiques .ue-content-text ul{
	background-color: #fff !important;
}
.tabs-produits-officiels .ue-content-text a, .tabs-produits-classiques .ue-content-text a{
	text-decoration: underline !important;
}
.tabs-produits-officiels .ue-content-text p, .tabs-produits-classiques .ue-content-text p {
    margin-bottom: 8px !important;
}
@media (max-width: 767px){
	.tabs-produits-officiels .r-tabs-accordion-title a, .tabs-produits-classiques .r-tabs-accordion-title a {
        padding: 20px !important;
        border-bottom: 1px solid #ffffff4D !important;
    }
    .tabs-produits-officiels .ue-content-text table, .tabs-produits-classiques .ue-content-text table{
	  display: block;
	  max-width: -moz-fit-content;
	  max-width: fit-content;
	  overflow-x: auto;
	  white-space: nowrap;
	  padding-bottom: 8px !important;
	}
}
/*----------------------------------------PAGE BLOG----------------------------------------*/
.filtres-blog button.e-filter-item[aria-pressed="true"]{
	font-weight: 700 !important;
}
@media (max-width:768px){
	.filtres-blog button.e-filter-item{
		width: 33% !important;
        flex: none;
        white-space: inherit;
	}
	.filtres-blog search{
		align-items: normal !important;
	}
}
@media (min-width:1600px){
	.filtres-blog search{
		flex-wrap: nowrap !important;
	}
}
.filtres-espece-blog .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>* {
    border-color: transparent !important;
}
.filtres-espece-blog .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator .jet-color-image-list__image img, .jet-color-image-list__button:hover .jet-color-image-list__image img{
    mix-blend-mode: plus-lighter;
    filter: invert(0.6);
}
.filtre-cat-blog img{
	display: none !important;
}
.filtre-cat-blog fieldset{
	display: flex;
	justify-content: space-between;
}
.filtre-cat-blog .jet-color-image-list__row {
    display: flex !important;
    flex-grow: 1;
    width: 100%;
}
.filtre-cat-blog .jet-color-image-list__item {
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: stretch;
}
.filtre-cat-blog .jet-color-image-list__button {
    width: 100%;
    display: flex !important;
    justify-content: center;
}
.jet-color-image-list__input:checked ~ .jet-color-image-list__button .jet-color-image-list__label, .jet-color-image-list__button:hover .jet-color-image-list__label{
	font-weight: 700 !important;
}
@media (max-width: 1240px){
	.filtre-cat-blog fieldset{
    	justify-content: center;
    	flex-wrap: wrap;
    	gap: 5px;
	}
	.filtre-cat-blog .jet-color-image-list__row {
    	flex-grow: 0;
        width: 45%;
        min-height: 43px;
	}
}
.boutons-categorie .elementor-button{
	height: 50px !important;
}
@media (max-width: 767px){
	.boutons-categorie .elementor-button{
		height: 40px !important;
	}
}

/*----------------------------------------PAGE BLOG - ARTICLE SEUL----------------------------------------*/
.temps-lecture .elementor-shortcode{
	display: flex;
	align-items: center;
}
.temps-lecture .elementor-shortcode img{
	margin-right: 10px;
}
@media (max-width:768px){
	.temps-lecture .elementor-shortcode{
		font-size: 12px !important;
	}
	.article-blog h2{
		font-size: 18px;
	}
	.article-blog h3{
		font-size: 16px;
	}
	.article-blog blockquote *{
		font-size: 18px !important;
	}		
}
.table-matiere-blog .elementor-toc__header{
	padding-bottom: 0px !important;
}
.table-matiere-blog .elementor-toc__list-item-text-wrapper i {
    display: none;
}
.table-matiere-blog .elementor-toc__list-item-text.elementor-item-active{
	font-weight: 700 !important;
}
.article-blog h2, .article-blog h3, .article-blog h4, .article-blog h5, .article-blog h6{
	color: #5D9AD9 !important;
}
.article-blog h2, .article-blog h3, .article-blog h4, .article-blog h5, .article-blog h6{
	font-family: "VAG Rounded", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal;
    margin-block-start: 1rem;
}
.article-blog h3{
    font-size: 20px;
}
.article-blog h4, .article-blog h5, .article-blog h6{
    font-size: 16px;
}
.article-blog a{
	text-decoration: underline !important;
}
.article-blog p{
	margin-bottom: 8px !important;
}
.article-blog ul, .article-blog ol{
	margin-block-start: 20px !important;
    margin-block-end: 20px !important;
}
.exergue{
	padding: 3% 5%;
	background-color: #645B511A;
	border-radius: 10px;
	border: 1px solid #645B511A;
	margin-top: 20px;
    margin-bottom: 20px;
}
ul.pattes{
	    padding-inline-start: 30px;
}
ul.pattes li:not(:last-child), ol.chiffres li:not(:last-child){
    margin-block-end: 12px;
}
ul.pattes li {
    padding-left: 4px;
}
ul.pattes li::marker{
	display: none !important;
	content: "";
}
ul.pattes li::before{
    content:"";
    position: absolute;
    width: 20px;
    height: 17px;
    background-image: url(/wp-content/uploads/2024/09/list-icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -29px;
}
ol.chiffres li{
    list-style: none;
    counter-increment: myIndex;
    display: flex;
    gap: 10px;
    align-items: center;
}

ol.chiffres li:before{
    content: counter(myIndex) " ";
    background-color: #5d9ad9;
    border-radius: 100%;
    color: #faf7f2;
    font-weight: 700;
    width: 0px;
    height: 0px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ol.chiffres {
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-blog blockquote *{
	color: #5D9AD9;
	text-align: center;
	font-feature-settings: 'calt' off;
	font-family: "VAG Rounded Std2";
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.article-blog blockquote{
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid #645B5133;
	border-bottom: 1px solid #645B5133;
	margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.article-blog .wp-block-image{
	margin-top: 20px;
	margin-bottom: 20px;
}
.article-blog .wp-block-image.is-style-rounded img{
	border-radius: 10px !important;
}
.listing_gammes.centrer .jet-listing-grid__items{
	justify-content: center !important;
}
.slider-produits2 .slick-arrow svg{
	display: none !important;
}
.slider-produits2 .slick-arrow svg{
	display: none !important;
}
.slider-produits2 .prev-arrow{
	background-image: url(/wp-content/uploads/2024/08/left.svg) !important;
    background-size: 9px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.slider-produits2 .next-arrow{
	background-image: url(/wp-content/uploads/2024/08/right.svg) !important;
    background-size: 9px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: scaleX(1) !important;
}
.slider-produits2 a.product-bloc{
	height: 100% !important;
}

/* --- JetEngine >= 3.8 : le slider des listings est passe de Slick a Swiper ---
   Les regles .slick-* ci-dessus ne matchent plus rien. On porte ici les seuls
   comportements indispensables sur les classes Swiper equivalentes :
     .slick-list  -> .jet-listing-grid__slider.swiper   (conteneur qui rogne)
     .slick-track -> .jet-listing-grid__items           (piste)
     .slick-slide -> .swiper-slide
     .slick-current -> .swiper-slide-active
   Swiper pose overflow:hidden sur son conteneur, ce qui coupait les visuels
   produit remontes hors de la carte (margin-top negatif du template 106).
   overflow-x:clip conserve le masquage lateral des slides voisines,
   overflow-y:visible laisse le paquet depasser vers le haut. */
.slider-produits2 .jet-listing-grid__slider.swiper{
	overflow-x: clip;
	overflow-y: visible;
}
@media (max-width: 767px){
	.slider-produits2 .swiper-slide:not(.swiper-slide-active){
		opacity: 0.5 !important;
		transition: opacity 0.5s !important;
	}
	.slider-produits2 .swiper-slide.swiper-slide-active{
		opacity: 1 !important;
		transition: opacity 0.5s !important;
	}
}
@media (min-width: 768px){
	.slider-produits2.centrer .jet-listing-grid__items.jet-equal-columns__wrapper{
		align-items: center;
		justify-content: center !important;
	}
}

@media (max-width: 767px){
	.slider-produits2 .slick-arrow{
		display: none !important;
	}
	.slider-produits2 .slick-track div.slick-slide:not(.slick-current){
		opacity: 0.5 !important;
		transition: opacity 0.5s !important;
	}
	.slider-produits2 .slick-track div.slick-slide{
		opacity: 1 !important;
		transition: opacity 0.5s !important;
	}

}
@media (min-width: 768px){
	.slider-produits2.centrer .jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {
    	align-items: center;
    	justify-content: center !important;
	}

}
/*----------------------------------------PAGE ESPECE FILTRES----------------------------------------*/

.jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>* {
    border-color: inherit !important;
}
.filtre-produits .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__label {
    font-weight: 700 !important;
}
.filtre-produits .jet-checkboxes-list__button, .filtre-produits .jet-color-image-list__button{
	opacity: 0.5 !important;
}
.filtre-produits input:checked+*{
	opacity: 1 !important;
	font-weight: 700 !important;
}

.filtre-produits .jet-more-btn:after{
	content: "";
    position: relative;
    margin-left: 5px;
    height: 10px;
    width: 10px;
    background-image: url(/wp-content/uploads/2024/09/voirplus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.filtre-produits .jet-less-btn:after{
	content: "";
    position: relative;
    margin-left: 5px;
    height: 10px;
    width: 10px;
    background-image: url(/wp-content/uploads/2024/09/voirmoins.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
button.jet-remove-all-filters__button{
	border: none !important;
}

/*----------------------------------------NOUS CONTACTER----------------------------------------*/
#formulaire .elementor-field-group-typologie span.elementor-field-option{
	width: 50%;
	padding-inline-end: 0px;
}
#formulaire .elementor-field-group-typologie span.elementor-field-option label{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 20px;
    border-radius: 5px;
    border: 1.5px solid rgba(0, 0, 0, 0.20);
    background: rgba(100, 91, 81, 0.05);
    height: 100%;
}
#formulaire .elementor-field-group-typologie span.elementor-field-option label img{
	max-width: 70px;
	margin: auto;
}
#formulaire .elementor-field-group-typologie input{
	display: none;
}
#formulaire .elementor-field-group-typologie .elementor-field-subgroup{
	gap: 40px;
    flex-wrap: nowrap;
}
@media (max-width:768px){
	#formulaire .elementor-field-group-typologie .elementor-field-subgroup{
		gap: 20px;
	    flex-wrap: nowrap;
	}
}
#formulaire .elementor-field-group-typologie input[type="radio"]:checked + label {
    background: #5D9AD9;
}
#formulaire .elementor-field-group-typologie input[type="radio"]:checked + label {
    font-weight: 700;
    color: #FAF7F2;
}
#formulaire .elementor-field-group-typologie input[type="radio"]:checked + label img{
    filter: invert(1) !important;
}
#formulaire .elementor-field-group:not(.elementor-field-group-typologie) {
    opacity: 0.35;
}
.opacity1{
	opacity: 1 !important;
}
#formulaire .elementor-field-textual:focus{
	background-color: #FAF7F2 !important;
}
#formulaire .elementor-message.elementor-message-danger:before{
	content: "" !important;
	background-image: url(/wp-content/uploads/2024/11/close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
    height: 12px;
}
/*----------------------------------------STORE LOCATOR----------------------------------------*/

.map100 .jet-map-listing {
    height: 100% !important;
}
#map{
	min-height: 500px !important;
}
#map .leaflet-tile-container {
    filter: grayscale(1);
}
.sl-pagination .jet-filters-pagination__link {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#map .marker-cluster div{
	font-family: "Hamurz", Sans-serif !important;
    font-size: 23px !important;
    color: #fff !important;
    background-color: transparent !important;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
}
#map .marker-cluster{
	width: 55px !important;
	height: 55px !important;
    background-color: #5D9AD9 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100% !important;
}
#map .marker-cluster span {
    line-height: 23px !important;
    align-self: center !important;
    display: flex !important;
    margin: auto !important;
    height: 27px !important;
}
/*.jsf-location-distance__distance{
	width: auto !important;
}*/
input.jsf-location-distance__location-input::placeholder {
  color: var(--e-global-color-25665c6);
}
/*.jsf-location-distance__location::after {
  content: url(/wp-content/uploads/2024/09/search-store-locator.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 18px;
}*/
#apply-geoloc button.apply-filters__button {
    background-image: url(/wp-content/uploads/2024/09/search-store-locator.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 10px;
}
#apply-geoloc .jet-smart-filters-apply-button{
	display: flex;
	height: 100%;
}
#apply-geoloc{
	margin-left: -16%; 
}
@media (max-width: 768px){
	#apply-geoloc{
		margin-left: -21%; 
	}
}
.jsf-location-distance__location-control{
	padding: 20px 28px;
	background-color: #FFFFFF12;
	border-radius: 5px;
}
.jsf-show-locate .jsf-location-distance__location-locate {
    display: flex;
    margin: 0px 10px !important;
    position: relative !important;
    top: 0;
    height: 100%;
}
.jsf-location-distance__location-icon {
    flex: none;
}
select.jsf-location-distance__distance, .jsf-show-loading .jsf-location-distance__location-loading {
	display: none !important;
}
.jsf-location-distance__tooltip {
    background: #D0928C !important;
}
.jsf-location-distance__tooltip:after {
    border-color: #D0928C transparent transparent transparent !important;
}
.jsf-show-clear .jsf-location-distance__location-clear {
    display: flex !important;
    margin: 0px 10px !important;
    top: 0 !important;
    height: 100% !important;
    right: 0px !important;
    position: relative;
}

.map-link a{
	text-align: center !important;
}


.grid-pharmacies img{
	max-height: 76px !important;
	object-fit: contain;
	max-width: 150px !important;
}

.tabs-store-locator button.e-n-tab-title[aria-selected="true"]{
	font-weight: 700 !important;
}
/*----------------------------------------BLOCS REUTILISABLES----------------------------------------*/

.carousel-bloc-template .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-duplicate-prev){
	transition: opacity 0.8s;
	opacity: 0.5 !important;
}
/*----------------------------------------COUNTER----------------------------------------*/
.produitResult, .noResult{
	display: none;
}
/*----------------------------------------RECHERCHE---------------------------------------*/
#resultat-seul{
	display: none;
}
/*----------------------------------------RECAPTCHA AND NOTIFICATION DASHBOARD----------------------------------------*/
.grecaptcha-badge, .grecaptcha-badge *, div#conflicting_seo_plugins{
    display: none !important;
}
/*----------------------------------------ASL PLUGIN STORE LOCATOR----------------------------------------*/
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-no-item,#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-filter-sec .asl-filter-cont .sl-sec-title a span {
    color: #fff !important;
    font-feature-settings: 'calt' off;
	font-family: "VAG Rounded Std2";
	font-size: 16px;
	font-weight: 300 !important;
}
.sl-addr-list-title{
	color: #FFFFFF !important;
	font-feature-settings: 'calt' off;
	font-family: "VAG Rounded Std2";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
.asl-panel-inner{
	background-color: #5D9AD9 !important;
}
.sl-item .highlighted{
	background-color: #FFFFFF1A !important;
}
ul#p-statelist li.sl-item{
  background-color: transparent !important;
}
ul#p-statelist li.sl-item:nth-of-type(odd){
  background-color: #FFFFFF12 !important;
}
.sl-item p:not(.sl-addr-list-title){
	color: #fff !important;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.sl-addr-list-title{
	font-size: 20px !important;
}
@media (max-width:767px){
	.sl-addr-list-title{
		font-size: 16px !important;
		margin-bottom: 0px !important;
	}	
}
.sl-addr-sec{
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    border-left: solid 1px #FFFFFF33;
    min-width: 185px;
}
#asl-storelocator.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .btn.btn-asl {
    color: #FFF;
    background-color: transparent !important;
    border-color: transparent !important;
    text-decoration: underline;
    text-align: center;
	font-feature-settings: 'calt' off;
	font-family: "VAG Rounded Std2";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
	display: flex !important;
}
#asl-storelocator.asl-cont.asl-template-3 .infowindowContent .btn.btn-asl {
    color: #5d9ad9 !important;
    font-weight: 700 !important;
    padding-left: 8px !important;
}
div.infoBoxLoc{
	display: flex !important;
	flex-direction: row;
	align-items: center !important;
}
#asl-storelocator.asl-cont.asl-template-3 .infowindowContent{
    background-color: #fff !important;
    padding-top: 10px !important;
}
.infowindowContent *{
	margin-bottom: 0px !important;
}
#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
    margin-bottom: 0 !important;
    padding: 20px 20px;
    border-bottom: none !important;
}
#asl-storelocator.asl-cont li.sl-item:focus {
    outline: none !important;
}
#asl-storelocator.asl-cont .infoBox .infoWindow h3 {
    font-family: "VAG Rounded Std2" !important;
    letter-spacing: normal !important;
    font-weight: bold !important;
}
#asl-storelocator.asl-cont.asl-template-3 .infoBox #style_0 h3 {
  color: #fff;
  color: var(--sl-primary, #b97077);
  background-color: #5D9AD9 !important;
}
span.sl-tag, .info-addr a{
	font-family: "Helvetica" !important;
}
.sl-filter-sec{
	padding: 20px 10px 10px 10px;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search .form-control {
    border-radius: 5px !important;
    font-family: "Helvetica Neue" !important;
    font-size: 15px !important;
    padding-left: 20px !important;
    border-bottom: none !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search:before {
    display: none !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search .sl-search-btn i {
    color: #5D9AD9 !important;
    background-color: #ffffff!important;
    border-radius: 5px!important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search .asl-search-address {
    font-family: "Helvetica" !important;
    font-size: 15px !important;
}
#asl-storelocator.asl-cont .agile-modal-dialog {
    width: 340px !important;
}
#asl-storelocator.asl-cont .agile-modal .sl-form-group h5 {
    font-family: "VAG Rounded Std2" !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
#asl-storelocator.asl-cont.asl-template-3 .map-image .agile-modal .agile-modal-content {
    padding: 20px 20px;
    box-shadow: none !important;
    border: 1px solid #645B5133 !important;
    border-radius: 10px !important;
}
#asl-storelocator.asl-cont .agile-modal .sl-form-group .sl-close {
    color: #5D9AD9 !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-filter-tabs {
    background-color: #5D9AD9 !important;
    padding: 0px 20px 10px 20px;
}
#asl-storelocator .infoBox{
	border-radius: 5px !important;
	overflow: hidden !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel {
    border: none !important;
    background-color: #5D9AD9 !important;
    border: 1px solid #645B5133 !important;
}
.asl-cont .mb-5, .asl-cont .my-5 {
    margin-bottom: 0px !important;
}
a#sl-distance-tab{
	width: 245px !important;
	border-radius: 50px !important;
}
a#sl-distance-tab:before{
	content: "Dans un rayon de : ";
    padding-right: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-map-canv .asl-reload-map {
    box-shadow: none !important;
    margin-top: 20px;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px!important;
    border-top-left-radius: 50px!important;
    border-top-right-radius: 50px!important;
    font-family: "VAG Rounded Std2" !important;
    text-align: center !important;
    font-size: 12px !important;
    color: #5D9AD9 !important;
    font-weight: bold !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-map-canv .asl-radius-cnt, #asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-map-canv .asl-reset-map {
    margin-top:20px !important;
    border: none!important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    box-shadow: none !important;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
    color: #fff!important;
    background: #D0928C !important;
    font-family: "VAG Rounded Std2" !important;
    text-align: center !important;
    font-size: 12px !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-no-item {
    padding: 0px 20px 10px 20px !important;
    text-align: center;
    width: 100%;
    bottom: auto;
    height: 50px;
    margin: auto;
    vertical-align: middle;
    line-height: 1.4;
    margin-top: 0px !important;
    font-size: 15px;
    color: #002e5f;
    color: var(--sl-primary, #002e5f);
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-filter-tabs .nav .nav-item {
    justify-content: center;
    display: flex;
}
#asl-storelocator.asl-cont .agile-modal-content .btn.btn-default {
    font-family: "VAG Rounded Std2" !important;
    font-weight: bold !important;
}
.asl-filter-tabs{
	display: none !important; /*masquer le selecteur de distance*/
}
/*BARRE DE RECHERCHE*/
.geolocBtn{
	border-radius: 5px !important;
	background: #FFFFFF12 !important;
	padding: 12px !important;
	width: 50px !important;
	margin-left: 10px !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search {
    display: flex !important;
    flex-direction: row !important;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search .sl-search-btn {
    z-index: 11;
    right: 55px !important;
    height: auto !important;
    display: flex;
    cursor: pointer;
    margin-left: -20px;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search .asl-clear-btn {
    right: 105px !important;
    color: #D0928C;
}
.pac-container{
	display: none;
}
#asl-storelocator.asl-cont.asl-template-3 .infoBox #style_0 .infowindowContent .asl-buttons a {
    font-family: 'VAG Rounded' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
    padding: 10px 10px !important;
}
#asl-storelocator a.zoomhere{
	display: none !important;
}
#asl-storelocator.asl-cont .infoBox #style_0 .asl-buttons {
    justify-content: start !important;
    align-items: center !important;
}
/*----------------------------------------SCROLLBAR AND SELECTION----------------------------------------*/

::-webkit-scrollbar{
	width: 8px;
}
::-webkit-scrollbar:horizontal{
	height: 6px;
}
::-webkit-scrollbar-track {
	background: #FAF7F2;
}
::-webkit-scrollbar-thumb {
	background-color: #5D9AD9;
	border-radius: 20px;
	border: 3px solid #5D9AD9;
}
::selection {
    background: #5D9AD9;
    color: #FAF7F2 !important;
}