/***********************************************************
					Stores Page Styles
************************************************************/

#international img{
	margin:5px;
	border:1px solid black;
}

#official_stores {
	padding: 0;
}
#official_stores .uppercase {
	text-transform: uppercase;
}
#official_stores img {
	width: 100%;
	max-width: none;
}

.nom-boutique {
	border: 2px solid black;
	color: black;
	text-align: center;
	font-family: Gotham, Arial, Helvetica;
	background-color: rgba(255, 255, 255, 0.8);
	width: 60%;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 20%;
	padding: 3%; 
	letter-Spacing: 1pt;
	font-weight: bold;
}

.nom-pays {
	border: 2px solid black;
	color: black;
	text-align: center;
	font-family: "SangBleuSans", Arial, Helvetica;
	background-color: white;
	padding: 10px 0; 
	letter-Spacing: 2pt;
}

.cadre {
	position:relative;
	width:100%;
	display:inline-block;
}

.page-heading {
	text-align: center;
}

.name {
	width:20%;
}
.name img{
	width:250px;
}


#stores #map {
  height: 600px; /*447px;*/
  margin-bottom: 26px; }
#stores input#addressInput {
    display: inline-block;
    padding-left: 15px;
}
@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 #d6d4d4; }
  #stores .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#stores .store-title {
  margin-bottom: 16px; }
#stores label {
  font-weight: normal;
  color: #777; }
#stores #stores_loader {
  display: none;
  margin-left: 5px; }
  #stores #locationSelect {
    visibility: hidden;
    margin: 0 auto 15px;
}
#stores #stores-table {
  display: none; }
  #stores #stores-table tbody td {
    padding: 20px; }
    #stores #stores-table tbody td.num {
      background: #fbfbfb;
      width: 46px; }
    #stores #stores-table tbody td.name span {
      padding-left: 15px; }
    @media (max-width: 767px) {
      #stores #stores-table tbody td.name img {
        display: none; } }

.store-image img {
  width: 100%;
  min-width: 100px; }

#all_shops {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
#all_shops:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #fff0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,#fff0 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,#fff0 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
}
#all_shops div.shop {
    min-height: 255px;
}
#all_shops > div {
    overflow-y: scroll;
    max-height: 700px;
}
#all_shops div.name {
    font: 400 16px/16px "Gotham", Arial, Helvetica;
}
#all_shops div.address {
    min-height: 80px;
    font: 400 12px/12px "Gotham", Arial, Helvetica;
    color: #c2c2c2;
}
.picture-shop {
    max-height: 125px;
    height: 125px; 
}
div#results_shop {
    overflow: hidden;
}
div#results_shop > div {
    max-height: 447px;
    overflow-y: scroll;
}
#search_stores:before {
    content: "\f002";
    color: #767676;
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}
#search_stores span {
    display: none;
}
button#search_stores {
    width: 40px;
    height: 40px;
    background: transparent;
    right: 20px;
    position: absolute;
    top: 0;
}
.store-content > .row {
    border: 1px solid #efefef;
}
.store-content #addressInput {
    width: 100%;
    height: 40px;
    border: none;
}
span.result-name {
    font-weight: bold;
}
a.select_result {
 color:black;   
}
#stores #stores-table tbody td,
#stores #stores-table {
    border: none;
}
/*# sourceMappingURL=stores.css.map */

@media (max-width: 1024px) {
    .picture-shop{
        max-height: none;
        height: auto;
        min-height: 125px;
    }
    .store-image,
    .store-image img{
        height: auto;
        width: 100%;
    }
}
.clic-bigtitle {
	color:black;
	background-color:white;
	width:340px;
	margin:-70px auto;
	padding-bottom:100px;
	text-transform:uppercase;
}
.clic-esper {
	color:#000;
}
.clic-title {
	text-transform:uppercase;
	color:black;
	font-size: medium;
	font-weight:bold;
}
.clic-border {
	border:1px solid black;
	text-align:center;
	margin:50px;
	padding:50px;
}
.clic-hr {
	width:70px;
	color:black;
	border: 1px solid black;
}
.clic-step {
	font-size: xx-large;
	font-weight:bold;
}
.clic-step4 {
	color:#aaa;
}
.clic-text {
	padding:8%;
}
.clic-img{
	max-width:250px;
	margin:0 auto;
}



