a img, iframe {
	border:0;
}

body {
	font-family: 'Oxygen', "Arial", sans-serif;
	font-size:14px;
	margin:0;
	color:#524747;
}

header {
	
}
.center {
	width:1260px;
	margin:0 auto;
}
#header1 {
	height:32px;
	background-color:#454442;
	color:#FFF;
	line-height:32px;
	font-size:13px;
	position:fixed;
	width:100%;
	z-index:1000;
	top:0;
}
#header1 .center {
	position:relative;
}
#header2 {
	margin-top:32px;
}
#headerMenu {
	position:absolute;
	top:0;
	right:0;
}
#headerMenu a {
	color:#FFF;
	text-decoration:none;
}
#headerMenu img {
	margin-right:10px;
}
header ul {
	list-style-type:none;
	margin:0;
	padding:0px 20px 0 0;
	
}
header li {
	display:inline-block;
	padding:0 20px;
}
#menu1  li a {
	color: #585959;
	font-size: 19px;
}
header a {
	/*text-transform:uppercase;*/
	text-decoration:none;
	font-size:16px;
}
header a:hover {
	text-decoration:underline;
}


#header2 #logo {
	float:left;
	margin-left:20px;
}
#search {
	display:inline;
	position:relative;
}
#searchinput {
	background-color: #af5976;
	border: 0 none;
	
	color: #ffffff;
	font-family: "Oxygen","Arial",sans-serif;
	
	height: 19px;
	margin-bottom: 20px;
	margin-left: 116px;
	padding: 0 40px 0 10px;
	width: 200px;
}
#searchGo {
	position: absolute;
	right: 9px;
	top: 1px;
}
#header2 #menu1 {
	 float: left;
	height: 104px;
	line-height: 104px;
	padding-left: 110px;
	padding-top: 0;
}
#header2 #menu1 ul {
	margin-left:20px;
}
#logo {
	width:181px;
	height:104px;
	
	
}
#leftPanel {
	width:201px;
	float:left;
	padding:0 20px 0 10px;
	/*box-sizing: border-box;*/
}
h2 {
	border-bottom:1px solid #AAA;
	color:#5f5961;
	font-weight:normal;
	position:relative;
	font-size:18px;
}

#univers {
	list-style-type:none;
	margin:0;
	padding:0;
}
#univers li {
	padding:5px 10px;
	
}
#univers li a {
	color:#454442;
	text-decoration:none;
}
#univers li:hover, #univers li.selected {
	background-color:#454442;

}
#univers li:hover a, #univers li.selected a  {
	color:#FFF;
}





#content {
	float:left;
	width:1029px;
}
#ZoneAccueil {
	background-color: #454442;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	
	color: #ffffff;
	float: left;
	font-size: 16px;
	height: 372px;
	line-height: 1.4em;
	overflow: hidden;
	padding: 23px 0;
	text-align: center;
	width: 230px;
}
#ZoneAccueil a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 0;
	display: block;
}
#ZoneAccueil .fb {
	height:29px;
	line-height:29px;
}
#ZoneAccueil .fb * {
	height:29px;
	line-height:29px;
	display:inline-block;
}
#ZoneAccueil .fb a img{
	vertical-align:top;
}
#ZoneAccueil .fb a:hover {
	text-decoration:none;
}
#ZoneAccueil strong {
	font-size:24px;
	display:block;
	margin:10px 0;
}
#ZoneAccueil a:hover {
	text-decoration:underline;
}
#slideShowAccueil {
	float:left;
	width:1030px;
}
#slides {
	background-color:#e4e0e0
}




nav {
	padding:0;
	height:46px;
	position:relative;
	z-index:1;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	min-height:46px;
}
nav li {
	display:inline-block;
	border:1px solid transparent;
	/*border-radius:10px;*/
	padding:13px 0px;
	margin-right:0px;
	font-size:14px;
	font-weight:normal;
	position:relative;
	height:18px;
	
}
nav li:hover, nav li.selected {
	/*background-color:#F00;
	border:1px solid #F00;*/
}
nav li:hover a {
	
}

nav a {
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	padding:0 10px;
	/*color:#F00!important;*/
}
nav li:last-child a {
	border:0;
}

nav li a {
	/*white-space:nowrap;*/
}
nav li:hover>ul {
	display:block;
	
}
nav>div>ul>li>ul {
	margin-top:10px;
}
nav li ul {
	position:absolute;
	top:31px;
	left:0;
/* 	border:1px solid #F00; */
	border:1px solid transparent;
	
	/*background-color:#FFF;*/
	min-width:150px;
	min-height:0;
	display:none;
	z-index:10000;
}
nav li ul a {
	white-space:nowrap;
}

nav li ul li {
	padding:5px 5px 5px 10px;
	height:auto;
	display:block;
	text-align:right;
	/*border-bottom:1px dashed transparent;*/
	border:0;
	border-bottom-width:1px;
	border-bottom-style:dashed;
}
nav li ul li:last-child {
	border:0px;
}
nav li ul li:hover {
	border:0px;
	border-bottom-width:1px;
	border-bottom:1px solid transparent;
}
nav li ul li:last-child:hover {
	border-bottom:0;
}
nav li ul li a {
	padding:0;
	border-right:0!important;
}
nav li ul li ul {
	/*border:2px solid #00F!important;*/
	margin-left:149px;
	top:-1px;
}




footer {
	margin-top:10px;
	background-color:#595b5a;
	min-height:206px;
	padding-top:20px;
}


._products {
	

}
._products {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:20px;
	font-size:18px;
}
._products li {
	float:left;
	width:235px;
	margin-bottom:20px;
	border:1px solid transparent;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	padding:10px;
	position:relative;
	/*border-bottom:1px solid #DDD;*/
}
._products li:hover {
	
	border:1px solid #CCC;
}
._productsTitle {
	font-weight:bold;
	line-height:1.1em;
	height:2.2em;
	overflow:hidden;
}
._productBrandName {
	font-size:14px;
	text-transform: lowercase;
	height:1.1em;
}
._productTTC {
	color:#af5976;
	font-weight:bold;
}
._productHT {
	padding-left:10px;
	font-size:13px;
}

._products button {
	border:1px solid #8090a5;
	background-color:#FFF;
	color:#746f76;
	font-size:14px;
	padding:5px 20px;
	margin-top:10px;
}
._products button:hover {
	background-color:#af5976;
	color:#FFF;
	cursor:pointer;
	
}

h1 {
	font-size:18px;
	color:#5f5961;
	font-weight:normal;
	border-bottom:1px solid #8090a5;
	position:relative;
	height:25px;
}
h1 a {
	 background-color: #af5976;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}
h1 a:hover {
	text-decoration: underline;
}

.HN_SLIDE_SHOW_CONTROLS {
	position:absolute;
	height:34px;
	right:0;
	bottom:0;
	z-index:100;
	width:82px; /*100%;*/
	background-color:rgba(42,42,43,0.84);
	padding-top:6px;
}
.HN_SLIDE_SHOW_CONTROL_LEFT {
	background-image:url(../images/left.png);
	width:17px;
	height:28px;
	position:absolute;
	right:50px;
	cursor:pointer;
}
.HN_SLIDE_SHOW_CONTROL_RIGHT {
	background-image:url(../images/right.png);
	width:17px;
	height:28px;
	position:absolute;
	right:15px;
	cursor:pointer;
}





._productFamilies {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:20px;
}
._productFamilies li {
	float:left;
	width:235px;
	margin-bottom:20px;
	border:1px solid transparent;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	padding:10px;
}
._productFamilies li:hover {
	
	border:1px solid #CCC;
}
._productFamilies li  ._productFamiliesName {
	font-weight:bold;
	line-height:1.1em;
	height:2.2em;
	overflow:hidden;
}
._productFamilies img {
/*	border-width: 2px;
	border-style: solid;
	margin:0!important;*/
}

.button {
	border:1px solid #8090a5;
	background-color:#FFF;
	color:#746f76;
	font-size:14px;
	padding:5px 20px;
	margin-top:10px;
	text-decoration:none;
	display:inline-block;
}
.button:hover {
	background-color:#af5976;
	color:#FFF;
	cursor:pointer;
}



.productsList h2 select {
	position: absolute;
	bottom: 6px;
	margin-left:6px;
}
.productsList .HN_PAGINATION {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 54px;
	bottom: 6px;
}
.productsList .HN_PAGINATION li {
	display:inline-block;
	margin:0 3px;
}
.productsList .HN_PAGINATION li a {
	border:1px solid #454442;
	display:inline-block;
	background-color:#FFF;
	color:#524747;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}
.productsList .HN_PAGINATION li.selected a {
	background-color:#af5976;
	color:#FFF;
}





._productTitle {
	font-size:24px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 10px;
}
.HL_WIDTH_1x1 ._product ._productLeft {
	float:left;
	width:686px;
	position:relative;
}
.HL_WIDTH_1x1 ._product ._productRight {
	float: right;
	width: 314px;
	margin: 0 0 022px;
}
.HL_WIDTH_1x1 ._productDescription {
	margin-bottom:10px;
}
.HL_WIDTH_1x1 ._productImg {
	/*outline:1px dashed #F00;*/
	margin:0!important;
	float:left;
}
.HL_WIDTH_1x1 ._productThumbs {
	/*outline:1px dashed #F00;*/
	height:373px;
	overflow:hidden;
	padding:0 0 0 20px;
	text-align:center;
}
._productThumbs ul {
	margin:0;
	padding:0;
	list-style-type:none;
	
}
._productThumbsContainer {
	height:336px;
	overflow:hidden;
	/*outline:1px dashed #F00;*/
	
}
._productThumbs li {
	height:112px;
}
.HL_WIDTH_1x1 ._productThumbs img {
	/*outline:1px dashed #F00;*/
	margin:0!important;
}
._productThumbUp, ._productThumbBottom {
	opacity:0.8;
}
._productThumbUp:hover, ._productThumbBottom:hover {
	opacity:1;
}
._productThumbUp {
	height:13px;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	margin-bottom:4px;
}
._productThumbBottom {
	height:13px;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	margin-top:4px;
}
._page_part.FULL ._productThumbs img {
	
}

.HL_WIDTH_1x1 ._productInfos {
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #454442;
	padding-top:10px;
	padding-bottom:10px;
}
.HL_WIDTH_1x1 ._productPrice {
	font-size:14px;
	margin:10px;
}
.HL_WIDTH_1x1 ._productPrice strong {
	font-size:30px;
	color:#af5976;
	display:block;
}
.HL_WIDTH_1x1 ._productPrice span {
	display:block;
	margin:5px 0;
	font-weight:bold;
}
.HL_WIDTH_1x1 ._productInfos input {
	width:58px;
	height:32px;
	text-align:center;
	margin-left:10px;
}

.HL_WIDTH_1x1 ._productInfos  button {
	border:1px solid #8090a5;
	background-color:#FFF;
	color:#746f76;
	font-size:14px;
	padding:5px 20px;
	margin-top:10px;
	margin-bottom:20px;
}
.HL_WIDTH_1x1 ._productInfos  button:hover {
	background-color:#af5976;
	color:#FFF;
	cursor:pointer;
	
}

.productInfosTel {
	background-color:#454442;
	color:#FFF;
	font-size:18px;
	text-align:center;
	padding:10px 0;
}
.productInfosTel strong {
	font-size:24px;
	font-weight:normal;
}

._productFB img {
	opacity:0.8;
}
._productFB img:hover {
	opacity:1;
}
._productFB, ._productEmail {
	color:#7287b0;
}
._productFB a, ._productEmail a{
	text-decoration:none;
}

._productFB img, ._productEmail img {
	vertical-align:middle;
	margin: 5px!important;
}


.popupModale {
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background-color:rgba(255,255,255,0.8);
	left:0;
	z-index:200;
	display:none;
}
.popup {
	width:738px;
	height:436px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-218px;
	margin-left:-369px;
	border:1px solid #454442;
	background-color:#FFF;
}

.popupTitle {
	font-size:18px;
	color:#FFF;
	height:70px;
	line-height:70px;
	padding-left:20px;
	background-color:#454442;
	font-weight:bold;
	position:relative;
}

.popupTitle span {
	width:31px;
	height:31px;
	background-image:url(../images/close.png);
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}
.popupContent {
	padding:10px;
	position:relative;
}
#popupImg {
	 float: left;
	 margin-right:10px;
}

#popupRight {
	float: left;
}
#popupProductTitle {
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
}

#popupProductQuantity {
	position:absolute;
	right:10px;
	top:20px;
	/*border:1px solid #F00;*/
	width:170px;
	text-align:center;
	
}
#popupProductQuantity span {
	font-size:18px;
	color:#af5976;
	font-weight:bold;
}
#popupProductPrice {
	position:absolute;
	right:10px;
	top:40px;
	display:none;
	/*font-size:18px;*/
	/*color:#af5976;*/
	
}
#popupProductPrice span {
	font-size:18px;
	color:#af5976;
	font-weight:bold;
}
#popupProductDescription {
	width: 466px;
	max-height:209px;
	overflow:auto;
}
.popupBtns {
	position:absolute;
	bottom:0;
	border-top:1px solid #454442;
	height:92px;
	width:98%;
	left:1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
}
.popupBtns a {
	margin:30px 20px;
}






#panier_validation {

}
#Valid_Panier {
	width:100%;
	border-collapse: collapse;
	font-size:14px;
}
#Valid_Panier a {
	text-decoration:none;
}
#Valid_Panier tbody img {
	border: 1px solid #e4e4e3;
	float:left;
	margin: 0!important;
}
#Valid_Panier .productCartTotal img {
	border:0;
	float:none;
	vertical-align:text-bottom;
	margin-left:10px!important;
	cursor:pointer;
}
#Valid_Panier tbody td:first-child div {
	float:left;
	padding-left:20px;
	/*padding-left:60px;*/
	/*border:1px solid #F00;*/
}
#Valid_Panier th {
	background-color: #e1e0e0;
	border-bottom: 1px solid #e4e4e3;
	color: #3f3941;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
#Valid_Panier tbody td {
	border-bottom: 1px solid #e4e4e3;
	padding: 5px;
}
#Valid_Panier .productCartQty {
	text-align:center;
}
#Valid_Panier .productCartQty > span {
	/*border:1px solid #F00;*/
	display:inline-block;
	padding:0 20px;
	height:24px;
	line-height:24px;
	text-align:center;
	vertical-align:top;
	font-size:16px;
}
#Valid_Panier .productCartMinus, #Valid_Panier .productCartPlus {
	background-color:#af5976;
	color:#FFF;
	display:inline-block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:24px;
	cursor:pointer;
}
#Valid_Panier .productCartTotal {
	font-weight:bold;
	font-size:16px;
	text-align:right;
}
#Valid_Panier .productCartAvailability {
	text-align:center;
}

#Valid_Panier tfoot tr:first-child td {
	padding-top:10px;
}
#Valid_Panier tfoot td {
	text-align:right;
	padding-right:28px;
}
#Valid_Panier tfoot td.productCartPromoCode {
	text-align:left;
	vertical-align:top;
}
#Valid_Panier tfoot td.productCartPromoCode input {
	border:1px solid #AAA;
	height:24px;
	padding:0 5px;
} 
#Valid_Panier tfoot td.productCartPromoCode button {
	border:1px solid #af5976;
	background-color:#af5976;
	color:#FFF;
	display:inline-block;
	/*width:24px;*/
	height:26px;
	line-height:24px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	margin-left:5px;
	font-weight:bold;
}
#Valid_Panier tfoot td strong {
	font-size:16px;
}
#Panier_valid {
	text-align:right;
	margin-top:40px;
}
#Panier_valid a {
	border:1px solid #af5976;
	background-color:#af5976;
	color:#FFF;
	display:inline-block;
	/*width:24px;*/
	height:26px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	padding:5px 40px;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
}

.button1 {
	display:inline-block;
}
.button2 {
	display:inline-block;
}


#panier_validation {
	background-color:#FFF;
	-moz-border-radius:5px;

	padding:10px;
	margin-right:15px;
	margin-bottom:10px;
	margin-left:10px;
}







































/*****************************/
._page_part {
	padding-top:0px;
}
._page_part.over {
	outline:2px dashed  #444445;
}
._layout {
 	/*clear:both;*/
}
._layout ._zone {
 	/*padding:10px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
._layout.THREE_SMALL ._zone {
	float:left;
	width:300px;
}
._layout.THREE_SMALL ._zone:nth-child(2) {
	float:left;
	width:300px;
	margin-left:16px;
	margin-right:16px;
}
._layout.MEDIUM_LEFT_SMALL_RIGHT ._zone0 {
	width:50%;
	float:left;
}
._layout.MEDIUM_LEFT_SMALL_RIGHT ._zone1 {
	width:50%;
	float:right;
}
._layout.SMALL_LEFT_MEDIUM_RIGHT ._zone1 {
	width:911px;
	float:right;
}
._layout.SMALL_LEFT_MEDIUM_RIGHT ._zone0 {
	width:302px;
	float:left;
}

textarea._page_part {
	width:100%;
}

#content img {
	margin:10px;
}

/***********************************/


body.editModuleMode ._page_part {
	outline:1px dashed #AAF;
	cursor:move;
	overflow:hidden;
}
._zoneBlockPlus {
	margin: 12px; 
	text-align:center; 
	padding:20px; 
	border-style:dotted; 
	cursor:pointer; 
	border-width:2px; 
	color:#999;
	border-radius:5px;
	clear:both;
}
._page_partOver {
	border:0px solid #F00;
	position:absolute;
	top:-32px;
	left:0;
	background-color:#444445;
	color:#FFF;
	text-align:center;
	display:table-cell;
	vertical-align:center;
	/*box-shadow:0 0 10px rgba(255,255,255,0.7) inset;*/
}
._page_partOver i {
	background-color: #367fa9;
	border: 1px solid #367fa9;
	border-radius: 65px;
	cursor: pointer;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	margin: 3px 5px;
	text-align: center;
	vertical-align: top;
	width: 24px;
}
._page_partOver i:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color:#367fa9
}
._page_partOver button {
	border:0;
	border-radius:20px;
	background-color:#FFF;
	color:#333;
	float:right;
	
	/*position:absolute;
	top:50%;
	left:50%;
	
	line-height:24px;
	margin-top:-12px;
 	width:50%;
	margin-left:-25%;

 */
	width:24px;
	height:24px;
	cursor:pointer;

}
._page_partOver button:hover {
		box-shadow:0 0 10px rgba(255,255,255,1);
}
._page_partOver .deleteButton {
	
}
._page_part.ui-sortable-helper {
 	background-color:rgba(255,255,255,0.5);
}

.home_column { width: 33%; float: left; padding-bottom: 100px; }
.home_bloc { margin: 0 1em 1em 0; border-radius:0; border:0;}
.home_bloc_plus { margin: 0 1em 1em 0; text-align:center; padding:20px; border-style:dotted; cursor:pointer; border-width:2px; color:#999}
.home_bloc_title { margin: 0em; padding-bottom: 4px; padding-left: 0.2em; padding-left:1em; height:31px; line-height:31px; border:0; border-radius:0;}
.home_bloc_title .ui-icon { float: right; background-image:url(/images/standard/minus.png); cursor:pointer; width:18px; height:19px; background-position:0px 0px; margin:8px 8px 0 0; }
.home_bloc_content { padding: 0.4em; background-color:#f0ebeb;border:1px solid #dedbdb; border-top:0; overflow:auto;}
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }




/* Widgets */
._page_part[type="testimony"] {
 	border:1px solid transparent;
	box-shadow:0 0 10px rgba(0,0,0,0.2) inset;
	padding:10px;	
}
._testimony_title {
	font-size:16px;
	font-weight:bold;
}
._testimony_message {
	margin:10px 0 10px 0;
	display:block;
}
._testimony_message .name{
	font-weight:bold;
	display:inline-block;
	margin-right:5px;
}
._testimony_message .name a {
	text-decoration:none;
}
._testimony_message p {
	display:inline;
}

/* ProductsFamily */
._productFamilyTitle {
	font-size:23px;
	/*font-weight:bold;*/
}
._productFamilyBrands {
	border:1px solid #888;
	padding:10px;
	
}
._productFamilyBrands ul {
	list-style-type:none;
	padding:0;
	margin:0;
	padding-top:20px;
}
._productFamily>img {
	float:left;
}
._productFamilyRight {
	float:left;
	width:848px;
	font-size:15px;
}
._productFamilyDescription {
	padding:20px 0;
}
._productFamilyBrands li {
	display:inline-block;
	margin:0 20px 20px 0;
	width:150px;
}

._page_part.FULL ._productFamilies li {
/*	width:208px;
	margin-right:47px;*/
}
._page_part.FULL ._productFamilies li:nth-child(4n+0) {
	margin-right:0;
}
._page_part.FULL ._productFamilies li:nth-child(4n+1) {
	clear:both;
}
._page_part.MEDIUM ._productFamilies li {
	width:208px;
	margin-right:27px;
}
._page_part.MEDIUM ._productFamilies li:nth-child(3n+0) {
	margin-right:0;
}
._page_part.MEDIUM ._productFamilies li:nth-child(3n+1) {
	clear:both;
}
._page_part.SMALL ._productFamilies li {
	width:122px;
	margin-right:15px;
}
._page_part.SMALL ._productFamilies li:nth-child(2n+0) {
	margin-right:0;
}
._page_part.SMALL ._productFamilies li:nth-child(2n+1) {
	clear:both;
}


/* productsList */


._page_part.FULL ._productsList li {
	width:208px;
	margin-right:47px;
}
._page_part.FULL ._productsList li:nth-child(4n+0) {
	margin-right:0;
}
._page_part.FULL ._productsList li:nth-child(4n+1) {
	clear:both;
}
._page_part.MEDIUM ._productsList li {
	width:186px;
	margin-right:27px;
}
._page_part.MEDIUM ._productsList li:nth-child(3n+0) {
	margin-right:0;
}
._page_part.MEDIUM ._productsList li:nth-child(3n+1) {
	clear:both;
}
._page_part.SMALL ._productsList li {
	width:122px;
	margin-right:15px;
}
._page_part.SMALL ._productsList li:nth-child(2n+0) {
	margin-right:0;
}
._page_part.SMALL ._productsList li:nth-child(2n+1) {
	clear:both;
}





._page_part.MEDIUM ._product ._productLeft {
	float:left;
	width:432px;
}
._page_part.MEDIUM ._product ._productRight {
	float:right;
	width:181px;
}
._page_part.MEDIUM ._productDescription {
	margin-bottom:10px;
}
._page_part.MEDIUM ._productImg {
	border-width: 2px;
	border-style: solid;
	margin:0!important;
}
._page_part.MEDIUM ._productThumbs img {
	border-width: 2px;
	border-style: solid;
	margin:0!important;
}
._page_part.MEDIUM ._productThumbs img {
	margin-right:10px!important;
}

._page_part.MEDIUM ._productInfos {
	box-shadow:0 0 15px rgba(0,0,0,0.2) inset;
	text-align:center;
	margin-bottom:10px;
	padding:20px 0;
	margin-top:10px;
}
._page_part.MEDIUM ._productPrice {
	font-size:28px;
	font-weight:bold;
}
._page_part.MEDIUM ._productInfos button {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FF910A),
		color-stop(1, #FFAE4B)
	);
	background-image: -o-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: -moz-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: -webkit-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: -ms-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: linear-gradient(to bottom, #FF910A 0%, #FFAE4B 100%);
	background-color:#FF9E28;
	color:#FFF;
	font-size:18px;
	text-align:center;
	border-radius:10px;
	border:1px solid #d07300;
	font-weight:bold;
	width:200px;
}




._page_part.SMALL ._product ._productLeft {
	float:left;
	width:300px;
}

._page_part.SMALL ._productDescription {
	margin-bottom:10px;
}
._page_part.SMALL ._productImg {
	border-width: 2px;
	border-style: solid;
	margin:0!important;
}

._page_part.SMALL ._productInfos {
	box-shadow:0 0 15px rgba(0,0,0,0.2) inset;
	text-align:center;
	margin-bottom:10px;
	padding:20px 0;
	margin-top:10px;
}
._page_part.SMALL ._productPrice {
	font-size:28px;
	font-weight:bold;
}
._page_part.SMALL ._productInfos button {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FF910A),
		color-stop(1, #FFAE4B)
	);
	background-image: -o-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: -moz-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: -webkit-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: -ms-linear-gradient(bottom, #FF910A 0%, #FFAE4B 100%);
	background-image: linear-gradient(to bottom, #FF910A 0%, #FFAE4B 100%);
	background-color:#FF9E28;
	color:#FFF;
	font-size:18px;
	text-align:center;
	border-radius:10px;
	border:1px solid #d07300;
	font-weight:bold;
	width:200px;
}

._productEmail {
	display:none;
}
._productThumbs img {
	cursor:pointer;
}


._page_part[type="contactForm"] label{
 	display:block;
}

._page_part[type="contactForm"] label{
 	display:block;
}


._page_part.FULL[type="contactForm"] label, ._page_part.MEDIUM[type="contactForm"] label, ._page_part.SMALL[type="contactForm"] label {
	font-size:18px;
	margin-top:8px;
	margin-bottom:5px;
}
._page_part.FULL[type="contactForm"] input, ._page_part.FULL[type="contactForm"] select, ._page_part.MEDIUM[type="contactForm"] input, ._page_part.MEDIUM[type="contactForm"] select {
	height:24px;
	width:400px;
}

._page_part.FULL[type="contactForm"] textarea {
	width:400px;
	height:160px;
}
._page_part.SMALL[type="contactForm"] input {
	height:24px;
	width:260px;
}
._page_part.FULL[type="contactForm"] input[type="checkbox"], ._page_part.MEDIUM[type="contactForm"] input[type="checkbox"], ._page_part.SMALL[type="contactForm"] input[type="checkbox"] {
	width:auto!important;
}
._page_part.FULL[type="contactForm"] select, ._page_part.MEDIUM[type="contactForm"] select{
	width:404px;
	height:28px;
}
._page_part.SMALL[type="contactForm"] select{
	width:264px;
	height:28px;

		
}
._page_part.MEDIUM[type="contactForm"] textarea {
	width:400px;
	height:120px;
}
._page_part.SMALL[type="contactForm"] textarea {
	width:260px;
	height:100px;
}

._page_part[type="contactForm"] button {
	border:0;
	border-radius:5px;
	font-size:20px;
	text-transform:uppercase;
	padding:5px 20px;
	margin-top:10px;
}
._formFieldCheckbox label {
	display:inline!important;
}
._formFieldCheckbox input {
	position:relative;
	top:7px;
}
#page_part_new {
	display:none;
}


.cartShoppingTypeChoice {
	/*border:1px solid #F00;*/
	display:inline-block;
	vertical-align: top;
	width:488px;
	/*border-right:1px solid #888;*/
}
.cartShoppingTypeChoice > div {
	padding:20px;
	font-size:14px;
}
#cartShoppingTypeChoices .cartShoppingTypeChoice:first-child >div{
	border-right:1px solid #888;
	position:relative;
	/*top:-20px;*/
	padding-top:15px;
}
#cartShoppingTypeChoices .cartShoppingTypeChoice:last-child >div{
	border-left:1px solid #888;
	position:relative;
	top:-20px;
	padding-top:35px;
}
.cartShoppingTypeChoice ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.cartShoppingTypeChoice ul li {
	padding-bottom:10px;

}
.cartShoppingTypeChoice ul li input {
		vertical-align: top;
}
.cartShoppingTypeChoice ul li label {
	padding-left:0px;
	/*border:1px solid #F00;*/
	display:inline-block;
}
.cartShoppingTypeChoice>span>label {
	font-size:18px;
}
.cartShoppingTypeChoice>span {
	/*border:1px solid #F00;*/
	display:block;
	text-align:center;
}
.cartShoppingTypeChoice button {
	background-color:#454442;
	color:#FFF;
	font-size:14px;
	border:0;
	height:32px;
	padding:0 20px;
	line-height:32px;
		
}

#popupAddAdress {
	font-size:14px;
}
#popupAddAdress label {
	display:block;
	margin-top:10px;
}
#popupAddAdress input {
	border:1px solid #AAA;
	height:24px;
	padding:0 5px;	
	font-size:13px;
}
#popupAddAdress textarea {
	border:1px solid #AAA;
	resize:none;
	padding:0 5px;	
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:13px;
	line-height:1.1em;
	height:4.4em;
}
#popupAddAdress select {
	border:1px solid #AAA;
	height:24px;
	font-size:14px;
}
#popupAddAdress button {
	background-color:#af5976;
	color:#FFF;
	cursor:pointer;
	display:block;
	margin:0 auto;
	margin-top:30px;
}

#cartShoppingTypeChoicesForm>input{
	background-color: #af5976;
	border: 1px solid #af5976;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
	line-height: 24px;
	margin: 0 auto;
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
}
.cartShippingPrice {
	color:#af5976;
}

.cartSummaryAddress {
	border:1px solid #CCC;
	padding:10px;
	font-size:14px;
	width:466px;;
	display:table-cell;
}
.cartSummaryAddress>div {
	margin-top:10px;
	
}
.cartSummaryAddresses {
	display:table;
	/*border-spacing: 10px;*/
}
#cartSummaryAddressBilling {
	left:10px;
	position:relative;
	
}
#cartSummaryAddBillingAddress {
	display:block;
	font-size:14px;
	color:#524747;
	padding:5px 0;
	text-decoration: underline;
	cursor:pointer;
}
#cartSummaryComments {
	border:1px solid #CCC;
	resize:none;
	padding:0 5px;	
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:13px;
	line-height:1.1em;
	height:6.6em;
}
#cartSummaryValid {
	background-color: #af5976;
	border: 1px solid #af5976;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
	line-height: 24px;
	margin: 0 auto;
	padding: 5px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-top:10px;
}

#cartValid {
	font-size:14px;
}

#cadenas {
	margin-right:5px;
	float:left;
}
#cadenas2 {
	float:left;
	padding-left:0px;
	width:175px;
	
}


/* footer */
#contactForm {
    color: #ffffff;
    float: left;
    font-size: 20px;
    width: 628px;
}
#contactForm label {
    display: none;
}
#contactForm input, #contactForm textarea {
    background-color: #929995;
    border: 0 none;
    color: #ffffff;
    font-family: "Oxygen";
    font-size: 16px;
    padding: 5px;
    width: 296px;
}
#contactForm input {
    height: 24px;
    margin-bottom: 10px;
}
#contactForm textarea {
    height: 68px;
    resize: none;
}
.Zone1 {
    margin-right: 10px;
}
#form_477 .Zone1 {
    float: left;
}
#form_477 .btn_envoyer {
    background-color: rgba(0, 0, 0, 0) !important;
    text-align: right;
}
.Zone1 input {
}
#form_24 .btn_envoyer {
    background-color: #ff880b;
    border: 1px solid #d67009;
    border-radius: 7px;
    color: #ffffff;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 29px;
    line-height: 25px;
    margin: 10px auto 20px;
    min-width: 128px;
    text-align: center;
}
.Zone2 {
}
footer ul {
    font-size: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
footer ul a {
    color: #ffffff;
    text-decoration: none;
}
footer ul a:hover {
    text-decoration: underline;
}
#copyright {
	text-align:center;
	color:#FFF;
	margin-top:30px;
}

.formContactPage label {
    display:none;   
}
.formContactPage input, .formContactPage textarea {
    width:100%;
    height:28px;
    border:1px solid #AAA;
    margin-bottom:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:0 5px;
}
.formContactPage textarea {
    height:5.5em;
    line-height:1.1em;
    resize:none;
}
.formContactPage button {
    display:block;
    border:1px solid #888;
    height:28px;
    margin-right:0;
    margin-left:auto;
}


#contactForm .HL_WIDGET {
    position: relative;
}
#contactForm .HL_WIDGET form > div:nth-child(3) {
 
    left: 316px;
    position: absolute;
    top: 0;
}
#contactForm .HL_WIDGET button {
    background-color: rgba(0, 0, 0, 0) !important;
    text-align: right;
    
     background-color: #929995;
    border: 0 none;
    color: #ffffff;
    font-family: "Oxygen";
    font-size: 16px;
    padding: 5px;
    width: 296px;

    height: 24px;
    margin-bottom: 10px;

}
#contactForm .HL_WIDGET button {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 none;
    color: #ffffff;
    display: block;
    font-family: "Oxygen";
    font-size: 16px;
    height: 24px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: right;
    width: 100%;
    
}

.contactFormGMAP {
    height: 350px;
    margin-bottom: 30px;
}

#popupPrices {
	background-color:#af5976;
	color:#FFF;
	border:1px solid #933555;
	border-left:0;
	position:absolute;
	z-index:50;
	padding: 10px;
	font-weight: bold;
	margin-top: 109px;
	display:none;
}
#popupPrices table, #productPrices table {
	width: 100%;
	margin-top:10px;
}
#popupPrices th, #productPrices th {
	   padding-bottom:10px;
}
#popupPrices td, #productPrices td {
	text-align: center;
}

#productPrices {
	background-color:#af5976;
	color:#FFF;
	padding: 10px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 10px;
}

#productsShowAll {
	position:absolute;
	right:0;
	bottom: 6px;
	width:43px;
	height:22px;
	cursor:pointer;
}
#productsShowAll img {
	margin:0;
}
#LCL {
	width:100px;
	margin-left:36px;
	
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #DDD;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #DDD;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #DDD;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #DDD;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #DDD;
}

._productsDiscountPercent {
	background-image: url("../images/promo.png");
	 color: #ffffff;
	height: 57px;
	margin-left: 151px;
	margin-top: -210px;
	position: absolute;
	width: 87px;
	transform: rotate(-3deg);
	
	transform-origin: 50% 5px 0;
   /* transition: all 1s linear 0s;*/
    
	-webkit-animation: mymove 0.5s infinite; /* Safari 4+ */
	-moz-animation:    mymove 0.2s infinite; /* Fx 5+ */
	-o-animation:      mymove 0.2s infinite; /* Opera 12+ */
	animation:         mymove 1.5s infinite; 
	animation-timing-function: ease-in-out
}
._productsDiscountPercent2 {
	background-image: url("../images/promo.png");
	 color: #ffffff;
	height: 57px;
	/*margin-left: 151px;*/
	/*margin-top: -210px;*/
	top:0;
	left:415px;
	position: absolute;
	width: 87px;
	transform: rotate(-3deg);
	
	transform-origin: 50% 5px 0;
   /* transition: all 1s linear 0s;*/
    
	-webkit-animation: mymove 0.5s infinite; /* Safari 4+ */
	-moz-animation:    mymove 0.2s infinite; /* Fx 5+ */
	-o-animation:      mymove 0.2s infinite; /* Opera 12+ */
	animation:         mymove 1.5s infinite; 
	animation-timing-function: ease-in-out
}

._productsDiscountPercent span, ._productsDiscountPercent2 span  {
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 57px;
    line-height: 74px;
    text-align: center;
    
    width: 87px;
    
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    0%   {transform: rotate(-3deg);}
	50% {transform: rotate(3deg);}
    100% {transform: rotate(-3deg);}
}

/* Standard syntax */
@keyframes mymove {
     0%   {transform: rotate(-3deg);}
50% {transform: rotate(3deg);}
    100% {transform: rotate(-3deg);}
}