/*
╔══════════════════════════════════════════════════════════════════════════════╗
║                                                                              ║
║                   MYCARTOSOINS - HOMEPAGE MODULE                        ║
║                                                                              ║
║   Extrait de css-general.css - Sections: 4, 5                          ║
║   Chargement conditionnel selon les pages                                    ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝
*/

   ║  ██████╗  ██╗  ██╗  SECTION 4                                                ║
   ║  ██╔═══╝  ██║  ██║  MAP & SEARCH ENGINE                                      ║
   ║  ╚█████╗  ███████║  Carte et moteur de recherche                             ║
   ║   ╚═══██╗ ╚════██║  #map-container-home, #wpgmza_map_4                        ║
   ║  ██████╔╝      ██║  .wpgmza-*, .search-1st-row                               ║
   ║  ╚═════╝       ╚═╝                                                           ║
   ║                                                                              ║
   ╚══════════════════════════════════════════════════════════════════════════════╝ */

/* MAP ------------------------------------------------------------------------------------------------------- */
/* MAP ------------------------------------------------------------------------------------------------------- */
/* MAP ------------------------------------------------------------------------------------------------------- */
/* MAP ------------------------------------------------------------------------------------------------------- */
/* MARKER LIST */


#map-container-home .et_pb_code_inner{
	height:100%
}

#wpgmza_map_4{
	max-height:100%!important
}

.grouping-item{
	background-color: #ececec;
	min-height: 100%;
}
.grouping-item .wpgmza-panel-info-window {
	background-color: #ececec;
}

.grouping-item .wpgmza-panel-info-window .wpgmza-gallery-item {
	overflow: hidden
}

.wpgmza-integration-field-value {
	word-break: break-word;
}
.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-view .wpgmza-panel-actions{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:2;
	background-color:transparent;
	color:white;
}
.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-view{
	position:relative;
}
.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-view .wpgmza-panel-actions svg.wpgmza-close, .wpgmza-standalone-component .wpgmza-panel-view .wpgmza-panel-actions svg.wpgmza-close {
	fill: white!important;
	transition: fill 0.25s ease;
}


.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-info-window .wpgmza-panel-actions svg.wpgmza-share .line, .wpgmza_map .wpgmza-inner-stack .wpgmza-panel-info-window .wpgmza-panel-actions svg.wpgmza-share .circle {
	stroke: white!important;
	transition: 0.25s ease;
}
/* .viewport-grouping > div.grouping{
	width: calc((100vw - 1000px) / 2)!important;
	min-width:
} */


/* SEARCH ENGINE------------------------ */
.wpgmza_map .wpgmza-inner-stack.top {
	display: none !important
}
.wpgmza-gallery-item:before{
	content: '';
	display: block;
	width: 100%;
	height: 19%;
	background: linear-gradient(to bottom, rgb(0 0 0 / 43%), transparent);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.shrink-engine {
	background: transparent;
}

.main-logo-row-shrink {
	position: absolute !important;
	top: 0vh;
	left: 50%;
	transform: translateX(-50%);
	background:transparent!important;
	width:fit-content!important
}

.main-logo-row.main-logo-row-shrink{
	z-index:999999!important;
}

.flex-col-cust {
	display: flex;
	align-items: top;
	justify-content: center;
	margin: 0 !important;
	gap: 2%;
}

.search-1st-row {
	display: flex;
	justify-content: space-between;
}

.search-1st-row .et_pb_column_2 {
	width: 36%;
	max-width: 400px;
}

.search-1st-row .et_pb_column {
	margin: 0;
}

.search-1st-row .et_pb_column_3 {
	width: 42%;
	max-width: 420px;
}

.search-1st-row .et_pb_column_4 {
	width: 15%;
	max-width: 100px;
	overflow: visible !important;
}

.search-1st-row .et_pb_column_5 {
	width: 15%;
	max-width: 100px;
}


.search-1st-row:after {
	display: none !important
}


.wpgmza-preloader {
	display: none !important;
}


/* bouton zoom out */
.wpgmza-search,
.wpgmza-keywords,
.wpgmza-address-container {
	display: none !important
}

.wpgmza-reset {
	display: block !important
}

.picto-categorie-filtres {
	width: 70px;
	height: 70px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	vertical-align: middle;
	opacity:1
}

.btn-filtres .picto-categorie-filtres,
.picto-blanc {
	filter: brightness(0) invert(1);
	left:0;
	transform:initial;
	width:50px;
	height:50px
}

.wpgmza_cat_checkbox_item_holder:has(> input:checked) {
	background-color: rgba(255,255,255,0.19);
}

.wpgmza-integration-field-value {
	display: flex;
	flex-wrap:wrap;
	gap: 10px
}

.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-list-item{
	border:none;
	margin:0px 0 3px;
	background-color:#d7d7d7;
}
.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-list-item .wpgmza-title, .wpgmza_map .wpgmza-inner-stack .wpgmza-panel-info-window .wpgmza-title{
	color:#121234;
	font-weight:600!important;
}
.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-list-item  .wpgmza-address{
	color:#121234!important;
}

.wpgmza_map .wpgmza-inner-stack .grouping ~ .grouping-handle{
	top:45%;
	background: #121234;
}
.wpgmza-integration-fields-wrapper a{
	color:#121234;
}

.wpgmza-integration-fields-wrapper .wpgmza-integration-field .wpgmza-integration-field-value{
	font-weight:600;
}

.wpgmza_map .wpgmza-inner-stack .grouping ~ .grouping-handle{
	top: calc(var(--wpgmza-component-native-control-height)* 8)!important;
	background:#121234!important;
}
.wpgmza_map .wpgmza-inner-stack .grouping ~ .grouping-handle:hover{
	background:#00899c!important;
	color:white!important
}

.wpgmza-integration-fields-wrapper .wpgmza-integration-field{
	flex-wrap:wrap;
}

.wpgmza_map .wpgmza-inner-stack > .grouping.visible{
	width:99%!important
}
.wpgmza_map .wpgmza-inner-stack.left {
	top: 50%;
	transform: translateY(-50%)!important;
}

.wpgmza-gallery-container{
	min-height:35vh;
	background-image: url(https://mycartosoins.fr/wp-content/uploads/2025/06/image-user-vide-e1749629241392.png);
	background-size: 100% auto;
	background-position: center;
}

.wpgmza-integration-fields-wrapper .wpgmza-integration-field .wpgmza-integration-field-label{
	display:none!important
}

.wpgmza-integration-field[data-field-name="equipement_specialise"] .wpgmza-integration-field-label{
	max-width:100%!important;width:100%!important; flex:initial!important;
	display:inline-flex!important
}

.wpgmza-integration-fields-wrapper .favorite-button{
	position: absolute;
	top: 365px;
	right: 8px;
}
.wpgmza-infowindow-link{
	text-align: end;
	padding: 5%!important;
}

.wpgmza-infowindow-link a{
	color:white;
	background-color: #121234;
	padding:3px 15px;
	border-radius: 50px
}
.wpgmza-infowindow-link a:hover{
	color:#121234!important;
	background-color: white;
	box-shadow: 0px 0px 10px #d7d7d7
}

.wpgmza-integration-field[data-field-id="field_6749c7d86c091"]{
	margin-bottom:20px;
	font-size:1.1rem;
}
.wpgmza-integration-field[data-field-id="field_6749c7d86c091"] .category-id span{
	font-size:1.1rem;
}
div[data-field-id="field_6749cc06f193e"]:before{
	content:'Orientations professionnelles';
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	width:100%;
	padding:2%  0 2% 2%;
	color:#121234;
	border-radius:50px;
}

div[data-field-id="field_6842c4fef0f92"]:before{
	content:'Thématiques santé';
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	width:100%;
	padding:2%  0 2% 2%;
	color:#121234;
	border-radius:50px;
}

div[data-field-id="field_681c80e3ce5bd"]:before{
	margin-top:10px;
	content:"Secteurs d'intervention";
	margin-bottom:10px;
	display:block;
	width:100%;
	padding:2%  0 2% 2%;
	color:#121234;
	border-radius:50px;
}

.wpgmza_map .wpgmza-inner-stack .wpgmza-panel-info-window .wpgmza-address{
	display:none!important;
}

.wpgmza-integration-field[data-field-id="field_6749c7d86c091"]{
	order:1;
	margin-bottom:10px
}
.wpgmza-integration-field[data-field-id="field_681c851c2c38c"]{
	order:2
}
.home .wpgmza-integration-field[data-field-id="field_6842c4fef0f92"]{
	order:3
}

.wpgmza-integration-field[data-field-id="field_6749cc06f193e"]{
	order:4
}
.wpgmza-integration-field[data-field-id="field_681c80e3ce5bd"]{
	order:5
}
.wpgmza-integration-field[data-field-id="field_6825c49f59363"]{
	order:6
}

.wpgmza-integration-field[data-field-name="preciser_le_nom_de_la_structure_int"]{
	order:7
}
.wpgmza-integration-field[data-field-name="equipement_specialise"]{
	order:8
}

.home .wpgmza-integration-field[data-field-id="field_6841a8b240ba8"]{
	order:9
}
.home .wpgmza-integration-field[data-field-id="field_68cc075e26cba"]{
	order:10;
	margin-top:30px;
	border-top:1px solid white;
	padding-top:10px;
}
.home .wpgmza-integration-field[data-field-id="field_68cc075e26cba"] .offres-emploi-subfield{
	color:#5bb880;
}

.wpgmza-integration-fields-wrapper .wpgmza-integration-field[data-field-id="field_681c851c2c38c"], .wpgmza-integration-fields-wrapper .wpgmza-integration-field[data-field-id="field_681c80e3ce5bd"], .wpgmza-integration-fields-wrapper .wpgmza-integration-field[data-field-id="field_6749cc06f193e"],.wpgmza-integration-fields-wrapper .wpgmza-integration-field[data-field-id="field_6825c49f59363"] {
	border-bottom:1px solid white;
	padding-bottom:20px;
	margin-bottom:10px;
}
.wpgmza-integration-fields-wrapper .wpgmza-integration-field .wpgmza-integration-field-value p{
	color:#121234
}

.home .wpgmza-integration-field[data-field-id="field_683f29da009fc"]{
	display:none!important
}

.wpgmza-integration-field[data-field-name="activite_vignette_map"],.wpgmza-integration-field .wpgmza-integration-field-value .acces_pmr-vignette-map, .wpgmza-integration-field[data-field-name="dynamic_categories"], .wpgmza-integration-field[data-field-name="infos_autres"], .wpgmza-integration-field-value span.category-id[data-category-id="81"], .wpgmza-integration-field-value span.category-id[data-category-id="80"], .wpgmza-integration-field[data-field-name="structure_intervention_info"] {
	display:none!important
}

.wpgmza-integration-field[data-field-name="pmr_infos"] .wpgmza-integration-field-value:before{
	display: inline-flex;
	width: 35px;      /* largeur de l'icône */
	height: 35px;
	align-items: center;
	/* 1. ton SVG en data-URI */
	content: '';
	background: url('https://mycartosoins.fr/wp-content/uploads/2025/04/Groupe-675.png') no-repeat center/contain;
	margin-right: 0.5em;
}
.wpgmza-integration-field[data-field-name="pmr_infos"] .wpgmza-integration-field-value:after{
	content:'Accès PMR';
	display: inline-flex;
	align-items:center;
}
.wpgmza-integration-field[data-field-name="pmr_infos"]{
	padding-bottom:15px;
}




/* ╔══════════════════════════════════════════════════════════════════════════════╗

   ║  ██████╗  ██████╗   SECTION 5                                                ║
   ║  ██╔═══╝  ██╔═══╝   FILTRES                                                  ║
   ║  ╚█████╗  ╚█████╗   Système de filtrage complet                              ║
   ║   ╚═══██╗  ╚═══██╗  .filtre-metiers, .filtre-localisation                    ║
   ║  ██████╔╝ ██████╔╝  .filtre-multicolor, .btn-filtres                         ║
   ║  ╚═════╝  ╚═════╝   .filter-ajax-cust, .mcs-tags-bar, .dynamic-chips         ║
   ║                                                                              ║
   ╚══════════════════════════════════════════════════════════════════════════════╝ */

/*  filtre metiers-----------------------*/

.filtre-metiers .wpgmza-list>label,

.filtre-metiers .wpgmza-list li.wpgmza_cat_checkbox_item_holder,
.filtre-metiers .wpgmza-list input#wpgmza_cat_checkbox_18,
.filtre-metiers .wpgmza-list .wpgmza_cat_checkbox_item_holder_18>label {
	display: none
}

.filtre-metiers .wpgmza-list .wpgmza_cat_checkbox_item_holder_18 ul li.wpgmza_cat_checkbox_item_holder,
.filtre-metiers .wpgmza-list .wpgmza_cat_checkbox_item_holder_18 {
	display: list-item !important
}



.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 {
	display: flex;
	justify-content: center;
	width: 100%;
}

.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 .wpgmza_cat_ul_child {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	row-gap: 12px;
}


.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 li.wpgmza_cat_checkbox_item_holder {
	width: 31%;
	min-height: 90px;
	border-radius: 10px;
	background-color: #E1E1E4;
	position: relative;
}



.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 li.wpgmza_cat_checkbox_item_holder label, .wpgmza_cat_checkbox_item_holder_25 li.wpgmza_cat_checkbox_item_holder label {
	display: flex;
	width: 100%;
	justify-content: center;
	height: 100%;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	letter-spacing: -1px;
	FONT-WEIGHT: 500;
	color: #121234;
	cursor: pointer;
	padding: 10px 6px;
	text-align: center;
	line-height: 13px;
}

.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 li.wpgmza_cat_checkbox_item_holder input,
.wpgmza_cat_checkbox_item_holder_80 input,
.wpgmza_cat_checkbox_item_holder_81 input,
.wpgmza_cat_checkbox_item_holder_82 input,
.wpgmza_cat_checkbox_item_holder_83 input,
.wpgmza_cat_checkbox_item_holder_83 input,

.wpgmza_cat_checkbox_item_holder_25 li.wpgmza_cat_checkbox_item_holder input

{

	position: absolute;
	z-index: 2;
	opacity: 0 !important;
	display: flex;
	cursor: pointer;
	width: 100%;
	height: 100%;
	margin:0;
	top:0
}

.wpgmza_cat_checkbox_item_holder_22 input

{

	opacity: 0 !important;
	display: flex;
	cursor: pointer;
	width: 100%;
	height: 100%;
	margin:0;
	top:0
}

.wpgmza_cat_checkbox_item_holder_80,
.wpgmza_cat_checkbox_item_holder_81,
.wpgmza_cat_checkbox_item_holder_82,
.wpgmza_cat_checkbox_item_holder_83,
.wpgmza_cat_checkbox_item_holder_84 {
	position: relative;
	height: 100%;
}


.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder {
	padding: 0 !important;
}


.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 li.wpgmza_cat_checkbox_item_holder input:checked+label, .wpgmza_cat_checkbox_item_holder_25 li.wpgmza_cat_checkbox_item_holder input:checked+label {
	outline: 1px solid #1212343b;
	outline-offset: -5px;
	border-radius: 10px;
}


.filtre-metiers {
	position: absolute;
	width: 100%;
}

/* 
.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 li.wpgmza_cat_checkbox_item_holder label:before{
	content:'';
	display:block;
	width:65%;
	height:55px;
	position:absolute;
	top:8px;
	left:50%;
	transform:translateX(-50%);
	background-size: 100% 100%;
} */


/* Filtre medecin */
.wpgmza_cat_checkbox_item_holder_12 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/medecin.svg');
}
/* Filtre Pharmacien */
.wpgmza_cat_checkbox_item_holder_40 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/pharma.svg');
}

/* Filtre dentiste */
.wpgmza_cat_checkbox_item_holder_41 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/chir_dentistes.svg');
}
/* Filtre ergo */
.wpgmza_cat_checkbox_item_holder_42 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/ergo.svg');
}

/* Filtre audioprothesiste */
.wpgmza_cat_checkbox_item_holder_43 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/audioprothesistes.svg');
}

/* Filtre ORL */
.wpgmza_cat_checkbox_item_holder_44 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/ORL.svg');
}
/* Filtre psy */
.wpgmza_cat_checkbox_item_holder_45 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/psychologue.svg');
}

/* Filtre infirmiere */
.wpgmza_cat_checkbox_item_holder_19 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/infirmiere.svg');
}

/* Filtre kiné */
.wpgmza_cat_checkbox_item_holder_24 label:before{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2024/11/kine.png');
}


/* .wpgmza_cat_checkbox_item_holder_24 label{
	padding: 3px 15% 5px!important;
		word-break: break-all;
} */
/* .wpgmza_cat_checkbox_item_holder_43 label{
	padding: 3px 20% 5px!important;
		
} */

.filtre-metiers .wpgmza_cat_checkbox_item_holder_18 li.wpgmza_cat_checkbox_item_holder:hover, .wpgmza_cat_checkbox_item_holder_25 li.wpgmza_cat_checkbox_item_holder:hover{
	outline: 1px solid #1212343b;
	outline-offset: -5px;
}


/* filtre localisation-------------------- */

.filtre-localisation .wpgmza-list>label,

.filtre-localisation .wpgmza-list li.wpgmza_cat_checkbox_item_holder,
.filtre-localisation .wpgmza-list input#wpgmza_cat_checkbox_25,
.filtre-localisation .wpgmza-list .wpgmza_cat_checkbox_item_holder_25>label {
	display: none
}

.filtre-localisation .wpgmza-list .wpgmza_cat_checkbox_item_holder_25 ul li.wpgmza_cat_checkbox_item_holder,
.filtre-localisation .wpgmza-list .wpgmza_cat_checkbox_item_holder_25 {
	display: list-item !important
}


.filtre-localisation .wpgmza_cat_checkbox_item_holder_25 {
	display: flex;
	justify-content: center;
	width: 100%;
}

.filtre-localisation .wpgmza_cat_checkbox_item_holder_25 .wpgmza_cat_ul_child {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	row-gap: 12px;
}


.filtre-localisation .wpgmza_cat_checkbox_item_holder_25 li.wpgmza_cat_checkbox_item_holder {
	width: 31%;
	min-height: 90px;
	border-radius: 10px;
	background-color: #E1E1E4;
	position:relative;
}


.filtre-localisation {
	position: absolute;
	width: 100%;
}


/* 
.wpgmza_cat_checkbox_item_holder_25 li.wpgmza_cat_checkbox_item_holder label:before{
	content:'';
	display:block;
	width:65%;
	height:55px;
	position:absolute;
	top:8px;
	left:50%;
	transform:translateX(-50%);
	background-size: 100% 100%;
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/03/secteur-loc.svg')
} */




/* filtre filtres ------------------*/

.filtre-filtres .wpgmza-list>label,

.filtre-filtres .wpgmza-list input#wpgmza_cat_checkbox_20,
.filtre-filtres .wpgmza-list .wpgmza_cat_checkbox_item_holder_20>label {
	display: none
}


.filtre-filtres .wpgmza-list .wpgmza_cat_checkbox_item_holder_20 ul li.wpgmza_cat_checkbox_item_holder,
.filtre-filtres .wpgmza-list .wpgmza_cat_checkbox_item_holder_20 {
	display: list-item !important
}

#filtres-btn .et_pb_code_inner,
#ok-search-btn .et_pb_code_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
	cursor: pointer;
	color:white;
	font-size:1.1rem;
}



/*Bouton ok moteur  */


/* filtre multicolor */
.filtre-multicolor-container {
	max-width: 1000px;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	position: relative;
}

.filtre-multicolor-container .filtre-multicolor {
	flex: 1 15%;
	width: 15%;
}



.filtre-SDF .wpgmza-list>label,

.filtre-SDF .wpgmza-list li.wpgmza_cat_checkbox_item_holder,
.filtre-SDF .wpgmza-list input#wpgmza_cat_checkbox_20,
.filtre-SDF .wpgmza-list .wpgmza_cat_checkbox_item_holder_48>label,
.wpgmza_cat_checkbox_48>input {
	display: none
}

.filtre-SDF .wpgmza-list .wpgmza_cat_checkbox_item_holder_48 ul li.wpgmza_cat_checkbox_item_holder,
.filtre-SDF .wpgmza-list .wpgmza_cat_checkbox_item_holder_48 {
	display: list-item !important
}

/* filtre multicolor */
/* .filtre-multicolor .et_pb_code_inner{
	top:-3px;
} */

.filtre-multicolor #wpgmza_filter_4>div>ul>li.wpgmza_cat_checkbox_item_holder,
.wpgmza-marker-listing-category-filter>label,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>input,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>label,
#wpgmza_cat_checkbox_48 {
	display: none
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_80,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_84,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_83,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_82,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_81 {
	display: list-item !important;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48 {
	width: 100%;
/* 	height:100px;
	position: absolute;
	top:0px;
	
	left: 0; */
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_80,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_84,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_83,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_82,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_81 {
	flex: 1 19%;
	display: flex;
	width: 19%;
	height: 8vh;
	background: white;
	border-radius: 15px;
	margin-top: 12.4vh;
	height: 20vh;
	cursor: pointer;
	position: relative
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_80,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_81 {
	background-color: #121234;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_82,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_83,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_84 {
	background-color: #00899c;
}

.filtre-multicolor #wpgmza_filter_4>div>ul.wpgmza_cat_ul {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
	column-gap: 1%;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul {
	display: flex;
	height:100%
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>.wpgmza_cat_ul_child>li {
	flex: 1 16%;
	position: relative;
	cursor: pointer;
	color: white;
}



.filtre-multicolor .wpgmza_cat_checkbox_item_holder_49 {
	order: 1
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_50 {
	order: 2
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_51 {
	order: 3
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_52 {
	order: 4
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_85 {
	order: 5
}
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_86 {
	order: 6
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_54 {
	order: 7
}
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_134 {
	order: 8
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48 input,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_80 input,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_81 input,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_83 input,
input#wpgmza_cat_checkbox_84,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_82 input {
	/* opacity: 0 !important; */
	position: absolute;
	z-index: 2;
	opacity: 0 !important;
	display: flex;
	cursor: pointer;
	width: 100%;
	height: 105%;
}



.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>.wpgmza_cat_ul_child>li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
	border-radius:15px;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48 label {
	text-align: center;
	line-height: 13px;
	font-size: 13px !important;
	word-break: break-word;
	max-width: 100%;
	font-family: 'raleway';
	padding:0 19%;
	width:calc(100% - 10px);
	border-radius:10px
}
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_134 ul {
	background-color: #D5CA2A;
}

/* .filtre-multicolor #wpgmza_filter_4 > div > ul > li > ul > li.wpgmza_cat_checkbox_item_holder.wpgmza_cat_checkbox_item_holder > label{
min-height:calc(100% - 10px);
}
 */
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_134 label{
	padding:0 5%
}

 

.btn-filtres li{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.btn-filtres label {
	text-align: center;
	line-height: 13px;
	font-size: 13px!important;
	word-break: break-word;
	max-width: 100%;
	font-family: 'raleway';
	min-height:100%;
}

.wpgmza_cat_checkbox_item_holder_80 label, .wpgmza_cat_checkbox_item_holder_81 label,.btn-filtres .wpgmza_cat_checkbox_item_holder_22 label{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* .btn-filtres{
	height:18vh!important;
} */


.btn-filtres:hover, .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>.wpgmza_cat_ul_child>li:hover, .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder:hover{
	outline:1px solid #ffffff5e;
	outline-offset:-5px;
}


.btn-filtres .et_pb_code_inner{
	display:flex;
	flex-direction:column;
	gap:10px;
}

.btn-filtres .wpgmza-standalone-component {
	background-color:#121234;
	border-radius:10px;
}



/* .btn-filtres label:before{
content:'';
	display:block;
	width:90px;
	height:90px;

	background-size:cover;
	background-position:center;
	margin:0 auto;
}
.btn-filtres label[for="wpgmza_cat_checkbox_80"]:before{
	 background-image:url('https://mycartosoins.fr/wp-content/uploads/2024/12/Rech-pro-pict.png');
}
.btn-filtres label[for="wpgmza_cat_checkbox_81"]:before{
	 background-image:url('https://mycartosoins.fr/wp-content/uploads/2024/12/Rech-struct-picto.png');
}
.btn-filtres label[for="wpgmza_cat_checkbox_22"]:before{
	 background-image:url('https://mycartosoins.fr/wp-content/uploads/2024/12/Offres-emploi-picto.png');
}

.btn-filtres label[for="wpgmza_cat_checkbox_83"]:before{
	 background-image:url('https://mycartosoins.fr/wp-content/uploads/2024/12/boite-outil-picto.png');
} */




.btn-filtres label[for="wpgmza_cat_checkbox_20"], .btn-filtres input[id="wpgmza_cat_checkbox_20"]{
	display:none;
}
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder>ul.wpgmza_cat_ul_child {
	height: 0;
	min-width: 206%;
	padding: 0 1vw !important;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 2%;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_49 ul {
	background-color: #117e9a;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_50 ul {
	background-color: #535293;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_51 ul {
	background-color: #7b0e6f;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_52 ul {
	background-color: #be5652;
}
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_86 ul {
	background-color: #d78962;
}
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_54 ul {
	background-color: #ea8410;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder {
	margin: 4px 0;
	border-radius:10px;
	position:relative;
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder>ul.wpgmza_cat_ul_child {
	display: none;
}

/* .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder>input:checked+label+ul, */
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder:hover .wpgmza_cat_ul_child {
	display: inherit;
	height: auto !important;
	padding: 10px !important;
	transition: all 0.3s ease-in-out;
	position:absolute;
	z-index:4;
	top:100%
}
input:checked~label:after{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background-color:#121234;
	border-radius:5px;
	position:absolute;
	right:4%;
	top:50%;
	transform:translateY(-50%);
}

/* .filtre-multicolor .wpgmza_cat_checkbox_item_holder ul li {
	transition: all 0.1s linear;



} */
.engine-expanded .map-btn-container{
	display:none!important
}

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder ul li input,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder ul li label {
	width: 140%;
	max-width:100%;
	padding:0;
	text-align:left;
	display: flex;
	justify-content: flex-start;
	max-height: 35px;
}

/* .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder ul li:hover,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>.wpgmza_cat_ul_child>li:hover, */


/* .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder input:checked+label {
	background: #eceded3d;
	color: #ffffff;
} */

/* .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder ul li input:checked+label,
.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder ul li input:checked .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder>label, .btn-filtres input:checked.btn-filtres label {
	background: #eceded3d;
	color: #ffffff;
} */

.filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder ul li {
	padding: 3px 5px 3px 10px;
}

#wpgmza_cat_checkbox_80:checked~label[for="wpgmza_cat_checkbox_80"], #wpgmza_cat_checkbox_81:checked~label[for="wpgmza_cat_checkbox_81"], #wpgmza_cat_checkbox_22:checked~label[for="wpgmza_cat_checkbox_22"]{
	background-color:#ffffff36;
	outline: 1px solid #ffffff5e;
	outline-offset: -5px;
	border-radius:15px;
	width:100%;
}


label[for="wpgmza_cat_checkbox_86"]{
	padding:0 11%!important;
}



/* .filtre-multicolor .wpgmza_cat_checkbox_item_holder_48>ul.wpgmza_cat_ul_child>li.wpgmza_cat_checkbox_item_holder>label:before {
	content: '';
	display: block;
	width: 100%;
	height: 57px;
	background-position: center;
	background-repeat: no-repeat;
}
 */

label[for="wpgmza_cat_checkbox_134"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2025/06/picto-pratiques.png');
}

label[for="wpgmza_cat_checkbox_49"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/11/SDF-pict-white.png');
}

label[for="wpgmza_cat_checkbox_50"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/11/SDE-picto-white.png');
}

label[for="wpgmza_cat_checkbox_51"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/11/SDS-picto-white.png');
}

label[for="wpgmza_cat_checkbox_52"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/11/SMA-picto-white.png');
}

label[for="wpgmza_cat_checkbox_53"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/11/MC-picto-white.png');
}


label[for="wpgmza_cat_checkbox_54"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/11/MC-picto-white.png');
}

label[for="wpgmza_cat_checkbox_85"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/12/addictions-picto.png');
}
label[for="wpgmza_cat_checkbox_86"]:before {
	background-image: url('https://mycartosoins.fr/wp-content/uploads/2024/11/SC-picto-white.png');
}

/* filtres boutons */

.btn-filtres .et_pb_code_inner,
.btn-filtres .wpgmza-standalone-component,
.btn-filtres .wpgmza-marker-listing-category-filter,
.btn-filtres div.wpgmza-marker-listing-category-filter,
.btn-filtres ul,
.btn-filtres li,
.btn-filtres .wpgmza_cat_checkbox_holder {
	height: 100%;
}

.btn-filtres label {
	color:white;
}

.col-btn-mode{
	display:flex;
	gap:1vw;
}

.btn-filtres-vertical label{
	display:none;
}

.btn-filtres-vertical{
	height:12vh!important;
}


.btn-bao .et_pb_code_inner{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.btn-bao .et_pb_code_inner img{
	max-width:90px
}
.btn-bao .et_pb_code_inner h2{
	color:white;
	font-size:13px;
	text-align:center;
	padding-bottom:0;
}

/* vertical mode */

.btn-vertical-mode{
	flex-direction:column;
	gap:10px;
	position: absolute!important;
	top:10vh;
	right: 5vw;
	max-width: 120px!important;
}

.btn-vertical-mode-col{
	width:100%!important
}

div.btn-vertical-mode .et_pb_column.et_pb_column_1_5{
	width:100%!important;
	min-height:110px;
}

/* div.btn-vertical-mode .btn-filtres {
		height: 12vh !important;
} */

div.btn-vertical-mode .btn-filtres label, div.btn-vertical-mode .btn-filtres h2 {
	font-size:14px!important;
	padding:4%;
}
div.btn-vertical-mode .btn-filtres label:before, div.btn-vertical-mode .btn-filtres img{
	width:50px;
	height:50px
}

.bouncing-dot {
	position: absolute;
	left: 8px;
	top: -6px;
	width: 12px;
	height: 12px;
	background:#fff200;
	border-radius: 50%;
	display: inline-block;
	animation: pulse 1.5s ease-in-out infinite;
	box-shadow: 0 2px 8px rgba(0, 124, 186, 0.4);
}

div.btn-vertical-mode .col-btn-mode{
	flex-direction:column;
	gap:0.3vw
}


/* fin vertical mode */

/* Filter ajax custom */
.filter-ajax-cust{
	border-radius:50px;
	white-space: nowrap;
	border-radius: 50px;
	padding:3px;
	background-color:#ececec;
	width:fit-content;
	cursor:pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	color: #121234;
}

.filters-tag-container{
	display: flex;
	flex-wrap:wrap;
	gap: 10px;
	max-width: 100%;
}

/* Filtre toggle */
.filtre-toggle {
	border-radius: 25px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.filtre-toggle-title {
	cursor: pointer;
	padding: 11px 18px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.filtre-localisation .filtre-toggle-title{
	display: flex;
	padding: 11px 18px;
	align-items: center;
}

.filtre-toggle-title::after {
	content: '▾';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s;
}

.filtre-toggle.open .filtre-toggle-title::after {
	transform: translateY(-50%) rotate(180deg);
}

.filtre-toggle-content {
	padding: 15px 18px;
	display: none;
	background-color:white;
	border-radius:25px;
}
.filtre-toggle-content .wpgmza-standalone-component{
	max-height:350px;
	overflow-y:auto
}

/* Thematique deroulant */
.thematique-deroulant .wpgmza_cat_checkbox_item_holder_48{ 
	border-radius: 25px;
	background-image: linear-gradient(90deg, #00899c 0%, #535293 17%, #7b0e6f 37%, #be5652 58%, #f48e00 77%, #d5ca2a 100%);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	cursor:pointer;
	font-weight: bold;
}
.thematique-deroulant .wpgmza_cat_checkbox_item_holder_48 > label{
	font-size:16px;
	display:inline-flex;
	width:100%;
	height:100%;
	padding: 8px 15px;
	cursor:pointer
}


.thematique-deroulant{
	color:#fff!important;
}
/* Style de base pour la liste */
.thematique-deroulant ul.wpgmza_cat_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Items principaux (parents) */
.thematique-deroulant > ul > li {
	border-bottom: 1px solid #444;
	padding: 0.5em 0;
	cursor: pointer;
	position: relative;
}

/* Ajout d'un petit chevron ▶ sur les parents qui ont un sous-menu */
.thematique-deroulant li:has(> ul) > label::after {
	content: "▶";
	font-size: 0.8em;
	margin-left: 6px;
	transition: transform 0.3s ease;
}

/* Cache les sous-catégories par défaut */
.thematique-deroulant ul ul {
	display: none;
	margin-left: 1.5em;
	padding-left: 0.5em;
}

/* Quand le parent est actif → on montre le sous-menu */
.thematique-deroulant li.open > ul {
	display: block;
}

/* Et on tourne le chevron */
.thematique-deroulant li.open > label::after {
	transform: rotate(90deg);
}


/* Grille des chips */
.dynamic-chips{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:12px;
	max-height: 300px !important;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Carte chip */
.dynamic-chips .chip {
	display:flex; 
	flex-direction:column; 
	align-items:center; 
	justify-content:center;
	gap:0px;
	padding:14px 10px;
	border-radius:12px; 
	border:1px solid #e0e0e0;
	background:#E1E1E4; 
	color:#121234; 
	font-weight:600;
	text-align:center;
	cursor:pointer;
	transition:transform .08s ease, box-shadow .15s ease, background .2s ease;
	min-height:92px;
}
.dynamic-chips .chip:hover{
	transform:scale(1.02);
	box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.dynamic-chips .chip.active{
	background:#fff; 
	outline:2px solid #12123433; 
	outline-offset:-6px;
}

/* Icone */
.dynamic-chips img{ width:50px; height:50px; object-fit:contain; }

/* Label */
.dynamic-chips .chip-txt{ font-size:12px; line-height:1.2; }

.dynamic-chips .chip.selected { background:#121234; color:#fff; }
.dynamic-chips .chip.selected img { filter: brightness(0) invert(1); }


/* Cat48 styles */
#mcs-cat48-inline{
	display:flex;
	flex-direction:column;
}

.chips-cat48-inline{
	min-height: 100%;
	display:flex;
	justify-content:space-between
}


.filtre-multicolor .cat48-tags{
	position: absolute;
	top: 124%;
	display:flex;
	flex-wrap:wrap;
	gap:6px;
}
.cat48-tag{
	margin:3px
}

#mcs-cat48-dropdown .cat48-tag{
	font-size:12px;
}

.cat48-chip-wrap .chip{
	background:none;
	color:white;
	display:flex;
	flex-direction:column;
	align-items:center;
	border:1px solid transparent;
	cursor:pointer;
	border-radius:10px;
	margin:0 7px;
	padding: 0px 19px 10px;
	min-height: 100%;
}
.cat48-chip-wrap .chip img { 
	filter: brightness(0) invert(1);
	max-width: 60px;
}

.cat48-chip-wrap .chip:hover, .chips-cat48-inline .chip[aria-pressed="true"]{
	border-color:#a6a6a68a;
}

.cat48-submenu{
	display:none;
	position:absolute;
	z-index:10;
	left:0;
	top:115%;
	min-width:310px;
	padding:8px;
	border-radius:10px;
	max-height:350px;
	overflow-y:auto;
	box-shadow:0 6px 18px rgba(0,0,0,.15);
}

.cat48-l1:after{
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	background: transparent;
	position: absolute;
	top: 100%;
}

.cat48-chip-wrap .chip span{
	font-size: 13px;
	line-height: 13px;
}
#mcs-cat48-inline .cat48-chip-wrap{
	flex:1;
	min-height: 100%;
}


.cat48-chip-wrap:nth-child(4){
	order:1
}
.cat48-chip-wrap:nth-child(4) .cat48-submenu{
	background:#00899c
}



.cat48-chip-wrap:nth-child(3){
	order:2
}
.cat48-chip-wrap:nth-child(3) .cat48-submenu{
	background:#564b8f
}


.cat48-chip-wrap:nth-child(5){
	order:3
}
.cat48-chip-wrap:nth-child(5) .cat48-submenu{
	background:#781372
}



.cat48-chip-wrap:nth-child(6){
	order:4
}
.cat48-chip-wrap:nth-child(6) .cat48-submenu{
	background:#a53b5e
}



.cat48-chip-wrap:nth-child(7){
	order:5
}
.cat48-chip-wrap:nth-child(7) .cat48-submenu{
	background:#cf6738
}




.cat48-chip-wrap:nth-child(2){
	order:6
}
.cat48-chip-wrap:nth-child(2) .cat48-submenu{
	background:#f29304
}




.cat48-chip-wrap:nth-child(1){
	order:7
}
.cat48-chip-wrap:nth-child(1) .cat48-submenu{
	background:#d7c526
}


.cat48-chip-wrap .cat48-l2{
	padding:0px 1vw 0px 3px !important;
	text-align: start;
	flex-direction: row!important;
	margin:3px 0!important
}
.cat48-chip-wrap .cat48-l2 img{
	max-width:35px
}

.chips-cat48-inline .chip[aria-pressed="true"]{
	background-color:#ffffff30;
}




.filtre-metiers-popup .dynamic-chips, .filtre-localisation-popup .dynamic-chips{
	max-height:none!important;
	overflow:visible!important
}

.filtre-localisation-popup{
	max-width:100%;
}

.cat48-level1{
	width: 100%;
	padding: 11px;
	border-radius: 80px;
	font-weight: 600;
	color: #fff!important;
	font-size: 16px;
	box-shadow: 0px 2px 15px #ececec;
	border:none;
	cursor: pointer;
	background-image: linear-gradient(90deg, #00899c 0%, #535293 17%, #7b0e6f 37%, #be5652 58%, #f48e00 77%, #d5ca2a 100%);
}


.cat48-level2{width: 100%;
	border: none;
	padding:5px;
	background-color: #e1e1e4;
	border-radius: 10px;
	margin-top: 10px;
}


.cat48-level1 option{
	color:#121234;
}
.cat48-level1 option:nth-child(1){
	border-radius:10px 10px 0 0
}


.cat48-level2 option{
	font-size:14px;
	padding:10px 5px;
	border-bottom:1px solid #ececec
}



.filtre-categories-8081 .filtre-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background: #f8f9fa;
	cursor: pointer;
	border-bottom: 1px solid #e0e0e0;
}

.filtre-categories-8081 .filtre-toggle-title-categories8081 {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #333;
}

.filtre-categories-8081 .filtre-content {
	padding: 20px;
	background: white;
}

.filtre-categories-8081 .dynamic-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	overflow:visible
}

.filtre-categories-8081 .chip {
	flex:1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: #e1e1e4;
	border-radius: 15px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.filtre-categories-8081 .chip:hover {
}

.filtre-categories-8081 .chip.selected {
	background: #121234;
	color: white;
}

.filtre-categories-8081 .chip img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

/* Style pour le tag dans le titre (rouge pour se différencier) */
.categories8081-tag {
	margin-left: 8px;
	font-size: 0.8em;
	background: #f48e00;
	color: #fff;
	padding: 0px 9px;
	border-radius: 12px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}



.filtre-localisation span.localisation-tag{
	max-width:73%
}

.filtre-localisation-popup-main span.localisation-tag{
	max-width:100%
}

.filtre-toggle-title-localisation span.localisation-tag{
	max-width:97%
}

.tag-return-pop{
	display:flex; gap:8px;
	flex-wrap:wrap
}



/* Barre */
.mcs-tags-bar{
	display:flex; flex-wrap:wrap; gap:8px; align-items:center;
}

/* Tag */
.mcs-tag{
	display:inline-flex; align-items:center; gap:.4rem;
	color:#121234!important; border-radius:14px;background:white!important;
	padding:4px 10px; font-size:.9rem; line-height:1.7;
}
.mcs-tag .mcs-x{
	display:inline-flex; align-items:center; justify-content:center;
	width:18px; height:18px; border-radius:50%;
	background:rgba(255,255,255,.25); cursor:pointer; font-weight:700;
}

/* Bouton reset */
.mcs-reset-all{
	border:1px solid #ccc; background:#fff; border-radius:999px;
	padding:5px 10px!important; cursor:pointer; font-size:.9rem;
}

.filtre-multicolor .mcs-tags-bar{
	position:absolute;
	top:110%
}

.mcs-reset{
	margin-left: 8px;
	color:white;
	font-weight:700;
	border: none;
	border-radius: 999px;
	background: #121234;
	padding: 4px 10px!important;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px;
	outline-color: rgb(244, 142, 0);
}

.has-checked-child > label{
/* 	    background: #eceded3d; */
	color: #ffffff;
}


.has-checked-child > label:after

 {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background-color: #121234;
	border-radius: 5px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.wpgmza_cat_checkbox_item_holder_48>ul>li>ul>li>img.picto-blanc{
	width:30px;
	height:30px
}
/* #wpgmza_filter_4 > div > ul > li > ul > li.wpgmza_cat_checkbox_item_holder.wpgmza_cat_checkbox_item_holder_134 > img{
		width: 34px;
		height: 50px;
		padding-bottom: 5px;
		padding-top: 9px;
} */
.wpgmza_cat_checkbox_item_holder_48>ul>li>ul>li{
	display:flex;
	align-items: center;
	gap:10px;
}

#secteurs-field{display:block!important;}




/* ╔══════════════════════════════════════════════════════════════════════════════╗