/* apply a natural box layout model to all elements */

@media only screen and (max-device-width: 480px) and (orientation: portrait) {


	*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

#master, #work, #work.work_home, #home {
	width:100%;
}

#work {
	margin-top:-20px;
}

#top, #top_order {
	height:40px;
}

 #page {
 	background:#ededed;
 	overflow:auto;
 	padding:0 !important;
 }  

 #page h1:first-child {
 	text-align: center;
 	margin-top:7%;
 	color:#ABACAE;
 	font-weight: normal;
 	font-size:30px;
 	line-height:32px;
 }

  #page .mobile-type-produits2 h1:first-child {
  	margin-top: 0;
  }

  /* ------------ BTN RETOUR VERSION PC ----------------- */

 .btn-retour-pc {
 	position:absolute;
 	width: 45%;
 	float:right;
 	right:0;
 	top:0;
 	display: none;
 }

  .btn-retour-pc p {
  	color:#ffffff;
  	background:#ABACAE;
  	height:30px;
  	line-height:30px;
  	width:72%;
  	font-size:17px;
  	float:right;
  	margin-top:10%;
  	margin-right: 6%;
  	text-align: center;
  }

  .btn-retour-pc p a {
  	color:#ffffff;
  	text-decoration: none;
  }

  /* ----------- AUTRES BOUTONS --------- */

  .btn, .btn_short, .btn_midle, .btn_long, .btn_detail, .btn_buy {
  	background:#ABACAE;
  }

  /* ------------ MENU ----------------- */

  #top_nav {
  	background:#ffffff;
  }

  #top_nav .top_menu {
  	width:12%;
  	height:43px;
  	background:#ABACAE;
  }

  #menu_search {
  	display: none;
  }

  .menu-fixe {
    display:block;
 	background:#abacae;
 	height:43px;
 	width:89%;
 	top:70px;
 	right: 0;
 	position: absolute;
 	color:#ffffff;
 }

.menu-fixe ul {
 margin-left:2%;
}

  .menu-fixe li {
  	float:left;
  	padding:0 2%;
  	width:33%;
  	height: 40px;
  }

  .menu-fixe li a {
  	line-height:40px;
  	color:#ffffff;
  	text-decoration: none   ;
  	font-size: 15px;
  	font-weight: normal;
  }

  .menu-fixe p {
    float: left;
    line-height: 40px;
    width: 35%;
    margin:5px 0 0 0;
}

  .menu-fixe img {
    float: left;
    width:100%;
}

 #logo {
 	left:14%;
 	margin-top:2%;
 	width: 75%;
 	background-size: 103%;
 }

 #logo a {
 	width: 100%;
 }

 #top_nav li img {
 	height:100%;
 	width:;
 }

 #menu {
 	margin-top:-14px;
 	width:100%;
 	z-index: 99999;
    border:1px solid #ffffff;
 	background:#abacae;
 	display:;
 }

 #menu dt {
 	float:left;
 	width:50% !important;
 	text-align: center;
 }

 #menu span {
 	font-size:26px;
 	font-weight: normal;
 }

 #top_nav #menu li {
 	width: 50%;
 	float: left;
 	text-align: center;
 	padding:2%;
 	border-right: 0px solid;
 	border-bottom: 1px solid white;
 }

 #top_nav li:hover {
 	background: #ABACAE;
 }

#top_nav #menu li:nth-child(5),
#top_nav #menu li:nth-child(6),
#top_nav #menu li:nth-child(7),
#top_nav #menu li:nth-child(8),
#top_nav #menu li:nth-child(9),
#top_nav #menu li:nth-child(10) {
	background: #bfc1c4;
}

#top_nav li a {
	color: #ffffff;
	font-size:1.5em;
}

#top_nav #menu li img {
	width: 36%;
	padding-bottom: 1%;
}

/* -------- FOOTER --------- */

#footer_contener {
	display: none;
}

/* -------- BOTTOM --------- */

.bottom-mobile1, .bottom-mobile2 {
	width: 90%;
	margin: 0 auto;
	clear:both;
	overflow:auto;
}

.bottom-mobile3, .bottom-mobile4, .bottom-mobile5 {
	clear:both;
	background:#ffffff;
	overflow:auto;
}

.bottom-mobile3 div, .bottom-mobile4 div, .bottom-mobile5 div {
	width: 90%;
	margin: 0 auto;
}


/* -------- bottom 1 --------- */

.bottom-mobile1 > div {
	width:22.7%;
	min-height:;/*160px*/ 
	float:left;
	margin:1% 1.5%;
	background:#ffffff;
	border:2px solid #cfcdca;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.bottom-mobile1 > div:first-child,
.bottom-mobile1 > div:nth-child(5) {
	margin-left:0;
}

.bottom-mobile1 > div:nth-child(4),
.bottom-mobile1 > div:nth-child(8) {
	margin-right:0;
}

.bottom-mobile1 p {
	text-align: center;
}

.bottom-mobile1 p a, .bottom-mobile1 p a {
	color:#626669;
}

.bottom-mobile1 p a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}

.bottom-mobile1 img {
	height:40px;
	max-width:85%;
}


/* -------- bottom 2 --------- */

.bottom-mobile2 {
	clear: both;
}

.bottom-mobile2 > div {
	width:48%;
	float:left;
	background:#ffffff;
	border:2px solid #cfcdca;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
}

.bottom-mobile2 > div:first-child,
.bottom-mobile2 > div:nth-child(3) {
	margin-right:4%;
}

.bottom-mobile2 > div:nth-child(1),
.bottom-mobile2 > div:nth-child(2) {
	margin-top:2%;
	margin-bottom: 2%;
}

.bottom-mobile2 p {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:14px;
	line-height:16px;
	margin:0;
	color:#606669;
	padding-top:2%;
}

@media only screen and (max-device-width: 430px) and (orientation: portrait) {

.bottom-mobile2 p { 
	font-size: 12px;
	line-height: 14px;
	padding:2% 2% 2% 35%;
}

}

.bottom-mobile2 div:first-child p, .bottom-mobile2 div:nth-child(4) p {
	margin-top: 13px;
}

.bottom-mobile2 div:nth-child(3) p {
	margin-top: 5px;
}

.bottom-mobile2 p span {
	font-size: 11px;
	line-height:13px;
}

.bottom-mobile2 img {
	float:left;
	padding:2px 0 0 2px;
	height:58px;
}


/* -------- bottom 3 --------- */

.bottom-mobile3 {
	margin-top:2%;
}

.bottom-mobile3 p {
	width: 33%;
	float: left;
}

.bottom-mobile3 img {
	float:left;
	width: 100%;
}


/* -------- bottom 4 --------- */

.bottom-mobile4 {
	text-align: center;
}

.bottom-mobile4 img {
	width: 70%;
}

/* lien Facebook */

.fb_iframe_widget {
	width: 53% !important;
}

/* -------- bottom 5 --------- */

.bottom-mobile5 {
	padding:2% 0;
	margin:0 auto 35px;
	width: 84%;
}

.bottom-mobile5 li {
	float:left;
	/*padding-right:2%;*/
	width:50%;
	text-align: center;
}

.bottom-mobile5 li:last-child {
	padding-right: 0;
}

#link_contener {
	display: none;
}

.bottom-mobile5 li a {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color:#606669;
}

@media only screen and (min-width:332px) and (max-width: 480px) {

.bottom-mobile5 li:last-child {
	/*margin-left: 25%;*/
}

}

/* ---------- HOMEPAGE ---------------- */
    
.homepage-mobile div {
        position:relative;
        text-align:center;
        margin:15px 0;
}
    

.homepage-mobile p{
	position:absolute;
	bottom:2px;
	right:0;
	margin:0;
	background:#abacae;
	color:#ffffff;
	/*height:70px;*/
	width:auto; /*505px*/
	min-width: 165px;
	font-size:1.5em;
	line-height:45px;
	text-align:center;
	z-index:9999;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
    }
    
.homepage-mobile p a {
    color:#ffffff;    
}

.homepage-mobile img {
	width:90% !important;
	margin-top:;/*3%*/
	border:2px solid #cfcdca;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
}


/* ---------- END HOMEPAGE ---------------- */




/* ---------- PAGES CATEGORIES 00 ---------------- */


.mobile-type-produits div:first-child {
	width:100%;
    float:none;
    border-top:2px solid #e0dfdd;
    border-bottom:2px solid #e0dfdd;
    background:#ffffff;
    margin-top:20px;
}

.mobile-type-produits div:nth-child(2),
.mobile-type-produits div:nth-child(4),
.mobile-type-produits div:nth-child(6),
.mobile-type-produits div:nth-child(8),
.mobile-type-produits div:nth-child(10),
.mobile-type-produits div:nth-child(12) {
    margin:1% 1% 1% 0;
    position: relative;
    text-align: center;
    width:49%;
    float:left;
    background:#ffffff;
    -webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top:2px solid #e0dfdd;
border-bottom:2px solid #e0dfdd;
border-right:2px solid #e0dfdd;
}

.mobile-type-produits div:nth-child(3),
.mobile-type-produits div:nth-child(5),
.mobile-type-produits div:nth-child(7),
.mobile-type-produits div:nth-child(9),
.mobile-type-produits div:nth-child(11) {
    margin:1% 0 1% 1%;
    position: relative;
    text-align: center;
    width:49%;
    float:left;
    background:#ffffff;
    -webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
border-top:2px solid #e0dfdd;
border-bottom:2px solid #e0dfdd;
border-left:2px solid #e0dfdd;
}

.mobile-type-produits p {
    background: none repeat scroll 0 0 #abacae;
    bottom: 0;
    color: #ffffff;
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    text-align: center;
    width:92%;
    position: relative;
}

.mobile-type-produits div:nth-child(1) p {
	width:90%;
	margin:0 auto;
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-top:2px solid #e0dfdd;
border-right:2px solid #e0dfdd;
border-left:2px solid #e0dfdd;
}

.mobile-type-produits div:nth-child(2) p,
.mobile-type-produits div:nth-child(4) p,
.mobile-type-produits div:nth-child(6) p,
.mobile-type-produits div:nth-child(8) p,
.mobile-type-produits div:nth-child(10) p,
.mobile-type-produits div:nth-child(12) p {
	float:left;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
border-top:2px solid #e0dfdd;
border-right:2px solid #e0dfdd;
}

.mobile-type-produits div:nth-child(3) p,
.mobile-type-produits div:nth-child(5) p,
.mobile-type-produits div:nth-child(7) p,
.mobile-type-produits div:nth-child(9) p,
.mobile-type-produits div:nth-child(11) p {
	float: right;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
border-top:2px solid #e0dfdd;
border-left:2px solid #e0dfdd;
}

.mobile-type-produits p a {
    color: #ffffff;
    width:100%;
    left: 0;
    position: absolute;
}

.mobile-type-produits p a:hover {
    text-decoration: none !important;
}

.mobile-type-produits div:first-child img {
	width:100%;
}

.mobile-type-produits div img {
	width:89%;
}

.btn_long.bnt_pg_001 {
    display: none;
}


/* ---------- PAGES CATEGORIES 0 ---------------- */

.mobile-type-produits2 {
	background: #ffffff;
	overflow:auto;
}

.mobile-type-produits2 h1 {
	color:#626365;
	font-size:30px;
	line-height: 32px;
	font-weight:normal;
	padding:6% 2% 0 4%;
}

.mobile-type-produits2 div:nth-child(odd) {
    margin:8px 6px;
    position: relative;
    text-align: center;
    width:46%;
    float:right;
}

.mobile-type-produits2 div:nth-child(even) {
    margin:8px 6px;
    position: relative;
    text-align: center;
    width:46%;
    float:left;
}

.mobile-type-produits2 p {
    background: none repeat scroll 0 0 #abacae;
    bottom: 0;
    color: #ffffff;
    height: 46px;
    margin: 0;
    text-align: center;
    width:100%;
    position: relative;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.mobile-type-produits2 p a {
    color: #ffffff;
    font-size: 20px;
    line-height: 46px;
    font-weight: normal;
    width: 100%;
    left: 0;
    position: absolute;
}

.mobile-type-produits2 p a:hover {
    text-decoration: none !important;
}

.mobile-type-produits2 div img {
	width:80%;
	margin:0 auto;
}




/* ---------- PAGES CATEGORIES 1 ---------------- */

/*
.mobile-type-produits3 li {
	background:#abacae;
	border-top:2px solid #ffffff; 
	height:90px;
	float:left;
	width:50%;
	text-align: center;
}


.mobile-type-produits3 li a {
	color:#ffffff;
	font-weight: normal;
	font-size: 50px;


}
*/
/*
.page_634460 table:nth-child(3) tr:first-child {
	display: none;
}
*/

.page_634252 #text > table:nth-child(5) {
	margin:1% 0 !important;
}

.page_634252 #text > table:nth-child(5) > tbody > tr:first-child {
	display: none;
}

.page_634252 #text > table:nth-child(5) > tbody > tr {
	float:left;
	width: 100%;
	height:auto;
	
}

.page_634252 #text > table:nth-child(5) > tbody > tr > td:first-child,
.page_634252 #text > table:nth-child(5) > tbody > tr > td:nth-child(2),
.page_634252 #text > table:nth-child(5) > tbody > tr > td:nth-child(4) {
	background: #ffffff !important;
	}

/*
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(6) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(6) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(8) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(8) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(10) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(10) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(12) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(12) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(14) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(14) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(16) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(16) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(18) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(18) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(20) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(20) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(22) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(22) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(24) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(24) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(26) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(26) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(28) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(28) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(30) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(30) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(32) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(32) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(34) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(34) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(36) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(36) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(38) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(38) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(40) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(40) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(42) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(42) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(44) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(44) > td:nth-child(5),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(46) > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr:nth-child(46) > td:nth-child(5)*/
/*.page_634252 #text > table:nth-child(5) > tbody > tr > td:nth-child(3),
.page_634252 #text > table:nth-child(5) > tbody > tr > td:nth-child(5) {
	display: none;
}

.page_634460 #text > table:nth-child(6) > tbody > tr:first-child {
	display: none;
}

.page_634460 #text > table:nth-child(6) > tbody > tr {
	/*float:left;
	width: 50%;
	
}
*/
/*.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(2) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(2) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(4) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(4) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(6) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(6) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(8) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(8) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(10) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(10) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(12) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(12) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(14) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(14) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(16) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(16) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(18) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(18) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(20) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(20) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(22) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(22) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(24) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(24) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(26) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(26) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(28) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(28) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(30) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(30) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(32) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(32) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(34) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(34) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(36) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(36) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(38) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(38) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(40) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(40) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(42) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(42) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(44) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(44) > td:nth-child(5),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(46) > td:nth-child(3),
.page_634460 #text > table:nth-child(6) > tbody > tr:nth-child(46) > td:nth-child(5) {
	display: none;
}
*/

/* on recommence... */

#list h1 {
	margin:6% 0 4% 0; 
	color:#abacae;
	padding-left: 2%;
	font-weight: normal;
}

#list .inter, #list .inter_top, #list .inter_bottom {
	display: none;
}

#list .uneven, #list .pair {
	float:left;
	width: 48%;
	border-top:2px solid #ABACAE;
	border-left:2px solid #ABACAE;
	border-right:2px solid #ABACAE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	margin-top: 2%;
	margin-bottom: 2%;
}

#list .uneven {
	margin-left: 0;
	margin-right: 3%;
}

#list .list_content {
	margin:0;
	height:394px;
}

#list .primary {
	text-align:center;
	padding:0 8%;
	height:65px;
	clear:both;
	margin: 0 8% 10%;
}

#list .primary a, #list .primary {
	color:#000000;
	font-size: 12px;
	font-weight: normal;
}

#list .price, #list .price_value, #list .price a, #list .price .currency, #list .price .IT, #list .price .OT, #list .price .cents {
	color:#000000;
	font-weight: bold;
	font-size:16px;
}

#list .price_pos, #list .price, #list .quantity_stock, #list .en_stock, .pstrike {
	width: 100%;
	text-align: center;
}

.pstrike {
	padding-bottom: 4%;
}

/* bugs "out of stock" */

.out_stock {
    background: none repeat scroll 0 0 white;
    height: auto !important;
    left: 0;
    margin-bottom: 2%;
    position: relative !important;
	top:0 !important;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 13px;
	display:block;
}

.out_stock + .btn_detail {
    clear: both;
    margin-top: 20%;
    width: 100% !important;
}

/**/

#list .price_pos {
	padding-top:5px;
}

#list .price > a, #list .price > a span {
	font-weight: normal !important;
}

#list .secondary {
	display: none;
}

/**/

.list_bottom {
    bottom: 0;
    clear: both;
    position: absolute;
    width: 100%;
}

#list .list_btn {
	margin-top: 20%;
	height:25px;
	background: #ABACAE;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#list .btn_detail {
	background:#ABACAE; 
	float:left;
	width:80%;
	padding:2% 0;
	height:24px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

#list .btn_buy {
	background:url("/img/chariot.jpg") scroll no-repeat center center/85% #EDA338;
	width:17%;
	padding:2% 0;
	float:right;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	color:transparent;
	height:100%;
}

.sort-by {
    display: none;
}

/* images */

#list .view {
	width:100%;
	padding:3% 8%;
	margin:0;
}


/* ---------- PAGES PRODUITS ---------------- */

#master, #work {
	width:100% !important;
}

#left {
	display:none;
}

.work_margin {
	padding:10px 0;
}

#product {
	margin:10px 0;
	background:#efefef;
}

#product .view {
	float:none;
	background:#ffffff;/*#efefef*/
	width: 80%;
	text-align: center;
	border:2px solid #cfcdca;
	margin:2% auto 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:0;
}

#product #img1 {
	border:0px solid;
}

#image .pd07 {
	width: 100%;
	background:#abacae;
	margin:0;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

#image .pic_another_pic {
	padding:1% 0;
}

.pd_zoom {
	float:none;
	width:100% !important;
	display: none !important;
}

.zvc {
	left:6%;
}

#product > form {
	width: 80%;
	margin:0 auto;
}

#option_contener {
	float: none;
	margin:0 auto;
	width: 80%;
}

#option_1, #option_2 {
	float:none;
	width: 100%;
	clear:both;
}

#option_1 p {
	background-color:#abacae;
	padding:1%;
	color:#ffffff !important;
	display: block;
	margin-bottom:3%;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#option_contener .option_pic {
	display: none;
}

#option_2 .pd02,
#option_3 .pd02,
#option_4 .pd02 {
	display: none !important;
}

/* pbs iphone */

#contentTab5, #contentTab5 p, #contentTab5 li {
	font-size: 12px;
	line-height: 14px;
	-webkit-text-size-adjust: 100%;
}

#work #product #contentTab5.content p {
	font-size: 12px;
	line-height: 14px;
	-webkit-text-size-adjust: 100%;
}

#pdt_infos {
	overflow:auto;
	font-size: 12px;
	line-height: 14px;
	-webkit-text-size-adjust: 100%;
}

#pdt_options {
	font-size: 12px;
	line-height: 14px;
	-webkit-text-size-adjust: 100%;
}

#pdt_diagnostic {
	clear:both;
	font-size: 12px;
	line-height: 14px;
	-webkit-text-size-adjust: 100%;
}

#pdt_kit {
    margin-top: 6%;
    width: 100%;
}

#pdt_aide {
	margin-top:6%;
	margin-bottom: 6%;
}

#pdt_aide p {
	font-size: 12px;
	line-height: 14px;
	-webkit-text-size-adjust: 100%;
}

#pdt_aide > p:first-of-type {
	display:;
}

/**/

#detail {
	width:100%;
	margin:7% auto 0 auto;
	float:none;
	padding:2% 10%;
	border:0px solid;
	background: #ffffff;
}

#detail table {
	float:none;
	width: 100%;
	clear:both;
	border:0px solid !important;
}

#detail tr {
	width: 100%;
}

#detail tr td {
	float:none;
	clear:both;
	display: block;
	width: 100%;
	height: 100%;
	margin:2% 0;
	padding:2% 0 !important;
	line-height: 16px;
}

#detail h2 {
	color: #ffffff;
	background: #abacae;
	font-weight: normal;
	padding:1%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

#product h1, #product h2 {
	text-align: center;
	background:#ffffff;
	padding:2% 10%;
	margin: 0;
}

#product h1 a {
	color:#000000;
	font-size:;
	line-height: 24px;
	font-weight: normal;
}

#product h2  {
	display: none;
}

#feature {
	width: 80%;
	margin:2% auto;
	float:none;
	border:0px solid;
}

#feature::after {
	height:290px;
	width: 100%;
	bottom:0;
	position: relative;
	display: none;
}

#feature .logo_container {
	display:none;
}

#feature .price {
	background: #ffffff;
}

#feature .price_pos {
	float:none;
	display: block;
}

#feature .pstrike {
	top:-24px;
}

#feature .price {
	background:#EFEFEF;
}

#feature .block_quantity {
	float:left;
	width:25%;
	background:#ABACAE;
	border-top:2px solid #e6e2e2;
	border-bottom: 2px solid #e6e2e2;
	border-left: 2px solid #e6e2e2;
}

#feature .btn_buy {
	background:#abacae;
	color:#ffffff;
	float:left;
	text-transform: capitalize;
	text-align: center;
	border-top:2px solid #e6e2e2;
	border-bottom: 2px solid #e6e2e2;
	border-left: 0px solid;
	border-right: 0px solid;
}

/*#feature .btn_buy::after {
	content:url("/img/chariot_03.jpg");
	float:right;
}*/

.dp09 td, #detail .dp09 span {
	color: #000000 !important;
	border:0px solid !important;
}

/* --------- Formulaire Désimlockage ----------- */

#product #feature #pdt_form tr {
	float:left;
}

#product #feature #pdt_form tr th {
	display: block;
}

/*
table:first-child td > td {
	float: left;
	width: 10%;
}
*/
/*
table:nth-child(3), table:nth-child(4) tr:nth-child(2),
table:nth-child(4) tr:nth-child(4),
table:nth-child(4) tr:nth-child(6),
table:nth-child(4) tr:nth-child(8),
table:nth-child(5) {
	display: none;
} 

table:nth-child(4) tr:first-child td:first-child:before,
table:nth-child(4) tr:first-child td:nth-child(2):before,
table:nth-child(4) tr:nth-child(3) td:first-child:before,
table:nth-child(4) tr:nth-child(3) td:nth-child(2):before,
table:nth-child(4) tr:nth-child(5) td:first-child:before,
table:nth-child(4) tr:nth-child(5) td:nth-child(2):before,
table:nth-child(4) tr:nth-child(7) td:first-child:before,
table:nth-child(4) tr:nth-child(9) ~ td:first-child:before {
	background-color:#abacae;
	padding:1%;
	color:#ffffff;
	display: block;
	margin-bottom:3%;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
}

table:nth-child(4) tr:first-child td:first-child:before {
	content:"Informations sur le produit";
}

table:nth-child(4) tr:first-child td:nth-child(2):before {
	content:"Kit prêt à réparer";
}

table:nth-child(4) tr:nth-child(3) td:first-child:before {
	content:"Diagnostic de votre appareil";
}

table:nth-child(4) tr:nth-child(3) td:nth-child(2):before {
	content:"Caractéristiques";
}

table:nth-child(4) tr:nth-child(5) td:first-child:before {
	content:"Aide au montage";
}

table:nth-child(4) tr:nth-child(5) td:nth-child(2):before {
	content:"Les + produits";
}

table:nth-child(4) tr:nth-child(7) td:first-child:before {
	content:"Comparatif";
}

table:nth-child(4) tr:nth-child(9) ~ td:first-child:before {
	content:"Informations supplémentaires";
}



/* panier */

#basket .primary {
	white-space: normal;
}

#basket .primary, #basket .secondary {
	line-height: 14px;
	width: 100%;
}

#basket {
	padding-top:5% !important;
}

#formAssociated .primary a {
	margin-top:2%;
}

#formAssociated .stock_pos {
   left: 0;
    margin-top: -26%;
    position: absolute;
    text-align: center;
    width: 100%;
}

#eKomiWidget_default {
	display: none;
}


}

/* ADAPTATION SMARTPHONES */

/*

@media screen and (max-width:625px) {

#logo {
	width: 80%;
	margin:0 auto;
	left:0;
	top:12%;
	position: relative;
}

.btn-retour-pc {
	top:9%;
	float:none;
	width: 100%;
	left:0;
}

.btn-retour-pc p {
	margin:0 auto;
	float: none;
}

.menu-fixe {
	height:155px;
	top:130px;
}

.menu-fixe ul {
	margin-left:0;
}

.menu-fixe li {
	float: none;
	width: 100%;
	clear:both;
	border-bottom:1px solid #ffffff;
	padding-left: 12%;
}

#work {
	margin-top:210px;
}

/* bloc bottom */
/*
.bottom-mobile1 > div {
	width: 48%;
}

.bottom-mobile1 > div:first-child, 
.bottom-mobile1 > div:nth-child(3), 
.bottom-mobile1 > div:nth-child(5),
.bottom-mobile1 > div:nth-child(7),
.bottom-mobile1 > div:nth-child(9) {
	margin-left:0;
}

.bottom-mobile1 > div:nth-child(2),
.bottom-mobile1 > div:nth-child(4), 
.bottom-mobile1 > div:nth-child(6),
.bottom-mobile1 > div:nth-child(8) {
	margin-right: 0;
	float:right;
}

.bottom-mobile2 > div {
	width: 100%;
	margin-top: 1% !important;
	margin-bottom: 1% !important;
}

.bottom-mobile5 li {
	width: 50%;
}




}

*/




@media screen and (max-width:400px) {

#list .list_content {
	height:333px;
}

.resp_form{
	display:block;
	visibility:hidden;
}

input[type="radio"]{
	margin-left:31%;
}

}




@media screen and (max-width:480px) {

#account h1 {
	color:#F4A236;
	padding:8% 2%;
}

fieldset {
	margin:10px 5px 10px 0;
}

#canvas_old_account_cont, #canvas_new_account, #canvas_newsletters_accaccount {
	width: 98% !important;
}

/* on désactive "les plus" sur fiches "désimlockage" */
.logo.logo_1.logo_id_664339 {
	display: none;
}

/* Fiches "désimlockage" : on positionne à gauche le bloc numéro IMEI */
#pdt_form {
	float:left;
}

}

#canvas_invoice_account > p span {
	display: block;
}