

/*{ Les infos sur la pharmacie choisie par le compte :*/

body.front .map-referring-pharmacy{
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  max-width: 790px;
}
body.front .map-referring-pharmacy .pharmacy-info > h2{
  color: #41ac44;
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
body.front .map-referring-pharmacy .pharmacy-info > h2{
  color: #41ac44;
  padding-left: 10px;
  text-align: center;
  width: 100%;
}
body.front .map-referring-pharmacy .pharmacy-info h3{
  color: inherit;
  font-size: 30px;
}
body.front .map-referring-pharmacy .pharmacy-info h3,
body.front .map-referring-pharmacy .pharmacy-info p{
  text-align: center;
  text-decoration: none;
}
body.front .map-referring-pharmacy .pharmacy-info p{
  padding: 0 0 10px 10px;
  width: 100%;
}
body.front .map-referring-pharmacy .pharmacy-info .pharmacy-links p{
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 5px;
}
body.front .map-referring-pharmacy .pharmacy-info .pharmacy-phone{
  color: #41ac44;
  font-weight: bold;
  text-decoration: none;
}
body.front .map-referring-pharmacy .pharmacy-info .pharmacy-links a{
  text-decoration: none;
}
body.front .map-referring-pharmacy .pharmacy-info .pharmacy-facebook{
  background-color: #40a7d9;
}

body.front .map-referring-pharmacy .pharmacy-info .pharmacy-website{
  background-color: #ff6d00;
}

body.front .map-referring-pharmacy .pharmacy-info .pharmacy-sheet{
  background-color: #41ac44;
}

/*Les notifications choix pharmacie :*/
body.front .map-referring-pharmacy .pharmacy-info .checked,
body.front .map-referring-pharmacy .pharmacy-info .not-checked{
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  width: auto;
}
body.front .map-referring-pharmacy .pharmacy-info .checked span,
body.front .map-referring-pharmacy .pharmacy-info .not-checked span{
  top: -4px;
}
body.front .map-referring-pharmacy .pharmacy-info .checked{
  background-color: #00bb00;
}
body.front .map-referring-pharmacy .pharmacy-info .checked:before{
  content: '';
  display: inline-block;
  background: transparent no-repeat url('../img/form-checked.svg') center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
body.front .map-referring-pharmacy .pharmacy-info .not-checked{
  background-color: #ff5500;
}
body.front .map-referring-pharmacy .pharmacy-info .not-checked:before{
  content: '';
  display: inline-block;
  background: transparent no-repeat url('../img/form-warning-info.svg') center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/*}*/

#map-engine{
  display: none;
}
body.front .map-view{
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  border: solid thin #0071b9;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.15);
  -moz-box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.15);
  box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.15);
}
body.front .map-view header{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #41ac44;
  padding: 10px 10px 20px 10px;
  z-index: 1;
}

body.front .map-view header .search{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

/*{ filtre de recherche :*/

body.front .map-view header .map-filter{
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
}
body.front .map-view header .map-filter label[for="map-filter"]{
  display: inline-block;
  top: -10px;
}
body.front .map-view header .map-filter [data-types="[ComboBox]"]{
  display: inline-block;
  width: 150px;
}
body.front .map-view header .map-filter [data-types="[ComboBox]"] [data-item="option"] > p{
  padding: 0 0 5px 10px;
  font-size: 13px;
}

/*}*/

/*{ Recherche :*/

body.front .map-view header .map-search{
  display: inline-block;
  border: none;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
}
body.front .map-view header .map-search label[for="map-search"]{
  display: none;
}
body.front .map-view header #map-search{
  display: inline-block;
  /*-webkit-appearance: none;*/
  background-color: #fff !important;
  border-radius: 5px;
  padding-left: 10px;
  border: none;
  width: 100%;
  height: 30px;
  max-width: 600px;
  box-shadow: inset -2px -2px 5px #eee;
}

body.front .map-view header .map-search [data-event="submit"]{
  display: inline-block;
  position: absolute;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  top: 3px;
  right: 3px;
  background: #fff url('../img/btn-search.svg') no-repeat 50% 50%;
  background-size: 90%;
  cursor: pointer;
}
body.front .map-view header .map-search [data-event="submit"]:hover{
  background: transparent url('../img/btn-search.svg') no-repeat 50% 50%;
  background-size: 90%;
}

/*}*/

/*{ Légende :*/

body.front .map-view header .legend{
  font-family: 'front-font2', Helvetica, Arial, sans-serif;
  width: 100%;
  color: #fff;
  margin-top: 5px;
  padding-bottom: 2px;
  display: inline-block;
}
body.front .map-view header .legend h2{
  font-family: "front-font2", Helvetica,Arial,sans-serif;
  font-size: 20px;
}
body.front .map-view header .legend > div{
  margin-left: 5px;
}
body.front .map-view header .legend div p{
  font-size: 14px;
  padding: 0 5px;
  width: auto;
}
body.front .map-view header .legend h2,
body.front .map-view header .legend div,
body.front .map-view header .legend div p{
  display: inline-block;
}
body.front .map-view header .legend .map-marker{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
}
body.front .map-view header .legend .map-marker-pharmacy{
  background: transparent url('../img/map-marker-pharmacy.svg') no-repeat 50% 50%;
  background-size: 100%;
}
body.front .map-view header .legend .map-marker-pharmacy-facebook{
  background: transparent url('../img/map-marker-pharmacy-facebook.svg') no-repeat 50% 50%;
  background-size: 100%;
}
body.front .map-view header .legend .map-marker-pharmacy-web{
  background: transparent url('../img/map-marker-pharmacy-web.svg') no-repeat 50% 50%;
  background-size: 100%;
}
body.front .map-view header .legend .map-marker-you{
  background: transparent url('../img/map-marker-you.svg') no-repeat 50% 50%;
  background-size: 100%;
}

/*}*/

/*{ Carte :*/

body.front .map-view .body{
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  max-height: 600px;
}
body.front #map{
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*}*/