
@import url('https://fonts.googleapis.com/css?family=Poppins');

:root{

	--font: "Poppins";

}

body{

	background: #fff;
	font-family: var(--font);
	margin: 0px;

}

.row {

    width: 100%;
    text-align: center;

}

.card_shop {

	width: 350px;
	border: 1px solid #ddd;
	border-radius: 5px;
  	float: left;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 10px;
}

a{

	color: #34495E;
	text-decoration: none;

}

a:hover{

	color: #2E4053;
	text-decoration: none;

}

a:active{

	color: #283747;
	text-decoration: none;

}

img{


}

header.header{

	background: rgba(23, 32, 42);
	color: #fff;
	padding: 20px;
	text-align: center;
	position: absolute;
	width: calc(100% - 40px);

}

h1{

	margin: 0px;

}

.menu_back{

	background: url(http://pierrebertrand.com/img/store.png);
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

div.contrainer_store{

	padding: 100px;
	float: left;
	width: calc(100% - 601px);

}

div.contrainer_subsearch{

	padding: 50px;
	float: right;
	width: 300px;
	border-left: 1px solid #ddd;
	transform: translate(0, 120px);

}

div.cont{

    text-align: justify;
	width: calc(100% -160px);
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 100px;
	margin-left: 100px;
	border-top: 1px solid #ccc;

}

header.header h1{

	color: #fff;

}

input{

	height: 50px;
	margin: 0px;
	padding-left:20px;
	padding-right: 20px;
	background: transparent;
	border: 1px solid #000;
	margin-bottom: 5px;
	width: 100%;

}

input#s{

	width: calc(100% - 42px);

}