/* Minification failed. Returning unminified contents.
(14060,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-12,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:500px) and (max-width:767px){.col-ms-1,.col-ms-10,.col-ms-11,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9{float:left}.col-ms-1{width:8.33333%}.col-ms-2{width:16.66667%}.col-ms-3{width:25%}.col-ms-4{width:33.33333%}.col-ms-5{width:41.66667%}.col-ms-6{width:50%}.col-ms-7{width:58.33333%}.col-ms-8{width:66.66667%}.col-ms-9{width:75%}.col-ms-10{width:83.33333%}.col-ms-11{width:91.66667%}.col-ms-12{width:100%}.col-ms-push-1{left:8.33333%}.col-ms-push-2{left:16.66667%}.col-ms-push-3{left:25%}.col-ms-push-4{left:33.33333%}.col-ms-push-5{left:41.66667%}.col-ms-push-6{left:50%}.col-ms-push-7{left:58.33333%}.col-ms-push-8{left:66.66667%}.col-ms-push-9{left:75%}.col-ms-push-10{left:83.33333%}.col-ms-push-11{left:91.66667%}.col-ms-pull-1{right:8.33333%}.col-ms-pull-2{right:16.66667%}.col-ms-pull-3{right:25%}.col-ms-pull-4{right:33.33333%}.col-ms-pull-5{right:41.66667%}.col-ms-pull-6{right:50%}.col-ms-pull-7{right:58.33333%}.col-ms-pull-8{right:66.66667%}.col-ms-pull-9{right:75%}.col-ms-pull-10{right:83.33333%}.col-ms-pull-11{right:91.66667%}.col-ms-offset-1{margin-left:8.33333%}.col-ms-offset-2{margin-left:16.66667%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-4{margin-left:33.33333%}.col-ms-offset-5{margin-left:41.66667%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-7{margin-left:58.33333%}.col-ms-offset-8{margin-left:66.66667%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-10{margin-left:83.33333%}.col-ms-offset-11{margin-left:91.66667%}.container{max-width:748px}.form-horizontal .form-group .control-label{text-align:right}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* POLICE APOLLO */

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, strong, sub, sup, tt, var,
b, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	max-width:100%;
}
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;
}
* {
  margin: 0;
  padding: 0;
}




/*
  We're using CSS transitions for when
  the enter and move events are triggered
  for the element that has the .repeated-item
  class
  class
*/

.navigation-wrapper .container {
    height: 0;
}

.repeated-item.ng-enter, .repeated-item.ng-move {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
    opacity: 0;
}
del.ng-bind-html, td del.ng-bind-html{
	text-decoration:none;
	text-decoration-line:none;
}
div.container ul li.row{
	margin:0;
}
.btn-theme{
	font-size: 14px;
	line-height:14px;
	white-space:nowrap;
}

a.btn.btn-theme.move-top-20 {
    line-height:38px;
	white-space:nowrap;
}
.AddCart.btn.btn-theme.btn-icon-left {
	background:url("https://shop.apollomotors.fr/Content/Images/Ico/cart.png") no-repeat;
}
.btn.btn-theme.btn-theme-transparent.btn-zoom{
	font-size:30px;
	padding:10px;
	line-height:17px;
	white-space:nowrap;
	text-align:center;
}

.btn.btn-theme.btn-icon-left.AddCart{
	line-height:19px;
	background: url(Images/Ico/cart-b.png) no-repeat;
	background-position:10px 50%;
	padding-left:43px !important;
}

.btn.btn-theme.btn-icon-left.AddCart:hover{
	background-image:url(Images/Ico/cart.png);
	background-color:#000;
}

.AddCart.btn.btn-theme.btn-icon-left:hover{
	background-image:url(Images/Ico/cart.png);
	background-color:#000;
}
.qteContainer.qteDetail.ng-pristine.ng-valid, .qteContainer.qteDetail.ng-pristine.ng-valid input{
	height:44px;
	margin-top:0;
}

.page-section.breadcrumbs{
	clear:both;
}

    /*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/
    .repeated-item.ng-enter.ng-enter-active,
    .repeated-item.ng-move.ng-move-active {
        opacity: 1;
    }
	.PieceMegaMenu{
		clear:both;
		padding-top:10px;
	}

/*
  We're using CSS keyframe animations for when
  the leave event is triggered for the element
  that has the .repeated-item class
*/
.repeated-item.ng-leave {
    -webkit-animation: 0.5s my_animation;
    -moz-animation: 0.5s my_animation;
    -o-animation: 0.5s my_animation;
    animation: 0.5s my_animation;
}

div.price table{
	font-size:16px;
	margin-bottom:10px;
}

div.price table tr{
	border-bottom:1px solid #000;
}
div.price table tr:last-child{
	border-bottom:none;
}
div.price table tr td, div.price table tr th{
	border-right:1px solid #000;
}
div.price table tr td:last-child, div.price table tr th:last-child{
	border-right:none;
}

[ng-cloak] {
    display: none !important;
}

@keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes clignote {
    0% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }

    50% {
        box-shadow: 0px 0px 0px #2DD8FD;
    }

    100% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }
}

/*
  Unfortunately each browser vendor requires
  its own definition of keyframe animation code...
*/
@-webkit-keyframes clignote {
    0% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }

    50% {
        box-shadow: 0px 0px 0px #2DD8FD;
    }

    100% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }
}

@-moz-keyframes clignote {
    0% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }

    50% {
        box-shadow: 0px 0px 0px #2DD8FD;
    }

    100% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }
}

@-o-keyframes clignote {
    0% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }

    50% {
        box-shadow: 0px 0px 0px #2DD8FD;
    }

    100% {
        box-shadow: 0px 0px 20px #2DD8FD;
    }
}


@-webkit-keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

body {
    font-family: 'PT Sans Narrow', sans-serif; /*'Open Sans';*/
    background-color: rgb(230, 230, 230);
     color: #000;
}

.no-cssfilters-magic .mz-thumb {
    background: none !important;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'PT Sans Narrow', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

.clearfix {
    clear: both;
    height: 0;
    overflow: hidden; /* Précaution pour IE 7 */
}
.page-section.no-padding.slider{
	clear:both;	
    top:-1px;
}

.btn.btn-theme.btn-theme-dark, .btn.btn-theme.btn-call-checkout{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*Fix IEEDGE*/
ul {
    padding: 0;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


ul, menu, dir {
    -moz-padding-start: 0px;
    display: block;
    list-style-type: none;
    margin-block-end: 0px;
    margin-block-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   /* max-width: 280px;*/
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}


.alert-warning{
    background-color:#fff799;
    color:black;
    font-weight:600;
}
.alert-success{
    background-color:#74b045;
    color:white;
    font-weight:600;
}
.alert-info{
    background-color:#e20513;
    color:black;
    font-weight:600;
}
.alert-danger{
    background-color:e20513;
    color:white;
    font-weight:600;
}

#Message {
    margin: 0 10px 15px 0;
}

.ButtonBlue {
    background-color: #e20513;
    background-position: 55px 0;
    background-repeat: no-repeat;
    border: 1px solid #e20513;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 100%;
}

    .ButtonBlue:hover {
        background-color: #2dd8fd;
        text-decoration: none;
        color: #000;
    }

.ButtonGreen {
    background-color: #74b045;
    background-position: 55px 0;
    background-repeat: no-repeat;
    border: 1px solid #74b045;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 100%;
}

@media (min-width:500px) and (max-width:621px) {
    .col-md-3 .ButtonGreen {
        font-size: 12px;
    }
}

    .ButtonGreen:hover {
        background-color: #699644;
        text-decoration: none;
        color: #fff;
    }

.ButtonGray {
    background-color: #cbcbcb;
    background-position: 55px 0;
    background-repeat: no-repeat;
    border: 1px solid #cbcbcb;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 900;
    padding: 5px;
    text-align: center;
    width: 100%;
}

    .ButtonGray:hover {
        background-color: #989797;
        text-decoration: none;
        color: #000;
    }



/*Pages*/
.Page {
    font-family: 'PT Sans Narrow', sans-serif; /*'Open Sans';*/
    background-color: rgb(230,230,230);
    margin: 15px 0;
    text-align: left;
}

    .Page h5 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .Page h4 {
        font-size: 17px;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .Page h3 {
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
    }

.TitrePage {
    background-color: #fff;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 10px;
    line-height: 32px;
}

    .TitrePage h1 {
        text-align: center;
        font-family: 'PT Sans Narrow', sans-serif;/*'Open Sans';*/
        text-transform: uppercase;
        font-size: 25px;
        font-weight: bold;
        color: #000;
        margin-bottom: 0px;
        margin-top: 0px;
    }

#FAQ h5 {
    font-style: italic;
}

#SAV h4 {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 30px;
}

#SAV h5 {
    font-size: 17px;
    font-style: normal;
    margin-bottom: 10px;
}

#Promo h4 {
    font-size: 17px;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}

#FAQ .panel-title > a {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

#FAQ .panel-default > .panel-heading {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

#FAQ .panel-default {
    border-color: #fff;
}

#FAQ .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0px solid #fff;
}

#FAQ .panel-group .panel {
    border-radius: 0px;
}

#FAQ.Corps {
    background-color: transparent;
    padding: 0px;
}

#FAQ.panel {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

#FAQ .panel-group .panel + .panel {
    margin-top: 10px;
}

#FAQ .panel-heading {
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 12px 15px;
}

.LigneRelicat0 {
  background-color: #F32121;
  color: #fff;
  height: 40px;
}

.Corps {
    background-color: #fff;
    padding: 13px;
    font-size: 15px;
    color: #000;
}

    .Corps li {
        margin-bottom: 10px;
        margin-left: 40px;
    }

/*#Contact input, select, textarea {
    max-width: 400px;
}*/

#Contact label {
    font-size: 13px;
    font-weight: bold;
}

#Contact .InfoCopy {
    font-size: 10px;
    font-weight: normal;
}

/* BARRE DE NAVIGATION ET LOGO */

.descPanier .total {
    color: #f90102;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 -40px;
    width: 140px;
}

.container .navbar-header {
    margin-right: 0px;
    margin-left: 15px;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.nocollapse {
    display: none;
}

.nocollapse2 {
    display: none;
}

.LoginTest {
    display: block !important;
    position: absolute;
    right: 0px;
    z-index: 9999;
}

.navbar2 {
    background: none;
    color: #fff;
    font-size: 12px;
    width: 100%;
    transition: top 0.2s ease-in-out;
}

.header1 .navbar2 .container-fluid {
    background-color: rgb(45, 45, 45);
    box-shadow: 0px 0px 5px black;
}

.nav-up {
    transition: ease 0.2s;
    top: -117px;
}

.header1 {
    height: auto;
    background-color: white;
    min-height: 93px;
}

.header-white{
    background-color:white;
    color: black !important;
    min-height: 50px;
}

    .header-white a, .header-white span, .header-white .navlink {
        /*color: black !important;*/
    }

.headerAjustMenu {
    min-height: 368px; /*381*/
}

.ScrollTestOff {
    display: none;
}

.ScrollTestOn {
    display: inline-block;
    position: relative;
    height: 117px;
}

.navbar2 a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.top-bar-center {
    font-size: 1vw;
    line-height: 25px;
    margin: auto;
    text-align: center;
    width: 100%;
}

.HeaderLEft {
    background-image: url("/content/images/ico/ico-tel.png");
    background-position: 0 15px;
    background-repeat: no-repeat;
    float: left;
    line-height: 13px;
    margin-left: 15px;
    padding-left: 28px;
    padding-top: 10px;
}

.HeaderCenter {
    height: 45px;
    margin: auto;
    width: 251px;
    line-height: 45px;
}

.LogoLink {
    background-image: url("/content/images/ico/logo-SMX.svg");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 251px;
}

.IcoFbCouleur {
    background-image: url("/content/images/ico/logo-fb.png");
    background-repeat: no-repeat;
    background-size: 15px auto;
    display: inline-block;
    width: 14px;
    background-position: center;
}

.HeaderRight {
    font-weight: bold;
    line-height: 45px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
}

.navbar2 .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-toggle {
    margin-left: 12px;
    float: left;
    margin-right: 10px;
}

.navbar-inverse .navbar-brand {
    margin-top: 15px;
    margin-bottom: -15px;
    margin-left: 60px;
    padding: 0;
}

.navbar-header .navbar-brand-small {
    position: absolute;
    margin-top: 16px;
    left: 32%;
    right: 10%;
}

.navbar-panier {
    float: right;
    font-size: 20px;
    margin-top: 13px;
    margin-left: 8px;
}

    .navbar-panier a {
        color: white;
    }

.navbar2 .nav > li {
    float: none;
}

.navbar2 #menu-small a {
    color: #33d6f9;
    margin-left: 23px;
    background-color: white;
    padding: 10px;
}

.HeaderFond {
    height: 45px;
    background-color: #e6e6e6;
}

.Search {
    margin: auto;
}

@media (min-width:1495px) {
    .Search {
        width: 994px;
    }
    .col-sm-3.Col-Newsletter {
  width: 34%;
  padding: 0;
}
    .col-sm-3 {
  width: 22%;
}
}

@media (min-width:768px) and (max-width:1494px) {
    .Search {
        width: 60%;
    }
    .col-sm-3.Col-Newsletter {
  width: 34%;
  padding: 0;
}
    .col-sm-3 {
  width: 22%;
}
}

@media (min-width:768px) and (max-width:992px){
    .IcoPaiementsSecure{
        margin-left : -22%;
    }
}

@media (min-width:980px) and (max-width:1229px) {
    .Search {
        width: 50%;
    }

}

@media (min-width:820px) and (max-width:979px) {
    .Search {
        width: 40%;
    }
}

@media (min-width:0px) and (max-width:819px) {
    .Search {
        width: 30%;
    }
}

.Search .form-control {
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    font-style: italic;
    height: 31px;
    line-height: 1.42857;
    max-width: 100%;
    padding: 6px 12px;
    text-transform: uppercase;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    background-image: url('/content/images/ico/ico-loupe.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 42px;
}

.Search .form-group {
    margin-bottom: 15px;
    padding-top: 7px;
}

.SliderInfos {
    background-color: #fff;
    visibility: hidden;
    text-align: center;
}

.SliderInfos img {
    display: inline-block !important;
    height: 16px;
    margin-right: 10px;
    margin-top: -3px;
}

.SlideshowInstagramMain {
    visibility: hidden;
     height: 0;
}

.SliderHome {
    visibility: hidden;
}
.BonPlan {
  background-color: #F32121;
  padding-left: 0 !important;
}
.BonPlan a {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
}
.SliderShowInfos div {
    /*background-image: url("/content/images/ico/icone-camion-livraison.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;*/
    color: #000;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    text-transform: uppercase;
}

.SliderShowInfos a {
    color: #000;
    font-size: 8px;
    font-weight: normal;
}

.navbar-inverse {
    border: none;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
        text-align: center;
    }

#contenu .col-md-12 {
    padding: 0;
}

    #contenu .col-md-12 ul {
        margin: 0;
        padding: 0;
    }

#nbarticleshome {
    font-weight: bold;
}

#BandeauTitreVignettes {
    text-align: center;
    font-size: 33px;
    font-style: italic;
    color: black;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1px;
}

.TitreVignettes {
  background-color: #fff;
  display: inline-block;
  padding: 5px 20px;
  text-align: left;
  width: 990px;
}

@media (max-width:990px){
    .TitreVignettes {
        text-align: center;
        width: 100%;
    }
}

#BandeauTitreVignettes img {
    margin-top: 22px;
    margin-bottom: -10px;
}

.navbar-toggle .icon-bar {
    margin-left: 1px;
}

#vignettes {
    width: 92%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4%;
    margin-right: 4%;
}

    #vignettes ul {
        margin: 0;
        width: 100%;
    }

    #vignettes li {
        width: auto;
        display: inline-block;
    }

.SelectionTitre img, .SelectionTitre h2 {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.SelectionTitre img {
    margin-top: 10px;
}

.SelectionTitre h2 {
    font-size: 20px;
}

.panneaux a {
    text-decoration: none;
}

#vignettes .panneaux .image-vignette {
  background-size: 160% auto !important;
}

.contenu-vignette {
    margin-bottom: 5px;
    padding: 2%;
    background-color: white;
}

.MenuPrincipal .contenu-vignette:hover{
    cursor:pointer;
}

#vignettesMenu .contenu-vignette {
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.image-vignette {
    height: 230px;
}

.texte-vignette p {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 700;
}

.texte-vignette {
    margin-top: 8px;
    height: 100%;
    background-color: grey;
    color: white;
    font-style: italic;
    font-size: 12px;
}

.MenuDown .contenu-vignette:hover .texte-vignette {
    background-color: #66E4FF !important;
}

.panneaux:hover .texte-vignette {
    background-color: #66E4FF;
    color: white;
}

.panneaux:hover {
    transform: scale(0.99);
}

    .panneaux:hover:active .texte-vignette {
        box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.2);
    }

#colonneshome {
    line-height: 1.3;
    margin: 20px auto;
    text-align: center;
}

    #colonneshome a {
        color: grey;
        text-decoration: none;
    }

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#colonnegauchehome, #colonnecentrehome {
    width: 32.33%;
    min-width: 290px;
    float: left;
    margin-right: 1%;
    text-align: center;
}

#colonnedroitehome {
    width: 32.33%;
    min-width: 290px;
    float: left;
    text-align: center;
}
/*RegisterPage*/
.RegisterPage {
    margin: auto;
    padding: 10px;
    width: 31%;
}

#RegisterPage .form-group {
    margin-bottom: 0;
}

#RegisterPage .Login-Ok {
    border: medium none;
    bottom: 0;
    color: #000;
    padding: 0;
    position: relative;
}
/*Page Login*/
.LoginPage {
    background-color: #cbcbcb;
    font-size: 12px;
    padding: 10px;
    width: 38%;
    margin: auto;
}

#LoginPage .Login-Ok {
    padding: 0 0 0 37px;
    position: relative;
}

/*MENU*/
.ico-bar {
    background-image: url("Images/Ico/ico-bar.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 46px;
    margin-left: 15px;
    width: 26px;
    margin-right: 12px;
}

.Login .ico-Login{
    background-image: url("Images/Ico/icon-connection.png");
}

.Logged .ico-Login{
    background-image: url("Images/Ico/icon-connecte3.png");
}

.ico-Login {
    
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 46px;
    margin-left: 15px;
    width: 26px;
    margin-right: 0px;
}

.Login {
    float: left;
    background-repeat: no-repeat;
    width: 70px; /*200*/
    height: 45px;
    line-height: 46px;
    font-size: 15px;
    font-weight: bold;
    color: #424241;
}

#boutonConnectText {
    display: none;
}

.Logged {
    float: left;
    width: 200px;
    height: 45px;
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #424241;
    background-color: #CECECE;
}

.UserName {
    float: left;
    line-height: 16px;
    padding-top: 6px;
    width: 10px;
    text-transform: none;
    margin-left: 10px;
}

.ButtonLogin {
    float: right;
    transition: ease 0.3s;
}

.Menu {
    float: left;
    background-repeat: no-repeat;
    width: 136px;
    height: 45px;
    line-height: 46px;
    font-size: 15px;
    font-weight: bold;
    color: #424241;
}

.MenuDown {
    background-color: #e6e6e6;
    height: 278px;
    margin-top: 0px;
    z-index: 9999;
    padding-top: 10px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3), 0px -1px 5px rgba(0,0,0,0.3);
}

    .MenuDown a {
        text-decoration: none;
    }

.MenuBarreBlanche {
  background-color: #fff;
  height: 15px;
}

.LoginDown {
    background-color: #e6e6e6;
    box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
    margin-top: 0px;
    padding-top: 10px;
    z-index: 99999999999;
    width: 350px;
    float: right;
    padding-bottom: 8px;
}

    .LoginDown .row {
        margin-right: 0px;
    }

.LoggedDown {
    background-color: #e6e6e6;
    height: 400px;
    margin-top: 0px;
    padding-top: 10px;
    z-index: 999999999;
    width: 300px;
    position: absolute;
    right: 0px;
    box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
}


.ButtonLogin .Login {
    background-color: #e6e6e6;
    background-position: -4px -2px;
    margin: 0px;
}

.ButtonLogin.collapsed .Login {
    background-color: #cecece;
}

.ButtonLogin.collapsed .ico-Menu {
    background-position: -10px -5px;
}

.ButtonLogin .ico-Menu {
    background-position: -10px 2px;
}

.Login .ico-Menu {
    margin-right: 10px;
}

.btnFacebook {
    background-color: #3a579a;
    background-image: url("Images/Ico/login-facebook.jpg");
    border: medium none;
    color: #fff;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 30px;
    width: 310px;
    margin-bottom: 5px;
    margin-left: 20px;
    transition: 0.3s ease;
}

.Bloc-Profil .Facebook {
    background-color: #3a579a;
    background-image: url("Images/Ico/login-facebook.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    padding: 11px;
    width: 20px;
    float: right;
    margin: 0 0 5px;
}



.btnGoogle {
    background-color: #bd402e;
    background-image: url("Images/Ico/login-google.jpg");
    border: medium none;
    color: #fff;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 30px;
    width: 310px;
    margin-bottom: 5px;
    margin-left: 20px;
    transition: 0.3s ease;
}

    .btnFacebook:active, .btnGoogle:active, .btnLogin:active {
        box-shadow: 0px 0px 10px black inset;
    }

.Bloc-Profil .Google {
    background-color: #bd402e;
    background-image: url("Images/Ico/login-google.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    padding: 11px;
    width: 20px;
    float: right;
    margin: 0 0 5px;
}

.LoginOU {
    color: #000;
    text-align: center;
}

.LoginMail {
    padding: 10px;
    border: none;
    color: #000;
}

.Login-group {
    padding: 3px 10px;
}

input, select, textarea {
    //max-width: 310px;
}

.ForgotPassword > a {
    color: #000;
    margin-left: 20px;
    text-transform: none;
    font-size: 10px;
}

.text-danger.ForgotPassword {
    margin-top: 10px;
    text-align: center;
}

    .text-danger.ForgotPassword a {
        color: #a94442;
        font-size: 14px;
        text-align: center;
    }

.Login-RememberMe {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
}

    .Login-RememberMe label {
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        padding-top: 0;
    }

    .Login-RememberMe input, .Login-RememberMe input[type="radio"], .Login-RememberMe input[type="checkbox"] {
        border: none !important;
    }

.Login-Ok {
    border: medium none;
    bottom: 0;
    color: #000;
    padding: 0 20px 0 3px;
    position: absolute;
    right: 0px;
}

.btnLogin {
    background-color: #02d2f8;
    border: medium none;
    padding: 5px 10px;
    background-color: #808080;
    color: white;
    font-weight: 600;
    transition: 0.2s ease;
}

    .btnLogin:hover {
        background-color: #66E4FF;
        color: white;
    }

.ButtonMenu .Menu {
    background-color: #e6e6e6;
    background-position: 150px -2px;
    margin: 0px;
    transition: ease 0.3s;
}

.ButtonMenu.collapsed .Menu {
    background-color: rgb(206, 206, 206);
}

.ButtonMenu .Menu:hover, .ButtonLogin:hover {
    background-color: white;
}

.ico-Menu {
    background-image: url("Images/Ico/control-menu.png");
    background-position: -10px -5px;
    background-repeat: no-repeat;
    background-size: 18px auto;
    float: right;
    height: 8px;
    margin-right: 10px;
    margin-top: 20px;
    width: 11px;
}

.ButtonMenu.collapsed .ico-Menu {
    background-position: -10px -5px;
}

.ButtonMenu .ico-Menu {
    background-position: -10px 2px;
}

#vignettesMenu {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

    #vignettesMenu ul {
        margin: 0;
        padding-left: 10px;
        width: 100%;
    }

    #vignettesMenu li {
        width: auto;
        display: inline-block;
        margin-right: 10px;
        width: 19%;
        max-width: 135px;
    }

        #vignettesMenu li:hover {
            transform: scale(0.99);
        }

    #vignettesMenu .texte-vignette {
        background-color: #fff;
        color: #000;
        font-size: 12px;
        font-style: normal;
        height: 100%;
        margin: 0px 5px 10px 5px;
    }

    #vignettesMenu .image-vignette {
        height: 90px;
        background-size: 130px;
    }

.LoggedDown #vignettesMenu .image-vignette {
    height: auto;
    background-size: 30px;
    display: inline-block;
    width: auto;
}

    #vignettesMenu .texte-vignette p {
        font-weight: 600;
        margin-bottom: 0;
        margin-top: -5px;
        padding: 0px;
        margin: 0px 2px;
    }

.MenuDown .Titre {
  color: black;
  font-size: 33px;
  font-style: italic;
  margin-bottom: 4px;
  min-height: 47px;
  padding-left: 10px;
  text-align: center;
  text-transform: uppercase;
}


@media (min-width:701px) and (max-width:1012px) {
    #colonnegauchehome, #colonnecentrehome, #colonnedroitehome {
        width: 48.7%;
        display: inline-block;
        float: none !important;
    }
}

@media (max-width:700px) {
    #colonnegauchehome, #colonnecentrehome, #colonnedroitehome {
        width: 100%;
    }

    #colonneshome {
        padding-left: 0px;
    }
}

.contenulistehome {
    text-align: left;
    background-color: rgb(230, 230, 230);
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.itemlistehome img {
    width: 25%;
    float: left;
}

.titreitemlist {
    display: inline-block;
    vertical-align: top;
    color: black;
    text-transform: uppercase;
    font-style: italic;
    width: 73%;
    font-weight: 700;
    margin-top: 2px;
    float: right;
}

.itemlistehome {
    margin-bottom: 5px;
    display: inline-block;
    background-color: white;
    width: 100%;
}

.promolistehome {
    float: right;
    vertical-align: top;
    width: 73%;
}

    .promolistehome img {
        width: initial;
    }

.prixlistehome {
    color: black;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}

.prixpromohome {
    text-decoration: line-through;
}

.prixlistehome, .prixpromohome, .imagepanierliste {
    float: left;
    width: 25%;
    height: 32px;
}

.prixpromohome {
    height: 15px;
    position: relative;
    margin-top: 12px;
}

.MenuLayout2 a:hover {
    text-decoration: none !important;
    transition: none !important;
}

.imagepanierliste {
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: rgb(235,255,218);
    float: right;
    margin-right: 10px;
}

    .imagepanierliste img {
        width: auto;
        margin-left: 8px;
    }

#contenu h2 {
    color: black;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

#colonneshome h2 {
    display: inline-block;
    font-style: italic;
}

#SMX {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

    #SMX h1 {
        color: black;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 25.6px;
    }

    #SMX p {
        margin-top: -10px;
        font-size: 13.6px;
    }

#TitreVignettes {
    padding: 1px;
}

.traitscolonnes {
    margin-top: -5px;
}

@media (max-width:350px) {

      #Filtres2 .Contenu ul {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:621px) {

        .col-md-3.Col-Newsletter {
  padding-right: 0;
}

  

    .SelectionTitre img {
        width: 25%;
    }

    .SelectionTitre h2 {
        width: 50%;
        font-size: 5vw !important;
    }

    .SelectionDetails ul {
        padding-left: 0px !important;
    }

    #colonnegauchehome, #colonnecentrehome, #colonnedroitehome {
        width: 100%;
    }

    #contenu li {
        width: 100%;
        background-color: white;
        margin-bottom: 5px;
        margin-right: 5px;
        padding-bottom: 0px;
    }

    #contenu .row {
        width: 100%;
        margin-left: auto;
        background-color: rgb(230,230,230);
        margin-right: auto;
        padding-bottom: 0px;
        margin-bottom: -5px;
    }

    #iconepanierhome {
        float: right !important;
        width: 40px !important;
    }

    #ZeroStock {
        float: right !important;
        width: 40px !important;
  cursor: pointer;
        margin-top: -34px;
    }

    .Titre p {
        color: black !important;
    }

    .SelectionDetails .ImageProductList {
        width: 90px !important;
        margin-top: -10px !important;
        margin-bottom: 0px !important;
    }

    .SelectionDetails .Titre {
        margin-top: -10px !important;
    }

    .listeint {
        width: 100% !important;
    }
}


@media (min-width:640px) and (max-width:839px) {
   

    .MenuMain .Menu3 {
        font-size: 13px !important;
    }
}

 
@media (min-width:500px) {
    #vignettes li {
        width: 19%;
        max-width: 157px;
        margin-right: 5px;
    }
   

        #vignettes li:last-child {
            margin-right: 0;
        }
}

/* PC */
/*##########################################################################################################################*/

.head_bottom ul {
    margin: 0px !important;
    margin-left: 15px !important;
}

.nav-down {
    position: fixed;
    z-index: 99999999999999;
    top: 0px;
}

.SlideAjust {
    top: 101px;
}

.navbar-panier2 {
    margin-top: 13px;
    margin-right: 10px;
    font-size: 23px;
    color: white;
    float: right;
}

    .navbar-panier2 a {
        color: white;
    }

.descPanier .total {
    margin: 4px 0 0 -15px;
}

.rightinfo {
    float: right;
    margin: -0.2em 10px 0 0;
    padding: 6px 0 0;
}

.FondStabiloBleu {
    display: inline;
}

@media (max-width:399px) {
   

    #colonneshome .Prix {
        width: 76% !important;
    }

    .SelectionDetails .Prix {
        /*width: 61.5% !important;*/
        width: 76% !important;
    }

}


@media (max-width:767px) {

    .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar2 {
        margin-bottom: 0px;
    }

    .navbar-toggle {
        margin-bottom: 0px;
        margin-top: 6px;
    }

        .navbar-toggle p {
            font-size: 10px;
            margin-left: -3px;
            margin-top: 2px;
            margin-bottom: -5px;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: rgb(30,30,30);
        padding-top: 15px;
    }

    .navbar2 .navbar-nav {
        padding-left: 5px;
        width: 100%;
    }

    .navbar-panier2 .glyphicon {
        padding: 5px;
        border: rgb(71, 71, 71) solid 1px;
        border-radius: 4px;
    }

    .navbar-collapse {
        width: 319px;
    }
    /* CHAMP DE RECHERCHE HEADER */
    #rechercheheader {
        padding-left: 5px;
        padding-right: 5px;
    }

    .headSearch {
        background-color: #696969;
        border-radius: 7px;
        height: 34px;
        margin: 10px 0 0 0px;
        width: 100%;
    }

        .headSearch.Fl input {
            height: 34px;
            font-size: 15px;
            padding-bottom: 3px;
        }

        .headSearch .Search {
            background-color: transparent;
            border: medium none;
            color: #fff;
            font-family: 'PT Sans Narrow', sans-serif; /*'Open Sans';*/
            font-size: 12px;
            line-height: 22px;
            margin-bottom: 1px;
            margin-left: 28px;
            margin-top: 0px;
            width: 90%;
        }
}

@media (min-width:768px) and (max-width:1011px) {
  

    .headPanier, .headCaisse {
        display: none;
    }

    .MenuLayout {
        width: auto;
    }

    .head_bottom {
        background: none;
        width: 100%;
        margin-left: -8px;
    }

    .MenuMain {
        padding-left: 0px;
    }

        .MenuMain li {
            position: relative;
        }

    .Menu1, .Menu2, .Menu3, .Menu4, .Menu5 {
        width: 20%;
        margin: 0px;
        text-align: center;
    }
}

@media (min-width:1012px) {
    .SelectionDetails .ImageProductList {
        height: 224px;
    }

    .MenuMain .Menu1 {
        margin-left: 55px;
    }

    .MenuMain .Menu2 {
        margin-left: 222px;
    }

    .MenuMain .Menu3 {
        margin-left: 400px;
    }

    .MenuMain .Menu4 {
        margin-left: 625px;
    }

    .MenuMain .Menu5 {
        margin-left: 825px;
    }

    .navbar-panier2 {
        display: none;
    }

    .MenuLayout {
        width: 1015px !important;
    }

    /*.container {
        margin: 0 auto;
        padding: 0 0 0 11px;
        width: 1015px;
    }*/

    #contenu li {
        background-color: white;
        margin: 0 10px 10px 0;
        padding-bottom: 0;
        width: 241px;
    }

    .loadingNg {
        /*background-image: url("/Content/Images/Ico/loading.gif");*/
        background-size: 150px;
        background-repeat: no-repeat;
        text-align: center;
        background-position: 50% 0px !important;
        height: 0;
        padding: 50%;
        width: 100%;
    }

  

    .loadingProductList{
        width:100%;
        height:100%;
        z-index:9999;
        background:rgba(255,255,255,0.5);
        position:absolute;
    }

}

@media (min-width:1100px){
    .Footer .container{
        width:1080px;
    }
}

/*##########################################################################################################################*/


@media (min-width:2560px) {
    #ProductList2 li {
        width: 10.5%;
    }
}

@media (min-width:1755px) and (max-width:2559px) {
    #ProductList2 li {
        width: 13.5%;
    }
}

@media (min-width:1505px) and (max-width:1754px) {
    #ProductList2 li {
        width: 16%;
    }
}

@media (min-width:1255px) and (max-width:1504px) {
    #ProductList2 li {
        width: 19%;
    }
}

@media (min-width:1012px) and (max-width:1254px) {
    #ProductList2 li {
        width: 24%;
    }
}

@media (min-width:768px) and (max-width:1011px) {
    #ProductList2 li {
        width: 28%;
    }
}

@media (min-width:500px) and (max-width:768px) {
    #ProductList2 li {
        width: 31%;
    }
}



/*##########################################################################################################################*/

@media (min-width:768px) {
    .navbar-panier, #menu-small, .navbar-brand-small, #nav-vignette {
        display: none;
    }

    .navbar2 .nav > li {
        float: left;
    }

    .SelectionTitre h2 {
        font-weight: bold;
        font-size: 30px !important;
    }
}


/* TABLETTES */

@media (min-width:768px) and (max-width:1199px) {
    .navbar2 .navbar-nav {
        width: auto;
    }

}

/* SMARTPHONES */

#nav-vignette li {
    line-height: 20px;
    float: left;
    padding-right: 7px;
    padding-bottom: 7px;
}

.CarreBlanc {
    background-color: #fff;
    width: 135px;
    height: 120px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

    .CarreBlanc:hover {
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    }

        .CarreBlanc:hover .Brand {
            background-color: #33d6f9;
            text-decoration: none;
        }

    .CarreBlanc img {
        margin: 5px 15px 0;
        height: 80px;
        margin-bottom: 0px;
    }

@media (max-width:359px) {
    .navbar-brand {
        display: none;
    }
}

@media (min-width:360px) and (max-width:397px) {
    .navbar-brand {
        display: none;
    }
}

@media (min-width:398px) and (max-width:767px) {
    .navbar-brand-small {
        display: none;
    }

    .navbar-inverse .navbar-brand {
        margin-top: 15px;
        margin-bottom: -15px;
        margin-left: 50px;
        padding: 0;
        position: absolute;
        top: 15px;
        left: 54%;
        margin: 0 -100px;
        width: 200px;
    }
}


/*#######################################################################################*/
/* BANDEAU NOIR DE RECHERCHE */
/* COMMUN */

.InfoProduct span, .InfoProduct p {
    display: inline;
}

#recherche {
    width: 95%;
    color: white;
    margin-top: -20px;
    padding-bottom: 1px;
    text-align: center;
    font-size: 13px;
}

    #recherche a {
        color: white;
    }

    #recherche li {
        margin-right: 28px;
    }

#champ {
    color: black;
    margin-left: 30%;
    width: 40%;
    min-width: 270px;
}

#liste li {
    display: inline-block;
    float: none;
}

#champrecherche {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
}

.MenuLayout2 h2 {
    padding-left: 3px;
    padding-right: 3px;
}

input {
    width: 100%;
    margin-bottom: 5px;
}


/*MOdals*/
/*.modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 80px rgba(0, 0, 0, 1);
}*/


.Col-Article {
    width: 33.33%;
    float: left;
}

.Image > img {
    width: 80px;
}

.Col-Article .Vignette, #Tunnel .Vignette, #Tunnel .Vignette2 {
    background-color: #fff;
    color: #000;
    font-size: 12px;
}

.Col-Article .Image, #Tunnel .Image {
    float: left;
    padding: 2px 4px 2px 2px;
}

.Col-Article .Designation, #Tunnel .Designation {
    height: 49px;
    margin-top: 3px;
}

.Col-Article .Price, #Tunnel .Price {
    background-color: #f2f2f2;
    float: left;
    padding: 6px 0;
    text-align: center;
    width: 45%;
    font-size: 13px;
}

#TunnelProductsRelated .Price {
    color: #d10e0e;
    font-size: 16px;
    font-weight: 600;
}
#TunnelPasserelle .Logo > img {
  max-width: 60px;
}
#Tunnel .Designation > a, #Tunnel .Designation {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

#Tunnel .BlocAimer .ChronoHome {
    margin-left: 7px;
    margin-top: 59px;
}

.Col-Article .Action, #Tunnel .Action {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 27%;
}

.Col-Article hr, .Bloc-PanierDetail hr, #TunnelProductsRelated hr {
    border-top: 1px solid rgb(195, 195, 195);
    color: #f3f3f3;
    display: flex !important;
    margin: 0px 0px 7px 2% !important;
    width: 96%;
}

.modalpanier .Vignette:last-child hr, .Bloc-PanierDetail .Vignette:last-child hr, .Vignette2:last-child hr {
    display: none !important;
}

.glyphicon.glyphicon-plus-sign {
    color: #676767;
    font-size: 14px;
}

.glyphicon.glyphicon-minus-sign {
    color: #676767;
    font-size: 14px;
}

.Col-Details {
    float: left;
    padding: 0 18px;
    width: 33.33%;
}

    .Col-Details .Title {
        margin-bottom: 10px;
    }

.Rouge {
    color: #fe1414;
}

.Col-Details > p {
    font-size: 12px;
    margin: 0;
}

.SnapPanier .Col-Details > p {
   text-align:center !important;
}

.Col-Confiance {
    float: left;
    width: 33.33%;
}

.modalpanier {
    color: #E20513;
    padding: 0 5px 5px 5px;
}
.SnapPanier {
    padding: 0 !important;
}

    .ModalPanier .Vignette {
        padding: 5px 0px 5px 0px;
    }

    .ModalPanier .Designation a {
        color: black;
        text-decoration: none;
        font-style: italic;
    }

    .ModalPanier .Vignette:hover .Designation a {
        background-color: #2dd8fd;
    }

.GoTunnel {
    background-image: url("/content/images/ico/ico-caisse-w.png");
    background-position: 33px center;
    margin: 10px 0 0 0;
}

.modal-ModalPanier .GoTunnel {
    margin: 10px 0;
}

.TotalCommande {
    font-size: 14px;
    font-weight: bold;
    margin-top: 41px;
    text-align: center;
}

.ModalPanier .Title {
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*.modal-dialog.modal-ModalPanier {
    width: 960px;
}*/
.modal-dialog.modal-AgentStock {
  width: 440px;
}

    
     .modal-dialog.modal-ModalEchange {
        margin: 4% auto 0px auto;
    }

.modal-ModalPanier .modal-body.ng-binding.ng-scope {
    padding: 10px;
}

.ModalPanier .col-md-6 {
    padding: 0;
}

.ModalPanier .BlocConfiance .IcoFraisdeport {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/icone-camion-livraison-gratuit.png") no-repeat scroll center center / 40px auto;
    height: 70px;
    width: 55px;
}

.ModalPanier .BlocConfiance .IcoPaiementSecure {
    Background: url("/content/images/ico/icon-secu.png") center center no-repeat;
    background-size: 36px;
    height: 70px;
    width: 55px;
}

.ModalPanier .BlocConfiance .IcoSatifait {
    Background: url("/content/images/ico/calendrier60.png") center center no-repeat;
    background-size: 40px;
    height: 70px;
    width: 55px;
}

.ModalPanier .BlocConfiance .IcoPointsFidelite {
    Background: url("/content/images/ico/fidelite.png") center center no-repeat;
    background-size: 35px;
    height: 70px;
    width: 55px;
}

.ModalPanier .BlocConfiance .IcoEchange {
    Background: url("/content/images/ico/ico-3X4X.png") center center no-repeat;
    background-size: 40px;
    height: 70px;
    width: 55px;
}

.ModalPanier .BlocConfiance .IcoGarantie {
    Background: url("/content/images/ico/cochon.png") center center no-repeat;
    background-size: 42px;
    height: 70px;
    width: 55px;
}

.ModalPanier .BlocConfiance .FeaturesTexte {
    height: 70px;
    line-height: 70px;
}

    .ModalPanier .BlocConfiance .FeaturesTexte p {
        width: 87px;
    }


/*tunnel*/
.Vignette button, .Vignette2 button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
}

/*#Tunnel.container {
    margin: 10px auto;
    padding: 0;
    width: 994px;
}*/

#Tunnel .col-Login {
    float: left;
    padding: 0 5px 0 0;
    width: 33.33%;
}

#Tunnel .col-Livraison {
    float: left;
    padding: 0 5px;
    width: 33.33%;
}

#Tunnel .col-Panier {
    float: left;
    width: 33.33%;
    padding: 0 0 0 5px;
}

#Tunnel .btnFacebook {
    background-position: 10px center;
    width: 88%;
    font-size: 13px;
}

#Tunnel .btnGoogle {
    background-position: 10px center;
    width: 88%;
    font-size: 13px;
}

#Tunnel .Bloc-Profil, #Tunnel .Bloc-RegisterTitle, #Tunnel .Bloc-Register, #Tunnel .Bloc-Avis, #Tunnel .Bloc-Paiement {
    background-color: #fff;
    margin: 5px 0;
}

#Tunnel .Bloc-Profil {
    padding: 10px;
}

#Tunnel .Bloc-ProfilTitle {
    background-color: #fff;
}

#Tunnel .Bloc-Panier {
    background-color: #fff;
    margin: 0 0 5px;
}

#Tunnel .Bloc-PanierDetail {
    background-color: #fff;
    margin: 0;
}

#Tunnel .Bloc-Login {
    background-color: #cbcbcb;
}

#Tunnel .Title {
    color: #000;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

#Tunnel .Bloc-Login .Title {
    cursor: pointer;
}

#Tunnel .Bloc-Login .Title {
    padding: 10px 0;
}

#Tunnel .Bloc-Livraison {
    background-color: #fff;
    margin: 0 0 5px 0;
}

    #Tunnel .Bloc-Livraison .Selected, #Tunnel .Bloc-Paiement .Selected {
        background-color: #ebffda;
    }

.ButtonLivraison {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

#Tunnel .RadioLivraison {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 13%;
}

#Tunnel .TextLivraison {
    display: inline-block;
    padding: 10px 0;
    text-align: left;
    vertical-align: middle;
    width: 55%;
}

    #Tunnel .TextLivraison .Title {
        color: #000;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        margin: 0px 0 2px 0px;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
    }

    
     #Tunnel .Selected .TextLivraison p {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
    }
    #Tunnel .TextLivraison p {
        font-size: 10px;
        line-height: 10px;
        margin: 0;
    }

#Tunnel .BlocCentre {
    display: inline-block;
    line-height: 12px;
    vertical-align: middle;
}

#Tunnel .Bloc-Panier {
    background-color: #fff;
}

.Bloc-Livraison li:hover, .Bloc-Paiement li:hover {
    background-color: #d1f5b5 !important;
}

#Tunnel .glyphicon.glyphicon-ok-sign {
    background-color: #fff;
    border-radius: 50%;
    color: #78AE4C;
    font-size: 20px;
    height: 25px;
    padding: 2px 0;
    width: 25px;
}

.ButtonRelatedProducts:hover .CercleGray {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    background-color: #fff;
    border-radius: 50%;
    color: #78AE4C;
    font-size: 20px;
    height: 25px;
    padding: 2px 0;
    width: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
}

    .ButtonRelatedProducts:hover .CercleGray:before {
        content: "\e084";
    }

#Tunnel .CercleGray {
    background-color: #e6e6e6;
    border-radius: 50%;
    height: 20px;
    padding: 1px 0;
    width: 20px;
    display: inline-block;
}


#Tunnel .Bloc-Coupon {
    background-color: #EBFFDA;
    padding: 10px;
}

    #Tunnel .Bloc-Coupon p {
        font-size: 12px;
        margin: 0;
    }

#Tunnel .TotalCommande {
    text-align: left;
}

#Tunnel .Bloc-Coupon .input-group {
    width: 100%;
}

#Tunnel .Bloc-Coupon .form-control {
    font-size: 11px;
}

#Tunnel .Bloc-Coupon .Coupon {
    margin-top: 10px;
}

#Tunnel .Bloc-Coupon .TotalCommande {
    margin-top: 10px;
}

#Tunnel .BlocAimerTitre {
    background-color: #fff799;
    margin: 5px 0;
}

#Tunnel .Bloc-Paiement .Logo, #Tunnel .Bloc-Livraison .Logo {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 26%;
}

#Tunnel .BlocAimer li:last-child hr {
    display: none !important;
}

#Tunnel .BlocAimer button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

#Tunnel .Bloc-Register {
    padding: 10px;
}

#Tunnel .control-label {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}

#Tunnel .form-control, #RegisterPage .form-control {
    border-radius: 0;
}

#Tunnel .form-group {
    margin-bottom: 0;
}

#Tunnel .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.Ville, .Pays {
    float: left;
    width: 65%;
}

.CodePostal {
    float: left;
    padding-right: 10px;
    width: 35%;
}

#Tunnel .form-horizontal .control-label {
    padding-top: 0px;
}

#Tunnel .form-horizontal.ng-pristine.ng-valid > p, #RegisterPage .form-horizontal.ng-pristine.ng-valid p {
    font-size: 10px;
}


.Checkout {
    height: 100px;
    line-height: 90px;
    box-shadow: 0px 0px 10px #2DD8FD;
    -webkit-animation-name: clignote;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: clignote;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: clignote;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
}

/*#######################################################################################*/
/* BANDEAU DE VENTE (FRAIS DE PORT, ETC...) */
/* COMMUN */
.Features2 {
    cursor: pointer;
    display: inline-block;
    padding-right: 3%;
    vertical-align: middle;
}

.ConditionsHome .Features2 {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    height: 100%;
    padding-right: 0;
}

@media (min-width:1170px) {
    .ConditionsHome .Features2 {
        padding-right: 1.5%;
        padding-left: 2.5%;
    }
}

@media (min-width:0px) and (max-width:1011px) {
    .ConditionsHome .Features2 {
        padding-right: 4px;
        padding-left: 0px;
    }

    .IcoHome {
        background-size: 30px !important;
        width: 30px !important;
    }
}

.Features2 > div {
    float: left;
    margin: auto;
    vertical-align: middle;
}

.Features2.AdaptRight {
    margin-right: 0px !important;
}

.FeaturesTexte {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

    .FeaturesTexte p {
        display: inline-block;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 2px;
        margin-top: 10px;
    }

.Features2:hover .FeaturesTexte p {
    background-color: #66E4FF;
}

.IcoFraisdeport {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/icone-camion-livraison-gratuit.png") no-repeat scroll left center / 50px auto;
    height: 80px;
    width: 50px;
}

.IcoPaiementSecure {
    Background: url("/content/images/ico/icon-secu.png") center left no-repeat;
    background-size: 40px;
    height: 80px;
    width: 50px;
}

.IcoSatifait {
    Background: url("/content/images/ico/calendrier60.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}

.IcoPointsFidelite {
    Background: url("/content/images/ico/fidelite.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}

.IcoEchange {
    Background: url("/content/images/ico/ico-3X4X.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}

.IcoGarantie {
    Background: url("/content/images/ico/cochon.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}

@media (min-width: 1011px){
    .IcoFraisdeport {
        width: 61px;
    }
    .IcoGarantie {
        width: 71px;
    }

    .IcoSatifait {
        width: 59px;
    }
}

/*Pour le footer : images blanches sur fond noir*/
.Footer .BandeGriseHome2 .LayoutProduct2 {
    background-color: rgb(45, 45, 45);
    color: white;
}

.Footer .IcoFraisdeport {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/icone-camion-livraison-w.png") no-repeat scroll left center / 50px auto;
    height: 80px;
    width: 50px;
}

.Footer .IcoPaiementSecure {
    Background: url("/content/images/ico/icon-secu-w.png") center left no-repeat;
    background-size: 40px;
    height: 80px;
    width: 45px;
}

.Footer .IcoSatifait {
    Background: url("/content/images/ico/calendrier60-w.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}

.Footer .IcoPointsFidelite {
    Background: url("/content/images/ico/fidelite-w.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}

.Footer .IcoEchange {
    Background: url("/content/images/ico/ico-3X4X-w.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}

.Footer .IcoGarantie {
    Background: url("/content/images/ico/cochon-w.png") center left no-repeat;
    background-size: 45px;
    height: 80px;
    width: 50px;
}
/* BANDEAU BLANC ADAPTATIF */

.BandeGriseHome2, .BandeGriseHome3, .BandeGriseHome4 {
    color: #000;
    display: inline;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    margin: 0 -7px 0 34px;
    padding: 0 21px 0 0;
}
.Footer .col-xs-12{
    padding-right: 0px;
}
.Footer .BandeGriseHome4 {
    color: #000;
    display: inline;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 0 34px;
    padding: 0 ;
}


    .BandeGriseHome3 .LayoutProduct3 {
        width: 100%;
        padding-left: 5px;
        position: relative;
        z-index: 9;
        height: 15px;
        margin-top: -30px;
        margin-bottom: -55px;
        text-align: center;
        background-color: white;
    }

    .BandeGriseHome2 .LayoutProduct2 {
        height: 80px;
        width: 100%;
        position: relative;
        z-index: 9;
        margin-top: -10px;
        text-align: center;
        margin-bottom: -5px;
        background-color: white;
    }


@media (max-width:793px) {
    .Features2 {
        width: 100%;
    }
}

@media (min-width:794px) and (max-width:1054px) {
    .Features2 {
        width: 44%;
    }

    .col-md-6 .Features2{
        width: auto;
    }

    .col-md-4 .Features2 {
        width: auto;
    }
}

@media (min-width:1055px) {
    .Features2 {
        width: auto;
    }
}

/* RESPONSIVE MOBILE */

@media (max-width:767px) {
    .Banner, .BannerSearch {
        display: none;
    }

    .MenuLayout2, .SelectionDetails, .container-fluid {
        width: 100%;
    }

    .BandeGriseHome2 {
        Display: none;
    }

    .BandeGriseHome3 .LayoutProduct3 {
        margin-top: -30px;
        margin-bottom: -140px;
    }

    .Footer .Newsletter {
        padding: 5px !important;
    }
    .BlocDetailsProduct li {
        margin-left: 0px !important;
    }
    .SpeTitre{
        padding-left: 0px !important;
    }
    .SpeDetail2{
        padding-left:20px;
    }
    .container{
        padding-left:5px;
        padding-right:5px;
    }
   
    /*.Prix.Normal{
        transform: scale(1.12);
    }
    .Prix.Promotion{
        transform: scale(1.12);
    }
    .Prix.VenteFlash{
        transform: scale(1.12);
    }*/
    .ModalPanier > .Col-Confiance{
        display:none;
    }
    .ModalPanier > .Col-Article{
        width:100%;
    }
    .ModalPanier > .Col-Details{
        width:100%;
        padding-left:1px;
        padding-right:1px;
        padding-bottom:18px;
    }
    .ModalPanier{
        height:auto;
    }
    .GoTunnel{
        background-position-y:5px !important;
        background-position-x:5px !important;
        width:100%;
    } 
    .BlocConfiance > .col-md-4{
        padding-left:25px !important;
    }
   
    #Marques li{
        margin:8px 1px 0 !important;
    }
    
    .modal-body {
        padding:0px !important;
    }    
    #conteneurlisteproduit{
        margin-left:0px !important;
        margin-right:0px !important;
    }  
    .IcoIn{
        float:none !important;
        display:inline-block !important;
    }
    .IcoFb{
        float:none !important;
        display:inline-block !important;  
    }
    .LinkSocial{
        text-align:center !important;
        font-size:12px !important;
    }
  
    .SliderHome{
        display:none;
    }
  
    .Designation > h1{
        font-size:20px;
    }
   
    .Designation{
        //margin-top:-15px !important;
    }
    .BlocTitre{
        margin-top:6px;
        padding-top:5px;
        line-height:0 !important;
    }
   
  
    .BlocAvisVerifies{
       padding-left:20px !important;
    }

    #ProductList2{
        margin-top:-10px;
    }
}

/* RESPONSIVE TABLETTES */

@media (min-width:768px) and (max-width:1012px) {
    .container .navbar-header {
        margin-left: 0px;
    }

    .navbar-header {
        width: 100%;
        margin-left: 0px;
    }

    .navbar2 > .container .navbar-brand {
        width: 100%;
        margin-left: -28px;
    }

    .MenuLayout2, .SelectionDetails {
        width: 100%;
    }

    .container-fluid {
        width: 100%;
    }

    .navbar2 .nav {
        margin: 0;
        margin-right: 20px;
    }
    .Designation > h1{
        font-size:20px;
    }
    .ModalPanier > .Col-Confiance{
        display:none;
    }
    .ModalPanier > .Col-Article{
        width:100%;
    }
    .ModalPanier > .Col-Details{
        width:100%;
        padding-left:1px;
        padding-right:1px;
        padding-bottom:18px;
    }
    .ModalPanier {
        height: auto;
    }
}

/*#######################################################################################*/
/*RESPONSIVE HEADER*/
/*TABLETTES*/
@media (min-width:768px) and (max-width:1011px) {
    .noTablette {
        display: none;
    }

    .MenuDown .Titre {
        font-size: 30px;
    }

    .ConteneurBrand {
        width: 98% !important;
    }
}

/*SMARTPHONES*/
@media (max-width:767px) {
    .noTablette {
        display: none;
    }

    .noMobile {
        display: none !important;
    }

    .header1 {
        min-height: 80px;
    }

    .HeaderCenter {
        height: 40px;
        margin: 0px 5px;
        width: 180px;
        line-height: 42px;
    }

    

    .HeaderEnsavoirPlus {
        display: none;
    }

    .HeaderRight {
        line-height: 42px;
    }

    .HeaderFond {
        height: 40px;
    }

    .ico-bar {
        height: 40px;
        margin-left: 8px;
        margin-right: 5px;
    }

    .Menu .ico-Menu {
        margin-right: 5px;
        margin-top: 18px;
    }

  

    .Logged{
        height:40px;
        width:55px;
    }

    .Logged .UserName{
        display:none;
    }

    .Logged .ico-Menu {
        margin-right: 6px;
    }

    .Login {
        background: none;
        width: 55px;
        height: 40px;
    }

    .ico-Login {
        height: 40px;
        margin-left: 5px;
        width: 26px;
        margin-right: 5px;
    }

    .Login .ico-Menu {
        margin-right: 8px;
        margin-top: 18px;
    }

   

  

    .MenuDown {
        padding-top: 5px;
        height:288px;
    }

    .MenuDown, .LoginDown {
        margin-top: 0px;
    }

   

    #vignettesMenu .image-vignette {
        background-size: 100px;
        height: 70px;
    }

  

    .SousMenuClose {
        margin: -10px auto 10px auto !important;
    }

    .ConteneurBrand {
        width: 98% !important;
    }
    .credit{
        margin-bottom:20px;

    }
    .nbProduit{
        visibility:collapse;
    }
}

/*#######################################################################################*/
/* CONTENU DE LA PAGE */
/* COMMUN */
@media (min-width:621px) and (max-width:1011px) {
    .ChronoHome {
        display: none;
    }
}

@media(max-width:1011px) {
    .BigHome, .BoxProduitHome {
        display: none;
    }
}

@media (min-width:1012px) {
    .row li:hover .ChronoHome {
        margin-top: 97px;
    }

    #ProductList2 li {
        min-width: 240px;
    }

        #ProductList2 li:hover .ChronoHome {
            bottom: 52%;
        }

    .row .ChronoHome, #ProductList2 .ChronoHome {
        margin-top: 18%;
        margin-left: 4.4%;
        position: absolute;
        transition: 0.3s ease;
    }

    #ProductList2 .ChronoHome {
        bottom: 120px;
        margin-left: 22%;
        position: absolute;
        transition: 0.3s ease;
    }

    .row li:hover .BoxProduitHome {
        background-color: rgba(0,0,0,0.8);
        color: rgba(255,255,255,1);
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 50px;
    }

    #ProductList2 li:hover .BoxProduitHome {
        background-color: rgba(0,0,0,0.8);
        color: rgba(255,255,255,1);
        padding-left: 5px;
        padding-right: 5px;
        bottom: 47%;
        border-radius: 5px;
    }

    .row .BoxProduitHome {
        height: 105px;
        width: 216px;
        background-color: rgba(0,0,0,0.0);
        color: rgba(255,255,255,0);
        text-transform: uppercase;
        font-size: 13.2px;
        font-weight: 600;
        display: inline-block;
        text-align: center;
        position: absolute;
        margin-left: 7px;
        margin-top: 210px;
        padding-left: 2px;
        padding-right: 2px;
        transition: 0.4s ease;
        border-radius: 4px;
    }

    #ProductList2 .BoxProduitHome {
        background-color: rgba(0, 0, 0, 0);
        bottom: 0;
        color: rgba(255, 255, 255, 0);
        font-size: 13.2px;
        font-weight: 600;
        height: 105px;
        margin-left: 8%;
        padding-left: 2px;
        padding-right: 2px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        width: 80%;
    }

    .row .bph1, #ProductList2 .bph1 {
        margin-top: 35px;
    }

    .row .bph2, #ProductList2 .bph2 {
        margin-top: 30px;
    }
    /*##################################################*/

    .row li:hover .BigHome {
        margin-top: 1.5%;
        opacity: 1;
        z-index: 8;
    }

    #ProductList2 li:hover .BigHome {
        margin-top: 40px;
        opacity: 1;
        z-index: 8;
    }

    .row .BigHome {
        position: absolute;
        transition: 0.3s ease;
        margin-left: 8%;
        margin-top: -2%;
        opacity: 0;
        height: 67px;
        width: 67px;
    }

    #ProductList2 .BigHome {
        position: absolute;
        transition: 0.3s ease;
        margin-left: 36%;
        margin-top: 0px;
        opacity: 0;
        height: 67px;
        width: 67px;
    }

        .row .BigHome.Promo, #ProductList2 .BigHome.Promo {
            background: url("/content/images/ico/ico-euro-red.png") no-repeat;
        }

        .row .BigHome.Chrono, #ProductList2 .BigHome.Chrono {
            background: url("/content/images/ico/ico-chrono.png") no-repeat;
        }

        .row .BigHome.Normal, #ProductList2 .BigHome.Normal {
            background: url("/content/images/ico/ico-roue.png") no-repeat;
        }

    .row .ChronoHome p, #ProductList2 .ChronoHome p {
        background-color: #db1a00;
        border-radius: 0 4px 4px 0;
        color: white;
        display: inline-block;
        font-size: 13px;
        font-style: italic;
        font-weight: 500;
        margin-left: 33px;
        margin-top: 12px;
        padding-left: 10px;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .row .ChronoHome p {
        width: 115px;
    }

    #ProductList2 .ChronoHome p {
        width: 90px;
        padding-left: 0px;
    }

    .row .ChronoTexte, #ProductList2 .ChronoTexte {
        font-size: 9.4px;
    }

    
}

@media (min-width:500px){
    .Mobile{
        display:none;
    }
}

.EuroHomeExpo {
    font-size: 10px;
    vertical-align: top;
}

#ZeroStock {
    background: url("/content/images/ico/PanierRouge.png") top center no-repeat; /*PanierSmallRouge2.png*/
    width: 38.5%;
    background-color: #F5B5B5;
    background-position: 47% 2px;
    background-size: 22px;
    color: #CF1F1F;
    text-align: center;
    float: left;
    height: 45px;
    transition: ease 0.2s;
    cursor: pointer;
}

    #ZeroStock p {
        font-size: 11px;
        margin-top: 26px;
    }

#iconepanierhome {
    background: url("/content/images/Ico/cart-b.png") top center no-repeat;
    width: 38.5%;
    background-color: #d1f5b5;
    background-position: 47% 3%;
    color: #178C00;
    text-align: center;
    float: left;
    height: 45px;
    cursor: pointer;
    transition: ease 0.2s;
}

@media (min-width:500px) and (max-width:621px){

    #ProductList2 #iconepanierhome {
        margin-top: -33px;
    }

    #iconepanierhome {
        margin-top:-12px;
    }

    .SelectionDetails .Titre, #ProductList2 .Titre {
        margin-bottom:-1em;
    }
}

#iconepanierhome:hover, .ZeroStock:hover {
    background: url("/content/images/Ico/cart.png") no-repeat;
    background-position: 47% 3%;
    background-color: #000;
    /*text-shadow: 0px 0px 20px black;*/
    color: white;
}
.ZeroStock:hover {
    background-image:unset;
}

    #iconepanierhome:active {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.8) inset;
        background-color: #8BE04C;
        text-shadow: 0px 0px 20px black;
        color: white;
    }

    #iconepanierhome p {
        font-size: 11px;
        margin-top: 26px;
    }

.PrixBarreHome {
    display: inline-block;
    font-size: 14px;
    color: #616161;
    text-decoration: line-through;
    font-style: normal;
}

.SelectionDetails .Prix, #ProductList2 #conteneurlisteproduit .Prix {
    color: rgb(214,28,0);
    font-size: 18px;
    font-weight: 600;
    width: 61.5%;
    font-style: italic;
    margin-bottom: 0px;
    background-color: rgb(234,234,234);
    height: 45px;
    text-align: center;
    padding-top: 11px;
    float: left;
    /* margin-right: 1.5%; */
}

.Prix.VenteFlash, .Prix.Promotion {
    color: rgb(214, 28, 0);
}

.Prix.Normal {
    color: black !important;
}

.Titre p {
    font-size: 13px;
    margin-top: 0px;
    width: 100%;
    color: #252525;
    font-weight: 500;
    text-transform: uppercase;
    transition: ease 0.1s;
    padding: 2px;
    padding-left: 4px;
    font-style: italic;
    font-weight: 600;
}
.TitreER{

}
.DescrER{

}
#ProductList2 li:hover .Titre p, #contenu .SelectionDetails li:hover .Titre p {
    background-color: #66E4FF;
}

.SelectionDetails ul {
    margin-right: 30px;
}

.SelectionDetails li {
    float: left;
    padding: 6px !important;
}

.MenuLayout2 {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 100%;
    background-color: rgb(230,230,230);
}

#contenu {
    background: rgb(230,230,230);
    padding-bottom: 10px;
}

.SelectionTitre {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 20px 10px 10px 0;
    text-align: center;
}

.listeint {
    float: left;
    width: 100%;
    padding: 5px;/*6px*/
}

#contenu .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.SelectionDetails .DetailProduct {
    float: left;
    width: 100%;
    padding: 0;
}


@media (min-width:500px) and (max-width:621px) {
    
    .SelectionDetails .DetailProduct {
        margin-top: -5.8em;
        margin-left: 100px;
    }

    #ProductList2 #iconepanierhome {
        margin-right:0;
    }

     #iconepanierhome{
          margin-right:105px;
     }

    .BlocAimer #iconepanierhome {
        margin-right:0;
    }

    .Prix.VenteFlash, .Prix.Promotion, .Prix.Normal{
        margin-top: -2%;
    }
    
}


.SelectionDetails .Titre, #ProductList2 .Titre {
    color: #000;
    width: 100%;
    font-size: 1.3em;
    height: 2.1em;
    margin-bottom: 0.3em;
    overflow: hidden;
    font-style: italic;
    margin-left: 0px;
    text-align: left;
}

.SelectionDetails .ImageProductList {
    width: 100%;
}

@media (min-width:768px){
    .SelectionDetails .ImageProductList {
        margin-left: -1px;
        margin-top: -1px;
    }
}

/* CONTENU ADAPTATIF */

@media (min-width:622px) and (max-width:767px) {
    #contenu li {
        margin-bottom: 5px;
        margin-right: 5px;
        width: 32.37%;
        background: white;
    }
}

@media (min-width:768px) and (max-width:1011px) {
    #contenu li {
        margin: 2px;
        width: 32.7%;
        background: white;
    }
}

/*#######################################################################################*/
/* FOOTER DE LA PAGE */
/* COMMUN */
.col-A {
    float: left;
    padding-left: 14px;
    width: 22%;
}

.col-C {
    float: left;
    padding-left: 0px;
    width: 19%;
}

.col-B {
    float: left;
    width: 37%;
    padding-right: 14px;
}

.ColFacebook {
    padding-left: 15px;
    height: 240px;
}

.Footer {
    background-color: rgb(45, 45, 45);
    color: #fff;
}

.TitreFooter {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.TitreFacebook {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/ico-facebook-w.png") no-repeat scroll left center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 55px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.TitreInstagram {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/ico-instagram-w.png") no-repeat scroll left center;
    font-size: 18px;
    height: 50px;
    line-height: 21px;
    margin-bottom: 12px;
    padding-left: 55px;
    text-transform: uppercase;
    margin-left: 70px;
}

    .TitreInstagram > span {
        font-size: 21px;
        font-weight: 900;
    }

.InstagramTag {
    color: #e20513;
}

.TitreFacebook > span {
    font-weight: bold;
    font-size: 16px;
}

@media (max-width:947px){

    .Footer .FeaturesTexte{
        margin-top: -20px;
    }

    .Footer .Features2{
        float: none!important;
    }
   
    .Footer .Features2 > div {
        float: none;
    }

    .Footer .LayoutProduct2{
        margin-bottom: 3%;
    }
}

.Footer .Features2 {
    float: left;
    margin-right: 45px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.TitreLinkFooter {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 10px;
}

.LinkFooter > li {
    line-height: 16px;
}

.LinkFooter {
    padding-left: 10px;
}

    .LinkFooter > li a {
        font-size: 12px;
        color: #fff;
        line-height: 12px;
    }

.IcoPaiementsSecure {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/ico-paiements-secure.png") no-repeat scroll 0 0;
    height: 125px;
    background-position: 35px 0px;
}

.Newsletter {
    background-color: #b7b7b7;
    margin-top: 17px;
    padding: 15px 26px;
    margin-bottom: 15px;
}

.modal-dialog.modal-ModalNewsletter {
    height: 117px;
    margin-top: 20%;
    width: 420px;
}

.modal-ModalNewsletter .modal-body {
    padding: 5px 7px;
}

.Footer .Newsletter {
    background-color: #b7b7b7;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 20px;
}

.Newsletter > p {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.Newsletter {
    background-color: #b7b7b7;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 10px 20px;
}

    .Newsletter .input-group {
        width: 100%;
    }

    .Newsletter .btn.btn-default {
        font-weight: bold;
    }

#ResultatsNewsletter > p {
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.TitreNewsletter {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.Newsletter .btn.btn-default {
    background-color: #e8e8e8;
    font-weight: bold;
}

.LinkSocial {
    text-align: right;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.IcoIn {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/ico-instagram-w.png") no-repeat scroll right 0 center / 30px auto;
    display: block;
    float: right;
    height: 35px;
    width: 35px;
}

.IcoFb {
    background: rgba(0, 0, 0, 0) url("/content/images/ico/ico-facebook-w.png") no-repeat scroll right 0 center / 30px auto;
    display: block;
    float: right;
    height: 35px;
    width: 35px;
}

.Copyright {
    height: 30px;
    line-height: 30px;
}

.CopyrightLogo {
    background: url("/content/images/ico/logo-SMX.svg") no-repeat scroll 0 3px / 159px auto;
    margin: auto;
    padding-left: 165px;
    width: 320px;
    font-size: 10px;
}

.Footer hr {
    border-top: 2px solid rgb(195, 195, 195);
    margin: 10px auto 5px;
    width: 100%;
}
/* FOOTER ADAPTATIF */

@media (max-width:420px) {
   
    /*CONTENU DE LA PAGE*/
    .ImageProductList {
        width: 100%;
    }

    .SelectionDetails .DetailProduct {
        float: left;
        width: 60%;
    }

    .SelectionDetails ul {
        margin-left: -5px;
        width: 100%;
    }
    /*BANDES GRISES*/
    .Features2 {
        font-size: 11px;
    }
}



@media (max-width:999px) {


    .BandeGriseHome2 .LayoutProduct2, .BandeGriseHome3 .LayoutProduct3 {
        text-align: center;
    }

    .BandeGriseHome3 .LayoutProduct3 {
        margin-top: -30px;
        margin-bottom: -140px;
    }

    .BannerSearch {
        display: none;
    }
}



/* FOOTER GLOBAL */

.BottomInfo {
    text-align: center;
    color: #fff;
    margin: 1.3em 10px 0 10px;
    font-size: 1.1em;
}

.Bottom2 {
    height: auto;
}

    .InfoProduct, .Bottom2 .col-md-4 {
        display: inline-block;
    }

.BottomPane1, .BottomPane2, .BottomPane3, .BottomPane4 {
    float: left;
    width: 100%;
}

.Bottom2 .container {
    width: auto;
}

.Bottom2Titre {
    font-weight: bold;
    font-size: 18px;
}
.bottomPosition{
	position:absolute;
	margin:0px;
	bottom:0px;
	padding:0px;
}
div.col-md-8{
	/*height:249px;*/
}
div.col-md-8 div.caption{
	height:249px;
}

/*##############################################################################################################*/

.PrixProductBrand {
    color: #fff;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    margin-top: -44px;
    position: absolute;
    text-align: right;
    width: auto;
    z-index: 999;
}

.TitreBrand h1 {
    font-size: 20px;
}

#Filtres2 {
    color: #444;
    font-style: italic;
}

    #Filtres2 .Titre {
        background-color: #656565;
        color: #fff;
        font-size: 12px;
        font-style: italic;
        font-weight: 600;
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
    }

    #Filtres2 .Contenu {
        background-color: #f2f2f2;
        padding: 0.45em 0 0.45em 0.9em;
    }

.Contenu a {
    font-size: 15px;
    color: black;
}

#Filtres2 .Contenu input[type="radio"] {
    margin: 3px 0 0 5px;
    width: auto;
}

#Filtres2 .Contenu label {
    margin-bottom: 0px;
}

#Filtres2 .Contenu input[type=radio] + label {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    cursor: pointer;
    display: inline-block;
    z-index: 0;
    background-position: 0px 1px;
}

.HeaderProductList {
    text-align: center;
}

@media (max-width:449px) {
    .ProductImages {
        width: 100%;
    }
}

@media (max-width:479px) {
    #ProductList2 h2 {
        font-size: 11px !important;
        height: auto !important;
        margin-bottom: 5px;
    }

    #ProductList2 .StockDispo {
        background-color: rgba(0,255,0,0.3);
        margin-left: auto;
        margin-right: auto;
        width: 114px;
    }

    #ProductList2 .Stock {
        font-size: 10px !important;
        margin-bottom: 0px !important;
        font-weight: 200 !important;
    }

    #ProductList2 .ProduitImage1 {
        float: left;
        width: 20%;
    }

    #ProductList2 .PrixBarre {
        float: right !important;
        font-size: 12px !important;
        margin-top: 3px !important;
        text-align: right !important;
        margin-right: 10px !important;
    }
    .credit{
        margin-bottom:10px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    #ProductList2 h2 {
        /*font-size: 14px !important;*/
        height: auto !important;
    }

    #ProductList2 .StockDispo {
        background-color: rgba(0,255,0,0.3);
        margin-left: auto;
        margin-right: auto;
        width: 140px;
    }

    #ProductList2 .Stock {
        font-size: 12px !important;
        margin-bottom: 0px !important;
        font-weight: 200 !important;
    }

    #ProductList2 .ProduitImage1 {
        float: left;
        width: 15%;
        max-width: 90px;
    }

    #ProductList2 .PrixBarre {
        float: right !important;
        font-size: 15px !important;
        margin-top: 4px !important;
        text-align: right !important;
    }
}

@media (max-width: 500px){
    #ProductList2 li {
        text-align: left !important;
        height: auto !important;
        max-height: 100px !important;
    }
     #ProductList2 li {
        background-color: white;
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        /*box-shadow: 0px 0px 2px grey;*/
    }
}

@media (max-width:621px) {
    .HeaderProductList {
        margin-top: -15px;
    }

      .NbProductBrand {
        margin-top: -8px;
    }

 

    #ProduitException1 .ProduitLogoPromo1 {
        background-size: 20px,20px !important;
        height: auto !important;
        width: 20px !important;
    }

    #ProduitException1 .ProduitTitrePromo1, #ProduitException1 .ProduitDetailPromo1 {
        Display: none;
    }

    #ProduitException1 .ProduitEuroPromo1 {
        font-size: 20px !important;
        font-weight: 600 !important;
        width: 20px !important;
    }

    #ProductList2 #ProduitException1 .Promotion {
        width: 25px !important;
        height: auto !important;
        float: right !important;
        margin-top: -25px !important;
    }

    #ProductList2 .ProduitMarque1 {
        display: none;
    }

    #ProductList2 #ProduitMarquePromo1 {
        height: auto !important;
    }

    #ProductList2 .ImageProductList {
        width: 100%;
    }

    #ProductList2 h2 {
        margin-top: 3px;
        text-align: left;
    }

    #conteneurlisteproduit .Loupe {
        display: none;
    }


    #ProductList2 .ProduitPrix1 .ProduitLien1 {
        display: none !important;
    }

    #ProductList2 .ProduitDetail1 .Vente.Flash {
        width: 25px !important;
        height: auto !important;
        float: right !important;
        margin-top: -25px !important;
    }

    #ProductList2 .Vente.Flash .ProduitLogoPromo1 {
        background-size: 20px,20px !important;
    }
}

@media (min-width:621px) {
    #ProductList2 .StockDispo {
        margin-left: auto;
        margin-right: auto;
        width: 140px;
    }

    #ProductList2 ul {
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    #ProductList2 li {
        float: none !important;
    }

    #ProductList2 .Image img {
        cursor: pointer;
    }

    #ProductList2 .ProduitMarque1 {
        width: 34%;
        float: left;
    }

    #ProductList2 #ProduitException1 {
        float: right;
        width: 66%;
    }
}



#ProductList2 li {
    background-color: white;
    float: left;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 5px;
    background-color: white;
    padding: 10px 0;
    padding-bottom: 0px !important;
    margin-top: 0px;
    vertical-align: top;
}

#ProductList2 .ImageProductList {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0px;
}

@media (min-width:1012px) {
    #ProductList2 .ImageProductList {
        height: 100%;
        max-height:300px;
    }
}
@media (min-width:768px){
    #ProductList2 .ImageProductList {
        width: 100%;
        margin-top: -1px;
        margin-left: -2px;
        margin-bottom: 0px;
    }
    .listeint {
        width: 100%;
        height: 100%;
        overflow: hidden;
        float:none;
        padding:0px;
    }
    .BlocAimer .listeint{
        padding:5px;
    }
    #ProductList2 li {
        margin: 0px 5px 10px 5px;
        padding: 6px !important;
        background-color: white;
    }
}

#ProductList2 h2 {
    font-size: 18px;
    color: black;
    height: 70px;
}

#ProductList2 a {
    text-decoration: none;
}

#conteneurlisteproduit {
    width: 100%;
    display: inline;
}

    #conteneurlisteproduit ul {
        margin: 0px;
        margin-right: 5px;
        padding-left: 5px;
    }

#ProductList2 .LienProduct {
    color: white;
    background-color: rgb(86, 86, 86);
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.StockDispo {
    font-size: 15px;
}

#ProductList2 #ProduitMarquePromo1 {
    width: 100%;
    float: left;
    height: 40px;
}

#ProductList2 #ProduitException1 .Promotion {
    font-size: 15px;
    text-align: center;
    background-color: #ff6c00;
    color: #fff;
    height: 40px;
    margin-top: -6px;
    padding: 2px;
    width: 150px;
}

    #ProductList2 #ProduitException1 .Promotion .ProduitLogoPromo1 {
        margin: 2px 0;
        width: 34px;
        height: 34px;
        float: left;
    }

#ProductList2 .ProduitTitrePromo1 {
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
}

#ProductList2 .ProduitEuroPromo1 {
    font-size: 1.01em;
    font-style: italic;
    margin-right: 10px;
}

#ProductList2 .ProduitDetailPromo1 .time {
    font-size: 12px;
}

#ProductList2 .ProduitDetailPromo1 {
    font-size: 13px;
}

#ProductList2 .Stock {
    color: #000;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
}

#ProductList2 .Prix {
    color: #000;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    width: 33%;
    float: left;
}

#ProductList2 .PrixBarre {
    color: #7f7f7f;
    font-size: 19px;
    font-weight: 600;
    width: 33%;
    float: left;
    text-decoration: line-through;
    margin-top: 5px;
}

#ProductList2 .ProduitLien1 {
    width: 33%;
    float: right;
    font-size: 30px;
    margin-top: -7px;
    color: rgb(50,50,50);
    text-align: right;
    padding-right: 3px;
    padding-bottom: 3px;
}

#ProductList2 .ProduitPrix1 {
    float: left;
    width: 100%;
    margin-top: 12px;
}

#ProductList2 .ProduitDetail1 .Vente.Flash {
    background-color: #d10e0e;
    color: #fff;
    display: block;
    height: 40px;
    margin-top: -6px;
    padding: 2px;
    width: 150px;
}

#ProductList2 .Vente.Flash .ProduitLogoPromo1 {
    margin: 2px 0;
    width: 34px;
    height: 34px;
    float: left;
}

#ProductList2 .Prix.Vente.Flash {
    color: #d10e0e;
}

/*ProductDetails DEBUT*/
.fb-like.fb_iframe_widget {
    padding:5px;
    left:-5px;
}

#ProductDetails .Ariane {
    /*font-size: 12px;
  
  text-transform: uppercase;
  margin-bottom: 7px;*/
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 4px;
    /* height: 19px; */
    font-weight: bold;
    padding-left: 5px;
    max-width: 658px;
}

.Ariane > a {
    color: #000;
    font-weight: 600;
}

#ProductDetails {
    margin-top: 20px;
}

@media (min-width:500px) {
    #ProductDetails .col-md-9 {
        width: 65.7%;
        margin-right: -4px;
    }
  
    #ProductDetails .col-md-3 {
        width: 33.6%;
    }
    #ProductDetails .col-md-3 {
        padding-left: 0px;
    }

}

@media (min-width:500px) and (max-width:767px){

    .BlocAimer .Titre p {
        font-size: 9px;
        line-height: 1.4;
    }

    .BlocPrix .Price {
        font-size: 4vw!important;
    }

    .BlocStock, .BlocLivraisonDelai{
        font-size: 12px!important;
        
    }

    .Description_Designation{
        padding-top: 15px;
    }
}

@media (min-width:500px) and (max-width: 992px) {
    .container {
        width: auto;
        padding-right: 0;
        padding-left: 5px;
    }

    #ProductDetails .col-md-9 {
        //margin-right: 10px;
    }

    #ProductDetails .col-md-3 {
        //width: 32.2%;
    }
}


    #ProductDetails .col-md-9, #ProductDetails .col-md-3 {
        min-height: 1px;
        position: relative;
    }
    

    #ProductDetails .ImagesProductList {
        margin-bottom: 6px;
        width: 80px;
    }

@media (max-width:1199px) {
    #ProductDetails .BlocImages {
        margin-top: 8px;
        margin-left: 2%;
    }

    .BlocImages li {
        width: auto;
        display: inline-block;
    }
}

@media (min-width:1200px) {
    #ProductDetails .BlocImages {
        margin-left: -85px;
        top: 8px;
        position: absolute;
    }
}

.BlocImage {
    background-color: #fff;
    /*padding: 8px;*/
    padding: 8.5px 8px 8px 8.5px;
}

.BlocZoom {
    display: none;
    height: 664px;
}

.BlocInfoProduct {
    background-color: #fff;
    padding: 10px;
}
.creditBleu{
    font-style:italic;
	font-weight:800;
	font-size:16px;
	color:#e20513;
}
.credit{
	font-family: 'PT Sans Narrow', sans-serif; /*"Open Sans";*/
    font-weight:700;
    font-style: italic;
	font-size:13px;
}
.BlocTitre {
    background-color: #f3f3f3;
    padding: 3px 5px 1px 6px;
}

    .BlocTitre .Designation {
        font-size: 17px;
        font-style: italic;
        font-weight: bold;
        color: #000;
    }

    .BlocTitre p {
        color: #828181;
        font-size: 13px;
        text-transform: uppercase;
    }

.BlocPrix {
    height: 60px;
}

    .BlocPrix .Price {
        color: black;
        font-size: 28px;
        font-style: italic;
        font-weight: 600;
        line-height: 60px;
    }

        .BlocPrix .Price.VenteFlash {
            color: #D61C00;
        }

    .BlocPrix sub, sup {
        font-size: 58%;
    }

    .BlocPrix .PriceBarre {
        color: #7f7f7f;
        font-size: 16px;
        font-weight: 600;
        text-decoration: line-through;
    }

.BlocInfoProduct .InfoPaiement {
    float: right;
    font-size: 10px;
    line-height: 60px;
    margin-top: 6px;
}

#ProductDetails hr {
    border-top: 1px solid rgb(195, 195, 195);
    color: #f3f3f3;
    margin: 5px auto 10px;
}

.BlocStock {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

    .BlocStock > span {
        float: right;
        color: #60af1e;
    }
.BlocLivraisonDelai {
  background-color: #dbdbdb;
  margin-top: 20px;
  padding: 10px 10px 1px;
  width: 80%;
}
.BlocLivraisonDelai > li {
    margin-bottom: 10px;
}
.LivraisonLogoTNT {
  background-image: url("/content/images/ico/ico-tnt.jpg");
  height: 35px;
  width: 70px;
  float: left;
  margin-right:10px
}
.LivraisonLogoColissimo {
  background-image: url("/content/images/ico/ico-collissimo.jpg");
  background-position: 7px center;
  background-repeat: no-repeat;
  float: left;
  height: 35px;
  margin-right: 10px;
  width: 70px;
}
.LivraisonLogoExapaq {
  background-image: url("/content/images/ico/ico-exapaq.jpg");
  height: 35px;
  width: 70px;
  float: left;
  margin-right:10px
}
.LivraisonLogoSchenker {
  background-image: url("/content/images/ico/ico-schenker.jpg");
  height: 35px;
  width: 70px;
  float: left;
  margin-right:10px
}
.LivraisonTitle {
  color: #000;
  float: left;
  font-size: 13px;
  font-weight: 800;
  width: 70%;
  line-height: 13px;
}
.LivraisonDetails {
   float: left;
  font-size: 13px;
  color: #000;
}
.LivraisonRed {
  color: #fa5052;
  font-weight: 800;
}
.BlocPanier {
    background-color: #cef7b2;
    padding: 10px;
    width: 100%;
}

.ShoppingCart{
   background-image: url('/content/images/ico/ico-add-pannier3.png');
    width: 23px;
    height: 28px;
    display: inline-block;
     vertical-align: middle;
}

.buttons .qteContainer2{
    float:left;
    margin-right:10px;
}

.buttons .AddCart{
        padding: 10px 20px!important;
}

    .BlocPanier .AddCart {
        
        transition: 0.2s ease;
        border-radius: 2px;
    }

        .BlocPanier .AddCart:focus {
            text-decoration: none;
            color: white;
        }

        .BlocPanier .AddCart:active {
            box-shadow: 0px 0px 10px black inset;
        }

.BlockLivraison {
    background-color: #fff;
    background-image: url("/content/images/ico/icone-camion-livraison.png");
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    font-size: 12px;
    margin-top: 8px;
    padding: 10px;
}
.BlockLivraisonGratuit li {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  padding-left: 72px;
}

.PortOffert {
  color: #e20513;
  font-family: "PT Sans Narrow",sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width:500px) and (max-width: 768px){
    .BlockLivraisonGratuit li {
        font-size: 10px;
    }
    .PortOffert {
        font-size: 12px;
    }

}

.BlockLivraisonGratuit {
  background-color: #fff;
  background-image: url("/content/images/ico/portoffert.png");
  background-position: 5px 20px;
  background-repeat: no-repeat;
  background-size: 55px auto;
  font-size: 12px;
  margin-top: 8px;
  padding: 10px;
}

    .BlockLivraison > ul {
        margin-left: 60px;
    }

    .BlockLivraison .Puce {
        font-size: 15px;
        font-weight: 900;
        line-height: 8px;
        vertical-align: top;
    }
    .BlockLivraison .PortOffert {
  color: #e20513;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

    

.BlocAimer {
    background-color: #fff;
    margin-top: 8px;
    margin-bottom: 4px;
    padding: 10px;
}

    .BlocAimer hr {
        display: none;
    }

    .BlocAimer .listeint:hover .Titre p {
        background-color: rgba(0,210,255,0.6);
        color: black;
    }

#Tunnel .BlocAimer {
    padding: 0px;
}

.BlocAimer .BlocAimerTitre {
    background-color: #fff799;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    padding: 2px;
    font-style: italic;
    margin-bottom: 5px;
}

.BlocAimer .BigHome, .BlocAimer .bph1, .BlocAimer .bph2, .BlocAimer .BoxProduitHome, .BlocAimer #iconepanierhome p, .BlocAimer #ZeroStock p {
    display: none;
}

.BlocAimer a, .BlocAimer a:hover {
    text-decoration: none;
}
/* Colonnes home */

.BlocAimer .ImageProductList {
    width: 90px;
    float: left;
    margin-right: 10px;
    transition: ease 0.3s;
}

.BlocAimer li:hover .listeint .ImageProductList {
    border-radius: 50px;
}

.BlocAimer .DetailProduct {
    height: 90px;
    margin: -5px -5px 5px 70px !important;
    padding-top: 5px;
}

.BlocAimer ul {
    margin: 0px;
}

.BlocAimer li {
    width: 100%;
    margin: 0px;
    margin-top: 5px;
}

.BlocAimer .listeint {
    background-color: white;
    margin-bottom: 5px;
    height: 100px;
    padding-left: 0px;
}

.BlocAimer h3 {
    color: black;
    font-style: italic;
    font-weight: 500;
    font-size: 11px !important;
}

.BlocAimer .Related {
    display: flex !important;
    margin: 0 !important;
}

.BlocAimer .Prix {
    background-color: rgb(240, 240, 240);
    color: rgb(214, 28, 0);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    height: 30px;
    line-height: 18px;
    margin-left: 30px;
    margin-top: 21px;
    padding-top: 5px;
    text-align: center;
    width: 69%;
}

.BlocAimer #iconepanierhome {
    float: right;
    width: 43px;
    height: 30px;
    margin-top: -30px;
}


@media (min-width: 500px) and (max-width: 655px){
    .BlocAimer .listeint {
        height: 125px;
    }

    .BlocAimer .Prix {
        margin-left: -52px;
        margin-top: 55px;
    }

    .BlocAimer #iconepanierhome{
        margin-top: -2.5em;
    }

}

@media(min-width: 656px) and (max-width: 745px) {
    .BlocAimer .Prix {
        margin-left: 24%;
    }
}

.BlocAimer #ZeroStock {
    float: right;
    width: 43px;
    height: 30px;
    margin-top: -30px;
}

.BlocAimer .Titre {
    height: 38px;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 20px;
    width: 87%;
    line-height: 16px;
}


.BlocAimer .TitreCol {
    background-color: #fff;
    font-size: 16px;
    font-style: italic;
    color: #000;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 6px;
    text-transform: uppercase;
}



.BlocAimer .ChronoHome {
    background-size: 20px auto;
    height: 25px;
    margin-top: 68px;
    position: absolute;
    width: 140px;
}

.BlocAimer .PrixBarreHome {
    font-weight: 600;
    font-size: 14px;
}

.BlocAimer .ChronoHome p {
    background-color: #DB1A00;
    color: white;
    display: inline-block;
    margin-top: 0px;
    margin-left: 17px;
    padding-left: 3px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 9px;
    font-weight: 500;
    height: 12px;
    padding-right: 3px;
    line-height: 12px;
}




.BlocConfiance {
    margin: 0 0px 0 -5px;
}

    .BlocConfiance .col-md-4 {
        padding: 0;
    }

    .BlocConfiance .Features2 {
        background-color: #fff;
        margin: 5px 0 0 5px;
        padding: 3px;
    }

.col-md-3 .BlocConfiance .IcoFraisdeport, .col-Livraison .BlocConfiance .IcoFraisdeport {
    
    height: 50px;
    width: 98px;
    background-size: 50px;
    background-position: center;
}

.col-md-3 .BlocConfiance .IcoGarantie, .col-Livraison .BlocConfiance .IcoGarantie {
    height: 60px;
    width: 98px;
    background-position: center;
    margin-top: 5px;
    margin-bottom: -15px;
}

.col-md-3 .BlocConfiance .IcoPaiementSecure, .col-Livraison .BlocConfiance .IcoPaiementSecure {
    height: 60px;
    width: 98px;
    background-position: center;
    margin-top: 0px;
    margin-bottom: -10px;
}

.col-md-3 .BlocConfiance .IcoSatifait, .col-Livraison .BlocConfiance .IcoSatifait {
    height: 55px;
    width: 98px;
    background-position: center;
    margin-top: 0px;
    margin-bottom: -5px;
}

.col-md-3 .BlocConfiance .IcoPointsFidelite, .col-Livraison .BlocConfiance .IcoPointsFidelite {
    background-position: center center;
    height: 58px;
    width: 98px;
    margin-top: 5px;
    margin-bottom: -10px;
}

.col-md-3 .BlocConfiance .IcoEchange, .col-Livraison .BlocConfiance .IcoEchange {
    height: 50px;
    width: 98px;
    background-position: center;
    margin-top: 13px;
    margin-bottom: -10px;
}

@media (min-width:500px) and (max-width: 700px){
    .col-md-3 .BlocConfiance .IcoFraisdeport, .col-Livraison .BlocConfiance .IcoFraisdeport, 
    .col-md-3 .BlocConfiance .IcoGarantie, .col-Livraison .BlocConfiance .IcoGarantie,
    .col-md-3 .BlocConfiance .IcoPaiementSecure, .col-Livraison .BlocConfiance .IcoPaiementSecure,
    .col-md-3 .BlocConfiance .IcoSatifait, .col-Livraison .BlocConfiance .IcoSatifait,
    .col-md-3 .BlocConfiance .IcoPointsFidelite, .col-Livraison .BlocConfiance .IcoPointsFidelite,
    .col-md-3 .BlocConfiance .IcoEchange, .col-Livraison .BlocConfiance .IcoEchange{
        width: 100%;
    }

    .BlocConfiance .FeaturesTexte {
        width: 100%;
    }
}

.BlocConfiance .FeaturesTexte {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.FAdjust {
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 10px !important;
    padding-bottom: 37px !important;
}

.BlocConfiance .FeaturesTexte p {
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    padding: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 98px;
    margin: 0;
}

.BlocMarque {
    background-color: #fff;
    margin-top: 8px;
    padding: 10px;
}

    .BlocMarque > div {
        text-align: center;
    }

    .BlocMarque > p {
        font-size: 13px;
        margin: 10px 0;
    }

    .BlocMarque .Marque {
        font-size: 13px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: -5px;
    }

    .BlocMarque > a {
        color: #e20513;
        font-size: 9px;
    }

    .BlocMarque img {
        max-width: 80%;
        height:auto;
    }

.BlocAvisVerifies {
    background-color: #fff;
    margin-top: 8px;
}

.BlocDetailsProduct {
    margin-top: 6px;
}

    .BlocDetailsProduct h1 {
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
        margin: 0;
    }

    .BlocDetailsProduct h2 {
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
    }

    .BlocDetailsProduct .Marque {
        color: #828181;
        font-size: 13px;
        text-transform: uppercase;
    }

    .BlocDetailsProduct p {
        font-size: 13px;
        color: #000;
    }

.BlocDetailsSpecification {
    background-color: #fff;
}

.BlocDetailsSpecification ul{
    margin-top:-5px;
}

    .BlocDetailsSpecification > p {
        font-size: 13px;
        font-weight: 800;
        margin: 5px 0;
        background: #e20513;
    padding: 8px;
    color: #FFF;
    }

    .BlocDetailsSpecification li {
        color: #000;
        font-size: 13px;
        font-weight: bold;
        padding: 1px;
    }

        .BlocDetailsSpecification li:nth-child(2n+1) {
            background-color: #d3d3d3;
        }

    .BlocDetailsSpecification .SpeTitre {
        display: inline-block;
        padding-left: 10px;
        width: 40%;
        text-transform: uppercase;
        font-weight:700;
        font-style:italic;
    }

.SpeDetail2 {
    float: right;
    width: 60%;
    font-weight:normal;
}



/*ProductDetails FIN*/

/*#########################################################*/
@media (min-width:1012px) {
    .PanelProductdetail .Left {
        float: left;
        width: 50%;
    }

    div.blocPrix {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 100px;
    }

    .PanelProductdetail .ProductImages {
        width: 465px;
        height: 524px;
        margin: 23px 0 3px -8px;
    }

    .PanelProductdetail .HeaderProduct {
        background-color: #414141;
        height: 50px;
        padding: 10px 10px;
    }

    .PanelProductdetail .Produitenstock {
        float: left;
        font-size: 14px;
        line-height: 15px;
        margin-left: 5px;
        width: 75px;
    }

    .PanelProductdetail .FlecheProduct {
        height: 92px;
        margin-left: -78px;
        position: absolute;
        width: 56px;
        margin-top: 20px;
    }

    .PanelProductdetail .Credit {
        font-size: 12px;
        font-style: italic;
        font-weight: 800;
        margin-top: 20px;
        float: left;
    }

    .PanelProductdetail .PrixPromo {
        font-size: 10px;
        font-weight: 400;
        line-height: 8px;
        height: 21px;
        margin-top: 40px;
        margin-bottom: -20px;
        float: left;
    }

    .PanelProductdetail .BlocAlerteStock {
        width: 100%;
        margin-top: -19px;
        height: 45px;
        padding: 4px 10px 10px;
    }

    div.blocButton {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 196px;
        margin-top: 20px;
        float: right;
    }

    .PanelProductdetail .Prix {
        color: #39ff00;
        font-size: 50px;
        font-style: italic;
        font-weight: 800;
        line-height: 50px;
    }

    ul .Product .Prix {
        font-size: 16px;
    }

    .PanelProductdetail .LivraisonDelai {
        float: right;
        font-size: 11px;
        font-style: italic;
        font-weight: 600;
        line-height: 16px;
        width: 210px;
        text-align: right;
    }

    .PanelProductdetail .PrixPublic {
        width: 190px;
        line-height: 21px;
    }
}

@media (min-width:768px) and (max-width:1011px) {
    .PanelProductdetail .LayoutProductDetail {
        width: 100%;
    }

    div.blocPrix {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        float: left;
    }

    .PanelProductdetail .Left {
        float: left;
        width: 100%;
    }

    .PanelProductdetail .Right {
        color: #fff;
        float: left;
        margin-top: 6px;
        width: 100%;
    }

    .SelectionProduct {
        height: 287px;
        background-color: #606060;
        float: left;
        width: 100%;
    }

    .PanelProductdetail .ProductDetailDescription {
        background-color: #fff;
        width: 100%;
        float: left;
    }

    .LayoutProductDetailDescription {
        color: #000;
        margin: 0 auto;
        padding: 15px;
        position: relative;
        width: 100%;
        z-index: 9;
        font-size: 14px;
    }

    .PanelProductdetail .ProductDetail {
        background: none;
        background-color: rgb(130,130,130);
        height: 1188px;
        position: absolute;
        width: 100%;
    }

    .LayoutProductDetail .Left .slider2_container {
        display: none;
    }

    .PanelProductdetail .ProductImages {
        width: 465px;
        height: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .PanelProductdetail .Marque {
        text-align: center;
    }

    .PanelProductdetail .MainProduct .Titre h1 {
        text-align: left;
    }

    .SelectionProduct li {
        float: left;
        margin: 0;
        width: 14%;
    }

    .SelectionProduct .Product {
        width: 95%;
        margin: 10px 10px;
    }

    .PanelProductdetail .LivraisonDelai {
        float: right;
        font-size: 11px;
        font-style: italic;
        font-weight: 600;
        line-height: 16px;
        width: 220px;
        text-align: right;
    }

    .PanelProductdetail .HeaderProduct {
        background-color: #414141;
        height: 50px;
        padding: 10px 25px;
    }

    .PanelProductdetail .Produitenstock {
        float: left;
        font-size: 14px;
        line-height: 15px;
        margin-left: 5px;
        width: 75px;
    }

    .PanelProductdetail .FlecheProduct {
        display: none;
    }

    .PanelProductdetail .Credit {
        font-size: 12px;
        font-style: italic;
        font-weight: 800;
        margin-top: 5px;
    }

    div.blocButton {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 196px;
        float: right;
    }
}

@media (min-width:768px) {
    .LayoutProductDetail .Left #slider2_container {
        display: none;
    }

    .SelectionProduct .dnn_layout {
        margin-bottom: -10px;
    }
}

@media (max-width:549px) {
    .SelectionProduct li {
        width: 100%;
    }
}

@media (min-width:550px) and (max-width:767px) {
    .SelectionProduct li {
        width: 50%;
    }
}

@media (max-width:767px) {
    .TitreVignettes {
        display: inline-block;
        font-size: 24px;
    }

    .LayoutProductDetail .Left #slider2_container {
        margin-left: -10px !important;
        margin-top: 10px !important;
    }

    .Left .ProductImages {
        display: none;
    }

    #SliderPageProduit1, .Fondimage, #SliderPageProduitImage1, #SliderPageProduitThumb1, #SliderPageProduitThumbNavigator1, #SliderPageProduitThumbSlider1, #SliderPageProduitThumbProto1, .w, .c, #SliderPageProduitThumbNavigator1 div {
        max-width: 100%;
    }

    div.blocButton {
        width: 220px;
    }

    .LabelAlerteStock {
        font-size: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }

    #SliderPageProduitThumbSlider1 {
        margin-top: -10px;
    }

    .Fondimage {
        height: 290px !important;
    }

    .PanelProductdetail .MainProduct {
        height: 300px;
    }

    .PanelProductdetail .LayoutProductDetail {
        width: 100%;
    }

    .PanelProductdetail .Left {
        float: left;
        width: 100%;
    }

    .PanelProductdetail .Right {
        color: #fff;
        float: left;
        margin-top: 6px;
        width: 100%;
    }

    .SelectionProduct {
        height: auto;
        background-color: #606060;
        float: left;
        width: 100%;
    }

    .PanelProductdetail .ProductDetailDescription {
        background-color: #fff;
        width: 100%;
        float: left;
    }

    .LayoutProductDetailDescription {
        color: #000;
        margin: 0 auto;
        padding: 10px;
        padding-top: 0px;
        position: relative;
        width: 100%;
        z-index: 9;
        font-size: 14px;
    }

    .PanelProductdetail .ProductDetail {
        background: none;
        height: 1188px;
        position: absolute;
        width: 100%;
    }

    .SelectionProductTitre {
        color: #c6c4c4;
        font-size: 17px;
        font-style: italic;
        line-height: 30px;
        text-align: center;
    }

    .Marque > a, .Marque > a:link {
        color: #000;
        font-size: 12px;
        font-style: italic;
        line-height: 20px;
        margin-left: 0px;
        text-decoration: underline;
        vertical-align: middle;
    }

    #slider1_container {
        width: 100%;
    }

    .RelatedProducttitre {
        color: #fff;
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: 12px;
    }

    .PanelProductdetail .Stock {
        float: left;
        font-style: italic;
        width: 143px;
        font-weight: 800;
        font-size: 20px;
        line-height: 28px;
    }

    .PanelProductdetail .LivraisonDelai {
        float: right;
        font-size: 10px;
        font-style: italic;
        font-weight: 400;
        line-height: 16px;
        width: 125px;
        text-align: right;
        margin-top: -10px;
        margin-right: 3px;
    }

    .PanelProductdetail .Prix {
        color: #39ff00;
        font-size: 30px;
        font-style: italic;
        font-weight: 700;
        line-height: 50px;
    }

    .PanelProductdetail .MainProduct .Titre, .PanelProductdetail .MainProduct .Titre h1 {
        float: left;
        text-align: left;
        height: auto;
    }

    .blocButton {
        margin-top: 10px;
        float: left;
        text-align: left;
        width: 100%;
    }

    div.blocPrix {
        width: 100%;
    }

    .PanelProductdetail .PrixPromo {
        margin-top: -55px;
        width: 100%;
        float: left;
    }

    .PanelProductdetail .PrixPublic {
        width: 100%;
    }

    .PanelProductdetail .HeaderProduct {
        background-color: #414141;
        height: 50px;
        padding-top: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .PanelProductdetail .Produitenstock {
        float: left;
        font-size: 12px;
        line-height: 15px;
        margin-left: 5px;
        width: 65px;
    }

    .SelectionProduct li {
        float: left;
        margin: 0;
    }

    .PanelProductdetail .FlecheProduct {
        display: none;
    }

    .PanelProductdetail .Credit {
        font-size: 12px;
        font-style: italic;
        font-weight: 800;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .PanelProductdetail .Product .Prix {
        font-size: 18px;
        height: 20px;
    }

    .PanelProductdetail .NombreStock {
        font-size: 25px;
        line-height: 26px;
        float: left;
    }

    .SelectionProduct .Product {
        width: 80%;
        margin: 0px 10px;
    }

    .SelectionProduct .Image {
        float: left;
        width: 30%;
        margin-bottom: 5px;
    }

    .SelectionProduct .Designation {
        margin-left: 85px;
    }

    .SelectionProduct .Prix {
        margin-left: 85px;
    }

    .LayoutProductDetail .Left .ProductImages #slider1_container {
        width: 100% !important;
        height: 380px !important;
    }

        .LayoutProductDetail .Left .ProductImages #slider1_container div {
            max-height: 380px !important;
        }

    #SliderPageProduitThumbNavigator1 .jssort01 {
        margin-top: 56px;
    }

    .PanelProductdetail .Marque {
        float: left;
    }

    .RelatedProduct .Designation {
        font-style: italic;
        height: 70px;
        line-height: 14px;
        font-size: 11px;
        margin-top: 5px;
        margin-bottom: 0px;
        overflow: hidden;
        width: 80px;
    }

    .LayoutProductDetail .Product .Prix label {
        height: auto;
        font-size: 15px;
        margin-left: 0px;
    }

    .PanelProductdetail .RelatedProduct img {
        cursor: pointer;
        width: 70px;
    }

    .RelatedProduct .Product {
        margin: 10px 10px 10px 0;
        width: 80px;
    }

    .RelatedProduct .Image {
        height: auto;
    }

    .PanelProductdetail .AjouterPanier {
        width: 100%;
    }

    .LayoutProductDetailFt {
        width: 100%;
    }

    .lblListItemTypeName {
        display: inline-block;
        width: 235px;
        overflow: hidden;
        padding-left: 10px;
        color: #33d6f9;
        font-weight: 700;
        font-size: 16px;
    }

    .lblListItemTextDescr {
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
    }
}

#slider1_container {
    width: 454px;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    width: auto;
    margin-top: 4px;
}

.PanelProductdetail .RelatedProduct {
    background-color: #0f0f0f;
    height: 230px;
    padding: 15px 0 15px 22px;
}

div.blocButton {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 210px;
}

.PanelProductdetail .BlocAlerteStock {
    width: 100%;
    height: 45px;
    padding: 4px 10px 10px;
}




/*##############################################################################################*/
/* PANIER */
#bandeaupanier1 input:focus {
    box-shadow: 1px 1px 18px rgb(2,211,233);
}

#containerpanier1 {
    color: white;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.CartPub {
    width: 230px !important;
}

.totalcommande {
    width: 100%;
    background-color: rgb(30,30,30);
    height: 80px;
    padding-top: 26px;
    color: white;
}

@media (max-width:400px) {

    .totalcommande {
        padding-top: 12px;
    }
}

.Livraison {
    margin-left: auto;
    margin-right: auto;
    color: black;
}



.PlusInfo {
    display: none;
}

#ChoixLivraison1 table {
    margin-left: auto;
    margin-right: auto;
}

#pubadaptative {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
}

#publicite1 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

#codepromo1 .buttonCart {
    float: none !important;
    margin-top: 10px !important;
    display: inline-block !important;
}

#paniertotal1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(40,40,40);
    text-align: center;
    height: 65px;
    padding-top: 10px;
    margin-top: 6px;
}

.ReturnShopping, .FinalCheckout {
    width: 303px !important;
    float: left;
    margin-top: 0px !important;
}

#panierboutons1 .buttonCart {
    float: none !important;
    margin-top: 5px !important;
    display: inline-block !important;
}

#panierboutons1 {
    margin-left: auto;
    margin-right: auto;
}

.amountLabel {
    color: white !important;
    font-size: 20px !important;
}

.amountValue {
    font-size: 35px !important;
}

#boxcontenupanier {
    overflow-y: auto;
    height: 570px;
}

#containerpanier1 h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

#containerpanier1 h3 {
    font-size: 18px;
}

#colonnegauche, #colonnecentre, #colonnedroite {
    width: 33%;
    background-color: rgb(150,150,150);
    background-color: white;
    float: left;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 5px;
    float: none !important;
}

#contenupanier1, #codepromo1, #livraison1, #paiement1, #adressepaiementlivraison1 {
    width: 100%;
    background-color: rgb(100,100,100);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 2px;
}

    #adressepaiementlivraison1 input, #codepromo1 input {
        color: black;
        width: 100%;
        max-width: 300px;
    }

    #livraison1 select {
        color: black;
        height: 40px;
        width: 220px;
        margin-bottom: 8px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #paiement1 label {
        display: block;
    }

    #paiement1 input {
        margin-left: 5px;
        margin-top: -1px;
    }

#colonnegauche {
    min-width: 400px;
}

#colonnecentre, #colonnedroite {
    min-width: 350px;
}

@media (max-width:862px) {
    #colonnegauche, #colonnecentre, #colonnedroite {
        width: 100%;
        min-width: 0px !important;
    }
}

@media (min-width:863px) and (max-width:1100px) {
    #colonnegauche, #colonnecentre, #colonnedroite {
        width: 49.7%;
    }
}

@media (min-width:1101px) and (max-width:1288px) {
    #colonnegauche, #colonnecentre, #colonnedroite {
        width: 31%;
    }
}

.cartProduct {
    margin-bottom: 5px !important;
    border: none !important;
    background-color: white !important;
}

.cartProductImage {
    padding: 2px 2px 2px 2px !important;
    width: 20% !important;
    max-width: 113px !important;
}

.cartProductDescription {
    padding: 4px !important;
    width: 80% !important;
    background-color: #fff !important;
}

.cartProductPrice {
    color: #000;
    font-size: 17px !important;
    font-style: italic;
    font-weight: 600 !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: left !important;
    width: 55px !important;
}

.cartOptions {
    color: #000;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    height: 46px;
    line-height: 14px;
    padding: 0;
    text-align: right;
    width: 120px;
}

.cartProductAvailability {
    margin-left: 0px !important;
}

.cartProductRemove {
    background: url("/content/images/icon-corbeille-grande.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 31px;
    text-indent: -99999px;
    width: 26px;
    margin: 0px !important;
}

.cartProductQuantity {
    font-size: 12px;
    font-weight: bold;
    height: auto !important;
    line-height: 0px !important;
    margin-left: 5px;
    margin-top: 42px !important;
    margin-right: -80px !important;
    vertical-align: middle;
    width: 85px !important;
}

.cartProductAvailability {
    height: 40px !important;
    line-height: 46px !important;
    margin-top: -30px !important;
    width: 88px !important;
}

    .cartProductAvailability .stock, .cartProductAvailability .nostock {
        display: inline-block;
        font-style: italic;
        font-weight: 400;
        line-height: 12px;
        margin-top: 0px !important;
        vertical-align: middle;
    }

.productName a {
    color: #000;
    display: block;
    font-size: 12px !important;
    font-style: italic;
    font-weight: 600;
    line-height: 14px;
    margin-top: 5px !important;
}

.cartOptions {
    height: 20px !important;
    margin-top: 2px !important;
    width: 100% !important;
}

/* Colonnes home */

#colonneshome .ImageProductList {
    width: 88px;
    float: left;
    margin-right: 10px;
    transition: ease 0.3s;
}

#colonneshome li:hover .ImageProductList {
    border-radius: 50px;
}

#colonneshome .DetailProduct {
    height: 90px;
    margin: -5px -5px 5px 70px !important;
    padding-top: 4px;
}

#colonneshome ul {
    margin: 0px;
    padding: 0px;
}

#colonneshome li {
    width: 100%;
    margin: 0px;
}

#colonneshome .listeint {
    background-color: white;
    margin-bottom: 5px;
    height: 100px;
    padding: 6px;
}

#colonneshome h3 {
    color: black;
    font-style: italic;
    font-weight: 500;
    font-size: 11px !important;
}

#colonneshome .Prix {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-top: 21px;
    width: 70.9%;
    height: 30px;
    text-align: center;
    background-color: rgb(240,240,240);
    padding-top: 5px;
    margin-left: 25px;
}

#colonneshome #iconepanierhome, #colonneshome #ZeroStock {
    float: right;
    width: 43px;
    height: 30px;
    margin-top: -30px;
    margin-right: 5px;
}

#colonneshome .Titre {
    height: 38px;
    width: 88.4%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
}


#colonneshome .TitreCol {
    background-color: #fff;
    font-size: 16px;
    font-style: italic;
    color: #000;
    font-weight: bold;
    height: 30px;
    line-height: 32px;
    margin-bottom: 5px;
    text-transform: uppercase;
}



#colonneshome .ChronoHome {
    background-size: 20px auto;
    height: 25px;
    margin-top: 68px;
    position: absolute;
    width: 140px;
}

#colonneshome .PrixBarreHome {
    font-weight: 600;
    font-size: 12px;
}

#colonneshome .ChronoHome p {
    background-color: #DB1A00;
    color: white;
    display: inline-block;
    margin-top: 0px;
    margin-left: 17px;
    padding-left: 3px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 9px;
    font-weight: 500;
    height: 12px;
    padding-right: 3px;
    line-height: 12px;
}

.ChronoTexte {
    font-size: 9.4px;
}

#colonneshome .BigHome, #colonneshome .bph1, #colonneshome .bph2 {
    display: none;
}

#colonneshome #iconepanierhome p, #colonneshome #ZeroStock p {
    display: none;
}

.ChronoHome {
    background: url("/content/images/ico/ico-chrono-40.png") no-repeat;
}


/*MArquesHomes*/
#Marques {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
#Marques ul {
    padding: 0;
}


  #Marques li {
  background-color: white;
  display: inline-block;
  float: none;
  height: 57px;
  line-height: 57px;
  margin: 0 8px 8px 0;
  padding-bottom: 0;
  transition: all 0.12s ease 0s;
  width: 83px;
}

        #Marques li:hover {
            transform: scale(1.12); /* Cette valeur (1.24) permet d'avoir une image lissée nette */
        }

    #Marques img {
        /*margin: 0px;
        vertical-align: middle;
        height: 100%;
        width: auto;
        margin-top: -3px;*/
        margin: 0px;
        vertical-align: middle;
        height: auto;
        max-height: 57px;
        width: auto;
        display: inline-block;
        margin-top: -3px;
        max-width: 83px;
        padding-top: 0px;
    }

/*Avis verifies*/
.AvisVerifies {
    height: 160px;
    background-color: #fff;
}
.AvisVerifies > iframe {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 1015px;
}

@media (min-width:621px) and (max-width:725px) {
    .enstock {
        /*display: none;*/
    }
}

@media (max-width:500px) {
    #contenu .row li, #ProductList2 li {
        padding: 0px;
    }

    #contenu .row #iconepanierhome {
        height: 30px;
        margin-top: -30px;
    }

    #contenu .row #ZeroStock {
        height: 30px;
        margin-top: -30px;
    }

    #ProductList2 #iconepanierhome {
        height: 30px;
        margin-top: 21px;
        position: absolute;
        right: 6px;
    }
    #ProductList2 #ZeroStock {
        height: 30px;
        margin-top: 21px;
        position: absolute;
        right: 6px;
    }

        #contenu .row #iconepanierhome p, #ProductList2 #iconepanierhome p {
            display: none;
        }

        #contenu .row #ZeroStock p, #ProductList2 #ZeroStock p {
            display: none;
        }

    #contenu .row .listeint, #ProductList2 .listeint {
        height: 100px;
    }

    #contenu .row .SelectionDetails .Titre, #ProductList2 .Titre {
        /*width: 88%;*/
        width:85%;
        height: 38px;
        margin-top: 5px !important;
        margin-bottom: -5px !important;
    }

    #colonneshome .Prix{
        width: 88%;
    }

    #contenu .row .SelectionDetails .Prix, #ProductList2 .Prix {
        font-size: 18px;
        margin-top: 21px;
        width: 88%;
        height: 30px;
        text-align: center;
        background-color: rgb(240,240,240);
        padding-top: 5px;
        margin-right: 35px;
        float: none;
        margin-left: 25px;
    }

    #contenu .row .SelectionDetails .ImageProductList, #ProductList2 .ImageProductList {
        width: 90px;
        float: left;
        margin: 0px !important;
        margin-right: 5px !important;
    }

    #snap-content #ProductList2 .DetailProduct{
        margin-top: 0!important;
    }

    #contenu .row .SelectionDetails .DetailProduct, #ProductList2 .DetailProduct {
        height: 90px;
        float: none;
        width: auto !important;
        position: relative;
        margin-left: 100px !important;
        margin-top: -95px;
    }

    #snap-content #ProductList2 .DetailProduct, #snap-content  #contenu .row .SelectionDetails .DetailProduct {
        margin-top:0;
    }


    #contenu .row .ChronoHome, #ProductList2 .ChronoHome {
        position: absolute;
        display: table-caption;
        float: left;
        width: 100px;
        background-size: 20px;
        height: 25px;
        margin-top: 70px;
    }

    #ProductList2 .ChronoHome {
        position: absolute;
        display: inline-block;
        float: left;
        width: 80px;
        background-size: 20px;
        height: 25px;
        margin-top: 70px;
        margin-left: 5px;
    }

    #contenu .row .ChronoHome p {
        background-color: #DB1A00;
        color: white;
        display: inline-block;
        margin-top: 0px;
        margin-left: 17px;
        padding-left: 3px;
        text-transform: uppercase;
        font-style: italic;
        font-size: 9px;
        font-weight: 500;
        height: 12px;
        padding-right: 3px;
        line-height: 12px;
    }

    #ProductList2 .ChronoHome p {
        background-color: #DB1A00;
        color: white;
        display: inline-block;
        margin-top: 0px;
        margin-left: 17px;
        padding-left: 3px;
        text-transform: uppercase;
        font-style: italic;
        font-size: 9px;
        font-weight: 500;
        height: 12px;
        padding-right: 3px;
        line-height: 12px;
    }

    #conteneurlisteproduit {
        margin-left: 15px;
        margin-right: 15px;
        display: inline-block;
        background-color: rgb(230,230,230);
        padding-top: 5px;
        width: auto;
    }

   
}

#Filtres2 .Tri {
    width: 300px;
}

#Filtres2 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.NavProduit {
    width: 97.2%;
    margin-left: auto;
    margin-right: auto;
}

.NavTitres {
    display: none;
    width: 100%;
    text-transform: uppercase;
}

#TitreGauche {
    float: left;
    font-size: 30px;
    position: relative;
}

#TitreDroit {
    float: right;
    font-size: 30px;
    position: relative;
}

#TitreGauche, #TitreDroit {
    display: inline-block;
    vertical-align: text-bottom;
}

.NavBrand {
    display: inline-block;
    background-color: white;
    width: 100%;
    height: 76px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px #B5B5B5;
}

    .NavBrand li {
        background-size: 45px auto;
    }

#NSB2 .NavScrollContent2 li {
    background-position: 0 center !important;
    background-size: 40px auto !important;
    line-height: 30px;
    padding-left: 45px;
}

.NavScrollContent2 li {
    background-position: 0 center !important;
    background-size: 70px auto !important;
    line-height: 45px;
    padding-left: 72px;
}

.NavScrollContent li {
    background-size: 27px !important;
    background-position: 0px !important;
    padding-left: 30px;
    line-height: 25px;
}

.NavCat {
    display: inline-block;
    float: left;
}

.PanelNavCat2 {
    float: left;
}

.NavCat img {
    margin-top: 12px;
    margin-left: 15px;
}

.NavCat1, .NavCat2, .NavCat3, .NavCat4, .NavCat5 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}
.NavCat1.showhideNavCat1 > img {
  width: 66px;
}

.NavCat1 {
    width: 100px;
    height: 76px;
    background-color: rgb(42,214,250) !important;
    background-position: 9px center !important;
    background-size: 94px auto !important;
}

@media (min-width: 500px){

    .NavCat1 {
        background-position: 50% center !important;
    }
}

.NavCat2 {
    background-color: rgb(138, 230, 249) !important;
    height: 76px;
    width: 100px;
    background-size: 70px !important;
}

.NavCat3 {
    background: rgb(210, 241, 247) url("/content/images/ico/BoutonPlus.png") no-repeat scroll 27px center;
    height: 76px;
    width: 300px;
}
.NavCat5 {
  background-color: rgb(210, 241, 247) !important;
  background-size: 70px auto !important;
  height: 76px;
  width: 100px;
}

.NavCat4 {
    /*background: rgba(0, 0, 0, 0) url("/content/images/ico/BoutonPlus.png") no-repeat scroll 27px center;*/
    height: 76px;
    /*padding-left: 80px;*/
    padding-left:40px;
    width: 350px;
}


.SearchFilter {
    background-color: #d2f1f7;
    border: medium none;
    font-style: italic;
    height: 33px;
    padding-left: 37px;
    background-image: url("/content/images/ico/ico-loupe.png");
    background-repeat: no-repeat;
    background-position: 5px center;
}

.NavCat3 p {
    color: black;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    margin-left: 49px;
    margin-top: 30px;
    vertical-align: middle;
}

.NavCat4 p {
    color: black;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    margin-left: 0;
    vertical-align: middle;
    margin-top: 20px;
}

.SousMenuClose {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: 35px auto 15px auto;
    text-align: center;
    width: 136px;
}

    .SousMenuClose a {
        color: #000;
        font-weight: 700;
        font-size: 14px;
    }

    .SousMenuClose:hover{
        background-color: #e20513;
    }

.NavCat3 img, .NavCat4 img {
    display: inline-block;
    margin-top: 22px;
    margin-left: 15px;
}

.NavCat4 img {
    margin-left: -60px;
}

#NavBox1, #NavBox2, #NavBox3 {
    display: inline-block;
    width: 20px;
    height: 100px;
    transform: rotate(10deg);
    margin-left: -11px;
    margin-right: -11px;
    margin-top: -10px;
}

#NavBox1 {
    background-color: rgb(42,214,250);
}

#NavBox2 {
    background-color: rgb(138,230,249);
}

#NavBox3 {
    background-color: rgb(210,241,247);
    margin-left: -14px !important;
}

#Filtres2 .Contenu {
    width: 160px;
    float: right;
    height: 76px;
}

    #Filtres2 .Contenu li {
        display: block;
    }

.wrapper #Filtres2 {
    margin-top: 20px;
}

.NavArborescence {
    display: block;
    width: 100%;
    background-color: lightgrey;
    text-transform: uppercase;
    margin-top: -5px;
    height: 20px;
    font-style: normal;
    box-shadow: 0px 1px 5px 0px #B5B5B5;
    font-size: 12px;
}

    .NavArborescence p {
        padding-top: 2px;
        margin-left: 6px;
        display: inline-block;
        float: left;
    }

    .NavArborescence .NbProductBrand {
        display: inline-block;
        float: right;
        padding-top: 2px;
        margin-right: 6px;
        margin-top: 0px;
    }

.NavArbGras {
    font-weight: bold;
}

#ContenuBoxNav {
    float: right;
    height: 100px;
    width: 20px;
    background-color: #f2f2f2;
    transform: rotate(10deg);
    margin-right: -5px;
    margin-top: -5px;
}

/* AJUSTEMENTS PETIT PC*/
@media (min-width:1012px) and (max-width:1098px) {
    .NavCat1, .NavCat2 {
        width: 80px;
    }

    .NavCat3 {
        width: 200px;
    }

        .NavCat3 img {
            margin-left: 0px;
            margin-top: 11px;
        }

        .NavCat3 p {
            width: 130px;
            margin-top: 20px;
        }

    #NSC2 {
        margin-left: 85px !important;
    }

    #NSC3 {
        margin-left: 170px !important;
    }

    #NSC4 {
        margin-left: 375px !important;
    }
}

@media (min-width:1012px) {
    #ScrollMob1, #ScrollMob2 {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:1011px){
    .NavCat3{
        width: 100% !important;
        height: 54px !important;
        background-position: 33%;
    }
}

@media (max-width:767px){
    .NavCat3{
        width: 100% !important;
        height: 54px !important;
        background-position: 12%;
    }
}

@media (max-width:500px) {
    .NavScroll {
        display: none !important;
    }

    .NavTitres {
        display: none;
    }

    .NavBrand {
        height: auto;
        margin-top: -10px;
    }

    .NavCat {
        width: 100%;
    }

    .NavCat1, .NavCat2, .NavCat4,.NavCat5, .Contenu {
        width: 100% !important;
        height: 54px !important;
    }

    #NavBox1, #NavBox2, #NavBox3, #ContenuBoxNav {
        display: none;
    }

    .NavScrollContent2 {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .NavScroll1 {
        width: 100%;
        position: relative !important;
    }

    .NavScrollBox2 {
        position: relative !important;
    }

    .NavScrollContent2 ul {
        margin-bottom: 0px;
    }

   

    .NavCat img {
        width: 40px;
        margin-left: 0px;
        margin-top: 7px;
    }

    .NavCat3, .NavCat4 {
        margin: 0px;
        padding-top: 12px;
    }

        .NavCat3 p {
            margin-top: 5px;
            margin-bottom: 0px;
        }

        .NavCat4 p {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .NavCat3 img, .NavCat4 img {
            margin-top: 0px;
            width: 30px;
        }

    #NSC2 {
        margin-left: 0px !important;
    }

    #NSC3 {
        margin-left: 0px !important;
    }

    #NSC4 {
        margin-left: 0px !important;
    }

    #conteneurlisteproduit li:first-child {
        display: none;
    }

    .NavCat4 {
        padding-left: 0px;
    }
}

@media (min-width:621px) {
    #colonneshome .listeint:hover .Titre p {
        background-color: #66E4FF;
        padding-bottom: 2px;
        padding-top: 2px;
        color: black;
    }
}

@media (max-width:621px) {
    #ProductList2 #conteneurlisteproduit .Prix {
        font-size: 18px;
        font-weight: 600;
        color: rgb(214, 28, 0);
        font-style: italic;
        margin-top: 21px;
        width: 87%;
        height: 30px;
        margin-left: 0px;
        text-align: center;
        background-color: rgb(240,240,240);
        padding-top: 5px;
        margin-right:0px;
    }
}

@media (max-width:400px) {
    .NavScrollContent2 li {
        width: 100% !important;
    }
}

@media (max-width:340px) {
    #ProductList2 #conteneurlisteproduit .Prix {
        width: 70%;
    }
}

.NavScroll {
    position: relative;
    z-index: 9;
    margin-top: -5px;
    background-color: rgb(219,219,219);
}

.NavScrollBox2 {
    background-color: #e6e6e6;
    position: absolute;
    width: 100%;
    display: none;
}

.NavScrollBox {
    background-color: #e6e6e6;
    position: relative;
    width: 100%;
    display: none;
}

.NavScroll1 {
    position: absolute;
    z-index: 999;
}

.NavScrollContent2 {
    background-color: white;
    width: 300px;
    margin-top: -19px;
}

.NavScrollContent {
    background-color: white;
    width: 300px;
}

    .NavScrollContent ul, .NavScrollContent2 ul {
        margin-left: 0px;
    }

.NavScrollContent2 li {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    transition: 0.1s;
}

    .NavScrollContent2 li:hover {
        background-color: white;
    }

    .NavScrollContent2 li:active {
        background-color: white;
        box-shadow: inset 0px 0px 10px 0px #111111;
    }

    .NavScrollContent2 li img {
        padding-right: 10px;
        margin-left: 5px;
        margin-top: 0px;
    }

    .NavScrollContent2 li p {
        display: inline-block;
        margin: 0px;
        text-transform: uppercase;
    }

.NavScrollContent2 a {
    text-decoration: none;
    color: black;
    display:block;
}

.NavScrollContent li {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    transition: 0.1s;
}

    .NavScrollContent li:hover {
        background-color: white;
    }

    .NavScrollContent li:active {
        background-color: white;
        box-shadow: inset 0px 0px 10px 0px #111111;
    }

    .NavScrollContent li img {
        padding-right: 10px;
        margin-left: 5px;
        margin-top: 0px;
    }

    .NavScrollContent li p {
        display: inline-block;
        margin: 0px;
    }

.NavScrollContent a {
    text-decoration: none;
    color: black;
}

#NSC1 {
    background-color: #2ad6fa;
}

#NSC2 {
    margin-left: 106px;
    background-color: #8AE6F9;
}

#NSC3 {
    margin-left: 212px;
    background-color: rgb(210,241,247);
    margin-top: -5px;
}

#NSC4 {
    margin-left: 512px;
}


.VignCat {
    height: auto;
    vertical-align: top;
    background-color: white !important;
    margin-right: 1px !important;
    margin-left: 4px !important;
}

.TitreNavCat {
    color: black;
    font-size: 33px;
    font-style: italic;
    margin-top: 23px;
    margin-bottom: 23px;
    text-align: center;
    text-transform: uppercase;
}

.ImageVignCat {
    margin-top: 12px;
}

.TitreVignCat {
    text-transform: uppercase;
}

    .TitreVignCat h2 {
        font-size: 16.88px !important;
        font-weight: bold;
        height: auto !important;
    }

.DescVignCat p {
    font-size: 13px;
    font-style: italic;
    margin: 5px;
}

.VignCat .DescVignCat {
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
}

.CatVignette {
    width: 180px;
    background-color: white;
    height: 180px;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-bottom: 8px;
    text-align: center;
    padding: 5px;
}

    .CatVignette:hover .CatTitre h2 {
        transition: ease 0.2s;
        background-color: #66E4FF;
    }

.CatVignetteNoJs {
    width: 240px;
    background-color: white;
    height: 330px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-bottom: 8px;
    text-align: center;
    padding: 5px;
}

.ProductList2 .CatDescription {
    font-size: 12px;
    height: 110px;
    overflow: hidden;
}

.CatContenu .CatDescription {
    display: none;
}

#conteneurlisteproduit .CatDescription {
    height: 152.5px;
    overflow: hidden;  
}

@media (min-width:621px) and (max-width:767px){
    #conteneurlisteproduit .CatDescription {
        height: 140.5px;
    }
}
@media (min-width:500px) and (max-width:621px){
    #conteneurlisteproduit .CatDescription {
        height: 155.5px;
    }
}

/*
    @media(min-width:500px) and (max-width:830px){
     #conteneurlisteproduit .CatDescription p {
        font-size: 11px!important;
    }
}

@media(min-width:830px) and (max-width:900px){
    
    .VignCat .CatTitre {
        margin-top: -141px;
    }

    .VignCat .CatImage {
        background-size: 130px !important;
    }
}

@media(min-width:768px) and (max-width:830px){
    .VignCat .CatTitre {
        margin-top: -115px;
    }

    .VignCat .CatImage {
        background-size: 130px !important;
    }

    #conteneurlisteproduit .CatDescription {
        height: 139.5px;
    }
}

@media (min-width:730px) and (max-width:768px) {
    #conteneurlisteproduit .CatDescription {
        height: 173.5px!important;
    }
    .VignCat .CatTitre {
        margin-top: 90px!important;
    }
    .VignCat .CatImage {
        padding: 20.8%!important;
    }
}

@media(min-width:700px) and (max-width:730px){
    #conteneurlisteproduit .CatDescription {
        height: 170.5px!important;
    }
    .VignCat .CatTitre {
        margin-top: 90px!important;
    }
    .VignCat .CatImage {
        padding: 23.8%!important;
    }
}

@media(min-width:650px) and (max-width:700px) {
    .VignCat .CatTitre {
        margin-top: 85px!important;
    }
    .VignCat .CatImage {
        padding: 18.8%!important;
        background-size: 120px auto !important;
    }
}
    */

    #conteneurlisteproduit .CatDescription p {
        margin: 0 10px;
        text-align: justify;
        font-size: 13px;
    }

    @media(min-width:560px) and (max-width:911px){
        #conteneurlisteproduit .CatDescription p {
            font-size: 11px!important;
        }
    }



    @media(min-width:500px) and (max-width:560px){
        #conteneurlisteproduit .CatDescription p {
            font-size: 10px!important;
        }

        .VignCat .CatImage {
            background-size: 62%;
        }
    }


    .lirelasuite {
  float: right;
}
#lirelasuite > p {
  text-align: center;
}




.lirelasuiteTitre {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.container.DescriptionBottom {
  margin-top: 20px;
}

.CatImage {
    background-size: 130px auto!important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 120px;
    margin-top: 0;
}

.CatMarque {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
    .CatImage {
         background-size: 100px auto!important;
        height: 90px;
        margin-top: 0;
        width: 90px;
        float: left;
    }

    .CatTitre {
    text-transform: uppercase;
    color: #000;
    }
}

.VignCat .CatImage {
    width: 100%;
    height: 0;
    padding: 47.8%;
    background-position: 50% -20px;
    background-size: 69%!important;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    margin-top: 0px;
    float: none!important;
}




.ConteneurBrand {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 30px;
}

.CatContenu {
    text-align: center;
}

    .CatContenu a, .CatContenu a:hover, .CatContenu a:active, .CatContenu a:visited {
        text-decoration: none;
        color: #666666;
    }

.CatTitre {
    text-transform: uppercase;
    color: black;
    height: 32px;
    font-size:12px;
}

.VignCat .CatTitre {
    margin-top: -102px;
    margin-bottom: 3%;
}

/*
@media (min-width:521px) and (max-width:606px){
    .VignCat{
        margin-top:18px!important;
    }
}
    */

.CatTitre h2 {
    font-size: 15.4px;
    font-weight: bold;
    margin-top: 5px;
    padding: 2px 0px 2px 0px;
}

.CatTitre h1 {
    font-size: 16.8px;
    font-weight: bold;
}

.ProductList2 .CatTrait {
    height: 2px;
    width: 100%;
    background-color: grey;
}

.CatContenu .CatTrait {
    display: none;
}

hr {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid rgb(195,195,195);
    margin-left: auto;
    margin-right: auto;
}

#colonneshome hr {
    display: none;
}


@media (max-width:767px) {
    .CatVignette {
        width: 96%;
        height: 100px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    #lirelasuite > p {
    text-align: justify;
    font-size: 11px;
    padding: 5px;
}
    .CatVignetteNoJs {
        width: 96%;
        height: 100px;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    

        .CatImage img {
            height: 90px;
            max-width: 90px;
        }

    .VignCat .CatTitre {
        margin-left:0;
    }

    .CatTitre {
        text-transform: uppercase;
        color: black;
        margin-top: -15px;
        margin-left: 100px;
    }

        .CatTitre h2 {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 5px;
            margin-top: 15px;
        }

    .CatTrait {
       /* height: 2px;*/
        width: auto;
        background-color: grey;
        margin-left: 100px;
    }

    .CatVignette.CatRetour .CatBoxRetour {
        margin: auto;
        float: left;
        width: 49.8%;
        height: 100%;
    }

    .CatVignette.CatRetour .CatVoirProduits {
        margin: auto;
        float: right;
        width: 49.8%;
        height:100%;
    }
   
}

@media (max-width:450px) {
   
    .CatImage {
        height: 90px;
        margin-top: 0px;
        width: 90px;
        float: left;
        background-size: 90px !important;
    }

    .CatTitre {
        margin-left: 90px;
        height: auto;
        overflow: hidden;
    }

        .CatTitre h2 {
            font-size: 11px;
            font-weight: bold;
            margin-bottom: 5px;
            margin-top: 15px;
        }

    .CatTrait {
        margin-left: 90px;
    }

    .CatDescription {
        height: 75px;
    }

        .CatDescription p {
            font-size: 10px;
        }
}

@media (max-width:520px) {
    .NbProductBrand {
        display: none !important;
    }
}

.CatBoxRetour {
  background-image: url("/content/images/ico/ico_retour.png");
  background-position: center 35px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  width: 170px;
  text-align: center;
}

.CatRetour {
  display: inline-block;
  margin-left: -59px;
}

.CatRetourMain {
  display: inline-block;
  margin-left: -63px;
  margin-top: 40px;
  vertical-align: middle;
}
.ConteneurBrand ul {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: auto !important;
}

.CatVoirProduits {
  //background-image: url("/content/images/ico/ico_voirtout.png");
  background-position: center 35px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  width: 170px;
}

.CatVoirProduits_image{
     background-image: url("/content/images/ico/ico_voirtout.png");
     width: 43px;
     height: 23px;
     display: block;
     margin: 0 auto;
}
  
.CatBoxRetour h2 {
    padding-top: 10px;
    font-size: 14px;
}

.CatVoirProduits h2 {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 2px;
}

.CatBoxRetour, .CatVignette, .CatVignetteNoJs {
    cursor: pointer;
}


/* Images */
.Catquad {
    Background: url("/content/images/ico/icon-quad.png") center no-repeat;
}

.Catdirt-bike {
    Background: url("/content/images/ico/dirt-bike.png") center no-repeat;
}

.Catpieces-dirt-bike {
    Background: url("/content/images/ico/pieces-dirt-bike.png") center no-repeat;
}

.Catpieces-dirt-bikes {
    Background: url("/content/images/ico/pieces-dirt-bikes.png") center no-repeat;
}

.Catpneus-et-jantes {
    Background: url("/content/images/ico/pneus-et-jantes.png") center no-repeat;
}

.Cataccessoires-jante {
    Background: url("/content/images/ico/accessoires-jante.png") center no-repeat;
}

.Catchambres-a-air {
    Background: url("/content/images/ico/chambres-a-air.png") center no-repeat;
}

.Catpneus {
    Background: url("/content/images/ico/pneus.png") center no-repeat;
}

.Catroues {
    Background: url("/content/images/ico/roues.png") center no-repeat;
}

.Catroues-complete {
    Background: url("/content/images/ico/roues-complete.png") center no-repeat;
}

.Catqdx {
    Background: url("/content/images/ico/qdx.png") center no-repeat;
}

.Catcarburation {
    Background: url("/content/images/ico/carburation.png") center no-repeat;
}

.Catcables-daccelerateur {
    Background: url("/content/images/ico/cables-daccelerateur.png") center no-repeat;
}

.Catfiltres-a-air-et-filtres-a-essence {
    Background: url("/content/images/ico/filtres-a-air-et-filtres-a-essence.png") center no-repeat;
}

.Catpipes-dadmission-et-joints {
    Background: url("/content/images/ico/pipes-dadmission-et-joints.png") center no-repeat;
}

.Catallumage {
    Background: url("/content/images/ico/allumage.png") center no-repeat;
}

.Catbobines-et-bougies {
    Background: url("/content/images/ico/bobines-et-bougies.png") center no-repeat;
}

.Catcarters-dallumage {
    Background: url("/content/images/ico/carters-dallumage.png") center no-repeat;
}

.Catplateaux-dallumage {
    Background: url("/content/images/ico/plateaux-dallumage.png") center no-repeat;
}

.Catrelais-demarreur-et-regulateurs-de-tension {
    Background: url("/content/images/ico/relais-demarreur-et-regulateurs-de-tension.png") center no-repeat;
}

.Catcommandes-leviers-dembrayage-et-frein {
    Background: url("/content/images/ico/commandes-leviers-dembrayage-et-frein.png") center no-repeat;
}
.Catleviers-dembrayage-et-frein {
    Background: url("/content/images/ico/leviers-dembrayage-et-frein.png") center no-repeat;
}
.Catpignons-et-chaines {
    Background: url("/content/images/ico/pignons-et-chaines.png") center no-repeat;
}

.Catplanches-de-stickers {
    Background: url("/content/images/ico/planches-de-stickers.png") center no-repeat;
}

.Catmoteurs {
    Background: url("/content/images/ico/moteurs.png") center no-repeat;
}

.Catmoteur-kicks-et-selecteurs {
    Background: url("/content/images/ico/moteur-kicks-et-selecteurs.png") center no-repeat;
}
.Catkicks-et-selecteurs {
    Background: url("/content/images/ico/kicks-et-selecteurs.png") center no-repeat;
}

.Catradiateurs {
    Background: url("/content/images/ico/radiateurs.png") center no-repeat;
}

.Catmoteur-sabots-moteur {
    Background: url("/content/images/ico/moteur-sabots-moteur.png") center no-repeat;
}

.Catvillebrequins {
    Background: url("/content/images/ico/villebrequins.png") center no-repeat;
}

.Catechappement {
    Background: url("/content/images/ico/echappement.png") center no-repeat;
}

.Catechappement-accessoires {
    Background: url("/content/images/ico/echappement-accessoires.png") center no-repeat;
}

.Catlignes-completes-et-silencieux {
    Background: url("/content/images/ico/lignes-completes-et-silencieux.png") center no-repeat;
}

.Catchassis {
    Background: url("/content/images/ico/chassis.png") center no-repeat;
}

.Catcadres-bras-oscillant {
    Background: url("/content/images/ico/cadres-bras-oscillant.png") center no-repeat;
}

.Catchassis-leviers-dembrayage-et-frein {
    Background: url("/content/images/ico/chassis-leviers-dembrayage-et-frein.png") center no-repeat;
}

.Catchassis-pedales-de-frein {
    Background: url("/content/images/ico/chassis-pedales-de-frein.png") center no-repeat;
}

.Catchassis-protege-mains {
    Background: url("/content/images/ico/chassis-protege-mains.png") center no-repeat;
}

.Catrepose-pieds {
    Background: url("/content/images/ico/repose-pieds.png") center no-repeat;
}

.Cattension-de-chaine {
    Background: url("/content/images/ico/tension-de-chaine.png") center no-repeat;
}

.Cattes-de-fourche {
    Background: url("/content/images/ico/tes-de-fourche.png") center no-repeat;
}

.Cathuile-et-lubrifiant {
    Background: url("/content/images/ico/huile-et-lubrifiant.png") center no-repeat;
}

.Catentretient-et-nettoyage {
    Background: url("/content/images/ico/entretient-et-nettoyage.png") center no-repeat;
}

.Catbling-bling {
    Background: url("/content/images/ico/bling-bling.png") center no-repeat;
}

.Catnon-definie {
    Background: url("/content/images/ico/non-definie.png") center no-repeat;
}

.Catpromotions {
    Background: url("/content/images/ico/promotions.png") center no-repeat;
}

.Catventesflash {
    Background: url("/content/images/ico/ventesflash.png") center no-repeat;
}

.Catpromos-ventes-flash {
    Background: url("/content/images/ico/promos-ventes-flash.png") center no-repeat;
}

.Cata-classer {
    Background: url("/content/images/ico/a-classer.png") center no-repeat;
}

.Catdestockage {
    Background: url("/content/images/ico/destockage.png") center no-repeat;
}

.Catleviers-de-frein {
    Background: url("/content/images/ico/leviers-de-frein.png") center no-repeat;
}

.Cataccessoires-accessoires {
    Background: url("/content/images/ico/accessoires-accessoires.png") center no-repeat;
}

.Cataccessoires {
    Background: url("/content/images/ico/accessoires-accessoires.png") center no-repeat;
}

.Cataccessoires-cross {
    Background: url("/content/images/ico/accessoires-cross.png") center no-repeat;
}

.Catoutillage {
    Background: url("/content/images/ico/outillage.png") center no-repeat;
}

.Cathuiles-and-lubrifiants {
    Background: url("/content/images/ico/huileslubrifiants.png") center no-repeat;
}

.Catequipements {
    Background: url("/content/images/ico/equipements.png") center no-repeat;
}

.Catvetement-cross {
    Background: url("/content/images/ico/vetement-cross.png") center no-repeat;
}

.Catcasques-cross {
    Background: url("/content/images/ico/casques-cross.png") center no-repeat;
}

.Catbottes-cross {
    Background: url("/content/images/ico/bottes-cross.png") center no-repeat;
}

.Catmasques-cross {
    Background: url("/content/images/ico/masques-cross.png") center no-repeat;
}

.Catprotections {
    Background: url("/content/images/ico/protections.png") center no-repeat;
}

.Cataccessoire {
    Background: url("/content/images/ico/accessoire.png") center no-repeat;
}

.Catpimp-my-ride {
    Background: url("/content/images/ico/pimp-my-ride.png") center no-repeat;
}

.Catpochettes-de-joints-et-roulements {
    Background: url("/content/images/ico/pochettes-de-joints-et-roulements.png") center no-repeat;
}

.Catpistons-et-segments {
    Background: url("/content/images/ico/pistons-et-segments.png") center no-repeat;
}

.Catmoteurs-complets {
    Background: url("/content/images/ico/moteurs-complets.png") center no-repeat;
}

.Catembrayages {
    Background: url("/content/images/ico/embrayages.png") center no-repeat;
}

.Catcylindres-et-culasses {
    Background: url("/content/images/ico/cylindres-et-culasses.png") center no-repeat;
}

.Catcarters-moteur {
    Background: url("/content/images/ico/carters-moteur.png") center no-repeat;
}

.Catcables-dembrayage {
    Background: url("/content/images/ico/cables-dembrayage.png") center no-repeat;
}

.Catarbres-moteur-etfourchettes {
    Background: url("/content/images/ico/arbres-moteur-etfourchettes.png") center no-repeat;
}
.Catarbres-moteur-et-fourchettes {
    Background: url("/content/images/ico/arbres-moteur-et-fourchettes.png") center no-repeat;
}

.Catplastiques-selles-et-housses-de-selle {
    Background: url("/content/images/ico/plastiques-selles-et-housses-de-selle.png") center no-repeat;
}

.Catplastique-reservoirs-et-bouchons {
    Background: url("/content/images/ico/plastique-reservoirs-et-bouchons.png") center no-repeat;
}

.Catprotege-mains {
    Background: url("/content/images/ico/protege-mains.png") center no-repeat;
}

.Catkits-plastique {
    Background: url("/content/images/ico/kits-plastique.png") center no-repeat;
}

.Catplastiques-et-selles {
    Background: url("/content/images/ico/plastiques-et-selles.png") center no-repeat;
}

.Catkits-deco {
    Background: url("/content/images/ico/kits-deco.png") center no-repeat;
}

.Catautocollants {
    Background: url("/content/images/ico/autocollants.png") center no-repeat;
}

.Cattendeurs-de-chaine {
    Background: url("/content/images/ico/tendeurs-de-chaine.png") center no-repeat;
}

.Catpignons {
    Background: url("/content/images/ico/pignons.png") center no-repeat;
}

.Catguides-chaine {
    Background: url("/content/images/ico/guides-chaine.png") center no-repeat;
}

.Catcouronnes {
    Background: url("/content/images/ico/couronnes.png") center no-repeat;
}

.Catchaines {
    Background: url("/content/images/ico/chaines.png") center no-repeat;
}

.Catcommandes-protege-mains {
    Background: url("/content/images/ico/commandes-protege-mains.png") center no-repeat;
}

.Catpoignees-et-tirages {
    Background: url("/content/images/ico/poignees-et-tirages.png") center no-repeat;
}

.Catcommandes-pedales-de-frein {
    Background: url("/content/images/ico/commandes-pedales-de-frein.png") center no-repeat;
}

.Catcommande-kicks-et-selecteurs {
    Background: url("/content/images/ico/commande-kicks-et-selecteurs.png") center no-repeat;
}

.Catguidons {
    Background: url("/content/images/ico/guidons.png") center no-repeat;
}

.Catcables-dembrayage-et-accelerateur {
    Background: url("/content/images/ico/cables-dembrayage-et-accelerateur.png") center no-repeat;
}

.Catcommandes {
    Background: url("/content/images/ico/commandes.png") center no-repeat;
}

.Catmx-monster-smx {
    Background: url("/content/images/ico/mx-monster-smx.png") center no-repeat;
}

.Catcoupes-contact {
    Background: url("/content/images/ico/coupes-contact.png") center no-repeat;
}

.Catcoupe-contact {
    Background: url("/content/images/ico/coupe-contact.png") center no-repeat;
}

.Catcdi-faisceaux {
    Background: url("/content/images/ico/cdi-faisceaux.png") center no-repeat;
}

.Catcarburateurs {
    Background: url("/content/images/ico/carburateurs.png") center no-repeat;
}

.Catchassis-reservoirs-et-bouchons {
    Background: url("/content/images/ico/chassis-reservoirs-et-bouchons.png") center no-repeat;
}

.Catreservoirs-et-bouchons {
    Background: url("/content/images/ico/reservoirs-et-bouchons.png") center no-repeat;
}
.Catchassis-sabots-moteur {
    Background: url("/content/images/ico/chassis-sabots-moteur.png") center no-repeat;
}
.Catsabots-moteur {
    Background: url("/content/images/ico/sabots-moteur.png") center no-repeat;
}

.Catchassis-selles-et-housses-de-selle {
    Background: url("/content/images/ico/chassis-selles-et-housses-de-selle.png") center no-repeat;
}

.Catselles-et-housses-de-selle {
    Background: url("/content/images/ico/selles-et-housses-de-selle.png") center no-repeat;
}

.Catsuspensions {
    Background: url("/content/images/ico/suspensions.png") center no-repeat;
}

.Catkits-deco-en-promotion {
    Background: url("/content/images/ico/kits-deco-en-promotion.png") center no-repeat;
}

.Catamortisseurs-arriere {
    Background: url("/content/images/ico/amortisseurs-arriere.png") center no-repeat;
}

.Catfourches {
    Background: url("/content/images/ico/fourches.png") center no-repeat;
}

.Cathuiles-de-fourche {
    Background: url("/content/images/ico/huiles-de-fourche.png") center no-repeat;
}

.Catjoints-spy {
    Background: url("/content/images/ico/joints-spy.png") center no-repeat;
}

.Catfreinage {
    Background: url("/content/images/ico/freinage.png") center no-repeat;
}

.Catdisques-de-frein {
    Background: url("/content/images/ico/disques-de-frein.png") center no-repeat;
}

.Catkits-frein {
    Background: url("/content/images/ico/kits-frein.png") center no-repeat;
}

.Catpedales-de-frein {
    Background: url("/content/images/ico/pedales-de-frein.png") center no-repeat;
}

.Catplaquettes-de-frein {
    Background: url("/content/images/ico/plaquettes-de-frein.png") center no-repeat;
}

.Catgraisses-et-lubrifiants {
    Background: url("/content/images/ico/graisses-et-lubrifiants.png") center no-repeat;
}

.Cathuiles-et-lubrifiants-huiles-de-fourche {
    Background: url("/content/images/ico/huiles-et-lubrifiants-huiles-de-fourche.png") center no-repeat;
}

.Catequipement {
    Background: url("/content/images/ico/equipement.png") center no-repeat;
}

.Cathuiles-moteur {
    Background: url("/content/images/ico/huiles-moteur.png") center no-repeat;
}

.Catdirtbike-rfz-apollo{
    Background: url("/content/images/ico/apollo.png") center no-repeat;
}

.Catdirtbike-smx{
    Background: url("/content/images/ico/smx.png") center no-repeat;
}

.Catdirtbike-gunshot{
    Background: url("/content/images/ico/gunshot.png") center no-repeat;
}

.Catkids-125cc{
    Background: url("/content/images/ico/kids.png") center no-repeat;
}

.Cat125cc{
    Background: url("/content/images/ico/125.png") center no-repeat;
}

.Cat140cc{
    Background: url("/content/images/ico/140.png") center no-repeat;
}

.Cat150cc{
    Background: url("/content/images/ico/150.png") center no-repeat;
}
.Catmoins-800{
    Background: url("/content/images/ico/moins800.png") center no-repeat;
}
.Catde-800-a-1200{
    Background: url("/content/images/ico/800a1200.png") center no-repeat;
}
.Catde-1200-a-1500{
    Background: url("/content/images/ico/1200a1500.png") center no-repeat;
}
.Catplus-1500{
    Background: url("/content/images/ico/plus1500.png") center no-repeat;
}
.VignCat .Catdirtbike-rfz-apollo, .VignCat .Catdirtbike-gunshot, .VignCat .Catdirtbike-smx, .VignCat .Catkids-125cc, .VignCat .Cat125cc, .VignCat .Cat140cc,
.VignCat .Cat150cc, .VignCat .Catmoins-800, .VignCat .Catde-800-a-1200, .VignCat .Catde-1200-a-1500, .VignCat .Catplus-1500{
    background-position: 50% 20px !important;
}
/*TEST*/

.showhideNavCat2 {
    background-position: 23px;
}

.showhideNavCat3 {
    background-position: 23px;
}

.Cat {
    background: url("/content/images/ico/BoutonPlus.png") no-repeat scroll center;
    background-position:40px;
    background-size: 40px 40px !important;
}

@media (min-width: 1012px) and (max-width: 1098px){
    .Cat {
        background-position: 30px;
    }
}

.NavScrollContent2 a ul li {
    display: inline-block;
}

.NavMain {
}

.NavCatImg {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}



/*Affichage de la box Chrono sur la fiche produit si celui-ci est en vente flash*/
.BlocChrono {
    height: 30px;
    background-color: e20513;
    margin-top: -30px;
    color: white;
}

.BlocChronoContenu {
    margin: 0px;
    padding-top: 1px;
    padding-left: 5px;
    font-style: italic;
    font-size: 20px;
    font-weight: 800;
}

    .BlocChronoContenu .time {
        font-weight: 600;
        font-size: 14px;
    }

/*CSS en cas de produit non disponible (dans la fiche produit*/
.StockIndispoTexte {
    color: #e20513 !important;
}

.BlocPanierIndispo {
    background-color: #232323;
    padding: 5px 10px 5px 10px;
    color:white;
}

.BlocPanierIndispo p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

.bpi-container {
    height: 40px;
    margin-bottom: 10px;
}

.bpi-button {
    height: 40px;
    border: none;
    width: 15%;
    background-color: limegreen;
}

.bpi-redbox { 
    background-color: #e20513; 
    height: 40px; 
    padding: 8px 0px; 
    margin: 5px 0px !important;
}

.BlocMail {
    margin: 0px 0px 5px 0px;
}

.BlocPanierIndispo input[type="email"] {
    height: 40px;
    font-size: 15px;
    color: black;
    display: inline-block;
    max-width: 500px;
    width: 85%; 
    float: left;
    padding-left: 10px;
    border: none;
    /* margin-right: -4px; */
    padding-right: 10px;
}

.BlocPanierIndispo .buttonOK {
    height: 35px;
    width: 15%;
    background-color: #DCD9D4;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
    color: black;
    transition: ease 0.2s;
}

    .BlocPanierIndispo .buttonOK:hover {
        background-color: grey;
        color: white;
    }

    .BlocPanierIndispo .buttonOK:active {
        background-color: #5F5F5F;
        color: white;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset;
    }

.BlocPanierIndispo .ButtonRed {
    background-image: url('/content/images/ico/PanierIndispo.png');
    background-repeat: no-repeat;
    background-position: 62px 3px;
    background-color: red;
    width: 100%;
    height: 35px;
    display: block;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    border: 1px solid e20513;
    border-radius: 3px;
    padding-left: 25px;
    font-size: 14px;
}

/*Bouton qui s'affiche pour le zoom*/
.mz-hint-message {
    border-radius: 0.3em !important;
   /* display: none !important;*/
}

/*Arrière-plan lors de l'ouverture d'un pop-up*/
.modal-backdrop.in {
    /*filter: alpha(opacity=0);
    opacity: 0;*/
}

/*Menu sous-catégorie Dirt-bike*/
.MenuSousBrandMoto {
    margin-left: 10%;
    margin-right: 10%;
    color: black;
    display: none;
    margin: auto;
    width: 1320px;
}
.CatRetourMainDirt {
  margin-left: -136px;
  margin-top: 130px;
  position: absolute;
}
    .MenuSousBrandMoto .Titre {
        text-align: left;
    }

.FondStabiloJaune {
    background-color: rgba(0,210,255,0.6);
    padding: 0px 8px;
}

.MenuDBLien {
    font-weight: 600;
    color: black !important;
    text-decoration: underline !important;
}

.MenuSousBrandMoto ul p {
    margin-bottom: 5px;
}

.MenuTitreCat {
    background-color: rgba(0,210,255,0.6);
    text-transform: uppercase;
    font-weight: 600;
    width: 135px;
    display: inline-block;
    text-align: center;
}

.MenuMotoCylindree, .MenuMotoPrix {
    width: 49%;
    display: inline-block;
}

.MenuMotoMarque {
    margin-bottom: 5px;
}

.MenuSousBrandMoto li {
    width: 135px;
    height: 122px;
    color: black;
    display: inline-block;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    margin-right: 10px;
    margin-bottom: 10px;
    background-size: 110px;
    background-position: center 10px;
    vertical-align:top;
}

.MenuSousBrandMoto li:hover {
    transform:scale(0.98);
}

.MenuSousBrandMoto li:hover p {
    background-color: #e20513;
}

.MenuSousBrandMoto li:active p {
    box-shadow:1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.2);
}

    .MenuSousBrandMoto li p {
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 95px;
        margin-right:5px;
        margin-left:5px;
        line-height: 15px;
        padding-top:1px;
        padding-bottom:2px;
    }

.FlecheBackMenu {
    background: url("/Content/Images/ico/flecheback.png") center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 36px;
    border-radius: 30px;
    border: 1px solid black;
    margin-bottom: -8px;
    margin-right: 10px;
    cursor: pointer;
    transition: ease 0.3s;
}

.FlecheBas {
  background: rgba(0, 0, 0, 0) url("/Content/Images/ico/ico_flechebas.png") no-repeat scroll 10px center;
  display: inline-block;
  height: 20px;
  width: 45px;
}
    .FlecheBackMenu:hover {
        background-color: white;
    }

    .FlecheBackMenu:active {
        background-color: white;
        box-shadow: 0px 0px 5px black inset;
    }

/*Menu sous-catégorie pièces dirt-bike*/

.MenuSousBrandPieces {
    display: none;
    width: 1040px;
    margin: 0 auto;
}

    .MenuSousBrandPieces .Titre {
        text-align: left;
        margin-bottom: 14px;
    }

.MenuPieces li {
    background-color: white;
    width: 135px;
    height: 120px;
    color: black;
    display: inline-flex;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    margin-right: 10px;
    margin-bottom: 10px;
    background-size: 90px;
    background-position: 21px 0px;
}

    .MenuPieces li a {
        display: block;
        height: 100%;
    }

    .MenuPieces li p {
        color: black;
        padding-top: 85px;
        font-weight: 600;
        margin: 0 10px;
        text-align: center;
        text-transform: uppercase;
        width: 115px;
        line-height: 15px;
    }

    .MenuPieces li:hover {
        transform: scale(0.98);
    }

        .MenuPieces li:hover .MenuPiecesCat {
            background-color: #e20513;
        }

.MenuPiecesCat {
    width: 100%;
    display: block;
}



.IcoBox2 {
    opacity: 0;
    display: none;
}

.IcoBox2 p {
    font-size: 9px !important;
    margin-top: 28px !important;
}

#iconepanierhome:hover .IcoBox1 {
    display: none;
}

#iconepanierhome:hover .IcoBox2 {
    display: block;
    opacity: 1;
}

/*POPUPS ANGULAR*/
.ContenuPop ul {
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.modal-ModalFraisdeport .PopTitre {
    background-image: url("/content/images/ico/icone-camion-livraison-gratuit.png");
    background-position: 210px center;
    background-size: 46px auto;
}
.modal-ModalPaiementSecure .PopTitre {
    background-image: url("/content/images/ico/icon-secu.png");
    background-position: 270px center;
    background-size: 40px auto;
}
.modal-ModalSatifait .PopTitre {
    background-image: url("/content/images/ico/calendrier60.png");
    background-position: 45px center;
    background-size: 46px auto;
    padding:0 60px;
}
.modal-ModalPointsFidelite .PopTitre {
    background-image: url("/content/images/ico/fidelite.png");
    background-position: 270px center;
    background-size: 40px auto;
}
.modal-ModalEchange .PopTitre {
    background-image: url("/content/images/ico/ico-3X4X.png");
    background-position: 230px center;
    background-size: 40px auto;
}
.modal-ModalGarantie .PopTitre {
    background-image: url("/content/images/ico/cochon.png");
    background-position: 140px center;
    background-size: 46px auto;
}
.ContenuPop  {
    background-color: #ddd;
    padding: 15px;
    width: auto;
}
/*.modal-body {
  background-color: #fff;
  padding: 15px;
  position: relative;
}*/

.ContenuPop > a {
  float: right;
  margin: auto;
}
.PopTitre {
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.PopText > a{
  text-transform: uppercase;
  font-weight:700;
  font-size:13px;
  background-color: #e20513;
  color: black;
  float: right;
  margin-right: 10px;
  padding: 2px 10px;
}
.PopText{
  font-size:13px;
  font-weight:600;
  color:#1f1f1f;
  background-color: #fff;
  text-align: justify;
  padding-left:30px;
  padding-top:20px;
  padding-bottom:35px;
}
.PopText > p{
    margin-right: 20px;
}
.PopText > ul{
    padding-right: 20px;
}
.PopText > ol{
    padding-right: 20px;
}
.nbProduit{
    position:fixed;
    display:block;
	background-color:rgba(0, 0, 0, 0.6);
    font-size: 30px;
	font-family: 'PT Sans Narrow', sans-serif; /*"open sans";*/
	vertical-align: baseline;
    color:white;
    text-align:center;
	width:320px;
	height:45px;
    bottom:10%;
    left:50%;
    margin:0 -160px;
	border-radius:5px;
    z-index:9999;
}


/*Box retour haut de page*/
.BoxScrollTop {
    background: url("/content/images/ico/flecheback-top-w.png") no-repeat rgba(0,0,0,0.3);
    background-size: 35px;
    background-position: 12px 8px;
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 99999;
    bottom: 120px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
}

@media (min-width: 335px) and (max-width: 768px) {
    .BoxScrollTop {
        bottom: 56px;
    }
}

@media (max-width: 335px){
    .BoxScrollTop {
        bottom: 56px;
    }
}

/*Parties description note dimensions compatibilité etc... page produit*/
.BlocDetailsPart1, .BlocDetailsPart2 {
    background-color: white;
    padding: 10px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.BlocDetailsPart3 {
    background-color: white;
    padding: 10px;
}

.BlocCaracteristiques {
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    padding:1px 15px;
    margin:0px;
}

.BlocCarTitre {
    text-decoration: underline;
    display: block;
    font-size: 13px;
}

.BlocInfosSup {
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    background-color: #f0f0f0;
}

.BlocDetailsProduct ul {
    font-size: 13px;
}

.BlocDetailsProduct li {
    list-style: initial;
    margin-left: 20px;
    list-style:none;
}

.BlocDetailsProduct .BlocDetailsPart1 ul {
    margin-top: 30px;
}

.BlocDetailsProduct .BlocDetailsPart1 li {
    list-style-image: url("/content/images/ico/liste-embrayages.png");
    margin-bottom: 20px;
    margin-left: 35px !important;
    font-weight: 600;
}
/* Reprise des libellés des vignettes produits sur les pages de résultat pour le SEO en <h2> et non <p> */
#ProductList2 .listeint .Titre h2 {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    transition: ease 0.1s;
    padding: 2px;
    padding-left: 4px;
    height: auto;
    font-weight: 600;
}

#ProductList2 li:hover .Titre h2, #contenu .SelectionDetails li:hover .Titre h2 {
    background-color: #66E4FF;
}

/* Reprise de la page produit pour le SEO */
.col-md-3 .BlocTitre .Designation h1 {
    margin: 0px;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    //line-height: inherit;
}

.ProduitTitreDetails {
    font-size: 22px !important;
    font-style: italic !important;
    font-weight: bold !important;
    margin: 0 !important;
}

/* Partie de navigation sur les pages Manage */
.NavBox {
    text-align: center;
    margin-bottom: 10px;
}

    .NavBox a {
        color: black;
        text-decoration: none;
    }

.NavPart {
    display: inline-block;
    /*width: 10%;
    height: 132px;
    margin: 2.5px;*/
    /*background-color: white;*/
    vertical-align: top;
    /*margin-bottom: 5px;
    min-width: 134px;*/
}
    /*.NavPart:hover .NavPartTitre {
        background-color: #e20513;
    }

    .NavPart:active .NavPartTitre {
        background-color: #ef0000;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.8) inset;
    }*/
    .NavPartImage {
    /*height: 50px;
    margin-top: 5px;
    text-align: center;*/
}

.NavPartImage img {
    max-height: 25px;
}

.NavPartDescription {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    height: 23px;
}

/*.NavPartTitre {
    background-color: #5F5F5F;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-style: italic;
    height: 40px;
    padding: 10px;
    margin: 5px;
    margin-top: 16px;
    transition: ease 0.2s;
}*/

/*Positionnement des images vignettes du menu connecté (Commandes, messages, etc...)*/
.image-vignette img {
    max-height: 60px;
    margin-top: 20px;
}

.LoggedDown a {
    text-decoration: none;
}

.LoggedDown .panneaux:hover p {
    background-color: #66E4FF;
}

.glyphicon-off {
    /*margin-left: 10px;
    background-color: red;*/
    padding-right: 5px;
}

/*.glyphicon-off:hover {
    background-color: #DC0000;
}*/

.glyphicon-off:active {
    background-color: #A90000;
}



/* Boutons page Commandes */
.CommandeLien {
    display: inline-block;
    width: 49%;
    height: 40px;
    background-color: #5F5F5F;
    color: white;
    text-align: center;
    padding-top: 2px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 12px;
    padding-left: 20px;
    transition:ease 0.2s;
}

.ContSpec a, .ContSpec a:hover, .ContSpec a:active{
    text-decoration:none;
}

a.CommandeLien:hover,a.CommandeLien:active,a.CommandeLien:visited{
    color:white;
}

a.CommandeLien:hover{
    background-color:#e20513 !important;
}

 a.CommandeLien:active{
    background-color: #ef0000 !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8) inset;
 }

#CommandeFacture{
    background:url("/Content/Images/Ico/ico-pdf.png") no-repeat #5F5F5F;
    background-position:36px;
}

#CommandeExpedition {
  background: #5f5f5f url("/Content/Images/Ico/ico-camion.png") no-repeat scroll 7px center;
  padding-left: 30px;
}

.Corps .panel-heading p{
    margin:0px;
}
.CorpsSpec{
    padding:0px;
    background:none;
}
#corpsER{
    text-align:center;
    height:auto;
}

.ContSpec{
        margin: 0 auto;
    padding: 0 0 0 1px;
    max-width: 1000px;
}
/* Tableau page Commandes */
.Corps table{
    width:100%;
}
.Corps th{
    min-width:50px;
}
.Corps th:last-child, .Corps td:last-child {
    text-align: right;
}
.Corps th:nth-child(2), .Corps td:nth-child(2) {
    text-align: center;
}
.Corps thead, .Corps tbody {
    border-bottom: 1px solid black;
}
.Corps thead, .Corps tfoot {
    text-transform: uppercase;
}

.Corps table a{
    color:black;
}
.Corps table a:hover{
    text-decoration:underline;
}

/* Page Parrainage */
.CorpsSpec2{
    display: inline-block;
}
.CorpsSpec2 .col-md-8 {
    padding: 10px 10px 20px 10px;
    border: 1px solid #CCCCCC;
}

/* Page Profil */

.FormProfil {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.ContSpec .form-group{
    margin-bottom:0px;
}

#ContProfil .GoTunnel {
  background-image: url("/content/images/ico/icon-connecte3.png");
  background-position: 6px center;
  margin: 11px 0 0;
}

.ContSpec .ButtonGreen {
  font-size: 12px;
  font-weight: 600;
  padding-left: 25px;
}
.FormProfil > p {
  text-align: center;
  font-size: 20px;
  color: #BD402E;
}


/* Page Fidélité */
.BandeauPage {
    background-color: white;
    height: 40px;
    margin-bottom: 7px;
    font-size: 16px;
    padding-top: 9px;
    padding-left: 15px;
}

/* Page Messages */

.CommandeLien2 {
    display: inline-block;
    width: 47%;
    height: 40px;
    background-color: #5F5F5F;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 3px;
    font-weight: 600;
    margin-right: 2%;
    transition:ease 0.2s;
    vertical-align:top;
}

a.CommandeLien2:hover,a.CommandeLien2:active,a.CommandeLien2:visited{
    color:white;
}

a.CommandeLien2:hover{
    background-color:#e20513 !important;
}

 a.CommandeLien2:active{
    background-color: #ef0000 !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8) inset;
}

/* Autres modifs */

#colonneshome .Titre p {
    font-style: italic;
}

.col-Login #loginForm {
    padding: 3px 20px 3px 0px;
}

.BoxZoomAdjust {
    margin-top: -8px;
    margin-bottom: 8px;
}

.MagicZoom img{
    margin-top: -1px !important;
    margin-left: -1px !important;
}

.Gras{
    font-weight:bold;
}

.BlocDetailsSpecification ul li {
    list-style: none !important;
}

#BoutonDeconnexion{
        font-family: 'PT Sans Narrow', sans-serif; /*Open Sans*/
    margin-left: 20px;
    margin-top: -11px;
    margin-bottom: 0px;
}

.LoggedDown #vignettesMenu li{
    vertical-align:top;
    width:280px;
    max-width:280px;
    height:70px;
}

.LoggedDown #vignettesMenu .image-vignette img {
    max-height: 35px;
    margin-top: 5px;
    float: left;
}

.LoggedDown #vignettesMenu .texte-vignette {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-style: normal;
    height: 100%;
    margin: 0;
    display: inline-block;
    width: 210px;
    vertical-align: top;
    float:right;
    margin-top: 12px;
}

/* Responsive Mobile Menu connecté */
@media (max-width:767px) {

    .LoggedDown {
        width: 256px;
        height: 330px;
    }

    .LoggedDown ul{
        width:256px !important;
    }

    .LoggedDown #vignettesMenu li {
        width: 240px;
        max-width:240px;
        height: 50px;
        margin-bottom:6px;
    }

    .LoggedDown .contenu-vignette{
        height:45px;
    }

    .LoggedDown .image-vignette{
        display: block;
        float: left;
    }

    .LoggedDown .image-vignette img {
        height: 35px;
        margin-top:0px !important;
    }

    .LoggedDown .texte-vignette {
        padding-top: 10px;
        width: auto !important;
        float: none !important;
        margin-top: 0px !important;
    }
}


/* Menu DirtBike Images Vignettes */
.DBSMX{
    background:url("/Content/Images/Ico/SMX.png") center no-repeat white;
}

.DBApollo{
    background:url("/Content/Images/Ico/Apollo.png") center no-repeat white;
}

.DBGunshot{
    background:url("/Content/Images/Ico/Gunshot.png") center no-repeat white;
}

.DBKids{
    background:url("/Content/Images/Ico/Kids.png") center no-repeat white;
}

.DB125{
    background:url("/Content/Images/Ico/125.png") center no-repeat white;
}

.DB140{
    background:url("/Content/Images/Ico/140.png") center no-repeat white;
}

.DB150{
    background:url("/Content/Images/Ico/150.png") center no-repeat white;
}

.DBMoins800{
    background:url("/Content/Images/Ico/Moins800.png") center no-repeat white;
}

.DB800a1200{
    background:url("/Content/Images/Ico/800a1200.png") center no-repeat white;
}

.DB1200a1500{
    background:url("/Content/Images/Ico/1200a1500.png") center no-repeat white;
}

.DBPlus1500{
    background:url("/Content/Images/Ico/Plus1500.png") center no-repeat white;
}

.CatSearch2{
    background:url("/Content/Images/Ico/loupe-big.png") center no-repeat;

}
.NavCat .CatSearch2{
        background-size: 60px !important;
    background-position: center center !important;
}
.VignCat .CatSearch2{
        background-size: 140px !important;
    background-position: center 10px!important;
}

.CatHome{
    background:url("/Content/Images/Ico/home.svg") center no-repeat;

}
.NavCat .CatHome{
        background-size: 60px !important;
    background-position: center center !important;
}
.VignCat .CatHome{
        background-size: 140px !important;
    background-position: center 10px!important;
}




/* Menu Angular */

.MenuSousBrandPieces .ConteneurBrand{
    margin-top:0px;
    width:100%;
}

.MenuSousBrandPieces .CatContenu {
  display: inline-block;
  margin: auto;
  min-height: 260px;
}
.BlockMenu {
  margin: auto;
}
.MenuSousBrandPieces .CatVignette{
    width: 135px;
    height: 120px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    margin-right: 12px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.MenuSousBrandPieces .CatVignette:hover{
    transform:scale(0.98);
}

.MenuSousBrandPieces .CatImage{
    background-size: 90px auto !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 80px;
    margin-top: 0px;
}

.MenuSousBrandPieces .CatTitre{
    height: 32px;
    overflow: hidden;
}

.MenuSousBrandPieces .CatTitre h2{
    color: black;
    padding-top: 0px;
    font-weight: 600;
    margin: 0 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 12px;

}

.MenuSousBrandPieces .CatVignette:hover .CatTitre h2{
    transition:none;
}

.MenuSousBrandPieces .CatBoxRetour, .MenuSousBrandPieces .CatVoirProduits{
    width:128px;
    height:54px;
    background-position: center 20px;
    background-size: 35px;
    text-align:center;
}

 

@media (max-width:1011px) {
    .image-vignette {
        background-size: 220px;
    }

    #Filtres2 .Contenu ul {
        margin-left: auto;
        margin-right: auto;
       
        margin-left: 5px;
        margin-right: 5px;
    }
    #Filtres2 .Contenu li {
        display: inline-block;
    }

   
    #Tunnel.container{
        width:auto;
        margin-left:1%;
        margin-right:1%;
    }
    #Tunnel input{
        max-width:700px;
    }
    #Tunnel .BlocConfiance .Features2{
        width:26%;
        display:inline-block;
        min-width: 110px;
    }
    #Tunnel .BlocConfiance .col-md-4{
        display:inline;
        float:none;
    }
    .col-md-3 .BlocConfiance{
        margin:0px;
    }


    .col-md-3 .BlocConfiance .col-md-4 {
        padding: 0;
        width: 100%;
        height:60px;
        display: inline-block;
    }
    .col-md-3 .BlocConfiance .Features2{
        margin:0;
        padding:0;
        height:100%;
    }
    .IcoInfos {
        margin: 0px -15px 0px -15px !important;
    }
}
@media (min-width:701px) and (max-width:1011px){
    /*Responsive tunnel*/
    #Tunnel .col-Login, #Tunnel .col-Livraison, #Tunnel .col-Panier{
        width:49%;
    }
    .col-md-3 .BlocConfiance .col-md-4 .Features2{
        width: 170px !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .col-md-3 .BlocConfiance .col-md-4{
        background-color:white;
    }
}
@media (max-width:360px){
    .LoginDown{
        width:300px;
    }
    .LoginDown .btnFacebook, .LoginDown .btnGoogle{
        width:265px;
        font-size:11px;
        background-position:10px center;
        padding-left:25px;
    }
    .ButtonGreen{
        background-position: 35px 0;
    }
}

@media (max-width:395px){
    .col-md-3 .BlocConfiance .col-md-4 .Features2 .IcoInfos{
        width: 70px;
        background-size: 30px;
        height: 40px;
        background-position: center;
    }
    .col-md-3 .BlocConfiance .col-md-4{
        height:50px;
        width:49%;
        min-width:138px;
    }
}

@media (max-width:700px){
    #Tunnel .col-Login, #Tunnel .col-Livraison, #Tunnel .col-Panier{
        width:100%;
        margin-bottom:50px;
        padding-left: 5px;
        padding-right:5px;
    }
}
@media (max-width:767px){
    .image-vignette{
        height:160px;
    }
    .Corps .LoginPage{
        width:260px;
        padding:5px;
    }
    .Corps .LoginPage button, .Corps .LoginPage input{
        margin-left:0px;
    }
    .Corps .LoginPage .Login-group, .Corps .LoginPage .Login-Ok{
        padding-left:0px !important;
    }
    .Corps .LoginPage .btnFacebook, .Corps .LoginPage .btnGoogle{
        width:100%;
        margin-left:0px;
        background-position: 8px center;
        padding-left: 27px;
        font-size: 11px;
    }
    #CatPiecesDetachees .CatTitre{
        margin-top:35px;
    }
    #CatPiecesDetachees .CatTitre h2{
        font-size:16px !important;
        margin:0;
    }
}

.Footer .row{
    margin-right:0px;
}

.Footer #bottom{
    margin-left: 5%;
}

@media (max-width:768px){
    .Footer #bottom{
    margin-left: 0;
}
}

@media (min-width:768px) and (max-width:1100px){
    .Footer .Features2{
        margin-right:20px;
    }
}

@media (max-width:1525px){
    .MenuSousBrandMoto{
        margin-left:1%;
        margin-right:1%;
    }
}
@media (min-width:1012px) and (max-width:1228px) {
    .MenuSousBrandMoto li {
        width: 110px;
        height: 122px;
        margin-right: 4px;
        background-size: 90px;
    }
    .MenuSousBrandMoto li p{
        margin-top: 85px;
    }
}
@media (min-width:768px) and (max-width:1012px){
    .Corps .LoginPage{
        width:370px;
    }
}

#Contact .form-group{
    margin-left:0px;
    margin-right: 0px;
}

.DispSlider{
    display:none !important;
}

img.ImageProductListPub {
    width: 100%;
}
.PriceListPub {
  bottom: 0;
  color: #fff;
  font-family: 'PT Sans Narrow', sans-serif; /*open sans*/
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  left: 40%;
  margin: auto;
  position: absolute;
  text-align: center;
}




/* ################################################################ */
/* ################################################################ */
/*                              APOLLO                              */
/* ################################################################ */
/* ################################################################ */

/* ROUGE APOLLO #e20513 */



/* MODIFICATION DE L'AFFICHAGE DU LOGO (ON LE CENTRE) */

.logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* MODIFICATION DE LA COULEUR DE SURLIGNAGE DE TEXTE */


::selection {
    background: #e20513;
    color: white;
}

::-moz-selection {
    background: #e20513;
    color: white;
}

::-webkit-selection {
    background: #e20513;
    color: white;
}


/* AJUSTEMENT LISTE INDEX DES IMAGES DES VUS RECEMMENT ETC  */

img.media-object {
    max-width: 100px;
}


/* AJUSTEMENT DES LISTES DE PRODUITS POUR PERMETTRE DIFERENTES HAUTEURS DE NOMS DE PRODUITS SANS DECALER LA LIGNE DU DESSOUS*/

@media (min-width:768px){
    .repeated-item.col-md-4.col-sm-6.ng-scope {
        float: none;
        display: inline-block;
        vertical-align: top;
		margin-bottom:-11px;
    }
}



/* AJUSTEMENT DE L'AFFICHAGE DES TITRES DE PRODUITS EN VUE VIGNETTE */

a.caption-title.ng-binding {
    display: block;
    font-weight: 800;
    font-family: PT Sans Narrow;
    font-size: 14px;
}


/* AJUSTEMENT DU CONTENEUR DES PRODUITS EN VUE LISTE */

.row.products.grid {
    margin: 0px;
    background-color: white;
    padding-bottom: 30px;
}


/* AJUSTEMENT DU CONTAINER DES THUMNAILS POUR LE SLIDER DES IMAGES DU PRODUIT */

.row.product-thumbnails {
    margin-top: 0px;
}


/* AJUSTEMENT DE L'AFFICHAGE DE CES THUMBNAILS POUR EVITER UN MAUVAIS PLACEMENT EN CAS DE DIFFERENTES HAUTEURS D'IMAGES */

.product-thumbnails .col-xs-2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    margin-top: 0px !important;
}


/* ON FIXE LA HAUTEUR MAXIMALE DU TITRE DES PRODUITS EN VUE LISTE POUR AU MAX 2 LIGNES */

@media(min-width:992px) {
    a.caption-title.ng-binding {
        min-height: 58px;
        width: 200px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        font-weight:600 !important;
    }

    .padding a.caption-title.ng-binding {
        width: 100%;
        min-height: 40px;
        height: 35px;
    }
}


/* IDEM AVEC LA DESCRIPTION HAUTEUR MAX AJUSTEE POUR EVITER UN DECALAGE */

.caption-text.ng-binding {
    max-height: 88px;
    overflow: hidden;
}


/* AJUSTEMENT DE LA LARGEUR MAX DES BOUTONS CONNEXION FACEBOOK ET TWITTER PAGE PANIER */

.col-md-6 a.btn.btn-theme.btn-block.btn-icon-left {
    max-width: 800px;
}


/* AJUSTEMENT DES IMAGES DE LA LISTE DU PANIER POUR EVITER DES IMAGES TROP GRANDES */

td.image img {
    max-height: 100px;
    max-width: 100px;
}


/* AJUSTEMENT DE LA DIV CONTENANT LA LISTE DES PRODUITS DU PANIER POUR EVITER UNE LISTE TROP HAUTE SI BEAUCOUP DE PRODUITS */

.orders .col-md-8 {
   max-height: 440px;
    overflow: auto;
    padding-right:0px;
    transition: ease 0.2s;
}


/* AJUSTEMENT DIV BOUTONS CONNEXION FB G+ */

section#socialLoginForm {
    display: inline-block;
    width: 100%;
}


/* AJUSTEMENT MARGE DIV BOUTONS¨*/

section#socialLoginForm .col-md-6{
    margin-top:0px;
}


/* TAILLE DES BOUTONS FB ET G+ */

.col-md-6 .btnGoogle, .col-md-6 .btnFacebook {
    width: 100%;
    margin: 0px;
}

/* AJUSTEMENT DES MARGES DU BLOC DE CONNEXION PAGE PANIER */

.Bloc-Register .form-group {
    margin: 0px;
}


/* AU HOVER DE CONNECTEZ-VOUS PAGE PANIER AFFICHER MAIN */

.Title:hover{
    cursor:pointer;
}


/* AJUSTEMENTS DIV OU ENTRE BOUTONS CONNEXION FB G+ ET CONNEXION TRAD */

p.ConnexionOu {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
}


/* AJUSTEMENT AFFICHAGE DU PRIX SUR LA VIGNETTE */

span.VignPrix {
    width: 70px;
    display: inline-table;
}

.overflowed span.VignPrix {
    text-align:center;
}

span.RemisePourcent {
    width:50px;
    float: left;
    text-align:center;
    margin-top: 3px;
    font-size: 11.5px;
    margin-left: 20px;
}

span.PrixTTC {
    width: 50px;
    float: right;
    text-align: center;
    font-size: 11.5px;
    margin-top: 3px;
    margin-right: 20px;
}

.thumbnail .price ins{
    padding-right:0px !important;
    font-style:italic;
}

.thumbnail .price del {
    display: inline-block;
    font-size: 11.5px !important;
    margin-left: 5px;
}

.price table{
    width: 100%;
    font-size:14px;
    font-weight: 500;
}

.priceList {
    width: 50% !important;
    display: inline-block;
}

.price tr {
    width: 100%;
    display: inline-table;
}

.price td, .price th {
    width: 25%;
    text-align:center;
    font-weight:500 !important;
}


/* HOVER VIGNETTE PRODUIT POUR CHOIX COULEURS */

.ColorPicker {
    width: 25px;
    height: 25px;
    display: inline-block;
    color: black;
    border-radius: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    margin-right: 3px;
}

@keyframes showNav {
  from {opacity: 0;}
  to {opacity: 1;}
}

.ColorChoix{
    display:none;
    opacity:0;
    position: absolute;
    bottom: 5px;
    left: 4px;
    height: 25px;
}

.thumbnail:hover .ColorChoix{
    animation: showNav 0.2s ease-in-out both;
    opacity: 1;
    display: block;
}

/* AFFICHAGE DES LISTES DE PRODUITS ASIDE (IDEM BAS HEADER) SUR VUE PAGE DES PRODUITS */

.widget .product-list .media-heading {
    font-size: 15px;
}

.widget img.media-object {
    max-width: 80px;
}

.widget .product-list .media-link {
    margin-right: 10px;
}


/* PERMET DE RESOUDRE UN BUG D'AFFICHAGE DU POPUP DE CONNEXION */

.modal-backdrop {
    z-index:30 !important;
}

.LoginPop {
    background-color: white;
    max-width: 700px; /*1000px*/
    padding: 20px;
    margin:0 auto;
}

.LoginPop h3 {
    margin: 5px 0px 0px 10px;
}

.LoginPop .loginlink{
    margin-left:10px;
}

.LoginPop .loginlink {
    margin-left: 10px;
    margin: 0px 0px 10px 10px;
    display: block;
}

/* PERMET DE CORRIGER LES MARGES DES INPUTS SUR LA PAGE D'INSCRIPTION */

.pageRegister .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.pageRegister .form-group {
    margin-bottom: 0px;
}

.modal-dialog.ConnexionMenu {
    z-index: 99;
}

/* CORRECTION DE L'AFICHAGE DES POPUPS */

/*.modal-dialog {
    width: 1000px;
    margin: 12% auto 0px auto;
}*/


/* AFFICHAGE DU POPUP DE PANIER AVEC ANGULAR */

.modal-dialog.modal-ModalPanier {
    width: 100%;
    margin:0px;
}

.modal-body {
  background: none;
  padding: 15px;
  position: relative;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 80px rgba(0, 0, 0, 1);
    background: none;
}

div#popup-cart {
    margin-top: -87px;
}

.product-remise {
     color:#e20513;
    border: none;
cursor: default;
}


/* MODIFICATIONS DE L'AFFICHAGE DE LA NAV PROFIL */

.btn.btn-theme-transparent.NavPartTitre {
    display:block;
    margin-top:16px;
}

.LoginRed{
    color:#e20513;
     font-size: 16px;
    font-weight: 500;
}


/* AJUSTEMENT DES CROIX ROUGES POUR UN CHAMP NON VALIDE */

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

.has-feedback label~.form-control-feedback {
    top: 30px;
    right:10px;
}


/* AJUSTEMENT DE LA POSITION DE LA COCHE POUR UN CHAMPS VALIDE (EN VERT) */

span.glyphicon.glyphicon-ok.form-control-feedback {
    top: 30px;
    right: 10px;
}

.input-group span.glyphicon.form-control-feedback.glyphicon-ok {
    top: 2px;
}

/* AJUSTEMENT POUR LES COCHES GRISES FORMLAIRES */

.form-horizontal .form-group {
    position: relative;
}


/* CORRECTION LARGEUR DES INPUTS EN MOBILE */

@media (max-width:400px){
    .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }
}


/* TITRE PAGE ADRESSES */

.AdressesTitre {
    display: block;
}

.AdresseAdd {
    display: inline-block;
    margin: 0px 0px 10px 0px;
}


/* MODIFICATION DU TABLEAU DES ADRESSES */

.tableAdresses{
    clear:both;
    width:100%;
    /*display: block;*/
    overflow: auto;
}

.tableAdresses th{
    color: #e20513;
}

.tableAdresses td{
    border-bottom: 2px solid #e9e9e9;
}

.tableAdresses tr:nth-child(even){
    background-color: #f5f6f7;
}

.tableAdresses th, .tableAdresses td{
    padding: 7px 15px;
}

.tableAdresses i.fa.fa-edit, .tableAdresses i.fa.fa-trash {
    font-size: 20px;
    vertical-align: middle;
}

.tableAdresses td a {
    display: flex;
}

.tableAdresses i{
    visibility:hidden;
    transition:none !important;
}

.tableAdresses tr:hover i, .tableAdresses tr:hover i{
    visibility:visible;
}


/* AJUSTEMENTS MARGE POUR ICONES DANS UN BOUTON */

/*.btn .fa{
    margin-right:10px;
}*/


/* Boutons plus et moins */
/*.qteVignette {
    width: 88px;
    height: 44px;
    display: inline-block;
}

.qteVignette button.btn {
    display: inline-block !important;
    width: 26px !important;
    height: 44px;
    padding: 0px !important;
}

.qteVignette input.form-control.qty {
    width: 30px;
    display: inline-block;
    padding: 0px 0px 0px 7px;
}*/

.qte-moins, .qte-plus {
    height: 44px;
    width: 24px;
    display: inline-block;
    border: 3px solid #e9e9e9;
    background-color: #f5f6f7;
    font-weight: 900;
    transition: ease 0.15s;
    border-radius:0;
}

.qte-moins:hover, .qte-plus:hover {
    background-color: #e9e9e9;
}

.qte-moins:active, .qte-plus:active {
    box-shadow: 0px 0px 10px rgb(180,180,180) inset;
}

.qte-moins{
    border-right: none;
}

.qte-plus{
    border-left: none;
}

.qte-champ input[type=number]{
    -webkit-appearance: none;
}

.qte-champ {
    height: 44px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    border: 3px solid #e9e9e9;
    border-left: none;
    border-right: none;
    margin: 0px -4px;
    text-align: center;
    border-radius:0;
}

.qteContainer {
    height: 44px;
    display: inline-block;
    margin-right: 10px;
}

.col-md-8 .qteContainer{
    margin-right: 0px;
}

a.btn.btn-theme.btn-theme-transparent.btn-icon-left.AddCart {
    vertical-align: top;
}


/* POUR LA PAGE DETAIL PRODUIT, PLUS HAUT ET LARGE*/

.qteDetail {
    float: left;
    height: 60px;
    margin-top: 10px;
}

.qteDetail .qte-moins, .qteDetail .qte-plus {
    height: 60px;
    width: 32px;
}

.qteDetail .qte-champ {
    height: 60px;
    width: 40px;
}


/*IDEM POUR ANGULAR, JUSTE RAJOUTER UNE MARGE EN HAUT POUR LES + ET -*/

a.counter-plus.qte-plus, a.counter-minus.qte-moins {
    padding-top: 8px;
    color: rgb(51,51,51);
    text-align: center;
}


/*Changement de l'apparence des champs pour la quantité sous webkit*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


/* Modifs pour le popup panier (pour pouvoir le fermer si on clique en dehors) */

.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: none;
}

@media (min-width: 768px){
    .modal-dialog.modal-ModalPanier {
        width: 100%;
        margin: 30px auto;
    }
}

.cart-items {
    position: absolute!important;
    max-width: 450px;
    top:40px;
    right:0px;
}

@media (max-width:768px){
    .cart-items {
        margin:45px auto!important;
        position:relative!important;
        right:0!important;
    }
}

/* Popup des produits virtuels */

.popupVirtuel{
    background-color:white;
    padding:15px;
    box-shadow: 0px 0px 60px rgba(0,0,0,0.6);
}

.popupVirtuel .product-list {
    width: 100%;
    max-width: 100%;
}

.product-taille {
    display: inline-block;
    float: left;
    width: 78px;
    text-align: center;
    margin-right: 15px;
}

.product-taille-desc{
    display: block;
}

.product-taille .qteContainer{
    margin-right:0px;
}

.popupVirtuel .page-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px){
    .modal-dialog {
        margin: 30px 0px;
        right:0px;
        margin:auto;
    }
}

.popupVirtuel .btn.btn-theme.btn-theme-transparent.btn-icon-left {
    margin-top: 30px;
}

span.Total-produits {
  color: #e20513;
  display: block;
  font-family: PT Sans Narrow;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 35px 10px 0;
  text-align: right;
  text-transform: capitalize;
}


/* CORRECTION AFFICHAGE BOUTON PAGE DETAIL PRODUIT */

a.btn.btn-theme.btn-cart.btn-icon-left {
    padding: 19px 19px;
}

/* PAGE DE PAIEMENT */

.LivraisonDomicile{
    margin:15px 0;
}

.LivraisonParticulier {
    margin-left:15px;
    margin-bottom:0px;
    margin-top:15px;
}

#NewBlocPanier .Bloc-Profil .form-group {
    margin: 0;
}

.FactureColis{
    margin-right:15px;
}

input[type="checkbox"] {
    cursor: pointer;
}

.Bloc-Profil {
    margin-bottom: 20px;
}

.Bloc-Profil a {
    margin: 5px;
    display: inline-block;
}

.Bloc-Profil p {
    margin: 0px;
    display: inline-block;
}

#adresse2 .dropdown-menu.open {
    z-index: 19;
}

#adresse2 ul.dropdown-menu.inner.selectpicker {
    max-height: 345px !important;
}

div#LoginTunnel {
    margin-bottom: 20px;
}

#accordion3 .panel-collapse {
    margin-top: 20px;
}

#accordion3 .col-md-12, #accordion3 .col-md-6, #accordion3 .col-md-4 {
    margin-top: 0px;
}

#adresse1 .form-group {
    position: relative;
}

#adresse1 .DocumentLastBug{
    display: inline-block;
    width: 100%;
}

#toReplaceAdresses {
    display: inline-block;
    width: 100%;
}

.block-title.alt {
    background-color: #f1f1f1;
}

.form-delivery .row {
    margin: -15px 0px !important;
}

#SubmitButtonNewAdresse, #SubmitButtonTempAdresse {
    margin-top: 20px;
}

#NewBlocPanier td.quantity {
    width: 94px;
}

.Action .qte-champ {
    padding-top: 1.5px;
}

.shopping-cart textarea.form-control {
    height: 60px !important;
    transition: ease 0.2s;
}

.shopping-cart textarea.form-control:focus, .shopping-cart textarea.form-control:active {
    height: 118px !important;
}

.cart-item-price{
    display:block;
    text-align: center;
}

.cart-item-remise{
    display: block;
    color: e20513;
    font-weight: 600;
    font-size: 16px;
}

#cart-content td.total {
    width: 125px;
}


.shopping-cart #Message {
    margin: 0px;
}

/* MODIFICATIONS DU HEADER */

.headerContainer{
    padding:0;
}

.homeContainer{
    display: inline-block;
   
    padding-left: 0!important;
    padding-right: 0px!important;
}

/*@media (min-width: 1664px) and (-webkit-min-device-pixel-ratio:0) { 
     .homeContainer {
     margin-left: -20px!important;
}
}*/

@media (min-width: 1664px){
.homeContainer {
    /*width: 1170px;*/
    
}
}

/*@media (min-width: 992px) and (max-width:1664px){
.homeContainer {
    margin-left: -5px;
    
}
}*/

@media (max-width:530px){
    .homeContainer{
        width:100%;
        margin-top:0px;
		display:none;
    }
}


.header-search button{
    left:3px;
	height:27px;
}

.header-search button:before{
    background:transparent!important;
}

@media (max-width:1799px){
    .HeaderEnsavoirPlus{
        display:none;
    }
}
@media (min-width: 1400px){
    /*/*.header .header-wrapper .container {
        width: 100%;
    }*/
   
}
@media (min-width:992px) and (max-width: 1799px){
    .header-search {
        width: 160px !important;
    }
    .header-search {
        margin: 10px 20px 10px 0 !important;
    }
    .navigation{
        margin: 2px 0px 2px 10px !important;
    }
    .navigation li a.navlink{
        padding: 5px 10px 5px 6px !important;
        font-size: 0.8vw;
    }
    .sf-menu.nav > li > a.sf-with-ul, .sf-arrows .sf-with-ul {
        padding-right: 1.8em !important;
    }
}

@media (min-width: 768px){
    .header-search input {
        font-size: 13px !important;
    }
}

@media (min-width:1799px){
    li.nav-separator{
        margin-top: 21px !important;
    }
    .header-search .form-control {
        width: 200px !important;
        margin-right: 10px !important;
    }
}

@media (min-width:992px) and (max-width:1799px){
    .header-search {
        width: 200px !important;
        
        }
}
@media (min-width:481px) and (max-width:768px){
    .header-wrapper .header-search{
        /*margin: 25px 18px 25px 0px;*/
    }
   
}
@media (min-width:769px) and (max-width:991px){
    
    .header-search input{
    margin-left:-10px;
}
}
@media (max-width:530px){
    .logo {
        padding-top: 0;
        /*margin-bottom: 10px !important;*/
    }
	.header-search{
		margin-top:-10px;
		padding-top:0px;
		line-height:60px;
		overflow:hidden;
		white-space:nowrap;
		
	}
	.pull-left{
        /*margin: auto;*/
        /*float: none !important;*/
		/*display: flex;*/
		width:160px;
		line-height:48px;
		white-space:nowrap;
		padding:0px;
    }
    .header-wrapper .pull-right{
        /*float: none !important;*/
    }
    .header-wrapper .header-search{
        margin: 0px 0px 5px 0px;
		display:none;
    }
    .header-wrapper .header-cart{
        width: 100%;
        text-align: center;
        margin: 5px 0px 10px 0px;
    }
}

@media(min-width:1300px) {
    .header-wrapper .pull-left {
        /*padding: 15px 0 0 5px;*/
}
}


.headerBackground{
  
    padding: 0;
    background-color: #FFF;
	height:60px;
}

.header {
    border-bottom: none !important;
}

.header-wrapper .container{
        padding-left: 0!important;
    padding-right: 0px!important;
}

@media (max-width:1590px) and (min-width:768px){
    .header-wrapper .container {
        padding-right: 20px !important;
    }
}

.header-wrapper {
    background-color: #e20513 !important;
    padding: 0!important;
    text-align: center;
    display:block;
    height:60px;
}

@media(max-width:530px){
    .header-wrapper{
       height:60px;
        padding: 0 0 0 0!important;
    }
	.navigation-wrapper{
		display:none;
	}
}

.logo {
    display: inline-block;
    background-color: white;
    float: left;
    margin-left:45px!important;
        padding: 9px 10px;
}

@media (max-width:550px){
    .logo{
        margin-left:10px!important;
    }
}

@media(max-width:530px) {
    .logo {
        /*margin: 0 auto!important;*/
        width: 38%;
        /*float: none;*/
        display: block;
    
    }
}

.navigation .nav.sf-menu{
    font-size:19px;
}

.navigation {
    display: inline-block;
    float: left;
   
}

.header .navigation-wrapper{
    border:none!important;
}

.header-search {
    display: inline-block;
    position: relative !important;
    margin: 10px 20px 10px 0;
}

    .header-search input {
        margin-bottom: 0px;
        padding-left: 40px;
        /*font-size: 16px;*/
        font-size: 3vw;
        padding-top: 5px;
        padding-bottom: 7px;
        background-image: url(Images/Ico/loupe.png);
        background-position: 10px 50%;
        background-repeat: no-repeat;
    }

.header-cart {
    display: inline-block;
    margin-right: 22px;
    float: right;
    margin-top: 13px;
}

/*@media (-webkit-min-device-pixel-ratio:0) { */
    .header-cart {
        margin-left: -22px;
    }
/*}*/

@media(min-width:1300px) {
    .header .header-cart {
        min-width: 230px !important;
    }

    #panier {
        padding-left: 40px;
    }
}

@media(min-width:1300px) {
    .header .header-cart {
        min-width: 222px;
    }
}

li.nav-separator {
    width: 1px;
    height: 13px;
    background-color: black;
    margin-top: 1%;
}

li.nav-separator:hover {
    background-color: black !important;
}
.header-cart a.btn.btn-theme {
  border-color: #fff;
  border-width: 2px !important;
  padding: 8px 8px !important;
  line-height:15px;
  white-space:nowrap;
}

.header-cart i.fa.fa-shopping-cart {
    font-size: 30px;
    margin-top: -8px;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}

span.HeaderEnsavoirPlus {
    font-weight: 200;
    text-transform: initial;
    font-family: PT Sans NArrow;
    font-size: 16px;
	line-height:16px;
	white-space:nowrap;
	height:34px;
	position:relative;
}

.cart-wrapper span.hidden-xs {
    margin-top: -2px;
    display: inline-block;
}

.header-cart .cart-separator {
    font-weight: 200;
}

.navlink {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* SOUS MENUS */
.sf-menu .navlink {
    /*color: black !important;*/
    text-transform: uppercase;
    /* font-style: italic; */
    font-weight: 700;
    font-size: 0.8vw;
    letter-spacing: 0.5px;
}

.sf-menu .submenu1 ul a{
    color: white !important;
    font-style: italic;
    padding: 0px 15px 0px 15px !important;
}

.sf-menu .submenu1 ul li{
    background-color: #232323 !important;
    font-style: italic;
}

.sf-menu .submenu1 ul li:first-child{
    background: transparent !important;
}

.sf-menu .submenu1 ul li a:hover:active{
    background-color: #4a4a4a !important;
}

.nav-fleche{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 16px 15px;
    border-color: transparent transparent #000000 transparent;
    background-color: transparent !important;
    margin: auto;
}

.categorie-tarif {
    border-radius: 9px;
    color: white;
    text-shadow: 0px 0px 10px black;
}


/* Modification page société pour affichage infos supp */

.col-md-8 .FormProfil {
    width: 88%;
}

.societe-infos .categorie-tarif {
    padding: 5px 15px;
    text-shadow: 0px 0px 5px grey;
}

.text-margin-top{
    margin-top:20px;
}

.text-margin-bottom{
    margin-bottom:10px;
}

.text-no-margin-bottom{
    margin-bottom: 0px;
}

.list-margin-left{
    margin-left:25px;
}

.list-paiement li {
    list-style: initial;
}

/* MODIF COMPTEURS PANIER */

.inputPanier{
    margin-top: 5px;
}

/*.popup-cart .qte-champ{
    padding-top: 7px;
}*/

.cart-right-part{
    text-align: right;
}

.popup-cart .qteContainer{
    margin-top: 10px;
    margin-right: 0px !important;
}

.cart-items .item-image {
    width: 71px;
}



.form-horizontal .form-group {
     margin-right: 0px !important; 
     margin-left: 0px !important; 
}

.move-top-20{
    margin-top:20px;
}

/* PAGE ADRESSE MANAGE ADRESSE DEFAUT */
tr.adresse-defaut {
    background-color: #ffd9d9 !important;
}

.page-section .breadcrumb{
    line-height:0!important;
}

.page-section.breadcrumbs .page-header:not(.col-md-4){
    margin: 15px 0px 0px!important;
}

.countContainer{
    display:inline-block;
}

/* PAGE COMMANDES MANAGE AJUSTEMENTS PRESENTATION */

.commandes table{
    width:100%;
}

.commandes tbody tr:nth-child(odd) {
    background-color: #e9e9e9;
}

/* POPUP DE PRODUIT SUR LA PAGE DES COMMANDES */

.popupVirtuel .popupProduct .btn.btn-theme.btn-theme-transparent.btn-icon-left {
    margin-top: 0px !important;
    vertical-align: top;
}

.popupVirtuel .popupProduct .buttons {
    height: 44px;
}

.popupVirtuel .popupProduct .product-list .media-link {
    margin-right:0px !important;
}

.popupVirtuel .popupProduct .caption {
    padding-top: 10px;
}

.popupVirtuel .popupProduct .product-list .media-link:hover:after {
    background:none !important;
}

.popupProduct .price {
    margin-top: 10px;
    border-top: 1px solid rgb(228, 228, 228);
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 6px 0px;
}

/* Liste categories/Categories */

.categorieCategories a {
    display: inline-block !important;
    text-transform: uppercase;
}

.children a{
    font-size:11px;
}

.rouge{
    color:#e20513!important;
}
/* MANAGE > RELIQUATS */

.ReliquatIndispoText{
    max-width:100px;
}

.inputReliquat{
    width: 50%;
margin-bottom: 5px;
text-align: center;
border-top: 2px solid #E9E9E9;
border-bottom: 2px solid #E9E9E9;
cursor: default;
float: left;
border-left:0;
border-right:0;
padding:4px;
}

.TdQteReliquat{
    max-width: 110px;
vertical-align: top;
}

.ButtonReliquat{
    float: left;
padding:4px;
border:2px solid #E9E9E9;
transition:0.1s;
}

.ButtonReliquat:active{
    border-color:#000;
    background:#000;
    color:#FFF;
}

.reliquat-dispo {
    height: 18px;
    width: 18px;
    background-color: lime;
    display: block;
    border-radius: 10px;
    margin: auto;
    margin-left:4px;
}

.reliquat-orange {
    height: 18px;
    width: 18px;
    background-color: orange;
    display: block;
    border-radius: 10px;
    margin: auto
}

.reliquat-indispo {
    height: 18px;
    width: 18px;
    background-color: #e20513;
    display: block;
    border-radius: 10px;
    margin-left:4px;
}

.ReliquatPopUp .reliquat-dispo {
    margin-left: 4px;
}

.reliquats td a {
    display: block;
}

.reliquats th, .reliquats td {
    padding: 4px 15px;
}

.reliquats td .fa{
    margin-right:5px;
}

/* Liste couleur filtre produit */

.R{
    background-color:#FF0000;
}

.J{
    background-color:#F7FE2E;
}

.N{
    background-color:#000000;
}

.B{
    background-color:#0000FF;
}

.O{
    background-color:#FF8000;
}

.V{
    background-color:#00FF00;
}

.G{
    background-color:#cccccc;
}

.C{
    background-color:#585858;
}

.S{
    background-color:#B45F04;
}


.FilterList{
    display:inline-table;
}

.colorFilter{
    display: block;
width: 23px;
height: 23px;
cursor: pointer;
}

.inputColorFilter{
    opacity:0;
}

.colorFilterBorder:hover{
    border: 3px solid #232323;
    transition:0.5s;
    
}

.colorFilterBorder{
    cursor: pointer;
    transition:0.5s;
        display: block;
    width: 35px;
    height: 35px;
    border: 3px solid rgba(35, 35, 35, 0.1);
    padding: 3px;
}

/* MODIFS DU HEADER POUR MEGAMENU DEROULANT */
@media (max-width:1399px) {
    .sf-menu li.megamenu > ul {
        width: 1140px !important;
        margin: 0px 0px 0px -14EM !important;
        box-shadow: 0px 0px 10px black;
    }
}

@media (min-width:1400px){
    .sf-menu li.megamenu > ul {
        width: 1140px !important;
        margin: 0px 0px 0px -7EM !important;
        box-shadow: 0px 0px 10px black;
    }
}

.megamenu .col-md-2{
    vertical-align:top;
}

.sf-menu li.megamenu > ul li ul li {
    width: 100% !important;
}

.sf-menu .megamenu ul li > a {
    padding: 1px 0px 1px 0px !important;
}

.sf-menu li.megamenu .block-title {
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
}

@media (max-width:991px){
    /*1857px*/
    .sf-menu li.nav-separator {
        display: none !important;
    }
    .navigation {
        margin: 0px 0px 0px 30px;
    }
    .sf-menu li.megamenu > ul {
        width: auto !important;
        margin: 0px 0px 0px -7EM !important;
        box-shadow: none;
    }
}

/* PAGES PRODUIT TITRE ET FIL D'ARIANE */

.page-header.col-md-4 {
    margin: 30px 0px 0px 0px !important;
}

.page-header.col-md-4 h1{
    text-align:left;
}

.bread-desc p{
    margin-bottom: 0px;
    font-weight: 500;
    font-family: PT Sans Narrow;
    line-height: 23px;
}

/* PAGES PRODUIT CHARGEMENT */

.loading-animation {
    margin-top: 70px;
}

.loading-animation .spinner{
    width: 200px !important;
    height: 60px !important;
}

.loading-animation .spinner > div{
    width:35px !important;
}

.loading-animation #preloader-title {
    font-size: 12px !important;
    margin-top: 5px !important;
}



/*.sf-menu li:hover .arrow-down,
.sf-menu li.sfHover .arrow-down,
    .sf-menu li.sfHover > a .arrow-down,
    .sf-menu li.active .arrow-down{
  opacity:1;
}*/
/* Home Sous Menu piece dirtbike */
/*.megamenu .glyphicon-triangle-bottom {
    left: 31%;
    font-size: 50px;
    color: #000;
    position: absolute;
    top: 55px;
    opacity:0;
}*/

.arrow-down {
     left: 33%;
    position: absolute;
    top: 68px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 25px solid #000;
  
}

@media (max-width:992px){
    .arrow-down{
        display:none;
    }
}

.btn-theme{
    color:#FFF;
	height:44px;
}
div.caption div.buttons{
	margin-bottom:0px;
}
.PieceMegaMenu .container{
    padding:0;
}

.PieceMegaMenu .SousBrand{
    width: 20%;
float: left;
padding-right: 15px;
padding-left: 15px;
}

@media (min-width:768px) and (max-width:992px){
    .PieceMegaMenu .SousBrand{
    width:50%;
}
}

@media (max-width:768px){
    .PieceMegaMenu .SousBrand{
    width:100%;
}
}

.PieceMegaMenu .SousMenuBackground{
    height:30px;
        padding-top: 4px;
        margin-bottom:8px;
}

.SousMenuBackground .block-title{
    font-size: 20px!important;
}

.SousMenuBackground{
    width: 100%;
    height: 25px;
    background: #e20513;
    position: relative;
    padding-top: 3px;
    padding-left: 10px;
    text-align: left;
    font-family: PT Sans Narrow;
    font-style: initial;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #FFF;
}

.SousMenuBackground span{
    color: #FFF;
    font-style: initial;
    font-size: 17px;
    font-weight: 500;
    margin-left: 2px;
}

.SousMenuBackground .section-title{
    text-align: left;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
}

.SousMenuBackground .block-title{
    color:#FFF;
}

.SousMenuBackground .block-title span:after{
    display:none;
}

.SousMenuBackground a {
    color: #FFF!important;
}

.SousMenuBackground:before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    width: 0;
}

.SousMenuBackgroundTitle{
        font-weight: 700!important;
    font-size: 13px;
}

.SousMenuBackgroundProduct{
    height: 25px;
    padding: 3px 0px 0px 10px!important;
}

    .SousMenuBackgroundProduct h1 {
        color: #FFF!important;
        font-weight: 500!important;
        font-size: 17px!important;
    }


.SousMenuBackground:before {
    border-bottom: 15px solid #f2f2f2;
border-left: 13px solid transparent;
}

.PieceMegaMenu .SousMenuBackground:before {
    border-bottom: 9px solid #FFF;
border-left: 9px solid transparent;
}

.DescriptionBrand .SousMenuBackground:before{
        border-bottom: 15px solid #f2f2f2;
    border-left: 15px solid transparent;
}

@media (max-width:768px) {
    .navigation .SousMenuBackground:before {
        border-bottom: 16px solid #232323;
    }

    .widget-title{
        text-align:center;
    }

}

.sectionTitle{
    margin-bottom:10px;
}

ul#tabs,ul#tabs li{
    width:100%;
}

.widget-content ul#tabs{
    width:initial;
}

.widget-content ul#tabs li{
    width:1%;
}


.cart-wrapper a{
    color:#FFF;
}

/* Footer */

.footer{
    border-top: 0px !important;
    padding-top: 15px;
    padding-bottom: 40px;
}

@media (max-width:768px) {
    .footer-widgets .col-xs-6 {
        width: 49% !important;
    }
}

.footer-widgets .col-md-3{
    width:24%;
}

.prefooter{
        background-color: #e20513 ;
    text-align: center;
        height: 50px;
}

.borderFooter{
    width: 1px;
    height: 230px;
    border-right: 1px solid #FFF;
    float: left;
    display: block;
    margin-top: 84px;
}

@media (max-width:768px){
    .borderFooter{
        display:none!important;
    }
}

.prefooterImg{
    display: block;
    width: 4%;
    margin: 0 auto;
    padding: 5px 0;
    background: #FFF;
    min-width: 100px;
    height: 50px;
}

.prefooterImg img{
    /*width: 80%;*/
        max-height: 40px;
    background-size: cover;
}

.footer-widgets{
         padding: 0!important; 
    margin-top: 15px!important;
}

.footer-widgets .container-fluid{
    background-color:#f2f2f2;
        padding-bottom: 10px;
}

.footer-widgets .widget-title{
    color:#000!important;
    letter-spacing: 0px;
white-space: nowrap;
overflow: visible;
font-size: 17px!important;
font-weight:700!important;
}

@media(max-width:1200px){
    .footer-widgets .widget-title{
        white-space: normal;
}
}

.footer-widgets .widget-title:before{
    display:none!important;
}

.widget-categories ul li{
    line-height:20px;
}

.widget-categories ul li a{
    padding: 2px 0 4px 0px!important;
    color:#000;
    /*font-style: italic;*/
    font-size:17px;
    font-family: 'PT Sans Narrow';
}

.widget-categories ul li a:before{
    content:''!important;
}

.newsletterButton {
  background-color: #797979;
  border: 2px solid #ababab !important;
  font-size: 11.5px !important;
  font-weight: normal !important;
}

.newsletterButton:hover{
    border:2px solid #FFF!important;
}

.newsletterInput{
    width: 100%!important; /*75*/
    border: none!important;
letter-spacing: 0px;
font-size: 15px!important;
}


/* Menu piece dirtbike*/

.PieceMegaMenuShow{
      display:block!important;
    opacity:1!important;
}

.PieceMegaMenu{
    display:none;
   
}

.PieceMegaMenu a{
    color: #000;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-family: 'PT Sans Narrow';
    font-size: 16px;
}

.PieceMegaMenu li ul{
    padding-left:0px!important;
}

.PieceMegaMenu li{
    display:inline;
    line-height: 1.2em;
}

.PieceMegaMenu li a:hover{
    color:#e20513;
}
#scrollUpPieceDirtBike{
    color:#e20513;
        font-size: 25px;
}

.CloseButton{
    width:100%;
    display:block;
}

/*.PieceMegaMenu .row div[class*="col-"], .row aside[class*="col-"]{
    margin-top:0!important;
}*/

@media(max-width:530px) {
    .PieceMegaMenu .container {
        padding-top: 83px;
    }
    .content-area {
        padding-top: 80px;
    }
    .Login-Ok {
        padding: 25px 10px;
        position: relative !important;
    }
}
@media(max-width:767px) {
    .content-area {
        padding-top: 80px;
    }
}

/*Page produit*/


.DescriptionBrandText{
    text-align: left;
font-size: 16px;
color: #000;
font-weight: 600;
margin-top: 10px;
}


.product-single .product-title{
    /*font-style:italic;*/
    font-weight:700!important;
}

.product-single .btn-cart{
    font-weight:700;
}

.shop-info-banners .block:hover .pull-right > .noir{
    display:none;
    transition:0.5s;
}

.shop-info-banners .block:hover .pull-right > .blanc{
    display:block;
    transition:0.5s;
}

.blanc{
    display:none;
}

.cart{
    background: url(Images/Ico/cart-b.png) no-repeat;
    float: left;
}
.btn-theme:hover .cart{
    background: url(Images/Ico/cart.png) no-repeat;
    background-size: 20px auto;
}

.cartHeader {
    width: 20px;
    height: 20px;
    /*margin: -3px 8px 0 0;*/
    float: left;
    background: url(Images/Ico/cart.png) no-repeat;
    background-size: 20px;
}

.CartBestSeller {
    background-size: 20px auto;
    margin: -2px 10px 0px 0px;
    width: 20px;
    height: 20px;
}
.width-100percent{
	width:100%;
	margin-top:0;
}
.loupe{
	display:block;
    background-image:url('Images/Ico/loupe.png');
    width: 24px;
    height: 24px;
	z-index:100;
}

.loupeBl{
     background-image: url('Images/Ico/loupe_bl.png');
width: 24px;
height: 24px;
float: left;
background-size: 24px auto;
margin-right: 5px;
}

.btnLoupe{
    padding: 7px 10px!important;
    line-height:24px!important;
}

.cartDetails{
	width: 27px;
	height: 27px;
	margin: -4px -36px 0px 36px;
	display: block;
}

/*Modal reliquat*/


.ReliquatPopUp {
    z-index: 1000;
    background: #FFF;
    margin: 30px auto;
    width: 600px;
}

.ReliquatPopUp .text-margin-bottom {
    margin-bottom: 0!important;
}

.ReliquatPopUp .ReliquatPopUpButton{
margin-top:10px;
}


/*Manage Paniers*/
@media(max-width:768px) {
    .PaniersButton a {
        width:100%;
        margin-bottom: 5px;
    }
}

/* Manage Stock*/

.ligneStock{
        transition:0.3s;
        display:inline-block;
        width:100%;
}

.ligneStockHover:hover{
    background-color:#FAFAFA;
    transition:0.3s;
}

.stockLeft{
    margin-right:1%;
}

.stockList{
    padding-left: 0px;
padding-right: 10px;
padding-top: 10px;
margin-bottom: 10px;
}

@media(min-width:768px) {
    .stock .col-md-6 {
      width: 49%;
    border: 1px solid #ddd;
    padding: 0;
    }
}

.stock .col-md-6 h2{
    padding: 12px 0px;
font-family: 'PT Sans Narrow', sans-serif;
color: #000;
background: none repeat scroll 0% 0% #E9E9E9;
}

.DesignationStock{
    width:41%;
    float:left;
}

.SerieStock{
    float:left;
    width:40%;
}

@media (max-width:1200px){
    .ligneStock{
        padding-left:5px;
    }
}

@media (max-width:992px){
   
    .VendreStockText{
        display:none;
    }
}

.VendreStock{
    width:16%;
        float:left;
            margin-top: -7px;
}

.VendreStock img{
    width:28%;
}

.ClientStock,DateStock{
    float:left;
    width:20%;
}

.stockInput{
    max-width: 387px;
        margin: -10px auto 30px auto;
}

.DateStock{
    width: 30%;
    float: left;
}

.stockContainer{
    float:left;
    width:100%;
}

.dateVenteText{
    font-size: 11px;
    text-transform: uppercase;
    color: #232323;
    margin-bottom:3px;
    padding:20px 0;
}

/*Point service*/

.PointService{
    display: block;
float: left;
width: 100%;
}

.PointServiceInput{
    width:60%;
    display:inline-block;
}

.PointServiceSearch{
    margin-top: -3px;
}

.PointService .ligneStock li {
    
    float: left;
}
.PointService .ligneStock {
    padding-right: 5px;
        background: #FFF;
    padding-top: 5px;
    margin-bottom: 5px;
     border:1px solid #FFF;
}

    .PointService .ligneStockHover:hover {
        border:1px solid #e20513;
    }

.ListePointService,.StockDesignation{
    background:#FAFAFA!important;
}

.PointService .ligneStock p{
    margin-bottom:0;
}

.NomService{
    width:40%;
}

.DistanceService{
    width:10%;
}

.PrixService{
    width:20%;
}

.AvisService{
    width:10%;
}

.infoMobile{
    width:80%;
    display:none;
}

.IconService .Mobile{
    display:none;
}

@media (max-width:768px){
    .infoMobile{
    display:block;
}

.NomService,.AvisService, .DistanceService, .PrixService {
    display:none;
}

.IconService .Mobile{
    display:block;
}

.IconService button{
    width: auto!important;
    padding:15px;
}
}

.IconService{
    width:20%;
}

.IconService button{
    width: 100px;
white-space: normal;
}

/* Vignette espace pro */

@media(min-width:992px) {
    .ProductBrowse {
        float: left;
        min-height: 465px;
        display: block;
    }

        .ProductBrowse .buttons {
            position: relative;
            bottom: 0px;
            margin: 0px auto;
            left: 0px;
            right: 0;
        }
}


.DetailsPageSection{
    overflow:visible!important;
}

.containerLayout {
    display: block;
}

.rightContainer {
    display: inline-block;
    float: right;
    height: 60px;
    overflow: hidden;
}

a.SousMenuBackgroundTitle {
    color: #e20513;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
}

.SousMenuBackground2 {
    margin-bottom: 1px;
}

.menuclosebutton {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.top-bar .categorie-tarif {
    padding: 0px 10px;
    /* border: 1px solid #bfbfbf; */
    color: black;
    text-shadow: none;
}

.PieceMegaMenu .MMsub .SousMenuBackground2 {
    border-top: 2px solid rgb(219,219,219);
    padding-top: 5px;
}

.bread-desc.col-md-12 {
    padding: 0px;
}

.shop-sorting .btn-theme-transparent {
  background-color: white;
  border: 2px solid #e6e6e6;
  font-size: 14px;
}

.btn-product {
    border: 3px solid black;
    color: black;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: PT Sans Narrow;
    text-transform: uppercase;
}

.btn-product:hover {
    color: white;
    background-color: black;
}

.btn-product:hover .cart {
    background: url(Images/Ico/cart.png) no-repeat;
    background-size: 20px auto;
    float: left;
}

.btn-product:active {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5) !important;
}

.whiteback{
    background-color:white;
}

.container.whiteback {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.container-ariane{
    margin: 0px auto 5px;
    padding: 0px;
    font-family: PT Sans Narrow;
    font-size: 13px;
    color: #232323 !important;
}

.description .whiteback{
    padding-top:30px;
}

section.page-section.description {
    padding-top: 0px;
}

.page-section.DetailsPageSection{
    padding-bottom:0px !important;
}

.manage-name{
    font-size: 30px;
    font-weight: 300;
    font-family: 'PT Sans Narrow';
    color: #fe1414;
}

.margin-bottom-10{
    margin-bottom:10px;
}

.padding{
    padding:20px;
}

.availability{
    font-size:13px;
}

.ModalControllerVignette h4.caption-title {
    padding: 0px 45px;
   /* height: 43px;*/
}

.btn-red {
    border: 3px solid #e20513;
    background-color: #e20513;
    color: white;
    text-transform: uppercase;
    font-family: PT Sans Narrow;
    font-weight: 600;
    letter-spacing: 0.6px;
    height: 44px !important;
}

.btn-red:hover{
    border: 3px solid black;
    background-color: black;
    color:white;
}

.btn-red .loupeBl{
    margin-right: 8px;
    margin-top: -3px;
}

.padding .Noavailability{
    float: left;
}

.product-brand {
    font-family: PT Sans Narrow;
    font-size: 13px;
    margin-bottom: 0px !important;
}

.product-single .product-availability strong {
    font-weight: 700 !important;
    font-size: 13px;    
    font-family: PT Sans Narrow;
}
.AddcartDetails {
  float: left;
  margin-right: 10px;
}

.RefProduct {
    font-family: PT Sans Narrow;
    font-size: 16px;
}

.price span{
    font-family:PT Sans Narrow;
}

.DetailsPageSection .price .product-price{
    margin-right:10px;
}

.DetailsPageSection .price {
    margin: 15px 0px;
}

.DetailsPageSection .buttons .cartHeader{
    background: url(Images/Ico/cart-b.png) no-repeat;
    background-size: 20px;
}

.DetailsPageSection .buttons .btn-icon-left:hover .cartHeader{
    background: url(Images/Ico/cart.png) no-repeat;
    background-size: 20px;
}

.description .nav-tabs{
    font-family: 'PT Sans Narrow';
}

.description .tab-content{
    font-family: PT Sans Narrow;
    font-size: 16px;
    color: black;
}

form.variable {
    display: inline-block;
    width: 100%;
    margin-left: -15px;
}

form.variable .col-sm-6 {
    margin-top: 5px !important;
}

/*Pour répondre au ticket 118 au niveau de l'affichage de la fiche produit, suite à la perte de mes data, le 13 fev 2017, Loïc*/
.product-page .product-brand{
    color:#6d6e6f;
}

.product-page .RefProduct{
    color:#000;
}

.product-page .product-availability p {
  background-color: #44cb75;
  display: inline-block;
  font-size: 16px !important;
  line-height: 16px;
  padding: 4px 8px;
}
.product-page .product-availability strong{
    font-size:16px !important;
    color:#fff !important;
}

.product-page .price s{
    color:#797979;
    font-size:15px !important;
}
.row.blocks.shop-info-banners.whiteback{
    padding:0 5px;
}

.row.blocks.shop-info-banners.whiteback .block{
    height:87px;
    border:4px solid #000;
    line-height:87px;
}

.row.blocks.shop-info-banners.whiteback .block{
    padding:5px 10px;
    height:87px;
    border:4px solid #000;
    background-repeat:no-repeat;
    line-height:87px;
}
.row.blocks.shop-info-banners.whiteback .block .media-body {
    font-family: PT Sans Narrow;
    font-size:12px;
    line-height:12px;
    font-weight:900;
}
.row.blocks.shop-info-banners.whiteback .block .media-body .media-heading{
  color: #c20e1a;
  font-family: exo;
  font-size: 21px;
  line-height:21px;
  font-style: italic;
  font-weight: 900;
}
.block.port0-img .media .pull-right{
  float:none;
  clear:both;
  display:block;
  font-family: exo;
  font-size: 29.25px;
  line-height:29.25px;
  font-weight: 900;
  position:relative;
  right:10px;
  top:5px;
}
.port0-img{
    background-image: url('Images/Ico/camionnette.png');
    background-position:97% 80%;
}
.port0-img:hover {
    background-image: url('Images/Ico/camionnette-blanc.png');
}
.h24-img {
    background-image: url('Images/Ico/24h.png');
    background-position:97% 50%;
}
.h24-img:hover {
    background-image: url('Images/Ico/24h-blanc.png');
}
.euro-img {
    background-image: url('Images/Ico/Euro.png');
    background-position: 97% 50%;
}
.euro-img:hover {
    background-image: url('Images/Ico/Euro-blanc.png');
}
.page-section.DetailsPageSection .AddCart{
    background-color:#f2f2f2 !important;
    margin-left:5px;
}
.page-section.DetailsPageSection .AddCart.DetailProduct{
    margin-left:0;
}
.page-section.DetailsPageSection .AddCart:hover{
    background-color:#000 !important;
}

.thumbnail.no-border.no-padding.ng-scope .buttons{
    text-align:center;
}
.price th:last-child,.price td:last-child{
    font-weight:bold !important;
}
#ModalController{
    float:left !important;
    padding-right:5px;
}
#ModalController .AddCart.btn.btn-theme.btn-icon-left{
    display:block !important;
    float:left !important;
}
.product-page .qteContainer.qteDetail.ng-pristine.ng-valid{
    float:left !important;
}

.container.whiteback.homePages{
    font-size:16px !important;
    font-family:'PT Sans Narrow';
    font-weight:400;
    line-height:18px;
    color:#000 !important;
}
.container.pageRegister{
    background-color:#FFF;
    padding-top:10px;
}

.ui-datepicker-month, .ui-datepicker-year{
    color:#000 !important;
}
#container-profil-btn{
    padding-top:30px;
    width:100%;
    text-align:center;
}
input.btn.btn-theme.move-top-20 {
    width:auto;
}
.availability.ng-scope > strong {
    color: #fff !important;
    background-color: #44cb75;
    line-height:16px;
    margin-bottom:-10px;
    padding:5px;
}
.caption.text-center > .overflowed, .caption.text-center > .Noavailability.ng-scope {
    margin-bottom: 5px;
}
img[alt="Colissimo"], img[alt="Exapaq"] {
    height:24px;
}
.repeated-item>.row>.col-md-8>.caption>.overflowed>.availability>strong{
    color:#fff !important;
}
.carousel-nav-hide .owl-controls{
    display:none;

}
.carousel-nav-hide .row.product-thumbnails {
  display: none;
}
.cart-items .item-title a q, .orders td.description h4 a q {
    color:#44cb75;
}
.tempMessage {
    display: block;
    font-size: 100%;
    font-size: 16px;
    background-color: #eaeaea;
    float:left;
}
/*.tempMessage:before{
    content:'';
    position:absolute;
    height:7px;
    width:200%;
    left:-50%;
    background: #1e5799; /* Old browsers */
    /*background: -moz-linear-gradient(top, #000000 0%, #eaeaea 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #000000 0%, #eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #000000 0%, #eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
/*}*/
/*.tempMessage:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 200%;
    left: -50%;
    top: 70px;
    z-index: 1;
    background: #1e5799;
    background: -moz-linear-gradient(top, #eaeaea 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #eaeaea 0%, #000000 100%);
    background: linear-gradient(to bottom, #eaeaea 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#000000',GradientType=0 );
}*/
@media(max-width:350px){
    .tempMessage{
        font-size:16px;
        white-space:normal;
    }
}
@media(min-width:351px) and (max-width:500px){
    .tempMessage{
        font-size:18px;
        white-space:normal;
    }
}
@media(min-width:501px) and (max-width:800px){
    .tempMessage{
        font-size:20px;
        white-space:normal;
        line-height:60px;
    }
}
@media(min-width:801px) and (max-width:1200px){
    .tempMessage{
        font-size:24px;
        white-space:normal;
        line-height:60px;
    }
}
@media(max-width:420px){
    .top-bar{
        padding:0 5px !important;
    }
    /*.icon-user{
        display:none !important;
    }*/
}
/*modification des styles pour le calendrier*/
.ui-widget-header{
    border:none !important;
    background:none !important;
    background-color:#e20513 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border:1px solid #000 !important;
    background:#000 !important;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-widget-header .ui-icon{
    background-image:url(plugins/jquery-ui/images/ui-icons_ffffff_256x240.png) !important;
}
.ui-widget-content{
    background:none !important;
    background-color:#F2F2F2 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color:#fff !important;
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover, .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover{
    margin:2px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background:none !important;
    background-color:#E20513 !important;
    border:1px solid #A94442 !important;
}
.ui-state-default.ui-state-highlight:hover, .ui-state-default.ui-state-highlight:active{
    background-color:#000 !important;
    border:1px solid #000 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    color:#FFF !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color:#000;
}
.glyphicon.form-control-feedback.glyphicon-remove {
    right: 10px;
}

/*correction d'affichage du minipanier pour edge*/
.modal-open .modal{
    overflow-y:scroll !important;
}
/*----------------------------------------------*/
td a.btn.btn-theme.btn-icon-left.AddCart{
    width:114px  !important; 
    line-height:40px !important;
	background: url(Images/Ico/cart-b.png) no-repeat;
	background-position:10px 50%;
    padding:0 !important;
	padding-left:43px !important;
}

td a.btn.btn-theme.btn-icon-left.AddCart:hover{
	background-image:url(Images/Ico/cart.png);
	background-color:#000;
}
/*modification des styles alert sur le site où le message d'erreur est quasiment illisible*/
.alert.alert-danger.alert-dismissible{
    background-color:#930202 !important;
    border-color:#590404 !important;
}

#target p {
  color: #a94442;
  font-size: 14px;
  margin-bottom: 0;
  padding: 4px;
  text-align: left;
}
#Choice {
  background-color: #ebffda;
  border: 1px solid #000;
  font-size: 10px;
  margin: 0;
  padding: 5px;
}
#Choice > li {
  border-bottom: 1px solid #78ae4c;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-top: 8px;
}
#Choice label {
  color: #78ae4c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  margin-left: 2px;
}
.radioX {
  color: #a94442;
}
.form-control {
  font-size: 17px;
  font-weight: bold;
  padding: 4px 7px;
  margin-bottom:0px;
}
.form-control option {
  margin-left: 10px;

}
.checkbox input[type="checkbox"], #target .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: 0px;
}
.form-delivery *::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
}

/*  Ajout produit par ref */

#addProductRechercheDiv {
    /*padding-top: 25px;*/
    /*min-height: 60px;*/
    margin: 0px 0 20px 0;
}

#addProductRechercheBtn, #addProductImportBtn {
    max-height: 39px;
}

#messageAddProductParRef {
    position: absolute;
    margin-left: 35px;
    margin-top: -30px;
    font-size: 18px;
    color: #e20513;
}

.bugcatcher {
    display: none !important;
}
.ng-hide:not(ng-hide-animate) ~ #preloader-title {
    display:none;
}
.green-text {
    color:#44cb75 !important;
}
.checkbox.DropShip {
    line-height: 15px;
}
#accordion2 label {
    top: -3px;
    position: relative;
}

.preloader-logo {
    max-width: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ModalPanier {
    padding: 0 10px;
}

#cart-content table tbody tr td {
    vertical-align: middle !important;
    font-size:16px;
}
#cart-content table tbody tr td.PrixConseil,
#cart-content table tbody tr td.Remise,
#cart-content table tbody tr td.PrixHT,
#cart-content table tbody tr td.total
{
    text-align:left;
}
#addProductRechercheBtn, #addProductImportBtn {
    width: 100%;
    margin-left: 20px;
    line-height: 20px;
}
.filter-option.pull-left{
    width:100%;
}
@media (max-width:768px){
    #addProductRechercheBtn {
        margin-left: 0px;
        width:100% !important;
    }
    #addProductRechercheDiv .col-md-8, #addProductRechercheDiv .col-md-4{
        padding:0;
        width:100% !important;
    }
}
.caption.text-center, td.description, .caption-title, .product-title {
    text-transform: uppercase;
}
.has-error .form-control, .has-error .input-group-addon {
    border-color: #e9e9e9 !important;
}
#cgvLink{
    line-height: 16px;
}
.bgFyellow {
    background-color:yellow;
}
.mobileAuth{
    display:none !important;
}
@media (max-width:768px){
    .mobileAuth {
        display:inline !important;
    }
}
.HideMeIfYouCan {
    display: none;
}

input[type="file"] {
    text-align: left;
}

.Piece-Jointe {
    padding: 0 !important;
    margin: 0 !important;
}

.Piece-Jointe-contain {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 10px !important;
}

.CircleBorder {
    border: 1px solid black !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    padding: 10px;
    margin: 10px 0;
    width: 80%;
    font-weight:bold;
}

.MessageSite {
    background-color: #FFE9E9 !important;
    color: #000 !important;
    margin-left: 20%;
}

.MessageUser {
    /*background-color: #25A6C1 !important;*/
    background-color: #E9FFE9 !important;
    color: #000 !important;
}
.MessageSite:after {
    position:relative;
    content: '';
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000000;
}
#AjouterMessage{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #000;
}
.HideMeIfYouCan, .HideMeIfYouCan2, .HideMeIfYouCan3{
    display:none;
}
#inputAdresse input {
    width: initial !important;
    height: initial !important;
    margin: initial !important;
    border: initial !important;
    padding: initial !important;
    display: initial !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    position: initial !important;
    z-index: initial !important;
    overflow: initial !important;
    visibility: visible !important;
    -webkit-appearance: radio;
}
#CloseModal{
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}
/*#partners .owl-stage, #partners .owl-item.active {
    width: 100000px !important;
}
div#partners ul li {
    float: left !important;
    width: 163px !important;
}*/
.MF .Item > div.row {
    line-height: unset;
    background-color: white;
    letter-spacing: 1px;
    text-align: left;
    margin: 0;
    display: inline-block !important;
    width: 100% !important;
    position: relative;
    height: 65px;
    overflow: hidden;
}

.MF [data-slide-id="zoom"] {
    min-height: 351px;
}

.mf-col-1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin-bottom: 4px;
    font-size: 25px;
}

.MF.row div[class*="col-"] {
    margin-top: 2px;
}

.mf-col-2 {
    display: inline-block;
    vertical-align: top;
    /*margin-left: -4px;*/
    width: 100%;
}

.MF > .mf-col-2 > .Item {
    margin: 2px;
    width: 32.8% !important;
    display: block !important;
    float: left !important;
    height: 65px !important;
}

@media(max-width:1689px) {
    .MF > .mf-col-2 > .Item {
        width: 32% !important;
    }
}

@media(max-width:1375px) {
    .MF > .mf-col-2 > .Item {
        width: 49% !important;
    }
}

@media(max-width:1110px) {
    .MF.row {
        padding-left: 0px !important;
    }

    .mf-col-1 {
        width: 100%;
        height: unset;
        margin-bottom: 2px;
        display: block;
    }

    .mf-col-2 {
        width: 100%;
        text-align: center;
        display: block;
        float: left;
        min-width: 100% !important;
        margin-left: 1px;
    }

    .MF > .mf-col-2 > .Item {
        width: 49% !important;
    }

    .MF [data-slide-id="zoom"] {
        min-height: unset;
    }
}

@media(max-width:724px) {
    .MF > .mf-col-2 > .Item {
        width: 49.35% !important;
    }
}

@media(max-width:612px) {
    .MF > .mf-col-2 > .Item {
        width: 49.2% !important;
    }
}

@media(max-width:500px) {
    .MF > .mf-col-2 > .Item, .MF .Item > div.row {
        width: 100% !important;
        position: relative;
    }

    .MF .ProductShop {
        position: absolute;
        right: 10px;
    }

    .MF .Item > div.row {
        margin-left: 0px !important;
    }
}

.MF > div.mf-col-1 > b {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
    font-style: italic;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.MF > div.col-md-3 > img {
    width: 100%;
    margin-bottom: 2px;
}

.MF .Item > .row > .OrderNumber:first-child {
    background-color: #e21514;
    width: 40px;
    height: 40px;
    margin: 10px 5px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color:#FFF;
}
.MF {
    color: #000;
    font-family: "PT Sans Narrow", sans-serif, Helvetica, Arial, sans-serif;
}
.MF .Item > .row > .Designation {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.MF .Item > .row > .Designation > span {
    display: inline-block;
    width: 156px;
    height: 53px;
    padding: 0 5px;
    cursor: pointer;
    margin-top: 1px;
    line-height: 18px;
}

    .MF .Item > .row > .Designation > span:hover {
        background-color: #e21514;
        color:#FFF;
    }

.MF.row {
    padding-left: 20px;
    margin: 0;
    margin-bottom: 50px;
}

    .MF.row > .col-md-3, .MF.row > .col-md-9 {
        margin: -13px !important;
        padding: 15px !important;
    }

        .MF.row > .col-md-3 img {
            width: 100%;
            margin-left: 0 !important;
        }

.MF .OrderNumber.rounded-circle {
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

.MF.row .Designation {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding-top: 5px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 60px;
}

.MF .Item > .row {
    min-height: 100%;
}

    .MF .Item > .row > .ProductShop {
        display: inline-block;
        width: 55px;
        vertical-align: middle;
        position: absolute;
        right: 11px;
        top: 1px;
    }

        .MF .Item > .row > .ProductShop > span:first-child {
            font-weight: 600;
            display: inline-block;
            background-color: rgb(230, 230, 230);
            margin: 5px;
            margin-bottom: 0;
            width: 55px;
            padding: 2px;
            text-align: center;
            height: 27px;
            line-height: 24px;
            font-size: 13px;
            color: #e21514;
            font-weight: 700;
        }

        .MF .Item > .row > .ProductShop > div {
            font-weight: bold;
            display: inline-block;
            margin: 5px;
            margin-top: 0px;
            margin-bottom: 0;
            width: 55px;
            text-align: center;
            height: 25px;
            border: #000 solid 2px;
        }

    .MF .AddCart, .MF #iconepanierhome {
        width: 51px !important;
        height: 21px;
        background-size: 34%;
        background-position: 47% 3px;
        position: relative;
        float: none !important;
        margin: 0px !important;
        cursor: pointer;
        background-color: #fff;
    }
    .MF .AddCart, .MF #iconepanierhome:hover {
               background-color: #000;
    }

/*.modal-dialog.modal-agentstock > .modal-content {
    width: 360px;
    margin: auto;
}*/
.ZeroStock {
    /* background: url(/content/images/ico/cart.png) top center no-repeat; */
    background-color: #F5B5B5;
    background-size: 40%;
    background-position: 47% 0px;
    width: 51px !important;
    height: 21px;
    cursor: pointer;
    font-size: 8px;
    line-height: 23px;
    color: #000;
}
/*MF*/
a.MF.List div{
    width:100% !important;
    text-align:center;
    display:block;
}

a.MF.List div img {
    width:unset !important;
    height:unset !important;
}

/*PANNIER*/
.shopping-cart {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.shopping-cart p {
    margin-bottom: 0 !important;
}

.shopping-cart hr{
    border-color: black;
}

.shopping-cart .total-cart {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: black;
    border-left: 2px solid black;
}

.cart-content td{
    text-align: center;
}

.summary_title {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.summary_subtitle {
    font-size: 1rem;
    text-transform: uppercase;
}

.summary_bold{
    font-weight: bold;
}

.summary_bold {
    font-weight: bold;
}

.summary_italic {
    font-style: italic;
}

.mt-5px {
    margin-top: 5px;
}

.dflex{
    display: flex;
}

.my-0, .mt-0{
    margin-top:0px !important;
}

.my-0, .mb-0 {
    margin-bottom: 0px !important;
}

.mx-0, .ml-0 {
    margin-left: 0px !important;
}

.mx-0, .mr-0 {
    margin-right: 0px !important;
}

.my-auto, .mt-auto {
    margin-top: auto !important;
}

.my-auto, .mb-auto {
    margin-bottom: auto !important;
}

.mx-auto, .ml-auto {
    margin-left: auto !important;
}

.mx-auto, .mr-auto {
    margin-right: auto !important;
}


.py-0, .pt-0 {
    padding-top: 0px !important;
}

.py-0, .pb-0 {
    padding-bottom: 0px !important;
}

.px-0, .pl-0 {
    padding-left: 0px !important;
}

.px-0, .pr-0 {
    padding-right: 0px !important;
}

.py-10, .pt-10 {
    padding-top: 10px !important;
}

.py-10, .pb-10 {
    padding-bottom: 10px !important;
}

.px-10, .pl-10 {
    padding-left: 10px !important;
}

.px-10, .pr-10 {
    padding-right: 10px !important;
}

#panier {
    height: 40px !important;
    min-width: 50px !important;
    line-height: 19px;
    background: url(Images/Ico/cart-b.png) no-repeat;
    background-size: 20px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 13px 50%;
}

    #panier:hover {
        height: 40px !important;
        background-color: #000 !important;
        color: #FFF !important;
        line-height: 19px;
        background: url(Images/Ico/cart.png) no-repeat;
        background-size: 20px;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: 13px 50%;
    }

.w-100 {
    margin: 0;
    width: 100%;
}

.m-button {
    margin: 0 0 0 10px;
}

.d-flex{
    display: flex !important;
}

.justify-content-left {
    justify-content: left !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-right {
    justify-content: right !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.pt-15px {
    padding-top: 15px;
}

.p-20px{
    padding:20px;
}

/*VIREMENT BRIDGEBANK*/
#bridgebank {
    padding: 0 50px;
}

    #bridgebank a {
        margin-bottom: 10px;
        color: black !important;
    }

        #bridgebank a .box {
            text-align: center;
            background: white;
            font-size: 0.7rem;
            width: 100%;
            height: 125px;
            display: flex;
        }


            #bridgebank a .box:hover {
                background: #FDFDFD;
                color: black !important;
                border: 1px solid #e20513;
                box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
                transition: all 0.10s;
            }


            #bridgebank a .box div {
                margin: auto auto;
                padding: 0 7px;
                text-align: center;
            }

            #bridgebank a .box img {
                text-align: center;
                width: auto;
                height: 50px;
            }

            #bridgebank a .box p {
                padding-top: 5px;
                text-transform: uppercase;
            }


.precommande strong{
    color: darkorange !important;
}

.table-delivery table, .table-delivery th, .table-delivery td{
    border: 1px solid black;
}

.table-delivery td {
    padding: 5px 0;
}

.bannerEvent {
    background-color: #83D91A;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 9px;
    line-height: 36px;
    padding: 15px 0;
    text-align: center;
    margin-top: 0px;
}

    .bannerEvent span {
        color: white !important;
        text-shadow: 0 0 3px white, 0 0 10px #83D91A, 0 0 15px white, 0 0 20px white;
    }

@media screen and (max-width :621px){
    .bannerEvent {
        font-size: 16px !important;
        letter-spacing: 3px !important;
    }
}

.account-btn-active {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}
.btn-account-menu {
    background-color: white;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: black !important;
}

.NavPart{
    color: black !important;
}
    .NavPart:active, .NavPart:hover {
        color: red !important;
        font-weight: bold;
    }

.mb-0, .my-0 {
    margin-bottom: 0px !important;
}
.mt-0, .my-0 {
    margin-top: 0px !important;
}
.ml-0, .mx-0 {
    margin-left: 0px !important;
}
.mr-0, .mx-0 {
    margin-right: 0px !important;
}
.mb-5, .my-5 {
    margin-bottom: 5px !important;
}
.mt-5, .my-5 {
    margin-top: 5px !important;
}
.ml-5, .mx-5 {
    margin-left: 5px !important;
}
.mr-5, .mx-5 {
    margin-right: 5px !important;
}
.mb-10, .my-10 {
    margin-bottom: 10px !important;
}
.mt-10, .my-10 {
    margin-top: 10px !important;
}
.ml-10, .mx-10 {
    margin-left: 10px !important;
}
.mr-10, .mx-10 {
    margin-right: 10px !important;
}
.mb-auto, .my-auto{
    margin-bottom: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.pb-0, .py-0 {
    padding-bottom: 0px !important;
}
.pt-0, .py-0 {
    padding-top: 0px !important;
}
.pl-0, .px-0 {
    padding-left: 0px !important;
}

.pr-0, .px-0 {
    padding-right: 0px !important;
}

.pl-5, .px-5 {
    padding-left: 5px !important;
}

.pr-5, .px-5 {
    padding-right: 5px !important;
}

.pb-5, .py-5 {
    padding-bottom: 5px !important;
}

.pt-5, .py-5 {
    padding-top: 5px !important;
}

.pl-10, .px-10 {
   padding-left: 10px !important;
}

.pr-10, .px-10 {
    padding-right: 10px !important;
}
.pb-10, .py-10 {
    padding-bottom: 10px !important;
}

.pt-10, .py-10 {
    padding-top: 10px !important;
}

.d-none{
    display:none !important
}

.d-block {
    display: block !important
}

.d-tcell {
    display: table-cell !important;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

@media screen and (min-width:992px){
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
    .d-md-flex{
        display: flex !important;
    }
    .d-md-tcell {
        display: table-cell !important;
    }
}

.filter {
    border: 3px solid #e9e9e9 !important;
    color: #a6a7a8 !important;
    font-size: 13px;
}

.filter-h{
    height:40px;
}

.overflow-visible{
    overflow: visible!important;
}

.input-search input {
    padding-left: 40px;
    background-image: url(Images/Ico/loupe.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border: 3px solid #e9e9e9 !important;
    color: #737475 !important;
    font-size: 13px;
}
.filter-status {
    padding-left: 40px;
    background-image: url(Images/Ico/loupe.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border: 3px solid #e9e9e9 !important;
    color: #737475 !important;
    font-size: 13px;
}

.response-user {
    background-color: #BCEBBA;
    border-radius: 10px 10px 0% 10px;
    float: right;
    width: 60%;
}

.response-admin {
    background-color: #EEE;
    border-radius: 10px 10px 10px 0%;
    float: left;
    width: 60%;
}

.style-radio input[type="radio"]{
    display: none;
}

    .style-radio input[type="radio"] + label {
        padding: 0.3rem 0.5rem;
        border: 3px solid #e9e9e9 !important;
        /*color: #737475 !important;*/
        color: black !important;
        margin: 3px 0 !important;
        width:150px !important;
        text-align: center !important;
    }

    .style-radio input[type="radio"]:checked + label {
        background: #e9e9e9;
        /*color: #737475 !important;*/
        color: black !important;
    }

    .style-radio input[type="radio"]:hover + label {
        background: #ccc;
        /*color: #666 !important;*/
        color: red !important;
        font-weight: bold;
        cursor: pointer;
    }

.hover-grey:hover {
    background: #ccc;
    color: #666 !important;
    cursor: pointer;
}

.chatarea {
    display: table-cell;
    vertical-align: bottom;
}

.color-circle {
    width: 25px;
    height: 20px;
    margin-bottom: -6px;
}

.form label, .form input {
    font-size: 16px !important;
    padding: 4px 7px;
}

.dropdown-document .dropdown-menu {
    left: -25px !important;
}

.table-align-middle td{
    vertical-align: middle;
}
.color-black p, .color-black span, .color-black a, .color-black th, .color-black td {
    color: black !important;
}
.color-black th {
    font-weight:bold;
}
.font-16px{
    font-size:16px !important;
}

@media screen and (max-width:992px){
    .dropdown-document .dropdown-menu {
        left: -90px !important;
    }
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.daterangepicker::before {
    top: 0px !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 0px solid #ccc !important;
    border-left: 0px solid #ccc !important;
    border-right: 0px solid #ccc !important;
}
.daterangepicker::after {
    top:0px !important;
}

#pagination .btn{
    width: 30px !important;
    height:30px !important;
    border: #F2F2F2 solid 1px !important;
    text-align: center;
    padding-left: 3px !important;
    padding-right: 3px !important;
    line-height: 15px !important;
}

#pagination .btn:hover {
    border: #DDD solid 1px !important;
    color: #FF0000 !important;
    font-weight: bold;
    background: #DDD !important;
}

.bg-lightred {
    background: #efb3b3;
}

.color-blackred {
    color: #b92525;
}

#serialnumber{
    
}

#popupadress {
    font-size: 18px;
    margin-top: 25%;
    max-height: 700px;
    width: 700px !important;
}

    .scroll-y {
    overflow-y: scroll;
}

    #serialnumber p {
        background-color: #F2F2F2;
        border: 1px #DDD solid;
        color: black;
    }

.middle td{
    vertical-align:middle;
}

.border-0{
    border:none!important;
}

@media screen and (min-width:992px){
    .d-mobile {
        display:none !important;
    }
    .p-mobile{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width:991px) {
    .d-desktop {
        display: none !important;
    }
    .p-mobile {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color:#red !important;
}

#choosedelivery input[type="radio"], #isDropShip { /*, #choosedropship input[type="checkbox"]*/
    display: none;
}


#ZipCityNotFound[type="checkbox"] {
    display: inline-block !important;
}

    #choosedelivery input[type="radio"] + label, #choosedropship input[type="checkbox"] + label {
        border: 1px solid black;
        border-radius: 5px;
        max-height: 170px;
        color: black !important;
        transition: all 0.10s;
        background: #FDFDFD;
    }
    #choosedelivery input[type="radio"]:hover + label {
        background: #FDFDFD;
        color: black !important;
        border: 1px solid #e20513;
        box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
        transition: all 0.10s;
    }
    #choosedelivery input[type="radio"]:checked + label {
        border: 1px solid #e20513;
        border-radius: 5px;
        background: #e20513 !important;
        color: #FFF !important;
        box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
        transition: all 0.10s;
    }

   

.style-radio-pay input[type="radio"] {
    display: none;
}

    .style-radio-pay input[type="radio"] + label {
        border: 1px solid black;
        border-radius: 5px;
        max-height: 170px;
        height: 100%;
        color: black !important;
        transition: all 0.10s;
        background: #FDFDFD;
    }
    .style-radio-pay input[type="radio"]:hover + label {
        border: 1px solid #e20513;
        border-radius: 5px;
        background: #FDFDFD;
        color: #000 !important;
        box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
        transition: all 0.10s;
    }
    .style-radio-pay input[type="radio"]:checked + label {
        border: 1px solid #e20513;
        border-radius: 5px;
        background: #e20513 !important;
        color: #FFF !important;
        box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
        transition: all 0.10s;
    }
#form-addadress input, #form-addadress select, #requestLCR input, #requestLCR select {
    border-bottom: 2px solid #EEE !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}

.stepper-circle {
    width: 24px;
    height: 24px;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background-color: #999;
    border-radius: 50%;
}
.stepper-active{
    background-color:red !important;
}
.step-active{
    color:black !important;
    font-weight:bold;
}
.between-step{
    height: 1px;
    background-color: #999;
}
.step-a {
    color: #737475!important;
}
.quantity {
    width:104px;
}

.text-italic {
    font-style:italic !important;
}

.img-radio-label {
    width: 75px;
    height: auto;
    background: white;
    border-radius: 50%;
    padding: 5px;
    margin:5px;
}

@media screen and (max-width:991px) {
    #cart-content {
        overflow: scroll;
    }
    .step, .between-step {
        display: none !important;
    }
    .description{
        font-size:2.5vw !important;
        overflow-wrap:break-word!important;
        word-break:break-word !important;
    }
    .description span{
        font-size: 2vw !important;
    }
}
@media screen and (min-width:991px){
    .quantity{
        width:110px;
    }
}

.block-title span::after{
    display:none !important;
}

#tableau .h-60{
    max-height:60px !important;
}

.hover-red:hover{
    color:red !important;
    text-decoration:none!important;
    border:none!important;
}

a:hover .hover-img-switch-1 {
    display: none !important;
}
a:hover .hover-img-switch-2 {
    display: block !important;
}
a .hover-img-switch-1 {
    display: block !important;
}
a .hover-img-switch-2 {
    display: none !important;
}
}

#toast-container > .toast-success {
   
}

#toast-container > .toast-custom-success {
    background-image:url(Images/Ico/basket-check.svg);
    background-size:30px;
    background-position-x:5px;
    background-color: #DFDEDE;
    opacity: 1;
    color: black;
}

.btnCancelPayment {
    font-size: 14px;
    height: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 23px !important;
    margin-bottom: 3px;
    font-size: 14px;
    height: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 23px;
    margin-bottom: 2px;
    margin-top: 1px;
}

#contact-bouton-after::after{
    display: none !important;
    content: none !important;
}


.has-error label{
    color:red !important;
}
    .has-error label:after {
        content: ' ✶';
    }

    .has-success label:after {
        content: ' ✶';
    }

@media(max-width:514px) {
    #logoutForm span {
        display: none !important;
    }
    .LoginRed{
        font-size: 12px !important;
    }
}/*
.header-search {
    max-width: 65%!important;
}*/
@media (max-width: 530px) {
    .product-list .pull-left {
        width: 100px !important;
        margin-right:10px !important;
    }
    
}

.caption-title {
   min-height:25px!important;
}
.thumbnail .price{
    margin-bottom:7px !important;
}
.DetailsPageSection .price {
    margin: 3px 0 !important;
}
.page-divider {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border:0px solid #FFF!important;
    }
}
@media (max-width: 600px) {
    .orders table {
        display: table !important;
        overflow-x: auto;
    }
}

@media (min-width: 970px) {
    .d-md-inlineblock {
        display: inline-block !important;
    }
}

.bandeauNouveautes {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    background-color: rgba(226, 5, 19, .8);
    color: white;
    font-family: PT Sans Narrow;
    font-style: initial;
    font-size: 17px;
    font-weight: 500;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*left: -5px;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(Images/ico/loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("images/ico/control-instagram.png") no-repeat scroll 3px 2px;
  left: -40px;
}

.SliderInfos .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("images/ico/control-instagram.png") no-repeat scroll 2px 2px / 12px auto;
  left: -40px;
}

.bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("images/ico/control-instagram.png") no-repeat scroll -17px 2px;
  right: -30px;
}

.SliderInfos .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("images/ico/control-instagram.png") no-repeat scroll -7px 2px / 12px auto;
  right: -30px;
}

.SliderInfos .bx-wrapper .bx-prev:hover {
  background-position: 2px 2px;
}

.SliderInfos .bx-wrapper .bx-next:hover {
	background-position: -7px 2px;
}


.bx-wrapper .bx-prev:hover {
  background-position: 3px -27px;
}

.bx-wrapper .bx-next:hover {
	background-position: -17px -27px;
}

.bx-wrapper .bx-controls-direction a {
  height: 30px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 20px;
  z-index: 99;
}

.SliderInfos .bx-wrapper .bx-controls-direction a {
  height: 12px;
  margin-top: -8px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 8px;
  z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/Ico/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/Ico/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/Ico/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

a.fancybox-nav:hover , a.fancybox-close:hover
{
    background-color: transparent;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/Ico//fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/Ico//fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/Ico//fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
