@charset "UTF-8";
/* CSS Document */

/* STYLESHEET START */
A.footer_link:hover {
  color: #FFF;
  font-family:DINMedium;
  font-size:9px;
}

A.footer_link { 
  color: #999999;
  font-family:DINMedium;
  font-size:9px; 
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #999999;
  text-decoration: underline;
}

.header_menu_text {
	font-family:Helvetica;
	font-size:10px;
	color:#000;
}

a.header_menu_text {
	color:#000;
	text-decoration:none;
}

a.header_menu_text:hover {
	color:#999999;
	text-decoration:none;
}

.header_menu_text {
	font-family:Helvetica;
	font-size:10px;
	color:#000;
}

a.header_menu_text {
	color:#000;
	text-decoration:none;
}

a.header_menu_text:hover {
	color:#999999;
	text-decoration:none;
}

#menu_cart_btn {
}

/* MENU LOG ACCOUNT */
.no_style_input {
	border:none;
	background-color:transparent;
	outline:none;
}
/*
form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #a9a9a9 !important;
}*/
.login_title {
	margin-top:30px;
	margin-left:30px;
	margin-bottom:30px;
}
.login_title_text {
	font-family:Helvetica;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.login_label {
	font-family:Helvetica;
	font-size:12px;
	color:#3a3a3a;
	font-weight:normal;
}
.login_input_label {
	padding-left:30px;
	padding-bottom:5px;
}
	
.login_input_entry {
	border:1px solid #CCC;
	background-color:#FFF;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:5px;
	box-sizing: content-box;
}
.login_space_h {
	/*width:100%;*/
	height:10px;
}
.login_space_h_5 {
	/*width:100%;*/
	height:5px;
}
.login_space_h_15 {
	/*width:100%;*/
	height:15px;
}
.login_space_h_20 {
	/*width:100%;*/
	height:20px;
}
.login_space_h_25 {
	/*width:100%;*/
	height:25px;
}
.login_space_h_30 {
	/*width:100%;*/
	height:30px;
}
.login_little_text {
	font-family:Helvetica;
	font-size:10px;
	color:#b4b3b3;
	font-weight:normal;
	margin-left:30px;
	margin-right:30px;
	margin-top:5px;
}
a.login_little_text_link {
	font-family:Helvetica;
	font-size:10px;
	color:#b4b3b3;
	font-weight:normal;
}
a.login_little_text_link:hover {
	font-family:Helvetica;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
.login_submit {
	background-color:#000;
	font-family:Helvetica;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border:2px solid #000;
	width:229px;
}
.login_submit:hover, .login_submit:focus{
  background-color:#FFFFFF;
  cursor:pointer;
  color:#000;
}

.login_inscription {
	background-color:#FFF;
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	font-weight:bold;
	border:2px solid #000;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:229px;
}
.login_inscription:hover, .login_inscription:focus{
  background-color:#000000;
  cursor:pointer;
  color:#FFF;
}



.btn_cart_show_all {
	background-color:#FFF;
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	font-weight:bold;
	border:2px solid #000;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:259px;
}
.btn_cart_show_all:hover, .btn_cart_show_all:focus{
  background-color:#000000;
  cursor:pointer;
  color:#FFF;
}


/* USER HEADER MENU LOGGED */
.login_user_menu {
	width:229px;
	margin-left:30px;
	margin-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #999;
}

.login_user_menu_text {
	font-family:Helvetica;
	font-size:12px;
	color:#b4b3b3;
}

a.login_user_menu_link {
	font-family:Helvetica;
	font-size:12px;
	color:#999999;
}

a.login_user_menu_link:hover {
	font-family:Helvetica;
	font-size:12px;
	color:#000000;
}

/*------*/
.l_p_v_container {
	 display:inline-block;
	 float:left;
	 box-sizing:border-box;
	opacity:1;
	cursor:pointer;
}
.l_p_v_container:hover {
	opacity:0.6;
}

.last_visited_products_box {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
}
.p_first_col {
	width:100%;
	display:none;
	float:left;
	box-sizing:border-box;
	text-align:center;
	/*border:1px solid #9C3;*/
}


/* ADD CART */
.add_cart_box {
	width:200px;
	height:37px;
	text-align:center;
	display:inline-block;
	float:right;
	cursor:pointer;
	line-height:37px;
	background-color:#F00;
}
.add_cart_box:hover {
	background-color:#000;
}
.add_cart_text {
	width:100%;
	height:100%;
	text-align:center;
	font-family:'DINRounded';
	font-size:17px;
	color:#FFF;
}
.add_cart_icon {
	display:inline-block;
	float:right;
	width:37px;
	height:37px;
}
.add_cart_link_box {
	display:inline-block;
	float:right;
	min-width:150px;
	height:37px;
}
.add_cart_box_white {
	width:200px;
	height:37px;
	text-align:center;
	display:inline-block;
	float:right;
	margin-top:-37px;
	line-height:37px;
	background-color:#CCC;
}
.add_cart_link {
	display:block;
	width:100%;
	height:100%;
	font-family:'DINRounded';
	font-size:22px;
}
a.add_cart_link {
	display:block;
	width:100%;
	height:100%;
	font-family:'DINRounded';
	font-size:22px;
	line-height:37px;
}
.add_cart_white_off {
	font-family:'DINRounded';
	font-size:22px;
	line-height:37px;
	color:#CCC;
}


/* SHOPPING CART DISCOUNT BTN */
.cart_btn_coupon {
	background-color:#000;
	color:#FFF;
	font-family:"DINMedium";
	font-size:11px;
	line-height:29px;
}
a.cart_btn_coupon {
	background-color:#000;
	color:#FFF;
	font-family:"DINMedium";
	font-size:11px;
	line-height:29px;
}
a.cart_btn_coupon:hover {
	background-color:#db0053;
	color:#FFF;
	font-family:"DINMedium";
	font-size:11px;
}


#true_cart_up_img {
	opacity:1;
}
#true_cart_up:hover #true_cart_up_font {
	color:#F00;
}
#true_cart_up:hover #true_cart_up_img {
	opacity:0.5;
}

#true_cart_down_img {
	opacity:1;
}
#true_cart_down:hover #true_cart_down_font {
	color:#F00;
}
#true_cart_down:hover #true_cart_down_img {
	opacity:0.5;
}

.shop_cart_min_order_1 {
	color:#FF3366;
	font-family:'DINRegular';
	font-size:14px; 
	font-weight:bold;
}
.shop_cart_min_order_2 {
	color:#000;
	font-family:'DINRegular';
	font-size:12px;
}

.shop_cart_shipping_red {
	font-family:'DINRegular';
	font-size:11px;
	font-style:normal; 
	font-weight:bold;
	color:#FF3366;
}
.shop_cart_shipping_green {
	font-family:'DINRegular';
	font-size:11px;
	font-style:normal; 
	font-weight:bold;
	color:#00FF00;
}

.p_info_add_cart {
	width:100%;
	height:30px;
	display:inline-block;
	visibility:visible;
	z-index:10;
	text-align:center;
}
.p_info_add_cart_off {
	width:100%;
	height:30px;
	display:inline-block;
	/*visibility:hidden;*/
	display:none;
	z-index:10;
	text-align:center;
	margin-top:-30px;
}
.p_info_add_cart_a {
	display:block;
	float:right;
	width:200px;
	height:100%;
	line-height:30px;
	background-color:#d60054;
}
.p_info_add_cart_a:hover {
	background-color:#000;
}
.p_info_add_cart_a_text {
	font-family:'DINMedium';
	font-size:13px;
	color:#FFF;
}
.p_info_add_cart_a_off {
	display:block;
	float:right;
	width:200px;
	height:100%;
	line-height:30px;
	background-color:#DDD;
}
.p_info_add_cart_a_off_text {
	font-family:'DINMedium';
	font-size:13px;
	color:#FFF;
}

/* STYLESHEET END */





.full_window {
	width:100%;
	padding:0px;
	box-sizing:border-box;
}

.window_50 {
	width:50%;
	display:inline-block;
	float:left;
}

.window_container {
	width:1300px;
	height:auto;
	display:inline-block;
	margin:auto;
}
.window_container_center{
	width:1000px; 
	margin:auto;
}
.window_container_1300_center{
	width:1300px; 
	margin:auto;
}
.window_container_1100_center{
	width:1105px; 
	margin:auto;
}
.window_container_1300_center_2{
	width:1400px; 
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	padding:0px;
	padding-top:0px;
	padding-right:30px;
}
.window_container_full {
	width:100%;
}
.window_container_100_center_menu{
	width:100%;
	margin:auto;
	box-sizing:border-box;
}
.window_container_100_center{
	width:100%; 
	margin:auto;
	box-sizing:border-box;
	padding:0px;
	padding-top:0px;
	padding-right:30px;
}
.window_container_90_center{
	width:90%; 
	margin:auto;
}
.window_container_80_center{
	width:80%; 
	margin:auto;
	box-sizing:border-box;
}
.window_container_70_center{
	width:70%; 
	margin:auto;
	box-sizing:border-box;
}
.window_container_60_center{
	width:60%; 
	margin:auto;
}


/* HEADER */
.header_first_container {
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
}
.header_second_container {
	width:100%;
	height:26px;
	margin:auto;
	box-sizing:border-box;
}
.header_account_container_full_main {
	min-width:75px;
	height:auto;
	margin-right:0px;
	margin-top:43px;
	box-sizing:border-box;
}


/* CONTAINER START */
.full_container {
	width:100%;
	max-width:1300px;
	clear:both;
	margin:auto;
	box-sizing:border-box;
	padding:5px;
}

.full_container_header {
	width:100%;
	display:inline-block;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
	background-color:#FFF;
}

.full_container_header {
	width:100%;
	display:inline-block;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
	background-color:#FFF;
}

.full_container_header_menu {
	width:100%;
	height:50px;
	display:inline-block;
	z-index:999999999999;
}
.full_container_header_menu_auto {
	width:100%;
	height:37px;
	overflow:hidden;
	display:inline-block;
	z-index:9;
	margin:auto;
	text-align:center;
	position:absolute;
	margin-top:26px;
	left:0px;
	box-shadow: 0px 29px 39px -40px rgba(0,0,0,1);
	
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.full_container_footer {
	width:100%;
	position:relative;
	bottom:0px;
	z-index:9;
	background-color:#000;
	box-sizing:border-box;
}
.full_container_margin {
	width:100%;
	clear:both;
	margin:auto;
}
.full_container_center {
	width:100%; 
	position:relative; 
	top:150px; 
	height:auto; 
	z-index:-1;
	margin:auto;
}
.full_container_center_relative {
	width:100%; 
	position:relative; 
	top:0px; 
	height:auto;
	margin:auto;
	margin-top:133px;
}
.full_container_center_relative_0 {
	width:100%; 
	position:relative; 
	top:0px; 
	height:auto;
	margin:auto;
	margin-top:0px;
}
.full_container_p_5 {
	width:100%;
	clear:both;
	padding:5px; 
	display:inline-block; 
	float:left; 
	box-sizing:border-box;
}
.full_container_account {
	width:100%;
	clear:both;
	padding:5px; 
	display:inline-block; 
	float:left; 
	box-sizing:border-box;
}
.full_container_account_2 {
	width:100%;
	box-sizing:border-box;
}
.main_container_700 {
	width:700px;
	margin:auto;
	text-align:left;
	padding:30px;
	box-sizing:border-box;
}
.main_container_700_2 {
	width:700px;
	margin:auto;
	text-align:left;
	padding:0px;
	box-sizing:border-box;
}
.main_container_800 {
	width:800px;
	margin:auto;
	text-align:left;
	padding:30px;
	box-sizing:border-box;
}
.main_container_900 {
	width:900px;
	margin:auto;
	text-align:left;
	padding:30px;
	box-sizing:border-box;
}
.main_container_200 {
	width:200px;
	margin:auto;
	text-align:left;
	padding:0px;
	box-sizing:border-box;
}
.main_container_900_2 {
	width:900px;
	margin:auto;
	text-align:left;
	padding:0px;
	box-sizing:border-box;
}
.main_container_900_no_padding {
	width:900px;
	margin:auto;
	text-align:left;
	padding:0px;
	box-sizing:border-box;
}
.main_container_960 {
	width:900px;
	margin:auto;
	text-align:left;
	padding:0px;
	box-sizing:border-box;
}
.main_container_1000 {
	width:1000px;
	margin:auto;
	text-align:left;
	padding:30px;
	box-sizing:border-box;
}
.main_container_1300 {
	width:1300px;
	margin:auto;
	text-align:left;
	padding:30px;
	box-sizing:border-box;
}
.main_container_600 {
	width:600px;
	margin:auto;
	text-align:left;
	padding:30px;
	box-sizing:border-box;
}
.main_container_100 {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.main_container_100_2 {
	width:100%;
	margin:auto;
	text-align:left;
	padding:0px;
	box-sizing:border-box;
}
.main_container_90 {
	width:90%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.main_container_80 {
	width:80%;
	/*display:inline-block;
	float:left;*/
	box-sizing:border-box;
	margin:auto;
}
.main_container_70 {
	width:70%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.main_container_50 {
	width:50%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.main_container_48 {
	width:48%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.main_container_30 {
	width:30%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.main_container_2 {
	width:2%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}

.main_container_cart_process {
	width:auto;
	min-width:100%;
	display:inline-block;
	float:right;
	box-sizing:border-box;
}
.main_container_ext {
	width:auto;
	max-width:250px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.container_adjust_size {
	width:auto;
	height:auto;
	text-align:center;
	box-sizing:border-box;
	margin:auto;
}
.container_fit_content {
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width: fit-content;
	margin:auto;
}
/* CONTAINER END */



/* SPACE START */
.h_space_5 {
	width:100%;
	height:5px;
	clear:both;
}
.h_space_10 {
	width:100%;
	height:10px;
	clear:both;
}
.h_space_15 {
	width:100%;
	height:15px;
	clear:both;
}
.h_space_20 {
	width:100%;
	height:20px;
	clear:both;
}
.h_space_25 {
	width:100%;
	height:25px;
	clear:both;
}
.h_space_30 {
	width:100%;
	height:30px;
	clear:both;
}
.h_space_35 {
	width:100%;
	height:35px;
	clear:both;
}
.h_space_40 {
	width:100%;
	height:40px;
	clear:both;
}
.h_space_45 {
	width:100%;
	height:45px;
	clear:both;
}
.h_space_50 {
	width:100%;
	height:50px;
	clear:both;
}
.h_space_60 {
	width:100%;
	height:60px;
	clear:both;
}
.h_space_70 {
	width:100%;
	height:70px;
	clear:both;
}
.h_space_80 {
	width:100%;
	height:80px;
	clear:both;
}
.h_space_90 {
	width:100%;
	height:90px;
	clear:both;
}
.h_space_100 {
	width:100%;
	height:100px;
	clear:both;
}
.h_space_110 {
	width:100%;
	height:110px;
	clear:both;
}
.h_space_120 {
	width:100%;
	height:120px;
	clear:both;
}
/* SPACE END */


.header_title_black_box {
	background-color:#000;
	width:auto;
	color:#FFF;
	font-family:'DINRegular';
	font-size:18px;
	padding:3px;
	float:left;
	display:inline-block;
	width:325px;
	box-sizing:border-box;
}

.input_check_box_account {
	width:40px;
	display:inline-block;
	float:left;
	padding-left:30px;
}

.main_title_box {
	display:inline-block;
	float:left;
}

.main_texte_box {
	display:inline-block;
	float:left;
	padding-left:70px;
}
.account_submit_box {
	position:relative;
	width:100%;
	height:auto;
	box-sizing:border-box;
	/*
	padding-left:70px;
	*/
}
.account_submit_box_center {
	/*position:relative;*/
	width:100%;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
	padding-left:30%;
	padding-right:30%;
	/*padding-left:70px;*/
}
.btn_full_center {
    position: relative;
	margin:auto;
	
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.commun_submit_box {
	width:100%;
	margin:auto;
	text-align:center;
	padding:5px;
	box-sizing:border-box;
}

/* TEXTE */

.text_box_container {
	width:70%; 
	min-height:30px;
	display:inline-block; 
	float:left; 
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000; 
	border:#DDD 0px solid; 
	box-sizing:border-box;
	margin-left:0px;
	padding:8px;
}
.verdana {
	font-family:Verdana;
}
.din_regular {
	font-family:'DINRegular';
}
.din_rounded {
	font-family:'DINRounded';
}
.sans_serif {
	font-family:sans-serif;
}
.helvetica {
	font-family:Helvetica;
}
.verdana {
	font-family:'Verdana';
}
.pt_sans_narrow {
	font-family:'PT Sans Narrow';
}
.red {
	color:#F00;
}


.s_8 {
	font-size:8px;
}
.s_9 {
	font-size:9px;
}
.s_10 {
	font-size:10px;
}
.s_11 {
	font-size:11px;
}
.s_12 {
	font-size:12px;
}
.s_13 {
	font-size:13px;
}
.s_14 {
	font-size:14px;
}
.s_15 {
	font-size:15px;
}
.s_16 {
	font-size:16px;
}
.s_17 {
	font-size:17px;
}
.s_18 {
	font-size:18px;
}
.s_19 {
	font-size:19px;
}
.s_20 {
	font-size:20px;
}
.s_21 {
	font-size:21px;
}
.s_22 {
	font-size:22px;
}
.s_23 {
	font-size:23px;
}
.s_24 {
	font-size:24px;
}
.s_25 {
	font-size:25px;
}
.s_26 {
	font-size:26px;
}
.s_27 {
	font-size:27px;
}
.s_28 {
	font-size:28px;
}
.s_29 {
	font-size:29px;
}
.s_30 {
	font-size:30px;
}
.s_31 {
	font-size:31px;
}
.s_32 {
	font-size:32px;
}
.s_33 {
	font-size:33px;
}
.s_34 {
	font-size:34px;
}
.s_35 {
	font-size:35px;
}
.s_36 {
	font-size:36px;
}
.texte_pink {
	color:#C03;
}
.texte_grey {
	color:#666;
}
.texte_black {
	color:#000;
}
.texte_white {
	color:#FFF;
}

.text_vertical_align {
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* INPUT */
.input_container {
	width:100%; 
	display:table; 
	padding:5px;
	padding-top:10px;
	padding-bottom:10px; 
	box-sizing:border-box;
}
.input_container_commun {
	width:100%; 
	display:inline-block; 
	padding:5px;
	padding-top:10px;
	padding-bottom:10px; 
	box-sizing:border-box;
}
.input_label {
	width:20%;  
	min-height:35px;
	display:table-cell; 
	text-align:center;
	vertical-align: middle;  
	font-family:sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#666; 
	background-color:#DDD;
	padding-left:5px;
	padding-right:5px;
	min-width:200px;
	
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
}
.input_label_empty {
	width:20%;  
	min-height:35px;
	display:table-cell; 
	text-align:center;
	vertical-align: middle;  
	font-family:sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#666; 
	background-color:#DDD;
	padding-left:5px;
	padding-right:5px;
	min-width:200px;
}
.input_label_40 {
	width:40%;  
	min-height:35px;
	display:table-cell; 
	text-align:center;
	vertical-align: middle;  
	font-family:sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#666; 
	background-color:#DDD;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
.input_label_upper {
	width:100%;
	display:inline-block;  
	float:left;
	text-align:left;
	vertical-align: bottom;  
	font-family:sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#000;
}

/* TEXT  START */
.input_text_box_container {
	width:auto; 
	/*display:table-cell;*/
	display:flex;
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000; 
	border:#DDD 1px solid; 
	box-sizing:border-box;
	margin-left:0px;
	padding:5px;
	min-height:35px;
	
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.input_text_box_container_red {
	width:auto; 
	/*display:table-cell;*/
	display:flex;
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000; 
	border:#F00 1px solid; 
	box-sizing:border-box;
	margin-left:0px;
	padding:5px;
	min-height:35px;
}
.input_text_box {
	width:100%;
	height:100%;
	font-family: sans-serif; 
	font-size: 12px; 
	color: #000;
	border:none;
	padding:5px;
	padding-top:5px;
	background-color:#FFF;
	box-sizing:border-box;
}
.input_text_box:focus {
	border:none;
	outline:none;
}
.input_text_box_container_box {
	width:95%;
	flex-wrap: nowrap;
	box-sizing:border-box;
	
	display:inline-block;
	float:left;
	
}

.input_text_box_container_under {
	width:100%; 
	/*display:table-cell;*/
	display:inline-block; 
	float:left;
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000; 
	border:#000 1px solid; 
	box-sizing:border-box;
	margin-left:0px;
	padding:5px;
	min-height:35px;
}
/* TEXT  END */



/* RADIO START */
/*
.input_radio_box_container {
	width:90%; 
	display:table-cell;
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000;
	margin-left:10px;
	min-height:24px;
	vertical-align:middle;
	box-sizing:border-box;
	padding:8px;
}
*/
.input_radio_box_container {
	width:auto; 
	/*display:table-cell;*/
	display:flex;
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000; 
	border:#DDD 1px solid; 
	box-sizing:border-box;
	margin-left:0px;
	padding:5px;
	min-height:35px;
	
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.input_radio_box_container_box {
	width:95%;
	flex-wrap: nowrap;
}
/* RADIO END */


/* SELECT  START*/
.input_select_box_container {
	width:100%; 
	/*display:table-cell;*/
	display:flex;
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000; 
	border:#DDD 1px solid;  
	box-sizing:border-box;
	
	margin-left:0px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	min-height:35px;
	 
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.input_select_box {
	padding: 5px 8px;
    width: 70%;
    border: none;
	/*
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
			*/
}

.input_select_box_container_box {
	width:95%;
	flex-wrap: nowrap;
}
.input_select_box:focus {
	outline:none;
}

.input_select_box_100 {
	padding: 5px 8px;
    width: 100%;
    border: none;
	/*
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
			*/
}
.input_select_box_container_red {
	width:100%; 
	/*display:table-cell;*/
	display:flex;
	text-align:left; 
	font-family:sans-serif; 
	font-size:12px; 
	color:#000; 
	border:#F00 1px solid;  
	box-sizing:border-box;
	
	margin-left:0px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	min-height:35px;
}


/* BTN SLIDE */
.btn_slide_choice {
	display:none;
	width:50%;
}
.btn_slide_choice_aff {
	display:inline-block;
	width:50%;
}
 

/* Requirement */
input::placeholder {
	color:#AAA;
}
.no_style_input {
	border:none;
	background-color:transparent;
}
.input_requierment_box {
	/*display:inline-block; 
	float:left;*/
	width:5%; 
	max-width:5px;
	flex-wrap: nowrap; 
	text-align:right; 
	box-sizing:border-box;
}
.input_requirement_box {
	display:table-cell; 
	width:15%;
	min-width:35px;
	box-sizing:border-box;
}
.input_requirement_container {
	display:inline-block; 
	float:left; 
	width:10%;
}
.input_requirement_box_under {
	display:inline-block;
	float:left; 
	width:5%;
}

.input_requirement_2 {
	font-family: sans-serif; 
	font-size: 12px; 
	color: #ff0000;
	padding:5px;
	box-sizing:border-box;
}
.input_requirement_box_under {
	display:inline-block; 
	float:left;
	width:5%;
	min-width:10px;
}

/* TEXTE START */
.main_title {
	font-family:sans-serif;
	font-size:12px;
	color:#000;
}

.main_texte {
	font-family:sans-serif;
	font-size:12px;
	color:#000;
}


/*	BTN  START	*/

.account_submit_btn_box {
	max-width:170px;
	display:block;
	background-color:#000;
	text-align:center;
	padding:0px;
	box-sizing:border-box;
}

.account_submit_btn {
	background-color:#AAA;
	float:left; font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
	width:100%;
	box-sizing:border-box;
	border-radius:5px;
}
.account_submit_btn:hover {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_submit_btn:focus {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_submit_btn:active {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}


.account_submit_btn_center {
	background-color:#AAA;
	font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
	width:auto;
	text-align:center;
	box-sizing:border-box;
	border-radius:5px;
}
.account_submit_btn_center:hover {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_submit_btn_center:focus {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_submit_btn_center:active {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}


.account_short_submit_btn_off {
	background-color:#CCC;
	float:left; font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
	width:auto;
	box-sizing:border-box;
	border-radius:5px;
}
.account_short_submit_btn {
	background-color:#d60054;
	float:left; font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
	width:auto;
	
	display:inline-block;
	float:left;
	min-width:150px;
	box-sizing:border-box;
	text-align:center;
	border-radius:5px;
}
.account_short_submit_btn:hover {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn:focus {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn:active {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}



.account_short_submit_btn_bk {
	background-color:#000;
	float:left; font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
	width:auto;
	text-align:center;
	
	display:inline-block;
	float:left;
	min-width:150px;
	box-sizing:border-box;
	border-radius:5px;
}
.account_short_submit_btn_bk:hover {
	background-color:#d60054;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_bk:focus {
	background-color:#d60054;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_bk:active {
	background-color:#d60054;
	color:#FFF;
	cursor:pointer;
}


.account_short_submit_btn_3 {
	background-color:#777;
	
	float:left; font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:5px;
	cursor:pointer;
	width:auto;
}
.account_short_submit_btn_3:hover {
	background-color:#d60054;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_3:focus {
	background-color:#d60054;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_3:active {
	background-color:#d60054;
	color:#FFF;
	cursor:pointer;
}



.account_short_submit_btn_2 {
	background-color:#999;
	float:left; font-family:'DINRegular';
	font-size:10px;
	color:#FFF;
	padding:4px;
	cursor:pointer;
	width:auto;
	border-radius:5px;
}
.account_short_submit_btn_2:hover {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_2:focus {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_2:active {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}



.account_short_submit_btn_red {
	background-color:#d60054;
	float:left; font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
	width:auto;
	
	border-radius:5px;
}
.account_short_submit_btn_red:hover {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_red:focus {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.account_short_submit_btn_red:active {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}


.commun_submit_btn {
	width:100%;
	background-color:#AAA;
	float:left; font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	padding:5px;
	cursor:pointer;
	box-sizing:border-box;
}
.commun_submit_btn:hover {
	background-color:#000;
}


.btn_order_med {
	width:100%;
	height:100%;
	font-family:"DINMedium";
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
.btn_order_med_box {
	width:100%;
	display:inline-block;
	background-color:#666;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}
.btn_order_med_box:hover {
	background-color:#d60054;
	color:#FFF;
}
.btn_order_big {
	width:100%;
	height:100%;
	font-family:"DINMedium";
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	box-sizing:border-box;
}
.btn_order_big_box_2 {
	width:200px;
	height:100%;
	display:inline-block;
	float:right;
	height:10px;
}

.btn_order_big_box {
	width:100%;
	display:inline-block;
	background-color:#d60054;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	display:inline-block;
	float:right;
	margin-right:0px;
	right:0px;
	position:relative;
	border-radius:5px;
}
.btn_order_big_box:hover {
	background-color:#000;
	color:#FFF;
}

.btn_order_med_off {
	width:200px;
	height:40px;
	font-family:"DINMedium";
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
.btn_order_med_off_box {
	width:250px;
	display:inline-block;
	background-color:#DDD;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
}

.btn_order_big_off {
	width:250px;
	height:40px;
	font-family:"DINMedium";
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	display:inline-block;
	float:right;
	margin-right:0px;
	right:0px;
	position:relative;
}
.btn_order_big_off_box {
	width:250px;
	display:inline-block;
	background-color:#DDD;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	
	border-radius:5px;
}

.cart_add_url {
	border-radius:5px;
}
/*	BTN END		*/


.acc_little_texte {
	font-family:sans-serif;
	font-size:12px;
	color:#000;
}
.acc_big_title_texte {
	font-family:'DINRounded'; 
	font-size:36px; 
	color:#000;
}
.commun_mid_title_texte {
	font-family:'DINRounded'; 
	font-size:23px; 
	color:#000;
}
.texte_green {
	color:#063;
}

.commun_little_texte {
	font-family:sans-serif;
	font-size:12px;
	color:#000;
	line-height:22px;
}
/* TEXTE END */


/* BTN START */
.account_bill_container {
	width:20%;
	display:inline-block;
	float:left;
	text-align:right;
	box-sizing:border-box;
	
	max-width:140px;
	min-width:120px;
	text-align:center;
	
	width:150px;
	text-align:center;
	margin:auto;
}
.account_bill_btn {
	display:inline-block;
	float:right;
	background-color:#EEEEEE;
	padding:5px;
	font-family:Verdana;
	font-size:12px;
	color:#000;
	border:1px solid #CCC;
	cursor:pointer;
	box-sizing:border-box;
}
.account_bill_btn_2 {
	display:inline-block;
	float:right;
	padding:5px;
	font-family:Verdana;
	font-size:12px;
	color:#999;
	cursor:pointer;
}
.account_bill_btn_2:hover {
	background-color:#EEEEEE;
	color:#000;
}
.account_bill_btn_2:focus {
	background-color:#EEEEEE;
	color:#000;
}
.account_bill_btn_2:active {
	background-color:#EEEEEE;
	color:#000;
}
.account_bill_btn_2:hover .account_bill_btn_2_link{
	color:#000;
}
.account_details_btn {
	display:inline-block;
	float:right;
	padding:5px;
	font-family:Verdana;
	font-size:10px;
	color:#999;
	cursor:pointer;
	box-sizing:border-box;
}
.account_details_btn:hover {
	background-color:#EEEEEE;
	color:#000;
}
.account_details_btn:focus {
	background-color:#EEEEEE;
	color:#000;
}
.account_details_btn:active {
	background-color:#EEEEEE;
	color:#000;
}
.account_details_btn:hover .account_bill_btn_2_link{
	color:#000;
}
.account_details_btn:focus .account_bill_btn_2_link{
	color:#000;
}
.account_details_btn:active .account_bill_btn_2_link{
	color:#000;
}
#saw_down_details{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.account_bill_btn_2:hover #saw_down_details{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.account_bill_btn_2:focus #saw_down_details{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.account_bill_btn_2:active #saw_down_details{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.account_shipping {
	display:inline-block;
	float:right;
	padding:5px;
	font-family:Verdana;
	font-size:12px;
	color:#000;
}
.account_shipping_2 {
	display:inline-block;
	float:right;
	padding:5px;
	font-family:Verdana;
	font-size:12px;
	color:#000;
}
.account_bill_btn:hover {
	background-color:#000;
	color:#FFF;
}
.account_bill_btn:focus {
	background-color:#000;
	color:#FFF;
}
.account_bill_btn:active {
	background-color:#000;
	color:#FFF;
}

.account_shipping {
	opacity:1;
}
.account_shipping:hover {
	opacity:0.5;
}
.account_shipping:focus {
	opacity:0.5;
}
.account_shipping:active {
	opacity:0.5;
}
/* BTN END */

/* BOX START */
.acc_5_box {
	width:5%; 
	display:inline-block; 
	float:left; 
	text-align:left;
}
.acc_10_box {
	width:10%; 
	display:inline-block; 
	float:left; 
	text-align:left;
}
.acc_20_box {
	width:20%; 
	display:inline-block; 
	float:left; 
	text-align:left;
}
.acc_30_box {
	width:30%; 
	display:inline-block; 
	float:left; 
	text-align:left;
}
.acc_50_box {
	width:50%; 
	display:inline-block; 
	float:left; 
	text-align:left;
}
.acc_70_box {
	width:70%; 
	display:inline-block; 
	float:left; 
	text-align:left;
}
.acc_100_box {
	width:100%; 
	display:inline-block; 
	float:left; 
	text-align:left; 
	box-sizing:border-box;
}
/* BOX END */


/* -------------------------------*/
/* MENU 
/*--------------------------------*/
.second_menu_link {
	color:#777;
	font-size:11px;
	font-family:'DINRegular';
	font-weight:normal;
}
.second_menu_link_1 {
	/*color:#FFF;*/
	color:#000;
	font-size:11px;
	font-family:'DINRegular';
	font-weight:normal;
}
.second_menu_link_1_line {
	text-decoration:underline;
}
.second_menu_link:hover {
	color:#000;
}
.header_white_space {
	min-width:300px;
	height:68px;
	display:inline-block;
	float:left;
}
/*
a.second_menu_link {
	color:#777;
	font-size:11px;
	font-family:'DINRegular';
	font-weight:normal;
}
a.second_menu_link:hover {
	color:#000;
	font-size:11px;
	font-family:'DINRegular';
	font-weight:normal;
}
*/
a.second_menu_color img {
	opacity:1;
}
a.second_menu_color:hover img {
	opacity:0.5;
}
/*
.menu_nav:hover ~ .full_container_header_menu_auto {
	height:228px;
	
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
  		transition-duration: 0.4s;
}
.full_container_header_menu_auto:hover {
	height:228px;
}
*/



.small_menu_top_space {
	height:10px;
	padding:0px;
	margin:0;
}

/* -------------------------------*/
/* MENU LANGUES*/
/*--------------------------------*/
#menu_lang
	{
	width:32px;
  	padding:0;
	padding-top:2px;
  	margin:0;
  	list-style:none;
  	text-align: right;
	background-color:#FFF;
	}
	
#menu_lang ul {
    padding:0;
    margin:0;
    list-style:none;
    text-align: right;
}

#menu_lang li {
  	color: #000 ;
  	width:26px;
  	height:11px;
  	padding:0px; 
  	vertical-align:top;
  	text-align:left;
  	opacity:1;
}

#menu_lang li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   box-shadow: none;
   border:none;
   margin:0;
   padding-top:2px;
}

#menu_lang a {
  display:block;
  text-decoration: none;
  color: #fff;
  padding:0;
  font-family: verdana;
  font-size:1.2em;
  height:11px;
}
#menu_lang ul li a, #menu_lang li:hover li a {
  font-size:1em
}
#menu_lang ul li a, #menu_lang li:focus li a {
  font-size:1em
}
#menu_lang ul li a, #menu_lang li:active li a {
  font-size:1em
}
#menu_lang li:hover {
}
#menu_lang li li:hover {
}
#menu_lang li:hover li {
  max-height: 15em;
}
#menu_lang li:focus li {
  max-height: 15em;
}
#menu_lang li:active li {
  max-height: 15em;
}

.lang_icon {
opacity:0.6;	
}
.lang_icon:hover {
opacity:1;	
}
.lang_icon:focus {
opacity:1;	
}
.lang_icon:active {
opacity:1;	
}
#lang_img {
	opacity:1;
}
.lang_img_link:hover #lang_img {
	opacity:0.5;
}
.lang_img_link:active #lang_img {
	opacity:0.5;
}
.lang_img_link:focus #lang_img {
	opacity:0.5;
}
#lang_img:hover {
	opacity:0.5;
}
#lang_img:focus {
	opacity:0.5;
}
#lang_img:active {
	opacity:0.5;
}

/* NEW */

	.menu_nav { 
		width:700px;
		height:26px; 
		margin:0; 
		padding:0;
		display:inline-block;
		float:left;
	}
	.menu_nav ul {
		height:100%; 
		list-style-type:none;
		float:left;
		top:0px;
		left:0px;
		padding:0;
		margin:0;
	}
	/*
	.menu_nav ul li {
		height:100%;
		margin:0; 
		padding:0;
		list-style:none;
		float:left;
	}
	*/
	.menu_nav ul li {
		height:100%;
		margin:0; 
		padding:0;
		list-style:none;
		float:left;
	}
	.menu_nav_li_white {
		/*
		width:auto;
		height:100%;
		margin:0; 
		padding:0;
		list-style:none;
		float:left;
		*/
		background-color:#FFF;
		color:#000;
	}
	.menu_nav_li_black {
		/*
		width:auto;
		height:100%;
		margin:0; 
		padding:0;
		list-style:none;
		float:left;*/
		background-color:#000;
		color:#FFF;
	}
	.menu_nav_li_white:hover {
		background-color:#000;
		color:#FFF;
	}


	
	.menu_nav_li_white_full {
		width:auto;
		height:26px;
		max-height:26px;
		display:inline-block;
		float:left;
		z-index:100;
		position:relative;
		box-sizing:border-box;
		/*border:1px solid #F0F;*/
	}
	.menu_nav_li_white_full:hover .menu_nav_li_white_header .header_menu_link_black{
		background-color:#000;
		color:#FFF;
	}
	.menu_nav_li_white_header {
		width:auto; 
		padding-left:10px;
		padding-right:10px;
		height:100%; 
		display:inline-block; 
		float:right;
		background-color:#FFF;
		box-sizing:border-box;
		
		color:#000;
		text-align:center;
		/*border:1px solid #F00;*/
		border-top-left-radius:5px; 
		border-top-right-radius:5px;
	}
	.menu_nav_li_white_header:hover {
		background-color:#000;
	}
	.menu_nav_li_black_header {
		width:130px; 
		height:100%; 
		display:inline-block; 
		float:right;
		background-color:#000;
		
		color:#FFF;
		text-align:center;
		
		border-top-left-radius:5px; 
		border-top-right-radius:5px;
	}
	.menu_nav_li_white_menu {
		width:100%; 
		height:50px;
		top:0px;
		left:0px;
		overflow:hidden;
		box-sizing:border-box;
		background-color:#000;
		 
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
  		transition-duration: 0.4s;
	}
	.menu_nav_li_white_full:hover .menu_nav_li_white_menu {
		/*display:block;*/
		height:330px;
		 
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
  		transition-duration: 0.4s;
	}


	.menu_nav_2 { 
		width:1300px;
		height:auto; 
		display:inline-block;
		float:left;
		margin:0; 
		padding:0;
		box-sizing:border-box;
	}
	
	.menu_nav_right {
		min-width:325px;
		height:26px;
		display:inline-block;
		float:right;
		margin:0;
		padding:0;
		box-sizing:border-box;
		position:relative;
		z-index:9;
	}
	
	.menu_nav_home {
		width:30px; 
		height:26px; 
		margin:0; 
		padding:0;
		display:inline-block;
		float:left;
	}
	.menu_nav_home ul {
		width:100%; 
		height:22px; 
		list-style-type:none;
		float:left;
		top:0px;
		left:0px;
		padding:0;
		margin:0;
	}
	.menu_nav_home ul li {
		height:22px;
		margin:0; 
		padding:0;
		list-style:none;
		box-sizing:border-box;
		float:left;
	}
	.li_separator_box {
		width:1px;
		display:none;
	}
	.li_separator {
		width:1px;
		height:12px;
		background-color:#000;
	}
	.header_text_menu {
		font-family:Helvetica;
		font-size:10px;
		color:#000;
	}
	a.header_text_menu_link {
		text-decoration:none;
	}
	.header_cart_container {
		display:inline-block;
		float:left;
		height:26px;
		width:104px; 
		line-height:26px; 
		text-align:right;
		padding-left:3px;
		padding-right:3px;
		box-sizing:border-box;
		
		-webkit-transition: 1s; 
  		-moz-transition: 1s; 
  		-ms-transition: 1s; 
  		-o-transition: 1s; 
  		transition: 1s;
	}
	.li_menu {
		list-style:none;
		padding:0;
		margin:0;
		padding-left:10px;
		padding-right:10px;
		padding-top:2px;
		padding-bottom:2px;
		text-align:center;
		box-sizing:border-box;
	}
	.header_cart_container_pre {
		display:inline-block;
		float:left;
		height:26px;
		width:26px; 
		line-height:26px; 
		text-align:right;
		padding-left:3px;
		padding-right:3px;
		box-sizing:border-box;
		
		-webkit-transition: 1s; 
  		-moz-transition: 1s; 
  		-ms-transition: 1s; 
  		-o-transition: 1s; 
  		transition: 1s;
	}
	.li_menu {
		list-style:none;
		padding:0;
		margin:0;
		padding-left:10px;
		padding-right:10px;
		padding-top:2px;
		padding-bottom:2px;
		text-align:center;
		box-sizing:border-box;
	}
	.li_menu_account {
		list-style:none;
		padding:0;
		margin:0;
		width:290px; 
		z-index:20000000000002; 
		background-color:#FFF; 
		position:relative; 
		clear:both;
	}
	.header_cat_menu {
		width:100%;
		height:26px;
		display:inline-block;
		float:left;
		text-align:center;
		padding-top:2px;
	}
	.menu_cat_saw {
		width:100%; 
		height:5px;
		display:inline-block;
		float:left;
		text-align:center; 
		margin-top:-2px; 
		/*visibility:hidden;*/
	}
	.menu_cat_saw_box {
		margin:auto;
		margin-top:-2px;
	}
	.header_menu_cat_container {
		display:inline-block;
		width:200px;
		box-sizing:border-box;
		/*position:absolute; 
		margin-top:1px;*/
	}
	.header_menu_cat_container_2 {
		display:inline-block;
		width:180px;
		box-sizing:border-box;
		/*position:absolute; 
		margin-top:1px;*/
	}
	.header_menu_cat_container_3 {
		display:inline-block;
		width:180px;
		box-sizing:border-box;
		width:100%;
		padding:0px;
		padding-top:0px;
		box-sizing:border-box;
		vertical-align:top;
		margin-top:0px; 
		top:0px;
		/*background-color:#000;*/
		background-color:#FFF;
		border-top:1px solid #000;
		padding-top:10px;
		padding-bottom:10px;
		
		visibility:hidden;
	}
	
	
	/* HEADER MENU LINK 1 */
	.header_menu_link_white {
		width:100%;
		height:100%;
		box-sizing:border-box;
		display:block;
		padding-left:10px;
		padding-right:10px;
		
		font-family:Helvetica;
		font-size:12px;
		line-height:26px;
		color:#FFF;
		 
	}
	.header_menu_link_white:hover {
		color:#FFF;
	}
	
	.header_menu_link_black {
		width:100%;
		height:100%;
		box-sizing:border-box;
		display:block;
		padding-left:10px;
		padding-right:10px;
		
		font-family:Helvetica;
		font-size:12px;
		line-height:26px;
		color:#000;
	}
	.header_menu_link_1 {
		width:100%;
		height:100%;
		box-sizing:border-box;
		display:block;
		padding-left:10px;
		padding-right:10px;
		
		font-family:Helvetica;
		font-size:12px;
		line-height:22px;
	}
	a.header_menu_link_1 {
		text-decoration:none;
		
		display:block;
		width:100%;
		height:26px;
		line-height:26px;
	}
	a.header_menu_link_1:hover {
		line-height:26px;
		text-decoration:none;
	}
	a.header_menu_link_1:focus {
		line-height:26px;
		text-decoration:none;
	}
	a.header_menu_link_1:active {
		line-height:26px;
		text-decoration:none;
	}
	
	/* HEADER MENU LINK 2 */
	.header_menu_link_2 {
		width:100%;
		height:100%;
		box-sizing:border-box;
		display:block;
		padding-left:10px;
		padding-right:10px;
		
		font-family:Helvetica;
		font-size:12px;
		color:#82552E;
		line-height:22px;
	}
	a.header_menu_link_2 {
		width:100%;
		height:100%;
		box-sizing:border-box;
		display:block;
		padding-left:10px;
		padding-right:10px;
		
		color:#82552E;
		text-decoration:none;
		
		background-color:#FFF;
	}
	a.header_menu_link_2:hover {
		line-height:26px;
		background-color:#000;
		color:#82552E;
		text-decoration:none;
	}
	a.header_menu_link_2:focus {
		line-height:26px;
		background-color:#000;
		color:#82552E;
		text-decoration:none;
	}
	a.header_menu_link_2:active {
		line-height:26px;
		background-color:#000;
		color:#82552E;
		text-decoration:none;
	}
	
	
	/* HEADER MENU LINK 3 */
	.header_menu_link_3 {
		width:100%;
		height:100%;
		box-sizing:border-box;
		display:block;
		padding-left:10px;
		padding-right:10px;
		
		font-family:Helvetica;
		font-size:12px;
		color:#F00;
		line-height:26px;
	}
	a.header_menu_link_3 {
		width:100%;
		height:100%;
		box-sizing:border-box;
		display:block;
		padding-left:10px;
		padding-right:10px;
		
		color:#F00;
		text-decoration:none;
		
		background-color:#FFF;
	}
	a.header_menu_link_3:hover {
		line-height:26px;
		background-color:#F00;
		color:#FFF;
		text-decoration:none;
	}
	a.header_menu_link_3:focus {
		line-height:26px;
		background-color:#F00;
		color:#FFF;
		text-decoration:none;
	}
	a.header_menu_link_3:active {
		line-height:26px;
		background-color:#F00;
		color:#FFF;
		text-decoration:none;
	}
	
	
	
	/* SOUS MENU */
	.header_sous_menu_box {
		width:auto;
		height:auto;
		display:inline-block;
		float:left;
		box-sizing:border-box; 
	}
	.header_sous_menu_box_2 {
		display:inline-block;
		float:left;
		border-bottom:1px solid #FFF;
		width:100%;
		box-sizing:border-box; 
	}
	.header_sous_menu_box_3 {
		display:inline-block;
		float:left;
		width:100%;
		box-sizing:border-box;
		padding:0px;
	}
	.header_sous_menu_box_3 ul {
		width:100%;
		left:0px;
		list-style:none;
		box-sizing:border-box;
		padding:0px;
		padding-left:10px;
	}
	.header_sous_menu_box_3 li {
		width:100%;
		list-style:none;
		border:1px solid #3C6;
		left:0px;
		padding:0px;
		padding-top:3px;
		padding-bottom:3px;
	}
	
	.header_sous_menu_separator_box {
		height:8px;
		padding-top:4px;
		display:inline-block;
		float:left;
	}
	.header_sous_menu_separator {
		width:1px; 
		height:8px; 
		background-color:#777777;
	}
	.header_link_sous_menu {
		display:inline-block;
		width:auto;
		height:auto;
		padding-left:10px; 
		padding-right:10px; 
		padding-top:10px; 
		padding-bottom:5px;
		box-sizing:border-box; 
		color:#FFF;
	}
	a.header_link_sous_menu:hover {
	}
	
	
	/* CART MENU START */
	#cart_show_more_up {
		display:none;
	}
	#cart_show_more_up_2 {
		display:none;
	}
	.header_cart_container_full {
		width:110px;
		display:table-cell;
		float:left;
		position:relative;
		z-index:999999;
		/*
		z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
		*/
		right:0px;
		/*border:1px solid #F00;*/
		padding-right:0px;
		margin-right:0px;
		-webkit-transition: 1s; 
  		-moz-transition: 1s; 
  		-ms-transition: 1s; 
  		-o-transition: 1s; 
  		transition: 1s;
	}
	.header_cart_container_full_pre {
		width:26px;
		display:table-cell;
		float:left;
		position:relative;
		z-index:999999;
		/*
		z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
		*/
		right:0px;
		/*border:1px solid #F00;*/
		padding-right:0px;
		margin-right:0px;
		-webkit-transition: 1s; 
  		-moz-transition: 1s; 
  		-ms-transition: 1s; 
  		-o-transition: 1s; 
  		transition: 1s;
	}
	.header_cart_container_header {
		width:130px; 
		height:26px; 
		display:inline-block; 
		float:right;
	}
	.header_cart_container_header_pre {
		width:26px; 
		height:26px; 
		display:inline-block; 
		float:right;
	}
	.header_cart_container_menu {
		width:320px; 
		height:0px;
		/*display:none; */
		float:right; 
		top:0px;
		overflow:hidden;
		padding-top:0px;
		padding-right:0px;
		margin-right:0px;
		background-color:#FFF;
		box-sizing:border-box;
		
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
  		transition-duration: 0.4s;
		
	}
	.header_cart_container_menu_empty {
		width:320px; 
		height:0px;
		/*display:none; */
		float:right; 
		top:0px;
		overflow:hidden;
		padding-top:0px;
		background-color:#FFF;
		box-sizing:border-box;
		
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
  		transition-duration: 0.4s;
		
	}
	.header_cart_container_menu_box {
		width:100%;
		/*min-height:425px; */
		height:auto;
		border:1px solid #DEDEDE;
		background-color:#FFF;
		box-sizing:border-box;
		
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
  		transition-duration: 0.4s;
		
	}
	.header_cart_container_full:hover .header_cart_container_menu {
		/*display:block;*/
		height:422px;
		
		-webkit-transition-duration: 0.4s; 
  		-moz-transition-duration: 0.4s; 
  		-ms-transition-duration: 0.4s; 
  		-o-transition-duration: 0.4s; 
  		transition-duration: 0.4s;
	}
	.header_cart_container_full:focus .header_cart_container_menu {
		/*display:block;*/
		height:422px;
		
		-webkit-transition-duration: 0.4s; 
  		-moz-transition-duration: 0.4s; 
  		-ms-transition-duration: 0.4s; 
  		-o-transition-duration: 0.4s; 
  		transition-duration: 0.4s;
	}
	.header_cart_container_full:active .header_cart_container_menu {
		/*display:block;*/
		height:422px;
		
		-webkit-transition-duration: 0.4s; 
  		-moz-transition-duration: 0.4s; 
  		-ms-transition-duration: 0.4s; 
  		-o-transition-duration: 0.4s; 
  		transition-duration: 0.4s;
	}
	
	.header_cart_container_full:hover .header_cart_container_menu_empty {
		/*display:block;*/
		height:63px;
		
		-webkit-transition-duration: 0.4s; 
  		-moz-transition-duration: 0.4s; 
  		-ms-transition-duration: 0.4s; 
  		-o-transition-duration: 0.4s; 
  		transition-duration: 0.4s;
	}
	.header_cart_container_full:focus .header_cart_container_menu_empty {
		/*display:block;*/
		height:61px;
		
		-webkit-transition-duration: 0.4s; 
  		-moz-transition-duration: 0.4s; 
  		-ms-transition-duration: 0.4s; 
  		-o-transition-duration: 0.4s; 
  		transition-duration: 0.4s;
	}
	.header_cart_container_full:active .header_cart_container_menu_empty {
		/*display:block;*/
		height:61px;
		
		-webkit-transition-duration: 0.4s; 
  		-moz-transition-duration: 0.4s; 
  		-ms-transition-duration: 0.4s; 
  		-o-transition-duration: 0.4s; 
  		transition-duration: 0.4s;
	}
	
	.header_cart_icon {
		display:inline-block; 
		float:left; 
		width:21px; 
		height:26px;
		padding-right:5px;
		padding-top:4px;
		
		padding:0px;
		right:0px;
	}
	.header_cart_icon_quantity {
		width:21px; 
		height:24px; 
		position:absolute; 
		text-align:center; 
		margin-top:-24px; 
		padding-left:2px; 
		padding-top:0px;
	}
	.header_cart_icon_center {
		line-height:22px;
	}
	.header_cart_arrow_up_container {
		width:320px; 
		height:24px; 
		display:inline-block; 
		float:left; 
		text-align:right; 
		margin:auto; 
		box-sizing:border-box; 
		overflow:hidden;
	}
	.header_cart_arrow_up {
		width:280px; 
		height:24px;
		margin:auto; 
		text-align:center;
	}
	.header_cart_content_container {
		width:100%; 
		max-height:255px; 
		overflow:hidden;
	}
	.header_cart_content_container ul {
		margin:0; 
		padding:0; 
		list-style:none;
	}
	.padding_l_r_20 {
		padding-left:20px; 
		padding-right:20px;
	}
	.padding_l_r_26 {
		padding-left:26px; 
		padding-right:26px;
	}
	.padding_l_r_30 {
		padding-left:30px; 
		padding-right:30px;
	}
	.header_cart_p_img {
		width:80px; 
		display:inline-block; 
		float:left; 
		padding:0; 
		text-align:left;
		box-sizing:border-box; 
	}
	.header_cart_p_data_container {
		width:180px; 
		display:inline-block; 
		float:left; 
		padding:0; 
		text-align:left;
		box-sizing:border-box; 
	}
	.header_cart_p_data_box {
		width:180px; 
		display:inline-block; 
		float:left;
	}
	.header_cart_p_name_box {
		width:164px; 
		display:inline-block; 
		float:left;
	}
	.header_cart_p_cross_delete {
		width:16px; 
		display:inline-block; 
		float:left;
	}
	.header_cart_p_att_title_name_box {
		width:60px; 
		display:inline-block; 
		float:left;
	}
	.header_cart_p_att_title_name {
		line-height:16px;
	}
	.header_cart_p_att_data_name_box {
		width:120px; 
		display:inline-block; 
		float:left;
	}
	.header_cart_p_att_color_img {
		width:20px; 
		display:inline-block; 
		float:left;
	}
	.header_cart_p_att_color_name {
		width:100px; 
		display:inline-block; 
		float:left;
	}
	.header_cart_p_separator {
		width:100%; 
		height:1px; 
		background-color:#DDD; 
		display:inline-block; 
		float:left; 
		margin-top:5px; 
		margin-bottom:5px;
	}
	.header_cart_total_container {
		width:320px; 
		display:inline-block; 
		float:left; 
		text-align:right; 
		margin:auto; 
		box-sizing:border-box;
	}
	.header_cart_total_box {
		width:290px;
	}
	.header_cart_arrow_down_container {
		width:320px; 
		height:24px; 
		display:inline-block; 
		float:left; 
		text-align:right; 
		margin:auto; 
		box-sizing:border-box; 
		overflow:hidden;
	}
	.header_cart_arrow_down {
		width:280px; 
		margin:auto; 
		text-align:center;
	}
	.header_cart_bottom {
		width:100%; 
		padding-bottom:30px;
		text-align:center;
	}
	.header_lang_container {
		min-width:65px; 
		height:22px; 
		display:inline-block; 
		float:right; 
		margin-left:20px; 
		vertical-align:middle; 
		padding-top:3px; 
		box-sizing:border-box;
	}
	.header_full_separator_barre {
		width:100%; 
		height:1px; 
		display:inline-block; 
		background-color:#000;
	}
	/* CART MENU END */
	
	
	
	/* ACCOUNT MENU START */
	.header_account_container_full {
		width:130px;
		height:26px;
		float:left;
		z-index:100;
		position:relative;
		z-index:99999;
		
	}
	.header_account_container_header {
		width:130px; 
		height:100%;
		/*
		display:inline-block; 
		float:right;
		*/
		background-color:#FFF;
		/*border:1px solid #F00;*/
	}
	a.header_account_link {
		font-family:Helvetica;
		font-size:10px;
		color:#000;
	}
	a.header_account_link:hover {
		font-family:Helvetica;
		font-size:10px;
		color:#999;
	}
	/*
	.header_account_container_menu:hover .header_account_container_header {
		background-color:#000;
	}
	.header_account_container_menu:hover .header_menu_text {
		color:#FFF;
	}
	*/
	
	/*--------------------------*/
	/* HEADER ACCOUNT			*/
	/*--------------------------*/
	.header_menu_text {
		display:block;
		width:100%;
		height:100%;
		/*background-color:#3CC;*/
		cursor:pointer;
		background:none;
		border:none;
		list-style:none;
	}
	
	.header_account_container_header:hover .header_account_title {
		color:#666;
	}
	.header_account_container_header:focus .header_account_title {
		color:#666;
	}
	.header_account_container_header:active .header_account_title {
		color:#666;
	}
	.header_account_container_header:hover .header_account_image {
		opacity:0.6;
	}
	.header_account_container_header:focus .header_account_image {
		opacity:0.6;
	}
	.header_account_container_header:active .header_account_image {
		opacity:0.6;
	}
	.header_account_image {
		cursor:pointer;
		opacity:1;
	}
	
	
	/*--------------------------*/
	/* HEADER ACCOUNT			*/
	/*--------------------------*/
	
	.header_cart_container_header:hover .header_cart_container {
		color:#666;
	}
	.header_cart_container_header:focus .header_cart_container {
		color:#666;
	}
	.header_cart_container_header:active .header_cart_container {
		color:#666;
	}
	.header_cart_container_header:hover .header_cart_icon {
		opacity:0.6;
	}
	.header_cart_container_header:focus .header_cart_icon {
		opacity:0.6;
	}
	.header_cart_container_header:active .header_cart_icon {
		opacity:0.6;
	}
	.header_cart_icon {
		cursor:pointer;
		opacity:1;
	}
	
	


	.header_cart_container_header:hover .header_cart_container_pre {
		color:#666;
	}
	.header_cart_container_header:focus .header_cart_container_pre {
		color:#666;
	}
	.header_cart_container_header:active .header_cart_container_pre {
		color:#666;
	}



	/*
	.account_icone:hover .header_menu_text {
		color:#666;
	}
	*/
	.header_account_container_menu {
		width:290px; 
		height:0px;
		/*display:none; */
		float:right; 
		top:0px;
		overflow:hidden;
		box-sizing:border-box;
		 
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
  		transition-duration: 0.4s;
	}
	.header_account_container_menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.header_account_container_full:hover .header_account_container_menu {
		/*display:block;*/
		height:360px;
		 
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
  		transition-duration: 0.4s;
	}
	.header_account_container_full:focus .header_account_container_menu {
		/*display:block;*/
		height:330px;
		 
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
  		transition-duration: 0.4s;
	}
	.header_account_container_full:active .header_account_container_menu {
		/*display:block;*/
		height:330px;
		 
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
  		transition-duration: 0.4s;
	}
	.header_account_image {
		display:inline-block;
		float:right;
		width:auto;
		height:26px;
		padding-top:0px;
		vertical-align:middle;
		padding-right:0px;
	}
	.header_account_title {
		display:inline-block;
		float:left;
		width:103px;
		height:26px;
		text-align:right;
		vertical-align:middle;
		line-height:28px;
		padding-left:3px;
		padding-right:3px;
		box-sizing:border-box;
	}
	.header_account_title_small {
		display:inline-block;
		float:left;
		width:0px;
		height:35px;
		line-height:22px;
		text-align:right;
		overflow:hidden;
		
		-webkit-transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
		-o-transition-duration: 0.6s;
		-ms-transition-duration: 0.6s;
		transition-duration: 0.6s;
	}
	.header_account_menu_countainer {
		border:1px solid #DEDEDE;
		text-align:left; 
		z-index:20000000000002;
	}
	
/* FORMS */
.form_label {
	font-family:'DINRegular';
	font-size:12px;
	color:#000;
}

/* BUTTONS */

.btn_submit_box_right {
	position:relative;
	width:100%;
	padding-right:10px;
	box-sizing:border-box;
}

/*--------------------------------------*/
/* HOME DIAPORAMA			START		*/
/*--------------------------------------*/
.diaporama_container {
	/*width:1000px;
	height:520px;
	*/
	width:100%;
	height:520px;
	max-width:1000px;
	max-height:520px;
	
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	
	margin:auto;
}
.home_diap_container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.home_diap_container ul {
	height:100%;
	list-style:none;
	margin:0;
	padding:0;
	display:table;
}
.home_diap_container ul li {
	height:100%;
	list-style:none;
	margin:0;
	padding:0;
	display:table-cell;
}
#index_top_space {
	display:none;
}

.diaporama_img_computer {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.diaporama_img_tablette {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.diaporama_img_phone {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


.diaporama_img_computer_on {
	display:block;	
}
.diaporama_img_computer_off {
	display:none;	
}


.diaporama_img_tablette_on {
	display:block;	
}
.diaporama_img_tablette_off {
	display:none;	
}


.diaporama_img_phone_on {
	display:block;	
}
.diaporama_img_phone_off {
	display:none;	
}
/*--------------------------------------*/
/* HOME DIAPORAMA			END			*/
/*--------------------------------------*/


/*--------------------------------------*/
/* FILTER					START		*/
/*--------------------------------------*/
.filter_title {
	width:100%;
	display:inline-block;
	float:left;
	font-family:helvetica;
	font-size:9px;
	font-weight:bold;
}
.filter_content {
	width:100%;
	display:inline-block;
	float:left;
	text-align:left;
}
.filter_content_cat {
	width:100%;
	display:inline-block;
	float:left;
	text-align:left;
}
.filter_content_cat_50 {
	width:50%;
	display:inline-block;
	float:left;
	text-align:left;
}
.filter_content_cat_33 {
	width:33%;
	display:inline-block;
	float:left;
	text-align:left;
}
.cat_filter_box {
	width:auto;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	margin:0;
	text-align:left;
	margin-top:-0px;
	padding-left:10px;
	padding-right:10px;
}
/*--------------------------------------*/
/* FILTER					START		*/
/*--------------------------------------*/

/*--------------------------------------*/
/* PRODUCT INFOS			START		*/
/*--------------------------------------*/
.texte_box {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.product_data_photo_55 {
	width:45%;
	display:inline-block;
	float:left;
	box-sizing:border-box;	
}
.product_data_text_45 {
	width:55%;
	display:inline-block;
	float:right;
	box-sizing:border-box;
	padding-left:37px;
}
/*--------------------------------------*/
/* PRODUCT INFOS			END			*/
/*--------------------------------------*/


/*--------------------------------------*/
/* PRODUCT INFOS			START +		*/
/*--------------------------------------*/
.cart_data_container {
	display:inline-block;
	width:100%;
	padding:2px;
	box-sizing:border-box;
}
.cart_data_container_empty {
	display:inline-block;
	width:100%;
	height:300px; 
	text-align:center;
	padding:2px;
	box-sizing:border-box;
}
.cart_data_container_empty_box {
	width:50%;
	height:auto;
    position: relative;
	margin:auto;
	
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cart_title_container {
	display:inline-block;
	float:left;
	padding:3px;
	box-sizing:border-box;
}
.cart_title_box {
	display:inline-block;
	float:left;
	width:100%;
	padding:3px;
	box-sizing:border-box;
	text-align:center;
}
.cart_title_font {
	font-family:'DINMedium'; 
	font-size:16px;
	color:#666;
}
.cart_products_container {
	display:inline-block;
	float:left;
	width:100%;
	height:100%;
	padding:2px;
	box-sizing:border-box;
}
.cart_products_outstock_container {
	display:inline-block;
	float:left;
	width:100%;
	min-height:215px;
	padding:2px;
	box-sizing:border-box;
	border-bottom:1px solid #CCC;
} 
.cart_products_box {
	width:65%;
	display:inline-block;
	float:left;
	/*height:100%;*/
	padding:3px;
	box-sizing:border-box;
}
.cart_products_box_1 {
	display:inline-block;
	float:left;
	width:100%;
	/*height:100%;*/
	box-sizing:border-box;
	text-align:center;
}
.cart_products_box_2 {
	display:inline-block;
	float:left;
	width:100%;
	min-width:20px;
	/*height:auto;*/
	box-sizing:border-box;
	text-align:center;
	/*
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
	*/
}
.cart_products_box_qty {
	width:10%;
	display:inline-block;
	float:left;
	height:100%;
	padding:3px;
	box-sizing:border-box;
	
}
.cart_products_box_price {
	width:20%;
	display:inline-block;
	float:left;
	height:100%;
	padding:3px;
	box-sizing:border-box;
	
}
.cart_products_box_trash {
	width:5%;
	display:inline-block;
	float:left;
	height:100%;
	padding:3px;
	box-sizing:border-box;
	
}

.cart_products_image_box {
	display:inline-block;
	float:left;
	width:140px;
	height:100%;
	box-sizing:border-box;
	text-align:left;
}
.cart_products_image {
	display:inline-block;
	float:left;
	width:100%;
	height:100%;
	box-sizing:border-box;
	text-align:left;
	visibility:visible;
	opacity:1;
}
.cart_products_infos {
	display:inline-block;
	float:left;
	max-width:350px;
	width:auto;
	/*height:100%;*/
	box-sizing:border-box;
	text-align:left;
	padding:10px;
	opacity:1;
}
.cart_products_infos_center {
	display:inline-block;
	float:left;
	width:auto;
	height:auto;
	
    /*position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
	*/
}
.cart_products_infos_name {
	display:inline-block;
	float:left;
	width:auto;
}
.cart_products_infos_att {
	display:inline-block;
	float:left;
	width:100%;
	padding-left:5px;
	box-sizing:border-box;
}
.cart_products_att_link {
	font-family:'DINRegular';
	font-size:14px;
	font-style:italic;
	color:#999;
}
a.cart_products_name_link {
	font-family:'DINMedium';
	font-size:20px;
	color:#666;
}
a.cart_products_att_link {
	font-family:'DINMedium';
	font-size:10px;
	font-style:italic;
	color:#999;
}
.cart_quantity_input {
	border:none;
	padding:2px;
	outline:none;
}


.cart_products_out_of_stock {
	display:inline-block;
	width:100%;
	height:auto;
	padding:2px;
	box-sizing:border-box;
	text-align:center;
}
.cart_sub_total {
	font-family:'DINMedium';
	font-size:14px;
	color:#666;
}
.cart_sub_total_total {
	font-family:'DINRounded';
	font-size:22px;
	color:#000;
}

.cart_coupon_box {
	display:inline-block;
	float:left;
	width:50%; 
	height:100%;
	padding:3px;
	box-sizing:border-box;
	text-align:left;
}
.cart_coupon_box_full {
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:5px;
}
.cart_coupon_container {
	width:100%;
	height:100px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	background-color:#EEE;
	padding:15px;
}
.cart_coupon_title {
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-bottom:10px;
}
.cart_coupon_input_box {
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.cart_coupon_input_container {
	width:60%;
	height:25px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	border:1px solid #CCC;
}
.cart_coupon_input_style {
	border:none;
	outline:none;
	padding:5px;
	width:100%;
	height:25px;
	box-sizing:border-box;
	color:#000;
}
.cart_coupon_input_style_red {
	border:none;
	outline:none;
	padding:5px;
	width:100%;
	height:25px;
	box-sizing:border-box;
	color:#F00;
}
.cart_coupon_btn_box {
	width:40%;
	height:25px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
a.cart_coupon_btn_container {
	display:block;
	width:100%;
	height:100%;
	background-color:#666;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	
	 color:#FFFFFF;
}
a.cart_coupon_btn_container:hover {
	color:#666;
	background-color:#CCC;
}

.cart_total_box {
	width:50%;
	display:inline-block;
	float:left;
	height:100%;
	padding:3px;
	box-sizing:border-box;
}
.cart_total_box_1 {
	width:90%;
	/*height:33px;*/
	height:0px;
	display:inline-block;
	float:right;
	box-sizing:border-box;
}
.cart_total_box_2 {
	width:90%;
	height:33px;
	display:inline-block;
	float:right;
	box-sizing:border-box;
	border-bottom:1px solid #CCC;
}
.cart_total_box_titre {
	width:30%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:left;
	box-sizing:border-box;
	line-height:25px;
	padding:3px;
}
.cart_total_box_titre_100 {
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cart_total_box_titre_25 {
	width:25%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cart_total_box_titre_35 {
	width:35%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cart_total_box_titre_40 {
	width:40%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cart_total_box_titre_50 {
	width:50%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cart_total_box_titre_60 {
	width:60%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cart_total_box_data {
	width:70%;
	height:100%;
	display:inline-block;
	float:left;
	text-align:right;
	box-sizing:border-box;
	line-height:35px;
	padding:0px;
}
.cart_total_box_data_2 {
	width:70%;
	height:100%;
	display:inline-block;
	float:left;
	text-align:right;
	box-sizing:border-box;
	line-height:25px;
	padding:0px;
}
.cart_total_box_titre_70 {
	width:70%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:left;
	box-sizing:border-box;
	line-height:25px;
	padding:0px;
	border-bottom:1px solid #CCC;
}
.cart_total_box_titre_auto {
	width:auto;
	height:auto;
	display:inline-block;
	float:left;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
	line-height:25px;
}
.cart_total_box_data_30 {
	width:30%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:right;
	box-sizing:border-box;
	line-height:25px;
	padding:3px;
	border-bottom:1px solid #CCC;
}

.cart_shipping_price_return {
	width:100%;
	height:100%;
	display:inline-block;
	float:left;
}

a.square_15_btn {
	width:15px;
	height:15px;
	display:block;
	background-color:#666;
	line-height:15px;
	text-align:center;
	
	color:#FFF;
	font-family:'DINMedium';
	font-size:13px;
}
a.square_15_btn:hover {
	background-color:#000;
	color:#FFF;
}

.cart_products_qty_box {
	width:25px;
	height:22px;
	border:1px solid #CCC;
}
.cart_products_price_box {
	width:auto;
	height:22px;
}
/*--------------------------------------*/
/* PRODUCT INFOS			END -		*/
/*--------------------------------------*/

/*--------------------------------------*/
/* PROC ACHAT				START +		*/
/*--------------------------------------*/
.title_box_2 {
	width:100%;
	padding:8px;
	padding-bottom:0px;
	box-sizing:border-box;
}
.data_box {
	width:100%;
	display:inline-block;
	float:left;
	padding:8px;
	box-sizing:border-box;
}
/*--------------------------------------*/
/* PROC ACHAT				END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* SMALL MENU 				START +		*/
/*--------------------------------------*/
.small_menu_btn_box {
	width:auto;
	height:40px;
	border-bottom:1px solid #666;
}
.row_button {
    width: 100%;
    height: 40px;
    background-color:none;
    display: block;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	border:none;
	background:transparent;
    /*transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;*/
}
.row_first {
    display: block;
	width:26px;
	height:2px;
	margin-top:6px;
	background-color:#000;
}
.row_second {
    display: block;
	width:26px;
	height:2px;
	margin-top:6px;
	background-color:#000;
}
.row_third {
    display: block;
	width:26px;
	height:2px;
	margin-top:6px;
	background-color:#000;
}
.row_button:hover .row_first {
	background-color:#888;
}
.row_button:hover .row_second {
	background-color:#888;
}
.row_button:hover .row_third {
	background-color:#888;
}

.cross_button {
    width: 100%;
    height: 40px;
    background-color:none;
    display: none;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	margin-top:0px;
	border:none;
	background:transparent;
    /*transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;*/
}
.cross_first {
    display: block;
	width:26px;
	height:2px;
	margin-top:0px;
	background-color:#000;
	
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	
  	-webkit-transform-origin: center center;
  	-moz-transform-origin: center center;
  	-ms-transform-origin: center center;
  	-o-transform-origin: center center;
  	transform-origin: center center;
}
.cross_second {
    display: block;
	width:26px;
	height:2px;
	margin-top:-2px;
	background-color:#000;
	
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	
  	-webkit-transform-origin: center center;
  	-moz-transform-origin: center center;
  	-ms-transform-origin: center center;
  	-o-transform-origin: center center;
  	transform-origin: center center;
}
.cross_button:hover .cross_first {
	background-color:#888;
}
.cross_button:hover .cross_second {
	background-color:#888;
}

.responsive_menu {
	width:48px;
	height:40px;
	position:fixed;
	top:30px;
	left:0px;
	z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
	overflow:hidden;
	cursor:pointer;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_menu_aff {
	width:100%;
	height:100%;
	
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_menu_level_container {
	width:100%;
	height:100%;
	left:0px;
	position:absolute;
	background-color:#FFF;
	margin-top:0px;
	padding:0px;
	box-sizing:border-box;
}
.responsive_menu_level_1 {
	width:320px;
	height:45px;
	left:0px;
	position:relative;
	background-color:#FFF;
	margin-top:0px;
	padding:0px;
	box-sizing:border-box;
	/*border-right:1px solid #CCC;*/
}


.responsive_menu_box {
	width:100%;
	height:auto;
	/*position:absolute;*/
	top:0px;
	left:320px;
	padding:0;
	margin:0;
	box-sizing:border-box;
	/*width:0px;*/
	/*
	-webkit-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	-ms-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	-o-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	*/
}
.responsive_menu_box_2 {
	width:100%;
	height:35px;
	padding:0;
	margin:0;
	box-sizing:border-box;
	cursor:pointer;
	/*width:0px;*/
	/*
	-webkit-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	-ms-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	-o-box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 31px -10px rgba(0,0,0,0.75);
	*/
}
.small_menu_box_2 {
	width:0px;
	/*height:100%;*/
	position:absolute;
	left:322px;
	top:0px;
	overflow:hidden;
	padding:0;
	margin:0;
	box-sizing:border-box;
}
.small_menu_box_2_2 {
	width:100%;
	height:0px;
	/*height:auto;*/
	/*height:100%;*/
	display:inline-block;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
	box-sizing:border-box;
	overflow:hidden;
}
.small_menu_box_2_2_open {
	height:400px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.responsive_level_0_ul {
	width:100%;
	height:auto;
	list-style:none;
	padding:0px;
	margin:0px;
}
.responsive_level_0_li {
	list-style:none;
	width:100%;
	height:40px;
	cursor:pointer;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_0_li_alone {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.responsive_level_1_ul {
	width:100%;
	height:auto;
	list-style:none;
	padding:0px;
	margin:0px;
}
.responsive_level_1_li {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.responsive_level_1_li_alone {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.responsive_level_1_li_div {
	height:40px;
	padding:12px;
	line-height:14px;
	box-sizing:border-box;
	
	font-family:Helvetica;
	font-size:12px;
	color:#666;
}
.responsive_level_2_li {
	padding:10px;
	padding-left:24px;
	list-style:none;
	background-color:#DDD;
	line-height:12px;
	cursor:pointer;
	
	font-family:Helvetica;
	font-size:12px;
	color:#666;
}
.responsive_level_2_li:hover {
	color:#000;
	background-color:#FFF;
}
.responsive_level_2_ul {
	height:auto;
	padding:0px;
}

.responsive_level_1_li_alone:hover .responsive_level_1_li_div{
	color:#000;
}
.responsive_level_1_li:hover .responsive_level_1_li_div{
	color:#000;
}
.responsive_level_1_li:hover {
	height:200px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.responsive_level_1_li_1 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_1:hover {
	height:73px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_2 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_2:hover {
	height:106px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_3 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_3:hover {
	height:139px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_4 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_4:hover {
	height:172px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_5 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_5:hover {
	height:205px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_6 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_6:hover {
	height:233px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_6:hover .responsive_level_1_li_div{
	color:#000;
}
.responsive_level_1_li_7 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_7:hover {
	height:271px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_7:hover .responsive_level_1_li_div{
	color:#000;
}
.responsive_level_1_li_8 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_8:hover {
	height:304px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_9 {
	list-style:none;
	width:100%;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #CCC;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.responsive_level_1_li_9:hover {
	height:334px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}



	
	.header_menu_text_small {
		font-family:'DINRegular';
		font-size:12px;
		color:#999;
		cursor:pointer;
	}
	a.header_menu_text_small {
		color:#999;
		text-decoration:none;
		cursor:pointer;
	}
	a.header_menu_text_small:hover {
		color:#000;
		text-decoration:none;
	}
	a.header_menu_text_small:hover .header_account_title_small{
		width:100px;
		
		-webkit-transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
		-o-transition-duration: 0.6s;
		-ms-transition-duration: 0.6s;
    	transition-duration: 0.6s;
	}
	a.header_menu_text_small:hover .account_icone_small{
		opacity:0.6;
		
		-webkit-transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
		-o-transition-duration: 0.6s;
		-ms-transition-duration: 0.6s;
    	transition-duration: 0.6s;
	}
	a.header_menu_text_small:hover .cart_icone_small{
		opacity:0.6;
		
		-webkit-transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
		-o-transition-duration: 0.6s;
		-ms-transition-duration: 0.6s;
    	transition-duration: 0.6s;
	}
	
.small_menu_right_box {
	width:auto;
	height:auto;
	display:inline-block;
	float:right;
	position:fixed;
	top:0px;
	right:10px;
	z-index:999;
	text-align:right;
}
.small_menu_acc_cart_box {
	width:auto;
	display:inline-block;
	float:right;
	text-align:right;
}
.small_menu_level_0 {
	width:100%;
	display:inline-block;
	float:left;
	text-align:left;
}
.small_menu_language_box {
	width:100%;
	display:inline-block;
	float:right;
	text-align:right;
	padding:3px; padding-right:6px;
}
.small_menu_language_box_2 {
	width:100%;
	display:inline-block;
	float:left;
	text-align:left;
	padding:10px;
}
.small_menu_language_box_pre {
	width:47px;
	height: 27px;
	position: absolute;
	text-align:center;
	/*padding:3px; padding-right:6px;*/
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 4px;
	z-index: 999999999999999999999;
	background-color: #FFFFFF;
}
.small_menu_language_box_pre_open {
	height: auto;
}
.small_menu_social_box {
	width:100%;
	display:inline-block;
	float:right;
	text-align:right;
}
.small_menu_acc_box {
	width:auto;
	height:35px;
	display:inline-block;
	float:left;
	padding:3px;
	padding-right:0px;
	text-align:right;
}
.small_menu_cart_box {
	width:auto;
	height:35px;
	display:inline-block;
	float:left;
	padding:3px;
	text-align:right;
}
#long_arrow {
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.lang_arrow_open {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#logo_small_menu {
	width:201px;
}
#main_logo {
	width:271px;
}
.header_account_title_small_box {
	width:100px;
	height:20px;
	display:inline-block; 
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	box-sizing:border-box;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.account_icone_small {
	width:20px;
	opacity:1;
}
.cart_icone_small {
	width:20px;
	opacity:1;
}

.small_menu_cat_1 {
	width:100%;
	height:100%;
	display:inline-block;
	float:left;
	color:#000;
	/*border-bottom:1px solid #DEDEDE;*/
}

.short_menu_top {
	width:100%;
	display:inline-block;
	float:left;
}
.small_menu_cat_1_n {
	width:100%;
	display:inline-block;
	float:left;
	color:#000;
	/*border-bottom:1px solid #DEDEDE;*/
}
.short_menu_top:hover .small_menu_box_2_2{
	height:auto;
}
/*
.small_menu_cat_1:hover {
	color:#FFF;
	background-color:#444;
}
*/
.small_menu_box_1 {
	width:100%;
	height:auto;
	/*height:40px;*/
	display:inline-block;
	border-bottom:1px solid #DEDEDE;
	border-top:1px solid #DEDEDE;
	padding:0;
	margin:0;
	box-sizing:border-box;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.small_menu_box_1:hover {
	background-color:#444;
	color:#FFF;
}
/*
.small_menu_box_1:hover .small_menu_box_2_2 {
	height:100%;
	
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
*/
.small_menu_box_tri_1 {
	width:30px;
	height:40px;
	display:inline-block;
	float:right;
	padding-right:0px;
	line-height:40px;
	color:#000;
	box-sizing:border-box;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}
.small_menu_box_1:hover .small_menu_box_tri_1{
	color:#FFF;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}
.small_menu_box_1:hover {
	background-color:#444;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}
.small_menu_box_1:hover .small_menu_box_2 {
	width:320px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.small_menu_box_1:hover {
	background-color:#444;
	color:#FFF;
}




.small_menu_box_tri_1_2 {
	width:30px;
	height:100%;
	line-height:40px;
	display:inline-block;
	float:right;
	padding-right:0px;
	color:#000;
	box-sizing:border-box;
	margin-top:0px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}

.small_menu_box_1_2:hover {
	background-color:#999;
	color:#FFF;
}
/*
.small_menu_box_tri_1_2 {
	width:30px;
	height:40px;
	display:inline-block;
	float:right;
	padding-right:0px;
	line-height:40px;
	color:#000;
	box-sizing:border-box;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}
*/
.small_menu_box_1:hover .white_box_level_1{
	color:#FFF;
}
.small_menu_box_1_2:hover .small_menu_box_tri_1_2{
	color:#FFF;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}
.small_menu_box_1_2:hover {
	background-color:#444;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}
.small_menu_box_1_2:hover .small_menu_box_2_2 {
	width:320px;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.small_menu_box_1_2:hover {
	background-color:#444;
	color:#FFF;
}


.small_menu_cat_3_2:hover {
	background-color:#444;
	color:#FFF;
}
.small_menu_box_3_2:hover .small_menu_cat_3_2 {
	background-color:#444;
	color:#FFF;
}
.small_menu_box_3_2:hover .small_menu_box_tri_1_2 {
	color:#FFF;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.small_menu_cat_3_2 {
	background-color:#FFF;
	display:block;
	float:left;
	width:100%;
	height:100%;
}






.small_menu_box_3 {
	width:100%;
	height:40px;
	display:inline-block;
	border-bottom:1px solid #EEE;
	padding:0;
	margin:0;
	box-sizing:border-box;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.small_menu_cat_3:hover {
	background-color:#444;
}
.small_menu_box_3:hover .small_menu_cat_3 {
	background-color:#444;
	color:#FFF;
}
.small_menu_box_3:hover .small_menu_box_tri_1{
	color:#FFF;
	
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.small_menu_cat_3 {
	background-color:#FFF;
}


.white_box_level_1 {
	/*width:290px;*/
	width:auto;
	height:40px;
	line-height:40px;
	/*padding:10px;*/
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
	font-family:'DINRegular';
	font-size:16px;
}
.white_box_level_1_2 {
	/*width:290px;*/
	width:auto;
	height:auto;
	padding:10px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	vertical-align:middle;
	
	font-family:'DINRegular';
	font-size:13px;
}
.white_box_level_1_3 {
	/*width:290px;*/
	width:auto;
	height:auto;
	padding:10px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	vertical-align:middle;
	
	font-family:'DINRegular';
	font-size:13px;
}


.small_menu_search_container {
	width:auto;
	min-height:27px;
	height:30px;
	box-sizing:border-box;
	display:inline-block;
	float:left; margin-left:15px;
	box-sizing:border-box;
	padding-top:3px;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.small_menu_search_input {
	width:0px;
	height:24px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:0px;
	overflow:hidden;
	border-radius:4px;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.small_menu_search_icon {
	width:30px;
	height:30px;
	display:inline-block;
	float:left;
	padding-top:0px;
	box-sizing:border-box;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.small_menu_search_container:hover .small_menu_search_input{
	display:inline-block;
	width:120px;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.btn_search_black {
	background: url("../images/btn_search_black.png");
	background-repeat:no-repeat;
	background-position:center;
	width:24px;
	height:24px;
	border:none;
	cursor:pointer;
}
/*--------------------------------------*/
/* SMALL MENU 				END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* CHECKOUT SHIPPING		START +		*/
/*--------------------------------------*/
.checkout_address_title {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:4px;
}
.checkout_address_small_title {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-top:0px;
	padding-bottom:0px;
}
.checkout_address_container {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-left:15px;
}
/*--------------------------------------*/
/* CHECKOUT SHIPPING		END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* PROC ACHAT				START +		*/
/*--------------------------------------*/
.proc_achat_full {
	width:auto;
	height:auto;
	display:inline-block;
	padding:0px;
	margin:auto;
	box-sizing:border-box;
}
.proc_achat_box {
	width:200px;
	height:auto;
	min-height:50px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	/*border:1px solid #F00;*/
}
.proc_achat_bloc {
	width:100%;
	height:30px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	font-family:Helvetica;
	font-size:10px;
	text-align:center;
}
.proc_achat_bloc_off {
	width:100%;
	height:30px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	font-family:Helvetica;
	font-size:10px;
	color:#000;
	text-align:center;
}
.proc_achat_arrow {
	width:15px;
	height:auto;
	display:inline-block;
	float:left;
	padding:3px;
	padding-right:8px;
	box-sizing:border-box;
	text-align:left;
	
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.proc_achat_circle_valid {
	width:28px;
	height:28px;
	border:1px solid #C03;
	border-radius: 50%;
	margin:auto;
}
.proc_achat_circle_no_valid {
	width:28px;
	height:28px;
	border:1px solid #666;
	border-radius: 50%;
	margin:auto;
}

.proc_achat_valid {
	width:20px;
	height:20px;
	margin:auto;
	margin-top:5px;
	padding:0;
	
	background-image:url(../images/case_coche_red.png);
	
	/*
	-webkit-clip-path: polygon(36% 86%, 91% 33%, 99% 42%, 37% 100%, 0 72%, 6% 64%);
	-moz-clip-path: polygon(36% 86%, 91% 33%, 99% 42%, 37% 100%, 0 72%, 6% 64%);
	-ms-clip-path: polygon(36% 86%, 91% 33%, 99% 42%, 37% 100%, 0 72%, 6% 64%);
	-o-clip-path: polygon(36% 86%, 91% 33%, 99% 42%, 37% 100%, 0 72%, 6% 64%);
	clip-path: polygon(36% 86%, 91% 33%, 99% 42%, 37% 100%, 0 72%, 6% 64%);
	*/
}
.proc_achat_circle_number {
	width:28px;
	height:28px;
	margin:auto;
	padding:0;
	box-sizing:border-box;
	
	font-family:Helvetica;
	font-size:13px;
	text-align:center;
	line-height:28px;
}
.proc_achat_barre {
	width:200px;
	height:1px;
	background-color:#C03;
	margin-left:50%;
	margin-top:-15px;
	position:relative;
	z-index:-1;
}
/*--------------------------------------*/
/* PROC ACHAT				END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* CHECKOUT PAYMENT			START +		*/
/*--------------------------------------*/
.payment_module_icon_off {
	min-width:100%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:center;
	box-sizing:border-box;
}
.payment_module_icon_on {
	min-width:100%;
	height:auto;
	display:none;
	float:left;
	text-align:center;
	box-sizing:border-box;
}
.payment_module_icon_selected_off {
	min-width:100%;
	height:auto;
	display:none;
	float:left;
	text-align:center;
	box-sizing:border-box;
}
.payment_module_icon_selected_on {
	min-width:100%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:center;
	box-sizing:border-box;
}

.payment_choice_box {
	/*background-color:#CCC;*/
	opacity:1;
}
.payment_choice_box:hover {
	/*background-color:#CCC;*/
	opacity:1;
}
.payment_choice_box {
	min-width:33%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:center;
	box-sizing:border-box;
	cursor:pointer;
}

.payment_choice_box:hover .payment_module_icon_off {
	display:none;
}
.payment_choice_box:hover .payment_module_icon_on {
	display:inline-block;
}

.orderEdit_2 {
	font-family:Verdana;
	font-size:10px;
	color: #000;
	text-decoration:underline;
	}
/*--------------------------------------*/
/* CHECKOUT PAYMENT			END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* FONTS					START +		*/
/*--------------------------------------*/

.bgcolor_pink {
	background-color:#C03;
}
.bgcolor_grey {
	background-color:#666;
}
.bgcolor_light_grey {
	background-color:#CCC;
}
.bgcolor_black {
	background-color:#000;
}
.bgcolor_white {
	background-color:#FFF;
}
.bgcolor_eee {
	background-color:#e8e8e8;
	/*
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	*/
}


/*--------------------------------------*/
/* FONTS					END -		*/
/*--------------------------------------*/

/*--------------------------------------*/
/* COMMUN ELEMENTS			START +		*/
/*--------------------------------------*/
.radio_btn_box {
	width:30px;
	height:30px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
	line-height:30px;
	position:relative;
	z-index:1;
}
.radio_label_box {
	width:auto;
	height:30px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
	line-height:30px;
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -90px;
    margin-top: -90px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #C03;
}
.option-input:checked {
  background: #C03;
}
.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 16.66667px;
  text-align: center;
  line-height: 16px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #C03;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}



.option-input-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input-2:hover {
  background: #C03;
}
.option-input-2:checked {
  background: #C03;
}
.option-input-2:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 16.66667px;
  text-align: center;
  line-height: 16px;
  margin-left:-20px;
}
.option-input-2:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #C03;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input-2.radio {
  border-radius: 50%;
}
.option-input-2.radio::after {
  border-radius: 50%;
}

.option-input-2.radio::before {
  margin-left:0px;
}
/*--------------------------------------*/
/* COMMUN ELEMENTS			END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* PAGE PRODUIT				START +		*/
/*--------------------------------------*/
.product_titre_box {
	width:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #CCC;
	padding:10px;
}
.product_titre_box_bottom {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:left;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:3px;
}

.product_name_big_2 {
	font-family: 'PT Sans Narrow';
	color:#000000;
	font-size:40px;
	line-height:40px;
}
.products_text_data_container {
	width:100%;
	display:inline-block;
	float:left;
	border-top:1px solid #CCC;
	/*border-bottom:1px solid #CCC;*/
	padding:10px;
	box-sizing:border-box;
}
.products_text_data_container_end {
	width:100%;
	height:1px;
	display:inline-block;
	float:left;
	border-bottom:1px solid #CCC;
	box-sizing:border-box;
}
.products_text_data_titre_box {
	width:100%;
	display:inline-block;
	float:left;
	cursor:pointer;
}
.products_text_data_titre {
	width:80%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	color:#000;
}
.products_text_data_titre_sign {
	width:20px;
	display:inline-block;
	float:right;
	box-sizing:border-box;
	text-align:center;
	
	font-family:Verdana;
	color:#000;
	font-size:18px;
	line-height:18px;
}
.products_text_data_contenu {
	width:100%;
	height:0px;
	overflow:hidden;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}


.products_text_data_titre_box:hover .products_text_data_titre {
	color:#666;
}
.products_text_data_titre_box:hover .products_text_data_titre_sign {
	color:#666;
}


.products_att2 {
	font-family: DINRegular;
	color:#000;
	font-size:11px;
}

.p_info_img_vignettes_container {
	width:100px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.p_info_img_vignettes_container_up {
	width:100px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.p_info_img_vignettes_container_down {
	width:100%;
	/*display:inline-block;*/
	float:left;
	box-sizing:border-box;
	display:none;
}
.p_info_img_big_container {
	max-width:480px;
	width:100%;
	display:inline-block;
	/*float:right;*/
	box-sizing:border-box;
}
 

.p_already_visited {
	width:45%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.p_already_visited_2 {
	width:45%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.p_already_visited_box {
	width:50%;
	display:inline-block;
	float:left;
}
.p_description {
	width:100%;
	display:inline-block;
	float:right;
	box-sizing:border-box;
}

/* SELECT PERSO */
.select-wrapper { display:block; overflow-x:hidden; border-radius:0px; padding:3px; cursor:pointer; margin-top:-1px; color:#000; box-sizing:border-box;}
.select-wrapper select { border:0; min-width:100%; cursor:pointer; color:#000; box-sizing:border-box;}
.select-wrapper select { border:0; min-width:100%; cursor:pointer; color:#000; text-shadow:0 0 0 #000; -webkit-appearance:none; outline:none; white-space:nowrap; color:#000; box-sizing:border-box;
}

/*noindex:-o-prefocus,*/
.select-wrapper select { color:#000;}
.select-wrapper:after { content:"\25BC"; display:block; position:relative; float:right; top:-28px; right:-5px; background-color:#fff; width:32px; text-align:center; margin-bottom:-35px;}
/*
.select-wrapper { display:block; overflow-x:hidden; border-radius:0px; padding:3px; cursor:pointer; margin-top:-1px; }
.select-wrapper select { border:0; min-width:130%; cursor:pointer;}
.select-wrapper select { border:0; min-width:130%; cursor:pointer; color:#000; color:rgba(0,0,0,0); text-shadow:0 0 0 #000; -webkit-appearance:none; outline:none;
 white-space:nowrap;
}
noindex:-o-prefocus, .select-wrapper select { color:#000;}
.select-wrapper:after { content:"\25BC"; display:block; position:relative; float:right; top:-15px; right:-5px; background-color:#fff; width:32px; text-align:center; margin-bottom:-35px;}
*/
/*--------------------------------------*/
/* PAGE PRODUIT				END -		*/
/*--------------------------------------*/

/*--------------------------------------*/
/* PAGE TEXTE				START +		*/
/*--------------------------------------*/
.page_info_img_box {
	width:30%;
	min-width:270px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.page_info_texte_box {
	width:70%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.page_info_texte_box_full {
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.texte_bloc {
	padding-top:5px;
	padding-left:20px;
	text-align:justify;
	font-family:Helvetica;
}
/*--------------------------------------*/
/* PAGE TEXTE				END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* FOOTER					START +		*/
/*--------------------------------------*/ 
.footer_bloc_container {
	width:640px;
	height:auto;
	padding:20px;
	box-sizing:border-box;
}
.footer_bloc_50 {
	width:50%;
	display:inline-block;
	float:left;
}
.footer_bloc_50_r {
	width:50%;
	display:inline-block;
	float:left;
}
.footer_bloc_33 {
	width:33%;
	display:inline-block;
	float:left;
	min-width:200px;
}
.footer_bloc_33_r {
	width:33%;
	display:inline-block;
	float:left;
	min-width:200px;
}
/*--------------------------------------*/
/* FOOTER					END -		*/
/*--------------------------------------*/
/*--------------------------------------*/
/* ADDRESS BOOK				START +		*/
/*--------------------------------------*/
.address_box {
	/*width:570px;*/
	width:370px;
	display:inline-block;
	float:left;
}
.address_btn {
	min-width:150px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.address_btn_2 {
	min-width:150px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.address_icon {
	width:100px;
	display:inline-block;
	float:left;
	text-align:center;
}
.acc_noti_title {
	font-family:'DINRounded';
	font-size:28px;
	color:#000;
}
/*--------------------------------------*/
/* ADDRESS BOOK				START +		*/
/*--------------------------------------*/
/*--------------------------------------*/
/* LOGIN					START +		*/
/*--------------------------------------*/
.login_box_45_r {
	width:45%;
	display:inline-block;
	float:right;
	box-sizing:border-box;
}
.login_box_45_l {
	width:45%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.login_texte {
	width:100%;
	/*height:80px;*/
	padding:10px;
	font-family:Helvetica;
	font-size:12px;
	color:#000;
	box-sizing:border-box;	
}
/*--------------------------------------*/
/* LOGIN					END -		*/
/*--------------------------------------*/

/*--------------------------------------*/
/* ORDER HISTORY			START +		*/
/*--------------------------------------*/
.order_histo_box_1 {
	width:150px;
	display:inline-block;
	float:left;
	text-align:left;
	box-sizing:border-box;
}
.order_histo_box_2_0 {
	width:300px;
	max-width:300px;
	display:inline-block;
	float:left;
	text-align:left;
	box-sizing:border-box;
}
.order_histo_box_2_1 {
	width:150px;
	max-width:150px;
	display:inline-block;
	float:left;
	text-align:left;
	box-sizing:border-box;
}
.order_histo_box_2 {
	width:570px;
	max-width:570px;
	display:inline-block;
	float:left;
	text-align:left;
	box-sizing:border-box;
}
.order_histo_box_3 {
	width:160px;
	display:inline-block;
	float:right;
	text-align:right;
	box-sizing:border-box;
}
.order_histo_box_4 {
	width:720px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.order_histo_box_5 {
	width:160px;
	display:inline-block;
	float:left;
}
/*--------------------------------------*/
/* ORDER HISTORY			END -		*/
/*--------------------------------------*/

/*--------------------------------------*/
/* PRODUCT INFO				START +		*/
/*--------------------------------------*/
.p_price_box {
	/*margin-top:-8px;*/
	height:auto;
	width:100%;
	text-align:right;
	height:auto;
	box-sizing:border-box;
}
.p_add_cart_up_box {
	width:50%;
	height:auto;
	display:inline-block;
	float:right;
	display:none;
	/*margin-top:-48px;*/
}
.p_price_up {
	width:100%;
	height:auto;
	display:inline-block;
	float:right;
	text-align:right;
	box-sizing:border-box;
}
.p_add_cart_up {
	width:50%;
	min-width:250px;
	height:auto;
	display:inline-block;
	float:right;
}

.p_add_cart_down_box {
	width:50%;
	height:auto;
	display:inline-block;
	float:right;
	margin-top:0px;
}
.p_price_down {
	width:50%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:right;
	box-sizing:border-box;
}
.p_add_cart_down {
	width:50%;
	min-width:250px;
	height:auto;
	display:inline-block;
	float:right;
}
.product_name_big_box {
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	box-sizing:border-box;
	text-align:right;
}
/*--------------------------------------*/
/* PRODUCT INFO				END -		*/
/*--------------------------------------*/


/*--------------------------------------*/
/* CHECKOUT SHIPPING		START +		*/
/*--------------------------------------*/
.process_order_box {
	width:800px;
	margin:auto;
}


.block_250 {
	display:inline-block; 
	float:left;
	width:250px;
	height:267px;
	box-sizing:border-box;
}
.block_500 {
	display:inline-block; 
	float:left;
	width:500px;
	height:267px;
	box-sizing:border-box;
}
.block_250_img {
	width:250px;
}
.block_500_img {
	width:500px;
}
.block_250_white {
	width:250px;
	height:267px;
	background-color:#FFF;
	opacity:0.40;
	position:absolute;
	z-index:1;
}
.block_500_white {
	width:500px;
	height:267px;
	background-color:#FFF;
	opacity:0.40;
	position:absolute;
	z-index:1;
}



.list_p_box_full {
	width:240px;
	height:425px;
	display:inline-block;
	text-align:left;
	padding:0px;
	box-sizing:border-box;
	/*opacity:0;*/
	/*border:1px solid #e4e4e4;*/
	
	
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.list_p_box_color {
	width:0px;
	height:380px;
	float:right;
	position:relative;
	margin-right:0px;
	margin-top:-380px;
	padding-top:20px;
	background-color:#FFF;
	overflow:hidden;
	z-index:3;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.list_p_one_color_box {
	width:50px;
	height:62px;
	border:none;
	text-align:center;
	padding-bottom:5px;
	box-sizing:border-box;
}
a.list_p_one_color_box_link:hover .list_p_one_color_box{
	opacity:0.5;
}
#products_box_padding {
	height:100%;
}

#payment_img {
	width:150px;
}


/*------------------------------------*/
/* Product Liste
/*------------------------------------*/

#p_list_filter_small {
	display:none;
	overflow:hidden;
	height:42px;
	min-height:42px;
}

#p_list_filter_left {
	display:inline-block;
}

.p_list_container {
	width:100%;
	margin:auto;
	padding-right:0px;
	padding-top:10px;
	display:flex;
}
.p_list_filter {
	min-width:192px;
	max-width:192px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:left;
	padding-right:0px;
	height:42px;
	
	/*
	-webkit-box-shadow: 0px 20px 20px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 20px 20px -22px rgba(0,0,0,0.75);
	-ms-box-shadow: 0px 20px 20px -22px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 20px 20px -22px rgba(0,0,0,0.75);
	*/
	box-shadow: 0px 20px 20px -22px rgba(0,0,0,0.75);
}
.p_list_data {
	width:auto;
	display:inline-block;
	float:right;
	box-sizing:border-box;
	text-align:center;
	padding-left:0px;
	background-color:#FFF;
}
.p_list_filter_box {
	max-width:196px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.p_list_filter_each {
	width:196px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.p_list_filter_each_color {
	width:50%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}

.p_list_img {
	display:none;
	visibility:hidden;
}
.p_list_img_visible {
	visibility:visible;
}
.p_list_filter_color_box {
	width:50%;
	display:inline-block;
	float:right;
	box-sizing:border-box;
}


a.btn_duo_1 {
	text-align:center;
	width:150px;
	padding:10px;
	background-color:#000;
	/*display:inline-block;
	float:right;*/
	border:1px solid #000;
	
	color:#FFF;
	font-family:Helvetica;
	font-size:12px;	
	
	border-radius:5px;
}
a.btn_duo_1:hover {
	background-color:#d60054;
	border:1px solid #d60054;
	color:#FFF;
	}
a.btn_duo_2 {
	width:150px;
	padding:10px;
	background-color:#d60054;
	/*display:inline-block;
	float:right;*/
	border:1px solid #d60054;
	
	text-align:center;
	color:#FFF;	
	font-family:Helvetica;
	font-size:12px;	
	
	border-radius:5px;
}
a.btn_duo_2:hover {
	color:#FFF;
	background-color:#000;
	border:1px solid #000;
	}
.btn_duo_3 {
	width:350px;
	padding:10px;
	background-color:#FFF;
	/*display:inline-block;
	float:right;*/
	border:1px solid #000;
	
	text-align:center;
	font-family:Helvetica;
	font-size:12px;	
	color:#000;	
	
	border-radius:5px;
}
.btn_duo_3:hover {
	background-color:#000;	
	color:#FFF;	
}
	


.rgpd_cookies_text_red {
	width:100%;
	margin-top:3px;
	display:inline-block;
	float:left;
	color:#F00;
	font-size:10px;
}	
.rgpd_cookies_text_green {
	color:#093;
	font-size:10px;
}
.rgpd_google_text_red {
	width:100%;
	margin-top:3px;
	display:inline-block;
	float:left;
	color:#F00;
	font-size:10px;
}	
.rgpd_google_text_green {
	color:#093;
	font-size:10px;
}

.rgpd_padding_box_1 {
	width:100%;
	display:inline-block;
	float:left;
	background-color:#FFF;
	padding:80px;
	box-sizing:border-box;
}
.rgpd_padding_box_2 {
	width:100%;
	display:inline-block;
	float:left;
	background-color:#FFF;
	padding:70px;
	padding-top:40px;
	box-sizing:border-box;
}
.rgpd_btn {
	width:100%;
	display:inline-block;
	float:left;
	text-align:center;
	padding-top:20px;
}
.rgpd_titre_box {
	width:320px;
	margin:auto;
}


.panier_p_data_pict {
	width:180px;
	display:inline-block;
	float:left;
	margin-top:10px;
	text-align:center;
}
.panier_p_data_text {
	width:290px;
	display:inline-block;
	float:left;
	margin-top:40px;
}
.panier_att_label {
	width:90px;
	display:inline-block;
	float:left;
	font-family:'DINRegular';
	font-size:14px;
	color:#000;
}
.panier_att_data {
	width:180px;
	display:inline-block;
	float:left;
	
	font-family:'DINRegular';
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.panier_p_titre {
	width:100%;
	display:inline-block;
	float:left;
	
	font-family:'DINRegular';
	font-size:35px;
	color:#000;
}
.panier_btn_60 {
	width:60%;
	display:inline-block;
	float:left;
	text-align:right;
	padding-right:10px;
	box-sizing:border-box;
}
.panier_btn_40 {
	width:40%;
	display:inline-block;
	float:left;
	text-align:left;
	padding-left:10px;
	box-sizing:border-box;
}
.panier_titre_box {
	width:320px;
	margin:auto;
}
.panier_titre_text {
	display:inline-block;
	float:left;
	line-height:33px;
	
	font-family:'DINMedium';
	font-size:25px;
	color:#000;
}



.window_30_infos {
	width:30%;
	min-width:250px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.window_50_infos {
	width:50%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.window_70_infos {
	width:70%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.window_500_center {
	width:500px;
	text-align:center;
	z-index:10002;
	margin:auto;
	box-sizing:border-box;
	padding:0px;
}
.window_900_center {
	width:900px;
	text-align:center;
	z-index:10002;
	margin:auto;
	box-sizing:border-box;
}
.window_600_center {
	width:600px;
	margin:auto;
	box-sizing:border-box;
}
.rgpd_btn_separator {
	width:10px;
	height:auto;
	padding:10px;
	display:inline-block;
}

.filter_reset_btn {
	width:auto;
	display:inline-block;
	float:left;
	background-color:#000;
	font-family:Helvetica;
	font-size:11px;
	color:#FFF;
	padding:5px;
	border:1px solid #000;
}
.filter_reset_btn:hover {
	background-color:#FFF;
	border:1px solid #000;
}

.table_size_value_box {
	width:60px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
	font-family:'DINRegular';
	font-size:13px;
}

.product_list_top_space {
	width:100%;
	display:none;
	float:left;
	height:40px;
}

.box_50_message {
	width:50%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
}
.box_50_message_2 {
	width:50%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
	padding:30px;
}

.input_notif_text {
	font-family:Helvetica;
	font-size:12px;
	color:#F00;
	padding-left:15px;
	margin-top:-5px;
	text-align:left;
}

.password_icon {
	width:18px;
	height:18px;
	border-radius:9px;
	display:inline-block;
	float:left;
	background-color:#CCC;
}
.password_icon_2 {
	width:18px;
	height:18px;
	background-image:url(../images/small_checked_white.png);
	background-size:contain;
	position:relative;
	z-index:2;
	padding:0;
	
}
.password_text {
	width:300px;
	display:inline-block;
	float:left;
	font-family:Helvetica;
	font-size:11px;
	padding-left:2px;
	color:#AAA;
	padding-top:2px;
}
#shopping_cart_space_top {
	width:100%;
	height:10px;
	display:none;
}


#tr_still_in_stock {
	display:none;
}

.border_red {
	border:1px solid #F00;
}

#keywords_small {
	font-family:Helvetica;
	font-size:12px;
	color:#000;	
	
	min-height:30px;
}


.btn_delete_filter_box {
	width:auto;
	display:inline-block;
	float:left;
	padding:4px;
	padding-top:0px;
	box-sizing:border-box;
	border:1px solid #000;
	background-color:#FFF;
}
.btn_delete_filter {
	width:100%;
	height:100%;
	display:block;
}

.btn_delete_filter_box:hover {
	background-color:#000;
	color:#FFF;
}
.btn_delete_filter_box:hover .btn_delete_filter{
	color:#FFF;
}

.btn_delete_filter_box_2 {
	width:auto;
	display:inline-block;
	float:left;
	padding:4px;
	padding-top:0px;
	box-sizing:border-box;
	border:1px solid #d60054;
	background-color:#d60054;
}
.btn_delete_filter_2 {
	width:100%;
	height:100%;
	display:block;
	color:#FFF;
}
.btn_delete_filter_box_2:hover {
	background-color:#000;
	color:#FFF;
	border:1px solid #000;
}
.btn_delete_filter_box_2:hover .btn_delete_filter_2{
	color:#FFF;
}


/* FILTER BTN */
.filter_selected_color {
	display:inline-block;
	height:20px;
	padding:0px;
	border:1px solid #EEE;
	box-sizing:border-box;
	cursor:pointer;
}

.filter_selected_btn_container {
	display:inline-block;
	line-height:18px;
	padding:4px;
	border:1px solid #d60054;
	box-sizing:border-box;
	cursor:pointer;
}
.filter_selected_btn_del {
	height:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	line-height:normal;
	padding-left:4px;
	padding-right:6px;
}
.filter_selected_btn_del_a {
	font-family:Helvetica;
	font-size:11px;
	color:#d60054;
}
.filter_selected_btn_del_text {
	height:100%;
	display:inline-block;
	box-sizing:border-box;
	float:right;
	padding-top:1px;
	padding-right:3px;
	
	font-family:Helvetica;
	font-size:11px;
	color:#d60054;
}

.filter_selected_btn_container:hover {
	background-color:#d60054;
	color:#FFF;
}
.filter_selected_btn_container:hover .filter_selected_btn_del_text{
	color:#FFF;
}
.filter_selected_btn_container:hover .filter_selected_btn_del_a{
	color:#FFF;
}

.filter_selected_color_cross {
	width:29px;
	height:29px;
	display:block;
	position:absolute;
	z-index:9;
	margin-top:-24px;
	margin-left:0px;
}

.filter_selected_color_cross_font {
	color:#FFF;
	
	-webkit-box-shadow: 0px 0px 15px -6px #000000; 
	box-shadow: 0px 0px 15px -6px #000000;
}


.small_search_box {
	width:100%;
	height:auto;
	display:table;
	float:left;
	padding:4px;
	box-sizing:border-box;
	z-index:-1;
	display:none;
	position:relative;
	overflow:hidden;
}


.color_vignette_box {
	width:47px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:1px;
	border:1px solid #EEE;
}


.cart_add_title_box {
	width:100%;
	display:inline-block;
	float:left;
	padding:4px;
	background-color:#FFF;
	color:#FFF;
	text-align:left;
	box-sizing:border-box;
}


.lr-arrow
	{
	position:relative;
	width:18px;
	height:18px;
	border-radius:10px;
	display:inline-block
	}
.lr-arrow::before, .lr-arrow::after {
	content:'';
	position:absolute;
	height:2px;
	border-radius:2px;
	background-color:#191919;
	width:10px;
	
	-webkit-transition:top .4s ease,left .4s ease,
	-webkit-transform .4s ease;transition:top .4s ease,left .4s ease,-webkit-transform .4s ease;-o-transition:transform .4s ease,top .4s ease,left .4s ease;transition:transform .4s ease,top .4s ease,left .4s ease;transition:transform .4s ease,top .4s ease,left .4s ease,-webkit-transform .4s ease}.lr-arrow-down::after{top:8px;left:7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.lr-arrow-down::before{top:8px;left:1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.lr-arrow-left::after{top:11px;left:4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.lr-arrow-left::before{top:5px;left:4px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.lr-arrow-right::after{top:11px;left:4px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.lr-arrow-right::before{top:5px;left:4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.lr-arrow-up::after{top:8px;left:7px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.lr-arrow-up::before{top:8px;left:1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.lr-arrow-big{width:36px;height:36px;border-radius:20px}.lr-arrow-big::before,.lr-arrow-big::after{width:20px}.lr-arrow-big.lr-arrow-down::after{top:16px;left:14px}.lr-arrow-big.lr-arrow-down::before{top:16px;left:2px}.lr-arrow-big.lr-arrow-left::after{top:22px;left:8px}.lr-arrow-big.lr-arrow-left::before{top:10px;left:8px}.lr-arrow-big.lr-arrow-right::after{top:22px;left:8px}.lr-arrow-big.lr-arrow-right::before{top:10px;left:8px}.lr-arrow-big.lr-arrow-up::after{top:16px;left:14px}.lr-arrow-big.lr-arrow-up::before{top:16px;left:2px}.lr-arrow-selector{position:absolute;top:14px;right:0}.lr-arrow-success::before,.lr-arrow-success::after{background-color:#4cc2b4}.lr-arrow-white::before,.lr-arrow-white::after{background-color:#fff}
	
	
	
.p_order_cart_info_container {
	width:100%;
	min-height:40px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	border-top:1px solid #CCC;
	padding:10px;
}

.p_order_cart_info_w50 {
	width:50%;
	min-height:30px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}

.p_order_cart_info_w30 {
	width:30%;
	min-height:30px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:left;
	line-height:30px;
}
.p_order_cart_info_w70 {
	width:70%;
	min-height:30px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:left;
	line-height:30px;
}
.p_order_cart_info_container {
	/*height:80px;*/
}

.select_size {
	font-family:'DINRegular';
	font-size:12px;
	color:#FFF;
}
.select_size_box {
	
	background-color:#FF2B68;
	padding:4px;
	
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}



#create_account_space_box {
	height:50px;
}

.future_maman_container {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
	margin-top:0px;
}
.future_maman_container_small {
	width:100%;
	display:none;
	float:left;
	box-sizing:border-box;
	text-align:center;
	margin-top:40px;
}

.error_color {
	color:#F06;
}
.success_color {
	color:#096;
}

#size_guide_mobile {
	display:none;
}


.order_return_main_box {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:5px;
}
.order_return_main_line {
	width:100%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.order_return_main_title {
	width:30%;
	min-width:120px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
	font-family:Helvetica;
	font-size:12px;
	padding:2px;
	padding-right:5px;
	text-align:right;
	font-weight:normal;
}
.order_return_main_data {
	width:70%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-left:5px;
	
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	
	padding:2px;	
}
.order_p_title {
	display:inline-block;
	float:left;
	
	font-family:Helvetica;
	font-size:11px;
	font-weight:bold;
}
.order_p_data {
	display:inline-block;
	float:left;
	
	font-family:Helvetica;
	font-size:12px;
	font-weight:normal;
}


.order_return_date_title {
	width:30%;
	min-width:120px;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	
	font-family:Helvetica;
	font-size:12px;
	padding:2px;
	padding-right:5px;
	text-align:right;
	font-weight:bold;
}
.order_return_date_data {
	width:70%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding-left:5px;
	
	font-family:Helvetica;
	font-size:12px;
	font-weight:normal;
	
	padding:2px;	
}



.btn_retour_validate {
	display:block;
	height:auto;
	background-color:#FF0F75;
	padding:5px; 
	text-align:center;
	font-family:helvetica;
	font-size:12px;
	color:#FFF;
	border-radius:5px;
}
a.btn_retour_validate {
	display:block;
	height:auto;
	background-color:#FF0F75;
	padding:5px;
	text-align:center;
	font-family:helvetica;
	font-size:12px;
	color:#FFF;
	border-radius:5px;
}
a.btn_retour_validate:hover {
	background-color:#000;
}

.btn_retour_validate_2 {
	display:block;
	height:auto;
	background-color:#000;
	padding:5px; 
	text-align:center;
	font-family:helvetica;
	font-size:12px;
	color:#FFF;
	border-radius:5px;
}
a.btn_retour_validate_2 {
	display:block;
	height:auto;
	background-color:#000;
	padding:5px;
	text-align:center;
	font-family:helvetica;
	font-size:12px;
	color:#FFF;
	border-radius:5px;
}
a.btn_retour_validate_2:hover {
	background-color:#FF0F75;
}

.btn_order_big_box_off {
	width:100%;
	border-radius:5px;
	padding:10px;
	box-sizing:border-box;
	
	font-family:"DINMedium";
	color:#FFFFFF;
	font-size:13px;
}

#ui-id-1 {
	height:200px;
	overflow-x:hidden;
	overflow-y:scroll;	
	z-index: 99999999999999999;
}

.ui-menu-item-wrapper {
	font-size:12px;
}
.list_p_relais_name_box {
	line-height:12px;
}
.list_p_relais_addresse_box {
  padding-top:0px;
}

.texte_bloc p {
	line-height:20px;
}



#women_front_box:hover .diaporama_img_computer {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
#men_front_box:hover .diaporama_img_computer {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.men_front_over {
	width: 50%;
	height: 650px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 999999999;
	opacity:0;
	display: inline-block; 
	float: left; 
	margin-top:-650px;
	
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.men_front_over:hover{
	opacity: 0.5;
}

.women_front_over {
	width: 50%;
	height: 650px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 999999999;
	opacity:0;
	display: inline-block; 
	float: left; 
	margin-top:-650px;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.women_front_over:hover{
	opacity: 0.5;
}
.women_front_over_on {
	opacity: 0.5;
}







#select_country_data li:hover {
	background-color: #A7A7A7;
}

#select_country_data_box ul li:hover{
	background-color: #EEE;
}

.coutry_select_arrow_open {
	transform: rotate(90deg);
	transition-duration: 0.4s;
}
.coutry_select_arrow_close {
	transform: rotate(180deg);
	transition-duration: 0.4s;
}



.texte_country {
	font-size: 16px;
	font-family: 'DINRegular';
	color: #FFF;
}
.country_sentence {
	width:50%; height: 40px; overflow: hidden; display:inline-block; float:left; text-align: right; box-sizing: border-box;
}
.country_btn {
	width:auto; display:inline-block; float:left; padding:0px; color:#000; text-align:justify; padding-top:3px; box-sizing:border-box;
}




.language_choice_open {
	width: 100px;
	animation-duration: 300ms;
}
.language_choice_close {
	width: 0px;
	animation-duration: 300ms;
}

.selected_country_responsive {
	width:100%; display: inline-block; float: left; box-sizing: border-box; text-align: center;
}