#map {
	@media(max-width: 768px) {
	    width: 100%;
	    height: 300px;
	}
	width: 66%;	
	max-height: 600px;;
	float: left;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility !important;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 1 ;
}
#sidebar {
	height: 581px;
	float: left;
	padding: 10px;
	overflow-y: auto;
	width: 33%;
	@media(max-width: 768px) {
	    width: 100%;
	    height: 800px;	
	}
}
.category-filters {
	display: none;
	margin-bottom: 10px;
}
.category-filter {
	cursor: pointer;
	margin-right: 10px;
	margin-top: 15px;

}
#map .leaflet-popup-content{
	font-size: 1.68333em;
	text-align: center;
}
.category-filter.selected {
	background-color: #e0e0e0;
}
.category-filter .icon {
	margin-right: 5px;
}
#clear-filters-button,
#close-filters-button {
	display: none;
	margin-top: 10px;
}
.pagination {
	margin-top: 20px;
}
.pagination button {
	margin-right: 5px;
}
.map-container{
	display: flex;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	overflow: hidden;
	@media(max-width: 768px) {
		flex-direction: column;
		max-height: 1200px;
	}  
	@media(min-width: 769px) {
		max-height: 600px;
	} 
}
.bzh-sidebar-cell {
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	list-style: none;
	color: #333;
	text-align: left;
	cursor: auto;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	line-height: 1.42857143;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	visibility: visible !important;
	text-stroke: 0;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility !important;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.doPXxe{
	width: 50px;
}
.bzh-content-sidebar-cell{
	width: calc(100% - 50px);
	display: block;
}
.cell-title {
	margin: 0;
	font-size: 1.1em;
	color: #000;
	display: inline;
	margin-right: 7px;
	}
	.cell-description {
	max-height: 3em;
	overflow: hidden;
	margin-top: 0.8em;
	color: #333;
}
.cell-address {
	color: #969696;
}
.tag{
	margin-right: 5px;
	margin-bottom: 3px;
	border-radius: 15px;
	padding: 4px 17px;
	max-width: 100%;
	max-height: 30px;
	height: 20px;
	border: 1px solid rgb(47, 125, 225);
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	background-color: transparent;
	color: rgb(47, 125, 225);
	width: fit-content;
	margin-bottom: 5px;
}
.tags-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 12px;
}
.SearchContainer{
	background-color: rgb(245, 245, 245);
}
.SearchBar{
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 10px;
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
}
.SearchInput{
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	border: none;
	outline: none;
	height: 100%;
	width: 95%;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 0px;
	-webkit-box-align: center !important;
	align-items: center !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.SearchInput form{
	background: initial;
	border: 0px;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	font-size: 14px;
	outline: none;
	height: 100% !important;
}
.SearchInput label{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0px !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0px, 0px, 0px, 0px) !important;
	white-space: nowrap !important;
	border: 0px !important;
}
.SearchInput input{
	border: 0px;
	font-size: 14px;
	outline: none;
	padding: 12px 5px;
	background: inherit !important;
	height: 100% !important;
	width: 100% !important;
}
#point-count{   
	margin-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 12px;
	color: rgb(47, 125, 225);
	font-size: 1.1em;
	font-weight: 700;
	line-height: 40px;
	font-family: "Lato",Helvetica,Arial,sans-serif;
}
#point-list{
	padding: 0;
	margin: 0;
}
.container-resltat{
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 0.875em;
	font-weight: 700;
	background: #fff;
	-webkit-box-align: end;
	-ms-flex-align: end;
	justify-content: space-between;
	border-bottom: 1px solid #eee
}
.doPXxe {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 1rem;
}
#point-details{
	height: 581px;
	overflow: auto;
}
#point-details h3#point-name{
	font-family: "Lato",Helvetica,Arial,sans-serif;
	text-transform: none;
	color: #333;
	font-size: 3em;
	position: relative;
	color: rgb(26, 26, 26);
	font-size: 1.15em;
	line-height: 1.15em;
	font-weight: 600;
	overflow-wrap: break-word;
	display: inline;
	margin: 0px;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
#point-details h2{
	font-size: 14px;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	text-transform: none;
	color: #333;
	position: relative;
	color: rgb(26, 26, 26);
	line-height: 1.15em;
	font-weight: 800;
	overflow-wrap: break-word;
	display: inline;
	margin: 0px;
	text-rendering: optimizeLegibility !important;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased !important;
}
#point-details .tags-box{
	padding-left: 1.5rem;
}
#lien{
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px !important;
	padding: 11px 12px 8px 12px;
	width: 100%;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 5px;
}
.bzhmap-title-p span {
	font-weight: 800;
	box-sizing: border-box;
	line-height: 1.4em;
	overflow: hidden;
	line-height: 1.2em;
	overflow-wrap: break-word;
	max-height: none;
	clear: both;
	color: rgb(34, 34, 34);
	display: block;
	font-size: 14.98px;
		text-rendering: optimizeLegibility !important;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: 
}
.bzhmap-title-p {
	display: flex;
    line-height: 1.4em;
    margin-bottom: 2px;
    margin-top: 12px;
}
.bzhmap-title-p i{
	min-width: 30px;
	margin-right: 2px;
	text-align: center;
}
.bzhmap-content-p {
	line-height: 1.4em;
	margin-left: 32px;
	margin-bottom: 0;
	margin-top: 0;
}
.cell-adresse{
	color: #969696;
	display: inline;
	vertical-align: middle;
}

.kiqBOx {
	margin-right: 10px;
	margin-top: 10px;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
}
.dXORMH {
	float: none;
	margin: 0px 10px 2px 0px;
	overflow: hidden;
	opacity: 1;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	background-clip: padding-box;
	height: 40px;
	max-height: 40px;
	width: 40px;
}
.adress{
	color:rgb(51, 51, 51)
}
.dwKlIX {
	margin: 0px 0px 10px;
}
.description-full{
	margin-top: 40px;
}
.header-description{
	padding: 15px;
}
.custom-cluster-icon{
	background-image: url("https://api.getwemap.com/images/pps-categories/users/24b07d6048a03b3dbf9ab7e6.25367204.png?width=60&height=60"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.cluster-icon{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -6px;
	right: -4px;
	font-weight: 700;
	line-height: 13px;
	font-size: 10px;
}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 0;
}
#filter-toggle{
	display: flex;
	border: none;
	background: none;
}
#filter-toggle i{
	padding-right: 1rem;
}
.SearchInput .clear{
	display: flex;
	border: none;
	background: none;
}
.bloc-carte-interractive{
	max-height: 700px;
	display: block;
	overflow: hidden;
	@media(max-width: 768px) {
		max-height: 1200px;
	}
}
.items.noicon{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.CategoryTitle{
	font-size: 15.4px;
	font-weight: bold;
	color: rgb(70, 70, 70);
	font-weight: 700;
	overflow: hidden;
	position: relative;
	line-height: 22px;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	visibility: visible !important;
	text-stroke: 0;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility !important;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-bottom: 4px;

}
#close-filters-button{
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 10px;
	text-transform: uppercase;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	border-radius: inherit;
	background-color: rgb(255, 255, 255);
	color: rgb(191, 191, 191);
	text-align: center;
	font-weight: bold;
	width: 50%;
	border: none;
	outline: none;
}
#clear-filters-button{
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 10px;
	text-transform: uppercase;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background: rgb(47, 125, 225);
	color: rgb(255, 255, 255);
	border-radius: inherit;
	font-weight: bold;
	width: 49%;
	border: none;
	outline: none;
}
.bzhmap-content-p{
	box-sizing: border-box;
	color :rgb(34, 34, 34);
	cursor: auto;
	display: block;
	font-family :Lato, Helvetica, Arial, sans-serif;
	font-size :14.98px;
	font-weight :400;
	line-height :20.972px;
	margin-block-end :0px;
	margin-block-start :0px;
	margin-bottom :0px;
	margin-inline-end :0px;
	margin-inline-start :32px;
	margin-left :32px;
	margin-top: 0px;
	overflow-wrap :break-word;
	text-rendering: optimizelegibility;
	visibility: visible;
	width: 508.234px;
	-webkit-font-smoothing :antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	Rendered: Fonts;
	Lato—Network: resource(407 glyphs);
}
#selected-category{
	display: flex;
	flex-direction: row;
}
#selected-category .activeCat{
	margin-right: 5px;
	margin-bottom: 3px;
	border-radius: 15px;
	padding: 4px 17px;
	max-width: 100%;
	max-height: 30px;
	height: 30px;
	border: 1px solid rgb(47, 125, 225);
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	background-color: rgb(47, 125, 225);
	color: rgb(255, 255, 255);
	width: fit-content;
}
.ContentContainer--header{
	display: flex;
}
.category-filter .clickable .LabelTitle{padding-right: 5px}
.category-filter .clickable.selected{
	background: rgb(47, 125, 225);
	color: #FFF;
}
