
/***********************************************************
				NEW GLOBALE	Stores Page Styles
************************************************************/
        .store_container{
          width: 90%;
          min-height: 85vh;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0 auto;
        }
        .store_container h1,h2,h3{
          text-align: center;
          line-height: 50pt;
        }
        .store_container h1{
          font-size: 24pt !important;
        }
        .store_container h2{
          font-size: 22pt !important;
        }
        .store_container h3{
          font-size: 20pt !important;
        }
        .store_container p.description{
          font-size: 12pt ;
          line-height: 22px !important;
          text-align: justify;
          width: 100%;

        }
        .stores_list{
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-around;
          width: 100%;
          height: auto;
          margin: 20pt 0;
        }
        .store_link{
            flex: 1;
            height: 100%;
            display: flex;
            flex-direction: column;
            min-width: 250px;
            justify-content: flex-end;
            flex-wrap: wrap;
            margin: 20px 0;
            align-items: center;
          }
          .store_link > span{
            margin-top:20px;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 400;
            width: 50%;
            height: 10%;
            font-size: 16px;
          }
          .store_link > .store_img{
            height: 20vh;
            max-height: 180px;
            width: 90%;
            border-radius: 15px;
            max-width: 250px;
            background-position: 10% 25%;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 1;
          }
          .store_link:hover > span {
            background-color: #e9e9e9;
          }
          .store_link:hover > .store_img{
            opacity:0.5;
          }
            /* #brest > .store_img{
              background-image:url(/themes/cigatec-bootstrap/img/stores/cigatec-brest.jpg);
            }
            #guipavas > .store_img{
              background-image:url(/themes/cigatec-bootstrap/img/stores/cigatec-guipavas.jpg);
            }
            }
            #plymouth > .store_img{
              background-image:url(/themes/cigatec-bootstrap/img/stores/cigatec-plymouth.jpg);
            }
            #dublin > .store_img {
              background-image:url(/themes/cigatec-bootstrap/img/stores/cigatec-dublin.jpg);
            }
            #quimper > .store_img {
              background-image:url(/themes/cigatec-bootstrap/img/stores/cigatec-quimper.jpg);
            }
            #lorient > .store_img{
              background-image:url(/themes/cigatec-bootstrap/img/stores/cigatec-lorient.jpg);
            }
            #plymouth > .store_img{
              background-image:url(/themes/cigatec-bootstrap/img/stores/cigatec-plymouth.jpg);
            } */



/***********************************************************
				NEW INDIVIDUAL	Store Page Styles
************************************************************/


  #store_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  #left-info-shop{
    flex:0.7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 80vh;
  }
  #left-info-shop .description p{
    font-size: 15px;
    line-height: 25px !important;
    width: 80%;
    margin: 0 auto;
  }
  #left-info-shop .description{
    margin: 20px 0;
    height: 100%;
    width: 100%;
    font-size: 15px;
    text-align: justify;
    overflow: auto;
    line-height: 23px !important;
  }
  #left-info-shop h2,h3{
    text-align: center;
    line-height: 24pt;
  }
  #left-info-shop h2{
    font-size:22pt !important;
  }
  #left-info-shop h3{
    font-size: 16pt !important;
  }
  #left-info-shop .description .shop-img{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#left-info-shop .description .shop-img p{
  flex:0.3;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#left-info-shop .description .shop-img p img{

}
  #right-info-shop{
    flex:0.3;
    border-left: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #right-info-shop #map{
    height: 35vh;
    width: 35vh;
  }
  #right-info-shop #coordonnees{
    margin: 2% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #right-info-shop #coordonnees .planning {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
  }
  #right-info-shop #coordonnees .address {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
  }
  #right-info-shop #coordonnees .phone {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 500;
  }
  #right-info-shop #coordonnees span.days {
    font-weight: 400;
    letter-spacing: 1px;
  }
  #right-info-shop #coordonnees span {
    display: block;
  }
  @media (max-width: 1400px) {
    #map{
      width:80% !important;
    }
    #store_container{
      flex-direction: column;
    }
    #left-info-shop{
      width:100%;
      min-height: auto;
    }
    #right-info-shop #coordonnees span {
      display: inline;
    }
    #right-info-shop  {
      width:100%;
      flex-direction: column-reverse !important;
      border : none !important;
    }
    #right-info-shop #coordonnees span.days {
      margin-left:20px;
    }
  }
  /***********************************************************
  				OLD	Stores Page Styles
  ************************************************************/
  #stores #map {
    width: 25vw;
    height: 25vw;
    margin-bottom: 26px; }
  #stores input#addressInput {
    display: inline-block;
    width: 269px; }
  #stores .address-input {
    float: left;
    margin-right: 19px; }
    @media (max-width: 767px) {
      #stores .address-input {
        width: 100%;
        margin: 0 0 20px 0; } }
    #stores .address-input label {
      margin-right: 5px; }
  #stores .radius-input {
    float: left;
    line-height: 23px;
    margin-right: 20px; }
    #stores .radius-input label,
    #stores .radius-input .selector {
      float: left; }
    #stores .radius-input label {
      margin-right: 10px; }
    #stores .radius-input #radiusSelect {
      width: 78px; }
  #stores .store-content {
    padding-bottom: 30px; }
  #stores .store-content-select .selector {
    visibility: hidden;
    display: none; }
  #stores .store-content-select.active {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d9d9d9; }
    #stores .store-content-select.active .selector {
      visibility: visible;
      display: block; }
  #stores .store-title {
    margin-bottom: 16px; }
  #stores label {
    font-weight: normal;
    color: #666; }
  #stores #stores_loader {
    display: none;
    margin-left: 5px; }
  #stores #locationSelect {
    max-width: 290px;
    visibility: hidden; }
  #stores #stores-table {
    display: none; }
    #stores #stores-table tbody td {
      padding: 20px; }
      #stores #stores-table tbody td.num {
        background: #f1f1f1;
        width: 46px; }
        @media only screen and (max-width: 480px) {
          #stores #stores-table tbody td.num {
            display: none; } }
      #stores #stores-table tbody td.name span {
        padding-left: 15px; }
      @media (max-width: 767px) {
        #stores #stores-table tbody td.name img {
          display: none; } }
    @media only screen and (max-width: 480px) {
      #stores #stores-table th.num {
        display: none; } }
    @media only screen and (max-width: 480px) {
      #stores #stores-table th {
        font-size: 10px; } }

  @media (max-width: 767px) {
    .simplifiedStores .logo {
      display: none; } }

  .store-image {
    text-align: center; }
    .store-image img {
      max-width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .store-image img {
          width: 100%;
          min-width: 100px; } }
.leaflet-popup-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 150px;
}
.leaflet-popup-content a.img_link{
  display: flex;
  height : 90px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
