@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color: #222;
	color:#FFF;
	font-family:"Play", Helvetica, Arial, sans-serif;
	font-weight:400;
}
a {
	color:#FFF;
}
#banner {
	position:relative;
	width:100%;
	height:auto;
	margin-top:100px;
	background:#DECBD5 top 0 right no-repeat;
	background-image:url(../images/banner.jpg);
	background-size:contain;
	padding-bottom:25%;
	border-bottom:solid 1px #888;
	border-top:solid 1px #888;
	overflow:hidden;
	transition:all 0.75s ease-out;
}
#banner .over{
	position:absolute;
	right:0;
	top:0;
	height:100;
	width:auto;
	opacity:0;
	transition:all 0.75s ease-out;
}
div.se_souvenir {
	display: inline-block;
	width: 76%;
	vertical-align: top;
}
img.se_souvenir {
	display: inline-block;
	width: auto;
	margin-top: 20px;
	height: auto;
	max-width: 20%;
	margin-right: 2%;
	border: solid 1px #888;
}
.colombel {
	display:block;
	opacity:0;
	margin-top:5%;
	transition:all 0.75s ease-out;
}
#title_1 {
	position:absolute;
	width:50%;
	margin-top:-10%;
	margin-left:20%;
	transition:all 0.75s ease-in-out;
}
#title_1 h2 {
	font-family:"Tangerine", Helvetica, Arial, sans-serif;
	color:#003;
	font-size:140px;
	font-weight:400;
	padding:0 0 0 0;
	margin-top:50px;
	margin-bottom:0;
	text-shadow:0 0 1px #003;
}
#title_1 h1 {
	color:#003;
	margin:0;
	padding:0;
	padding-left:15px;
	margin-top:-34px;
	font-size:36px;
	font-family:"Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
	font-weight:400;
	transition:all 0.75s ease-in-out;
	opacity:0;
}

@media screen and (max-width: 1460px) {
.colombel {
	width:100px;
	height:auto;
	margin-top:5%;

}
}
@media screen and (max-width: 1260px) {
.colombel {
	width:90px;
}
}

@media screen and (max-width: 1160px) {
	#title_1 h1 {
		font-size:25px;
		margin-top:-25px;
	}
	#title_1 h2 {
		font-size:100px;
		
	}
}
@media screen and (max-width: 1063px) {
.colombel {
	width:90px;
	margin-top:1%;
}
}
@media screen and (max-width: 934px) {
.colombel {
	width:80px;
	margin-top:1%;
}
}
@media screen and (max-width: 840px) {
	#title_1 h1 {
		font-size:20px;
		margin-top:-18px;
	}
	#title_1 h2 {
		font-size:85px;
	}
	.colombel {
	width:90px;
	margin-top:1%;
}
}
@media screen and (max-width: 700px) {
	#title_1 h1 {
		font-size:15px;
		margin-top:-12px;
		padding-left:8px;
	}
	#title_1 h2 {
		margin-top:15px;
		font-size:60px;
	}

.colombel {
	width:50px;
	margin-top:1%;
	}
}

#menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	padding-top:6px;
	background:#222;
	color:#FFF;
	font-family:"Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
	font-size:14px;
	z-index:200;
	transition:all 0.25s ease-in;
	box-shadow:none;
}
#menu div:first-child{
	position:relative;
	width:100%;
	max-width:1100px;
	height:100%;
	margin:auto;
}
#menu div .logo{
	height:85px;
	max-height:80%;
	width:auto;
}
@media screen and (max-width: 768px) {
#menu div .logo{
	height:auto;
	max-width: 200px;
	width:auto;
	margin-left: 20px;
}
	#menu #btns ul{
		margin-top: 30px;
	}
	#menu #btns a{
		font-size: 150%;
	}
}
#btns {
	position:absolute;
	display:block;
	text-align:right;
	right:0;
	top:10px;
}
#btns ul img{
	vertical-align:text-top;
}
#btns ul,li {
	margin:0 10px 10px 0;
	padding:0;
	display:inline-block;
	list-style:none;
	transition:all 0.5s ease-in
}
#btns li a {
	color:#FFF;
	font-size:20px;
	font-weight:300;
	text-decoration:none;
	transition:all 0.5s ease-in;
}
#btns li a:hover {
	border-bottom:solid 1px #FFF;
}
#content {
	width:90%;
	margin:auto;
	margin-top:50px;
	max-width:1100px;
}
#footer {
	width:100%;
	min-height:150px;
	background:#191919;
	font-size:12px;
	padding-top:20px;
	margin-top:20px;
}
#footer div{
	width:100%;
	max-width:1100px;
	margin:auto;
	color:#FFF;
}
#btns ul .cart a:hover{
	border-bottom:0;
}
.automatic-slider {
	width:96%;
	max-width:1100px;
	height:350px;
	margin:auto;
	margin-top:120px;
	border-radius:10px;
	background:#222;
}
.automatic-slider li {
	width:100%;
	height:350px;
	color:#111;
}
.automatic-slider ul li {
	color:#111;
}
#cart {
	display:inline-block;
	min-width:52px;;
	min-height:52px;
	background:url(../images/cart.png) no-repeat;
	background-size:100%;
	vertical-align:bottom;
}
#cart div {
	width:100%;
	text-align:center;
	padding-top:10px;
	color:#222;
	font-size:20px;
	font-weight:700;
}
#cart_list {
	position:inherit;
	display:inline-block;
	width:50%;
	border:solid 1px #666;
	vertical-align:top;
}
.lines {
	position:inherit;
	display:block;
	font-size: 14px;
	width:100%;
	min-height:5px;
	height: auto;
	padding:3px 0 3px 0; 
	border-top:solid 1px rgba(0,0,0,0.00);
	border-bottom:solid 1px rgba(0,0,0,0.00);
}
.lines:hover {
	border-top:solid 1px #888;
	border-bottom:solid 1px #888;
}
.line_bg_0 {
	background:#111;
}
.line_bg_1 {
	background:#333;
}
.item_name {
	display:inline-block;
	width:62%;
	padding-left:1%;
	vertical-align:top;
}
.item_pr_uni {
	display:inline-block;
	width:10%;
	min-width:50px;
	text-align:right;
}
.item_qty {
	display:inline-block;
	width:10%;
	min-width:40px;
	padding-right:15px;
	text-align:right;
}
.item_tot {
	display:inline-block;
	width:12%;
	min-width:55px;
	text-align:right;
}
.retirer {
	display:block;
	font-size:12px;
	text-decoration:underline;
	color:#EEE;
	cursor:pointer;
}
.item_update_qty {
	border:solid 1px rgba(0,0,0,0.00);
	width:30px;
	background-color:transparent;
	color:#FFF;
	font-family:"Play", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:right;
}
.item_update_qty:hover {
	border:solid 1px #666;
	background:#444;
}

#form_info {
	display:inline-block;
	width:40%;
	padding-left:5%;
	vertical-align:top;
	margin-top:-40px;
}

#form_info label {
	display:block;
	font-size:12px;
}

#form_info input {
	display:block;
	font-size:14px;
	background:#333;
	color:#FFF;
	border:solid 1px #666;
	width:90%;
	max-width:225px;
	margin-bottom:10px;
	font-family:"Play", Helvetica, Arial, sans-serif;
}
#form_info select {
	display:block;
	font-size:14px;
	background:#333;
	color:#FFF;
	border:solid 1px #666;
	width:90%;
	max-width:230px;
	margin-bottom:10px;
	font-family:"Play", Helvetica, Arial, sans-serif;
}
#form_info #submit {
	width:auto;
	height:40px;
	border-radius:6px;
	background:#2E7BF0;
	color:#FFF;
	font-weight:400;
	font-size:15px;
	border:none;
	font-family:"Play", Helvetica, Arial, sans-serif;
	cursor:pointer;
}

#music #submit {
	width:auto;
	height:40px;
	border-radius:6px;
	background:#2E7BF0;
	color:#FFF;
	font-weight:400;
	font-size:15px;
	border:none;
	font-family:"Play", Helvetica, Arial, sans-serif;
	cursor:pointer;
}

#bt_refresh {
	display:block;
	float:right;
	width:110px;
	border-radius:4px;
	height:20px;
	background:#C70003 url(../images/refresh.png) left 5px top 2px no-repeat;
	background-size:12%;
	cursor:default;
	padding-left:30px;
	opacity:0.25

}
.music_link {
	border:solid 1px #666;
	padding:10px;
	line-height: 1.5;
}
.qty_bt {
	width:20px;
	color:#FFF;
	font-family:"Play", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:center;
	background:#333;
	border:solid 1px #666;
	margin:5px 0 5px 5px ;
	padding-left:3px;
	padding-right:3px;
}
.bt_cart {
	display:block;
	text-align:center;
	width:160px;
	height:30px;
	padding-top:8px;
	border-radius:6px;
	background:#E09900;
	color:#FFF;
	font-weight:400;
	font-size:18px;
	border:solid 1px #EEE;
	cursor:pointer;
	margin-bottom:10px;
}
#footer div div{
	display:inline-block;
	width:22%;
	max-width:300px;
	padding-right:1%;
	border-right:solid 1px #666;
	margin-right:1%;
}
.bt_caisse {
	display:block;
	width:160px;
	height:20px;
	background:#116715;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	border-radius:6px;
	border:solid 1px #666;
	text-align:center;
}
.item_box {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	border-bottom:solid 1px #666;
	margin-bottom:30px;
}
.item_box img{
	display:inline-block;
	width:33%;
	max-width:336px;
	height:auto;
	margin-top:50px;
	vertical-align:top;
}
.item_box img.grand{
	width:38%;
	max-width:436px;
}
.item_box .info_lib {
	position:inherit;
	display:inline-block;
	width:60%;
	height:auto;
	padding-top:0px;
}
.item_box .techn {
	display:inline-block;
	font-size:12px;
	vertical-align:top;
	width:350px;
	padding-right:10px;
	margin-bottom:40px;
}
.item_box .techn h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.item_box .techn a{
	color:#EEE;
}
.item_box .techn a:after{
	content:url(../images/audio.png);
	margin-left:5px;
	vertical-align:middle;
}


div.promo_banner {
	width:96%;
	max-width:1100px;
	height:100px;
	margin:auto;
	margin-top:120px;
	margin-bottom: -100px;
	padding-top: 10px;
	border-radius:8px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	background-color: #ce090c;
}
div.promo_banner > span {
	display: inline-block;
	width: 100%;
	font-size: 5.2vmin;
	text-align: center;
}
div.promo_banner span span {
	display: inline-block;
	font-size: 4.2vmin;
}
div.promo_banner > span.jusqu {
	font-size: 3.0vmin;
}

.item_box .pmt {
	display:inline-block;
	width:200px;
	padding-left:20px;
	border-left:solid 1px #666;
}

.item_box .pmt .promo  {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	padding: 5px;
	width: auto;
	background-color: #ce090c;
	border:solid 1px #858585;
	border-radius: 4px;
	margin-bottom: 3px;
}
.item_box .pmt .promo::before {
	position: absolute;
	top: -12px;
	left: -2px;;
	font-size: 12px;
	font-weight: 400;
	color: #dadada;
	content: 'Promotion';
}
.item_box .pmt .promo span{
	font-size: 12px;
}

.item_box .pmt .promo_pourcent {
	display: inline-block;
	font-size: 15px;
}
.item_box .pmt .promo_pourcent span {
	font-size: 12px;
}

.item_box .pmt .regul {
	position: relative;
	color: #FFF;
	font-size: 14px;
}
.item_box .pmt .regul>span {
	position: relative;
	display: inline-block;
}
.item_box .pmt .regul>span::before {
	position: absolute;
	color: #adadad;
	display: block;
	top: -5px;
	left: 0;
	content: '_____';
}
.item_box .pmt .regul span > span {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	border-bottom: none;
}

.item_box .pmt span.note {
	display: block;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.5 !important;
}
.cont_m a {
	color:#FFF;
	text-decoration:none;
}
