/*****    GENERAL          ****/
/***********************/


@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

@font-face {
	font-family: "CenturyGothic";
	src: url('../fonts/gothic.ttf');
}

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: url(../img/bg.png) #e2e2e2 repeat-x fixed; */
	background: #fff;
	/*background: #e2e2e2;	*/
	color: #666;
	font: 14px/24px sans-serif;
}

.container {
	/* background: url(../img/crossword.png) #eeeeee repeat 0 0; */
}

#content {
	padding: 0 0px;
}

#content .row-fluid [class*='span']:first-child {
	padding-left: 0;
}

.row-fluid [class*="span"]:first-child {
	/*impact logo et formulaire  */
	padding-left: 20px;
}

a,
a:hover {
	text-decoration: none;
	color: #999;
}

h2 {
	color: #666;
	padding-left: 20px;
	margin-bottom: 0px;
	font-size: 26px;
}

ul {
	list-style-type: none;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.title h2 {
	margin-left: 7.5em;
}

/*   
     */

.client {
	/*Top Bar*/
	background-color: #FCFCFC;
	position: fixed;
	height: 135px;
	margin: auto;
	top: 0;
	z-index: 1030;
	width: 1270px;
}

.client.commercial-header {
	height: 185px;
}

.topHeader {
	padding-top: 20px;
	height: 65px;
	background-color: #eee;
}

.topHeader ul.nav {
	margin-right: 0;
}


.bottomHeader {
	height: 50px;
}

.bottomHeader ul.nav {
	margin-left: 0px;
	font-size: 16px;
}

.bottomHeader .navbar .nav>li {
	margin-left: 0px;
}

.spacerAfterHeader {
	display: block;
	width: 100%;
	height: 131px;
}

.commercial-header + .spacerAfterHeader {
	height: 181px;
}

.logo {
	position: absolute;
}

.logo a {
	margin-left: 0px;
	margin-top: 0px;
	display: block;
}

#country-select {
	margin-left: 0px;
	margin-top: 0px;
}

.free_ship img {
	margin-top: 30px;
}

.logo img {
	float: left;
	width: 240px;
}

.logo h5.margintop {
	margin-top: 25px;
}

.icone li {
	/*padding-right:3px;*/
	padding-right: 6px;
	padding-top: 0px;
}

.icone li:first-child {}


#delivery_adrs {
	margin-bottom: -7px;
}

.nom_client {
	margin-left: 0;
	font-size: 85%;
	padding-top: 10px;
	padding-top: 0px\7;
	margin-left: 0;
	color: #777777;
}

.search_bar {
	margin: 5px 0px 0px 70px;
	width: 380px;
	float: left;
}

/*.form-search .input-append .search-query*/
.form-search .input-append .search-query {
	border-radius: 0px;
}


.header-nav {
	/*float: right;
	width: 270px;
        width: 300px;*/
	margin-bottom: 0;
}


.client .row-fluid [class*="span"] {
	font-size: 85%;
}


.client .navbar .nav>li>a {
	padding: 10px 0 10px 5px;
}


.bottomHeader .navbar .nav>li>a {
	color: #333;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: 500;
	padding: 15px 0px;
}

.bottomHeader .navbar .nav>li>.active {
	color: #113660;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: 500;
	padding: 15px 0px;
	text-decoration: underline;
}



.main-nav.navbar .nav>.active>a,
.main-nav.navbar .nav>li>a:hover,
.main-nav.navbar .nav>.active>a:hover {
	background-color: transparent;
	color: #113660;
	font-weight: bold;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-decoration: underline;
}

.divLogout {
	position: absolute;
	width: 400px;
	right: 0px;
	justify-content: flex-end;
	display: flex;
}

.divLogout>div {
	padding-left: 5px;
	padding-right: 5px;
}

.underLogout {
	margin-top: 18px;
}

.client .navbar .nav>li>a.logout:hover {
	background-color: #707070;
}

.w100 {
	width: 50px;
}

.div_total_amount {
	position: absolute;
	top: 50px;
	left: 570px;
	height: 25px;
	background: #EBEBEB;

}

.value_total_amount {
	width: 110px;
	height: 25px;
	border: 1px solid #aaa;
	text-align: center;
}

.progress_client {
	/*position: absolute;
  top: 50px;  
  top: -4px;
  left: 500px;
  left: 45px;
  right: 130px;*/
	width: 100px;
	height: 25px;
	background: #EBEBEB;
	border: 1px solid #aaa;
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
	background-color: #B8B8B8;
}

.postMiniPanier li.dropdown {
	margin-top: 10px;
}

#country-select .dropdown dt a {
	border: none;
}

.progress_client p {
	text-align: center;
	margin-top: 0px;
}

.progress_client .progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
	background-color: #fc7f05;
}



#season {
	font-size: 13px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-top: 0px;
	height: 50px;
}

#season img {
	display: inline;
	padding-right: 5px;
}

#season input {
	margin: 10px 5px 10px 5px;
}

/* FIN header*/

.ariane hr {
	margin-top: 0px;
	width: 450px;
}

.ariane a:hover {
	color: #000;
}

/*******       HOME         ************/
.home h2 {
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 0.6em;
	padding-left: 0;
}

.home .slide {
	margin-left: -1.4em;
	margin-top: 0;
}

.home .slider-wrapper.theme-bar {
	border: 0;
}

.home .slider-wrapper {
	margin-left: 0px;
}

.home .well-small.popular {
	padding: 0;
	margin-top: 3.9em;
	width: 91%
}

/*encadre gris dte*/
.home .nav-list>li>a {
	margin-right: 0px;
}

.home .nav-list .nav-header {
	margin-right: -23px;
}

.home .nav-list .nav-header:first-child {
	margin-top: 25px;
}

.nomargin {
	margin-left: -25px;
	padding-left: 0;
}

.nopadding {
	padding-left: 0;
}

/* 2e titre dans un row fluid*/

.catchPhrase {
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #666;
}

.catchPhrase div {
	font-family: Helvetica;
	border-right: solid 1px #666;
	width: 408px;
	text-align: center;
	float: left;
	font-size: 16px;
}

.catchPhrase div:last-child {
	border-right: none;
}

.catchPhrase b {
	color: #000;
}

.vignettes {
	margin-top: 10px;
}

.vignettes div.span4 {
	margin-left: 10px;
	width: 403px;
	position: relative;
	overflow: hidden;
}

.vignettes div img {
	margin-bottom: 5px;
	width: 100%;
	transition: all 0.3s ease;
}

.vignettes div {
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
}

.vignettes a {
	display: block;
	position: relative;
	color: #666;
}

.vignettes a:hover {
	color: #666;
}

.vignettes .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 5px);
	background: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.vignettes .overlay-text {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	transform: translateY(20px);
	transition: all 0.3s ease;
}

.vignettes a:hover .overlay {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.vignettes a:hover .overlay-text {
	transform: translateY(0);
}

.vignettes a:hover img {
	transform: scale(1.05);
}

.span5.latest_news>h4,
.span5.latest_news>h5,
.span5.latest_news>p {
	margin-left: 50px;
}


.promo {
	margin: 0 50px 50px 0;
}

.promo .caption img {
	float: right;
	margin-top: -10px;
	padding-left: 20px;
}

.promo .caption p {
	text-align: left;
	font-size: 82%;
	margin-bottom: 0;
	font-weight: bold;
}

.promo .caption p+p {
	font-size: 70%;
	font-weight: normal;
}

.first {
	margin-left: 45px;
}

.marginright {
	margin-right: 35px;
}

.home table {
	margin-left: 25px;
	font-size: 12px;
}

.focus .header {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	/*  line-height: 20px;*/
	color: #666666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.promo .thumbnail {
	border-radius: 0;
	background: #FFF;
}

.stabilo {
	background-color: white;
	height: 22px;
	padding-left: 2px;
}


/* articles bas de page*/

/*      Formulaire     Registration    */

.registration_body {
	width: 100%;

}

.registration_body .logo {
	min-height: 82px;
	margin: 25px 0 0 25px;

}

.registration_body .logo h1 {
	margin: auto;
	text-align: center;
}

.registration_body .logo img {
	top: 55px;
}

.registration_body #languages {
	float: right;
	padding: 20px;
}

.registration1,
.registration2 {
	width: 44%;
	margin: auto;
	font-size: 90%;
}

.registration2 input[type="submit"] {
	float: right;
}

.registration1 label,
.registration1 input,
.registration1 select,
.registration2 label,
.registration2 input,
.registration2 select {
	font-size: 90%;
	display: inline-block;
}

.registration1 label,
.registration2 label {
	width: 237px;
	vertical-align: middle;
	text-align: right;
	margin-right: 20px;
}

.registration1 .inline label {
	display: inline;
}

.registration1 .inline label:first-child {
	margin-left: 190px;
}

.registration1 .inline input[type="radio"] {
	display: inline;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}

/* #registration_client_civility  label{ 
 width:50px;
 }*/


#registration_client_civility {
	display: inline;
}

#etape {
	width: 100px;
	margin: auto;
	background-color: #666;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 125px;

}

#etape a {
	color: #FFF;
}

#etape12 {
	width: 100px;
	margin: auto;
	height: 20px;
	/*background-color:#666;
	text-align:center;*/
}

#etape12 a {
	color: #FFF;
}

#sh {
	position: relative;
	top: -712px;
}


.alert-fields {
	width: 200px;
	margin: auto;
	height: 20px;
	color: red;
}


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


.thumbnails .panel {
	width: 205px;
}

.panel .caption {
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
}

textarea#send_message_content {
	margin: 0px 0px 9px;
	width: 476px;
	height: 165px;
}

/***********     FORMULAIRE selection de produit filter *********/


.selection {
	margin-top: -30px;
	padding: 10px;
	width: 167px;
}

.selection select {
	display: inline;
	font-size: 8pt;
	width: 165px;
	height: 25px;
	line-height: 25px;
	border-radius: 0;
}

.selection select,
.selection select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: url('../img/fleche_select.png') no-repeat center right;
	background-color: #f0f2f4;
}

.selection select::-ms-expand {
	display: none;
}

option {
	background-color: #fff;
	border: 1px solid white;
}

.selection filter li {
	list-type: none;
}

.selection h4 {
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-left: 2px;
}

.selection button {
	background-color: #707070;
	padding: 3px 6px;
	border: none;
	border-radius: 0px;
	color: #fff;
	font-weight: normal;
	margin-left: 60%;
	margin-top: 20px;
}

.selection button:hover {
	text-shadow: 0px 0px 5px #FFF;
}

/***************Sort by ****/
select#select_shipping,
select#select_payment {

	background-color: #E2E2E2;
	border-radius: 0px;
	height: 30px;
	margin-top: 10px;
	padding: 5px;
	width: 177px;

}

/************Formulaire login ***********/

.authentification {
	width: 100%;
	background-color: #fff;
}

.authentification h2 {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: -60px;
}

.authentification img {
	text-align: center;
	margin-left: 30%;
	width: 35%;
}

.authentification .login {	
	padding: 75px 20px 20px 20px;
	text-align: center;
}

.authentification a {
	color: #0088dc;
}

.authentification a:hover {
	color: #333;
}

.authentification label {
	display: inline-block;
	text-align: right;
	padding-right: 3px;
	width: 100px;
	color: #FFF;
}

.authentification input {
	color: #bda3a3;
	border-radius: 0px;
}

.authentification .btn2 {
	color: #fff;
	margin-left: 280px;
	background: rgb(149, 171, 201);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YWJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTcxODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(149, 171, 201, 1) 0%, rgba(101, 113, 129, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149, 171, 201, 1)), color-stop(100%, rgba(101, 113, 129, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(149, 171, 201, 1) 0%, rgba(101, 113, 129, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(149, 171, 201, 1) 0%, rgba(101, 113, 129, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(149, 171, 201, 1) 0%, rgba(101, 113, 129, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(149, 171, 201, 1) 0%, rgba(101, 113, 129, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95abc9', endColorstr='#657181', GradientType=0);
	/* IE6-8 */
}

.authentification input [type="submit"] {
	font-weight: normal;
	text-align: center;
	float: right;
}


/************Etiquettes prix ***********/
.prix_promo {
	font-weight: normal;
	font-size: 85%;
	text-decoration: line-through;
}

.label-promo {
	background-color: #b94a48;
	/*rouge*/
}

.label-remise {
	background-color: #4dc007;
	/*vert*/
}

.nom_produit {
	line-height: 1em;
	font-size: 90%;
}

p.nom_produit {
	margin-bottom: 3px;
}



/************Page PRODUCT (detail)***********/

.thumbnail.product_detail {
	padding: 0px;
	width: 240px;
	background: #FFF;
	border-radius: 0;
	min-height: 260px;
}

.thumbnail.product_detail a img {
	margin: 0px;
}

.caption {
	margin-top: 0px;
	padding: 0px 0px 0px 5px;
	border-top: 1px solid #666666;
	border-radius: 0px 0px 4px 4px;
	line-height: 20px;
}

.product_detail .label {
	font-size: 110%;
	padding: 3px 5px;
}

.product_detail p {
	margin-bottom: 0;
	margin-top: 9px;
	padding-bottom: 2px;
}

img.stock {
	padding-right: 1px;
	vertical-align: text-bottom;
}

.reference {
	width: 80px;
	margin-left: -6px;
	padding-left: 3px;
	transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	/* IE 9 */
	-webkit-transform: rotate(350deg);
	/* Safari and Chrome */
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	zoom: 1;
	border-radius: 0px;
	border: 2px white solid;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 1px black;
	-webkit-box-shadow: 1px 1px black;
	box-shadow: 1px 1px black;
	color: #FFF;
	background-color: #B0B0B0;
	color: #000000;
	opacity: 1;
}

.no-product {
	width: 400px;
	height: 50px;
	margin-left: -6px;
	padding-left: 3px;
	transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	/* IE 9 */
	-webkit-transform: rotate(350deg);
	/* Safari and Chrome */
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	zoom: 1;
	border-radius: 0px;
	border: 2px white solid;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 1px black;
	-webkit-box-shadow: 1px 1px black;
	box-shadow: 1px 1px black;
	color: #FFF;
	background-color: #B0B0B0;
	color: #ffffff;
	font-size: 36pt;
	opacity: 1;
	text-align: center;
	margin: 20px 0px 0px 50px;
	padding-top: 20px;
}

.titre,
.data {
	width: 150px;
	height: 24px;
	background-color: #afacac;
	font-weight: bold;
	color: #FFFFFF;
}

.data {
	background-color: #d1d0d0;
	color: #666;
	width: 200px;
}

.produit_detail h3 {
	color: #8c8989;
	margin-left: -32px;
}

.produit_detail table {
	border: 1px dotted #666666;
	width: 500px;
	background-color: white;
	margin: 5px 0 15px 0;
}

.produit_detail td,
.produit_detail th {
	border: 1px solid #666666;
}

.produit_detail td {
	text-align: center;
}

.produit_detail tr+td {
	border: 1px solid #F00;
}

.produit_detail caption {
	font-size: 110%;
}

.produit_detail label {
	display: inline-block;
	vertical-align: middle;
}

.produit_detail input {
	display: inline-block;
	width: 20px;
	margin-left: 5px;
}

.produit_detail ul {
	list-style-type: none;
}

.produit_detail #parcel {
	margin-top: 10px;
}

#parcel_quantity {
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
	width: 100px;
	/* float: right;	
    margin-right:170px; */
}

.productName {
	font-weight: bold;
	color: #000;
	font-size: 15pt;
}

/**************footer********/
.footer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 11pt;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #8F8F8F;
}

.footer p {
	display: inline;
	margin-left: 20px;
}

.footer ul {
	display: inline;
	margin-left: 0;
}

.footer ul li {
	display: inline;
	list-type: none;
	margin-right: 80px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #aaa;
}

.footer a img {
	vertical-align: top;
	margin-left: 15px;
}

.upperFooter {
	text-transform: uppercase;
}

.downerFooter {
	margin-top: 10px;
}

.downerFooter ul li {
	border-right: solid 1px #c9c8c7;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
}

.downerFooter ul li:last-child {
	border-right: none;
}


#product {
	color: #000;
}

#product .magnify {
	margin: 0;
	position: relative;
	cursor: none;
}

/*Lets create the magnifying glass*/
#product .large {
	width: 175px;
	height: 175px;
	position: absolute;
	border-radius: 100%;
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	/*hide the glass by default*/
	display: none;
}

/*To solve overlap bug at the edges during magnification*/
#product .small {
	/*width: 100%;*/
	height: 465px;
	display: block;
}

#filter .titreFiltre {
	font-size: 18pt;
	margin-left: 8px;
	margin-top: -25px;
	position: absolute;
}

#filter #amount {
	color: #707070;
	border: 0;
	font-weight: bold;
	width: 140px;
}

.nav-tabs.padding-16 {
	padding-left: 16px;
}

.padding-16 {
	padding-left: 16px;
	border-color: #C5D0DC;
	margin-bottom: -1px;
}

.nav-tabs {
	border-color: #C5D0DC;
	margin-bottom: -1px;
}

.nav-infos-client {
	color: #576373;
	border-color: #C5D0DC;
	border-top: 2px solid #4C8FBD;
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #FFF;
	z-index: 12;
	line-height: 16px;
	margin-top: -1px;
	box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #576373;
	border-color: #C5D0DC;
	border-top: 2px solid;
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #FFF;
	z-index: 12;
	line-height: 16px;
	margin-top: -1px;
	box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}

.nav-tabs>li:first-child>a {
	margin-left: 0;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus {
	border-radius: 0 !important;
	background-color: #F9F9F9;
	color: #666;
	margin-right: -1px;
	line-height: 16px;
	position: relative;
	z-index: 11;
	border-color: #C5D0DC;
}

.header.blue {}

h4.smaller {
	font-size: 17px;
}

.header {
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}

.blue {
	color: #444444 !important;
}

.bolder {
	font-weight: bolder;
}

h4 {
	font-size: 18px;
	font-weight: normal;
}

.space-10 {
	max-height: 0;
	overfed: hidden;
	margin: 12px 0;
	margin: 10px 0;
}

.user-profile .form-horizontal .control-label {
	width: 125px;
}

label,
.lbl {
	vertical-align: middle;
}

.user-profile .form-horizontal .controls {
	margin-left: 140px;
}


.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1270px;
}

.container-brands {
	width: 1270px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
}


.licence-letter {
	font-size: 16pt;
	width: 20px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.progress {
	position: relative;
	bottom: -1px;
	width: 100%;
	height: 20px;
}

p.overBar,
p.info_client {
	padding-left: 10px;
	position: absolute;
	color: #fff;
	width: 100%;
}

p.nom_produit {
	color: #000;
}

.thumbnail {
	border: solid 1px #666;
}

.btn {
	background: #9A9A9A;
	border: medium none;
	color: #FFFFFF;
	margin: 0 -1px 0 -1px;
	text-shadow: 0px 0px 0px #FFF;
	box-shadow: none;

}

.form-search .input-append .btn {
	border-radius: 0px;
}

button.btn {
	height: 30px;
}

.btn:hover {
	background: #000;
	border: medium none;
	color: #FFFFFF;
	margin: 0;
	text-shadow: 0px 0px 5px #FFF;
	transition: none;
	margin: 0 -1px 0 -1px;
}

.icon-trash {
	background-image: url("../img/glyphicons-halflings-white.png");
}

ul.licences {
	list-style-type: none;
	margin-bottom: 40px;
	display: block;
}

ul.licences li {
	float: left;
	display: block;
	vertical-align: middle;
}

ul.licences .panel {
	margin: 5px;
	width: 100px;
	display: block;
	vertical-align: middle;
}

ul.licences .picture {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 90%;
	vertical-align: middle;
}

ul.licences .picture-frame {
	margin: auto;
	height: 86px;
	border: 1px solid #AAA;
	line-height: 20px;
	text-align: center;
	width: 90%;
}

ul.licences .picture p {
	text-align: center;
}

ul.licences .panel .picture-info {
	margin-top: 5px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border-radius: 0px;
	color: #707070;
}

#licences-frame {
	margin-left: 95px;
}

#licences-frame hr {
	margin: 10px 0;
	border-top: solid 1px #666666;
}

#licences-alpha {
	position: fixed;
	margin-top: 17px;
	margin-right: 40px;
}

#licences-alpha ul {
	list-style-type: none;
}

#licences-alpha ul li {
	margin-bottom: 5px;
	margin-top: 7px;
}

#licence-main .alpha {
	color: #707070;
}


#ogonesubmit {
	background: url(../img/CreditCardLogos.jpg) no-repeat;
	width: 150px;
	height: 52px;
}

.row-fluid div.produit_detail.span8 {
	width: 360px;
	margin-right: 75px;
}

#content #product {
	background: #FFF;
	border: solid 1px #656565;
	padding: 30px;
	height: 660px;
}

.detailTab {
	color: #000;
	margin-top: 10px;

}

.detailTab .titre {
	color: #000;
	background: #FFF;
}

.detailTab .data {
	color: #666666;
	background: #FFF;
}

.detailTab tr {
	/*height: 35px;*/
	height: 24px;
}

.produit_detail .detailTab {
	border: none;
	width: auto;
	margin: 0;
}

.produit_detail .detailTab tr td {
	border: none;
	text-align: left;
	vertical-align: top;
}

.produit_detail .detailTab tr td.data {
	border-left: solid 5px #F5F5F5;
	text-align: left;
}

img.licenseLogo {
	float: right;
}

#counterProduits {
	background-color: #666666;
	border: 2px solid #FFFFFF;
	border-radius: 0px;
	box-shadow: 1px 1px #000000;
	color: #FFFFFF;
	margin-left: -6px;
	opacity: 0.4;
	padding-left: 3px;
	transform: rotate(10deg);
	width: 110px;
	float: right;
	font-size: 16pt;
	padding: 5px;
	text-align: center;
}

div.leftofcart {
	margin-top: 20px;
	margin-bottom: 20px;
}

#counterProduits span {
	font-size: 10pt;
}

h2 span.counter {
	font-size: 20px;

}

.ui-rangeSlider-bar {
	background: none;
}

.ui-rangeSlider-label {
	background: none;
	color: #666666;
	box-shadow: none;
}

#filter {
	padding: 5px;
	width: 185px;
	font-size: 10pt;
	border-right: 1px solid #666666;
}

#filter .flist div {
	margin-top: 3px;
	height: 15px;
}

#filter input {
	margin-right: 10px;
	margin-top: 0px;
}

#filter div {
	vertical-align: middle;
	line-height: 0;
}

#filter h4 {
	color: rgb(106, 167, 206);
}


.row-fluid .listProducts {
	margin-left: 5px;
	padding-left: 13px;
}

.notice-event .alert {
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 10px 15px;
	border: solid 1px #808080;
	box-shadow: 5px 5px 5px #CCCCCC;
}

.notice-event .alert div {
	border-top: solid 1px #808080;
	padding-top: 10px;
	color: #000;
}

.messageTitle {
	font-weight: bold;
	/*text-shadow: 3px 2px 2px #A0A0A0;*/
	font-size: 16px;
}

.messageAuthor {
	font-style: italic;
	/*text-shadow: 3px 2px 2px #A0A0A0;*/
	color: #567757;
}

ul.products li {
	margin-left: 10px;
}

a.linkToProduct {
	display: block;
	width: 100%;
	min-height: 150px;
	text-align: center;
}

.productDetailTag {
	font-size: 20px;
	width: 250px;
	height: 100px;
}

.productListLeftCaption {
	width: 250px;
	float: left;
	display: block;
	padding-top: 3px;
}

.homeCaption .productListLeftCaption {
	width: 300px;
}

.add-cart {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.no-add-cart {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.add-wishlist {
	display: block;
	margin: 5px;
}


.productListLeftCaptionAvailable,
.productListLeftCaptionStocks {
	display: block;
	position: absolute;
	width: 80px;
	color: #000;
	margin-left: 39px;
	margin-top: -5px;
}

.productListLeftCaptionStocks img.stock {
	vertical-align: text-top;
}

.thumbnail.product_detail a.add-cart img {
	margin: 0px;
}

.productListPriceTag {
	float: right;
	display: block;
	width: 60px;
	color: #ED1B24;
	margin: 60px -40px 0px 0px;
}

.productListPriceTagDetail {
	color: #ed1b24;
	display: block;
	float: right;
	width: 60px;
	margin-right: 10px;
}


.home .currentPrice {
	height: 20px;
}


.privileged {
	color: #000;
	display: block;
	float: right;
	width: 100%;
	margin-top: -12px;
	text-align: left;
}

.currentPrice {
	display: block;
	font-size: 14pt;
	white-space: nowrap;
	width: 100%;
	font-family: CenturyGothic;
	float: right;
	text-align: left;
	margin-top: 3px;
}

span.euro {
	/*font-size:10pt;*/
	font-size: 8pt;
}

.percentageTag {
	background: url(../img/promo-fagnon.png) no-repeat 0 0;
	display: block;
	color: #FFF;
	width: 45px;
	height: 45px;
	white-space: nowrap;
	text-align: center;
	font-size: 120%;
	font-family: CenturyGothic;
	padding-top: 5px;
	float: right;
	margin: 0px 5px 0 5px;
}


.percentageTagDetail {
	/*    background: url("../img/promo-fagnon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background: url("../img/promo-fagnon3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	display: block;
	position: absolute;
	font-family: CenturyGothic;
	font-size: 120%;
	height: 40px;
	left: 110px;
	padding: 5px 3px 0 5px;
	margin-top: -10px;
	margin-left: 5px;
	text-align: center;
	white-space: nowrap;
	width: 37px;
}


span.percent {
	font-size: 80%;
}

.oldPrice {
	text-decoration: line-through;
}

div.oldPrice {
	display: block;
	color: #000;
	width: 100%;
	text-align: center;
	font-size: 90%;
	font-family: CenturyGothic;
}


.thumbnail {
	position: relative;
}

.input-prepend.input-append .btn.remove-product {
	margin-left: 5px;
}

div.input-quantity {
	/*width:55px;*/
}

div.address {
	width: 190px;
	border: 2px solid #707070;
	float: left;
	margin-left: 10px;
	padding: 5px;

}

div.address-pending {
	border: 5px solid #888;
	background-color: #eee;
	color: #aaa;

}


div.address table,
div.address table tr td {
	border: none;
	padding: 0;
}

div.address table {
	margin-left: 10px;
}

div.address input,
div.address table {
	float: left;
	display: block;
}

#all-address .address .hover {
	color: #F00;
}

#caddy-comment {
	float: left;
	margin-left: 20px;
}

#caddy-comment textarea {
	width: 800px;
}

#caddy-comment .btn2 {
	float: left;
}

#summary-comment textarea {
	width: 415px;
}

#free-shipping {
	color: #0088AF;
	padding: 50px 0px 0px 50px;
	witdh: 600px;
	height: 100px;
	background: url(../img/free-shipping.jpg) no-repeat center top #fff;
}

#mess-counter {
	position: absolute;
	left: 10px;
	top: 5px;
}

/*summary order  */
.table-bordered {
	width: 95%;
	margin: auto;
}

#order #bestseller,
#order #besttitle {
	list-style-type: none;
}

#order #bestseller li,
#order #besttitle li {
	float: left;
	width: 180px;
	margin: 10px;
}

#order #bestseller .pic,
#order #besttitle .pic {
	border: 0px solid #0088AF;
}

#bestseller li span.currentPrice {
	color: #ed1b24;
	display: block;
	float: right;
	margin: 10px 37px 0 10px;
	width: auto;
}

#bestseller li a.imgPanier {
	float: left;
	margin-left: 30px;
}

#order #besttitle {
	font-size: 16pt;
	padding: 2px 5px;
}

#order #alert-collect {
	width: 600px;
	margin-left: 20px;
	float: left;

}

.pic img {
	width: 200px;
}



#order .alert-info {
	margin-left: 30px;
	margin-right: 30px
}

.advert-left {
	position: absolute;
	left: -450px;
	top: 0px;
}

.advert-right {
	position: absolute;
	left: 480px;
	top: 0px;
}

.icon-ok {
	background-position: -288px 0px;
}

#sendMessage .modal {
	/* new custom width */
	width: 800px;
	/* must be half of the width, minus scrollbar on the left (30px) */
	margin-left: -400px;
}

#messaging {
	margin: 50px 0px 0px 50px;
}

#generic>h2 {
	padding-left: 0;
}

/*CGV  TOC */

.label-info,
.badge-info {
	background: none;
	border: solid 1px #707070;
	text-align: center;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
	background-color: #60A7CF;
}

.detailTab td.productPrice {
	font-weight: bold;
	color: #000;
	font-size: 12pt;
}

.totalAssort {
	text-align: right;
	font-size: 12pt;
}

#discountProduct {
	background: url(../img/promo-fagnon3.png) no-repeat 0 0;
	display: block;
	color: #FFF;
	width: 200px;
	height: 149px;
	white-space: nowrap;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	font-family: CenturyGothic;
	padding-top: 20px;
	padding-left: 25px;
	float: right;
	margin: -2px -100px 0 0px;
	/*	margin:-25px -100px 0 0px;*/
}

#discountProductBlank {
	display: block;
	color: #FFF;
	width: 200px;
	height: 149px;
	white-space: nowrap;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	font-family: CenturyGothic;
	padding-top: 20px;
	padding-left: 25px;
	float: right;
	margin: -2px -100px 0 0px;
	/*	margin:-25px -100px 0 0px;*/
}

#discountProductText {
	display: block;
	color: #FFF;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	font-family: CenturyGothic;
	transform: rotate(-7deg);
	margin-top: -10px;
}

.new-product-logo {
	position: absolute;
	top: -3px;
	right: -10px;
}

.newsletter-product-logo {
	position: absolute;
	top: 0px;
	right: 0px;
}

.quantity-discount-product-logo {
	position: absolute;
	top: 5px;
	right: 40px;
}

.order_title {
	margin: 10px 0px 10px 0px;
	witdh: 100%;
	text-align: center;
	font-size: 20pt;
	padding: 10px 0px 10px 0px;

}

#confirm_picture {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}

.flist {}

.fhide {
	display: none;
}

.ui-rangeSlider-container,
.ui-rangeSlider-bar {
	height: 1px;
}

.ui-rangeSlider-label-inner {
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	height: 15px;
	width: 2px;
	background: #666;
	margin: 7px auto 0;
}


ul.sortUl li.selectedSort a {
	font-weight: bold;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	border-radius: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

#btn-filter {
	margin-left: -30px;
}

#btn-filter li {
	float: left;
	width: 85px;
}

#btn-filter button {
	font-size: 12pt;
	width: 70px;
	margin-left: 0;
}

#sort-filter ul {
	list-style-type: none;
	margin: 0px;
}

#sort-filter li {
	float: left;
	width: 200px;
	margin: 0px;
}

#sort-filter input {
	margin-top: -3px;
}


#season-filter ul {
	list-style-type: none;
	margin: 0px;
}

#season-filter li {
	float: left;
	width: 125px;
	margin: 0px;
}

#preselling-category {
	margin-right: 40px;
	border-bottom: 1px solid #ccc;
	float: right;
}

#price-over {
	color: rgb(93, 167, 208);
	font-weight: bold;
}

#main-menu .divider {
	display: inline-block;
	width: 0;
	height: 10px;
	margin: 0px 10px 0px 10px;
}

.contentPage {
	padding-left: 20px;
	padding-right: 20px;
}

#registration-done {
	text-align: center;
	width: 100%;
	height: 500px;
}



#reg-content {
	margin-top: 150px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	border: 3px solid #70A6CB;
	padding: 30px;
}

.bottomHeader ul.main-menu {
	margin-left: 10px;
}

.alert-2orders {
	margin: 10px 50px 20px 50px;
	border: 3px solid #FF0000;
	background-color: #FFFFFF;
	color: #ff0000;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	width: 50%;
	margin: auto auto 20px auto;
}


.search {
	position: absolute;
	width: 300px;
	top: 10px;
	left: 410px;
	color: #aaa;
	font-size: 16px;
}

.search input {
	width: 285px;
	height: 20px;
	background: #EBEBEB;
	border: 1px solid #aaa;
	border-radius: 12px;
	color: #949897;

}

.search input {
	text-indent: 10px;
}

.search .fa-search {
	position: absolute;
	top: 7px;
	right: 10px;
}

#basket {
	position: absolute;
	top: 50px;
	left: 430px;
	width: 60px;
	height: 25px;
	background: #EBEBEB;
	border: 1px solid #aaa;
}

#basket-article {
	/*margin-left: 20px;*/
	text-align: center;
}

#basket-picture {
	/*top: -8px;*/
	top: -10px;
	left: -30px;
	position: absolute;
	/*width: 40px;*/
	width: 50px;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

#product .btn {
	background: #115DA2;
	border: medium none;
	color: #FFFFFF;
	margin: 0 -1px 0 -1px;
	text-shadow: 0px 0px 0px #FFF;
	box-shadow: none;

}

#product #add-cart-product {
	border-radius: 0px;
	background: #aaaaaa;
	color: #FFFFFF;
}

.produit_detail .colisage td {
	border: none;
}

.progress-info2 {
	background: #cccccc;
	height: 25px;
}

.progress.active .bar {
	background: #115398;
}

.modal-backdrop {
	background-color: #fff;
}

#productButtons {
	z-index: 9999;
	position: absolute;
	margin-left: -20px;
	margin-top: -20px;
}


#productButtons .btn {
	background: #9A9A9A;
}

#productSize {
	font-size: 9pt;
	display: block;
	width: 150px;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 5px;
}

.countDown {
	text-align: center;
	display: flex;
	background-color: #EEEEEE;
	height: 100px;
	width: 100%;
}

.countDownPart {
	flex-flow: column;
	justify-content: center;
	width: 33%;
	margin: auto;
}

#countPartLeft {
	color: #fff;
	margin: auto;
	font-size: 28px;
	text-align: center;
	justify-content: center;
	background-color: #f00;
	width: 80%;
	line-height: normal;
}

#countPartMiddle {
	color: #f00;
	margin: auto;
	font-size: 20px;
	text-align: center;
	width: 80%;
	line-height: normal;
}


#countPartRight {
	color: #f00;
	margin: auto;
	font-size: 20px;
	text-align: center;
	width: 80%;
	line-height: normal;
}

#countDays {
	font-weight: bold;
	color: #115398;
}

.blueLink {
	color: #0088dc;
}

#countdown-discount {
	padding-top: 10px;
	color: #000;
}

#countdown-discount li {
	line-height: 108%;
}

#quantitydiscount-product-header {
	font-size: 10px;
}

#quantitydiscount-product-header th {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	line-height: 1em;
}

.commercial-widget {
	height: 50px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: none;
}

.commercial-header .commercial-widget {
	display: block;
}

.client-info-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	height: 34px;
}

.info-block {
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-right: 1px solid #ddd;
}

.info-block:last-child {
	border-right: none;
}

.info-block i {
	font-size: 16px;
	color: #113660;
	margin-right: 8px;
}

.info-content {
	display: flex;
	flex-direction: column;
}

.info-content .label {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	background: none;
	padding: 0;
	text-shadow: none;
	font-weight: 600;
	margin-bottom: 2px;
}

.info-content .value {
	font-size: 12px;
	color: #113660;
	font-weight: 500;
	line-height: 1;
}

.info-block.company .value {
	font-weight: 600;
	font-size: 13px;
}