body{
	margin:0;
	padding:0;
	min-height: 100vh;
	position:relative;

	overflow-x: hidden;
	background-color: #d9d3d1;

	font-family: Georgia;
}

body > .content{
	padding-bottom:14vw;
	width:100vw;
	margin-top:33px;
}

a{
	text-decoration: none;
	color:black;
}

.button{
	display:inline-block;
	width:238px;
	height:29px;

	line-height: 29px;
	text-align: center;

	background-image: url(../assets/boutons.jpg);
	background-position: top left;

	color:#e1d1bc;
	cursor:pointer;
}
.button:hover{
	background-position: bottom left;
}
.button.small{
	width:165px;
	background-position: top right;
}
.button.small:hover{
	background-position: bottom right;
}

.choice label{
	display: inline-block;
	width: 150px;
	height: 150px;

	background-size: cover;
	cursor:pointer;

	position:relative;

	border: 4px solid transparent;
    -webkit-border-image: url(../assets/content_border.png) 4; /* Safari 3.1-5 */
    -o-border-image: url(../assets/content_border.png) 4; /* Opera 11-12.1 */
    border-image: url(../assets/content_border.png) 4;

	margin:10px;

	vertical-align: top;

	color:white;

	-webkit-transition:all 150ms;
	transition:all 150ms;
}

.choice label > span{
	display:block;
	position: absolute;
	bottom:0px;
	background-color: rgba(0,0,0,0.8);
	width:100%;
	line-height:15px;
	text-align: center;

	padding: 5px 2px;

	box-sizing:border-box;

	z-index:2;
}

.choice label.selected{
	-moz-box-shadow: 1px 1px 5px 0px #000000;
	-webkit-box-shadow: 1px 1px 5px 0px #000000;
	-o-box-shadow: 1px 1px 5px 0px #000000;
	box-shadow: 1px 1px 5px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=5);
}

.choice label.selected::after{
	content:" ";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;

	background-color:rgba(0,0,0,0.8);
	background-image: url(../assets/menu_selec-logo.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;

	z-index:1;
}

.choice label input{
	position:absolute;
	opacity:0;
	left:0;
	top:0;
}

.error{
	color:red;
}

retour{
	display: block;
	text-align: left;
}
.serie.full retour{
	max-width: 60%;
	margin: auto;
}

.retour{
	position: absolute;
	z-index:200;
	left:28%;
}
.panier-popup retour{
	display: inline-block;
}
.panier-popup .retour{
	margin-top: 0;
	position: static;
	left: 0%;
}
.no-remove .remove{
	display:none;
}
.remove{
	cursor:pointer;
}
.zoom{
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
	background-color:transparent;
	border-radius: 3px;
	display:inline-block !important;
	width:20px !important;
	height:20px !important;
	color:white;
	cursor:pointer;
}

.serie .content .description .image .zoom{
	text-align:center;
	top:3px;
}