.marker {
	background-image: url('picto-marker-card-blue.svg');
	background-size: cover;
	width: 25px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
  }
  
  #ui-id-1 {
	  z-index: 9999999;
	  padding: 10px;
	  background: #FFF;
	  max-width: 300px;
  }
  
  #ui-id-2 {
	  z-index: 9999999;
	  padding: 10px;
	  background: #FFF;
	  max-width: 300px;
  }
  
  #ui-id-2:hover, #ui-id-1:hover #ui-id-2, #ui-id-3:hover #ui-id-2, .ui-menu .ui-menu-item:hover #ui-id-2{
	  color: #000;
	  border: none;
  } 
  
  .ui-menu .ui-menu-item {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
  }
  
  #map {
	  width: 100%;
	  height: 500px;
	  display: block;
  }
  
  #map.active {
	  display: block;
  }
  #form_select_ville {
	  position: relative;
  }
  
  .single-produits select#select_produit {
	  display: none;
  }
  
  #moteur_recherche_map #input_after::after {
	  display: none;
  }
  
  
  .arrow_valid_form {
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	  cursor: pointer;
	  position: absolute;
	  top: 3px;
	  left: -30px;
  }
  
  .arrow_valid_form_modal {
	  width: 30px;
	height: 30px;
	background: #d10019;
	border-radius: 5px;
	color: white;
	display: inline-flex;
	align-items: center;
	text-align: center;
  }
  
  .single-recettes .arrow_valid_form {
	  left: 0;
  }
  .arrow_valid_form:before {
	  content: '\2192';
	  color: white;
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	  background: #d10019;
	  border-radius: 30px;
	  font-size: 20px;
	  text-align: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  line-height: 1.3;
  }
  
  #hidden_for_map {
	  display: none;
  }
  
  .mapboxgl-popup-content {
	  color: #000;
  }