/* L'infobulle de gmap */
/* Le contour */
.gm-style .gm-style-iw-c{
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0 0 10px 10px;
    min-width: 300px !important;
}
.gm-style .gm-style-iw-d {
	overflow: auto !important;
}
/* Le chiffre dans les pictos "cluster" */
div.cluster0 {
	line-height: 30px !important;
}
/* Le bouton */
.gm-style .gm-style-iw-c .gm-ui-hover-effect {
    top: 6px !important;
    border: 1px gray solid !important;
    right: 2px !important;
}
.gm-style .gm-style-iw-c .gm-ui-hover-effect span {
	width: 23px !important;
	height: 23px !important;
	margin:3px !important;
}
.gm-style img[src*="sitcom"] {
    filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.4));	
    max-width: 100% !important;
    height: auto !important;
}
/* Le contenu */
.info-borne {
    background: white;
    padding: 0 1rem 2rem 1rem;
    border-top: 5px #6C5C4F solid;
}
.info-borne h3 {
    color: #053535;	
    padding-top: 1rem;
    margin-right: 2.7rem;
    font-size: 1.7rem;
}
.info-borne h4 {
	font-size: 1.6rem;
}
.info-borne.plateforme h4,
.info-borne.isdi h4,
.info-borne.usine h4  {
	padding-top: 1rem;
    margin-right: 2.7rem;
}	
.info-borne ul {
	padding-left: 0;
}
.info-borne p,
.info-borne li{
	font-size: 1.3rem;
}
.info-borne li img {
    margin-right: 10px;
    margin-bottom: 5px;
}
.info-borne.dechetterie ul {
	margin-top: -1rem;
}
.info-borne.dechetterie li {
	line-height: 2.2rem;
}
.textile {
	border-color: #8D6391;
}
.info-borne.textile h3 {
    color: #8D6391;
}
.pointtri {
	border-color: #6C5C4F;
}
.info-borne.pointtri h3 {
    color: #6C5C4F;
}
.biodechet {
	border-color: #B86230;
}
.info-borne.biodechet h3 {
    color: #B86230;
}
.dechetterie {
	border-color: #00844B;
}
.info-borne.dechetterie h3 {
    color: #00844B;
}
.usine {
	border-color: #E37832;
}
.info-borne.usine h3 {
    color: #E37832;
}
.isdi {
	border-color: #A43448;
}
.info-borne.isdi h3 {
    color: #A43448;
}
.info-borne.plateforme h3 {
    color: #617286;
}
.plateforme {
	border-color: #617286;
}