#map {
	position: relative;
}
#mapdiv { position:absolute; top:0; bottom:0; width:100%; }

#map .text #search-bot input[type=text] {
	width: 100%;
	max-width: inherit;
}

/*http://confiserie-pinson.preprod.pro/wp-content/themes/pinson/images/logo-pinson.svg*/
.marker {
	display: block;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
}
.marker:before {
	/*font-family: iconotheque;*/
	/*font-size: 3em;*/
	/*content: '\e808';*/
	/*color: #ea148c;*/
	/*display: inline-block;*/
	/*margin-left: -4px;*/
}

.mapboxgl-popup {
	max-width: 200px;
}

.entry-content.wave {
	position: relative;
	height: 80vh;
	width: 100%;
}

.mapboxgl-popup-anchor-bottom {
	/*margin-top: 40px;
	margin-left: 40px;*/
}

#search-bot {
	position: relative;
}

#search-bot .listeFlottante.active {
	position: absolute;
	width: 300px;
	left:calc(50% - 150px);
	padding: 15px 30px;
	background: #FFF;
}

#search-bot .listeFlottante > li {
	text-align: left;
}
#search-bot .listeFlottante.active > li:hover {
	background: #ea148c;
}

iframe #facebook button[type="submit"]{
	background: transparent;
	border:none;
}


.alert-success {
    color: #FFF;
    background-color: #ea148c;
    padding:19px;
    font-size: 20px;
}

#post-22 .woocommerce-message{
	display: none;
}