.klezia_date {
  display: block;
  width: 80px;
  margin: 10px auto;
  padding: 10px;
  background: #7a7a7a;
  border: 0;
  color: white;
  font-size: 18px;
  line-height: 20px;
  white-space: normal;
  cursor: pointer;
}

.klezia_date.active {
  background: #208094;
}

.klezia_date:hover {
  background: #2fb5d2;
}

.klezia_date span {
  font-size: 26px;
  line-height: 30px;
}

#klezia_select_product {
  margin-bottom: 1.5rem;
}

#klezia_select_product .klezia_date {
  width: auto;
  margin: 10px 5px;
}

#klezia_store_loading {
  margin: 4em auto;
}

#klezia_store_loading.hide {
  display: none;
}

#fspasc_id_store {
  max-width: none;
}

#klezia_stores {
  margin-bottom: 1.5rem;
}

#klezia_stores .mcs-item {
  font-size: inherit !important;
  line-height: initial !important;
}

#klezia_stores .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#klezia_stores .panel.active {
  background: #208094;
}

#klezia_stores .panel-body div {
  font-size: 15px;
}

#klezia_stores a.panel-body {
  padding: 15px;
  display: block;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

#klezia_stores a.panel-body:hover {
  text-decoration: none;
}

#klezia_stores .panel.active a.panel-body {
  color: #fff;
}

#klezia_stores .panel.active a.panel-body:hover {
  background: #2fb5d2;
}

#klezia_pdv {
  width: 100%;
  height: 600px;
  margin: 30px auto 10px auto;
}

#klezia_legend {
  margin: 0px auto 20px auto;
}

#klezia_legend img {
  margin-right: 5px;
}

#klezia_address {
  margin: 0px auto 30px auto;
}

#klezia_find {
  padding: .78rem 1rem;
  margin: 0px auto 30px auto;
}

#klezia_find:enabled:hover {
  border: 1px solid black;
  color: black;
  background: white;
  border-radius: 0;
  padding: .71rem 1rem;
}

#klezia_find_loading {
  margin-left: 5px;
  display: none;
}

#fspasc_store_date {
  margin-bottom: 6px;
  font-size: 0.9375rem;
}

#fspasc_store_date .title {
  font-weight: bold;
  padding-left: 1px;
}
#fspasc_store_name {
  margin-bottom: 6px;
  font-size: 0.9375rem;
}

#fspasc_store_name .title {
  font-weight: bold;
  padding-left: 1px;
}

@media (min-width: 992px) {
  #fspasc_wrapper .modal-lg {
    max-width: 1200px;
  }
}

#klezia_slide {
  width: 100%;
  margin: 30px auto;
}

#klezia_avis .quote {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  background-color: rgba(116, 126, 188, 0.14);
  /*background: #fff;*/
  padding: 1.25rem;
  font-size: 17px;
  line-height: 100%;
  margin: 10px;
  white-space: normal;
}

#klezia_avis h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}