fieldset {
    padding: 0;
}

#center_column .block-container {
    border-bottom: solid white 8px;
}

span.ajax_cart_quantity:before {
    content:'(';
}

span.ajax_cart_quantity:after {
    content:')';
}
.debug-prestachiotte .button-minus:before {
    content: '-';
}
.debug-prestachiotte .button-plus:before {
    content: '+';
}
.debug-prestachiotte, .debug-prestachiotte a {
	color: black;
}
.unvisible {
	display: none;
}
.prix.content_price {
    display: inline-block;
    vertical-align: middle;
}

span.price.product-price {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

#attributes fieldset {
    margin: 0;
    padding: 0;
}

p#quantity_wanted_p {
    margin-top: 0;
}

#center_column {
    border-left: none;
    /* border-right: none; */
    padding: 0;
	margin-bottom: 0;
}

#center_column>*:not(.block-container):not(#noSlide), #noSlide>*:not(.block-container) {
    border-left: solid white 8px;
}

#center_column>*:not(.block-container), #noSlide>*:not(.block-container) {
    width: 100%;
    margin-bottom: 7.5px;
    padding: 20px;
}

#center_column>#noSlide {
    padding: 0;
}

.alert, body>.alert, #center_column>.alert {
    color: #fbd257;
    /* background: #FFC107; */
    font-size: small;
    /* border: solid 2px; */
    padding: 10px;
    /* font-family: intro_bold_capsregular, arial; */
}

.alert-success {
    color: green;
    background: #b6eab8;
    border: solid 2px;
}

ul.footer_links, .cart_navigation {
	text-align: right;
    list-style: none;
}

ul.footer_links li {
	display: inline-block;
}


#center_column > ul#order_step, body > ul#order_step {
    list-style: none;
    display: table;
    padding: 0;
    width: 100%;
    height: 4em;
    color: white;
    font-family: introBoldCaps, arial;
    font-size: .8em;
}

ul#order_step li {
    display: table-cell;
    position: relative;
    line-height: 4em;
    background-color: #006e8c;
    padding: 0;
    width: 20%;
}

ul#order_step em {
	font-style: normal;
}

select {
    height: 30px;
}

.adresses label {
    margin-top: 0;
}

.adresses div.form-group {
    margin-top: .7em;
    margin-bottom: 1.5em;
}

ul.address li {
    padding-left: 2em;
}

ul.address li.address_title, ul.address li.address_update {
    padding-left: 0;
}

/*
ul#order_step li.step_todo:after, ul#order_step li.step_current:after, ul#order_step li.step_done:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border: solid 14px transparent;
    border-left: solid 14px #006e8c;
    right: -28px;
    z-index: 1;
    position: absolute;
}

ul#order_step li.step_current {
    background-color: #e16d25;
    font-family: intro_bold_altregular, arial;
    font-weight: bold;
    color: #f0b58e;
}

ul#order_step li.step_done {
    background-color: #529fab;
}
*/

ul#order_step li.step_current {
    background-color: #e16d25;
}

/*
ul#order_step li.step_done:after {
	border-left: solid 14px #529fab;
}

ul#order_step li.step_current:after {
    border-left: solid 14px #e16d25;
}
*/
 
ul#order_step li.step_todo:after, ul#order_step li.step_current:after, ul#order_step li.step_done:after {
    content: '';
    top: 10%;
    height: 80%;
    width: 0;
    display: inline-block;
    border-left: solid 1px white;
    right: 0;
    z-index: 1;
    position: absolute;
}

ul#order_step li:last-child:after {
    display: none;
}


table td, table th {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

p.cart_navigation {
    margin-top: 0;
}

ul.price {
    list-style: none;
    padding-left: 0;
}

.cart_quantity_button {
    display: inline-block;
    margin-left: 5px;
}

i.icon-minus:before {
	content: '-';
	font-style:normal;
}

i.icon-plus:before {
	content: '+';
	font-style:normal;
}

#cart_summary .btn.button-minus, #cart_summary .btn.button-plus {
    padding: 0;
    height: 17px;
    font-size: 17px;
    line-height: 17px;
}

i.icon-trash:before {
    content:'x';
    font-style:normal;
    margin-left: 5px;
}

.cart_quantity_delete {
    font-family: introRegular;
}

.cart_quantity_delete:hover {
    color: pink;
}

.bg-9 table th.empty, td.empty {
    background: #0070d9;
}

.shopping-buttons .standard-checkout {
    float: right;
}

.shopping-buttons a.button-exclusive {
    float: left;
    margin: 0;
}

.shopping-buttons {
    padding: 0;
    padding-top: 5px;
}

.cart_description, .cart_voucher {
    border-left: 0;
}

.cart_description, table th:first-child, table td.table-label, table td.text-right, table td.hours {
    background-color: #524ac9;
    font-weight: 100;
}

body table td {
    width: 20%;
    text-align: center;
    padding: 15px 5px;
}

body table th {
    text-align: center;
    font-weight: 100;
    letter-spacing: .1em;
}

th.cart_description, td.cart_description {
    width: 25%;
}


td.cart_description {
    text-align: left;
    padding-left: 20px;
}

table {
    font-family: introBold, arial;
}

table th, table td.text-right {
    font-family: introBoldCaps, arial;
}

td#cart_voucher {
    padding: 0;
}

button, .btn {
    background-color: #dd6810;
    font-size: 1em;
    vertical-align: top;
    padding-top: 5px;
	font-family: introBoldCaps, arial;
}

button:hover, .btn:hover {
    background-color: #324bbb;
}


ul.address {
    list-style: none;
}

ul.address li {
    display: block;
    text-align: left;
}

div#ordermsg {
    margin-bottom: 20px;
    margin-top: 15px;
}

ul.address {
    list-style: none;
}

.resume tr, .resume td {
    border: none;
}

table.resume {
    border-bottom: solid 4px;
}

.order_carrier_content.box {
    margin-bottom: 25px;
}

p.carrier_title {
    margin-bottom: 15px;
    font-size: 1.3em;
}

.payment_module a {
    font-family: intro_regular_capsregular, arial;
    border: none;
    background-color: #e16d25 !important;
    color: white;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-bottom: 25px;
    /* padding-left: 90px; */
    background-image: none !important;
    width: 175px;
}
.payment_module a:hover {
    background-color: #ae2d22;
}

.payment_module a span {
    display: block;
    font-size: .7em;
}

/*
.address_update .button-small {
    font-size: .7em;
    display: inline-block;
    width: auto;
}
*/

ul.address .address_update {
	text-align: center;
}

.form-group label, .form-group input, .form-group select, .form-group textarea {
    width: 49.5%;
    display: inline-block;
}

.bad-trick-foot {
	position: absolute;
    max-width: 764px;
    bottom: 54px;
}

@media (max-width: 750px) {
	.bad-margin-trick {
		display: none;
	}

	.trick-extend-block, .bad-trick-foot {
		position: static !important;
	}
}

@media (max-width: 600px) {

    .form-group label, .form-group input, .form-group select, .form-group textarea {
        width: 100%;
        display: block;
    }

}

.box.order-confirmation {
    margin-bottom: 25px;
}

.box.order-confirmation {
    margin-bottom: 25px;
}

.bg-5 button, .bg-5 .btn {
    background-color: #f38b6a;
}

.bg-5 button:hover, .bg-5 .btn:hover {
    background-color: #ae2d22;
}

.bloc_adresses.row {
    border-bottom: solid 4px;
}

.addresses {
    margin-bottom: 15px;
}

.main-page-indent {
    margin-bottom: 30px;
}

.addresses .p-indent {
    border-bottom: solid 4px;
    padding-bottom: 20px;
}

#totsmartdelivery > thead > tr > th span {
    font-size: smaller;
}

#totsmartdelivery > thead > tr > th.today {
    background-color: orangered;
}

div#fancybox-loading {
    border: none;
    width: auto;
    margin-bottom: 0;
    padding: 0;
}

.paybox_module a:after {
    display: none !important;
}

.bg-13 th.empty, .bg-13 td.empty {
    background-color: #193753;
}

.contact-form-box label {
    display: block;
}

.contact-form-box fieldset {
    display: block;
    width: 100%;
    padding: 0;
}

.contact-fields, .contact-message {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.contact-form-box input[type=text], .contact-form-box input[type=email], .contact-form-box input[type=password], .contact-form-box input[type=file], .contact-form-box textarea {
    width: 90%;
}
.contact-message textarea {
    display: block;
    height: 22.3em;
    margin-top: 0;
    width: 100%;
}

.contact-message button#submitMessage {
    margin-top: 1em;
}


input, textarea, input:focus, textarea:focus {
    border: none;
    padding: .6em;
    background: white;
    border-radius: 0;
    color: #4c4c4c;
}

input[type=password], input[type=password]:focus, input[type=password]:active,
input[type=text], input[type=text]:focus, input[type=text]:active,
input[type=email], input[type=email]:focus, input[type=email]:active {
    background: repeat-x url(/demo/lbv_theme/img/sub-underline-bg-7.png) white;
    /* background-origin: content-box; */
    border: solid 1em white;
    padding: 0;
    box-sizing: border-box;
    background-position-y: 3px;
    padding-bottom: 3px;
    outline: none;
    color: #4c4c4c;
}

.bg-9 input[type=password], .bg-9 input[type=text], .bg-9 input[type=email]{
	background-image: url(/demo/lbv_theme/img/sub-underline-bg-9.png)
}

.bg-10 input[type=password], .bg-10 input[type=text], .bg-10 input[type=email]{
	background-image: url(/demo/lbv_theme/img/sub-underline-bg-10.png)
}

.bg-11 input[type=password], .bg-11 input[type=text], .bg-11 input[type=email]{
	background-image: url(/demo/lbv_theme/img/sub-underline-bg-11.png)
}


@media (max-width: 650px) {

	.contact-fields, .contact-message {
		display: block;
		width: 100%;
	}
	
	.contact-message textarea {
		width: 90%;
	}

	button#submitMessage {
		float: right;
		margin-right: 10%;
	}

}

button[name=submitNewsletter]:hover {
    background-color: #d94318;
}

.foot-note .btn {
    font-size: 1.25em;
    line-height: 1.4em;
}

.bg-10 ::placeholder {
  color: #324bbb;
}
.bg-10 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #324bbb;
}
.bg-10 ::-moz-placeholder { /* Firefox 19+ */
  color: #324bbb;
}
.bg-10 :-ms-input-placeholder { /* IE 10+ */
  color: #324bbb;
}
.bg-10 :-moz-placeholder { /* Firefox 18- */
  color: #324bbb;
}

[class*=bg-] :focus::placeholder {
  color: white;
}
[class*=bg-] :focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
[class*=bg-] :focus::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
[class*=bg-] :focus:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
[class*=bg-] :focus:-moz-placeholder { /* Firefox 18- */
  color: white;
}

input.cart_quantity_input {
    border: none !important;
    color: white !important;
    padding: 0 !important;
    margin: 0;
    display: inline;
    border-right: solid 1px white !important;
    height: 3em !important;
    background: transparent !important;
}

input#discount_name, input.little, input.little:focus {
    width: 50%;
    border: solid .2em white;
    border-left: solid .6em white;
    border-right: solid .6em white;
    margin-right: .5em;
}

.cart_navigation .btn, .center .btn {
    margin-left: 1.7em;
}

.center .btn:first-child {
	margin-left: 0;
}

.cart_quantity_button a.btn.button-minus, .cart_quantity_button a.btn.button-plus {
    color: white;
    background-color: transparent;
}

#cart_summary .cart_quantity_button a.btn.button-minus {
    border-right: solid 1px;
    padding-right: 5px;
}


/*
li.nav-cat-66 {
    min-width: 120px;
    padding-right: 30px;
    padding-left: 30px;
}

li.nav-cat-21 {
    padding-left: 35px;
    padding-right: 35px;
}

li.nav-cat-26 {
    padding-left: 35px;
}
*/

span.bold {
    font-family: introBold;
}


#my-account h1 {
    font-size: 1.7em;
}

#my-account .block-container>a.article:first-child {
    padding-left: 50px;
    padding-right: 50px;
}

span.account-panel-desc {
    font-family: introRegular;
    /* font-size: 1.3em; */
    display: block;
    text-align: center;
}

body>.fancybox-overlay {
    border-left: none;
}

div#HOOK_PAYMENT {
    text-align: center;
    margin-top: 35px;
}

.cart_total_delivery {
	display: table-row !important;
}

label.livraison-simul {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 1.5em;
    margin-top: 0;
    font-family: introBold, arial;
}

label.livraison-simul input[type=radio] {
    position: absolute;
    left: 0;
    top: .1em;
}

body#module-cheque-payment .cart_navigation {
    margin-top: 15px;
}

#my-account .block-container>* {
    vertical-align: middle;
}

.form-simple .form-group label, .form-simple .form-group input, .form-simple .form-group select, .form-simple .form-group textarea {
    display: inline-block;
    width: 100%
}

.form-simple .form-group {
    display: inline;
    margin-top: .5em;
}

.radio-inline {
    display: inline;
}

.form-simple .checkbox {
    margin-top: 1em;
}

.required sup {
    font-size: 1.3em;
    line-height: 1em;
    top: initial;
    bottom: initial;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 	/* 	Safari beurk!	*/
{ @media {

	#slider:before, #slider:after {
      content: "";
      display: block;
      position: absolute;
      left: -1.5px;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 2px;
      z-index: 1000;
      background: white;		
	}
	
	#slider:after {
		left: auto;
		right: -1px;
	}
	
	#slider {
    	border-right: solid 7px white;
		margin-bottom: calc(0.83em - 1px)
	}
	
    .inner article:before, #overflow:after {
      content: "";
      display: block;
      position: absolute;
      left: -1px;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 1px;
      z-index: 999;
      background: #e16d25;
    }
	
	#overflow:after {
		width: 100%;
		background-color: white;
		height: 1px;
		top: auto;
		bottom: 0px;
	}
	
  }
}

#block-venez {
	padding: 15px;
	padding-top: 4%;
	width: 38%;
	vertical-align: middle;
}

@media (max-width: 750px) {

	#block-venez {
		width: 100%
	}

}

a.iframe {
    border-bottom: solid 1px;
    padding-bottom: 3px;
}


#password .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
}


.horaire h3.article-subtitle {
    margin-bottom: 0;
}

.horaire {
    margin-bottom: 1.7em;
}

.cart-btn.out-of-stock, a.cart-btn.out-of-stock:hover {
    background: transparent;
    color: white;
    cursor: default;
}


/*A VALIDER : */

span.added-product {
    font-family: IntroBlackCaps, arial;
}

div#product-added-msg {
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 10px;
    border: solid 2px;
    max-width: 400px;
    opacity: .9;
    margin-left: 10px;
    width: auto;
    font-size: 1.3em;
}

a.procuct-added-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: IntroBlackCaps, arial;
}

#product-added-msg .btn {
    margin-top: .6em;
}

#product-added-msg .ajax_cart_quantity:before, #product-added-msg .ajax_cart_quantity:after {
    content: none;
}
/* END A VALIDER */

#buy_block .alert-me {
    font-size: .75em;
    padding-bottom: .4em;
    padding-top: .65em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

span#oos_customer_email_result {
    color: white !important;
    text-align: center;
    font-size: .8em;
    margin-top: 1em;
}

.hidden {
	display: none;
}

#mailalerts_block_account li .remove .icon-remove:before {content: 'supprimer x';}

#mailalerts_block_account li .remove .icon-remove {
    font-style: normal;
}

.products-block li.clearfix {
    list-style: none;
    vertical-align: middle;
}

.products-block .product-content {
    height: 95px;
    line-height: 95px;
}

.products-block .product-content h5 {
    font-family: IntroBlackCaps, arial;
}

form#form_forgotpassword {
    text-align: right;
}

#add_address .form-group {
    padding: .5em;
}


body>ul.footer:before {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    width: 100%;
    background-color: white;
    left: 0px;
    top: -8px;
}


.pro-label {
    position: absolute;
    bottom: .4em;
    right: 1em;
    color: white;
    font-family: IntroBlackCaps, arial;
    font-size: .8em;
}

a.cart-btn.btn-tech {
    width: 100%;
    max-width: none;
    font-size: 1.1em;
}

/* Affichage Retina */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#header {
		background-image: url("../img/bandeaux/header@2x.png");
		background-size: 764px 173px;
    }
}
