.page-node-18 .node__content .field--name-body ul li::before {
    content: "";
    color: #B19B83 /* Change the color */;
    font-weight: bold;
    display: inline-block;
    width: 0;
    margin-left: 0;
}
#map_classic_2{
	height: 550px;
}
/*Carte interactive*/
.maps-container .accordion .card{
	border-radius: 0;
}
.maps-container .accordion>.card>.card-header {
	background: #293841;
	padding: 0;
	border-radius: 0;
	padding-left: 30px;
}
.maps-container .accordion>.card>.card-header::before
{
	position: absolute;

	height: 20px;
	width: 20px;

	top: 10px;
	left: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image:url('');

	content: '';
}
.maps-container .accordion>#discover>.card-header::before{
	background-image: url('../../../../sites/default/files/images/picto/map-location-icon.svg');
}
.maps-container .accordion>#rando>.card-header::before{
	background-image: url('../../../../sites/default/files/images/picto/map-rando-icon.svg');
}
.maps-container .accordion>#activite>.card-header::before{
	background-image: url('../../../../sites/default/files/images/picto/map-sport-icon.svg');
}
.maps-container .accordion>#restaurant>.card-header::before{
	background-image: url('../../../../sites/default/files/images/picto/map-food-icon.svg');
}
.maps-container .accordion>.card>.card-header button{
	border-radius: 0;
	color: #fff;
	position: relative;
	width: 100%;
	text-decoration: none;
	text-align: left;
}
.maps-container .accordion>.card>.card-header button::before
{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	background-image: url(../../../../sites/default/files/images/picto/next-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(-90deg);
	content: 	"";
}
.maps-container .accordion>.card>.card-header button.collapsed::before{
	transform: rotate(90deg);
}
.maps-container .card-body ul{
	list-style: none;
	padding-left: 0
}
.picto{
	position: relative;
	padding-left: 30px;
	color: #293841;
	font-weight: bold;
}
.picto:hover{
	color: #293841;
	text-decoration: none;
}
.picto::before
{
	position: absolute;

	height: 20px;
	width: 20px;

	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image:url('');
	content: '';
}

.picto.location::before{
	background-image: url('../../../../sites/default/files/images/picto/map-location-icon.svg');
}
.picto.rando::before{
	background-image: url('../../../../sites/default/files/images/picto/map-rando-icon.svg');
}
.picto.activite::before{
	background-image: url('../../../../sites/default/files/images/picto/map-sport-icon.svg');
}
.picto.restaurant::before{
	background-image: url('../../../../sites/default/files/images/picto/map-food-icon.svg');
}