#container-results-map input{
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    outline: none;
}

.container_search_elt.display_none{
    display: none!important;
}

.searchbar-loc{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}

#stores .map-container, #stores .list-container{
	padding-top: 0;
}

.searchbar-loc input, .searchbar-loc select{
	margin: 0;
	height: 50px;
	font-weight: 500;
	color: black;
	padding: 10px;
	outline: none;
	background-color: #f8f8f8!important;
	border: 1px solid #e6e6e6!important;
	margin-top: 0!important;
}

#stores .result-ccountry-title{
	margin-top: 75px;
}

.searchbar-loc input::placeholder{
	font-size: 14px
	color: black;
	font-weight: 600;
	opacity: 1;
}

.searchbar-loc input::-moz-input-placeholder{
	font-size: 14px;
	color: black;
	font-weight: 600;
}

.searchbar-loc input::-webkit-input-placeholder{
	font-size: 14px;
	color: black;
	font-weight: 600;
	opacity: 1;
}

.searchbar-loc input::-ms-input-placeholder{
	font-size: 14px;
	color: black;
	font-weight: 600;
}

#select-country{
	margin-right: 5%;
	width: auto
	max-width: 40%;
}

#container-results-map{
	margin-right: 5%;
	width: 300px;
	max-width: 50%;
	position: relative;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}

#search-icon{
	position: absolute;
	height: 100%;
	top: 0px;
	right: 3%;
	color: #efab19;
	display: flex;align-items: center;
	justify-content: center;
}

#stores .map-container, #stores .list-container{
	border: none;
	display: flex;
	flex-direction: column;
}

.intro-container{
}

.only_mobile{
	display: none!important;
}

.only_desktop{
	display: flex!important;
}

@media (max-width: 767px){

			.only_desktop{
				display: none!important;
			}

			.only_mobile{
				display: flex!important;
			}

			#stores .result-ccountry-title{
				margin-top: 10px;
			}

			.searchbar-loc{
				flex-direction: column;
			}
#select-country {
    margin-right: 0;
    width: auto max-width: 40%;
    width: 100%;
    text-align: center;
    text-align-last: center;
    margin-bottom: 10px;
}

#container-results-map input {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

#container-results-map {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
}


}