/*!
* qTip2 - Pretty powerful tooltips - v2.0.1-4-g
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Fri Jan 4 2013 04:05 GMT+0000
* Plugins: svg ajax tips modal viewport imagemap ie6
* Styles: basic css3
*/
@font-face {
    font-family: Oswald;
    src: url('/fonts/oswald.regular.ttf')  format('truetype'),
        url('/fonts/oswald.regular.eot?#iefix') format('embedded-opentype');
    }

.col_centre_rdv{
	display: none;
}
.imghh{
	float: left;
    width: 100%;
}
.sliderp{
	width: 1500px;
    margin: 0 auto;
	margin-top: 15px;
}
.container a{
	/*font-family:Oswald; 
	font-size:18px;*/
}
.qtip,
.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr
}

.qtip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word
}

.qtip-titlebar {
	position: relative;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: bold
}

.qtip-titlebar+.qtip-content {
	border-top-width: 0!important
}

.qtip-close {
	position: absolute;
	right: -9px;
	top: -9px;
	cursor: pointer;
	outline: medium none;
	border-width: 1px;
	border-style: solid;
	border-color: transparent
}

.qtip-titlebar .qtip-close {
	right: 4px;
	top: 50%;
	margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
	top: 16px
}

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
	display: block;
	text-indent: -1000em;
	direction: ltr;
	vertical-align: middle
}

.qtip-icon,
.qtip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none
}

.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma, "Oswald", arial;
	color: inherit;
	background: transparent none no-repeat -100em -100em
}

.qtip-default {
	border-width: 1px;
	border-style: solid;
	border-color: #f1d031;
	background-color: #ffffa3;
	color: #555
}

.qtip-default .qtip-titlebar {
	background-color: #ffef93
}

.qtip-default .qtip-icon {
	border-color: #CCC;
	background: #f1f1f1;
	color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
	border-color: #AAA;
	color: #111
}


/*! Light tooltip style */

.qtip-light {
	background-color: white;
	border-color: #e2e2e2;
	color: #454545
}

.qtip-light .qtip-titlebar {
	background-color: #f1f1f1
}


/*! Dark tooltip style */

.qtip-dark {
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
	background-color: #404040
}

.qtip-dark .qtip-icon {
	border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
	border-color: #303030
}


/*! Cream tooltip style */

.qtip-cream {
	background-color: #fbf7aa;
	border-color: #f9e98e;
	color: #a27d35
}

.qtip-cream .qtip-titlebar {
	background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
	background-position: -82px 0
}


/*! Red tooltip style */

.qtip-red {
	background-color: #f78b83;
	border-color: #d95252;
	color: #912323
}

.qtip-red .qtip-titlebar {
	background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
	background-position: -102px 0
}

.qtip-red .qtip-icon {
	border-color: #d95252
}

.qtip-red .qtip-titlebar .ui-state-hover {
	border-color: #d95252
}


/*! Green tooltip style */

.qtip-green {
	background-color: #caed9e;
	border-color: #90d93f;
	color: #3f6219
}

.qtip-green .qtip-titlebar {
	background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
	background-position: -42px 0
}


/*! Blue tooltip style */

.qtip-blue {
	background-color: #e5f6fe;
	border-color: #add9ed;
	color: #5e99bd
}

.qtip-blue .qtip-titlebar {
	background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
	background-position: -2px 0
}

.qtip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15)
}

.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.qtip-youtube {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	color: white;
	border-width: 0;
	background: #4a4a4a;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, black));
	background-image: -webkit-linear-gradient(top, #4a4a4a 0, black 100%);
	background-image: -moz-linear-gradient(top, #4a4a4a 0, black 100%);
	background-image: -ms-linear-gradient(top, #4a4a4a 0, black 100%);
	background-image: -o-linear-gradient(top, #4a4a4a 0, black 100%)
}

.qtip-youtube .qtip-titlebar {
	background-color: #4a4a4a;
	background-color: rgba(0, 0, 0, 0)
}

.qtip-youtube .qtip-content {
	padding: .75em;
	font: 12px arial, "Oswald", arial;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon {
	border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

.qtip-jtools {
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);
	border: 2px solid #ddd;
	border: 2px solid rgba(241, 241, 241, 1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
	background: transparent;
	color: white;
	border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
	border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
	border-color: #333
}

.qtip-cluetip {
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	background-color: #d9d9c2;
	color: #111;
	border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
	background-color: #87876a;
	color: white;
	border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
	border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
	border-color: #696952;
	color: #696952
}

.qtip-tipsy {
	background: black;
	background: rgba(0, 0, 0, .87);
	color: white;
	border: 0 solid transparent;
	font-size: 11px;
	font-family: 'Lucida Grande', "Oswald", arial;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black
}

.qtip-tipsy .qtip-titlebar {
	padding: 6px 35px 0 10;
	background-color: transparent
}

.qtip-tipsy .qtip-content {
	padding: 6px 10
}

.qtip-tipsy .qtip-icon {
	border-color: #222;
	text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

.qtip-tipped {
	border: 3px solid #959fa9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
	color: #454545;
	font-weight: normal;
	font-family: serif
}

.qtip-tipped .qtip-titlebar {
	border-bottom-width: 0;
	color: white;
	background: #3a79b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
	background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon {
	border: 2px solid #285589;
	background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
	background-color: #fbfbfb;
	color: #555
}

.qtip-bootstrap {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
	right: 11px;
	top: 45%;
	border-style: none
}

.qtip-bootstrap .qtip-content {
	padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
	background: transparent
}

.qtip-bootstrap .qtip-icon .ui-icon {
	width: auto;
	height: auto;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
	filter: none;
	-ms-filter: none
}

.qtip .qtip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml {
	position: absolute;
	color: #123456;
	background: transparent;
	border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
	top: 0;
	left: 0
}

.qtip .qtip-tip .qtip-vml {
	behavior: url(#default#VML);
	display: inline-block;
	visibility: visible
}

#qtip-overlay {
	position: fixed;
	left: -10000em;
	top: -10000em
}

#qtip-overlay.blurs {
	cursor: pointer
}

#qtip-overlay div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"
}

.qtipmodal-ie6fix {
	position: absolute!important
}

.qtip-content-default .qtip-content,
.qtip-content-center {
	padding: 7px 13px;
	text-align: center
}

.qtipp-grading {
	min-width: 137px;
	max-width: 137px
}

.qtip-fp-labelling {
	max-width: 350px
}

.qtip-content-title {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold
}

.qtip-content-title-red {
	color: #be1920
}

.qtip-content-title-blue {
	color: #0a69b1
}

.qtip,
.qtip {
	max-width: 293px
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

@charset "UTF-8";
body {
	background: #eaeaea;
	font-family: Arial;
	color: #333
}

.clear {
	clear: both
}

.left {
	float: left!important
}

.right {
	float: right!important
}

.espace {
	margin: 20px!important
}

.hasCustomSelect {
	cursor: pointer
}

#newsletter-error,
#newsletter-error-mandatory,
#devis-prestation-error,
#devis-missing-infos-error,
#devis-email-error {
	color: #f8c22a;
	font-weight: bold;
	text-transform: uppercase;
	display: none
}

#main_vianeumaticos {
	width: 960px;
	margin: 7px auto 0;
	min-height: 300px;
	position: relative;
	z-index: 10
}

#referencement_bloc {
	overflow: hidden;
	border-top: 1px solid #babec1;
	border-bottom: 1px solid #babec1;
	padding: 5px 0;
	width: 960px;
	margin: 0 auto 70px;
	background: #fff;
	font-size: 11px
}

#referencement_bloc a {
	font-size: 11px
}

#reassurance {
	overflow: hidden;
	font-weight: bold;
	border-top: 1px solid #babec1;
	padding: 25px 0;
	width: 960px;
	margin: 0 auto;
	background: #fff
}

#reassurance li {
	float: left;
	font-size: 16px;
	color: #656565;
	font-style: italic;
	text-align: center;
	width: 184px
}

#reassurance a {
	color: #656565;
	font-size: 16px;
	text-decoration: none;
	display: block
}

#reassurance .michelin {
	width: 270px
}

#reassurance .last {
	width: 108px
}

#reassurance span {
	display: block;
	padding-top: 5px
}

main {
	display: block
}

.invis {
	position: absolute;
	left: -9999px
}

.hide {
	display: none
}

.clear {
	clear: both
}

.underline {
	text-decoration: underline
}

.main_tetiere {
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	color: #fff;
	background: #0085b0;
	width: 726px;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	position: relative;
	font-family: "Oswald", arial;
	text-transform: uppercase;
	box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7)
}

.main_tetiere a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit
}

.margintop15 {
	margin-top: 15px
}

.container {
	margin: 0 auto;
	width: 960px
}

.txt-center {
	text-align: center
}

img {
	max-width: 100%;
	height: auto
}

.clearboth:before,
.clearboth:after {
	content: ' ';
	display: table
}

.clearboth:after {
	clear: both
}

.ui-tooltip {
	max-width: 880px!important
}

.ui-tooltip.ui-widget {
	font-size: 12px!important
}

.icheckbox_minimal,
.iradio_minimal {
	background-image: url("/img/icheck-1x.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0 none;
	clear: left;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	width: 22px;
	margin: 0 5px 5px 0;
	padding: 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.icheckbox_minimal,
	.iradio_minimal {
		background-image: url("/img/icheck-2x.png");
		background-size: 238px 22px
	}
}

.icheckbox_minimal.hover {
	background-position: -24px 0
}

.icheckbox_minimal.checked {
	background-position: -48px 0
}

.icheckbox_minimal.disabled {
	background-position: -72px 0
}

.icheckbox_minimal.disabled.checked {
	background-position: -96px 0
}

.icheckbox_minimal.disabled {
	cursor: default;
	opacity: .5
}

.iradio_minimal {
	background-position: -120px 0
}

.iradio_minimal.hover {
	background-position: -144px 0
}

.iradio_minimal.checked {
	background-position: -168px 0
}

.iradio_minimal.disabled {
	background-position: -192px 0;
	cursor: normal
}

.iradio_minimal.disabled.checked {
	background-position: -216px 0;
	cursor: normal
}

.tooltipster-default {
	border-radius: 5px;
	border: 1px solid #000;
	background: #184472;
	color: #fff
}

.tooltipster-default .tooltipster-content {
	font-family: Arial, "Oswald", arial;
	font-size: 11px;
	line-height: 13px;
	padding: 8px 10px;
	overflow: hidden;
	width: 250px
}

.tooltipster-icon {
	cursor: help;
	margin-left: 4px
}

.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible
}

.tooltipster-base .tooltipster-content {
	overflow: hidden
}

.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent!important;
	border-bottom: 8px solid transparent!important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent!important;
	border-bottom: 9px solid transparent!important;
	border-left: 9px solid;
	margin-top: -8px
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent!important;
	border-bottom: 8px solid transparent!important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent!important;
	border-bottom: 9px solid transparent!important;
	border-right: 9px solid;
	margin-top: -8px
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade-show {
	opacity: 1
}

#navigation ul#nice-menu-1 li ul {
	margin-top: 52px
}

#main_slider {
	width: 960px;
	height: 280px;
	position: relative;
	margin: 5px 0
}

#main_slider .caroufredsel_wrapper {
	width: 960px!important
}

#main_slider #main {
	width: 960px;
	height: 280px;
	position: relative
}

#main_slider #images,
#main_slider #thumbs {
	overflow: hidden
}

#main_slider #images {
	width: 960px;
	height: 280px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0
}

#main_slider #images a {
	display: block;
	height: 100%;
	cursor: pointer;
	position: relative
}

#main_slider #images a img {
	display: none
}

#main_slider #images .slide {
	width: 960px;
	height: 280px;
	position: relative;
	float: left
}

#main_slider #images .slide img {
	width: 0;
	height: 0
}

#main_slider #thumbs {
	width: 960px!important;
	text-align: center!important;
	margin-top: -50px
}

#main_slider #thumbs.noThumbs {
	text-align: right!important;
	top: 15px!important
}

#main_slider #thumbs .thumb {
	width: 100px;
	height: 38px;
	display: inline-block;
	margin: 0 10px;
	background: #fff;
	vertical-align: middle
}

#main_slider #thumbs .thumb img {
	width: 100px;
	height: 38px
}

#main_slider #thumbs .thumb a.selected,
#main_slider #thumbs .thumb a:hover {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6
}

#main_slider #thumbs .noThumb {
	display: inline-block;
	vertical-align: middle
}

#main_slider #thumbs .noThumb a {
	height: 17px;
	margin: 0 5px 0 0;
	width: 17px;
	display: inline-block;
	background: url("/img/store/default/promoBox/promoBox_pagination.png") no-repeat scroll 0 0 transparent
}

#main_slider #thumbs .noThumb a.selected {
	background-position: left bottom
}

.main_slider_full {
	width: 100%;
	position: relative;
	overflow: hidden
}

.main_slider_full .backgroundSlider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 235px;
	left: 0
}

.main_slider_full .slide img {
	max-width: 100%;
	margin: auto;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto
}

.lt-ie9 #main_slider #images img {
	position: absolute;
	display: block;
	left: -500px;
	top: -333px
}

#meilleurs_ventes {
	background: #fff;
	padding: 20px 0 0;
	position: relative
}

#meilleurs_ventes li {
	float: left;
	margin: 0 10px;
	height: 270px
}

#meilleurs_ventes .arrows {
	position: absolute;
	top: 107px;
	background: url(/img/store/vianeumaticos/slider_best_arrows.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer
}

#meilleurs_ventes .slider_prev {
	background-position: 0 0;
	left: -35px
}

#meilleurs_ventes .slider_next {
	background-position: -30px 0;
	right: -35px
}

#meilleurs_ventes .produit_slider_home {
	width: 300px
}

#meilleurs_ventes .produit_slider_home .visuel {
	float: left;
	width: 115px;
	padding-left: 20px;
	padding-right: 10px
}

#meilleurs_ventes .produit_slider_home .visuel img {
	height: auto
}

#meilleurs_ventes .produit_slider_home .col_desc {
	overflow: hidden
}

#meilleurs_ventes .produit_slider_home .col_desc .marque img {
	max-height: 40px
}

#meilleurs_ventes .produit_slider_home .col_desc .nom {
	font-size: 16px;
	text-transform: uppercase;
	height: 33px
}

#meilleurs_ventes .produit_slider_home .col_desc .modele {
	font-size: 16px;
	color: #545454
}

#meilleurs_ventes .produit_slider_home .col_desc .prix {
	color: #f6961e;
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.1
}

#meilleurs_ventes .produit_slider_home .col_desc .prix .desde {
	font-size: 20px;
	display: block;
	padding: 3px 0 0
}

#meilleurs_ventes .produit_slider_home .col_desc .prix .cts {
	font-size: 18px;
	position: relative;
	top: -15px
}

#meilleurs_ventes .produit_slider_home .col_desc .tva {
	font-size: 12px
}

#meilleurs_ventes .produit_slider_home .col_desc .ecotaxe {
	color: #37b81d;
	font-size: 12px;
	line-height: 1.1;
	font-style: italic
}

#meilleurs_ventes .produit_slider_home .btn {
	clear: both;
	margin: 10px 0 0 0;
	text-align: center
}

#meilleurs_ventes .produit_slider_home .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 215px;
	height: 40px;
	line-height: 40px
}

#meilleurs_ventes .produit_slider_home .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#meilleurs_ventes .produit_slider_home .montage {
	color: #777;
	font-size: 12px;
	font-style: italic
}

#meilleurs_ventes .produit_slider_home .departmentTyreHighlight {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0;
	text-transform: uppercase
}

#meilleurs_ventes .meilleurs_ventes_message {
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin: 0 10px;
	min-height: 40px
}

#home_marques {
	overflow: hidden;
	padding: 20px 0;
	background: #fff;
	padding-bottom: 80px
}

#home_marques li {
	float: left;
	width: 25%;
	text-align: center
}
.imgrovelotall{
	margin-top: -27px;
}

.post-header-line,
.insurance-bottom p {
	text-align: center;
	padding: 10px 0 5px 0;
	/*box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);*/
	background-color: #eaeaea
}

.insurance-bottom {
	/*margin-top: 10px;
	position: relative*/
}

.post-header-line,
.insurance-bottom p:first-of-type {
	background-color: #fff
}

#empty_basket {
	overflow: hidden;
	font-weight: bold;
	padding: 25px 0;
	width: 960px;
	margin: 0 auto;
	background: #fff;
	text-align: center
}

#empty_basket h3 {
	position: relative;
	font-size: 19px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	margin: 25px 0
}

#empty_basket a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 200px;
	height: 50px;
	line-height: 50px
}

#empty_basket a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

span.select_provincia_custom {
	width: 160px;
	height: 24px;
	text-indent: 5px;
	background: #d2d2d2 url("/img/select_arrow-gray.png") no-repeat right top;
	font-size: 14px;
	line-height: 26px;
	border-radius: 5px
}

.select_provincia_customInner {
	white-space: nowrap
}

span.select_cantidad_custom {
	width: 70px;
	height: 30px;
	text-indent: 9px;
	background: #e5e5e5 url(/img/select_candidad.png) no-repeat right top;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 5px;
	text-align: left
}

.select_cantidad_customInner {
	white-space: nowrap
}

span.select_filter_custom {
	width: 160px;
	height: 24px;
	text-indent: 5px;
	background: #d2d2d2 url("/img/select_arrow-gray.png") no-repeat right top;
	font-size: 14px;
	line-height: 26px;
	border-radius: 5px
}

.select_filter_customInner {
	white-space: nowrap
}

.select_filter.hasCustomSelect {
	margin-top: 10px
}

#search_cache {
	display: none;
	margin: 20px 0 20px
}

.choix_provincia {
	overflow: hidden;
	padding: 10px 0
}

.choix_provincia .st_provincia {
	float: left;
	padding-top: 8px;
	padding-left: 20px
}

.choix_provincia .st_provincia input[type=text] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 0 5px;
	width: 154px;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565;
	font-style: italic
}

.choix_provincia .st_provincia label {
	font-size: 16px;
	color: #0f58a0;
	font-weight: bold;
	padding-right: 10px
}

.choix_provincia .st_provincia .btn {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 90px;
	height: 50px;
	line-height: 50px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal
}

.choix_provincia .st_provincia .btn:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.choix_provincia .btn_cambio {
	float: right;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 174px;
	height: 40px;
	background: #0085b0;
	border: 0;
	border-radius: 5px
}

.search_infos {
	overflow: hidden;
	padding: 10px;
	text-align: justify;
	font-size: 15px;
	color: #545454;
	border-bottom: 1px dashed #babec1
}

.search_no_result {
	overflow: hidden;
	padding: 25px;
	text-align: center;
	font-size: 20px;
	color: #545454;
	border-bottom: 1px dashed #babec1
}

.btn_retour a {
	margin: 15px 10px 15px 0;
	float: right;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	display: block;
	width: 195px;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	background: #656565;
	color: #fff;
	text-align: center
}

.btn_retour a span {
	background: url(/img/store/vianeumaticos/arrow_left_white.png) no-repeat 0 0;
	width: 12px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: -5px
}

.btn_retour a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#produit {
	position: relative
}

.produit_fiche {
	min-height: 195px;
	position: relative;
	padding-bottom: 30px
}

.produit_fiche .visuel {
	float: left;
	width: 160px;
	margin: 0 0 0 20px
}

.produit_fiche .col_presentation {
	float: left;
	width: 545px;
	height: 155px;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px
}

.produit_fiche .col_presentation .col_info_pic {
	float: left;
	width: 82px;
	border-right: 1px solid #fff;
	height: 155px;
	text-align: center
}

.produit_fiche .col_presentation .col_info_pic img {
	display: block;
	margin: 23px auto
}

.produit_fiche .col_presentation .col_desc_perf {
	padding: 0 15px;
	width: 230px;
	float: left;
	border-right: 1px solid #fff;
	height: 140px;
	padding-top: 15px
}

.produit_fiche .col_presentation .col_desc_perf .nom {
	font-size: 16px;
	font-weight: bold;
	color: #545454;
	padding-bottom: 5px
}

.produit_fiche .col_presentation .col_desc_perf .modele {
	font-size: 16px;
	color: #545454
}

.produit_fiche .col_presentation .col_desc_perf .performance {
	text-align: center;
	padding-top: 15px
}

.produit_fiche .col_presentation .col_desc_perf .performance p {
	float: left;
	width: 52px
}

.produit_fiche .col_presentation .col_desc_perf .performance img {
	margin-bottom: 3px
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note {
	margin: 0 auto;
	background: url(/img/store/vianeumaticos/etiquettes_classification.png) no-repeat;
	width: 38px;
	padding-right: 7px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #fff
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note.note_a {
	background-position: -55px 0
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note.note_b {
	background-position: -55px -30px
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note.note_c {
	background-position: -55px -60px
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note.note_d {
	background-position: -55px -90px
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note.note_e {
	background-position: -55px -120px
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note.note_f {
	background-position: -55px -150px
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_note.note_g {
	background-position: -55px -180px
}

.produit_fiche .col_presentation .col_desc_perf .performance .etiquette_bruit {
	margin: 0 auto;
	width: 38px;
	padding-right: 7px;
	height: 30px;
	line-height: 30px;
	background: url(/img/store/vianeumaticos/etiquettes_classification.png) no-repeat -55px -210px;
	display: block;
	font-size: 13px;
	color: #545454;
	font-weight: bold
}

.produit_fiche .col_presentation .col_prix {
	text-align: center;
	float: left;
	width: 199px;
	padding-top: 35px
}

.produit_fiche .col_presentation .col_prix .prix {
	color: #f6961e;
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.1
}

.produit_fiche .col_presentation .col_prix .prix .desde {
	font-size: 20px;
	display: block;
	padding: 3px 0 0
}

.produit_fiche .col_presentation .col_prix .prix .cts {
	font-size: 18px;
	position: relative;
	top: -15px
}

.produit_fiche .col_presentation .col_prix .tva {
	font-size: 12px;
	padding-top: 5px
}

.produit_fiche .col_presentation .col_prix .ecotaxe {
	color: #37b81d;
	font-size: 12px;
	line-height: 1.1;
	font-style: italic
}

.produit_fiche .col_presentation .col_prix .montage {
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin-left: 27px
}

.produit_fiche .col_action {
	width: 175px;
	float: left;
	padding-top: 5px;
	margin-left: 50px
}

.produit_fiche .col_action .cantidad {
	float: right
}

.produit_fiche .col_action .cantidad label {
	font-weight: bold;
	padding-right: 5px
}

.produit_fiche .col_action .dispo {
	text-align: right;
	color: #37b81d;
	font-size: 14px;
	height: 13px;
	padding-top: 7px
}

.produit_fiche .col_action .btn {
	clear: both;
	margin: 15px 0 0 0;
	text-align: center
}

.produit_fiche .col_action .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 175px;
	height: 60px;
	line-height: 60px
}

.produit_fiche .col_action .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.produit_fiche .col_action .btn a span {
	display: inline-block;
	width: 21px;
	height: 18px;
	background: url(/img/store/vianeumaticos/picto_shopping.png) no-repeat;
	position: relative;
	top: 2px;
	left: -5px
}

.produit_fiche .choix_provincia {
	width: 210px;
	float: left;
	padding-top: 35px;
	margin-left: 5px
}

.produit_fiche .choix_provincia label {
	font-size: 16px;
	color: #0f58a0;
	font-weight: bold;
	padding-left: 10px
}

.produit_fiche .choix_provincia .st_provincia {
	float: left;
	padding-top: 8px;
	padding-left: 10px
}

.produit_fiche .choix_provincia span.select_provincia_custom {
	width: 195px;
	height: 30px;
	text-indent: 5px;
	border: 1px solid #ccc;
	background: d2d2d2 url(/img/select_candidad.png) no-repeat right top;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 5px
}

.produit_fiche .choix_provincia .select_provincia_customInner {
	white-space: nowrap
}

.produit_fiche .nostock {
	width: 210px;
	float: left;
	padding-top: 35px;
	margin-left: 5px
}

.produit_fiche .nostock p {
	font-size: 16px;
	color: #0f58a0;
	font-weight: bold;
	padding-left: 10px
}

.produit_fiche .advertisement {
	padding-left: 255px
}

#prod_onglets {
	overflow: hidden
}

#prod_onglets li {
	float: left;
	color: rgba(255, 255, 255, 0.5);
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding-top: 3px;
	cursor: pointer;
	font-style: italic;
	/*background-image: url("/img/sprite-all-result-dealer-list-1x.png");
	background-repeat: no-repeat;
	background-position: 0 -85px*/
	    background-color: #2f5d95;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	#prod_onglets li {
		background-image: url("/img/sprite-all-result-dealer-list-2x.png");
		background-size: 702px 385px
	}
}

#prod_onglets li.actif,
#prod_onglets li:hover,
#prod_onglets li:active {
	background-position: 0 -125px
}

#prod_onglets li.actif {
	color: #fff;
	cursor: default
}

#prod_onglets li+li {
	background-position: 0 0
}

#prod_onglets li+li.actif,
#prod_onglets li+li:hover,
#prod_onglets li+li:active {
	background-position: 0 -40px
}

#prod_onglets li.solo {
	width: 100%;
	background-image: none;
	color: white
}

.conteneur_prod {
	background: #f9f9f9;
	margin-bottom: 30px;
	overflow: hidden;
	display: none;
	color: #656565;
	font-size: 14px
}

.conteneur_prod #prod_prueba {
	display: table;
	width: 100%
}

.conteneur_prod #prod_prueba .col {
	display: table-cell;
	vertical-align: top
}

.conteneur_prod #prod_prueba .notation {
	width: 245px;
	border-right: 1px solid #fff;
	text-align: center
}

.conteneur_prod #prod_prueba .notation .titre {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0 15px;
	line-height: 1.2
}

.conteneur_prod #prod_prueba .notation .notation img {
	margin: 0 2px
}

.conteneur_prod #prod_prueba .notation .note_global {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4
}

.conteneur_prod #prod_prueba .notation .btn_more a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal
}

.conteneur_prod #prod_prueba .notation .btn_more a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.conteneur_prod #prod_prueba .detail {
	padding: 20px 15px;
	border-right: 1px solid #fff;
	width: 435px
}

.conteneur_prod #prod_prueba .detail h3 {
	position: relative;
	font-size: 19px;
	font-weight: bold;
	height: 38px;
	padding-left: 13px;
	line-height: 38px;
	border-top: 1px dashed #afafaf;
	border-bottom: 1px dashed #afafaf
}

.conteneur_prod #prod_prueba .detail h3 span {
	position: absolute;
	top: 3px;
	right: 8px
}

.conteneur_prod #prod_prueba .detail h3 img {
	margin: 0 2px
}

.conteneur_prod #prod_prueba .detail ul {
	padding: 15px 10px
}

.conteneur_prod #prod_prueba .detail li {
	position: relative;
	padding: 3px 0
}

.conteneur_prod #prod_prueba .detail li .note {
	position: absolute;
	top: 3px;
	right: 0;
	font-weight: bold
}

.conteneur_prod #prod_prueba .visu {
	text-align: center;
	padding-top: 13px
}

.conteneur_prod #prod_prueba .visu #gradding {
	position: relative;
	background: url(/img/store/vianeumaticos/gradding.jpg) no-repeat;
	width: 200px;
	height: 291px;
	margin: 0 auto
}

.conteneur_prod #prod_prueba .visu #gradding .fleche {
	width: 42px;
	height: 26px;
	font-weight: bold;
	text-indent: 7px;
	line-height: 26px;
	background: url(/img/store/vianeumaticos/gradding_fleche.png) no-repeat;
	position: absolute;
	text-align: center;
	color: #fff
}

.conteneur_prod #prod_prueba .visu #gradding .fleche.conso {
	left: 66px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche.adherence {
	left: 143px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche_a {
	top: 77px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche_b {
	top: 92px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche_c {
	top: 106px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche_d {
	top: 121px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche_e {
	top: 135px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche_f {
	top: 150px
}

.conteneur_prod #prod_prueba .visu #gradding .fleche_g {
	top: 165px
}

.conteneur_prod #prod_prueba .visu #gradding .decibel {
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 228px;
	left: 133px;
	font-weight: bold
}

.conteneur_prod #prod_prueba .visu #gradding .visuel {
	position: absolute;
	top: 201px;
	left: 2px
}

.conteneur_prod #prod_prueba .visu .btn_more a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 185px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	padding-top: 8px;
	margin-top: 10px;
	margin-bottom: 10px
}

.conteneur_prod #prod_prueba .visu .btn_more a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.conteneur_prod #prod_descripcion {
	padding: 15px;
	line-height: 1.3
}

.conteneur_prod #prod_descripcion h3 {
	font-size: 16px;
	color: #fbab00;
	margin: 5px 0;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	border-top: 1px dashed #afafaf;
	border-bottom: 1px dashed #afafaf;
	margin: 10px 0
}

.conteneur_prod #prod_descripcion td {
	padding: 0 10px
}

.conteneur_prod #prod_descripcion i {
	font-style: italic
}

.conteneur_prod #prod_descripcion_solo {
	padding: 15px;
	line-height: 1.3
}

.conteneur_prod #prod_descripcion_solo h3 {
	font-size: 16px;
	color: #fbab00;
	margin: 5px 0;
	font-weight: bold;
	/*height: 32px;*/
	line-height: 32px;
	border-top: 1px dashed #afafaf;
	border-bottom: 1px dashed #afafaf;
	margin: 10px 0
}

.conteneur_prod #prod_descripcion_solo td {
	padding: 0 10px
}

.conteneur_prod #prod_descripcion_solo i {
	font-style: italic
}

.conteneur_prod #prod_descripcion_solo .description {
	width: 100%;
	/*padding-right: 30px*/
}

.conteneur_prod #prod_descripcion_solo .description ul li,
.conteneur_prod #prod_descripcion_solo .description p,
.conteneur_prod #prod_descripcion_solo .description div {
	text-align: justify
}

.conteneur_prod #prod_descripcion_solo .description li {
	padding: 10px 0
}

.conteneur_prod #prod_descripcion_solo .description li p {
	font-size: 14px;
	font-weight: normal
}

.conteneur_prod #prod_descripcion_solo .col {
	display: table-cell;
	vertical-align: top
}

.conteneur_prod #prod_descripcion_solo .visu {
	text-align: center;
	padding-top: 13px
}

.conteneur_prod #prod_descripcion_solo .visu #notation {
	width: 245px;
	text-align: center
}

.conteneur_prod #prod_descripcion_solo .visu #notation .titre {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 20px;
	line-height: 1.2
}

.conteneur_prod #prod_descripcion_solo .visu #notation .notation {
	padding-bottom: 20px
}

.conteneur_prod #prod_descripcion_solo .visu #notation .notation img {
	margin: 0 2px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding {
	position: relative;
	background: url(/img/store/vianeumaticos/gradding.jpg) no-repeat;
	width: 200px;
	height: 291px;
	margin: 0 auto
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche {
	width: 42px;
	height: 26px;
	font-weight: bold;
	text-indent: 7px;
	line-height: 26px;
	background: url(/img/store/vianeumaticos/gradding_fleche.png) no-repeat;
	position: absolute;
	text-align: center;
	color: #fff
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche.conso {
	left: 66px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche.adherence {
	left: 143px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche_a {
	top: 77px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche_b {
	top: 92px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche_c {
	top: 106px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche_d {
	top: 121px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche_e {
	top: 135px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche_f {
	top: 150px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .fleche_g {
	top: 165px
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .decibel {
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 228px;
	left: 133px;
	font-weight: bold
}

.conteneur_prod #prod_descripcion_solo .visu #gradding .visuel {
	position: absolute;
	top: 201px;
	left: 2px
}

.conteneur_prod #prod_descripcion_solo .visu .btn_more a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 185px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	padding-top: 8px;
	margin-top: 10px;
	margin-bottom: 10px
}

.conteneur_prod #prod_descripcion_solo .visu .btn_more a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.desc-mini {
	font-size: 16px;
	color: #fbab00;
	font-weight: bold;
	border-bottom: 1px dashed #afafaf;
	padding-bottom: 5px
}

#identification_pago {
	margin-bottom: 100px
}

.tab_panier {
	background: #f9f9f9;
	color: #656565
}

.tab_panier table {
	width: 100%;
	border-collapse: collapse;
	width: 930px;
	margin: 0 auto
}

.tab_panier table th {
	height: 35px;
	vertical-align: middle;
	font-size: 16px
}

.tab_panier table td {
	vertical-align: middle;
	text-align: center;
	border-top: 1px dashed #b4b4b4;
	padding: 10px 0
}

.tab_panier table .visuel {
	padding-right: 15px
}

.tab_panier table .visuel .basketProductPhoto {
	height: 158px
}

.tab_panier table .desc {
	text-align: left;
	font-size: 20px
}

.tab_panier table .supp {
	width: 100px
}

.tab_panier table .colch {
	width: 130px;
	font-weight: bold;
	font-size: 30px
}

.tab_panier table .colch .cts {
	font-size: 19px;
	position: relative;
	top: -8px
}

.tab_panier table .precios {
	color: #f6961e;
	text-align: right;
	padding-right: 10px;
	width: 110px
}

.tab_panier table .qte {
	margin: 0 auto;
	width: 94px
}

.tab_panier table .qte button,
.tab_panier table .qte .txt {
	width: 25px;
	height: 43px;
	border: 0;
	float: left;
	line-height: 43px;
	color: #656565;
	font-weight: bold;
	font-size: 30px;
	font-family: arial;
	border: 0;
	background: #e0e0e0;
	text-align: center
}

.tab_panier table .qte button {
	cursor: pointer
}

.tab_panier table .qte .txt {
	width: 42px
}

.tab_panier table .qte .moins {
	border-radius: 5px 0 0 5px;
	padding: 0
}

.tab_panier table .qte .plus {
	border-radius: 0 5px 5px 0;
	padding: 0
}

.tab_panier table .promo {
	color: #ef2c2c;
	font-weight: bold
}

.tab_panier table .promo td {
	border-top: 0;
	padding-top: 0
}

.tab_panier table .promo .lib {
	text-align: right
}

.tab_panier table .promo .colch {
	font-size: 20px;
	color: #ef2c2c
}

.tab_panier table .promo .colch .cts {
	font-size: 12px;
	position: relative;
	top: -6px
}

.recap_panier {
	background: #f9f9f9;
	color: #656565
}

.recap_panier table {
	width: 100%;
	border-collapse: collapse;
	width: 930px;
	margin: 0 auto
}

.recap_panier table td {
	vertical-align: middle
}

.recap_panier table .desc {
	text-align: left;
	font-size: 20px;
	width: 680px;
	height: 60px;
	line-height: 21px
}

.recap_panier table .desc span {
	display: block;
	font-size: 14px
}

.recap_panier table .colch {
	width: 130px;
	font-weight: bold;
	font-size: 30px;
	text-align: center
}

.recap_panier table .colch .cts {
	font-size: 19px;
	position: relative;
	top: -8px
}

.recap_panier table .precios {
	color: #f6961e;
	text-align: right;
	padding-right: 10px;
	width: 110px
}

.recap_panier table .promo {
	color: #ef2c2c;
	font-weight: bold
}

.recap_panier table .promo td {
	padding-bottom: 20px
}

.recap_panier table .promo .lib {
	text-align: right
}

.recap_panier table .promo .colch {
	font-size: 20px;
	color: #ef2c2c
}

.recap_panier table .promo .colch .cts {
	font-size: 12px;
	position: relative;
	top: -6px
}

.recap_centre {
	overflow: hidden;
	border-top: 5px solid #d7d7d7;
	background: #efefef;
	border-radius: 0 0 5px 5px
}

.recap_centre .image_carte {
	width: 150px;
	float: left;
	padding: 25px 0 20px 15px
}

.recap_centre .col_centre_adresse {
	padding-top: 18px;
	float: left;
	width: 390px;
	padding-right: 10px
}

.recap_centre .col_centre_adresse .nom_centre {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px
}

.recap_centre .col_centre_adresse .adresse {
	font-size: 16px;
	padding-bottom: 15px
}

.recap_centre .col_centre_rdv {
	float: left;
	padding-top: 18px
}

.recap_centre .col_centre_rdv p {
	margin-bottom: 7px
}

.recap_centre .col_centre_rdv .btn {
	margin-top: 30px
}

.recap_centre .btn a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	width: 92px;
	height: 31px;
	line-height: 31px;
	background: #656565;
	text-align: center;
	font-weight: normal;
	display: block;
	border-radius: 5px
}

.recap_centre.pago .image_carte {
	width: 105px;
	padding: 15px 0 0 25px
}

.recap_centre.pago .image_carte img {
	width: 70px
}

.codepromo {
    overflow: hidden;
    padding: 10px 0;
    padding-bottom: 25px;
}

.codepromo form {
	float: right
}

.codepromo label {
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #f6961e;
	line-height: 28px;
	padding-right: 20px
}

.codepromo p {
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #ccc;
	float: left;
	background: #fcfcfc
}

.codepromo input {
	border: 0;
	background: #fcfcfc;
	font-weight: bold;
	font-size: 14px;
	color: #656565;
	font-family: arial;
	height: 23px;
	line-height: 23px
}

.codepromo input[type=text] {
	margin: 0 5px;
	padding: 0
}

.codepromo input[type=submit] {
	float: right;
	margin: 4px 2px;
	cursor: pointer
}

.codepromo .supp {
	margin: 7px 5px 0 10px
}

.cuponOK {
    cursor: pointer;
    background: #fcfcfc;
    font-weight: bold;
    font-size: 14px;
    color: #656565;
    font-family: arial;
    height: 23px;
    line-height: 23px;
    width: 30px;
    border: 0;
    padding-right: 5px;
}

.recap_total {
	color: #464646;
	font-size: 22px;
	position: relative;
	width: 930px;
	margin: 10px auto;
	border-top: 1px solid #c0c1c2;
	padding: 20px 0;
	font-weight: bold
}

.recap_total .prix {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 30px
}

.recap_total .prix .cts {
	font-size: 19px;
	position: relative;
	top: -9px
}

.compte {
	background: #f9f9f9;
	color: #656565;
	padding: 15px 15px 30px 15px;
	position: relative
}

.compte label {
	font-size: 14px;
	display: block;
	text-indent: 5px;
	padding-bottom: 3px
}

.compte .champ {
	float: left;
	margin-left: 20px;
	width: 166px;
	position: relative
}

.compte input[type=text],
.compte input[type=password] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 0 5px;
	width: 154px;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565;
	font-style: italic
}

.compte h3 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	border-bottom: 1px dashed #d4d4d4;
	padding: 0 0 5px 10px;
	margin-bottom: 10px
}

.compte .newbloc {
	padding-top: 20px
}

.compte .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 40px
}

.compte .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.compte .mdp {
	font-size: 14px;
	padding: 23px 0 0 25px;
	float: left
}

.compte .mdp a {
	font-size: 14px;
	color: #656565;
	font-weight: normal;
	text-decoration: none
}

.compte #registrar_cuenta {
	clear: both
}

.compte #registrar_cuenta .fakecheck {
	font-size: 14px;
	overflow: hidden;
	padding: 15px 0 10px 20px
}

.compte #registrar_cuenta .fakecheck span,
.compte #registrar_cuenta .fakecheck label {
	cursor: pointer
}

.compte #registrar_cuenta .fakecheck .lib {
	float: left;
	margin: 2px 5px 0 0
}

.compte #registrar_cuenta .fakecheck input {
	float: left
}

.compte #registrar_cuenta .fakecheck.actif .check {
	background-position: -26px 0
}

.compte #registrar_cuenta .chp_cache {
	display: none;
	overflow: hidden
}

.compte #compte_inscription {
	display: none
}

.compte #compte_inscription p {
	margin-bottom: 5px
}

.compte .checkcgv, .createAccount, .factura {
	margin: 20px 0 0;
	padding-top: 30px
}

.compte .checkcgv a {
	color: #656565;
	font-size: 14px;
	font-style: italic
}

.compte .newsletter,
.compte .checkcgv, .createAccount, .factura {
	border-top: 2px solid #fff
}

.compte .newsletter label,
.compte .checkcgv label {
	cusor: pointer;
	padding-top: 2px
}

.compte .ctbtn_valide {
	position: relative;
	height: 60px
}

.compte #change_password {
	text-decoration: underline;
	font-style: italic;
	color: #656565;
	font-weight: normal;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px
}

.send-quote {
	color: #656565;
	padding: 30px 15px 30px 15px;
	position: relative
}

.send-quote .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 40px
}

.send-quote .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.info-bulle {
	position: absolute;
	top: -35px;
	left: 0;
	white-space: nowrap;
	font-size: 11px;
	color: #ef2c2c;
	font-weight: bold;
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 3px;
	box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.info-bulle::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 30px;
	width: 0;
	height: 0;
	border-top: 5px solid #f5f5f5;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

#recap_adresse {
	background: #f9f9f9;
	padding: 10px 15px;
	position: relative
}

#recap_adresse .deconnexion a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: -28px;
	right: 20px
}

#recap_adresse .col {
	float: left;
	width: 455px;
	margin-left: 10px;
	padding: 15px 0;
	font-size: 16px;
	font-style: italic
}

#recap_adresse .col h3 {
	color: #656565;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dashed #afafaf;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-style: normal
}

#recap_adresse .col p {
	padding-bottom: 2px
}

#recap_adresse .col span {
	font-size: 14px;
	font-style: italic;
	color: #656565
}

#recap_adresse .btn {
	border-top: 1px dashed #afafaf;
	padding-top: 7px
}

#recap_adresse .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 92px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal
}

#recap_adresse .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#choix_paiement {
	background: #f9f9f9;
	padding: 15px 25px;
	position: relative;
	height: 100px
}

#choix_paiement .checkcgv {
	font-size: 14px;
	color: #656565;
	overflow: hidden;
	padding-bottom: 20px
}

#choix_paiement .checkcgv label {
	position: relative;
	top: 2px
}

#choix_paiement .checkcgv a {
	color: #656565;
	font-size: 14px;
	font-style: italic
}

#choix_paiement #liste_paiement {
	display: none
}

#choix_paiement .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 205px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 55px;
	right: 20px;
	font-size: 20px
}

#choix_paiement .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#choix_paiement .btn a span {
	width: 21px;
	height: 14px;
	background: url(/img/store/vianeumaticos/picto_selectionnar.png) no-repeat;
	display: inline-block;
	position: relative;
	top: 1px;
	left: -4px
}

h1.title {
	font-size: 23px;
	padding: 10px 0;
	font-family: "Oswald", arial;
	text-transform: uppercase
}

h2.title {
	font-size: 17px
}

h3.title {
	font-size: 15px;
	padding-bottom: 20px;
	text-align: center;
}

#marque {
	background-color: #fff;
	width: 950px;
	margin: 20px 10px;
	line-height: 1.5
}

#marque .contenu_marque {
	padding: 0 10px
}

#marque .title {
	color: #1159a1;
	font-weight: bold;
	padding-bottom: 10px
}

#marque .intro {
	padding-bottom: 30px;
	font-size: 13px
}

#marque .intro a {
	font-size: 12px;
	font-weight: normal
}

#marque .produit_listing {
	width: 940px
}

#marque #profil_dimension {
	overflow: hidden;
	padding: 15px;
	font-size: 13px
}

#marque #profil_dimension .cols {
	float: left;
	padding: 0 10px;
	width: 180px;
	text-transform: uppercase
}

#marque #profil_dimension .cols:first-child {
	padding-left: 0
}

#marque #profil_dimension a {
	font-size: 12px;
	font-weight: normal
}

#marque #profil_dimension a:hover {
	text-decoration: none
}

#marque_fiche {
	padding-bottom: 50px;
	position: relative
}

#marque_fiche .visuel {
	float: left;
	margin-right: 50px
}

#marque_fiche .visuel2 {
	float: right;
	margin-right: 0px;
	margin-top: -122px
}

#marque_fiche .desc {
	font-size: 12px;
	overflow: hidden
}

#marque_fiche .desc h2 {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px
}

#marque_fiche #notation {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 10px
}

#marque_fiche #notation li {
	overflow: hidden;
	padding: 2px 0;
	margin-top: 2px
}

#marque_fiche #notation span {
	float: left;
	width: 110px;
	padding-top: 1px
}

.choix_pneu .title {
	color: #1159a1;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 15px
}

#map {
	/*width: 360px;
	height: 585px*/
}

#mon_compte {
	background: #f9f9f9;
	color: #656565;
	padding: 15px 15px 30px 15px;
	position: relative
}

#mon_compte .deconnexion a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: -28px;
	right: 20px
}

#mon_compte .btn {
	position: relative;
	float: right
}

#mon_compte .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 140px;
	height: 50px;
	line-height: 50px
}

#mon_compte .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#mon_compte .btn a span {
	width: 21px;
	height: 22px;
	background: url(/img/store/vianeumaticos/arrow_left_white.png) no-repeat;
	display: inline-block;
	position: relative;
	top: 6px;
	left: -5px
}

#mon_compte .coordonnees_compte {
	padding: 10px
}

#mon_compte .coordonnees_compte label {
	font-size: 14px;
	display: block;
	text-indent: 5px;
	padding-bottom: 3px
}

#mon_compte .coordonnees_compte .champ {
	float: left;
	margin-left: 20px;
	width: 196px;
	position: relative;
	height: 60px
}

#mon_compte .coordonnees_compte input[type=text],
#mon_compte .coordonnees_compte input[type=password],
#mon_compte .coordonnees_compte input[type=email] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 0 5px;
	width: 184px;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565;
	font-style: italic
}

#mon_compte .coordonnees_compte h3 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	border-bottom: 1px dashed #d4d4d4;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px
}

#mon_compte span.select_title_custom {
	width: 194px;
	height: 24px;
	text-indent: 5px;
	border: 1px solid #ccc;
	background: #e5e5e5 url(/img/select_provencia.png) no-repeat right top;
	font-size: 14px;
	line-height: 26px;
	border-radius: 5px
}

#mon_compte .select_title_customInner {
	white-space: nowrap
}

#mon_compte .newsletter {
	border-top: 2px solid #fff;
	margin: 10px 0 0;
	padding-top: 10px
}

#mon_compte .newsletter label {
	cusor: pointer;
	padding-top: 2px
}

#landing_page {
	background: #f9f9f9;
	color: #656565;
	padding: 15px 15px 30px 15px;
	position: relative
}

#content_page {
	background: #f9f9f9;
	color: #656565;
	padding: 15px 15px 30px 15px;
	position: relative
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden
}

.qtip-content-title-marking,
.marking {
	color: #37b81d
}

#recapitulatif_commande {
	background: #f9f9f9;
	color: #656565;
	padding: 15px 15px 30px 15px;
	position: relative
}

#recapitulatif_commande .btn_valide {
	height: 50px
}

#recapitulatif_commande .btn_valide .btn {
	position: relative;
	float: right
}

#recapitulatif_commande .btn_valide .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 300px;
	height: 50px;
	line-height: 50px
}

#recapitulatif_commande .btn_valide .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#recapitulatif_commande .btn_valide .btn a span {
	width: 21px;
	height: 22px;
	background: url(/img/store/vianeumaticos/arrow_left_white.png) no-repeat;
	display: inline-block;
	position: relative;
	top: 6px;
	left: -5px
}

#recapitulatif_commande h2 {
	font-size: 18px;
	font-weight: bold;
	clear: both;
	border-bottom: 1px dashed #d4d4d4;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px
}

#recapitulatif_commande #recapitulatif_gauche {
	width: 550px;
	margin-bottom: 50px;
	font-size: 14px
}

#recapitulatif_commande #recapitulatif_gauche .recap_paiement {
	width: 600px
}

#recapitulatif_commande #recapitulatif_gauche .recap_paiement .promo {
	color: #ef2c2c;
	padding: 10px 0
}

#recapitulatif_commande #recapitulatif_gauche .recap_paiement .libelle {
	width: 440px;
	padding-top: 15px
}

#recapitulatif_commande #recapitulatif_gauche .recap_paiement .libelle2 {
	border-bottom: 1px dashed #d4d4d4;
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
	font-size: 13px
}

#recapitulatif_commande #recapitulatif_gauche .recap_paiement .lignetotal {
	font-size: 16px;
	font-weight: bold
}

#recapitulatif_commande #recapitulatif_gauche .recap_paiement h4 {
	font-size: 16px;
	font-weight: bold
}

#recapitulatif_commande #recapitulatif_gauche .recap_paiement .prixdeligne {
	width: 160px;
	text-align: right;
	vertical-align: top;
	padding-top: 15px
}

#recapitulatif_commande #recapitulatif_droite {
	position: relative;
	float: right;
	width: 300px
}

#recapitulatif_commande #recapitulatif_droite p {
	font-size: 14px;
	margin-bottom: 20px
}

#recapitulatif_commande #recapitulatif_infos {
	width: 850px;
	margin-bottom: 50px;
	font-size: 14px
}

#recapitulatif_commande #recapitulatif_infos .champ {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 166px;
	position: relative
}

#recapitulatif_commande #recapitulatif_infos span.selectsearch_custom {
	width: 154px;
	height: 24px;
	text-indent: 5px;
	border: 1px solid #ccc;
	background: #e5e5e5 url(/img/select_provencia.png) no-repeat right top;
	font-size: 14px;
	line-height: 26px;
	border-radius: 5px
}

#recapitulatif_commande #recapitulatif_infos .selectsearch_customInner {
	white-space: nowrap
}

#recapitulatif_commande #recapitulatif_infos input[type=text],
#recapitulatif_commande #recapitulatif_infos input[type=password] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 0 5px;
	width: 154px;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565
}

#recapitulatif_commande h3 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	border-bottom: 1px dashed #d4d4d4;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px
}

#gmapItineraire {
	height: 350px;
	width: 60%;
	float: left;
	display: none;
}
#gmapItineraireins{
	height: 350px;
    width: 40%;
    float: left;
    overflow: scroll;
    overflow-x: hidden;
    display: none;
}
.popup_dimension .message {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 20px
}

.popup_dimension .tyre {
	text-align: center
}

.fitter_address {
	padding-left: 30px
}

#layerCookies {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2147483647!important;
	background: #e6b322;
	background: rgba(230, 179, 34, 0.8)
}

#layerCookies .consent {
	margin-top: 5px;
	font-size: 11px;
	line-height: 11px;
	padding: 5px 10px;
	text-align: center
}

#layerCookies .close {
	float: right;
	padding: 5px 10px;
	min-width: 0;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	min-width: 55px;
	outline: 0 none;
	padding: 12px 5px 11px;
	text-align: center;
	text-transform: uppercase
}

.loginFields {
	margin: 15px 10px 10px 30%;
	width: 45%
}

.loginFields input {
	width: 370px;
	margin: 10px 0
}

.loginFieldsPopup {
	margin: 15px
}

.errorLogin {
	text-align: center
}

a.submitLoginForm {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 140px;
	height: 50px;
	line-height: 50px;
	float: right;
	margin-right: 30%
}

a.submitLoginForm:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.orderSeparator {
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 20px
}

.michelin_quality_center_small_image {
	width: 136px;
	height: 50px
}

.michelin_quality_center_large_image {
	width: 272px;
	height: 100px
}

.tyredocAutoFormat {
	text-align: justify
}

.height5 {
	height: 5px
}

.landingPage ul li {
	background: transparent url("/img/puce-check.png") no-repeat scroll 0 0;
	margin-left: 20px;
	padding-left: 25px
}

.edito {
	color: #333;
	padding: 10px;
	margin: 5px
}

.edito.odd {
	background: #e2e2e2
}

.edito.intro {
	padding: 15px
}

.edito.intro p {
	font-size: 19px;
	line-height: 22px;
	overflow: visible
}

.edito .edito-action {
	margin-left: 30px
}

.edito .edito-action .btn {
	display: block;
	margin-bottom: 5px
}

.edito h1 {
	font: 700 32px/38px Arial;
	text-transform: uppercase
}

.edito h2 {
	font: 400 25px/15px Arial;
	margin: 10px 0
}

.edito h3 {
	font: 700 22px/23px Arial;
	text-transform: uppercase;
	margin: 10px 0 15px
}

.edito p {
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px
}

.edito p .tyredocAutoFormat {
	margin-bottom: 10px
}

.edito ul {
	margin-top: 4px
}

.edito li {
	margin-left: 20px;
	font-size: 14px;
	background-image: url("/img/puce-check.png");
	background-repeat: no-repeat;
	background-position: 0 .22em;
	padding-left: 30px;
	line-height: 20px
}

.edito li.listMargin {
	margin-bottom: 15px
}

.edito li:before {
	content: none;
	display: inline-block;
	width: auto;
	height: auto;
	background: 0;
	border-radius: 0;
	vertical-align: middle;
	margin-right: 0
}

.edito .linkDispo {
	font: 400 14px/18px Arial;
	display: inline-block;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase
}

.edito .linkDispo img {
	vertical-align: middle;
	margin: 10px 5px 10px 0
}

.edito img.w100 {
	width: 100%
}

.edito img.left {
	margin-right: 20px;
	margin-bottom: 10px
}

.edito img.right {
	margin-left: 20px;
	margin-bottom: 10px
}

.edito img.edito-picto {
	margin: 5px 10px 10px 0
}

.customPageList li.block {
	position: relative;
	float: left;
	width: 300px;
	height: 280px;
	padding: 0 0 15px;
	text-align: center;
	background: #0085b0;
	font: 13px/1.2em Arial;
	color: #fff;
	margin: 0 0 10px 20px
}

.customPageList li.block:nth-child(3n+1) {
	margin: 0
}

.customPageList li.block .customPageImg {
	overflow: hidden;
	max-height: 90px
}

.customPageList li.block .customPageImg img {
	width: 100%
}

.customPageList li.block .title {
	display: block;
	font-size: 21px;
	margin: 10px 0 0;
	text-transform: uppercase
}

.customPageList li.block .sTitle {
	display: block;
	margin: 3px 0 0;
	text-transform: uppercase
}

.customPageList li.block .desc {
	height: 50px;
	max-height: 50px;
	overflow: hidden;
	font-family: Arial, "Oswald", arial;
	margin: 10px 0;
	padding: 0 15px
}

.moduleTitle {
	display: table;
	font: Arial;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 20px
}

.moduleTitle a {
	font: Arial;
	color: #333;
	text-decoration: none!important
}

.moduleTitle a div {
	color: #333;
	font-size: 12px;
	display: inline;
	text-decoration: underline
}

.moduleTitle a:hover {
	text-decoration: underline!important
}

.moduleTitle span {
	display: table-cell;
	vertical-align: middle
}

.moduleTitle span span {
	display: block;
	width: 100%;
	height: 1px
}

.moduleTitle strong {
	display: table-cell;
	min-width: 10%;
	white-space: nowrap;
	padding: 0 15px
}

.w70 {
	width: 630px
}

.w30 {
	width: 300px
}

h1.smallTitle {
	font: 400 25px/15px Arial
}

h1.smallTitle.infosContent-title {
	text-align: center
}

.blocInfosTitleClosed,
.blocInfosTitleOpen,
.blocFondColor {
	background-color: #005677;
	color: #fff;
	border-radius: 5px 5px 0 0
}

.blocInfosTitleClosed,
.blocInfosTitleOpen {
	height: 39px;
	cursor: pointer;
	box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7)
}

.blocImageOpen,
.blocImageClosed {
	margin-right: 5px;
	height: 16px;
	float: left;
	width: 39px
}

.blocImageClosed:before {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #0085b0;
	border-width: 10px;
	pointer-events: none;
	margin: 15px 0 0 10px
}

.blocImageOpen:before {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #0085b0;
	border-width: 10px;
	pointer-events: none;
	margin: 5px 0 0 10px
}

.blocInfosBottomOpen {
	border: 4px solid #f8f8f8;
	border-top: 0;
	display: none;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.blocInfosTitle {
	font-size: 13pt;
	font-style: italic;
	line-height: 40px;
	color: #fff
}

.blocInfosPlus {
	float: right;
	font-weight: bold;
	color: #fff;
	background-color: #0085b0;
	font-size: 10px;
	height: 15px;
	padding: 3px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 15px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 5px
}

.linkChooseDelivery {
	text-decoration: none;
	color: #656565
}

.linkChooseDelivery:hover {
	color: #0085b0
}

.selling_page {
	width: 100%
}

.selling_page .article_image {
	float: left;
	width: 240px;
	padding: 10px
}

.selling_page .article_image img {
	max-width: 215px;
	max-height: 160px
}

.selling_page .sellingArticle li {
	background-color: #fff;
	border-radius: 4px
}

.selling_page .article {
	float: left;
	width: 500px
}

.selling_page .article .article_title {
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	padding-top: 7px
}

.selling_page .article .article_description {
	font-size: 13px;
	line-height: 26px;
	padding-top: 7px
}

.selling_page .article_prix {
	float: right;
	width: 180px;
	padding: 10px 10px;
	text-align: right;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 26px
}

.selling_page .article_prix p {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 10px
}

.selling_page .article_prix .tyreSelect {
	border: 1px solid #ccc;
	padding: 10px 14px
}

.selling_page .article_separator {
	clear: both;
	border-top: 1px solid #0085b0;
	margin: 10px 0
}

.selling_page .additional_content {
	padding: 10px;
	background-color: #ccc;
	float: left;
	width: 100%
}

.selling_page h1 {
	font: 14px/1.2em Arial;
	width: 100%
}

.selling_page h2 {
	font: 700 22px/23px Arial;
	margin: 10px 0 15px;
	text-transform: uppercase
}

/*.decimalExposant {
	font-size: .5em;
	position: relative;
	bottom: .75em
}*/

label,
_ label+select,
span[class^="select_"] {
	vertical-align: middle
}

span.select_provincia_customInner,
span.select_filter_customInner,
.selectsearch_custom span {
	width: calc(100% - 35px)!important;
	overflow: hidden;
	text-overflow: ellipsis
}

.top-bar-head,
nav {
	background-color: #0085b0;
	color: white
}

nav {
	border-bottom: 10px solid #f6961e;
	box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7)
}

nav>ul {
	width: 960px;
	margin: 0 auto;
	padding: 0
}

nav>ul>li {
	float: left;
	width: 14%
}

nav>ul>li a {
	padding: 7px 0;
	display: block;
	text-align: center
}

nav>ul>li a:hover {
	text-decoration: underline
}

nav>ul>li:hover .sub-menu {
	display: block
}

nav>ul>li>a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-family: "Oswald", arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px
}

nav .sub-menu {
	background-color: #0085b0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	clear: both;
	display: none;
	float: left;
	padding: 0;
	position: absolute;
	text-align: left;
	width: 160px;
	z-index: 12
}

nav .sub-menu li:hover {
	background-color: rgba(0, 0, 0, 0.2)
}

nav .sub-menu a {
	text-align: left;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

nav .sub-menu a:hover {
	text-decoration: none
}

nav .sub-menu li:first-of-type a {
	border: 0
}

.basket-link {
	background-color: rgba(0, 0, 0, 0.1)
}

.basket-link span {
	background-image: url("/img/carrito-1x.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 32px;
	display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.basket-link span {
		background-image: url("/img/carrito-2x.png");
		background-size: 28px 32px
	}
}

.basket-link:hover span {
	text-decoration: underline
}

.header-body {
	background-color: #fff;
	padding: 10px 0
}

.top-bar-head {
	background-color: #005677;
	font-size: 14px;
	padding: 3px 0
}

.top-bar-head a {
	color: white;
	text-decoration: none;
	font-family: Oswald;
    font-size: 18px;
}

.top-bar-head a:hover {
	text-decoration: underline
}

.top-bar-head .top-bar-left {
	float: left;
	width: 70%
}

.top-bar-head .top-bar-left p {
	display: inline-block;
	padding-right: 10px;
	line-height: 20px
}

.top-bar-head .top-bar-left .telefono {
	background: url("/img/phone-icon.png") no-repeat left center;
	padding-left: 25px
}

.top-bar-head .top-bar-left .contact-mail {
	background: url("/img/mail-icon.png") no-repeat left center;
	padding-left: 25px
}

.top-bar-head .top-bar-left .whatsapp {
	background: url("/img/whatsapp-icon.png") no-repeat left center;
	padding-left: 25px
}

.top-bar-head .top-bar-right {
	float: right;
	width: 30%;
	text-align: right
}

.top-bar-head .top-bar-right .social-icon {
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle
}

.top-bar-head .top-bar-right .social-icon a {
	display: inline-block
}

.top-bar-head .top-bar-right .cuenta-link {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px
}


.top-bar-head .top-bar-right .cuenta-link li {
	display: inline-block;
	margin-left: -4px
}

.top-bar-head .top-bar-right .cuenta-link li:first-of-type:after {
	content: ' │ '
}
.cuenta-link a{
	font-size: 14px;
}
#layerHttpError {
	width: 100%;
	z-index: 10;
	padding: 2px;
	background: #f6961e;
	color: #333
}

#layerHttpError .consent {
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	padding: 5px 10px;
	text-align: center
}

#layerHttpError .close {
	float: right;
	min-width: 0;
	padding: 2px 8px;
	border: 0
}

footer {
	background-color: #005677;
	color: white;
	position: relative
}

footer a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em
}

footer a:hover {
	text-decoration: underline
}

footer h3 {
	font-family: "Oswald", arial;
	text-transform: uppercase;
	font-weight: normal;
	margin: 25px 0 12px;
	line-height: 1.0909090909
}

footer h3 a {
	font-size: 18px
}

footer h3 a:hover {
	text-decoration: none
}

footer .footer-col {
	float: left;
	width: 18%;
	margin: 0 1% 20px 1%
}

footer .container {
	margin: 0 auto;
	width: 960px
}

.pre_footer {
	width: 100%;
	clear: both;
	line-height: 1.5;
	position: relative;
	margin-top: -230px;
    margin-bottom: 20px;
}

.pre_footer button,
.pre_footer input,
.pre_footer select,
.pre_footer textarea {
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline
}

.pre_footer button,
.pre_footer input {
	line-height: normal
}

.pre_footer img {
	border: 0;
	vertical-align: middle;
	float: left
}

.pre_footer .vacio10 {
	height: 10px;
	clear: both
}

.pre_footer .vacio5 {
	clear: both;
	height: 5px
}

.pre_footer .pre_footer_cont {
	margin: 0 auto;
	width: 724px /*960 con Rovelo*/
}

.pre_footer .pre_footer_comunidad {
	width: 100%;
	padding: 20px 0
}

.pre_footer .pre_footer_marcas {
	width: 100%;
	border: solid 1px #cbcbcb;
	min-height: 72px;
	background-color: white;
}

.pre_footer .pre_footer_marca_cont {
	float: left;
	width: 221px;
	margin: 10px 0 0 14px;
	border: solid 1px #cbcbcb
}

.pre_footer .pre_footer_banners {
	width: 100%;
	margin-top: 25px;
	min-height: 52px
}

.pre_footer .pre_footer_banner {
	float: left
}

.pre_footer .pre_footer_banner_segundo {
	margin: 0 13px 0 12px
}

.pre_footer .pre_footer_camino {
	width: 100%;
	margin-top: 0
}

.pre_footer .pre_footer_form {
	margin-top: 95px;
	background-image: url(/img/store/vianeumaticos/headerFooter/back_news.jpg);
	background-repeat: repeat-x;
	height: 97px;
	width: 100%
}

.pre_footer .pre_footer_form_izq {
	float: Left;
	width: 50%
}

.pre_footer .pre_footer_form_titulo {
	color: #FFF;
	font-family: "rajdhani", "Oswald", arial;
	font-size: 20px;
	margin: 16px 0 0 28px
}

.pre_footer .pre_footer_form_sub {
	color: #f8c22a;
	font-family: "rajdhani", "Oswald", arial;
	font-size: 28px;
	margin: 3px 0 0 28px
}

.pre_footer .pre_footer_form_der {
	float: Left;
	width: 50%;
	color: #FFF
}

.pre_footer .pre_footer_form_input {
	float: left;
	margin: 0 0 0 20px;
	width: 99%
}

.pre_footer .pre_footer_form_error {
	height: 30px;
	margin-left: 20px;
	position: relative
}

.pre_footer .pre_footer_form_error span {
	position: absolute;
	bottom: 0;
	left: 0
}

.pre_footer .pre_footer_form_input input {
	background-color: #f6f4ec;
	border: solid 1px #cdcdcd;
	width: 53%;
	height: 36px;
	margin-top: 2px;
	font-size: 20px;
	padding-left: 1%;
	float: left
}

.pre_footer .pre_footer_form_btn {
	float: left;
	margin: 30px 0 0 0;
	cursor: pointer
}

.pre_footer .pre_footer_tarjetas {
	margin: 30px 0 30px 0;
	width: 100%;
	height: 91px
}

.pre_footer .pre_footer_legal {
	margin: 20px 0 0 0;
	width: 100%;
	font-size: 11px;
	clear: both;
	min-height: 150px
}

.pre_footer .pre_footer_form_gracias {
	color: #f8c22a;
	font-family: "rajdhani", "Oswald", arial;
	font-size: 36px!important;
	margin: 25px 0 0 0;
	text-align: center
}

.pre_footer .pre_footer_title {
	background-image: url(/img/store/vianeumaticos/headerFooter/back_footer_title.jpg);
	color: #f6bc29;
	padding: 3px 0 0 10px;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 21px;
	font-family: "rajdhani", "Oswald", arial;
	text-transform: uppercase
}

.logo-footer {
	position: relative;
	margin: 0 0 20px 157px;
	text-align: center
}

#tunnel_step li {
	display: inline-block;
	padding: 0 35px 0 15px;
	color: #656565;
	background: transparent url("/img/shadow-arrow-xs.png") no-repeat center right;
	font-weight: bold;
	text-transform: uppercase
}

#tunnel_step li:last-of-type {
	background: 0
}

#tunnel_step li.actif {
	color: #0085b0
}

#tunnel_step li.actif a {
	color: #0085b0;
	background-color: rgba(246, 150, 30, 0.35)
}

#tunnel_step a {
	color: #656565;
	text-decoration: none;
	display: block;
	border-radius: 10px
}

#tunnel_step a:hover {
	color: #0085b0;
	background-color: rgba(246, 150, 30, 0.35)
}

.breadcrumb {
	margin-bottom: 15px
}

.breadcrumb li {
	display: inline;
	font: 400 12px Arial, "Oswald", arial
}

.breadcrumb li a {
	color: #0085b0;
	text-decoration: none
}

.breadcrumb li a:hover {
	text-decoration: underline
}

.breadcrumb li.breadcrumb-active a {
	color: #656565
}



.choose-date {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	background-color: #fff;
	margin: 0 80px
}

.choose-date #datepicker {
	font-size: 18px
}

.choose-date #datepicker * {
	font-family: arial, "Oswald", arial
}

.choose-date #datepicker .ui-corner-all {
	border-radius: 0
}

.choose-date #datepicker .ui-widget-content {
	border: 0;
	background: transparent none
}

.choose-date #datepicker .ui-datepicker-header {
	background-color: #0085b0;
	text-align: center;
	line-height: 34px;
	color: white;
	padding: 6px 0
}

.choose-date #datepicker .ui-datepicker-prev {
	float: left;
	margin-left: 5px
}

.choose-date #datepicker .ui-datepicker-prev .ui-icon {
	background: transparent url("/img/store/default/new-tunnel/date-picker-left.png") center center no-repeat
}

.choose-date #datepicker .ui-datepicker-next {
	float: right;
	margin-right: 5px
}

.choose-date #datepicker .ui-datepicker-next .ui-icon {
	background: transparent url("/img/store/default/new-tunnel/date-picker-right.png") center center no-repeat
}

.choose-date #datepicker .ui-icon {
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.choose-date #datepicker .ui-datepicker-prev,
.choose-date #datepicker .ui-datepicker-next {
	width: 34px;
	height: 34px
}

.choose-date #datepicker .ui-datepicker-prev .ui-icon,
.choose-date #datepicker .ui-datepicker-next .ui-icon {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	cursor: pointer
}

.choose-date #datepicker .ui-datepicker-prev .ui-icon:hover,
.choose-date #datepicker .ui-datepicker-prev .ui-icon:active,
.choose-date #datepicker .ui-datepicker-next .ui-icon:hover,
.choose-date #datepicker .ui-datepicker-next .ui-icon:active {
	background-color: rgba(0, 0, 0, 0.2)
}

.choose-date #datepicker thead {
	color: #9d9da3;
	font-size: 15px
}

.choose-date #datepicker tbody span,
.choose-date #datepicker tbody a,
.choose-date #datepicker thead span,
.choose-date #datepicker thead a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center
}

.choose-date #datepicker .ui-datepicker-calendar {
	width: 100%
}

.choose-date #datepicker .ui-datepicker-calendar th,
.choose-date #datepicker .ui-datepicker-calendar td {
	width: 14.28571%
}

.choose-date #datepicker .ui-datepicker-calendar a {
	background-color: rgba(0, 0, 0, 0.7);
	transition: all linear .2s;
	color: #0085b0
}

.choose-date #datepicker .ui-datepicker-calendar a:hover,
.choose-date #datepicker .ui-datepicker-calendar a.ui-state-active {
	background-color: #0085b0;
	color: white
}

.choose-date #datepicker .ui-datepicker-calendar .unavailableDay span {
	background-color: rgba(0, 0, 0, 0.4)
}

.choose-date #datepicker .ui-datepicker-calendar a,
.choose-date #datepicker .ui-datepicker-calendar .unavailableDay span {
	background: transparent none;
	border: 0 none;
	border-radius: 100%
}

.choose-date #datepicker a {
	text-decoration: none
}

.choose-date #datepicker .ui-state-disabled,
.choose-date #datepicker .ui-widget-content .ui-state-disabled {
	opacity: 1
}

.choose-hour {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	width: 100%
}

.choose-hour .horizontal-align {
	text-align: left;
	padding: 0 10px
}

.choose-hour h4 {
	font-weight: bold;
	color: #0085b0;
	text-align: center;
	padding: 10px;
	font-size: 17px
}

.choose-hour .hours {
	color: #777
}

.choose-hour .hours span {
	font-weight: bold;
	display: block;
	text-transform: capitalize;
	padding-bottom: 5px
}

.choose-hour .hours button {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0 none;
	border-radius: 4px;
	position: relative;
	padding: 5px 10px;
	margin-bottom: 10px;
	transition: all linear .2s;
	width: 24%;
	cursor: pointer
}

.choose-hour .hours button.active,
.choose-hour .hours button:hover {
	color: white;
	background-color: #0085b0
}

.choose-hour .rdv-infos {
	color: #0085b0
}

.choose-hour .rdv-infos .duration,
.choose-hour .rdv-infos .mobile-message-reminder {
	padding: 15px;
	padding-left: 42px;
	width: 90%;
	margin: 0 auto
}

.choose-hour .rdv-infos .duration {
	background: url("/img/mobile-icon-blue.png") left center no-repeat
}

.choose-hour .rdv-infos .mobile-message-reminder {
	background: url("/img/picto-calendar-blue.png") left center no-repeat
}

.select-hour-btn {
	padding: 5px 0
}

.select-hour-btn a {
	opacity: 0;
	visibility: hidden
}

.select-hour-btn a.show {
	opacity: 1;
	visibility: visible
}

.select-hour-btn a:hover {
	background-color: #f6961e lighten, 5%
}

@media(max-width:767px) {
	.center-reminder li {
		width: 100%;
		margin-bottom: 10px;
		text-align: center
	}
	.choose-hour {
		width: 100%;
		display: block;
		margin-top: 10px;
		background-color: rgba(255, 255, 255, 0.7)
	}
	.choose-hour .hours {
		text-align: center
	}
}

@media(max-width:320px) {
	.choose-date {
		width: 100%
	}
}

.liste_prod_main li {
	width: 926px;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
	float: right;
	border: 2px solid #0085b0
}

.liste_prod_main a {
	text-decoration: none
}

.liste_prod_main a:hover {
	text-decoration: underline
}

.liste_prod_main.product-page li {
	overflow: initial
}

.produit_listing {
	font-size: 0;
	padding-top: 10px;
	position: relative;
	border: solid 2px #0085b0;
}

/*.produit_listing>div {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px
}*/

/*.visuel {
	text-align: center;
	width: 140px;
	padding-left: 26px;
	margin-bottom: 10px
}*/

.visuel img.produit-visu-image-produit,
.visuel img.produit-visu-image {
	max-height: 100px
}

/*.marque img {
	max-width: 80px;
	height: auto
}*/

/*.badge-garantie {
	width: 100px;
	text-align: center
}*/

/*.produit_listing .col_desc {
	width: 240px;
	padding: 0 10px 10px 10px
}*/

.nom,
.modele {
	font-family: "Oswald", arial;
	text-transform: uppercase
}

/*.nom {
	font-size: 22px;
	color: black
}*/

/*.modele {
	font-size: 20px;
	color: #656565;
	margin-top: 5px
}*/

.season {
	color: #0885bd;
	margin: 10px 0;
	font-size: 14px
}

.season img,
.season span {
	vertical-align: middle
}

/*.bandeau_promo {
	margin: 7px 0
}*/

/*.col_prix {
	text-align: center;
	width: 200px;
	padding: 10px
}
*/
/*.prix {
	font-size: 36px;
	font-weight: bold;
	color: #0085b0;
	font-style: italic
}*/

/*.desde,
.currencyClass_mx {
	font-size: 22px
}*/

/*.tva,
.montage {
	font-size: 12px
}*/

/*.montage {
	font-style: italic;
	color: #656565
}*/

/*.produit_listing .col_action {
	width: 180px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 25px
}*/

/*.dispo {
	color: #37b81d;
	margin: 10px 10px 10px 0
}
*/
.cta-list {
	font-family: "Oswald", arial;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	background-color: #0085b0;
	text-align: center;
	height: 55px;
	line-height: 55px;
	color: #fff;
	/*background-image: url("/img/sprite-all-result-dealer-list-1x.png");*/
	background-position: -485px -190px;
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.cta-list {
		background-image: url("/img/sprite-all-result-dealer-list-2x.png");
		background-size: 702px 385px
	}
}

.cta-list:hover {
	background-position: -485px -135px
}

.cta-list span {
	padding-left: 40px;
	background-image: url("/img/carrito-1x.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.cta-list span {
		background-image: url("/img/carrito-2x.png");
		background-size: 32px 28px
	}
}

/*.cantidad {
	position: absolute;
	top: 10px;
	right: 10px
}*/

.result-list-flag {
	width: 112px;
	height: 32px;
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url("/img/sprite-all-result-dealer-list-1x.png");
	z-index: 1;
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.result-list-flag {
		background-image: url("/img/sprite-all-result-dealer-list-2x.png");
		background-size: 702px 385px
	}
}

.result-list-flag.top-premium {
	background-position: -590px 0
}

.result-list-flag.top-quality {
	background-position: -590px -32px
}

.result-list-flag.top-budget {
	background-position: -590px -64px
}

.flag-nuevo {
	background-position: -590px -96px
}

.small-desc {
	background-color: #0085b0;
	color: white;
	font-style: italic;
	text-align: center;
	font-size: 14px;
	padding: 4px
}

.big-top-article,
.little-top-article {
	background-color: #fff;
	border-radius: 4px;
	width: 475px;
	float: left;
	position: relative;
	overflow: hidden
}

.big-top-article .left-col,
.big-top-article .right-col,
.little-top-article .left-col,
.little-top-article .right-col {
	float: left
}

.big-top-article .produit-desc-link-global,
.little-top-article .produit-desc-link-global {
	text-decoration: none
}

.big-top-article .produit-desc-link-global:hover h2,
.big-top-article .produit-desc-link-global:hover p,
.little-top-article .produit-desc-link-global:hover h2,
.little-top-article .produit-desc-link-global:hover p {
	text-decoration: underline
}

.big-top-article {
	height: 270px;
	margin-right: 10px
}

.big-top-article .left-col,
.big-top-article .right-col {
	margin-top: 20px
}

.big-top-article .left-col {
	width: 180px;
	padding: 10px;
	text-align: center
}

.big-top-article .left-col img {
	max-height: 125px
}

.big-top-article .right-col {
	width: 255px;
	padding: 10px;
	height: 175px
}

.big-top-article .marque img {
	max-width: none
}

.big-top-article .prix {
	margin: 10px 0
}

.big-top-article .cta-list {
	background-image: url("/img/sprite-all-result-dealer-list-1x.png");
	background-position: 0 -170px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.big-top-article .cta-list {
		background-image: url("/img/sprite-all-result-dealer-list-2x.png");
		background-size: 702px 385px
	}
}

.big-top-article .cta-list:hover {
	background-position: 0 -225px
}

.big-top-article .cta-list span {
	padding-top: 5px
}

.little-top-article {
	height: 130px
}

.little-top-article:last-of-type {
	margin-top: 10px
}

.little-top-article .left-col {
	width: 160px;
	padding: 10px;
	text-align: center
}

.little-top-article .left-col img {
	max-height: 90px
}

.little-top-article .right-col {
	width: 225px;
	padding: 10px
}

.little-top-article .cta-list {
	float: left;
	width: 50px;
	height: 130px;
	background-image: url("/img/sprite-all-result-dealer-list-1x.png");
	background-position: -485px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.little-top-article .cta-list {
		background-image: url("/img/sprite-all-result-dealer-list-2x.png");
		background-size: 702px 385px
	}
}

.little-top-article .cta-list:hover {
	background-position: -535px 0
}

.little-top-article .season {
	margin: 0
}

.little-top-article .nom {
	font-size: 18px
}

.little-top-article .modele {
	font-size: 16px
}

.little-top-article .prix {
	font-size: 30px;
	margin: 7px 0
}

.little-top-article .desde,
.little-top-article .currencyClass_mx {
	font-size: 18px
}

.rappel-dim-list {
	text-align: right;
	font-weight: bold;
	color: #777;
	font-size: 16px;
	font-style: italic;
	text-transform: uppercase
}

.filtre_tri {
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	margin-top: 15px;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	width: 910px;
	float: right;
	padding: 0 10px;
	position: relative
}

.filtre_tri label {
	padding: 0 10px
}

.filtre_tri:before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -25px;
	top: 15px;
	background-image: url("/img/fleche-comparar-1x.png");
	background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.filtre_tri:before {
		background-image: url("/img/fleche-comparar-2x.png");
		background-size: 18px 20px
	}
}

.mostrar-solo,
.ordenar-por {
	float: right
}

div.iframeRatingStars {
	width: 115px;
	height: 20px;
	overflow: hidden;
	margin: auto
}

.comparar {
	background-color: #0085b0;
	color: white;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	padding: 5px 10px
}

.smallTextAndFeature .smallText {
	font-size: 16px
}

.smallTextAndFeature .smallText.bold {
	font-weight: bold
}

.smallTextAndFeature .featureText {
	font-size: 14px
}

.smallTextAndFeature .smallTextReference {
	font-size: 12px
}

.smallTextAndFeature ul {
	padding-left: 40px;
	list-style-type: initial
}

.iframeRatingComment {
	background-color: white
}

.iframeRatingComment iframe {
	margin-left: 20px;
	width: 940px
}

#produit .liste_prod_main li {
	width: 100%
}

#produit .liste_prod_main li .visuel {
	padding-left: 45px
}

#produit .liste_prod_main li .col_desc {
	width: 255px
}

#produit .liste_prod_main li .choix_provincia {
	text-align: left;
	padding-right: 10px
}

#produit .liste_prod_main li .zoomPad {
	margin-left: 15px
}

#produit .liste_prod_main li .choix_provincia .st_provincia {
	float: none;
	padding-left: 0
}

#produit .liste_prod_main li .advertisement {
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 0 0 4px 4px;
	overflow: hidden
}

.send-friend {
	margin: 10px 0
}

.send-friend a {
	text-transform: uppercase;
	font-family: "Oswald", arial;
	color: #656565;
	background: url("/img/message-icon.png") left center no-repeat;
	padding-left: 25px
}

.produit_choixcentre {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px
}

.produit_choixcentre a {
	text-decoration: none
}

.produit_choixcentre a:hover {
	text-decoration: underline
}

.produit_choixcentre .btn_cambio {
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #0085b0;
	border: 0;
	border-radius: 5px;
	display: inline-block;
	height: 40px;
	padding: 0 5px
}

.fitter-result-form .nbResultForm-count,
.fitter-result-form .nbResultForm-txt {
	font-size: 16px;
	color: #0085b0;
	font-weight: bold
}

.fitter-result-form input[type="text"] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 0 5px;
	width: 154px;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565;
	font-style: italic
}

.fitter-result-form input[type="submit"] {
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #0085b0;
	border: 0;
	height: 24px;
	line-height: 24px;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px
}

.fitter-result-form span.customSelect {
	width: 160px;
	height: 24px;
	text-indent: 5px;
	background: #d2d2d2 url("/img/select_arrow-gray.png") no-repeat right top;
	font-size: 14px;
	line-height: 26px;
	border-radius: 5px;
	border: 0
}

#conteneur_centre {
	border-top: 1px dashed #babec1;
	overflow: hidden;
	padding-bottom: 40px
}

#conteneur_centre .centres_liste {
	float: left;
	padding: 10px 0 30px
}

#conteneur_centre .centres_liste li {
	padding: 10px 0
}

#conteneur_centre .centres_liste a {
	text-decoration: none
}

#conteneur_centre .centres_liste .centre_details {
	background: #f9f9f9;
	border-radius: 5px;
	width: 590px;
	font-size: 0;
	overflow: hidden
}

#conteneur_centre .centres_liste .centre_details .nom_centre {
	color: #464646;
	font-size: 22px;
	font-family: "Oswald", arial;
	text-transform: uppercase
}

#conteneur_centre .centres_liste .centre_details .col-left,
#conteneur_centre .centres_liste .centre_details .col-right {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px
}

#conteneur_centre .centres_liste .centre_details .col-left {
	width: calc(60% - 20px);
	padding: 10px
}

#conteneur_centre .centres_liste .centre_details .col-right {
	width: calc(40% - 20px);
	padding: 10px;
	text-align: center
}

#conteneur_centre .centres_liste .centre_details .center-delivery,
#conteneur_centre .centres_liste .centre_details .center-montage {
	width: 100%;
	height: 49px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	color: #333;
	font-family: "Oswald", arial;
	text-transform: uppercase;
	background-image: url("/img/sprite-all-result-dealer-list-1x.png");
	background-repeat: no-repeat;
	background-position: 0 -285px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	#conteneur_centre .centres_liste .centre_details .center-delivery,
	#conteneur_centre .centres_liste .centre_details .center-montage {
		background-image: url("/img/sprite-all-result-dealer-list-2x.png");
		background-size: 702px 385px
	}
}

#conteneur_centre .centres_liste .centre_details .center-delivery:hover {
	background-position: 0 -335px
}

#conteneur_centre .centres_liste .centre_details .center-montage {
	background-position: 0 -285px
}

#conteneur_centre .centres_liste .centre_details .center-montage:hover {
	background-position: 0 -335px
}

#conteneur_centre .centres_liste .centre_details .picto_centre {
	float: right
}

#conteneur_centre .centres_liste .centre_details .adresse {
	font-size: 16px;
	color: #787878;
	margin: 10px 0 10px 15px
}

#conteneur_centre .centres_liste .centre_details .services {
	margin: 10px 0 10px 15px
}

#conteneur_centre .centres_liste .more-detail-center {
	font-family: "Oswald", arial;
	text-transform: uppercase;
	font-size: 16px;
	color: #777;
	margin: 10px 0 10px 15px
}

#conteneur_centre .centres_liste .txt_neumatico {
	font-weight: bold;
	color: #fbab00;
	font-size: 18px;
	color: #0085b0
}

#conteneur_centre .centres_liste .ligne_prix {
	font-style: italic;
	padding: 10px 0 15px
}

#conteneur_centre .centres_liste .ligne_prix del {
	color: #656565;
	font-size: 23px;
	padding-right: 5px
}

#conteneur_centre .centres_liste .ligne_prix del .cts {
	font-size: 12px;
	position: relative;
	top: -10px
}

#conteneur_centre .centres_liste .ligne_prix .prix {
	color: #0085b0;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.1
}

#conteneur_centre .centres_liste .ligne_prix .prix .cts {
	font-size: 18px;
	position: relative;
	top: -15px
}

#conteneur_centre .centres_liste .montaje {
	font-size: 14px;
	color: #777;
	padding-bottom: 10px
}

#conteneur_centre .centres_liste .montaje strong {
	font-size: 16px
}

#conteneur_centre .centres_liste .tax {
	color: #000;
	font-size: 12px
}

#conteneur_centre .centres_liste .tax span {
	color: #37b81d
}

#conteneur_centre .centres_liste .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 200px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 140px;
	right: 0
}

#conteneur_centre .centres_liste .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#conteneur_centre #map_dynamique {
	float: right;
	padding-top: 20px;
	position: relative
}

#conteneur_centre .centre_detail .centre_titre {
	padding: 15px 12px 0
}

#conteneur_centre .centre_detail .centre_desc {
	position: relative;
	background-color: #fff;
	margin: 0 12px 0;
	padding: 15px 15px 0;
	overflow: hidden
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche {
	width: 420px;
	float: left
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image {
	position: relative;
	float: left;
	width: 420px
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image .caroufredsel_wrapper {
	width: 400px!important;
	height: 300px!important;
	text-align: center!important;
	margin: 0 5px!important
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image #centre_slider {
	position: relative;
	margin: 5px
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image #centre_slider li {
	position: relative;
	float: left;
	width: 400px!important;
	height: 300px!important;
	text-align: center;
	background-color: #e5e5e5
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image #centre_slider img {
	left: 0;
	top: 0;
	max-width: 400px!important;
	max-height: 300px!important;
	margin: 0 auto
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image #centre_slider div {
	margin: 0 auto;
	width: 400px!important;
	height: 300px!important;
	display: table-cell;
	vertical-align: middle
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image .sliderPagination {
	width: 100%;
	z-index: 2;
	text-align: center
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image .sliderPagination a {
	display: inline-block
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image .sliderPagination a.selected {
	background-position: left bottom;
	cursor: default
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .centre_image .sliderPagination a .thumbnail {
	max-width: 89px;
	max-height: 72px;
	padding-top: 10px;
	padding-right: 10px
}

#conteneur_centre .centre_detail .centre_desc .centre_gauche .michelin_image {
	padding: 40px 70px 20px;
	float: left
}

#conteneur_centre .centre_detail .centre_desc .centre_droite {
	background: #f2f2f2;
	padding: 15px 15px 0;
	width: 450px;
	float: left;
	margin-bottom: 10px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite #nom_centre {
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 450px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_logo {
	width: 50px;
	float: left
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_adresse {
	margin: 5px;
	float: left;
	width: 250px;
	font-weight: bold
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_adresse_actions {
	position: relative;
	width: 190px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_adresse_actions .btn-third {
	padding-bottom: 2px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_commentaire {
	width: 450px;
	text-align: justify;
	font-size: 16px;
	padding: 40px 0 10px;
	border-bottom: 1px solid lightgrey
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre {
	margin-top: 10px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label {
	width: 70px;
	height: 100px;
	float: left;
	font-size: 12px;
	text-align: center
}

/*#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto {
	width: 52px;
	height: 52px;
	background: url(/img/store/vianeumaticos/centres/sprite-fitter.png) no-repeat 0 0;
	margin-bottom: 5px;
	margin-left: 8px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_tourisme {
	background-position: -52px 0
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_4x4 {
	background-position: -104px 0
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_camionnette {
	background-position: -156px 0
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_camion {
	background-position: -208px 0
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_camping_car {
	background-position: -260px 0
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_waiting {
	background-position: -0px -52px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_wifi {
	background-position: -52px -52px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_telephone {
	background-position: -104px -52px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_substitution {
	background-position: -156px -52px
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .picto_centre .picto_label .picto_home_work {
	background-position: -312px -0px
}*/

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_manager {
	position: absolute;
	right: 22px;
	top: 15px;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_manager img {
	max-width: 120px;
	max-height: 93px;
	border: 1px solid
}

#conteneur_centre .centre_detail .centre_desc .centre_droite .centre_manager .manager_name {
	display: block
}

#conteneur_centre .centre_detail #separator {
	height: 1px;
	background-color: lightgrey;
	width: 100%;
	clear: both
}

#conteneur_centre .centre_detail .centre_actions {
	margin: 15px;
	height: 40px
}

#conteneur_centre .centre_detail .centre_actions .btn_left {
	float: left;
	text-align: center
}

#conteneur_centre .centre_detail .centre_actions .btn_left a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal
}

#conteneur_centre .centre_detail .centre_actions .btn_left a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#conteneur_centre .centre_detail .centre_actions .btn_right {
	float: right;
	text-align: center
}

#conteneur_centre .centre_detail .centre_actions .btn_right a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 200px;
	height: 50px;
	line-height: 50px
}

#conteneur_centre .centre_detail .centre_actions .btn_right a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#conteneur_centre .centre_detail .picto_titre,
#conteneur_centre .centre_detail .horaires_titre,
#conteneur_centre .centre_detail .acces_titre {
	font-family: Arial Narrow, Arial, "Oswald", arial;
	margin-top: 4px;
	padding: 6px;
	background-color: #0085b0;
	text-transform: uppercase;
	color: white;
	font-family: "Oswald", arial
}

#conteneur_centre .centre_detail .centre_horaires {
	background-color: #fff;
	margin: 0 12px;
	padding: 2px 15px
}

#conteneur_centre .centre_detail .centre_horaires .clearboth {
	clear: both;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste {
	margin: 10px 0 30px;
	height: 80px
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste li {
	width: 128px;
	text-align: center;
	float: left;
	border-left: 1px solid #ccc;
	min-height: 80px;
	*height: 80px
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste .horaires_jours {
	text-align: center;
	padding: 0 14px
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste .horaires_heures {
	text-align: center;
	padding: 0 14px
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste li .horaires_jours {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: capitalize
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste li.first {
	border-left: none
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste li.today {
	border: 2px solid #fea607
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste .horaires_entete {
	height: 18px;
	line-height: 18px;
	text-transform: uppercase
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste .horaires_entete.today {
	background-color: #fea607;
	color: #fff
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste .startTimeDiv,
#conteneur_centre .centre_detail .centre_horaires #horaires_liste .openingHoursToDiv,
#conteneur_centre .centre_detail .centre_horaires #horaires_liste .stopTimeDiv {
	width: 30px;
	height: 15px;
	float: left;
	text-align: center;
	font-size: 13px;
	    width: 100%;
}

#conteneur_centre .centre_detail .centre_horaires #horaires_liste .openingHoursToDiv {
	text-align: center;
	width: 100%;
}

#conteneur_centre .centre_detail .centre_acces {
	background-color: #fff;
	margin: 0 12px;
	padding: 1px 12px 50px
}

#conteneur_centre .centre_detail .centre_acces .logo {
	width: 61px;
	height: 52px;
	background: url(/img/store/vianeumaticos/centres/sprite-fitter.png) no-repeat -208px -52px;
	float: left;
	margin: 20px
}

#conteneur_centre .centre_detail .centre_acces .acces_from {
	margin: 20px;
	text-align: center;
	font-size: 12px
}

#conteneur_centre .centre_detail .centre_acces .acces_from img {
	margin: 0 10px
}

#conteneur_centre .centre_detail .centre_acces .acces_from .btn {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	cursor: pointer
}

#conteneur_centre .centre_detail .centre_acces .acces_from .btn:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

#conteneur_centre .centre_detail .centre_acces .acces_from input[type=text],
#conteneur_centre .centre_detail .centre_acces .acces_from input[type=password] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 0 5px;
	width: 200px;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565;
	font-style: italic;
	margin: 0 5px
}

.choix_provincia .st_provincia .locate-icon {
	background-image: url("/img/icon-locate-1x.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 10px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.choix_provincia .st_provincia .locate-icon {
		background-image: url("/img/icon-locate-2x.png");
		background-size: 23px 32px
	}
}

.tyreSelector {
	background-color: #0085b0;
	text-align: left;
	padding: 5px 0 0;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	color: #fff
}

.tyreSelector .selectpicker {
	color: #005677;
	border: 0
}

.tyreSelector .form-control {
	margin: 5px 0;
	background-color: rgba(0, 0, 0, 0.3)
}

.tyreSelector label {
	margin: 0;
	color: #fff
}

.tyreSelector .bootstrap-select {
	width: 100%!important
}

.tyreSelector .container {
	width: 100%
}

.tyreSelector .container span.selectsearch_custom {
	background: #005677 url("/img/select_search.png") no-repeat scroll right center;
	border-radius: 5px;
	color: white;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	text-indent: 5px;
	width: 100%
}

.tyreSelector .container p {
	margin: 5px 0
}

.tyreSelector .container p .selectsearch_customInner {
	width: 100%!important
}

.tyreSelector .buscar {
	background: #f6961e none repeat scroll 0 0;
	border: 0 none;
	border-radius: 5px;
	color: #333;
	cursor: pointer;
	font-family: "Oswald", arial;
	font-size: 18px;
	height: 35px;
	text-transform: uppercase;
	width: 100%
}

.tyreSelector .buscar span {
	background-image: url("/img/buscar-loupe-1x.png");
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 35px;
	padding: 2px 0 2px 30px
}

#search_choice {
	height: 45px;
	overflow: hidden;
	font-size: 16px;
	font-family: "Oswald", arial;
	text-transform: uppercase;
	color: #b2c8e2;
	margin-bottom: 0;
	margin-top: 32px;
	border-radius: 5px 5px 0 0
}

#search_choice li {
	background: #005677;
	float: left;
	width: 50%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin: 0;
	cursor: pointer;
	box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7)
}

#search_choice li span {
	padding: 10px 0 10px 30px
}

#search_choice .actif {
	background: #0085b0;
	color: #fff;
	cursor: default;
	box-shadow: none
}

#search_choice #onglet_1 span {
	background: url(/img/store/vianeumaticos/picto_dimension_inactif.png) no-repeat left center
}

#search_choice #onglet_1.actif span {
	background: url(/img/store/vianeumaticos/picto_dimension_actif.png) no-repeat left center
}

#search_choice #onglet_2 span {
	background: url(/img/store/vianeumaticos/picto_veihiculo_inactif.png) no-repeat left center
}

#search_choice #onglet_2.actif span {
	background: url(/img/store/vianeumaticos/picto_veihiculo_actif.png) no-repeat left center
}

#search_engine {
	color: #fff;
	width: 960px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#search_engine label {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 32px
}

#search_engine #search_choice {
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #b2c8e2
}

#search_engine #search_choice li {
	background: #005677;
	float: left;
	width: 480px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0;
	cursor: pointer;
	box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7)
}

#search_engine #search_choice li:first-child {
	border-radius: 5px 0 0 0
}

#search_engine #search_choice li:last-child {
	border-radius: 0 5px 0 0
}

#search_engine #search_choice .actif {
	background: #0085b0;
	color: #fff;
	cursor: default;
	box-shadow: none
}

#search_engine #search_choice #onglet_1 span {
	background: url(/img/store/vianeumaticos/picto_dimension_inactif.png) no-repeat left 5px;
	width: 28px;
	padding: 10px 33px
}

#search_engine #search_choice #onglet_1.actif span {
	background: url(/img/store/vianeumaticos/picto_dimension_actif.png) no-repeat left 5px
}

#search_engine #search_choice #onglet_2 span {
	background: url(/img/store/vianeumaticos/picto_veihiculo_inactif.png) no-repeat left 10px;
	width: 24px;
	padding: 10px 33px
}

#search_engine #search_choice #onglet_2.actif span {
	background: url(/img/store/vianeumaticos/picto_veihiculo_actif.png) no-repeat left 10px
}

.ssdi {
	text-align: left;
	width: 140px;

}
.sses{
		width: 230px ;
	}
.ssver{
	width: 295px;
}

#search_engine span.selectsearch_custom {
	color: #000;
	/*width: 140px;*/
	height: 38px;
	text-indent: 5px;
	background: #005677 url(/img/select_search.png) no-repeat right center;
	font-size: 14px;
	line-height: 38px;
	color: white;
	border-radius: 5px;
	text-align: left
}

#search_engine span.selectsearch_custom.mandatorySelectError {
	color: #fff;
	background: #f80600 url(/img/store/vianeumaticos/select_search_error.png) no-repeat right center
}

#search_engine .motorization-wrap span.selectsearch_custom {
	/*width: 295px*/
}

#search_engine .selectsearch_customInner {
	white-space: nowrap
}

#search_engine .conteneur_diff {
	background: #0085b0;
	height: 175px;
	display: none;
	position: relative
}

#search_engine .conteneur_diff .colleft {
	float: left;
	width: 158px;
	padding: 10px 5px 0;
	height: 165px;
	border-right: 1px solid #fff
}

#search_engine .conteneur_diff .colleft p {
	padding-bottom: 18px
}

#search_engine .conteneur_diff .colleft label {
	cursor: pointer;
	padding-left: 5px;
	vertical-align: top
}

#search_engine .conteneur_diff .colleft li {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	padding-top: 2px
}

#search_engine .conteneur_diff .colleft img {
	position: relative;
	top: 0;
	left: 5px
}

#search_engine .conteneur_diff .colright .line_select {
	width: 465px;
	margin: 0 auto
}

#search_engine .conteneur_diff .colright .line_select p {
	float: left;
	width: 140px;
	margin-left: 16px
}

#search_engine .conteneur_diff .colright .line_select p:first-child {
	margin-left: 10px
}

#search_engine .conteneur_diff .colright .line_select span.selectsearch_custom {
	width: 140px
}

#search_engine .conteneur_diff .colright #deco_pneu {
	width: 470px;
	height: 94px;
	background: url(/img/tyreselector_pneu_sprite.png) no-repeat center 0;
	margin: 0 auto
}

#search_engine .conteneur_diff .colright #deco_pneu.hover_anchura {
	background-position: center -94px
}

#search_engine .conteneur_diff .colright #deco_pneu.hover_altura {
	background-position: center -188px
}

#search_engine .conteneur_diff .colright #deco_pneu.hover_diametro {
	background-position: center -282px
}

#search_engine .eligir_provincia {
	overflow: hidden;
	margin: auto;
	text-align: center;
}

#search_engine .eligir_provincia p:last-of-type {
	margin-top: 10px
}

#search_engine .eligir_provincia span.selectsearch_custom {
	/*width: 230px*/
}

#search_engine .eligir_provincia .selectionne {
	font-size: 14px;
	padding: 3px 0 0 12px;
	font-style: italic
}

#search_engine .eligir_provincia .selectionne span {
	text-decoration: underline
}

#search_engine .colright-inner-left,
#search_engine .colright-inner-right {
	float: left;
	height: 175px
}

#search_engine .colright-inner-left {
	width: 60%
}

#search_engine .colright-inner-right {
	width: calc(40% - 10px);
	padding-left: 10px;
	background: transparent url(/img/shadow-arrow-little.png) no-repeat center left
}

#search_engine .barre_bas {
	height: 60px;
	color: #fff;
	background: #0085b0;
	border-radius: 0 0 5px 5px;
	box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7)
}

#search_engine .barre_bas p {
	line-height: 60px;
	padding-left: 135px
}

#search_engine .barre_bas a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold
}

#search_engine .barre_bas a:hover {
	text-decoration: underline
}

#search_engine .barre_bas a span {
	padding: 2px 16px;
	background: url(/img/store/vianeumaticos/tyreselector/no_conozco.png) no-repeat 0 0
}

#search_engine .buscar button {
	cursor: pointer;
	width: 230px;
	height: 35px;
	position: absolute;
	top: 188px;
	right: 70px;
	background: #f6961e;
	border: 0;
	border-radius: 5px;
	font-size: 18px;
	color: #333;
	font-family: "Oswald", arial;
	text-transform: uppercase
}

#search_engine .buscar button span {
	background-image: url("/img/buscar-loupe-1x.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 12px;
	line-height: 35px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	#search_engine .buscar button span {
		background-image: url("/img/buscar-loupe-2x.png");
		background-size: 26px 27px
	}
}

#search_engine .buscar input:hover {
	opacity: .9
}

#search_engine #search_vehiculo .title {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	width: 120px;
	padding-left: 10px;
	float: left;
	padding-top: 4px
}

#search_engine #search_vehiculo .vehiculo-select p {
	padding: 0 5px;
	display: inline-block
}

#search_engine label.error {
	display: none!important
}

.vehiculo-select-line-one,
.vehiculo-select-line-two {
	margin: 0 auto;
	width: 460px
}

.other-services-line {
	font-size: 0
}

.other-services-line-hidden {
	display: none
}

.other-services-cell {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px
}

.other-services-cell.checkbox-cell {
	width: 10%;
	text-align: center
}

.other-services-cell.checkbox-cell .icheckbox_minimal {
	left: calc(50% - 9px)
}

.other-services-cell.service-description {
	width: calc(67% - 20px)
}

.other-services-cell.service-price {
	width: calc(16% - 20px);
	text-align: right;
	font-size: 22px
}

.other-services-cell.service-infos {
	width: calc(7% - 20px);
	text-align: center;
	padding: 0
}

.other-services-cell.service-infos button {
	width: 100%;
	min-height: 40px;
	min-width: 42px;
	border: 0 none;
	outline: 0;
	margin-right: -1px;
	background: transparent url("/img/infos-services-inactive.png") no-repeat center;
	cursor: pointer
}

.other-services-cell.service-infos button:hover,
.other-services-cell.service-infos button.active {
	background: #0085b0 url("/img/infos-services-active.png") no-repeat center;
	box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, 0.2)
}

.other-services-cell.service-infos button.active {
	box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #0085b0
}

.services-helpbox {
	font-size: 14px;
	padding: 10px;
	background: #0085b0;
	text-align: center;
	color: white
}

.services-helpbox .services-description {
	text-align: left
}

.services-helpbox .services-description li:before {
	content: none;
	display: inline-block;
	width: auto;
	height: auto;
	background: 0;
	border-radius: 0;
	vertical-align: middle;
	margin-right: 0
}

.services-helpbox .services-description li {
	background-image: url("/img/store/default/puce-check-white.png");
	background-repeat: no-repeat;
	background-position: 0 .22em;
	padding-left: 30px;
	line-height: 20px;
	margin-left: 20px;
	font-size: 14px
}

.services-helpbox .services-description ul {
	margin-top: 4px
}

.arrow-bottom-white {
	display: inline-block;
	width: 13px;
	height: 9px;
	background: transparent url("/img/store/default/new-tunnel/arrow-bottom-white.png") no-repeat
}

@media screen and (max-width:767px) {
	.services-helpbox .services-description {
		width: 100%
	}
	.include-service-line {
		padding: 5px;
		font-size: 0
	}
	.include-service-cell {
		display: inline-block;
		vertical-align: middle;
		float: none
	}
	.include-service-cell.service-description {
		width: 60%;
		font-size: 16px
	}
	.include-service-cell.service-price {
		width: 40%;
		font-size: 16px
	}
	.other-services-cell.service-description {
		width: calc(70% - 42px)
	}
	.other-services-cell.service-infos {
		display: none;
		width: auto
	}
	.other-services-cell.service-infos button {
		min-height: 60px
	}
	.other-services-cell.service-price {
		font-size: 16px
	}
	.other-services-cell .icheckbox_minimal-green {
		left: calc(50% - 9px)
	}
}

span.hidden-price {
	display: none
}

.include-service-cell.service-description,
.code-promo span {
	padding-left: 4%
}

.include-service-cell .erase {
	padding-right: 0;
	width: 1%
}

.erased {
	color: grey
}

.erased button {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.reduction {
	color: #ef2c2c
}

.desc-dep-dealer {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px
}

.desc-dep-dealer h1 {
	font-family: "Oswald", arial;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.425
}

.desc-dep-dealer h2 {
	font-size: 16px;
	margin: 15px 0 7px 0;
	color: #666;
	text-align: center;
	font-style: italic
}

.list-dep {
	font-size: 14px;
	line-height: 1.425
}

.list-dep li {
	margin: 2px 0
}

.fitter-result-form,
.findCenterGeolocalization {
	display: inline-block
}

.findCenterGeolocalization {
	margin-left: 10px
}

.search-dealer-wrap {
	background: transparent url("/img/pin-dealer-locator.png") no-repeat 0 20px;
	padding-left: 300px;
	min-height: 400px
}

#filtreContainer {
	background-color: #eaeaea;
	z-index: 10
}

.choix_provincia.pagecentro .st_provincia {
	padding-left: 5px
}

.choix_provincia.pagecentro .st_provincia .fitter_address.locate-icon {
	margin-left: 0;
	padding-left: 0
}

.btn-principal,
.bt-modifier-ma-recherche-compare,
.btn-secondaire,
.ficheProduitSelectionnerTxt,
.btn-third {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	border: 0;
	padding: 10px 15px;
	cursor: pointer
}

.btn-principal:hover,
.bt-modifier-ma-recherche-compare:hover,
.btn-secondaire:hover,
.ficheProduitSelectionnerTxt:hover,
.btn-third:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.btn-principal:visited,
.bt-modifier-ma-recherche-compare:visited,
.btn-principal:active,
.bt-modifier-ma-recherche-compare:active,
.btn-principal:hover,
.bt-modifier-ma-recherche-compare:hover,
.btn-secondaire:visited,
.ficheProduitSelectionnerTxt:visited,
.btn-secondaire:active,
.ficheProduitSelectionnerTxt:active,
.btn-secondaire:hover,
.ficheProduitSelectionnerTxt:hover,
.btn-third:visited,
.btn-third:active,
.btn-third:hover {
	color: #fff;
	text-decoration: none
}

.btn-principal.btn-big,
.btn-big.bt-modifier-ma-recherche-compare,
.btn-secondaire.btn-big,
.btn-big.ficheProduitSelectionnerTxt,
.btn-third.btn-big {
	padding: 15px 20px;
	font-size: 16px
}

.btn-principal,
.bt-modifier-ma-recherche-compare {
	background-color: #0085b0;
	color: white;
	border-radius: 5px;
	border: 0;
	font-size: 14px;
	cursor: pointer
}

.btn-secondaire,
.ficheProduitSelectionnerTxt {
	background: #f6961e;
	font-size: 14px
}

.btn-third {
	background: #656565;
	font-size: 14px
}

.thumbsContainer {
	height: 100%;
	overflow: hidden;
	padding-top: 5px
}

.thumbsContainer img {
	height: 100px;
	width: auto;
	max-width: 100%
}

.compare-wrap {
	background-color: #fff
}

#popupficheproduit {
	display: none
}

#popupficheproduit.clicked {
	display: block
}

.imgfpzoom {
	width: 300px
}

.zoomfp {
	font-weight: bold
}

.etoilesFiche {
	width: 50px
}

.etoiles {
	width: 95px
}

.contenufpj1 {
	float: left;
	width: 300px
}

.contenufpj2 {
	float: left;
	width: 430px;
	margin-left: 10px
}

.contenufpj2 td {
	vertical-align: top
}

.contenufpj2 ul {
	margin: 0;
	padding-left: 15px
}

.photopneu {
	float: left;
	margin-right: 10px
}

.photopneu IMG {
	border: 0
}

.criteresfp {
	margin: 20px 0
}

.criteresfp TH {
	color: #a5a5a5;
	text-align: left;
	width: 120px;
	padding-right: 10px
}

html.MSIE .criteresfp TH {
	color: #a5a5a5;
	text-align: left;
	vertical-align: text-top;
	width: 200px
}

.criteres-ficheproduit TABLE {
	border-collapse: collapse;
	width: 300px;
	margin-top: 5px
}

#lecomparatif {
	padding-left: 10px
}

#lecomparatif IMG {
	border: 0
}

#lecomparatif TABLE {
	margin: 3px 0 0 0;
	border-collapse: collapse
}

#lecomparatif .infos TH {
	width: 155px;
	text-align: left;
	color: #ababab;
	font-weight: bold;
	padding: 2px 5px 2px 0;
	padding-left: 5px
}

#lecomparatif .infos TD {
	width: 190px;
	text-align: center;
	margin: 0;
	padding: 2px 0
}

#lecomparatif .infos#description TD {
	width: 180px;
	margin: 0;
	padding: 2px 5px
}

#lecomparatif #logos TH {
	text-align: left;
	color: #ababab;
	padding: 4px 7px 2px 0;
	text-transform: capitalize
}

#lecomparatif #logos TD {
	text-align: center;
	padding-top: 4px
}

#lecomparatif .comparevalue TD {
	text-align: center;
	font-size: 13px;
	padding: 5px;
	line-height: 1.35
}

#lecomparatif .comparevalue TD ul {
	text-align: left;
	list-style-type: initial;
	padding-left: 15px
}

#lecomparatif .comparevalue TD ul li {
	margin-bottom: 5px
}

#lecomparatif .performance-text span {
	padding-left: 42px;
	float: left
}

#lecomparatif #marque a {
	text-decoration: none;
	color: #000
}

#lecomparatif .infos TH.critere-level1,
#lecomparatif .infos TH.critere-level1-homologation {
	text-align: left;
	width: 125px;
	padding-left: 5px;
	padding-right: 35px
}

TH.critere-level1 SPAN {
	color: #970023
}

TH.critere-level1-homologation SPAN {
	display: block;
	padding-left: 15px;
	color: #970023;
	text-decoration: none
}

TH.critere-level1 A {
	display: block;
	color: #ababab;
	font-weight: bold;
	text-decoration: none
}

#lecomparatif TD.vignettepneu {
	text-align: center
}

#lecomparatif TD.vignettepneu A {
	margin: 0 auto;
	padding: 0;
	border: 1px solid white
}

#lecomparatif TD.vignettepneu .zoomcompar {
	position: absolute;
	margin-top: 2px;
	margin-left: 200px;
	margin: 0;
	z-index: 2000;
	font-weight: bold;
	font-size: .9em
}

#lecomparatif #description TH {
	padding: 10px 7px 5px 0
}

#lecomparatif #description TD {
	padding: 10px 0
}

#lecomparatif TD.sep-h {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff
}

#lecomparatif TD.sep-h hr {
	border: 0;
	border-bottom: 1px solid #ababab;
	height: 1px;
	overflow: hidden;
	*width: 880px
}

.cellcontent {
	padding: 0 10px
}

#lecomparatif #quantite SELECT {
	text-align: center;
	width: 40px
}

#lecomparatif .infos TABLE.comparmd {
	border-collapse: collapse;
	width: 150px;
	margin: 0 20px
}

#lecomparatif .infos TABLE.comparmd TD {
	width: 50%
}

#detailsecurite {
	height: 0;
	overflow: hidden
}

#detailsecurite.clicked {
	height: auto;
	overflow: visible
}

#detailenvironnement {
	height: 0;
	overflow: hidden
}

#detailenvironnement.clicked {
	height: auto;
	overflow: visible
}

#detailconfort {
	height: 0;
	overflow: hidden
}

#detailconfort.clicked {
	height: auto;
	overflow: visible
}

#detailneige {
	height: 0;
	overflow: hidden
}

#detailneige.clicked {
	height: auto;
	overflow: visible
}

#detailglace {
	height: 0;
	overflow: hidden
}

#detailglace.clicked {
	height: auto;
	overflow: visible
}

#detailsecuritefiche {
	height: 0;
	overflow: hidden
}

#detailsecuritefiche.clicked {
	height: auto;
	overflow: visible
}

#detailenvironnementfiche {
	height: 0;
	overflow: hidden
}

#detailenvironnementfiche.clicked {
	height: auto;
	overflow: visible
}

#detailconfortfiche {
	height: 0;
	overflow: hidden
}

#detailconfortfiche.clicked {
	height: auto;
	overflow: visible
}

#detailneigefiche {
	height: 0;
	overflow: hidden
}

#detailneigefiche.clicked {
	height: auto;
	overflow: visible
}

#detailglacefiche {
	height: 0;
	overflow: hidden
}

#detailglacefiche.clicked {
	height: auto;
	overflow: visible
}

#lecomparatif .compareBarre {
	font-size: 90%
}

#lecomparatif .priceTxtCompare {
	color: #f6961e;
	font-weight: bold;
	font-size: 20px
}

#lecomparatif .priceTxtCompareDiscount {
	padding-left: 80px
}

#lecomparatif .starFill,
#lecomparatif .starEmpty {
	float: none;
	display: inline-block;
	margin-left: -1px
}

.MSIE7 #lecomparatif .starFill,
.MSIE7 #lecomparatif .starEmpty {
	float: left;
	display: inline
}

.MSIE7 #lecomparatif #performance-text .sprite:first-child {
	margin-left: 60px
}

.modifier-recherche {
	text-align: right;
	padding: 10px
}

.fond-encart-entete-resultats-milieu.comparatif {
	width: 938px;
	padding-left: 6px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px
}

.return-result-list-btn {
	float: right;
	margin-right: 20px;
	margin-top: 8px
}

.warranty img {
	max-width: 120px;
	height: auto
}

.rating .iframeRatingStars {
	float: left;
	margin-left: 30px
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxWrapper {
	max-width: none
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: url(/img/store/vianeumaticos/overlay.png) repeat 0 0;
	opacity: .9
}

#colorbox {
	outline: 0
}

#cboxContent {
	background: #fff;
	overflow: hidden
}

.cboxIframe {
	background: #fff
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	display: none
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose, #cboxCloseOC, .closeBtnModal {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: 0
}

#cboxClose, #cboxCloseOC, .closeBtnModal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 13px;
    background: url(/img/picto_close.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer
}

#popup,
#popupTxt {
	width: 470px
}



.conteneur_popup {
	padding: 15px 20px;
	color: #656565;
	font-size: 16px!important
}

.conteneur_popup p {
	padding: 10px 0 5px 0
}

.conteneur_popup label {
	font-weight: bold
}

.conteneur_popup .champ {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 166px;
	position: relative
}

.conteneur_popup .champPopupLogin {
	/*float: left;*/
	/*margin-left: 20px;*/
	width: 100%;
	margin-top: 10px;
	position: relative
}

.conteneur_popup .champPopupLogin.last {
	margin-bottom: 20px;
}

.conteneur_popup .champPopupLogin input[type=text],
.conteneur_popup .champPopupLogin input[type=password] {
	width: 100%;
}

.conteneur_popup .champPopupLogin input,
.conteneur_popup .champPopupLogin label {
	margin: 10px 10px 10px 0;
}

.conteneur_popup input[type=text],
.conteneur_popup input[type=password] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	width: 100%;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565
}

.conteneur_popup input[type=text].longInput,
.conteneur_popup input[type=password].longInput {
	width: 95%
}

.conteneur_popup .popup_action {
	margin-top: 10px
}

.conteneur_popup #updateCustomerAddressErrors {
	padding: 10px;
	color: #f6961e
}

.popup_action,
#popupTxt {
	overflow: hidden
}

.popup_action .btn_gauche a,
.popup_action #popupCloseButton a,
#popupTxt .btn_gauche a,
#popupTxt #popupCloseButton a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	float: left
}

.popup_action .btn_gauche a:hover,
.popup_action #popupCloseButton a:hover,
#popupTxt .btn_gauche a:hover,
#popupTxt #popupCloseButton a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.popup_action .btn_droite a,
.popup_action #popupStandardCustomerButton a,
#popupTxt .btn_droite a,
#popupTxt #popupStandardCustomerButton a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 140px;
	height: 50px;
	line-height: 50px;
	float: right
}

.popup_action .btn_droite a:hover,
.popup_action #popupStandardCustomerButton a:hover,
#popupTxt .btn_droite a:hover,
#popupTxt #popupStandardCustomerButton a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.popup_rendezvous form {
	padding: 20px 0
}

.popup_rendezvous form p {
	overflow: hidden;
	padding: 5px 0
}

.popup_rendezvous form label {
	float: left;
	width: 205px;
	padding-top: 1px
}

.popup_rendezvous form select {
	width: 220px;
	border-radius: 5px;
	background: #f2f2f2;
	font-size: 14px;
	color: #656565;
	font-style: italic;
	border: 1px solid #ccc
}

.popup_captcha p {
	overflow: hidden;
	padding: 5px 0
}

.popup_mdp_oublie .champ {
	padding: 5px 0;
	width: 350px
}

.popup_mdp_oublie .champ label {
	margin-right: 5px
}

.popup_mdp_oublie .champ input[type=text],
.popup_mdp_oublie .champ input[type=password] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 0 5px;
	width: 200px;
	background: #e0e0e0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
	color: #656565;
	font-style: italic
}

.popup_mdp_oublie #error {
	padding: 5px 0;
	color: red
}

.popup_mdp_oublie .popup_action {
	width: 100%;
	margin-top: 5px
}

.popup_mdp form {
	padding: 20px 0
}

.popup_mdp form p {
	overflow: hidden;
	padding: 5px 0
}

.popup_mdp form label {
	float: left;
	width: 260px;
	padding-top: 3px
}

.popup_mdp form input {
	width: 146px;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #ccc;
	line-height: 24px;
	border-radius: 5px;
	background: #f2f2f2;
	font-size: 14px;
	color: #656565
}

.popup_article article {
	overflow: hidden
}

.popup_article .cantidad {
	top: 58px
}

.popup_article .message {
	line-height: 26px
}

.popup_article .visuel {
	float: left;
	width: 18%;
	padding-top: 5px;
	padding: 15px
}

.popup_article .col_desc {
	padding: 0;
	width: 35%;
	float: left;
	border-right: 1px solid #fff;
	height: 114px;
	padding-top: 10px
}

.popup_article .col_desc .nom {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000
}

.popup_article .col_desc .modele {
	font-size: 18px;
	color: #545454
}

.popup_article .col_prix {
	text-align: center;
	float: left;
	width: 36%;
	padding-top: 20px
}

.popup_article .col_prix .prix {
	color: #f6961e;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.1
}

.popup_article .col_prix .prix .desde {
	font-size: 20px;
	display: block;
	padding: 3px 0 0
}

.popup_article .col_prix .prix .cts {
	font-size: 18px;
	position: relative;
	top: -15px
}

.popup_article .col_prix .tva {
	font-size: 12px
}

.popup_article .col_prix .ecotaxe {
	color: #37b81d;
	font-size: 12px;
	line-height: 1.1;
	font-style: italic
}

.popup_article .col_prix .montage {
	color: #777;
	font-size: 12px;
	font-style: italic
}

.popup_article .popup_action {
	width: 100%;
	height: 55px;
	padding-top: 15px;
	overflow: hidden
}

.popup_article .popup_action .cantidad {
	float: left;
	padding-top: 14px;
	font-size: 24px
}

.popup_article .popup_action .cantidad label {
	font-weight: bold;
	padding-right: 5px
}

.popup_article .popup_action .btn {
	text-align: center;
	float: right;
	padding-right: 5px
}

.popup_article .popup_action .btn a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #f6961e;
	width: 190px;
	height: 50px;
	line-height: 50px
}

.popup_article .popup_action .btn a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.popup_article .popup_action .btn_secondaire {
	text-align: center;
	float: left;
	padding-right: 5px
}

.popup_article .popup_action .btn_secondaire a {
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: #656565;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal
}

.popup_article .popup_action .btn_secondaire a:hover {
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9
}

.conteneur_popup .summary-mail .champ-email {
	margin: 15px 0
}

.conteneur_popup .summary-mail .champ-email label {
	padding-bottom: 3px
}

.conteneur_popup .summary-mail .champ-email .long-mail {
	width: 96%
}

.conteneur_popup .summary-mail .link-privacy a {
	color: #656565;
	font-size: 14px;
	font-style: italic;
	font-weight: bold
}

.univers-popup {
	max-width: 320px;
	text-align: center;
	color: #000
}

.univers-popup p {
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	font-family: "Oswald", arial;
	padding: 10px 0 15px 0
}

.univers-popup a.btn-cta-big {
	display: none
}

.univers-popup-content {
	padding: 0 5%;
	background: #fff
}

.univers-phone-nb {
	font-size: 1.3em;
	color: #000;
	text-decoration: none
}

.univers-free-call {
	font-size: 80%;
	padding: 5px 0 10px 0
}

@font-face {
	font-family: 'busco-top-icon';
	src: url("/fonts/buscollantas/top-icons/busco-top-icon.eot?62ss3r");
	src: url("/fonts/buscollantas/top-icons/busco-top-icon.eot?62ss3r#iefix") format("embedded-opentype"), url("/fonts/buscollantas/top-icons/busco-top-icon.ttf?62ss3r") format("truetype"), url("/fonts/buscollantas/top-icons/busco-top-icon.woff?62ss3r") format("woff"), url("/fonts/buscollantas/top-icons/busco-top-icon.svg?62ss3r#busco-top-icon") format("svg");
	font-weight: normal;
	font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'busco-top-icon'!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-busco-big-truck:before {
	content: "\e900"
}

.icon-busco-bycicle:before {
	content: "\e901"
}

.icon-busco-car:before {
	content: "\e902"
}

.icon-busco-cycle:before {
	content: "\e903"
}

.icon-busco-moto:before {
	content: "\e904"
}

.icon-busco-plane:before {
	content: "\e905"
}

.icon-busco-tractor:before {
	content: "\e906"
}

.icon-busco-truck:before {
	content: "\e907"
}

.icon-busco-world:before {
	content: "\e908"
}

.univers-icons {
	background-color: #333;
	font-size: 24px;
	padding: 3px 0
}

.univers-icons ul {
	text-align: right
}

.univers-icons li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle
}

.univers-icons li.active {
	color: #ff9413
}

.univers-icons a {
	color: #ccc;
	text-decoration: none
}

.univers-icons a:hover {
	text-decoration: none;
	color: #ff9413
}












/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*header {
	position: relative;
	width: 100%;
	background: #333;
}*/

.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px verdana;
	color: #6DDB07;
	float: left;
	width: 15%;
	display:none;
}

.logo a {
	color: #6DDB07;
}

nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	font-family: "Oswald", arial;
	background: #0085b0;
	border-bottom: 10px solid #f6961e;
	 z-index: 15;
}

#cssmenu>ul>li {
	float: left
}

#cssmenu>ul>li>a {
	/*padding: 17px;*/
	text-decoration: none;
	color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	background: #00779e!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #0085b0;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #00779e;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}
@media screen and (max-width:1500px) {
	.sliderp{
		width: 100%;
	}

}
#home_marques img{
	width: 140px;
}
.modaltime2 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0%;
    top: 0%;
    background-color: transparent;
    background-color: rgba(0,0,0,0.76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    font-family: Verdana;
    color: white;
    font-size: 24px;
    display: none;
}
#cboxContent2 {
    border: solid 2px white;
    margin: 0 auto;
    width: 450px;
    padding: 21px;
    margin-top: 10%;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.titre_popup2 {
    width: 100%;
    background: #0085b0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    text-indent: 20px;
    font-family: "Oswald", arial;
    box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}


@media screen and (max-width:1000px) {
	body {
		background: initial;
	}
	.tab_panier table .promo {
	    width: 160px;
	    float: left;
	}
	.send-quote{
		width: 100%;
    	text-align: center;
	}
	.tab_panier table .qte button, .tab_panier table .qte .txt{
		font-size: 26px;
	}
	.thq{
		display: none;
	}
	.tab_panier table .promo .lib {
		font-size: 12px;
	}
	.tab_panier table .promo .colch {
    	font-size: 12px;
	}
	.tab_panier table{
		width: 100%;
	}
	.tab_panier table .colch {
    		width: 12%;
    	font-size: 18px;
	}
	.tab_panier table .desc{
		font-size: 12px;
    	width: 12%;
	}
	.visuel, .supp, .td1{
		display: none;
	}
	 .recap_total {
	 	font-size: 13px;
    	width: 94%;
	}
	.cta-list span{
		padding-left: 0;
	}
	.cta-list{
	    height: 43px;
		font-size: 12px;
	}
	#cssmenu>ul>li.has-sub>a {
    	padding-right: 0px;
	}
	#search_engine .conteneur_diff .colright .line_select p {
    	margin-left: 10px;
	}
	.logo-footer {
    	margin: 0;
	}
	.pre_footer .pre_footer_cont{
		width: 100%;
	}
	#recapitulatif_commande #recapitulatif_droite{
            width: 100%;
            text-align: center;
      }
   	#recapitulatif_commande #recapitulatif_gauche{
            width: 100%; 
      }
    #recapitulatif_commande #recapitulatif_gauche .recap_paiement {
          width: 100%;
      }
      #recapitulatif_commande h2{
      	text-align: center;
      	font-size: 22px;
      }
      #recapitulatif_commande .btn_valide .btn{
      	position: initial;
      	float: initial;
      	text-align: center;
      }
      #recapitulatif_commande #recapitulatif_droite p{
      	font-size: 20px;
      }
      #recapitulatif_commande #recapitulatif_gauche .recap_paiement .libelle2{
      	font-size: 18px;
      }
      #recapitulatif_commande #recapitulatif_gauche .recap_paiement .prixdeligne{
      	font-size: 18px;
      }
	.sliderp{
		width: 100%;
	}
	.prix {
    	/*font-size: 45px;*/
	}
	.divcll{
		width: 99%;
    	font-size: 30px;
    	cursor: pointer;
    	border: solid 2px #f6961e;
        height: 40px;
	}
	.divcll a{
		float: initial;
	}
	.divlocalizacion select{
		width: 49%;
    	font-size: 24px;
	}
	.main_tetiere{
		text-align: center;
	}
	.container a{
		font-size:14px !important;
	}
	.pre_footer{
		margin-top: 0px;
	}
	#owl-demo{
		display: none !important;
	}
	#search_engine{
		position: initial;
	}
	#search_engine span.selectsearch_custom{
		height: 50px;
		font-size: 18px;
	}
	#search_engine label{
		    font-size: 18px;
	}
	#search_engine #search_choice{
		    font-size: 12px;
	}
	#search_engine .buscar button span{
		font-size: 30px;
		padding: 0;

	}
	#search_engine .buscar button{
		width: 35%;
    	height: 60px;
	}
	.pre_footer .pre_footer_marcas{
	    float: left;
    	text-align: center;
	}
	.pre_footer img{
		float: initial;
	}
	.pre_footer .pre_footer_marca_cont {
  		width: 98%;
  		margin: 0;
	}
	.logo-footer{
		/*margin: 0 auto;*/
	}
	#main_vianeumaticos, #marque {
    width: 96%;
	}
	.sliderp{
	float: left;
	/*width: 1500px;*/
	margin-top: 15px;
	}
	.footer-col{
		display: none;
	}
	.fotss{
		display: block;
		text-align: center;
	}
	footer .footer-col{

		width: 98%;
	}
	#search_engine .colright-inner-left, #search_engine .colright-inner-right{
		height: auto;
	}
	.vehiculo-select p, .vehiculo-select-line-one, .vehiculo-select-line-two{
		width: 100%;
		float: left;
	}
	#search_engine .barre_bas a{
		display: none;
	}
	#deco_pneu{
		display: none;
	}
	#search_engine .colright-inner-right{
		padding-left: 0;
	}
	.buscar{	
		text-align: center;
		margin-top: 20px;
	}
	#search_engine .buscar button {
    	position: initial;
    }
	#search_engine .eligir_provincia{
		width: 100%;
    margin-left: 3px;
    	margin-top: 40px;
	}
	#search_engine{
		width: 100%;
	}
	#search_engine #search_choice li{
		width: 50%;
	}
	#search_engine .colright-inner-left {
    	width: 100%;
	}
	#search_engine .colright-inner-right {
    	width: 98%;
    	margin-bottom: 20px;
    	
    }
    #search_engine .conteneur_diff{
    	height: auto;
    }
    #search_engine .conteneur_diff .colright .line_select {
    	width: 100%;
    }
    #search_engine .conteneur_diff .colright .line_select p {
    	width: 98%;
    }
    #search_engine .conteneur_diff .colright .line_select span.selectsearch_custom {
	    width: 95%;
    	margin-left: 2%;
	}
	.colright .line_select p:first-child {
    	margin-left: 16px;
	}
	footer .container {
   		width: 100%;
	}
	.ssdi {
    	width: 95%;
    	margin-left: 2%;
	}
	.sses{
		width: 95% ;
    	margin-left: 2%;
	}
	.ssver{
		width: 95% ;
    	margin-left: 2%;
	}

	.telefono a{
		/*display: none;*/
	}
	.imghh{
		text-align: center;
	}
	.via_header_calidad{
		display: none;
	}
	.container {
    	width: 90%;
	}
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none;
		/*display:block;*/
	}
	.logo2 {
		display: none
	}
	nav {
		width: 100%;
	}
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		width: 100%;
		display: none
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444
	}
	#cssmenu ul li:hover {
		background: #363636;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu>ul>li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #333!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}
	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}
	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: ''
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: ''
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #262626
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
}
@media screen and (max-width:600px) {
	#cboxContent2{
		width: 85%;
	}
	#popup, #popupTxt {
		width: 100%;
	}
}

@media(max-width:480px) {
    .popup_action .btn_gauche a, .popup_action .btn_droite a {
        width: 100%;
        margin-top: 5px;
    }
}

@media(max-width:768px) {
    #home_marques li {
        float: initial;
        width: 100%;
        text-align: center
    }
    .imgrovelotall {
    	margin-top: -18px;
	}

}

@media(max-width:800px) {
    .visuel2 {
        width: 35.5%;
    }
}

.passFields {
    margin-top: 10px;
    display: none;
}