/* ----------------------------
BOITE RECHERCHE DANS CATALOGUE
------------------------------*/

/* -----------
CATALOGUE
--------------*/
.catalog{ }

.box_predefined_cat_search{

}
	.box_predefined_cat_search h4{
		display: none;
	}

	.box_predefined_cat_search_form{
		background: #e6e6e6;
		padding: 30px;
	}

	.box_predefined_cat_search_form fieldset{
		border: none;
	}

	.box_predefined_cat_search_form .row{
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin: 0 1%;
	}

		.box_predefined_cat_search_form .row label{
			display: none;
		}

		.box_predefined_cat_search_form .row select{
			width: 100%;
		}

		.box_predefined_cat_search_form form .submit{
			display: none;
		}

/* ---------------------------
FICHES RESUMÉES DE PRODUITS
------------------------------*/
.short_product{
	border: 1px solid #e6e6e6;	
	border-bottom: none;	
	position:relative;
	padding: 15px;
	
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;		
}

.ligne:last-of-type .short_product{
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

.new{
	left: 15px;
	position: absolute;
	top: 0;
}
.pictureContainer .new{
	width: 30px
}


.short_product h2{
	color: #52649f;
	font-size: 1.5rem;	
}

.short_product .picture{
	height: 85px;
	overflow: hidden;
}
	.short_product p{
		margin:0;
	}
	
	.short_product .priceContainer{
		display:block;
	}

		.short_product .prix,
		 .short_product .special_price,
		 #product .short_product .prix,
		 #product .short_product .special_price{
			display: block;
		}
		
	.short_product .panier{
		display: block;
		text-align: right;
	}
		.old_price{
			display: block;
		}
			.old_price .prix{
				text-decoration: line-through;
			}
	
.short_product .viewproduct{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}		

.short_product .viewproduct em{
	position: absolute;
	left: -9999em;
}

.short_product:hover{
	background: #e6e6e6;	
}


/* --------------------------------------
PRÉSENTATION DES FAMILLES
----------------------------------------*/
.sortResults, #sort{
	border-bottom:1px dotted #ccc;
	margin:0 auto;
	width:90%;
}
	.sortResults legend, #sort legend{
		color:#666;
		float:left;
		font-size:11px;
		font-size:1.1rem;
		font-weight:bold;
		margin:3px;
	}
	.sortResults label, #sort label{
		width:auto;
		margin-right:10px;
		float:none;
	}
	.sortResults fieldset{
		margin:5px;
		padding:0;
	}
	.sortResults .row, #sort .row{
		display:inline;
	}

.selectNbProducts{
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	margin:0 auto;
	width:90%;
}
	.selectNbProducts .row{ }

/*
	présentation famille
*/

.famille-desc-img{

}
	#famillyPresentation{
		margin:auto;
	}
		#famillyDescription{
			color: #52649f;
			font-family: "rb",Arial,sans-serif;
			font-size: 17px;
			line-height: 1.2;
			margin: 0 0 20px;
			text-align: center;
		}

		#famillyPresentation img{
			float:left;
			margin:5px;
		}
		#famillyPresentation p{
			padding:5px;
		}


		/* Spécif Nos Marques */
		.nos-marques #famillyDescription{
			color: #353535;
			font-family: 'rr', Arial, sans-serif;
			font-size: 1.4rem;
			/*float: left;*/
			padding-right: 3%;
			text-align: left;
			/*width: 60%;*/

		}
		.nos-marques #famillyPicture{
			float: right;
			margin: 0 0 10px;
			width: 40%;
		}

	#famillyPicture{
		margin: 20px 0;
	}



#childrenSelector{
	margin: 10px 0 20px
}
#liste-famille{
	/*display: table;*/
}
	#liste-famille .ligne{
		/*display: table-row;*/
	}
		#liste-famille .ligne .familly, #childrenSelector li{
			/*background: #52649f;*/
			/*border: 4px solid #fff;	*/
			/*color: #fff;	*/
			/*display: table-cell;*/
			display: inline-block;
			float: none;
			/*padding: 10px;*/
			vertical-align: bottom;	
			/*width: 25%;*/
			width: 49%;
		}
			.familly h2{
				/*color: #fff;*/
			}
			.ligne .familly a, #childrenSelector a{
				/*background: #fff;*/
				background: none;
				border-bottom: 2px solid #fff;
				color: #52649f;
				display: inline-block;
				padding-bottom: 3px;
				text-align: left;
				text-decoration: none;

					-moz-transition: border 0.5s linear;
					-webkit-transition: border 0.5s linear;
				transition: border 0.5s linear;
			}
			.familly a:hover, .familly a:focus, #childrenSelector a:hover, #childrenSelector a:focus{
				/*background: #000;*/
				/*color: #fff;*/
				border-bottom: 2px solid #52649f;
			}







#childrenSelector{ }
/*ne s'affiche que lorsque une famille a des produits et des sous-familles*/
/*#formArboSelect, #childrenSelector{
	margin:auto;
	width:85%;
}
#formArboSelect, #childrenSelector{
	margin:auto;
	width:85%;
	clear:both;
}
.catalog #childrenSelector{
	width:auto;
	padding:0 15px 0 0;
}
.catalog #formArboSelect{
	width:auto;
	background:#eee;
	padding:5px 0;
}
.catalog #childrenSelector ul li{
	background:none; display:inline;
}*/


div.line1, div.line2, div.line3, div.line4{
	/* prévoir autant que de ligne il y aura si on veut des styles différent par ligne*/
	clear:left;
} 

.familly{
	margin:0;
	float:left;
	
	width:25%;
	overflow:hidden;
}
	.famillyContainer{
	
	}
		.picture-familly{
			display: none;
		}
		
			.familly img{
				display: block;
				height: 100px;
				margin: 0 auto;
				width: 100%;
				object-fit: contain;
				font-family: 'object-fit: contain;'
			}
		
		.familly a{
			color: #888888;
			text-align:center;
			background-color:#cfcfcf;
			display:block;
		}


/* Page Nos marques */
.nos-marques{

}
	.nos-marques .clearfix::after, .nos-marques .ligne::after, .nos-marques div.line1, .nos-marques div.line2, .nos-marques div.line3, .nos-marques div.line4{
		clear: none;
	}
		.nos-marques #liste-famille .ligne .familly{
			float: left;
			margin-bottom: 20px;
			/*vertical-align: top;*/
			width: 25%;
		}
			.nos-marques .picture-familly{
				display: block;
				height: 100px;
				overflow: hidden;
			}
				.nos-marques .picture-familly{
					margin: 0;
					max-width: 70%;
				}

				.nos-marques .familly a, .nos-marques .familly a:hover, .nos-marques .familly a:focus{
					border: none
				}


/* Produits pièces détachées */
.prod-accessoires{
	position: relative;
}
	.prod-accessoires a.modaleAjax{
		bottom: 0;
		color: #353535;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
		.prod-accessoires h2{
			margin: 0 0 5px
		}
		.prod-accessoires .description{
			line-height: 1
		}
		.prod-accessoires .marque ul{
			color: #353535
		}

.modaal-content-container{

}
	.modaal-content-container img{
		max-width: 80%
	}

	
/* --------------------------------------
PRODUITS
----------------------------------------*/
#products{ }
	
/* --------------------------------------
ZOOM DIAPORAMA D'UN PRODUIT
----------------------------------------*/
span.zoomDiaporama{ }

/* --------------------------------------
GALERIE DE PRODUITS
----------------------------------------*/
#zoomGallery{
	padding:10px;
}
div.galleryElement{
	float:left;
	padding:5px;
}

/* ------------
CALQUES OVERDIV
--------------*/
#overDiv{
	background:#fff;
	border:1px solid #eee;
	margin:0;
	width:300px;
}
	#overDiv p{
		margin:0;
	}
	#overDiv ul li{
		background:none;
		padding:0;
	}
	#overlibheader div{ }

	div.overlibcaption{
		float:left;
		font-size:14px;
		font-weight:bold;
		padding:5px 0 0 5px;
		width:200px;
	}
	div.overlibclose{
		padding:0 5px;
		text-align:right;
	}
	#overlibheader a{
		background:none;
		border:none;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
	}
	#overlibcontent{
		clear:both;
		padding:10px;
	}
	#overlibfooter{
		padding:5px;
		text-align:right;
	}

/* -----------------------------------
AJOUT AU PANIER
--------------------------------------*/
#overDiv.od_ad_to_cart{
	background: url("/images/charte/bg-noire-a-75.png") !important;
	border:none;
	height:120%;
	left:0 !important;
	position:fixed !important;
	top:0 !important;
	width:100%;
	z-index:100000000000 !important;
}	

#overDiv.od_ad_to_cart #overlibheader{
	background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 0 0;
    color: #fff;
	cursor:normal;
    margin: 10% auto 0;
    position: relative;
    width: 355px;
	height:35px;
	
		-webkit-box-shadow:  0 0 10px 0 #fff;   
		-moz-box-shadow:  0 0 10px 0 #fff;   
     box-shadow:  0 0 10px 0 #fff;
}

#overDiv.od_ad_to_cart #overlibheader .overlibcaption{
	line-height:35px;
	padding:0 0 0 15px;
}

#overDiv.od_ad_to_cart #overlibheader .overlibclose a{
	color:#fff;
}
	.od_ad_to_cart #overlibcontent{
		background: none repeat scroll 0 0 #fff;
		clear: both;
		height: 91px;
		margin: auto;
		padding: 10px;
		width: 335px;
		
			-webkit-box-shadow:  0 0 10px 0 #fff;   
			-moz-box-shadow:  0 0 10px 0 #fff;   
		box-shadow:  0 0 10px 0 #fff;
	}
	.od_ad_to_cart #overlibfooter{
		background: none repeat scroll 0 0 #fff;
		border-radius:0 0 5px 5px;
		margin: auto;
		position: relative;
		text-align: center;
		width: 345px;
		
			-webkit-box-shadow:  0 0 10px 0 #fff;   
			-moz-box-shadow:  0 0 10px 0 #fff;   
		box-shadow:  0 0 10px 0 #fff;
	}
	
#add2cartConfirmation{
	background:transparent;
} 
	#produitsCommentaires form, #produitsCommentaires #commentsList{
		text-align:left;
	}
	#produitsCommentaires h6{
		display:inline;
		margin:0;
	}
	#visuelsAdditionnels img{
		margin:3px;
		padding:3px;
	}
	
	
/*-----------------------------
PRODUITS EN TELECHARGEMENT
----------------------------*/
.productDownload{ }
.productDownload li.sample a{
	font-weight: bold;
	font-size:12px;
	font-size:1.2rem;
}

/* -------------------------
PAGE RESULTAT DE RECHERCHE
--------------------------*/
#searchPrice .row{
	width: 250px;
	float: left;
	clear: none;
	margin: 0 5px;
	padding: 0 5px;
}
	#searchPrice .row label{
		width: auto;
		margin-right: 10px;	
	}

#selectFamiliesLabel .row{
	margin: 0 5px;
	padding: 0 5px;
}
	#catalog_search_sort_form .row{
		float: left;
		width: auto;
		clear: none;
		margin: 0 10px;
	}
		#catalog_search_sort_form .row label{
			width: auto;
			margin-right: 5px;
		}
		#catalog_search_sort_form fieldset{
			float: left;
			margin: 0;
			padding: 0;
		}
	#catalog_search_sort_form .submit{
		margin: 20px 0 0 0;
		float: left;
	}
	
#contents .catalog_search_form .simpleCatalogSearchInput, #contents .catalog_search_form .submit{
	float: left;
	margin: 0;
	padding: 0;
}
.catalog_search_form .simpleCatalogSearchInput label{
	width: auto;
	margin: 0 10px;
}
.catalogSearchExecutionTime{
	display:none;
}
#contents .simpleCatalogSearch .simpleCatalogSearch{
	
}
	#contents .simpleCatalogSearch .simpleCatalogSearch h4{
		margin:5px;
	}
	#contents .simpleCatalogSearch fieldset{
		margin:0;
		padding:0;
	}
.simpleCatalogSearch, .advancedCatalogSearch{
	border-bottom:1px dotted #666666;
}
	.simpleCatalogSearch h4,
	.advancedCatalogSearch h4{
		display:none;
	}
#resultsHeader h3{
	font-size: 17px !important;
	font-size: 1.7rem !important;
	font-weight: normal;
}
#advanced_catalog_search_form{
	overflow: auto
}
	#advanced_catalog_search_form #searchPrice{
		float: left;
	}
	#advanced_catalog_search_form fieldset{
		margin: 0 0 10px 0;
		padding: 0;
	}
		#advanced_catalog_search_form  .row{
			margin: 0 10px;
			padding: 0 10px;
		}
		#advanced_catalog_search_form .submit{
			float: left;
			margin-top: 20px;
		}
.simpleSearch{
	clear: both;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	display: block;
}
#contents .catalog_search_form{
	float:left;
}
#contents .simpleCatalogSearch{
	overflow: auto;
	padding-bottom: 10px;
}
	#contents .simpleCatalogSearch a.advancedSearch{
		font-weight: bold;
		margin-left: 5px;
	}
	#contents .simpleCatalogSearch .submit input{
		line-height: 12px;
		height: 18px;
		margin-left: 10px;
		padding: 0 5px;
	}

/* ----------
VENTE FLASH
-------------*/
.flashSale{ }
.flashSaleIcon{
	float: left;
	max-width: 125px;
	margin: 10px;
}
	.flashSaleIcon img{
		max-width: 125px;
	}
.flashSaleDetails{ }
.flashSaleDetails div{ 
	margin-bottom: 7px;
	line-height: normal;
}
.flashSaleStock{ }
.flashSaleFate{ }
.hasCountdown{
	border: 1px solid #ccc;
	background-color: #eee;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
}
.countdown_rtl{
	direction: rtl;
}
.countdown_holding span{
	background-color: #ccc;
}
.countdown_row{
	clear: both;
	width: 100%;
	padding: 0 2px;
	text-align: center;
}
.countdown_show1 .countdown_section{ width: 98% }
.countdown_show2 .countdown_section{ width: 48% }
.countdown_show3 .countdown_section{ width: 32.5% }
.countdown_show4 .countdown_section{ width: 24.5% }
.countdown_show5 .countdown_section{ width: 19.5% }
.countdown_show6 .countdown_section{ width: 16.25% }
.countdown_show7 .countdown_section{ width: 14% }

.countdown_section{
	display: block;
	float: left;
	font-size: 90%;
	text-align: center;
	color: red;
}
.countdown_amount{
	font-size: 200%;
}
.countdown_descr{
	display: block;
	width: 100%;
}	
/* Vente flash dans fiche résumée */
#wrapper .short_product .flashSaleIcon{
	position: absolute;
	top:0;
	right: 0;
	z-index: 2;
	margin: 0;
}
	#wrapper .short_product .flashSaleIcon img{
		max-width: 48px;
		margin-top: 2px;
	}
.short_product .hasCountdown{
	padding: 0;
	width: 176px;
	font-size: 70%;
	line-height: 10px;
	position: absolute;
	top: 5px;
	right: 50px;
	z-index: 1;
	padding-top: 4px;
}
.short_product .flashSaleDetails{
	display: none;
}
	#rightbar .short_product .hasCountdown, #leftbar .short_product .hasCountdown{
		width:120px;
	}

	
/* ------------
TRUSTED SHOP
---------------*/
.sealOfApproval{
	line-height: 120%;
	text-align: center;
}
	.sealOfApproval input{
		border: none;
	}
.customerRating .widgetContainer{
	line-height: 120%;
}	
	.customerRating .widgetContainer a{
		padding-bottom: 10px;
		display: block;
	}
.trustedShopsBuyerProtectionExcellence, #trustedShopsProtectionClassic{
	background-color: #e2e2e2;
	padding: 10px;
}
	.trustedShopsBuyerProtectionExcellence .tsleft{
		float: left;
		margin-right: 10px;
		width: 80%;
	}
	.trustedShopsBuyerProtectionExcellence .trustedShopsTitle{
		font-weight: bold;
	}
#trustedShopsRate{
	padding: 10px 0;
}	
#trustedShopsProtectionClassic{
    line-height:140%;
} 
	#trustedShopsProtectionClassic input.trustedShopsLogo{
	    float: left;
	    margin-right: 10px;
	}
	#trustedShopsProtectionClassic input#btnProtect{
		background: none;
		border: none;
		color: black;
		text-decoration: underline;
		font-weight: bold;
		cursor: pointer;
	}
	#trustedShopsProtectionClassic h4{
		margin: 0 0 5px 0;
	} 
	
/* ------------
COUPON
---------------*/
.widgetCoupon .widgetContainer{
	line-height: 120%;
	padding-top: 10px;
}
.boxCouponError{
	color: red;
}

/* ------------------------------------------------------------
Slider Range pour le widget "recherche par filtre" du catalogue
---------------------------------------------------------------*/
.ui-helper-hidden{
	display: none;
}
.ui-helper-hidden-accessible{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after{
	content: "";
	display: table;
}
.ui-helper-clearfix:after{
	clear: both;
}
.ui-helper-clearfix{
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-front{
	z-index: 100;
}
.ui-state-disabled{
	cursor: default !important;
}
.ui-icon{
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider{
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle{
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range{
	position: absolute;
	z-index: 1;
	font-size: 9px;
	font-size: .9rem;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range{
	filter: inherit;
}

.ui-slider-horizontal{
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle{
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range{
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min{
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max{
	right: 0;
}

.ui-slider-vertical{
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle{
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range{
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min{
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max{
	top: 0;
}
.ui-widget{
	font-size: 11px;
	font-size: 1.1rem;
}
.ui-widget .ui-widget{
	font-size: 10px;
	font-size: 1rem;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button{
	font-size: 10px;
	font-size: 1rem;
}
.ui-widget-content{
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #333333;
}
.ui-widget-content a{
	color: #333333;
}
.ui-widget-header{
	border: 1px solid #0890e7;
	background: #007aaa;
	color: #fff;
	font-weight: bold;
}
.ui-widget-header a{
	color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited{
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
	border: 1px solid #099dfb;
	background: #cee7fd;
	font-weight: bold;
	color: #058ec7;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited{
	color: #058ec7;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active{
	border: 1px solid #50d1fb;
	background: #fff ;
	font-weight: bold;
	color: #0095eb;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited{
	color: #0095eb;
	text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	border: 1px solid #2f90fe;
	background: #5c99ff;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a{
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error{
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a{
	color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text{
	color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary{
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary{
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled{
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon{
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl{
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr{
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl{
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br{
	border-bottom-right-radius: 4px;
}
.ui-widget-overlay{
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow{
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
.legend_range{
	font-weight: bold;
	color: #007aaa;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.minMax{
	font-weight: bold;
}
.minMax .maxi{
	float: right;
}



/* -----------------------------------------
	DETAIL PRODUIT
----------------------------------------- */
#visuels_additionnels{
	margin-top: 10px
}

	.productPictures.owl-carousel{
		padding: 0 25px;
	}

	.productPictures .owl-prev{
		background: url("/images/charte/arrow-lightbox-left-hover.png") 50% 50% no-repeat;
		width: 20px;
		height: 20px;
		background-size: auto 16px;
		
		position: absolute;
		left: 0; top: 50%;
		margin-top: -8px;
	}

	.productPictures .owl-next{
		background: url("/images/charte/arrow-lightbox-right-hover.png") 50% 50% no-repeat;
		width: 20px;
		height: 20px;
		background-size: auto 16px;
		
		position: absolute;
		right: 0; top: 50%;
		margin-top: -8px;
	}

.video-lien{
	display: none;	
}

.iframe-container .video-title{
	color: #fff;
	text-transform: uppercase;
	background: #52649f url("/images/charte/icon-video.png") 12px 50% no-repeat;
	padding: 8px 10px 8px 60px;
}

.product_detail h1{
	background: none;
	font-family: "rr", sans-serif;
	padding-left: 0;
}

.product_detail .fonction, .product_detail .categorie, .product_detail h2{
	color: #52649f;
}

.product_detail h2{
	text-transform: uppercase;
}

.product_detail .docs:after{
	content: "";
	clear: both;
	display: block;	
}


.connection-area{
	margin-bottom: 20px;
}
	a.btn-connec{
		background: #b6b6b6;
		color: #fff;
		display: block;
		font-size: 15px;
		padding: 5px 10px;
		text-align: center;
		text-decoration: none;
	}

	.toggle-connection{
		background: #ededed;
		padding: 20px 50px;
	}
		.toggle-connection .box-titre, .toggle-connection legend{
			display: none;
		}
			.toggle-connection fieldset{
				border: none;
				margin: 0;
				padding: 0;
			}

				#username, #password{
					background-color: #f2f2f2;
					background-image: url('/images/charte/ico-connexion.png');
					background-repeat: no-repeat;
					background-size: 25px 50px;
					border: none;
					color: #7d7d7d;
					height: 35px;
					padding-left: 40px;
					width: 100%;
				}
				#username:focus, #password:focus{
					background-color: #f7f7f7
				}

				#username{
					background-position: 5px 10px;
				}
				#password{
					background-position: 5px -24px;
				}

			#loginboxform .submit{
				margin: 10px 0 0
			}
				#loginboxform .submit a{
					color: #666;
					display: inline-block;
					font-size: 12px;
					vertical-align: middle;
					text-decoration: none;
					width: 49%
				}
				#loginboxform .submit input{
					display: inline-block;
					height: 30px;
					vertical-align: middle;
					width: 49%
				}

			a.btn-creation-cpte{
				color: #000;
				display: block;
				font-size: 15px;
				margin-top: 20px;
				text-decoration: none;
				text-align: center;
			}


.short_product .docs .doc a, .product_detail .docs .doc a{
	background: #e6e6e6 url("/images/charte/icon-pdf.png") 50% 15px no-repeat;
	color: #7d7d7d;
	display: block;
	float: left;
	font-size: .8em;
	padding: 50px 10px 15px;
	margin: 20px 0;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	width: 30%;
	
		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		-ms-transition-duration: .2s;
		-o-transition-duration: .2s;
	transition-duration: .2s;		
}


/*.short_product .docs .doc-pieces a,
.product_detail .docs .doc-pieces a{
	margin: 20px 5%;
}*/

#docs-produit .doc:not(:nth-child(3)) a{
	margin-right: 5%
}

.short_product .docs .doc a:hover,
.product_detail .docs .doc a:hover{
	background-color: #ddd;
}

.product_detail .btn-cta{
	display: inline-block;
	background: #000;
	margin: 30px 0;
	padding: 8px 16px;	
	
	color: #fff;
	text-transform: uppercase;	
	text-decoration: none;	
}

.product_detail .btn-cta:hover{
	background: #52649f;	
}





/* -----------------------------------------
	FICHES ET NOTICES
----------------------------------------- */


.page-fiches .short_product{
	border: 1px solid #e6e6e6;
	border-right: none;	
	height: 200px;	
	margin-bottom: 30px;	
}

.page-fiches .short_product h2{
	font-family: 'rm';
}

.page-fiches .short_product:nth-child(3n),
.page-fiches .short_product:last-child{
	border-right: 1px solid #e6e6e6;	
}

.page-fiches .short_product:hover{
	background: none;
}

.page-fiches .short_product .doc a{
	font-size: .8em;	
	padding: 50px 10px 10px 10px;	
}



.page-fiches .content-box-filtre{
	padding-left: 0;
	padding-right: 30px;
	position: relative;	
}

.page-fiches .content-box-filtre:after{
	content: "OU";
	position: absolute;
	top: 45%; right: -12px;
	
	color: #000;
	font-size: 1.2em;
}

.page-fiches .content-box-search{
	padding-right: 0;
	padding-left: 30px;	
}

.page-fiches .ligne,
.page-fiches .description{
	clear: both;
	margin-bottom: 30px;		
}

.page-fiches fieldset .description{
	margin: 0;	
}

.page-fiches .description p:after,
.page-fiches .description:after,
.page-fiches .ligne:after{
	content: "";
	clear: both;
	display: block;	
}

.page-fiches .box_predefined_cat_search_form .row{
	width: auto;
	display: block;
	margin: 0 auto;	
	text-align: center;	
}

.page-fiches .box_predefined_cat_search_form fieldset{
	margin: 0;	
}

.page-fiches .box_predefined_cat_search_form{
	padding: 0;	
}

.page-fiches #contents .catalog_search_form,
.page-fiches .box_predefined_cat_search_form select{
	float: none;
	width: 60%;
	margin: 0 auto;	
	display: block;	
}

.page-fiches .box_predefined_cat_search,
.page-fiches #contents .widgetCatalogSearch{
	background: #e6e6e6;
	padding: 20px;
}

.page-fiches .box_predefined_cat_search h4,
.page-fiches #contents .widgetCatalogSearch .box-titre{
	text-transform: uppercase;
	color: #52649f;	
	text-align: center;	
	margin-top: 0;
	margin-bottom: 10px;	
}


.page-fiches #contents .widgetCatalogSearch .box-search-loupe{
	display: none;	
}

.page-fiches #contents .widgetCatalogSearch input{
	height: 30px;
	line-height: 30px;
}

.page-fiches #contents .widgetCatalogSearch .submit input{
	width: 30px;
	height: 30px;
	background: #7d7d7d url("/images/charte/icon-search.png") 0 0 no-repeat;
	text-indent: -9999em;	
}

.page-fiches #contents .widgetCatalogSearch .submit input:hover{
	background-color: #505050;
}




.page-fiches #contents .simpleCatalogSearch .catalog_search_form{
	width: 60%;
	padding: 15px;
	background: #e6e6e6;	
}

.page-fiches #contents .simpleCatalogSearch .row{
	width: 100%;
	float: none;
	margin: 5px 0;
}

.page-fiches .catalog_search_form .simpleCatalogSearchInput label{
	margin-left: 0;
	margin-right: 0;	
	width: 20%;
}
