body {
	background: url(bkg/gradient.png) repeat-x center 190px;
	font-family: Poppins, Tahoma, sans-serif;
	line-height: 1.6;
}

h1, h2, h3 {
	font-family: DINbol;
	color: #e50040;
}

img {
	max-width: 100%;
}

th, td {
	vertical-align: middle !important;
}

.pageTitle, .page-title {
	display: none;
}

.home-banner-area {
	display: none;
}


/* Boutons */
.btn {
	white-space: normal;
}

.btn-primary {
	text-shadow: none;
}


/*
.btn-primary.active, .btn-primary:active,
.k-state-selected.active, .k-state-selected:active {
	background: #e50040;
	border-color: #e50040;
	box-shadow: none;
}
*/


/* Navigation */
.header-nav .container {
	padding: 0;
	width: auto;
}

.header-nav .navbar {
	border: none;
	margin: 0;
	border-radius: 0;
}

#nav-one {
	float: none;
	text-align: center;
}

#nav-one > li {
	display: inline-block;
	float: none;
}

#nav-one li a {
	font-size: 1.7rem;
	text-transform: uppercase;
	padding: 20px;

	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background: #e50040;
	transition: 0.25s;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	background: #e50040;
}

.dropdown-menu {
	padding: 0;
	border: none;
}


/* Header */
header {
	background: #EEE;
}

#header-main > .container > .row > .search,
#header-main > .container > .row > .shopping-cart {
	display: none;
}

.logo {
	float: none;
	text-align: center;
	width: auto;
}


/* Barre de compte */
.account-bar {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.account-bar .links a, .account-bar .login {
	font-size: 1.4rem;
	line-height: 1.5;
}

.fa-bookmark:before {
	content: "\f07a";
}

.nav .quick-top-saved {
	display: none;
}


/* Container principal */
header + .container {
	margin-top: 40px;
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0 5px 5px #DDD;
	padding: 30px;
}


/* Fil d'Ariane */
.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.breadcrumb > li + li:before {
	content: "/";
}


/* Page catégorie */
.prod-cat-list {
	border: none;
}

.product-sort {
	display: none;
}

.product-zoom {
	display: none;
}

.currentCategoryDes {
	margin-bottom: 30px;
}

.prod-cat-list .thumbnail {
	border: 1px solid transparent;
	box-shadow: none;
	padding: 30px;
}

.prod-cat-list .thumbnail:hover {
	border-color: #e50040;
}


/* Moteur de prix */
.calculatorTotalLabel {
	display: inline;
	float: left;
	font-size: 0;
}

.calculatorTotalLabel:before {
	content: "Total";
	font-size: 2.5rem;
}

.calculatorTotalLabel:after {
	content: " HT";
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	top: -8px;
}

.calculatorTotal {
	float: right;
	font-size: 2.5rem;
}

.calculatorTotalArea {
	border-top: 2px solid;
	margin: 10px 0 30px;
}

.pricingFileUploadHeading:before,
.pricingOrderNotesHeading:before {
	content: "\f093";
	font-family: fontAwesome;
	font-weight: normal;
	margin: 0 10px 0 1px;
}

.pricingOrderNotesHeading:before {
	content: "\f044";
	margin: 0 8px 0 1px;
}

.fileUploadSelect .selection {
	font-weight: normal;
}

.fileUploadSelect:last-child {
	margin-bottom: 0;
}

.fileUploadSelect input {
	background: #FFF !important;
}

#fileUploadWarn.alert-danger {
	margin: 10px 0;
}

#fileUploadWarn:not(.alert-danger) {
	display: none;
}

.product-view .product-name + p {
	display: none;
}

.product-view .product-name {
	display: none;
}

.product-view > div {
	background: #FFF;
	display: none;
	overflow: hidden;
}

.product-view {
	min-height: 150px;
	background: url(bkg/loader.gif) no-repeat center 20px;
}

@media (min-width: 768px) {
	.product-view > div {
		padding-left: 30px;
		border-left: 1px solid #CCC;
	}
}

@media (max-width: 767px) {
	.image-container {
		margin-bottom: 25px;
	}
}


/* Page produit */
.fullDescriptionArea > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/* Footer */
.footer {
	font-size: 1.3rem;
	padding-bottom: 30px;
	text-align: center;
}

.footer a {
	margin: 0 5px;
}

.footer .container + .container {
	display: none;
}


/* Page panier */
.cartRow:last-child {
	margin-bottom: 0;
}


/* CGV-CGU */
.cg-article {
	border-bottom: 1px solid #AAA;
	font-weight: bold;
	margin: 20px 0 5px;
}

.cg-css hr {
	border-color: #CCC;
}

.cg-css h4 {
	margin: 15px 0 0;
}


/* Formulaires */
.form-control,
input[style*="white"],
.k-input,
.k-select {
	background: #EEE !important;
}

.asterisk {
	color: #e50040;
	font-weight: normal;
}

@media (max-width: 767px){
	.customForm.multiColumn .column1, 
	.customForm.multiColumn .column2 {
		padding: 0 15px;
	}
}

.aleyantW2P-v6 .pageCaptcha {
	background: none;
	border: none;
	box-shadow: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.pageCaptcha #captcha-form {
	padding: 0 15px;
}

@media (min-width: 768px) {
	.pageCaptcha #captcha-form {
		width: 50%;
	}
}


/* Demande de devis */
.customForm.multiColumn .submit {
	overflow: hidden;
}

.customForm.multiColumn .submit br {
	display: none;
}

.customForm.multiColumn textarea,
.customForm.multiColumn #fecha {
	width: 100% !important;
}


/* Accueil */
.pageName_accueil header + .container {
	background: none;
	border: none;
	box-shadow: none;
	max-width: 1054px;
	padding: 0 15px;
	text-align: center;
}

.pageName_accueil #header-main {
	display: none;
}

.pageName_accueil {
	background-position: center 105px;
}

.pageName_accueil .account-bar {
	margin: 0;
}

.slice {
	position: relative;
}

.slice > img:not(:first-child) {
	position: absolute;
}

.slice > img:first-child {
	opacity: 0;
	transition: 1s;
}

.multipleslides {
	position: absolute;
}

.multipleslides img {
	position: absolute;
	left: 0;
	top: 0;
	background: #888;
	padding: 1.35%;
	border-radius: 50%;
}

.wtp-decouverte img,
.wtp-demonstration img {
	border-radius: 50%;
}

.wtp-decouverte img:hover,
.wtp-demonstration img:hover {
	box-shadow: 0 0 0 5px #e50040;
}

.btn-cerfa img:hover {
	opacity: 0.5;
}


/* Page historique */
#pnlSearchAllOrders {
	display: none;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.k-grid-norecords-template {
	visibility: hidden;
}

#reorderLink {
	width: auto;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

.itemReorderLinkBtn {
	display: none;
}

.factures {
	border-radius: 4px;
	border: 1px solid #e50040;
	margin-bottom: 20px;
	padding: 15px 20px;
}

.factures ul {
	margin: 0;
}


/* Page "Mes devis" */
#presupuestos > table {
	border-color: #AAA !important;
	margin-bottom: 0 !important;
	width: 100% !important;
}

#presupuestos th, #presupuestos td {
	background: none;
	border: none;
	text-align: center;
}

#presupuestos th {
	background: #DDD !important;
	padding: 10px !important;
}

#presupuestos tr {
	background: none !important;
}

#presupuestos tr:nth-child(even) {
	background: #EEE !important;
}


/* Produit devis personnalisé */
.pageName_devis-personalise .image-container,
.pageName_devis-personalise #breadcrumb {
	display: none;
}

.pageName_devis-personalise .product-view {
	float: none !important;
	width: auto !important;
}

.pageName_devis-personalise .product-view > div {
	border: none;
	padding: 0;
}

.pageName_devis-personalise header + .container {
	max-width: 780px;
}

.describe h3 {
	margin-top: 0;
}









/* Divers */
.item-edit-duplicate {
	display: none;
}

.cartSummary {
	width: auto;
}

.checkoutPage {
	margin: 0;
}

.checkout-payment-type h3, #pnlOrderForm h3, #pnlOrderForm .checkbox-area > label,
.aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar > .k-item > .k-link.k-state-selected {
	display: none;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar .k-state-active .checkout-payment-tab-page-panel {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

#pnlOrderForm {
	color: #e50040;
	font-size: 1.8rem;
}

#pnlOrderForm .checkbox input {
	margin-top: 7px;
}

#detailPage_shippingCalculator input.postalCodeBtn {
	white-space: nowrap;
	width: auto;
}