/* CSS pour l'extension so_annuaire */
/******************************/
/********** Variables CSS *****/
/******************************/
:root {
    --list-white :#fff;
	--list-grey: #f7f2ec;
	--list-black : #1e293b;
}
body.page-id-539 .ast-container {
	width: 100% !important;
    max-width: 100% !important;
}

.pdv_carte, #ma-carte{
	min-height: 900px;
	height:100vh; 
	width:100%;
	border-radius: 20px;
}
#ma-carte .leaflet-layer {
	/* filter: grayscale(80%); */
	/* filter: hue-rotate(90deg); */
}
#pdv_carte_liste {
	width: 100% !important;
    max-width: 100% !important;
    display: flex; 
    flex-wrap: nowrap; 
    justify-content: space-between;
    gap: 10px; 
}

.filtrage {
    display: grid;
	grid-template-columns: 60% 40%;
	gap: 10px;
	width: 100%;
}

/* --- Recherche --- */
.site-recherche {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .site-recherche input {
	border: 1px solid var(--list-black);
	border-radius: 30px;
	color: var(--list-black);
  }
  
  .site-recherche input:focus {
	border: 3px solid var(--list-black);
  }
  
  .site-recherche .clear-button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
  }
  
  .site-recherche #recherche-texte {
	padding-right: 30px; 
  }
  
  .site-recherche #recherche-texte:not(:placeholder-shown) + .clear-button {
	display: inline-block;
  }
  

ul#filters {
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
	gap: 10px;
}
ul#filters li {
	list-style: none;
	display: block;
}
ul#filters li a {
	display: block;
	font-weight: 400;
	font-size: 1.5rem;
	color: var(--list-black);
	text-decoration: none!important;
	border: 1px solid var(--grey);
	padding: 5px 10px;
	border-radius: 8px;
	text-transform: uppercase;
}
/********** Items Elements *****/

.item_content .dashicons {
	line-height: 1;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	height: initial;
	width: initial;
}
.item_content .dashicons:before {
	margin-right: 10px;
}
#isotope-list {
	margin: 0;
	padding: 0;
	/* display: flex;
	flex-wrap: wrap; 
  	justify-content: center;  */
}
#isotope-list .item {
	width: 32%;
	background-color: var(--white);
	border: 1px solid var(--grey);
	border-radius: 20px;
	padding: 20px;
	/* height: 420px;  */
	margin: 5px;
	box-sizing: border-box;
}
/* #isotope-list .item_content {
	height: 80%;
} */

.entry-content #pdv_carte_liste .item h6, .leaflet-popup-content h6 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 800;
	color:var(--bleu-clair);
	text-transform: uppercase;
	margin: 5px 0;
}
#pdv_carte_liste p, #pdv_carte_liste .pdv_infos, .leaflet-popup-content p {
	color: var(--list-black);
	margin: 10px 0;
	line-height: 1;
}
#pdv_carte_liste .pdv_infos ul {
	margin: 0;
	padding: 0;

}
#pdv_carte_liste .pdv_infos li {
	font-size: 1.25rem;
    font-weight: 400;
	line-height: 1.25;
	list-style: none;

}
.pdv_address, .pdv_telephone, .pdv_email{
	display: block;
	font-size: 1.5rem;
    font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}

.pdv_category, .pdv_typologie{
	text-align: center;
	text-decoration: none!important;
	border: 1px solid var(--grey);
	padding: 5px 10px;
	border-radius: 8px;
	text-transform: uppercase;
}

#pdv_carte_liste img.filtres_photo {
	margin:0 20px;
}
#pdv_carte_liste .item-bouton.carte {
	margin:15px 0;
	text-align: center;
}
#pdv_carte_liste a.bouton-voir {
	display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px 10px;
		background-color: var(--list-black);
		border: 0;
		border-radius: 50px;
		box-sizing: border-box;
		color: var(--white);
		text-decoration: none !important;
		transition: all .3s ease-in-out;
}
#pdv_carte_liste a.bouton-voir:hover {
	background-color: var(--list-white);
	border: 1px solid var(--list-black);
	color: var(--list-black);
}


/********** Liste et Carte *****/



.pdv_liste,
.pdv_carte {
    flex: 1; 
    max-width: 50%; 
    box-sizing: border-box; 
}
.pdv_liste {
    flex: 0 0 60%;  
    max-width: 60%; 
	padding: 0 2%;
}

.pdv_carte {
    flex: 0 0 40%;
    max-width: 40%;  
}

.pdv_carte {
    padding: 10px; 
	position: sticky; 
    top: 0; 
    align-self: flex-start; 
    height: 100%;
}


