@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:#383632;
}
body a img{
	border:0px;
}
div#bg-1{
	background:#fdf3e4;
}
div#bg-2{
	background:#6a6660;
	min-width:1020px;
}
div#bg-3{
	min-width:1020px;
	background:#fdf3e4;
}
header#main-header{
	text-align:center;
	margin-bottom:20px;
	overflow:hidden;
}
header#main-header h1{
	font-family:"Times New Roman", Times, serif;
	color:#383632;
	font-size:58px;
	line-height:58px;
	margin-bottom:8px;
	margin-top:6px;
}
header#main-header h2{
	color:#383632;
	font-size:16px;
	line-height:16px;
	font-family:"Times New Roman", Times, serif;
	margin-top:8px;
	font-weight:normal;
}
header#main-header img{
	border:0px;
	display:block;
	margin:auto;
}
header#main-header span{
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin:auto;
	margin-bottom:5px;
}

#main-nav{
	width:580px;
	margin:auto;
	text-align:center;
}
nav#main-nav ul{
	list-style:none;
	margin:auto;
	padding:0px;
	overflow:hidden;
	border:1px solid #b8b1a8;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #e1d7c9; /* Old browsers */
	margin-bottom:54px;
	text-align:center;
	display:inline-block;
}
nav#main-nav ul li{
	display:inline-block;
	margin:auto;
}
nav#main-nav ul li a{
	text-decoration:none;
	color:#383838;
	display:inline-block;
	line-height:48px;
	font-size:18px;
	font-weight:bold;
	padding-left:24px;
	padding-right:24px;
	position:relative;
	transition:all 0.4s ease;
}
nav#main-nav ul li a:hover{
	background: #f7eddf; /* Old browsers */
}
nav#main-nav ul li a.sep:after{
	content:"";
	display:block;
	width:1px;
	height:48px;
	background:#ada69c;
	position:absolute;
	top:0px;
	right:-3px;
}
/*-----------------------Bloc presentation--------------------------------------------*/
section#bloc-1{
	height:600px;
	margin:auto;
	position:relative;
	text-align:center;
	padding-top:70px;
	border-top:1px solid #d8cfc3;
	background:url("images/bg-images.jpg") no-repeat center top;
}
section#bloc-1 h2{
	font-size:24px;
	font-weight:bold;
	margin:0px;
}

h1.title-bloc{
	display:block;
	margin:auto;
	height:54px;
	width:207px;
	text-align:center;
	line-height:54px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	background:#d3cbbe;
}
h1#titre-1{
	position:absolute;
	left:50%;
	margin-left:-103px;
	top:-27px;
}
h1#titre-2{
	position:absolute;
	top:-25px;
	left:50%;
	z-index:2;
	margin-left:-103px;
}
h1#titre-3{
	margin-bottom:30px;
	top:-27px;
	margin-top: -27px;
}
section#bloc-3{
	text-align:center;
	border-top:1px solid #d8cfc3;
}
ul#shop-list{
	list-style:none;
	margin:auto;
	padding:0px;
	width:880px;
	margin-bottom:50px;
}
ul#shop-list li{
	display: block;
	/*height:300px;*/
	width:100%;
	margin: auto;
	position: relative;
	background: #F7EAD7;
	border-radius: 30px;
	/*float: left;*/
	padding: 30px;
	text-align:center;
	color:#6a6660;
	margin-bottom:30px;
}
ul#shop-list .bloc-offre-1 h1{
	padding-top:0px;
	font-size:20px;
	margin-top:0px;
	margin-bottom:20px;
}
a.btn-shop{
	display:inline-block;
	text-align:center;
	line-height:28px;
	font-size:14px;
	padding:10px;
	padding-left:10px;
	width: 300px;
	margin:auto;
	padding-right:10px;
	color:#383632;
	margin-bottom:4px;
	margin-top:4px;
	background:#D1C5B1;
	text-decoration:none;
	border-radius:10px;
	transition: all ease 0.5s;
}
a.btn-shop:hover{
	background:#A79881;
}
ul#shop-list li p{
	margin-top:6px;
}
ul#shop-list li p.first-bloc{
	font-size:15px;
	line-height:18px;
	margin:auto;
}
ul#shop-list .sep-text{
	font-size:18px;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
ul#shop-list li h1{
	color:#c6aa8b;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	text-transform:uppercase;
	margin-bottom:10px;
}
ul#shop-list li h2{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
}
section#bloc-3 h2#subtitle-3{
	display:block;
	margin:auto;
	height:47px;
	width:621px;
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
}
span.deco-sep{
	height:27px;
	width:100%;
	margin-bottom:64px;
	display:block;
	background:url("images/bg-sep-bloc.png") repeat-x top;
}
.bold{
	font-weight:bold;
}
#bloc-4{
	text-align:center;
	font-size:12px;
	padding-bottom:40px;
	padding-top:60px;
	clear:both;
}
#bloc-4 p{
	padding-top:20px;
}
#bloc-4 p a{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
#bloc-4 span{
	display:inline-block;
	margin:auto;
	margin-bottom:12px;
	margin-top:12px;
	border-bottom:solid 1px #f2e8d8;
	border-top:solid 1px #f2e8d8;
	padding:8px;
}
#bloc-4 a{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#bloc-4 img{
	border:0px;
	display:block;
	margin:auto;
}
/*---------------------------------------Bloc collection------------------------------------------*/
#bloc-2{
	position:relative;
	padding-top:50px;
	/*height:1035px;
	width: 1100px;
	margin: auto;
	background: #6a6660;*/
}
#bloc-2:after{
	content:"";
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	top:-8px;
	background:url("images/bg-top-bloc2.png");
}
ul#bloc-list-bd{
	list-style:none;
	width:1038px;
	height: 1114px;
	overflow:hidden;
	margin:auto;
	padding:0px;
}
ul#bloc-list-bd li{
	float:left;
}
ul#bloc-list-bd li img{
	margin:0px;
}
ul#bloc-list-bd li.margin-right{
	margin-right:6px;
}
ul#bloc-list-bd li.first-bd{
	display:block;
	width:472px;
	height:240px;
	padding:21px;
	border:1px solid #797979;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:#fdf3e4;
	margin-bottom:10px;
}
ul#bloc-list-bd li.first-bd h2{
	font-size:16px;
	margin-bottom:0px;
	text-align:center;
}
ul#bloc-list-bd li.first-bd p.bloc-infos{
	width:260px;
	height:195px;
	margin:0px;
	float:right;
	padding-top:20px;
	text-align:center;
	font-size:18px;
	line-height:24px;
}
ul#bloc-list-bd li.first-bd p.bloc-infos span.big-red{
	color:#c6aa8b;
	font-weight:bold;
}
ul#bloc-list-bd li.first-bd p.bloc-infos span.bloc-prix{
	background:#c6aa8b;
	display:inline-block;
	height:34px;
	line-height:34px;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	font-size:21px;
	margin-bottom:6px;
	margin-top:6px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
ul#bloc-list-bd li.first-bd p.bloc-infos span.link{
	font-size:14px;
}
ul#bloc-list-bd li.first-bd p.bloc-infos span.link a{
	color:#000;
}
ul#bloc-list-bd li.bloc-bd{
	display:block;
	width:150px;
	height:238px;
	text-align:center;
	padding:8px;
	border:1px solid #797979;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:#fdf3e4;
	margin-bottom:6px;
}
ul#bloc-list-bd li.bloc-bd h2{
	font-size:12px;
	margin-bottom:0px;
}
ul#bloc-list-bd li.bloc-bd p.bloc-infos{
	width:150px;
	height:50px;
	margin:auto;
	padding-top:2px;
	text-align:center;
	font-size:11px;
	line-height:13px;
}
ul#bloc-list-bd li.bloc-bd p.bloc-infos span.big-red{
	color:#c6aa8b;
	font-weight:bold;
	font-size:12px;
}
ul#bloc-list-bd li.bloc-bd p.bloc-infos span.bloc-prix{
	font-size:12px;
	font-weight:bold;
}
.btn-suite{
	margin:auto;
	margin-top:30px;
	background:#e1d7c9;
	text-align:center;
	height:34px;
	line-height:34px;
	cursor:pointer;
	font-size:16px;
	padding-left:26px;
	padding-right:26px;
	width:auto;
}
.btn-suite:hover{
	text-decoration:none;
	font-size:20px;
}
/*------------------------Video-----------------------*/
#contener-video{
	width:100%;
	height:100%;
	background:#000;
	background:rgba(0,0,0,0.8);
	position:fixed;
	z-index:1000;
	display:none;
}
.box-video{
	width: 960px;
	height: 540px;
	padding:10px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-270px;
	margin-left:-480px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
}
.video{
	width: 960px;
	height: 540px;
	margin:auto;
	background-color: #000; 
}
.btn-close{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	text-indent:-9999px;
	cursor:pointer;
	top:50%;
	margin-top:-280px;
	left:50%;
	margin-left:480px;
	z-index:1001;
	background:url("fancybox/fancy_close.png") no-repeat;
}

