@charset "utf-8";
/* CSS Document */
body, html {
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 14px;
	background-color: #FFF;
	margin:0;
	height:100%;
	min-height:100%;
}
#login_form {
	position:relative;
	width:50%;
	min-width:300px;
	max-width:800px;
	min-height:200px;
	margin:auto;
	padding:20px;
	margin-top:50px;
	box-shadow:0 0 5px #CCC;
	border-radius:10px;
}
input[type="checkbox"] {
	display:none;
}
.checkbox {
	display:inline-block;
	width:22px;
	height:18px;
	background:#FFF url(../images/check_off.png) no-repeat;
	cursor:pointer;
}
.bulle {
	position:absolute;
	width:200px;
	height:80px;
	padding:10px;
	border-radius:8px;
	background:#E5E5E5;
	top:-10px;
	left:240px;
	opacity:0;
	font-size:12px;
	box-shadow:2px 2px 2px #888;
	transition:all 0.25s ease-in;
}
.bulle:before {
	content:url(../images/pick_gr.png);
	position:absolute;
	top:10px;
	left:-10px;
}
#login_form #lost{
	position:relative;
	margin-top:10px;
}
#login_form #lost a{
color:#f58368;
}
#login_form label{
	display:block;
	font-size:14px;
	font-weight:600;
}
#login_form input{
	width:80%;
	max-width:220px;
	height:20px;
	padding-left:3px;
	margin:auto;
	margin-bottom:5px;
}
#login_form input.submit{
	max-width:150px;
	min-height:30px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	border:none;
	margin-top:10px;
	border-radius:8px;
	background-color:#EF4D26;
	cursor:pointer;
	box-shadow:0 0 3px #CCC;
}
#login_form #create{
	max-width:100%;
	text-align:center;
	width:100%;
	min-height:35px;
	padding-top:10px;
	font-size:20px;
	font-weight:500;
	color:#fff;
	border:none;
	margin-top:10px;
	border-radius:8px;
	background-color:#235DAC;
	cursor:pointer;
	box-shadow:0 0 3px #CCC;
	text-transform:uppercase;
}
input[type=text]{
	border:solid 1px #DDD;
	box-shadow:0 0 3px #DDD;
	padding-left:3px;
}
input[type=password]{
	border:solid 1px #DDD;
	box-shadow:0 0 3px #DDD;
	padding-left:3px;
}
#province {
	width:80%;
	max-width:225px;
	height:25px;
	border:solid 1px #DDD;
	box-shadow:0 0 3px #DDD;
	padding-left:3px;
}
#pays {
	width:80%;
	max-width:225px;
	height:25px;
	border:solid 1px #DDD;
	box-shadow:0 0 3px #DDD;
	padding-left:3px;
}
.max {
	position:relative;
	display:block;
	width:90%;
	max-width:1170px;
	margin:auto;
	height:auto;
}
.ariane {
	font-size:12px;
	margin:0;
	padding:0;
	margin-top:10px;
}
.ariane li {
	margin:0;
	padding:0px 7px 0px 0px;;
	float:left;
}
.ariane li:after {
	color:#888;
	content:' » ';
}
.ariane li:last-child:after {
	content:'';
}
.ariane li a{
	color:#333;
	padding-right:7px;
	text-decoration:none;
}
.ariane li a:hover{
	color:#EF4D26;
}
.bt_inner {
	font-weight:500;
	font-size:18px;
}
.bt_inner a:before {
	content:'» ';
	font-size:22px;
	line-height:16px;
	font-weight:400;
}
.bt_inner a {
	text-decoration:none;
	color:#B34227;
	transition:all 1s ease-out;
}
.bt_inner a:hover {
	color:#EF4D26;
}
.liste_1 ul, li{
	padding-left:25px;
}
.liste_1 li{
	clear:both;
	list-style:square;
}
.end_div {
	position:relative;
	display:block;
	clear:both;
	width:100%;
	border-bottom:solid 1px #EF4D26;
	margin-bottom:40px;
}
.end_div div{
	position:relative;
	display:block;
	width:56px;
	height:13px;
	margin:30px auto -8px;
	background:url(../images/sep_mark.png);
}

.video-js {
	width:100%;
	max-width:540px;
	height:auto;
}
.fiche_prods {
	display:block;
	width:100%;
}
.fiche_prods h3{
	background:#E8E8E8;
	display:block;
	width:100%;
	padding:3px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:200;
	margin-bottom:3px;
}
.fiche_prods img {
	display:inline-block;
	max-width:270px;
	height:auto;
	border:solid 1px #888;
	margin-right:10px;
}
.asso {
	display:inline-block;
	background:#000;
	color:#FFF;
	width:23%;
	border:solid 1px #333 inset;
	margin:1%;
}
.asso div {
	width:90%;
	margin:auto;
	margin-top:10px;
}
.asso div span {
	text-transform:uppercase;
}
.asso img.prod_img {
	display:block;
	width:100%;
	height:auto;
}
.asso img.fiche_icon {
	display:block;
	clear:both;
	margin:5px 5px 15px 0px;
	width:25px;
	height:auto;
	border:none;
	float:left
}
.asso div.bt_details {
	display:block;
	width:100px;
	height:25px;
	padding-top:7px;
	background:#888;
	border:solid 1px #333;
	color:#FFF;
	text-align:center;
	cursor:pointer;
}
.asso div a , .bt_details{
	text-decoration:none;
	color:#FFF;
}
#descr_prod {
	display:inline-block;
	width:550px;
	margin-left:10px;
	vertical-align:top;
}

#descr_prod h2 {
	display:block;
	margin:0;
	width:100%;
	font-weight:200;
	text-transform:uppercase;
}
.sep_line {
	display:block;
	width:auto;
	height:2px;
	border-bottom:solid 1px #333;
	margin:5px 0 5px 0;
}
.videothumbpanel {
	display:block;
	max-width:544px;
}
.videothumbpanel:after {
	clear:both;
}
.thumb_video {
	width:175px;
	height:121px;
	background:no-repeat;
	float:left;
	border:solid 1px #a7bf58;
	margin-right:4px;
	margin-bottom:4px;
	cursor:pointer;
}
#col_left {
	display:inline-block;
	width:280px;
	margin-right:30px;
	padding:0;
	vertical-align:top;
}
#col_right {
	display:inline-block;
	max-width:850px;
	width:auto;
	padding:0;
	vertical-align:top;
}
header {
	top:0;
	left:0;
	width:100%;
	max-height:320px;
	z-index:10;
}
#header {
	height:263px;
}

@media only screen and (min-width: 710px) {
.mobile_bt {
	display:none;
}
}
@media (max-width: 1142px) {
#header {
	max-height:218px;
}
}



@media (max-width: 767px) {
#header {

}
}

#lang_cur_link {
	position:relative;
	text-align:right;
	width:170px;
	height:30px;
	float:right;
	margin-top:10px;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
   	user-select: none;
}
#lang_cur_link a {
	text-decoration:none;
}


@media (max-width: 1142px) {
	#bloc_right {
		position:absolute;
		top:50px;
		right:0;
		width:270px;
	}
}

.social_icon {
	display:inline-block;
	margin:1px;
	text-align:center;
	vertical-align:middle;
	width:30px;
	height:30px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background:#CCC;
	cursor:pointer;
	background-color:#CCC;
    background-repeat:no-repeat;
	background-position:center top 4px;
}

.social_icon:hover {
	background-color:#EF4D26;
}
.facebook {
	background-image:url(../images/facebook.png);
}
.twitter {
	background-image:url(../images/twitter_alt.png);
}

@media (max-width: 768px) {
	#menu {
		margin-top:-80px;

	}	
}
#menu ul {
	margin-top:20px;
}
#menu ul,li {
	padding:0;
	list-style:none;
	float:left;
}
#menu li {
	padding-right:10px;
	padding-left:10px;
	border-right:solid 1px #CCC;
}
#menu li:first-child {
	padding-left:0;
}
#menu li:last-child {
	padding-right:0;
	border-right:none;
}
#menu li a{
	font-size:13px;
	font-weight:400;
	color:#888;
	text-decoration:none;
}
#menu li a:hover{
	color:#EF4D26;
	text-decoration:underline;
}
#menu li .active{
	color:#EF4D26;
}
#menu li .active:hover{
	color:#EF4D26;
	text-decoration:none;
	cursor:default;
}
.add_item {
	position:relative;
	width:40px;
	height:22px;
	background:#2FB129;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-weight:900;
	margin-left:50px;
	margin-top:5px;
}
.float_plus {
	position:absolute;
	top:0;
	left:0px;
	width:40px;
	height:40px;
	display:none;
	font-size:16px;
	transition: transform .2s ease-in-out;
}
#main {
	clear:both;
	position:relative;
}

input[type=number] {
	clear:both;
	position:relative;
	float:left;
	width:40px;
	height:20px;
	margin-top:0px;
}
.item {
	position:relative;
}
#current_lang {
	position:absolute;
	background:#FFF;
	width:35px;
	height:16px;
	top:10px;
	float:left;
	text-transform:capitalize;
	cursor:pointer;
	text-align:left;
	z-index:2;
}
#current_lang:after {
	content:' ˇ';
	font-size:24px;
	vertical-align:text-top;
	margin-top:10px;
	font-weight:400;
}
#current_lang.lang_up:after {
	content:' ˆ';
}
#other_lang {
	position:absolute;
	text-transform:capitalize;
	text-align:left;
	top:0px;
	left:0;
	width:28px;
	border-top:solid 1px #CCC;
	transition: transform 2s ease-in-out;
	opacity:0;
	z-index:1;
}
#other_lang a {
	text-decoration:none;
	color:#EF4D26;
}

#current_currency {
	position:absolute;
	background:#FFF;
	width:45px;
	height:16px;
	top:10px;
	left:50px;
	float:left;
	text-transform:uppercase;
	cursor:pointer;
	text-align:left;
	z-index:2;
}
#current_currency:after {
	content:' ˇ';
	font-size:24px;
	vertical-align:text-top;
	margin-top:10px;
	font-weight:400;
}
#current_currency.curr_up:after {
	content:' ˆ';
}
#other_curr {
	position:absolute;
	text-transform:uppercase;
	text-align:left;
	top:0px;
	left:50px;;
	width:43px;
	border-top:solid 1px #CCC;
	transition: transform 2s ease-in-out;
	opacity:0;
	z-index:1;
}
#other_curr a {
	text-decoration:none;
	color:#EF4D26;
}
#phone {
	position:absolute;
	text-align:right;
	right:60px;
	top:0px;
	margin-top:60px;
	font-size:20px;
	color:#888;
	font-weight:400;
}
#phone span {
	font-size:32px;
	color:#EF4D26;
	font-weight:700;
}

#list_icon_pointer {
	position:absolute;
	right:0px;
	top:0;
	margin-top:63px;
	display:block;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:transparent;
	width:40px;
	height:55px;
	cursor:pointer;
	z-index:2;
}
#list_icon {
	position:absolute;
	display:block;
	color:#FFF;
	width:40px;
	height:55px;
	background:#EF4D26;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
	right:0px;
	top:0;
	margin-top:63px;
	font-size:20px;
	font-weight:700;
	line-height:6px;
	z-index:1;
}
#list_icon:before {
	content:'___\A___\A___\A';
}
#list_icon div {
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	bottom:12px;
	cursor:pointer;
}
#mylist {
	position:absolute;
	display:none;
	opacity:0;
	background:#FFF;
	border:solid 1px #CCC;
	top:100px;
	right:0px;
	width:230px;
	padding:15px;
	font-size:12px;
	height:auto;
	min-width:50px;
	box-shadow:2px 2px 2px #888;
	transition: transform 2s ease-in-out;
	z-index:1;
}
#mylist div.fleche {
	margin-top:-25px;
	margin-left:220px;
	padding-top:15px;
	width:12px;
	height:12px;
	display:block;
	background:url(../images/fleche_top.png) no-repeat;
	z-index:1;
}
.item_descr {
	clear:both;
	float:left;
	width:200px;
}
.item_qty {
	float:right;
	width:30px;
}
.item_line {
	display:block;
	clear:both;
	height:55px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
.line1 {
	background:#F7F7F7;
}
.line2 {
	background:#F2F2F2;
}
.inter_line {
	display:block;
	clear:both;
	width:100%;
	height:1px;
	border-bottom:solid 1px #F2F2F2;
	margin-top:5px;
	margin-bottom:5px;
}
#table {
	width:100%;
	min-width:450px;
}
#table > .inter_line:last-child {
	margin-top:15px;
	border-bottom:solid 5px #CCC;
}
.item_line img a {
	border:none;
}
.item_descr_list {
	display:inline-block;
	font-size:14px;
	width:48%;
	min-width:260px;
}
.item_descr_list a {
	color:#222;
	text-decoration:none;
}
.item_descr_list a:hover {
	color:#000;
	text-decoration:underline;
}
.item_prix_list {
	display:inline-block;
	font-size:14px;
	width:10%;
	text-align:right;
	margin-right:3%;
}
.item_total_list {
	display:inline-block;
	font-size:14px;
	width:12%;
	text-align:right;
	margin-right:3%;
}
.item_qty_list {
	display:inline-block;
	font-size:14px;
	width:10%;
	max-width:50px;
}
.item_qty_input {
	height:15px;
	border:solid 1px #DDD;
	margin-bottom:-8px;
	font-size:14px;
	font-family:"Roboto", Helvetica, Arial, sans-serif;
	margin-right:-10px;
}

#display_total {
	display:block;
	float:right;
	width:150px;
	text-align:right;
	margin-top:10px;
	font-size:18px;
	font-weight:600;
}

.list_img {
	display:inline-block;
	width:50px;
	height:50px;
	margin-right:20px;
	vertical-align:middle;
	background:center bottom 45% no-repeat;
	background-size:cover;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:solid 1px #AAA;
	box-shadow:2px 2px 2px #888;
}
.remove_item {
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:20px;
	margin-bottom:-5px;
	background:url(../images/trash.png) no-repeat;
	background-size:cover;
	cursor:pointer;
}

#close_list_bt {
	display:none;
	clear:both;
	padding-top:10px;
	background:none;
	font-size:12px;
	width:100%;
	color:#EF4D26;
	cursor:pointer;
	text-align:right;
}
.bold {
	font-weight:700;
}
#logo {
	max-width:692px;
	width:100%;
	height:auto;
}
#logo img{
	max-width:692px;
	width:95%;
	height:auto;
}

#search_bar {
	width:100%;
	height:50px;
	background:#000;
}
#topline {
	width:100%;
	height:6px;
	border-bottom:solid 1px #DDD;
}

@media (max-width: 1142px) {
	#logo img{
	width:75%;
	height:auto;
	}

}
@media (max-width: 935px) {
	#header {
	max-height:180px;
	}
	#logo img{
	max-width:50%;
	height:auto;
	}
}

@media (max-width: 768px) {
	#header {
	max-height:145px;
	}
	#logo img{
	position:absolute;
	top:70px;
	max-width:inherit;
	left:2%;
	width:340px;
	height:auto;
	}
}

#item_menu {
	max-width:240px;
	width:240px;
	height:auto;
	padding:20px;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	background:#000;
}
#item_menu ul {
	float:none;
	padding:0;
	margin:0;
	list-style:none;
}
#item_menu li {
	float:none;
	margin-top:0;
	margin-left:0;
	display:block;
	padding-left:0;
	margin-bottom:10px;
}
#item_menu li a {
	color:#FFF;
	text-decoration:none;
}
#item_menu li:last-child {
	margin-bottom:0;
}
#clients {
	margin-top:50px;
	text-transform:uppercase;
}
.slider {
	width: 260px;
}
/*======================= BOX =======================*/
.box {
	margin-bottom:30px;
}
.box.featured, .box.specials, .box.new-products, .box.bestsellers{
	margin-bottom:0;
}
.box .box-heading {
	font-size:19px;
	line-height:23px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding:13px 15px 10px 19px;
	background:#e5e5e5;
	margin-bottom:30px;	
}
aside .box .box-heading {
	color:#fff;
	background:#df4126;		
}
.box.category .box-heading {
	position:relative;
	margin-bottom:0;
	font-weight:900;
	font-size:22px;
	line-height:26px;
	padding:10px 15px 13px 19px;
	color:#fff;
	background:#000;		
}

.box-footer {
	width:100%;
	max-width:260px;
	background:#000;
	font-size:14px;
	font-weight:400;
	color:#FFF;
	padding:10px;
}
.box-footer a{
	color:#df4126;
	text-decoration:none;
}
.box.category .box-heading:before, .box.category .box-heading:after {
	position:absolute;
	display:block;
	top:0;
	left:-1px;
	content:'';
	width:1px;
	height:100%;
	background: #545454;
}
.box.category .box-heading:after {
	left:100%;
}
.box.man a i{
	display:none;
}
.box.man a img{
	margin-right:10px;
}
.box.man a{
	display:inline-block;
	max-width:100%;
}
.box.man a img{
	max-height:44px;
	background:#fff;
}

.box li .padding,
.box li {
	position:relative;
}
.box-product  li {
	margin-bottom:30px;
}
.box .box-product .cart,
.product-grid .cart,
.product-list .cart{
	float:left;
}
.box-product ul li .image2{
	overflow:hidden;
}

.box-product ul li .quick-view-button:hover {
	color:#000;
}
.box-product ul li .quick-view-button i {
	width:30px;
	line-height:28px;
	vertical-align:top;
}
.box-product ul li .quick-view-button {
	opacity:0;
	visibility:hidden;
	top: 0;
	right:0;
	position: absolute;
	display:inline-block;
	font-size:22px;
	color:#999;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
}
.box-product ul li .padding:hover .quick-view-button {
	opacity:1;
	visibility:visible;
}
.box-product .inner, .product-grid .left {
	padding:15px 15px 8px 20px;
	background:#000;
}
.product_description,
.description1{
	margin-bottom:10px;
}
.category-info strong, .category-info em,
.description strong, .description em,
.tab-content strong, .tab-content em{
	color:#444;
}
.box .box-heading {
	color:#fff;
	background:#df4126;		
}
/*======================= BUTTON =======================*/
a.button.details {
	margin-bottom:12px;
}
a.button, a.button-prod {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color:#fff;
	background:#7b7b7b;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	padding:9px 13px 13px;
	text-align:center;
}
.cart a.button , a.button-prod {
	font-size:26px;
	line-height:41px;
	background:#df4126;
	height:41px;
	width:45px;
	padding:0 11px 0 9px;
}
a.button:hover, a.button-prod:hover {
	color:#fff;
	background:#3e3e3e;
}
a.button:hover i, a.button-prod:hover i{
	color:#df4126;
}
.cart a.button:hover {
	color:#df4126;
	background:#fff;
}
.product-list .cart a.button:hover,
a.button-prod:hover{
	background:#3e3e3e;
}
.product-list .cart a.button:hover i,
a.button-prod:hover i{
	color:#fff;
}
a.button span, a.button-prod span {
	display: inline-block;
	white-space:nowrap;
}
a.button i, a.button-prod  i{
	display: inline-block;
	color:#fff;
	font-size:26px;
	line-height:38px;
	height:41px;
	vertical-align:top;
	text-transform:none;
}

.account-order .order-content .button span{
	color:#fff;
}
.account-order .order-content .button:hover span{
	color:#fff;
}
.box-product .cart, .product-grid .cart, .product-list .cart{
	margin-bottom:12px;	
	margin-right:10px;
}
a.button-i {
	display:inline-block;
	padding:5px;
}
a.button-i i {
	font-size:26px;
	color:#df4126
}
a.button-i i:hover {
	color:#7E7E7E
}
.buttons {
	overflow:hidden;
}
.checkout-content .buttons {
	overflow:hidden;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right .mt {
	margin-top:10px
}
.buttons .right a.button {
	margin-top:10px;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.cart-button .cart {
	float:left;
}
.button-return-right-i:hover,
.button-return-right:hover {
	color:#df4126;
	cursor:pointer;
}
.button-return-right{
	border:0;
	background:none;
	font-weight:bold;
	color:#757475;
	padding:0;
	line-height:32px;
	min-height:32px;
	display:inline-block;
}
#return-product .button-return-right-i {
	position:relative;
}
#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
	position:absolute;
	right:0;
	z-index:4;
	top:3px
}
#return-product input.button-return-right{
	padding-right:31px;
	position:relative;
	z-index:5;
	color:#df4126;
	text-transform: uppercase;
	font-family: 'Roboto',sans-serif;
	font-weight:bold;
}
#return-product input.button-return-right:hover{
	color:#000;
}
#return-product .button-return-right-i i{
	color:#df4126;
}
#return-product .button-return-right-i:hover i{
	color:#444;
}
a.button-return-left:hover,
a.button-return-right:hover, 
a.button-order-right:hover, 
a.button-cont-right:hover, 
a.button-back-left:hover, 
a.button-inf-left:hover {
	color:#000;
}
a.button-return-left:hover i,
a.button-return-right:hover i, 
a.button-order-right:hover i, 
a.button-cont-right:hover i, 
a.button-back-left:hover i, 
a.button-inf-left:hover i {
	color:#444;
}
a.button-return-left, 
a.button-return-right, 
a.button-order-right, 
a.button-cont-right, 
a.button-back-left, 
a.button-inf-left {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	padding-right:0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#df4126;
	vertical-align:top;
}
a.button-return-left i, 
a.button-return-right i, 
a.button-order-right i, 
a.button-cont-right i, 
a.button-back-left i, 
a.button-inf-left {
	color:#df4126;
}
a.button-back-left i,
.button-back-left i, 
.button-return-right-i i,
a.button-return-left i, 
a.button-cont-right i {
	font-size:26px;
	text-align:center;
	vertical-align:middle;
	margin:0 7px;
}
i.fa.fa-arrow-circle-right {margin-right:0 !important;}
a.button-order-right {
	padding:0;
}
a.button-return-left span,
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-back-left span,
.wishlist-product a.button-wislish-left span,
a.button-inf-left span {
	line-height:1.2em;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
a.button-return-left span,
a.button-back-left span, 
a.button-wislish-left span {
	padding:5px 0 5px 14px;
	background: url('../catalog/view/theme/theme465/image/marker-button-left.png') left 8px no-repeat;
}
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span, 
a.button-inf-left span {
	padding:5px 14px 5px 0;
	background: url('../catalog/view/theme/theme465/image/marker-button-right.png') right 8px no-repeat;
}
.cart-bottom a i.fa.fa-check {
	margin-right:0;
}
.cart-bottom a.button-cont-right {
	margin-right:20px;
}
a {
	outline:none;
}
a:hover i.fa.fa-trash-o-o {
	color:#000;
}
a i.fa.fa-trash-o-o {
	color:#df4126;
}
i.fa.fa-trash-o-o {
	font-size:26px;
}
.intro {
	font-size:16px;
	color:#000;
	text-align:justify;
}
.main_photo {
	border:solid 1px #333;
	max-width:90%;
	height:auto;
	margin-bottom:10px;
}
.ph_round {
	border-radius:50%;
}
.ph_left {
	float:left;
	margin-right:10px;
}
.ph_right {
	float:right;
	margin-left:10px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.findit {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/findit.png) no-repeat;
	margin-top:-5px;
	cursor:pointer;
}
.item_list {
	position:relative;
	list-style:none;
	display:block;
	max-width:95%;
	width:45%;
	border:none;
	background:#F47E18;
	color:#FFF;
	margin:0;
	margin-right:2%;
	margin-bottom:2%;
}



.item_list img {
	float:left;
	max-width:165px;
	width:33%;
	height:auto;
}
.item_list .div {
	position:relative;
	width:94%;
	height:190px;
	float:left;
	max-width:230px;
	padding:3%;
	padding-bottom:0;
}


.item_list h3 {
	font-size:16px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:10px;
}

@media only screen and (max-width: 1282px) {
#col_right {
	max-width:70%;
	width:auto;
}
.item_list {
	max-width:95%;
	width:95%;
}
}
@media only screen and (max-width: 1160px) {
	#col_right {
	max-width:60%;	
	}
}
@media only screen and (max-width: 870px) {
	#col_right {
	max-width:55%;	
	}
}
.div h3 {
	margin-top:-10px;
	text-shadow:2px 2px 1px #333;
}
.prix {
	position:relative;
	left:0;
	top:0px;
	font-size:30px;
	text-shadow:2px 2px 0px #555;
	font-weight:700;
}
.prix span {
	font-size:24px;
	vertical-align:text-top;
}
.add_line {
	border-top:solid 1px #FFF;
	margin-top:12px;
	width:40px;
	height:20px;
	float:left;
}
.add_text {
	font-size:16px;
	display:block;
	cursor:pointer;
	margin-top:5px;
}
.addprod {
	font-size:16px;
	display:inline-block;
	cursor:pointer;
	margin-top:5px;
}
.addprod img{
	border:none;
	width:20px;
	height:auto;
	margin-right:5px;
	vertical-align:text-top;
}

.add_text img{
	width:20px;
	height:auto;
	margin-right:5px;
}
.fiche_prod {
	display:block;
	width:96%;
	max-width:90%;
	border-bottom:solid 1px #FFF;
	clear:both;
	font-size:16px;
	line-height:17px;
	vertical-align:bottom;
	padding-bottom:5px;
	margin-bottom:5px;
}
.fiche_prod img {
	width:20px;
	height:auto;
	margin-right:5px;
	margin-top:4px;
}
.fiche_prod a {
	color:#FFF;
	text-decoration:none;
}
.separ {
	display:block;
	border-top:solid 1px #FFF;
	margin-bottom:3px;
	margin-top:3px;
	width:100%;
}
.comm {
	font-weight:700;
	font-size:18px;
	text-shadow:1px 1px 0px #555;
}
.unit {
	display:inline-block;
	font-size:20px;
	font-weight:400;
	vertical-align:bottom;
	margin-bottom:4px;
}
.close_session {
	position:absolute;
	display:block;
	top:20px;
	right:20px;
	color:#FFF;
	width:150px;
	font-size:15px;
	font-weight:500;
	height:30px;
	padding-top:10px;
	text-align:center;
	border-radius:8px;
	background:#EF4D26;
	border:none;
	box-shadow:0 0 2px #DDD;
	text-shadow:2px 2px 1px #333;
}
.close_session a{
	color:#FFF;
	text-decoration:none;
}
.client_links {
	font-size:17px;
}
.client_links a {
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	color:#333;
	transition:all ease-in-out 0.25s;
}
.client_links a:hover {
	color:#EF4D26;
}
.inv_num {
	display:inline-block;
	width:120px;
	padding-left:3px;
	font-weight:500;
}
.inv_date {
	display:inline-block;
	width:120px;
}
.inv_gr_tot {
	display:inline-block;
	width:110px;
	text-align:right;
	padding-right:3px;
	margin-right:20px;
}
.inv_status {
	display:inline-block;
	width:90px;
}
.inv_link {
	display:inline-block;
	width:60px;
	height:24px;
	margin-top:-4px;
	vertical-align:top;
}
.line {
	cursor:default;
	max-width:100%;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
.line:hover {
	border-top:solid 1px #EF4D26;
	border-bottom:solid 1px #EF4D26;
}
.white {
	clear:both;
	display:block;
	width:550px;
	height:22px;
	padding-top:4px;
	background:#FFF;
}
.grey {
	clear:both;
	display:block;
	width:550px;
	height:22px;
	padding-top:4px;
	background:#F4F4F4;
}
.top {
	font-weight:500;
	background:#333;
	color:#FFF;
	border:none;
}
.top:hover {
	border:none;
}
.contact_form label{
	font-size:12px;
	font-weight:500;
	display:block;
}
.contact_form input[type=text] {
	width:200px;
	margin-bottom:10px;
}
.contact_form textarea {
	max-width:400px;
	width:90%;
	height:100px;
	resize:none;
	border:solid 1px #DDD;
	box-shadow:0 0 3px #DDD;
	padding-left:3px;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:14px;
}
.contact_form #submit{
	max-width:150px;
	min-height:30px;
	min-width:120px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	border:none;
	margin-top:10px;
	border-radius:8px;
	background-color:#EF4D26;
	cursor:pointer;
	box-shadow:0 0 3px #CCC;
}
.bt_commnd {
	display:block;
	position:absolute;
	right:0;
	max-width:200px;
	min-height:30px;
	min-width:120px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	border:none;
	margin-top:30px;
	border-radius:8px;
	background-color:#EF4D26;
	cursor:pointer;
	box-shadow:0 0 3px #CCC;
}
.icon_confirm {
	display:inline-block;
	width:20px;
	height:20px;
	margin-bottom:-3px;
	margin-left:3px;
	background:#FFF;
	background-image:url(../images/neutr.jpg);
	background-repeat:no-repeat;
}
.usertxt {
	color:#D9090D;
	font-size:12px;
}
.client_coord {
	font-size:16px;
}
.client_coord input[type=text] {
	clear:both;
	display:block;
	float:left;
	border:solid 1px #FFF;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:16px;
	box-shadow:none;
	width:90%;
	max-width:280px;
}
.client_coord_on label {
	clear:both;
	padding-top:5px;
	display:block;
	float:left;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:500;
}
.client_coord_on select {
	clear:both;
	padding-top:5px;
	display:block;
	float:left;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:500;
}
.client_coord_on input[type=text] {
	clear:both;
	display:block;
	float:left;
	border:solid 1px #CCC;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:16px;
	box-shadow:none;
	width:90%;
	max-width:280px;
}
.edit_bt {
	display:block;
	float:left;
	width:25px;
	height:24px;
	margin-top:-2px;
	margin-left:-23px;
	background:url(../images/edit_bt.png) no-repeat;
	cursor:pointer;
}
.comments {
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:14px;
	padding-left:3px;
	max-width:400px;
	width:90%;
	height:100px;
	resize:none;
	border:solid 1px #DDD;
}
#serv_img_handle {
	position:relative;
	width:278px;
	height:200px;
	overflow:hidden;
	background:url(../images/serv_inst_1.jpg);
	border:solid 1px #DF4126;
	border-top-width:2px;
	border-bottom-width:2px;
}
#serv_img_handle ul{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#serv_img_handle li{
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	list-style:none;
}
#first_img {
		position:absolute;
		z-index:2;
		display:none;
}
#second_img {
	position:absolute;
	z-index:1;
	display:none;
	background:url(images/logo.png);
	background-size:contain;
}
#footer_h {
	display:block;
	position:static;
	bottom:0px;
	left:0;
	width:100%;
	height:240px;
	background:#222;
	margin-top:0px;
}
#footer {
	position:relative;
	width:90%;
	max-width:1160px;
	height:100%;
	margin:auto;
	margin-top:10px;
	color:#EEE;
	font-size:12px;
}
#footer div {
	position:relative;
	display:inline-block;
	width:20%;
	min-width:170px;
	margin-right:10px;
	border-left:solid 1px #666;
	padding-left:5px;
	height:150px;
	vertical-align:top;
	text-align:left;
}
#footer div a{
	display:block;
	color:#DDD;
	border:none;
	text-decoration:none;
	font-weight:300;
	transition:all 0.5s ease-in;
}
#footer div a:hover{
	color:#FFF;
	text-decoration:underline;
}
#footer div.copy {
	position:absolute;
	width:100%;
	height:auto;
	max-height:10px;
	bottom:10px;
	left:0;
	border:none;
}
#footer div.real {
	position:absolute;
	display:block;
	border:none;
	width:100%;
	min-width:500px;
	height:auto;
	text-align:right;
	bottom:5px;
	right:0;
	font-weight:400;
}
#footer div.real span {
	font-weight:500;
}
#footer div.real a {
	display:inline-block;
	color:#FFF;
	border:none;
	text-decoration:none;
	font-weight:300;
}
#footer div.real img {
	vertical-align:bottom;
	max-width:18px;
	height:auto;
	margin-right:5px;
}
#confid ul {
	clear:both;
	display:block;
	padding:0px;	
}
#confid il {
	clear:both;
	display:block;
	padding-left:10px;	
}

@media only screen and (max-width: 768px) {
	#bloc_right {
		position:absolute;
		top:30px;
		right:0;
		width:270px;
		transform:scale(0.75);
	}
	
	.mobile_bt {
	position:fixed;
	top:0;
	left:0;
	padding-top:10px;
	display:block;
	width:98%;
	padding-left:2%;
	height:30px;
	font-size:20px;;
	background:#000;
	color:#FFF;
	z-index:5;
	}
	.mobile_bt div{
		position:absolute;
		top:8px;
		right:13px;
		width:25px;
		height:30px;
		background:top 0 right 0 no-repeat;
		background-image:url(../images/icon_menu.png);
		float:right;
		background-size:contain;
		cursor:pointer;
		transition:all 0.5s ease-out;
	}
	#menu {
		position:fixed;
		width:100%;
		height:100%;
		top:40px;
		left:0;
		margin-top:-300%;
		background:rgba(255,255,255,0.87);
		transition:all 0.5s ease-out;
		z-index:4;
	}
	#menu ul{
		position:relative;
		width:92%;
		margin-top:20px;
		padding:0;
		text-align:center;
		padding-left:8%;		
	}
	#menu  li{
		position:relative;
		display:block;
		width:90%;
		margin:auto;
		text-align:center;
		border:none;
		padding:3% 0% 3% 0%;
		margin-bottom:4%;
		background:#EF4D26;
		border-radius:8px;
	   -moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.5);
	   -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.5);
   		box-shadow:inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.5);
	}
	#menu ul li a {
		font-size:18px;
		font-weight:700;
		color:#FFF;
	}
	#menu ul li a:hover {
		color:#FFF;
	}
	#menu ul li a.active {
		color:#EEE;
	}
	#menu ul li a.active:hover {
		color:#EEE;
	}
	.item_list {
	position:relative;
	list-style:none;
	display:block;
	max-width:100%;
	width:100%;
	border:none;
	background:#F47E18;
	color:#FFF;
	margin:0;
	margin-right:0%;
	margin-bottom:2%;
	}
	
	.item_list a img:first-child{
		width:32%;
	}
	
	
	.fiche_prod img{
		max-width:20px;
	}


	#footer_h {
	display:block;
	position:static;
	bottom:0px;
	left:0;
	width:100%;
	height:85%;
	background:#222;
	margin-top:0px;
	}
	#footer div.copy {
		position:relative;
		display:block;
		margin-top:-80px;

	}
	#footer div.real {
		position:relative;
		float:left;
		display:block;
		margin-top:-60px;
		width:90%;
		max-width:90%;
		text-align:left;
	}
	#item_menu {
	max-width:240px;
	width:80%;
	}
	#col_right {
		max-width:54%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}

}
@media (max-width: 768px) {
	#header {
	max-height:175px;
	}
	#logo img{
	max-width:90%;
	height:auto;
	}
}
@media (max-width: 414px) {
	#bloc_right {
		position:absolute;
		top:-30px;
		right:-30px;
		width:270px;
		transform:scale(0.75);
	}	
	#header {
	max-height:80px;
	}
	#logo img{
	max-width:200px;
	margin-left:-30px;
	margin-top:-55px;
	height:auto;
	}
	#col_right {
		max-width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	#footer div {
		display:none;
	}
	
	#footer_h {
	display:block;
	position:static;
	bottom:0px;
	left:0;
	width:100%;
	height:54px;
	background:#222;
	margin-top:0px;
}
	#footer div.real {
		display:block;
		position:absolute;
		bottom:10px;
		left:-5px;
		min-width:0;

	}
	#footer div.copy {
		display:block;
		position:absolute;
		bottom:35px;
		left:-5px;
		margin:0 0 0 0;
	}

}
@media (max-width: 350px) {
	#header {
	max-height:160px;
	}
}
@media (max-width: 320px) {
	#header {
	max-height:152px;
	}
}