@charset "utf-8";
/* CSS Document */

.placeHolder {height: 60px;}
.dividing-line {
	width: 90%;
	height: 3em;
	margin: 3em auto 0 auto;
	border-top: 1px solid #525252;
}

.info-bottom-box {
	width: 90%;
	margin: auto;
}
.info-bottom {
	width: calc(100% / 3);
	float: left;
	padding-bottom: 50px;
}
.info-bottom h2 {
	font-size: 1em;
	text-align: left;
	padding-bottom: .5em;
}
.info-bottom p {
	padding-top: .8em;
	font-size: .8em;
}
.info-bottom ul {
	width: 10em;
	height: 2.5em;
}
.info-bottom ul li {
	width: 25%;
	height: 100%;
	padding: 2%;
	float: left;
}
.info-bottom ul li a {
	display: block;
	padding: 10%;
	transition: .2s;
}
.info-bottom ul li a:hover {padding: 0;}
.info-bottom ul li a img {width: 100%;}

html, body {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

header, footer {
    color: whitesmoke;
    width: 100%;
    font-size: 1em;
    position: fixed;
	z-index: 10;
}
header {
    height: 60px;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
}
header a, header a:hover {color: whitesmoke;}

#langue {
	font-size: .8em;
	position: absolute;
	height: 100%;
	padding-top: 20px;
	left: 5%;
	cursor: pointer;
}
#langue-list, #cate-list {
	width: 20%;
	color: black;
	position: absolute;
	top: 100%;
	padding: .5em;
	display: none;
}
#langue-box, #langue-box-mobile {
	font-family: "Roboto", serif;
	font-size: .9em;
	text-align: center;
	background-color: #e2e2e2;
	border: 1px solid black;
}
#langue-box p, #langue-box-mobile p {
	padding: .5em 0;
	cursor: pointer;
}
#langue-box p:hover, #langue-box-mobile p:hover {text-decoration: underline;}

#nav-box {
	width: 60%;
	height: 100%;
	margin: auto;
}
.nav-list {
	width: 30%;
	height: 100%;
	float: left;
	text-align: center;
}
.nav-list p {padding-top: 18px;}
.nav-logo {
	width: 40%;
	height: 100%;
	float: left;
}
.nav-logo img {
	width: auto;
	height: 60px;
	display: block;
	margin: auto;
	cursor: pointer;
}
#show-cates {cursor: pointer;}

#cate-list {
	width: 100%;
	background-color: #e2e2e2;
	padding-bottom: .8em;
}
#cate-box {
	width: 60%;
	margin: auto;
	padding-bottom: .5em;
}
.cate-group {
	width: calc(100% / 3);
	float: left;
	padding: 0 2em;
}
#group-left {
	border-right: 1px solid black;
	text-align: right;
}
.cate-group h1 {
	font-family: "Helvetica", serif;
	font-size: .8em;
	padding: .8em 0 .5em 0;
}
.cate-group p {
	font-family: "Roboto", serif;
	font-size: .75em;
	display: block;
	padding: .5em 0;
}
.cate-group p a {
	color: black;
	cursor: pointer;
}
.cate-group p a:hover {
	color: black;
	text-decoration: underline;
}

#open-m-nav, #close-m-nav, #line-m-nav {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 16px;
	left: 8%;
    display: none;
	cursor: pointer;
}
#close-m-nav {
    opacity: 0;
    z-index: -1;
}
#line-m-nav {z-index: -2;}
.line {
    position: absolute;
    width: 100%;
    height: 5%;
    background: white;
    transition: .3s;
}
#l1 {top: 15%;}
#l2 {top: 48%;}
#l3 {top: 81%;}

#cate-mobile {
	color: black;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #e2e2e2;
	text-align: center;
	transition: .6s;
	display: none;
	overflow-x: hidden;
	z-index: 9;
}
#mobile-n1, #mobile-n2-g1, #mobile-n2-g2{
	font-family: "Helvetica", serif;
	position: absolute;
	left: 0;
	padding: 60px 8%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
    overflow-y: auto;
	transition: .6s;
}
#mobile-langue {
	font-family: "CaviarDreams", serif;
	font-size: 1.1em;
	padding-top: 20px;
	cursor: pointer;
}
#langue-list-mobile {
	width: 100%;
	color: black;
	position: absolute;
	top: 120px;
	left: 0;
	padding: .5em;
	z-index: +1;
	display: none;
}
.show {display: block;}
#langue-box-mobile {
	font-size: 1.1em;
	background-color: whitesmoke;
}
#langue-box-mobile p {padding: 1em 0;}
.mobile-title {
	font-size: 1.2em;
	padding: 20px 0;
	cursor: pointer;
}
.mobile-left, .mobile-right {
	width: 50%;
	float: left;
}
.mobile-left {text-align: left;}
.mobile-right {
	text-align: right;
	color: #7d7d7d;
}
#storeinfo-mobile {
	position: absolute;
	bottom: 70px;
	left: 8%;
	text-align: left;
}
#storeinfo-mobile h1 {
	font-size: 1.2em;
	padding-bottom: .5em;
}
#storeinfo-mobile p {
	font-family: "Roboto", serif;
	padding-bottom: 1em;
}
#mobile-n2-g1 {left: 100%;}
#mobile-n2-g2 {left: 100%;}
.mobile-back {
	font-size: 1em;
	text-align: left;
	padding: 20px 0;
	cursor: pointer;
}
#mobile-n2-g1 h1, #mobile-n2-g2 h1 {
	font-size: 1.5em;
	padding: 15px 0 20px 0;
}
#mobile-n2-g1 a, #mobile-n2-g2 a {
	color: black;
	font-family: "Roboto", serif;
	font-size: 1.2em;
	padding: 15px 0;
	width: 100%;
	display: block;
}

#compte-mobile {
	position: absolute;
	display: none;
	width: 24px;
	height: 24px;
	top: 19px;
	right: 16%;
}
#compte-mobile img {
	width: 100%;
	height: 100%;
}
#panier {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	right: 5%;
	margin-top: 18px;
	background-image: url(/static/app/base/img/panier.svg);
	background-size: 100% auto;
	z-index: 11;
}
#panier a {
	color: black;
	display: block;
	width: 32px;
	height: 32px;
}
#panier p {
	font-family: "Helvetica", serif;
	text-align: center;
	font-size: 12px;
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background-color: #C4A886;
	border-radius: 50%;
	margin-top: 18px;
	line-height: 16px;
}

footer {
    height: 50px;
    background: #2d2d2d;
    bottom: 0;
    left: 0;
}
footer p {
	text-align: center;
	font-size: .7em;
	padding-top: 12px;
}
footer p a {color: #C4A886;}
footer p a:hover {color: white;}


/*---------------------------------------------自适应性*/
@media (max-width: 1280px) {
	.placeHolder {height: 42px;}
	header {height: 42px;}
	#langue {padding-top: 14px;}
	.nav-list p {padding-top: 12px;}
	.nav-logo img {height: 42px;}
	#cate-list {padding: 14px;}
	#panier {
		width: 20px;
		height: 20px;
		margin-top: 12px;
	}
	#panier a {
		width: 25px;
		height: 25px;
	}
	#panier p {
		font-size: 10px;
		width: 12px;
		height: 12px;
		margin-top: 15px;
		line-height: 12px;
	}
	footer {height: 35px;}
	footer p {padding-top: 8px;}
}

@media (max-width: 768px) {
	header {height: 60px;}
	#langue {display: none;}
	#nav-box {width: 50%;}
	.nav-list {display: none;}
	.nav-logo {width: 100%;}
	.nav-logo img {height: 60px;}
	#open-m-nav, #close-m-nav, #line-m-nav {display: block;}
	#cate-mobile {display: block;}
	#compte-mobile {display: block;}
	#panier {
		width: 25px;
		height: 25px;
		margin-top: 18px;
	}
	#panier a {
		width: 32px;
		height: 32px;
	}
	#panier p {
		font-size: 12px;
		width: 15px;
		height: 15px;
		margin-top: 18px;
		line-height: 16px;
	}
}

@media (max-width: 580px) {
	.info-bottom {width: 50%;}
}
