@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600);
/*
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
/*
::selection {
	color: #fff;
	background: #00A79D;
}

::-moz-selection {
 color: #fff;
 background: #034d88;
}
*/
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	color: #333;
	font-size: 14px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', 'Arial', sans-serif;
}
h1, h2, h3, h4, h5, h6, div.h2, div.h3, div.h4, div.h5, div.h6 {
	margin: 0 0 25px 0;
	font-family: 'Lato', 'Arial', sans-serif;
	line-height:1.1;
}
p {
	margin-bottom: 25px;
}
img {
	max-width: 100%;
}
.container {
	max-width: 1024px;
}

header div.h1 {
	float: left;
	display: inline-block;
	margin: 0 0 40px 0;
}
header div.h1 a {
	display: block;
	float: left;
}
a.alogo{
  font-size: 12px;
  text-align: right;
  color: white;
  cursor: context-menu;
}
a.alogo:hover{
  color: white;
}

.top-header {
	float: right;
}

.top-header ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.top-header ul li {
	float: right;
	margin-left: 40px;
}

.top-header ul li:last-child {
	margin-right: 0;
}

.top-header ul li a img {
	margin-top: -5px;
}

.top-header ul li a:focus, .top-header ul li a:hover {
	outline: none;
	text-decoration: none;
	color: #e7e7e7 !important;
}

.top-header .modal-lg {
	width: 978px;
}

.top-header div#inscription .modal-lg {
	max-width: 600px;
}

.top-header .close {
	top: 0;
	opacity: 1;
	outline: none;
}

.top-header .modal-header {
	border-bottom: none;
}

.top-header .modal-body {
	padding: 45px 60px;
}

.top-header .modal-body h2, .top-header .modal-body div.h2 {
	/*font-size: 36px;*/
	font-size:28px;
	color: #f6f6f6;
	font-weight: 300;
	text-transform: uppercase;
}
.top-header .modal-body h2 strong, .top-header .modal-body div.h2 strong {
	font-weight: 700;
}
.top-header .modal-body .col-lg {
	float: left;
	max-width: 420px;
}
.top-header .modal-body .col-md {
	float: right;
	max-width: 380px;
}
.top-header .modal-body .col-md ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.top-header .modal-body .col-md ul li {
	float: left;
	margin-left: 15px;
	width: 100%;
	display: block;
	font-size: 14px;
}
.top-header .modal-body .col-md ul li:before {
	content: '';
	float: left;
	width: 4px;
	height: 4px;
	background: #b30b24;
	margin: 7px 10px 0 0;
}
.top-header .modal-body .col-lg .btn,.top-header .modal-body .col-lg span.button {
	background: #b30b24;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	/*font-size: 16px;*/
	font-size:14px;
	padding: 8px 20px;
	border-radius: 0;
	letter-spacing: 2px;
}
.top-header .modal-body .col-lg .form-group {
	background: none;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.top-header .modal-body .col-lg .form-group .form-control {
	float: right;
	width: 65%;
	background: none;
	border: 0;
	box-shadow: none;
}

.top-header div#inscription .modal-body .col-lg .form-group .form-control {
  width: 55%;
}

.top-header .modal-body .col-lg label {
	float: left;
	font-weight: 400;
	text-align: left;
	color: #c9c9c9;
	padding: 5px 0;
}
.top-header .modal-body .col-lg input[type='text'], .top-header .modal-body .col-lg input[type='email'], .top-header .modal-body .col-lg input[type='password']{
	border: solid 2px #3e3e3e;
	padding: 8px 10px;
	width: 100%;
	float: left;
	/*background: none;*/
	outline: none;
	background-color: #c9c9c9;
	color:black;
}

.top-header .modal-body .col-lg .form-group .form-control input::-webkit-input-placeholder {
	color:#c9c9c9;
}

.top-header .modal-body .col-lg .form-group .form-control input:-moz-placeholder { /* Firefox 18- */
	color:#c9c9c9;
}

.top-header .modal-body .col-lg .form-group .form-control input::-moz-placeholder {  /* Firefox 19+ */
	color:#c9c9c9; 
}

.top-header .modal-body .col-lg .form-group .form-control input:-ms-input-placeholder {  
	color:#c9c9c9;
}



.top-header .modal-body .col-lg small {
	font-style: italic;
	font-size: 12px;
	margin-left: 37%;
}
.top-header .modal-body h3, .top-header .modal-body div.h3 {
	margin: 70px 0 0 0;
	/*font-size: 20px;*/
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.top-header .modal-body h3 a, .top-header .modal-body div.h3 a {
	color: #fff;
}
.top-header .modal-body h3 span, .top-header .modal-body div.h3 span {
	font-weight: 900;
}
.top-header .modal-body h3 i, .top-header .modal-body div.h3 i {
	color: #c8c8c8;
	padding-left: 65px;
}


/*navigation*/
.navbar-default {
	background: none;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	min-height: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>h1>a, .navbar-default .navbar-nav>li>h1>a:focus{
	color: #e7e7e7;
	font-size: 15px;
	text-transform: uppercase;
  line-height: 1.1;
  display: block;
}

.nav {
	width: 100%;
}
.nav h1{
  margin: 0px !important;
  font-size: 15px !important;
  position: relative;
  display: block;
}

.nav>li, .nav>li>h1 {
	margin-right: 30px;
}
.nav>li>a, .nav>li>h1>a, .nav>li>span {
	padding: 0 0 30px 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>h1>a {
	background: none;
	color: #e7e7e7;
	font-weight: 900;
}

.navbar-default .navbar-nav>.activeNoel>a, .navbar-default .navbar-nav>.activeNoel>h1>a {
	color: #CFB386 !important;
}

.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>h1>a:hover, 
.navbar-default .navbar-nav>.active>h1>a:focus, 
.navbar-default .navbar-nav>li>h1>a:hover {
	font-weight: 400;
	background: none;
	color: #e7e7e7 !important;
}

.navbar-default .navbar-nav>.activeNoel>a:hover, 
.navbar-default .navbar-nav>.activeNoel>a:focus,
.navbar-default .navbar-nav>.activeNoel>h1>a:hover, 
.navbar-default .navbar-nav>.activeNoel>h1>a:focus {
	color: #CFB386 !important;
}

.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>h1>a:hover {
	font-weight: 900;
}
.nav>li.hide-me {
	float: right;
	margin-right: 0;
  height: 16px;
}
.nav>li.hide-me>span{
	color: #e7e7e7;
  font-size: 15px;
  text-transform: uppercase;
  height: 16px;
  line-height: 1.1;
  position: relative;
  display: block;
}

.search-results>ul {
	display: none;
	margin: 0;
	right: 0;
	background: #FFF;
	list-style: none;
	position: relative;
	z-index: 160000000;
  padding-inline-start: 0px !important;
}
.search-results>ul>table {
  border: 1px solid #ececec;
  margin-bottom: 0;
}
.search-results>ul>table>thead>tr>td {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background: #ececec;
}
.search-result:hover {
  background: #ececec;
}
.search-result-col1 {
  width: 60px;
  height: 60px;
  padding: 5px;
}
.search-result-col1>img {
  width: 55px;
  height: 55px;
}
.search-result-col2 {
  width: auto;
  padding: 0px 5px;
  text-align: left;
  color:#333;
}
.search-result-col2>.nom-article {
  font-weight: bold;
}
.search-result-col2>.prix-initial {
    text-decoration: line-through;
    display: inline-block;
    color: #b8b8b8;
}
.search-result-col2>.montant-remise {
    float: right;
    display: inline-block !important;
    color: #888 !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
    text-decoration: none;
    text-align: center;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    margin-right: 0 !important;
    text-decoration: none !important;
    font-family: helvetica, arial, sans-serif;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}
.search-result-col2>.prix-final {
  font-style: #0F0;
}
.nav>li.hide-me>a span,.nav>li.hide-me>span span {
	color: #c30925;
}
.nav>li.hide-me>ul {
	display: none;
	margin: 0;
	right: 0;
	width: 262px;
	padding: 18px;
	background: #ececec;
	list-style: none;
	position: absolute;
	z-index: 1000;
}
.nav>li.hide-me:hover>ul {
	display: block;
}
.nav>li.hide-me>ul>.table, .basket ul li ul>.table {
	margin-bottom: 0;
	font-size:12px; 
	
}
.nav>li:last-child>ul>.table-condensed>tbody, .basket ul li ul>li:last-child>ul>.table-condensed>tbody {
	font-size: 12px;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr>td, .basket ul li ul>.table-condensed>tbody>tr>td {
	border-top: none;
	vertical-align: middle;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr>td.type strong, .basket ul li ul>.table-condensed>tbody>tr>td.type strong {
	display: block;
	color: #484848;
	font-weight: 700;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr>td.type span, .basket ul li ul>.table-condensed>tbody>tr>td.type span {
	font-weight: 400;
	font-size: 12px;
	color: #747474;
	display: block;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr>td.qty, .basket ul li ul>.table-condensed>tbody>tr>td.qty {
	color: #bf0a25;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr>td.price, .basket ul li ul>.table-condensed>tbody>tr>td.price {
	font-size: 16px;
	color: #414141;
	text-align:right;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr.total, .basket ul li ul>.table-condensed>tbody>tr.total>td {
	border-top: solid 1px #afafaf;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr.total>td, .basket ul li ul>.table-condensed>tbody>tr.total>td {
	padding: 15px 0 0 0;
}
.nav>li.hide-me>ul>.table-condensed>tbody>tr>td>a.order, .basket ul li ul>.table-condensed>tbody>tr>td>a.order {
	float: right;
	margin: 10px 0 0 0;
	padding: 8px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	background: #c30925;
}
.navbar-nav>li.show-me {
	display: none;
	text-align: center;
	float: none;
}
ul.hide-me-desktop {
	display: none;
	list-style: none;
}
ul.hide-me-desktop li span {
	display: block;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0 10px 0;
	color: #fff;
}
ul.hide-me-desktop li .newsletter-nav {
	clear: both;
	display: block;
	max-width: 177px;
	border: solid 2px #3e3e3e;
	margin: 0 auto 20px auto;
}
ul.hide-me-desktop li .newsletter-nav input[type='text'], ul.hide-me-desktop li .newsletter-nav input[type='email'] {
	color: #5f5f5f;
	font-size: 12px;
	padding: 5px 10px;
	outline: none;
	border: none;
	background: none;
}
ul.hide-me-desktop li .newsletter-nav button[type='submit'] {
	background: none;
	outline: none;
	border: none;
	color: #5f5f5f;
}
.basket {
	position: absolute;
	width: 262px;
	top: 0;
	right: 20px;
	display: none;
}
.basket ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.basket ul li ul {
	display: none;
	background: #ececec;
	padding: 18px;
}
.basket ul li:hover ul {
	display: block;
}
.basket ul li a.cart {
	float: right;
	padding-bottom: 10px;
	margin: -35px 60px 0 0;
}


div#contenu_centre {
	min-height:100px;	
}



/*footer*/
footer {
	background-color: #2c2c2c;
	padding: 60px 0;
  z-index: 1;
  position: relative;		
}
footer h2,  footer div.h2{
	font-size: 19px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #c9c9c9;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	display: block;
	margin-bottom: 15px;
}
footer ul li a {
	color: #878787;
}
footer ul li a:hover {
	color: #fff !important;
}
footer h3, footer div.h3 {
	margin-bottom: 20px;
}
footer h3, footer h3 a, footer div.h3, footer div.h3 a {
	font-size: 14px;
	color: #878787;
	font-style: italic;
	font-weight: 900;
}
footer p {
	color: #878787;
}
footer ul.social {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
footer ul.social li {
	float: left;
	display: block;
	margin-right: 3px;
}
footer ul.social li a {
	display: inline-block;
	font-size: 24px;
	text-align: center;
	width: 40px;
	height: 40px;
	border: solid 2px #515151;
	color: #515151;
}
footer .form-control {
	background: none;
	border-radius: 0;
	border: solid 2px #515151;
	color: #515151;
	padding: 0;
	margin-top: -15px;
	outline: none;
}
footer .form-control input[type='text'], footer .form-control input[type='email'] {
	float: left;
	width: 90%;
	padding: 5px 10px;
	background: none;
	border: none;
	outline: none;
}
footer .form-control button[type='submit'] {
	color: #515151;
	font-size: 24px;
	width: 10%;
	text-align: center;
	border: none;
	background: none;
	outline: none;
	line-height: 28px;
	float: right;
}
 footer .form-control input::-webkit-input-placeholder {
 color: #5f5f5f;
}
 footer .form-control input:-moz-placeholder { /* Firefox 18- */
 color: #5f5f5f;
}
 footer .form-control input::-moz-placeholder {  /* Firefox 19+ */
 color: #5f5f5f;
}
 footer .form-control input:-ms-input-placeholder {
 color: #5f5f5f;
}
.copyright {
	background: #272727;
	padding: 20px 0;
  z-index: 1;
  position: relative;		
}
.copyright h3, .copyright div.h3 {
	float: left;
	color: #7b7b7b;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.copyright h3 span, .copyright div.h3 span {
	color: #c5c5c5;
	text-transform: uppercase;
}
.copyright ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.copyright ul li {
	float: left;
	display: block;
	margin-right: 5px;
}
.copyright ul li a {
	color: #7b7b7b;
	font-size: 13px;
}
.payment-options {
	background: #fff;
	padding: 14px 0;
}
.payment-options h3,  .payment-options div.h3{
	color: #8e8e8e;
	margin-bottom: 0;
	line-height: 24px;
	font-size: 13px;
	float: left;
	margin-right: 15px;
}
.payment-options img {
	float: left;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
	background: #2c2c2c;
	color: #808080;
}
.panel-group, .panel-group .panel, .panel-group .panel-heading, .panel-group .panel-heading a, .panel-group .panel-title, .panel-group .panel-title a, .panel-group .panel-body, .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-radius: 0px;
	border: 0;
	margin: 0 5px;
	background: #2c2c2c;
}
.panel-group .panel-heading {
	padding: 0;
}
.panel-group .panel-heading a {
	display: block;
	background: #2c2c2c;
	color: #808080;
	padding: 15px 0;
	text-decoration: none;
	position: relative;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 900;
	border-bottom: solid 1px #808080;
}
.panel-group .panel-heading a.collapsed {
	background: #2c2c2c;
	color: #808080;
}
.panel-group .panel-heading a:after {
	content: '-';
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 30px;
}
.panel-group .panel-heading a.collapsed:after {
	content: '+';
}
.panel-group .panel-collapse {
	margin-top: 5px !important;
}
.panel-group .panel-body {
	background: #ffffff;
	padding: 15px;
}
.panel-group .panel {
	background-color: transparent;
}
.panel-group .panel-body p:last-child, .panel-group .panel-body ul:last-child, .panel-group .panel-body ol:last-child {
	margin-bottom: 0;
}
.xs-div {
	display: block;
	padding: 10px 23px;
	color: #808080;
	width: calc(100% - 46px);
}
.xs-div h2 {
	float: left;
	line-height: 42px;
	color: #808080;
	margin: 0;
}
.xs-div .social {
	float: right;
	width: auto;
	margin: 0;
}
.xs-div ul.social li a {
	width: 35px;
	height: 35px;
	font-size: 22px;
}
.xs-div .form-control {
	margin: 15px 0 0 0;
	height: auto;
	float: left;
}
.xs-div .form-control button[type='submit'] {
	width: 8%;
	line-height: 40px;
}
.xs-div .form-control input[type='text'], .xs-div .form-control input[type='email'] {
	padding: 10px 20px;
}
.xs-div .f-row {
	float: left;
	width: 100%;
	border-bottom: solid 1px #808080;
	padding: 10px 0;
}
.xs-div .f-row:last-child {
	border: none;
}

/*got to top*/
.go-to-top {
	display: none;
	width: 55px;
	height: 55px;
	background: rgba(33, 51, 54, 0.2);
	border-radius: 5px;
	line-height: 55px;
	text-align: center;
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	right: 0px;
}
.go-to-top:before {
	content: url(../../img/arrow-up.png);
	position: relative;
	top: 1px;
}
.go-to-top:hover {
	background: rgba(33, 51, 54, 0.4);
	cursor : pointer;
}


/*REASSURANCE*/
.reassurance {
	background-color: #e5e5e5;
  z-index: 1;
  position: relative;	
}
.reassurance ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.reassurance ul li {
	float: left;
	display: table-cell;
	border-right: solid 1px #d3d3d3;
	padding: 24px 14px;
}
.reassurance ul li a {
	float: left;
	color: #2c2c2c;
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
}

.reassurance ul li a:hover {
	color: #2c2c2c !important;
}
.reassurance ul li a span {
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
	display: table-cell;
}
.reassurance ul li img {
	float: left;
	margin-right: 3px;
}
.reassurance ul li:first-child {
	padding-left: 0;
}
.reassurance ul li:last-child {
	padding-right: 0;
	border-right: none;
}
.visible-lg-device {
	display: block;
}
.visible-xs-device {
	display: none;
}
.reassurance .bx-wrapper .bx-pager {
	display: none;
}
.reassurance .bx-wrapper {
	display: none;
	margin: 0;
}
.reassurance .bx-wrapper .bx-viewport {
	background: none;
	box-shadow: none;
	border: none;
}

.breadcrumb-wrap {
	padding: 10px 0 10px 0;
	background: #fff;
}
.breadcrumb {
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
	border-radius: 0;
}

.breadcrumb li h3.h3_breadcrumb a,
.breadcrumb li, .breadcrumb li a {
	font-weight: 300;
	color: #474747;
	text-transform: uppercase;
}

.breadcrumb li h3.h3_breadcrumb a,
.breadcrumb li a {
	font-weight: 400;
}

.breadcrumb li h3.h3_breadcrumb{
	display:inline-block;
	font-size: unset;
}

.breadcrumb>li+li:before {
	color: #474747;
}

/*carousel-wrap*/
.carousel-wrap {
	padding: 60px 39px;
	background: #fff;
	max-width: 1018px;
	margin: 0 auto;
}
.carousel-wrap h2, .corporate-wrap h3 {
	position: relative;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.carousel-wrap h2:after, .corporate-wrap h3:after {
	width: 50px;
	height: 2px;
	content: '';
	background: #c9c9c9;
	margin: 20px auto 0 auto;
	text-align: center;
	display: block;
}
.carousel-wrap .item-carousel {
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel-wrap .item-carousel li {
	float: left;
	display: block;
	width: 214px !important;
	margin: 0 12px !important;
	padding-bottom:15px;
}
.carousel-wrap .item-carousel li .item-wrap, .category-item .item-wrap {
	display: block;
	width: 214px;
	float: left;
}
.carousel-wrap .item-carousel li .item-wrap img {/*, .category-item .item-wrap img*/
	margin-bottom: 30px;
	max-height:200px;
}
.category-item {
	margin-bottom: 110px;
}
.category-item .item-wrap {
	margin-bottom: 20px;
}
.category-item .item-wrap img {
	margin-bottom: 20px;
	cursor:pointer;
}
.carousel-wrap .item-carousel li .item-wrap h3, .carousel-wrap .item-carousel li .item-wrap h3 a, .category-item .item-wrap h3, .category-item .item-wrap h3 a {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #484848;
	height:45px;
}
.carousel-wrap .item-carousel li .item-wrap h3 a, .category-item .item-wrap h3 {
	margin-bottom: 0;
	display: inline-block;
  height: 42px;
}
.carousel-wrap .item-carousel li .item-wrap ul, .category-item .item-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel-wrap .item-carousel li .item-wrap ul li, .category-item .item-wrap ul li {
	float: left;
	display: block;
	margin: 0;
	color: #414141;
	font-size: 18px;
}
.carousel-wrap .item-carousel li .item-wrap ul li span, .category-item .item-wrap ul li span {
	text-decoration: line-through;
	display: inline-block;
	margin-right: 5px;
	color: #b8b8b8;
}
.carousel-wrap .bx-wrapper {
	margin: 0 auto;
}
.carousel-wrap .bx-wrapper .bx-viewport {
	height: 300px !important;
	max-height:310px;
	background: none;
	box-shadow: none;
	border: none;
}
.carousel-wrap .bx-wrapper .bx-pager {
	display: none;
}
.carousel-wrap .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: auto;
	width: 32px;
}
.carousel-wrap .bx-wrapper .bx-prev {
	left: -39px;
}
.carousel-wrap .bx-wrapper .bx-next {
	right: -39px;
}

.label-form-control {
  display: inline-block;
  font-weight: 700;
  width: 19%;
}
select.form-control	{
	display: inline-block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7a7a7a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  text-transform: uppercase;
  border-radius:0px;
}

select.form-control option{
	text-transform: capitalize;
}


.sidebar-faq {
	display: block;
}
.sidebar-faq h2 {
	font-size: 21px;
	color: #474747;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: left;
	float: left;
	position: relative;
	text-transform: uppercase;
}
.sidebar-faq h2:after {
	content: '';
	width: 70px;
	height: 2px;
	left: 0;
	background: #c7c7c7;
	position: absolute;
	bottom: 0;
}
.sidebar-faq ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-faq ul li {
	float: left;
	width: 100%;
	display: block;
	margin: 0 0 25px 0;
	text-align: left;
}
.sidebar-faq ul li a {
	text-transform: uppercase;
	color: #999999;
	font-size: 14px;
	text-align: left;
}
.sidebar-faq ul li.active a {
	color: #474747;
	font-weight: 700;
}





.checkout-page {
	display: block;
}
.checkout-page h2 {
	border-top: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
	padding: 20px 0;
	color: #474747;
	font-size: 21px;
	font-weight: 400;
	display: block;
	text-align: left;
}
.checkout-page .table {
	text-align: left;
	text-transform: uppercase;
}
.checkout-page .table>thead>tr>td {
	color: #969696;
	font-size: 14px;
	border-bottom: solid 2px #f3f3f3;
	padding: 20px 0;
	font-weight: 400;
	vertical-align: middle;
}
.checkout-page .table>tbody>tr>td {
	padding: 5px 0;
	font-size: 14px;
	border-bottom: solid 2px #f3f3f3;
	vertical-align: middle;
}
.checkout-page .table>tbody>tr>td>.product-name {
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
	vertical-align: middle;
}
.checkout-page .table>tbody>tr>td>.product-name>span {
	font-size: 10px;
	color: #747474;
	display: inline-block;
}
.checkout-page .table>tbody>tr>td>.qty, .qty {
	display: block;
}
.checkout-page .table>tbody>tr>td>.qty button, .checkout-page .table>tbody>tr>td>.qty input, .qty button, .qty input,.qty span.button {
	border: none;
	outline: none;
	background: #f5f5f5;
	width: 45px;
	height: 45px;
	color: #929292;
	text-align: center;
	font-size: 18px;
}
.checkout-page .table>tbody>tr>td>span.line-through {
	display: inline-block;
	color: #747474;
	text-decoration: line-through;
	font-size: 16px;
}
.checkout-page .table>tbody>tr>td>span.normal {
	font-size: 18px;
	color: #414141;
}
.checkout-page .cart-info {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
	border-top: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
}
.checkout-page .cart-partition {
	float: left;
	width: 60%;
	padding: 10px 0;
}
.checkout-page .cart-partition:last-child {
	width: 40%;
	border-right: none;
	border-left: solid 1px #d4d4d4;
}
.checkout-page .cart-partition input[type='number'] {
	background: #f6f6f6;
	padding: 10px 20px;
	border: none;
	outline: none;
	color: #929292;
	font-size: 16px;
	text-align: left;
	float: left;
}
.checkout-page .cart-partition input[type='text'] {
	background: #f6f6f6;
	padding: 10px 20px;
	border: none;
	outline: none;
	color: #929292;
	font-size: 15px;
	text-align: left;
	float: left;
	width: 135px;
}
.checkout-page .cart-partition label {
	text-align: right;
	font-size: 15px;
	font-style: italic;
	color: #6f6f6f;
	float: left;
	line-height: 36px;
	font-weight: 400;
	margin-right: 10px;
}
.checkout-page .cart-partition .left-item {
	float: left;
	max-width: 472px;
	padding-left: 10px;
}
.checkout-page .cart-partition input[type='submit'] {
	border: solid 2px #d4d4d4;
	padding: 8px 20px;
	color: #a3a3a3;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	background: #fff;
	margin: 20px 0;
	float: left;
	margin-left: 39%;
	width: 54%;
	font-weight: 700;
	letter-spacing: 2px;
}
.checkout-page .cart-partition span.button {
	border: solid 2px #d4d4d4;
	padding: 8px 20px;
	color: #a3a3a3;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	background: #fff;
	float: left;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 10px;
}
.checkout-page .cart-partition p {
	font-size: 14px;
	text-align: right;
	margin: 0 25px;
}
.checkout-page .cart-partition p strong {
	font-weight: 700;
}
.checkout-page .cart-partition p span {
	font-size: 14px;
}
.checkout-page .item-title {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #d4d4d4;
	padding-top: 0px;
	margin-top: 10px;
}
.checkout-page .item-title li {
	display: block;
	font-size: 15px;
	color: #474747;
	padding-bottom: 20px;
	border-bottom: solid 1px #d4d4d4;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
}
.checkout-page .plain-table {
	border: none;
}
.checkout-page .plain-table>tbody>tr>td {
	border-bottom: solid 1px #f3f3f3;
	padding: 40px 0;
	font-size: 14px;
	color: #878787;
}
.checkout-page .plain-table>tbody>tr>td>span {
	font-weight: 400;
}
.checkout-page .plain-table>tbody>tr>td:last-child {
	font-size: 18px;
	color: #414141;
	text-align: right;
}
.checkout-page .table a {
	color: #414141;
}
.checkout-page .bordered-div {
	float: left;
	width: 475px;
	border: solid 1px #d4d4d4;
	padding: 12px;
	margin: 30px 0;
	position: relative;
}
.checkout-page .right {
	float: right;
}
.checkout-page .bordered-div h2 {
	text-transform: uppercase;
	border-top: none;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #d4d4d4;
	color: #474747;
	font-size: 15px;
	font-weight: 400;
	display: block;
	text-align: left;
}
.checkout-page .bordered-div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.checkout-page .bordered-div ul li {
	text-transform: uppercase;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	color: #595959;
	font-size: 14px;
}
.checkout-page .bordered-div ul li:last-child {
	margin-top: 20px;
}
.checkout-page .bordered-div ul li a {
	display: inline-block;
	width: 170px;
	color: #fff;
	background: #2d2d2d;
	text-align: center;
	padding: 4px 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.checkout-page .bordered-div:last-child {
	float: right;
}
.checkout-page .table-new {
	font-weight: 400;
	margin: 0;
}
.checkout-page .table-new>tbody>tr>td {
	border: none;
	padding: 5px 0;
	font-size: 14px;
	text-transform: none;
}
.checkout-page .table-new>tbody>tr>td>span {
	font-size: 16px;
	color: #3e3e3e;
	font-weight: 700;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
	display: block;
	border-bottom: solid 2px #f3f3f3;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.checkout-page .table-new>tbody>tr>td:nth-child(2n), .checkout-page .table-new>tbody>tr>td:nth-child(2n)>span {
	text-align: right;
}
.checkout-page button[type='button'].btn-large {
	float: left;
	border: solid 3px #f3f3f3;
	padding: 12px 20px;
	text-align: center;
	color: #a3a3a3;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	max-width: 300px;
	outline: none;
}
.checkout-page span.button#continuerShopping,
.checkout-page span.button#continuerShopping2 {
	float: left;
	background: #c30925;
	border: none;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 300px;
	outline: none;
}

.checkout-page span.button#continuerShopping1 {
	float: left;
	background: #c30925;
	border: none;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 300px;
	outline: none;
}

.checkout-page span.button#payerCommande3,
.checkout-page span.button#payerCommande1 {
	border: none;
	background: #c30925;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	max-width: 300px;
	outline: none;
	clear:right;
}

.checkout-page button[type='submit'].btn-large, 
.product-details button[type='submit'].btn-large, 
.checkout-page span.button#payerCommande,
.checkout-page span.button#payerCommande2 {
	border: none;
	background: #c30925;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	max-width: 300px;
	outline: none;
}
.checked-out {
	display: block;
	margin-bottom: 10px;
}
.checked-out p {
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	text-align: left;
}
.checked-out ul {
	text-align: center;
	margin: 0 auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.checked-out ul li {
	display: inline-block;
	margin-right: 15px;
}
.checkout-page h3.sub-title {
	float: left;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: solid 1px #e9e9e9;
	font-size: 15px;
	text-transform: uppercase;
	color: #3e3e3e;
	width: 100%;
	font-weight: 700;
	margin-bottom: 30px;
}
.checkout-page h3.sub-title:after {
	content: '';
	display: none;
}
.checkout-page h3.sub-title span {
	font-size: 15px;
	margin-left: 30px;
}
.checkout-page .columns {
	float: left;
	width: 350px;
}
.checkout-page .columns:nth-child(even) {
	float: right;
}
.checkout-page .columns label {
	float: left;
	font-size: 13px;
	color: #6f6f6f;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
}
.checkout-page .columns input[type='text'], .checkout-page .columns input[type='email'], .checkout-page .columns input[type='password'],.checkout-page .columns textarea{
	float: left;
	width: 100%;
	border: solid 1px #e4e4e4;
	border-radius: 1px;
	padding: 8px 10px;
	outline: none;
}
.checkout-page .column-full {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.checkout-page .column-full span.xs {
	text-align: left;
	float: left;
	font-size: 11px;
	font-style: italic;
}
.checkout-page .column-full span.button, .checkout-page .columns span.button {
	width: 100%;
	border: solid 3px #e9e9e9;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #a3a3a3;
	font-size: 13px;
	letter-spacing: 3px;
	background: #fff;
	outline: none;
}



.checkout-page .commandes {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.checkout-page .commandes>.thead {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	color: #8c8c8c;
	font-weight: 300;
}
.checkout-page .commandes .col-1, .checkout-page .commandes .col-2, .checkout-page .commandes .col-3 {
	float: left;
	text-align: left;
}
.checkout-page .commandes .thead .col-1, .checkout-page .commandes .thead .col-2, .checkout-page .commandes .thead .col-3, .checkout-page .commandes .thead .col-4 {
	text-transform: uppercase;
	color: #8c8c8c;
}
.checkout-page .commandes .col-1 {
	width: 40%;
}
.checkout-page .commandes .col-2, .checkout-page .commandes .col-3 {
	width: 30%;
}
.checkout-page .commandes .col-1 span {
	display: block;
}
.checkout-page .commandes>.thead .col-2 {
	padding: 0;
}
.checkout-page .commandes>.tbody>.row-in {
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 30px 0;
	border-top: none;
	border-bottom: solid 1px #d4d4d4;
	position: relative;
}
.checkout-page .commandes>.tbody a {
	color: #6f6f6f;
	font-size: 18px;
}
.checkout-page .commandes>.tbody .divide {
	float: left;
	width: 50%;
}
.checkout-page .commandes>.tbody>.row-in:last-child, .checkout-page .column-full .factures .tbody .row-in:last-child {
	border-bottom: none;
}
.column-new label {
	text-transform: uppercase;
	font-size: 14px;
	color: #959595;
}
.check-row {
	margin-top: 10px;
	float: left;
}
.check-row input[type=checkbox] {
	display: none;
}
.check-row input[type=checkbox] + label:before {
	display: inline-block;
}
.check-row label {
	position: relative;
	margin-bottom: 30px;
}
.check-row input[type=checkbox] + label:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background: url(../../img/checkbox.jpg) 0 0 no-repeat;
}
.check-row input[type=checkbox]:checked + label:before {
	content: "";
	background-position: 100% 100%;
	line-height: 26px;
	text-align: center;
}
.check-row label span {
	padding-left: 36px;
	line-height: 26px;
	cursor: pointer;
	float: left;
	width: 100%;
}

.corporate-wrap {
  text-align: center;
  padding: 0 0 30px 0;
}


.corporate-wrap .panel-group, .corporate-wrap .panel-group .panel, .corporate-wrap .panel-group .panel-heading, .corporate-wrap .panel-group .panel-heading a, .corporate-wrap .panel-group .panel-title, .corporate-wrap .panel-group .panel-title a, .corporate-wrap .panel-group .panel-body, .corporate-wrap .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body, .corporate-wrap .panel-group .panel-heading + .panel-collapse > .panel-body {
	background: #fff;
  box-shadow: none;
  margin: 0;
  text-align: left;
}
.corporate-wrap .panel-group .panel-heading a {
  color: #474747;
  font-size: 21px;
  font-weight: 400;
  border-bottom-color: #c1c1c1;
  text-transform: none;
  margin: 0;
  text-align: left;
}

.l4bold {
  font-family: Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
}

.corporate-wrap .panel-group div.Titre {
  color: #474747;
  font-size: 21px;
  font-weight: 400;
  border-bottom-color: #c1c1c1;
  text-transform: none;
  margin: 0;
  text-align: left;
}

.corporate-wrap .panel-group p, .corporate-wrap .panel-group a{
  font-size: 14px;
  font-weight: 400;
  margin:0px;
 	color: #868686;
}
.panel-group .panel-body p:last-child, .panel-group .panel-body ul:last-child, .panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
.corporate-wrap p,  {
  font-size: 18px;
  color: #868686;
  font-weight: 300;
  margin-bottom: 35px;
}

.l4paragraphe {
}


.l4souligne{
	text-decoration:underline;	
}

.l4soulignebold{
	text-decoration:underline;	
	font-weight:bold;
	}
	
.top-header .modal-body .col-x-lg {
  float: left;
  max-width: 100%;
}

.top-header .modal-body .col-x-lg .form-group p {
  font-size: 12px;
  font-style: italic;
  margin: 20px 0;
}

.top-header .modal-body .col-x-lg .form-group label.full a,
.top-header .modal-body .col-x-lg .form-group p a {
  text-decoration: underline;
  color: #c9c9c9;
}

.qty span.button {
  padding: 12px 18px;
}
.qty span.button, .qty input {
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 45px;
  height: 45px;
  color: #929292;
  text-align: center;
  font-size: 18px;
}

.top-header .modal-body .col-lg input.erreur_input{
	border: solid 2px #fe2929;
  background-color: #ffe1e1;
  color: black;	
}

div#erreur_identifiants,div#ErreurInscription,div#ErreurMpOublie{
	color: #fe2929;
  font-size: 12px;
  display:none;
  text-align:center;	
}
div#ErreurInscription,div#ErreurMpOublie{display:block;}

div.chapo{
	text-align:center;
}



.ventes_single_bloc{
	background-color: rgba(41,41,41,0.8);
  width: 100%;
  padding: 90px 0;
  color: #fff;
  text-transform: uppercase;	
}

.ventes_single_bloc h3 {
  font-size: 30px;
  margin-bottom: 45px;
}

.ventes_single_bloc h2 {
  font-size: 70px;
  margin-bottom: 60px;
}

.ventes_single_bloc h2 span {
  font-weight: 900;
}

div#retour_panier{
	 top: 280px;	
	 left:100px;
}

div#retour_panier .modal-body{
	position: relative;
  padding: 15px;	
}

div#retour_panier .modal-body .row{
	margin:0;
	text-align:center;
}
div#retour_panier .modal-body .row div.col-lg.col-x-lg{
	float:none;
	
}
div#retour_panier .modal-dialog modal-lg{
	max-width:700px;
}


a i.fa-angle-right{
	color:	#878787;
	margin-top:9px;
}

.calendar select{
	display:inline-block !important;
	width:77px !important;
	height:	35px !important;
	padding:5px;
}

.calendar select.day{
	width: 55px !important;	
}

@media(max-width:767px) {
	div#retour_panier{
		left:20px;
	}
	.corporate-wrap {
    margin-top: 10px;
  }
}

/*#fondPerso {
  background: url(../../img/habillage-noel.jpg) no-repeat center top fixed;
  background-size: 100% auto;
}*/

#fondPerso .vente_container, #fondPerso .category-title-top + .container, .carousel-wrap { /*#fondPerso .corporate-wrap .container,*/
	 background: transparent;
}

@media(max-width:767px) {
	#fondPerso .vente_container, #fondPerso .category-title-top + .container, .carousel-wrap { /*#fondPerso .corporate-wrap .container,*/
		background: none;
	}
}

#fondPerso .breadcrumb-wrap {
  background: none;
}

.autresVentesNoel {
	width: 226px;
	float: right;
}

input#codeavantage {
  border: 2px solid #d4d4d4;
  height: 40px;
}

img.showMobTablet{
	display: none;
}
img.showDesktop{
	display: block;
}



@media screen and (max-width: 991px) {
	img.showMobTablet{
		display: block;
	}
	img.showDesktop{
		display: none;
	}
}

#largeSearchDiv {
  display: inline-block;
  margin: -5px;
  width: 50%;
  max-width: 400px;
  height: 33px;
  text-align: right;
  background-color: white;
}

#smallSearchDiv {
  display: none;
  height: 33px;
  float: left;
  background-color: white;
  margin-top: -30px;
  width: calc(100% - 100px);
}

#largeSearchButton, #smallSearchButton {
  width: 33px;
  height: 33px;
  padding: 4px;
  margin-top: -3px;
}

#smallSearchField, #largeSearchField {
  height: 33px;
  border: none;
  padding: 0 0 0 5px;
  width: calc(100% - 38px);
}

#smallSearchField:focus, #largeSearchField:focus {
  outline: none;
}

@media screen and (min-width: 992px) {
  .search-results>ul,
  .search-results>ul>table {
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav>li, .nav>li>h1 {
    margin-right: 21px;
  }
}

@media screen and (max-width: 991px) {
  #largeSearchDiv {
    display: none;
  }

  #smallSearchDiv {
    display: inline-block;
  }

  #search-results-table {
    overflow-y: auto;
  }
  .search-result {
    z-index: 16000004;
  }
  .search-result-col1 {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
  .search-result-col1>img {
    width: 26px;
    height: 26px;
  }
  .search-result-col2 {
    font-size: 13px;
  }
  #article-name {
      position: relative;
  }
  #article-name:before {
      content: '&nbsp;';
      visibility: hidden;
  }
  #article-name>span {
      position: absolute;
      left: 0;
      right: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
}

@media screen and (max-width: 767px) {
  .basket {
    position: absolute;
    width: 262px;
    top: 0;
    right: 10px;
    display: none;
  }
  .search-results>ul>table>thead {
    display: none;
  }
}

.basket-product {
  background: #FFF;
}

.basket-product:hover {
  background: #ccc;
}

::placeholder {
  font-style: italic;
}
