[x-cloak] { display: none !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.clickable:hover {
    cursor: pointer;
}
.select2-results__options {
  max-height: 200px !important;
  overflow-y: auto;
}

.promo a,
.promo a:hover {
  color: white;
}

.select2-results ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #F5F5F5;
}

#wonderpush-subscription-switch {
  display: none;
}

.select2-results ul::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.select2-results ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.bouteilles_rangee .select2-container--flat .select2-selection--single {
  background-color: #FFF !important;
  border: 1px solid #e6e6e6;
}

/*!
 * 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;
  -ms-text-size-adjust: 100%;
  -webkit-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: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 0;
}

.secondary-button {
    background-color: #d3bda0;
    border: 1px solid #d3bda0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px;
    margin-top: 0 auto;
    text-decoration: none;
    transition: all ease 0.35s;
}
.secondary-button:hover {
    background-color: #ffffff;
    color: #000000;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-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-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    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');
  font-display: swap;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur: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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  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;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

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,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

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: 41px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 845px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.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: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 0px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20 {
  float: left;
}

.col-xs-20 {
  width: 100%;
}

.col-xs-19 {
  width: 95%;
}

.col-xs-18 {
  width: 90%;
}

.col-xs-17 {
  width: 85%;
}

.col-xs-16 {
  width: 80%;
}

.col-xs-15 {
  width: 75%;
}

.col-xs-14 {
  width: 70%;
}

.col-xs-13 {
  width: 65%;
}

.col-xs-12 {
  width: 60%;
}

.col-xs-11 {
  width: 55%;
}

.col-xs-10 {
  width: 50%;
}

.col-xs-9 {
  width: 45%;
}

.col-xs-8 {
  width: 40%;
}

.col-xs-7 {
  width: 35%;
}

.col-xs-6 {
  width: 30%;
}

.col-xs-5 {
  width: 25%;
}

.col-xs-4 {
  width: 20%;
}

.col-xs-3 {
  width: 15%;
}

.col-xs-2 {
  width: 10%;
}

.col-xs-1 {
  width: 5%;
}

.col-xs-pull-20 {
  right: 100%;
}

.col-xs-pull-19 {
  right: 95%;
}

.col-xs-pull-18 {
  right: 90%;
}

.col-xs-pull-17 {
  right: 85%;
}

.col-xs-pull-16 {
  right: 80%;
}

.col-xs-pull-15 {
  right: 75%;
}

.col-xs-pull-14 {
  right: 70%;
}

.col-xs-pull-13 {
  right: 65%;
}

.col-xs-pull-12 {
  right: 60%;
}

.col-xs-pull-11 {
  right: 55%;
}

.col-xs-pull-10 {
  right: 50%;
}

.col-xs-pull-9 {
  right: 45%;
}

.col-xs-pull-8 {
  right: 40%;
}

.col-xs-pull-7 {
  right: 35%;
}

.col-xs-pull-6 {
  right: 30%;
}

.col-xs-pull-5 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 20%;
}

.col-xs-pull-3 {
  right: 15%;
}

.col-xs-pull-2 {
  right: 10%;
}

.col-xs-pull-1 {
  right: 5%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-20 {
  left: 100%;
}

.col-xs-push-19 {
  left: 95%;
}

.col-xs-push-18 {
  left: 90%;
}

.col-xs-push-17 {
  left: 85%;
}

.col-xs-push-16 {
  left: 80%;
}

.col-xs-push-15 {
  left: 75%;
}

.col-xs-push-14 {
  left: 70%;
}

.col-xs-push-13 {
  left: 65%;
}

.col-xs-push-12 {
  left: 60%;
}

.col-xs-push-11 {
  left: 55%;
}

.col-xs-push-10 {
  left: 50%;
}

.col-xs-push-9 {
  left: 45%;
}

.col-xs-push-8 {
  left: 40%;
}

.col-xs-push-7 {
  left: 35%;
}

.col-xs-push-6 {
  left: 30%;
}

.col-xs-push-5 {
  left: 25%;
}

.col-xs-push-4 {
  left: 20%;
}

.col-xs-push-3 {
  left: 15%;
}

.col-xs-push-2 {
  left: 10%;
}

.col-xs-push-1 {
  left: 5%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-20 {
  margin-left: 100%;
}

.col-xs-offset-19 {
  margin-left: 95%;
}

.col-xs-offset-18 {
  margin-left: 90%;
}

.col-xs-offset-17 {
  margin-left: 85%;
}

.col-xs-offset-16 {
  margin-left: 80%;
}

.col-xs-offset-15 {
  margin-left: 75%;
}

.col-xs-offset-14 {
  margin-left: 70%;
}

.col-xs-offset-13 {
  margin-left: 65%;
}

.col-xs-offset-12 {
  margin-left: 60%;
}

.col-xs-offset-11 {
  margin-left: 55%;
}

.col-xs-offset-10 {
  margin-left: 50%;
}

.col-xs-offset-9 {
  margin-left: 45%;
}

.col-xs-offset-8 {
  margin-left: 40%;
}

.col-xs-offset-7 {
  margin-left: 35%;
}

.col-xs-offset-6 {
  margin-left: 30%;
}

.col-xs-offset-5 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 20%;
}

.col-xs-offset-3 {
  margin-left: 15%;
}

.col-xs-offset-2 {
  margin-left: 10%;
}

.col-xs-offset-1 {
  margin-left: 5%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 845px) {

  .col-sm-1,
  .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-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20 {
    float: left;
  }

  .col-sm-20 {
    width: 100%;
  }

  .col-sm-19 {
    width: 95%;
  }

  .col-sm-18 {
    width: 90%;
  }

  .col-sm-17 {
    width: 85%;
  }

  .col-sm-16 {
    width: 80%;
  }

  .col-sm-15 {
    width: 75%;
  }

  .col-sm-14 {
    width: 70%;
  }

  .col-sm-13 {
    width: 65%;
  }

  .col-sm-12 {
    width: 60%;
  }

  .col-sm-11 {
    width: 55%;
  }

  .col-sm-10 {
    width: 50%;
  }

  .col-sm-9 {
    width: 45%;
  }

  .col-sm-8 {
    width: 40%;
  }

  .col-sm-7 {
    width: 35%;
  }

  .col-sm-6 {
    width: 30%;
  }

  .col-sm-5 {
    width: 25%;
  }

  .col-sm-4 {
    width: 20%;
  }

  .col-sm-3 {
    width: 15%;
  }

  .col-sm-2 {
    width: 10%;
  }

  .col-sm-1 {
    width: 5%;
  }

  .col-sm-pull-20 {
    right: 100%;
  }

  .col-sm-pull-19 {
    right: 95%;
  }

  .col-sm-pull-18 {
    right: 90%;
  }

  .col-sm-pull-17 {
    right: 85%;
  }

  .col-sm-pull-16 {
    right: 80%;
  }

  .col-sm-pull-15 {
    right: 75%;
  }

  .col-sm-pull-14 {
    right: 70%;
  }

  .col-sm-pull-13 {
    right: 65%;
  }

  .col-sm-pull-12 {
    right: 60%;
  }

  .col-sm-pull-11 {
    right: 55%;
  }

  .col-sm-pull-10 {
    right: 50%;
  }

  .col-sm-pull-9 {
    right: 45%;
  }

  .col-sm-pull-8 {
    right: 40%;
  }

  .col-sm-pull-7 {
    right: 35%;
  }

  .col-sm-pull-6 {
    right: 30%;
  }

  .col-sm-pull-5 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 20%;
  }

  .col-sm-pull-3 {
    right: 15%;
  }

  .col-sm-pull-2 {
    right: 10%;
  }

  .col-sm-pull-1 {
    right: 5%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-20 {
    left: 100%;
  }

  .col-sm-push-19 {
    left: 95%;
  }

  .col-sm-push-18 {
    left: 90%;
  }

  .col-sm-push-17 {
    left: 85%;
  }

  .col-sm-push-16 {
    left: 80%;
  }

  .col-sm-push-15 {
    left: 75%;
  }

  .col-sm-push-14 {
    left: 70%;
  }

  .col-sm-push-13 {
    left: 65%;
  }

  .col-sm-push-12 {
    left: 60%;
  }

  .col-sm-push-11 {
    left: 55%;
  }

  .col-sm-push-10 {
    left: 50%;
  }

  .col-sm-push-9 {
    left: 45%;
  }

  .col-sm-push-8 {
    left: 40%;
  }

  .col-sm-push-7 {
    left: 35%;
  }

  .col-sm-push-6 {
    left: 30%;
  }

  .col-sm-push-5 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 20%;
  }

  .col-sm-push-3 {
    left: 15%;
  }

  .col-sm-push-2 {
    left: 10%;
  }

  .col-sm-push-1 {
    left: 5%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-20 {
    margin-left: 100%;
  }

  .col-sm-offset-19 {
    margin-left: 95%;
  }

  .col-sm-offset-18 {
    margin-left: 90%;
  }

  .col-sm-offset-17 {
    margin-left: 85%;
  }

  .col-sm-offset-16 {
    margin-left: 80%;
  }

  .col-sm-offset-15 {
    margin-left: 75%;
  }

  .col-sm-offset-14 {
    margin-left: 70%;
  }

  .col-sm-offset-13 {
    margin-left: 65%;
  }

  .col-sm-offset-12 {
    margin-left: 60%;
  }

  .col-sm-offset-11 {
    margin-left: 55%;
  }

  .col-sm-offset-10 {
    margin-left: 50%;
  }

  .col-sm-offset-9 {
    margin-left: 45%;
  }

  .col-sm-offset-8 {
    margin-left: 40%;
  }

  .col-sm-offset-7 {
    margin-left: 35%;
  }

  .col-sm-offset-6 {
    margin-left: 30%;
  }

  .col-sm-offset-5 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 20%;
  }

  .col-sm-offset-3 {
    margin-left: 15%;
  }

  .col-sm-offset-2 {
    margin-left: 10%;
  }

  .col-sm-offset-1 {
    margin-left: 5%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1160px) {

  .col-md-1,
  .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-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20 {
    float: left;
  }

  .col-md-20 {
    width: 100%;
  }

  .col-md-19 {
    width: 95%;
  }

  .col-md-18 {
    width: 90%;
  }

  .col-md-17 {
    width: 85%;
  }

  .col-md-16 {
    width: 80%;
  }

  .col-md-15 {
    width: 75%;
  }

  .col-md-14 {
    width: 70%;
  }

  .col-md-13 {
    width: 65%;
  }

  .col-md-12 {
    width: 60%;
  }

  .col-md-11 {
    width: 55%;
  }

  .col-md-10 {
    width: 50%;
  }

  .col-md-9 {
    width: 45%;
  }

  .col-md-8 {
    width: 40%;
  }

  .col-md-7 {
    width: 35%;
  }

  .col-md-6 {
    width: 30%;
  }

  .col-md-5 {
    width: 25%;
  }

  .col-md-4 {
    width: 20%;
  }

  .col-md-3 {
    width: 15%;
  }

  .col-md-2 {
    width: 10%;
  }

  .col-md-1 {
    width: 5%;
  }

  .col-md-pull-20 {
    right: 100%;
  }

  .col-md-pull-19 {
    right: 95%;
  }

  .col-md-pull-18 {
    right: 90%;
  }

  .col-md-pull-17 {
    right: 85%;
  }

  .col-md-pull-16 {
    right: 80%;
  }

  .col-md-pull-15 {
    right: 75%;
  }

  .col-md-pull-14 {
    right: 70%;
  }

  .col-md-pull-13 {
    right: 65%;
  }

  .col-md-pull-12 {
    right: 60%;
  }

  .col-md-pull-11 {
    right: 55%;
  }

  .col-md-pull-10 {
    right: 50%;
  }

  .col-md-pull-9 {
    right: 45%;
  }

  .col-md-pull-8 {
    right: 40%;
  }

  .col-md-pull-7 {
    right: 35%;
  }

  .col-md-pull-6 {
    right: 30%;
  }

  .col-md-pull-5 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 20%;
  }

  .col-md-pull-3 {
    right: 15%;
  }

  .col-md-pull-2 {
    right: 10%;
  }

  .col-md-pull-1 {
    right: 5%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-20 {
    left: 100%;
  }

  .col-md-push-19 {
    left: 95%;
  }

  .col-md-push-18 {
    left: 90%;
  }

  .col-md-push-17 {
    left: 85%;
  }

  .col-md-push-16 {
    left: 80%;
  }

  .col-md-push-15 {
    left: 75%;
  }

  .col-md-push-14 {
    left: 70%;
  }

  .col-md-push-13 {
    left: 65%;
  }

  .col-md-push-12 {
    left: 60%;
  }

  .col-md-push-11 {
    left: 55%;
  }

  .col-md-push-10 {
    left: 50%;
  }

  .col-md-push-9 {
    left: 45%;
  }

  .col-md-push-8 {
    left: 40%;
  }

  .col-md-push-7 {
    left: 35%;
  }

  .col-md-push-6 {
    left: 30%;
  }

  .col-md-push-5 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 20%;
  }

  .col-md-push-3 {
    left: 15%;
  }

  .col-md-push-2 {
    left: 10%;
  }

  .col-md-push-1 {
    left: 5%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-20 {
    margin-left: 100%;
  }

  .col-md-offset-19 {
    margin-left: 95%;
  }

  .col-md-offset-18 {
    margin-left: 90%;
  }

  .col-md-offset-17 {
    margin-left: 85%;
  }

  .col-md-offset-16 {
    margin-left: 80%;
  }

  .col-md-offset-15 {
    margin-left: 75%;
  }

  .col-md-offset-14 {
    margin-left: 70%;
  }

  .col-md-offset-13 {
    margin-left: 65%;
  }

  .col-md-offset-12 {
    margin-left: 60%;
  }

  .col-md-offset-11 {
    margin-left: 55%;
  }

  .col-md-offset-10 {
    margin-left: 50%;
  }

  .col-md-offset-9 {
    margin-left: 45%;
  }

  .col-md-offset-8 {
    margin-left: 40%;
  }

  .col-md-offset-7 {
    margin-left: 35%;
  }

  .col-md-offset-6 {
    margin-left: 30%;
  }

  .col-md-offset-5 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 20%;
  }

  .col-md-offset-3 {
    margin-left: 15%;
  }

  .col-md-offset-2 {
    margin-left: 10%;
  }

  .col-md-offset-1 {
    margin-left: 5%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1370px) {

  .col-lg-1,
  .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-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20 {
    float: left;
  }

  .col-lg-20 {
    width: 100%;
  }

  .col-lg-19 {
    width: 95%;
  }

  .col-lg-18 {
    width: 90%;
  }

  .col-lg-17 {
    width: 85%;
  }

  .col-lg-16 {
    width: 80%;
  }

  .col-lg-15 {
    width: 75%;
  }

  .col-lg-14 {
    width: 70%;
  }

  .col-lg-13 {
    width: 65%;
  }

  .col-lg-12 {
    width: 60%;
  }

  .col-lg-11 {
    width: 55%;
  }

  .col-lg-10 {
    width: 50%;
  }

  .col-lg-9 {
    width: 45%;
  }

  .col-lg-8 {
    width: 40%;
  }

  .col-lg-7 {
    width: 35%;
  }

  .col-lg-6 {
    width: 30%;
  }

  .col-lg-5 {
    width: 25%;
  }

  .col-lg-4 {
    width: 20%;
  }

  .col-lg-3 {
    width: 15%;
  }

  .col-lg-2 {
    width: 10%;
  }

  .col-lg-1 {
    width: 5%;
  }

  .col-lg-pull-20 {
    right: 100%;
  }

  .col-lg-pull-19 {
    right: 95%;
  }

  .col-lg-pull-18 {
    right: 90%;
  }

  .col-lg-pull-17 {
    right: 85%;
  }

  .col-lg-pull-16 {
    right: 80%;
  }

  .col-lg-pull-15 {
    right: 75%;
  }

  .col-lg-pull-14 {
    right: 70%;
  }

  .col-lg-pull-13 {
    right: 65%;
  }

  .col-lg-pull-12 {
    right: 60%;
  }

  .col-lg-pull-11 {
    right: 55%;
  }

  .col-lg-pull-10 {
    right: 50%;
  }

  .col-lg-pull-9 {
    right: 45%;
  }

  .col-lg-pull-8 {
    right: 40%;
  }

  .col-lg-pull-7 {
    right: 35%;
  }

  .col-lg-pull-6 {
    right: 30%;
  }

  .col-lg-pull-5 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 20%;
  }

  .col-lg-pull-3 {
    right: 15%;
  }

  .col-lg-pull-2 {
    right: 10%;
  }

  .col-lg-pull-1 {
    right: 5%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-20 {
    left: 100%;
  }

  .col-lg-push-19 {
    left: 95%;
  }

  .col-lg-push-18 {
    left: 90%;
  }

  .col-lg-push-17 {
    left: 85%;
  }

  .col-lg-push-16 {
    left: 80%;
  }

  .col-lg-push-15 {
    left: 75%;
  }

  .col-lg-push-14 {
    left: 70%;
  }

  .col-lg-push-13 {
    left: 65%;
  }

  .col-lg-push-12 {
    left: 60%;
  }

  .col-lg-push-11 {
    left: 55%;
  }

  .col-lg-push-10 {
    left: 50%;
  }

  .col-lg-push-9 {
    left: 45%;
  }

  .col-lg-push-8 {
    left: 40%;
  }

  .col-lg-push-7 {
    left: 35%;
  }

  .col-lg-push-6 {
    left: 30%;
  }

  .col-lg-push-5 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 20%;
  }

  .col-lg-push-3 {
    left: 15%;
  }

  .col-lg-push-2 {
    left: 10%;
  }

  .col-lg-push-1 {
    left: 5%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-20 {
    margin-left: 100%;
  }

  .col-lg-offset-19 {
    margin-left: 95%;
  }

  .col-lg-offset-18 {
    margin-left: 90%;
  }

  .col-lg-offset-17 {
    margin-left: 85%;
  }

  .col-lg-offset-16 {
    margin-left: 80%;
  }

  .col-lg-offset-15 {
    margin-left: 75%;
  }

  .col-lg-offset-14 {
    margin-left: 70%;
  }

  .col-lg-offset-13 {
    margin-left: 65%;
  }

  .col-lg-offset-12 {
    margin-left: 60%;
  }

  .col-lg-offset-11 {
    margin-left: 55%;
  }

  .col-lg-offset-10 {
    margin-left: 50%;
  }

  .col-lg-offset-9 {
    margin-left: 45%;
  }

  .col-lg-offset-8 {
    margin-left: 40%;
  }

  .col-lg-offset-7 {
    margin-left: 35%;
  }

  .col-lg-offset-6 {
    margin-left: 30%;
  }

  .col-lg-offset-5 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 20%;
  }

  .col-lg-offset-3 {
    margin-left: 15%;
  }

  .col-lg-offset-2 {
    margin-left: 10%;
  }

  .col-lg-offset-1 {
    margin-left: 5%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid transparent;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid transparent;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid transparent;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid transparent;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  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;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 844px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #d3bca1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 188, 161, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(211, 188, 161, 0.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 {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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: 36px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 33px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}
.form-group input:focus {
    border-color: #d3bda0 !important;
    border-width: 2px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4caf50;
}

.has-success .form-control {
  border-color: #4caf50;
  border-width: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .input-group-addon {
  color: #4caf50;
  border-color: #4caf50;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #4caf50;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d32f2f;
}

.has-error .form-control {
  border-color: #d32f2f;
  border-width: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .input-group-addon {
  color: #d32f2f;
  border-color: #d32f2f;
  border-width: 2px;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #ddffdd;
}

.has-feedback label~.form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  color: #737373;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 845px) {
  .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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 845px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}

@media (min-width: 845px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 845px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  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:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 30px;
}

.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:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  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:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  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:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  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:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  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:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  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:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  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:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.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;
}

.dropup,
.dropdown {
  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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 0px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  -webkit-border-radius: 0;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  -webkit-border-radius: 0;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  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="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  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-left: 0;
  padding-right: 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: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  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: 49px;
  line-height: 49px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  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: 33px;
  line-height: 33px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-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:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 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;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 845px) {
  .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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 845px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  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 {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 845px) {
  .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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 845px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 0px) {
  .navbar {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 0px) {
  .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width: 0px) {

  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 0px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 0px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    -webkit-border-radius: 0;
    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-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 0px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -5px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: -1px) {
  .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>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 0px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}


.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 0px) {
  .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 0px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}


.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: -1px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: -1px) {
  .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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  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: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 845px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.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;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.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-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0;
}

.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 {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-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:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .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:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  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:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  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:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  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:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-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;
  -webkit-border-radius: 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;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-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;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead: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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  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 transparent;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  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: #333333;
  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: #333333;
}

.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.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-left: 5px;
  margin-bottom: 0;
}

.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: 845px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1160px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 4px;
  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 {
  bottom: 0;
  right: 5px;
  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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  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 {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 845px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 844px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 844px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 844px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1370px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1370px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1370px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 844px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) {
  .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;
  }

  th.visible-print,
  td.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;
  }
}

/* -- RESPONSIVE --*/
/* IFRAME */
iframe {
  border-width: 0px;
  border: none;
}

/* BUTTON - INPUT */
.btn {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  font-size: 14px;
}

a:hover {
  text-decoration: none !important;
}

.autocomplete-suggestion {
  font-size: 12px;
}

.btn-default {
  background-color: #ffffff;
  border: solid 1px #d3bca1;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #baa48b;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}

.btn-default:hover {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  text-decoration: none;
}

.btn-primary {
  background-color: #000000;
  border: solid 1px #000000;
  -webkit-border-radius: 0;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 20px;
}

.btn-primary:hover {
  background-color: #d3bca1;
  border: solid 1px #d3bca1;
  color: #ffffff;
  text-decoration: none;
}

.btn-primary:active:focus {
  background-color: #d3bca1;
  border-color: #d3bca1;
  color: #ffffff;
}

.btn-primary:active {
  background-color: #d3bca1;
  border-color: #d3bca1;
  color: #ffffff;
}

.btn-primary:focus {
  background-color: #d3bca1;
  border-color: #d3bca1;
  color: #ffffff;
}

.btn-primary-v2 {
  color: #000000;
  font-weight: bold;
  font-family: 'open_sans_bold';
}

.btn-primary-v2:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #000000;
  text-decoration: none;
}

.btn-primary-v3 {
  background-color: #d3bca1;
  color: #000000;
  font-family: 'open_sans_bold';
  padding: 12px 20px;
  text-transform: uppercase;
}

.btn-primary-v3:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #000000;
  text-decoration: none;
}

.btn-primary-v4 {
  background-color: #d3bca1;
  color: #000000;
  font-family: 'open_sans_bold';
  padding: 12px 20px;
  text-transform: uppercase;
}

.btn-primary-v4:hover {
  background-color: #000000;
  border: solid 1px #000000;
  color: #ffffff;
  text-decoration: none;
}

.btn-primary-v5 {
  background-color: #ffffff;
  color: #000000;
  font-family: 'open_sans_bold';
  padding: 12px 20px;
  text-transform: uppercase;
  border: 1px solid #d3bca2;
}

.btn-primary-v5:hover {
  background-color: #d3bca2;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #d3bca2;
}

.btn-primary-v6 {
  background-color: #000000;
  color: #ffffff;
  font-family: 'open_sans_bold';
  padding: 12px 20px;
  text-transform: uppercase;
  border: 1px solid #000000;
}

.btn-primary-v6:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.btn_icon span {
  vertical-align: middle;
  font-size: 25px;
  line-height: 0;
}

.btn:active {
  -webkit-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
}

.btn-noir {
  background: #000000;
  border: solid 1px #000000;
  color: #ffffff;
}

.btn-noir:hover {
  background: #d3bca1;
  border: solid 1px #d3bca1;
}

.panel_titre .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel_titre hr {
  margin-top: 5px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #000000;
}

.panel_titre .titre {
  font-family: 'open_sans_light';
  font-size: 34px;
  margin-bottom: 0em;
  font-weight: 300;
  line-height: 1.1;
  text-transform: none;
}

.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-pull {
  clear: both;
  float: none;
}

.no-padd {
  padding: 0 !important;
}

.padd0-30 {
  padding: 0 30px;
}

.no-margin {
  margin: 0;
}

.supp a {
  font-weight: normal;
  color: #636363;
}

.bold {
  font-weight: bold;
}

.capital {
  text-transform: uppercase;
}

a.lien {
  color: #000000;
  text-decoration: underline;
}

.bloc_content {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 1em;
}

.border-bloc {
  border: 1px solid #9c9c9c;
}

.txt_2nd {
  color: #a7a7a7;
  font-size: 14px;
}

.input_btn button.btn-primary {
  background: #d8d8d8;
  color: #ffffff;
  border: #000000;
  padding: 12px;
  line-height: 0.8;
  font-size: 16px;
}

.success_color {
  color: #3f9a2e;
}

.alert_color {
  color: #a31b1b;
}

/* DISCLAIMER */
.disclaimer p {
  font-size: 12px;
  color: #828282;
}

.has-error.checkbox label {
  font-weight: bold;
  color: #f44336;
}

.bg_fb {
  background-color: #4962a3;
  border: #4962a3 solid 1px;
}

.bg_google {
  background-color: #cd5643;
  border: #cd5643 solid 1px;
}

.infos_dispo {
  background-color: #f5f5f5;
  color: #000000;
  padding: 13px 20px 0 20px;
  font-size: 14px;
}

.infos_dispo a {
  color: #000000;
}

.infos_dispo a:hover {
    cursor: pointer;
}

.infos_dispo span {
  font-size: 18px;
  padding-top: 1px;
}

.infos_dispo img {
  padding-top: 10px;
}

.infos_dispo .chateau {
  padding-top: 20px;
}

button.signe_plus[type="button"][disabled="disabled"] {
  opacity: 1;
  position: relative;
}

button.signe_plus[type="button"][disabled="disabled"] span {
  opacity: 0.2;
}

button.signe_plus[type="button"][disabled="disabled"]:hover:after {
  content: 'Vous avez atteint la limite du stock disponible';
  position: absolute;
  background: #d3bca2;
  padding: 10px;
  color: #000000;
  z-index: 99999999999999;
  text-transform: initial;
  font-size: 12px;
  opacity: 1;
  top: -30px;
  left: 0;
  font-weight: 600;
}

/* hover */
/* Common style */
/*---------------*/
/***** hover *****/
/*---------------*/
figure.effect-hover a {
  color: #ffffff;
}

figure.effect-hover a:hover {
  text-decoration: none;
}

figure.effect-hover figcaption {
  text-align: center;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  z-index: 5;
}

figure.effect-hover.hover_bloc1 figcaption {
  padding-top: 0.8em;
  -webkit-transform: translate3d(0, 77%, 0);
  transform: translate3d(0, 77%, 0);
}

figure.effect-hover.hover_bloc2 figcaption {
  padding-top: 1em;
  -webkit-transform: translate3d(0, 53%, 0);
  transform: translate3d(0, 53%, 0);
}

figure.effect-hover.hover_bloc3 figcaption {
  padding-top: 0.7em;
  -webkit-transform: translate3d(0, 57%, 0);
  transform: translate3d(0, 57%, 0);
}

figure.effect-hover.hover_bloc4 figcaption {
  padding-top: 0.9em;
}

figure.effect-hover .nom_bloc {
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'open_sans_light';
}

figure.effect-hover .nom_bloc.type1 {
  font-size: 35px;
  padding-bottom: 2px;
}

figure.effect-hover .nom_bloc.type2 {
  font-size: 18px;
  padding-bottom: 10px;
}

figure.effect-hover .nom_bloc.type3 {
  font-size: 18px;
}

figure.effect-hover .nom_bloc.type4 {
  font-size: 20px;
}

figure.effect-hover .nom_bloc.type4 p {
  padding-top: 8px;
}

figure.effect-hover:hover figcaption,
figure.effect-hover:hover h2,
figure.effect-hover:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.alertes_primeurs h2 {
  font-family: 'open_sans_light';
  font-size: 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 1.3em;
}

.alertes_primeurs input {
  font-size: 14px;
}

.alertes_primeurs button.btn-primary-v3:hover {
  background: #000000;
  color: #ffffff;   
}

.alertes_primeurs strong {
  font-family: 'open_sans_bold';
}

@media screen and (max-width: 844px) {
  figure.effect-hover.hover_bloc3 figcaption {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 2.8em;
  }
}

/* ---- FOOTER ---- */
/* Newsletter */

.footer_newsletter {
    background-color: #f2ebe3;
    margin-bottom: 10px;
    margin-top: 2em;  
    padding-bottom: 25px;
    padding-top: 25px;
}

.footer_newsletter #email-error {
    color: red;
    font-size: 14px;
    font-weight: 400;
}

.footer_newsletter span {
    font-size: 24px;
    font-weight: 600;
}

.footer_newsletter-picto {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
}

.footer_newsletter-picto svg {
    height: 20px;
    width: 20px;
}

.footer_newsletter p {
    font-size: 14px;
}

.footer_newsletter form {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}

.footer_newsletter-input {
    max-width: 545px;
    flex-grow: 1;
    margin: 0 5px 5px;
}

.footer_newsletter-input input {
    height: 46px;
    font-size: 12px;
}

.footer_newsletter input::-webkit-input-placeholder {
    color: #c4ab8d;
    font-size: 12px;
}

.footer_newsletter input::-moz-placeholder {
    color: #c4ab8d;
    font-size: 12px;
}

.footer_newsletter input:-ms-input-placeholder {
    color: #c4ab8d;
    font-size: 12px;
}

.footer_newsletter input::placeholder {
    color: #c4ab8d; 
    font-size: 12px;
}

.footer_newsletter-button {
    margin: 0 5px 5px;
}

.footer_newsletter-button button {
    width: fit-content;
}

.footer_newsletter .form-control,
.footer_newsletter .form-control:focus {
  text-align: left;
  border: none;
  border-bottom: solid 1px #d3bca2;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 46px;
}

/* Nav principale */
.footer_nav_principale a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.footer_nav_principale .navbar {
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .filet1 {
  width: 160px;
  height: 1px;
  margin: 35px auto;
  background: #e6e6e6;
}

footer .follow+.securite .filet1 {
  display: none;
}

footer .filet2 {
  width: 160px;
  height: 1px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background: #e6e6e6;
}

footer .filet3 {
  width: 160px;
  height: 1px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background: #e6e6e6;
}

footer {
    background-color: #000000 !important;
}

.footer_ctn * {
    color: #f5f5f5 !important;
}

.footer_ctn a:hover {
    cursor: pointer;
}

.avis-verifies * {
    color: #000000 !important;
}

/* Nav secondaire */
.footer_nav_secondaire {
  padding-top: 1em;
  text-align: center;
}

.footer_nav_secondaire a {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.footer_nav_secondaire ul.nav.navbar-nav {
  display: inline-block;
  float: none;
}

/* Follow_footer */
.follow {
  padding-top: 2em;
  padding-bottom: 2em;
}

.follow .module_footer {
  margin-top: 2em;
  margin-bottom: 2em;
}

.follow .module_footer .follow_position {
  position: relative;
}

.follow .module_footer .follow_position .middle_title {
  text-transform: uppercase;
}

.follow .module_footer .follow_position .facebook {
  position: absolute;
  left: 20%;
  height: 100%;
}

.follow .module_footer .follow_position .facebook img {
  position: absolute;
  right: 5%;
  bottom: 5%;
  max-width: 100%;
}

.follow .module_footer .follow_position .vin {
  position: absolute;
  left: 60%;
}

.follow .module_footer .follow_position .chais {
  position: absolute;
  left: 80%;
}

.follow .module_footer .follow_position .picto_instagram,
.follow .module_footer .follow_position .picto_pinterest {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.follow li {
  font-size: 22px;
  display: inline-block;
  list-style-type: none;
}

.follow ul {
  padding-left: 0;
  text-align: center;
}

.follow a.btn.btn-link {
  font-size: 1.3em;
  -webkit-transition: .5s ease;
  color: #000000;
}

.follow a.btn.btn-link:hover {
  text-decoration: none;
}

.follow p {
  font-size: 12px;
  font-weight: 600;
}

/* Sécurité */

.follow+.securite {
  padding-top: 0em;
}

.securite li,
.engagements a.securite li {
  display: inline-block;
  list-style-type: none;
}

.securite ul {
  padding-left: 0;
  text-align: center;
  letter-spacing: 1em;
}

.securite p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

/*FOLLOW BLOCS*/
.follow p.titre_follow {
  font-size: 36px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.follow img {
  display: block;
  height: auto;
}

.follow .row {
  margin: 0;
}

.follow .row div[class^="col-"]:not(.facebook) {
  padding: 0px;
}

.follow .row .facebook {
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 2em;
  text-overflow: ellipsis;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .follow .row .facebook {
    padding: 1.1em;
  }

  .follow .row .facebook .hide_md {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .follow .row .facebook {
    min-height: 229px;
    max-height: 212px;
    padding: 1.2em;
  }
}

.follow .row .facebook p {
  font-size: 14px;
  margin-bottom: 5px;
}

.follow .row .facebook p strong {
  display: inline-block;
}

.follow .row .facebook p.date {
  color: #808080;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
}

.formulaire label {
  font-size: 13px;
  font-weight: 400;
}

.formulaire .help-block,
.passwordhelp {
  font-size: 12px;
  font-style: italic;
}

.formulaire input::-webkit-input-placeholder {
  opacity: 0;
}

.formulaire input::-moz-placeholder {
  opacity: 0;
}

.formulaire input:-ms-input-placeholder {
  opacity: 0;
}

.formulaire input:-moz-placeholder {
  opacity: 0;
}

.formulaire input[name^="date_"] {
  display: inline-block;
}

.formulaire input[name^="date_"]::-webkit-input-placeholder {
  opacity: 1;
  text-align: center;
}

.formulaire input[name^="date_"]::-moz-placeholder {
  opacity: 1;
  text-align: center;
}

.formulaire input[name^="date_"]:-ms-input-placeholder {
  opacity: 1;
  text-align: center;
}

.formulaire input[name^="date_"]:-moz-placeholder {
  opacity: 1;
  text-align: center;
}

.formulaire input[name="date_day"],
.formulaire input[name="date_month"] {
  width: 54px;
  text-align: center;
}

.formulaire input[name="date_year"] {
  width: 64px;
  text-align: center;
}

.formulaire fieldset {
  margin-bottom: 10px;
}

.formulaire_titre {
  font-size: 32px;
  line-height: 1.155;
}

@media screen and (max-width: 844px) {
  .formulaire .form-horizontal select {
    margin-bottom: 15px;
  }
}

.extra-select {
  font-weight: normal;
  position: relative;
  display: block;
  margin: 0;
  /*&::after
	{
		font-family: 'Glyphicons Halflings';
	    line-height: 2.5em;
	    position: absolute;
	    top: 6px;
	    right: 0;
	    font-size: 0.7em;
	    width: 3em;
	    height: 100%;
	    content: '\e114';
	    transition: all ease .25s;
	    text-align: center;
	    pointer-events: none;
	}*/
  /*&.focusin::after
	{
		transform: rotate(180deg);
		transform-origin: center center;
	}*/
}

.extra-select select {
  text-overflow: ellipsis;
}

/* FIL D'ARIANE */
.breadcrumb {
  background-color: transparent;
  color: #000000;
  font-size: 0.75em;
  margin-top: 2em !important;
}

.breadcrumb h1 {
  font-size: 14px;
}

.breadcrumb a {
  color: #000000;
}

.breadcrumb>.active {
  color: #000000;
}

.breadcrumb>.active:last-of-type {
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrumb .icon-arrow_breadcrumb {
  font-weight: bold;
}

.breadcrumb>li+li:before {
  color: #000000;
}

.breadcrumb li h1 {
  font-size: 0.95em;
  display: inline;
  font-weight: bold;
}

.nav_client {
  font-size: 13px;
  font-weight: 600;
  margin: 0 -5px 1em 0;
  color: #000000;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.nav_client .divider {
  padding: 10px 0px;
}

.nav_client .divider span {
  border-right: 1px solid #000000;
}

.nav_client strong {
  font-weight: 800;
}

@media (min-width: 845px) {
  .nav_client {
    min-height: 3em;
  }
}

.nav_client li {
  padding: 0 10px;
}

.nav_client li.normal {
  font-weight: 400;
}

.nav_client.navbar-nav>li>a {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
  color: #000000;
}

.nav_client.navbar-nav>li>a:hover,
.nav_client.navbar-nav>li>a:focus,
.nav_client.navbar-nav>li>a:active {
  color: #000000;
  background-color: transparent;
}

@media (min-width: 845px) {
  .nav_client.navbar-nav>li>a {
    line-height: 3em;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav_client.navbar-nav>li>a .icon-casier,
.nav_client.navbar-nav>li>a .glyphicon.glyphicon-user {
  vertical-align: middle;
}

.nav_client.navbar-nav>li>a .icon-casier {
  font-size: 2.6em;
  margin-left: 0.8em;
}

.nav_client.navbar-nav>li>a .glyphicon.glyphicon-user {
  margin-left: 0.25em;
  font-size: 1.75em;
  margin-top: -0.25em;
}

.nav_client.navbar-nav>li:last-of-type>a {
  padding-right: 0;
}

.nav_client li.lien_connexion span {
  font-size: 15px !important;
}



.footer_nav_principale {
  text-align: center;
}

.footer_nav_principale.navbar-nav {
  display: inline-block;
  float: none;
}

.nav>li>a:hover {
  background: none;
}

@media screen and (max-width: 844px) {
  #main-search+ul {
    position: absolute !important;
    left: 30%;
    top: 30%;
  }
}

main .gcc.container-fluid {
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 844px) {
  body main .gcc.container-fluid {
    background-image: none;
    padding-top: initial;
  }
}

@media screen and (min-width: 845px) {
  main .gcc.container-fluid {
    background-size: auto;
  }
}

main {
    padding-top: 105px;
    min-height: 70vh;
}

@media screen and (min-width: 1081px){
  main {
    padding-top: 0;
  }
}

.navbar-default div[class^='col-'] {
  height: 80px;
}

#main-search {
  background-color: #d3bca1;
}

#main-search-form {
  position: relative;
  margin: 0;
  width: 90%;
  text-align: right;
}

#main-search-form .form-group {
  display: block;
}

#main-search-form .form-group::after {
  font-family: 'laGrandeCave';
  position: absolute;
  top: 50%;
  right: 14px;
  content: "\e90e";
  color: #000000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-search-form .form-control {
  display: block;
  width: 100%;
  background: #f2ebe3;
  font-size: 13px;
}

#main-search-form .form-control::-webkit-input-placeholder,
#main-search-form .form-control:-moz-placeholder,
#main-search-form .form-control:-ms-input-placeholder {
  color: #000000 !important;
}

.autocomplete-suggestions {
  overflow: auto;
  border: 1px solid #999;
  background: #fff;
}

.autocomplete-suggestion {
  overflow: hidden;
  padding: 2px 5px;
  white-space: nowrap;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #39f;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.autocomplete-suggestions strong {
  color: #000000 !important;
}

main,
footer {
  position: relative;
  background-color: #ffffff;
}

header #navigationServices {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  padding-top: 10px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: none;
}

header #navigationServices .nav_services {
  position: relative;
  z-index: 1;
  border: 1px solid #d3bca1;
  background-color: #ffffff;
  float: right;
}

header #navigationServices .nav_services ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
  background-color: #d3bca1;
}

header #navigationServices .nav_services ul li {
  display: block;
}

header #navigationServices .nav_services ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 0 10px;
  padding: 10px 40px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #705c46;
  background-color: #d3bca1;
}

header #navigationServices .nav_services ul li a::after,
header #navigationServices .nav_services ul li a::before {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 1px;
  content: '';
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: transparent;
}

header #navigationServices .nav_services ul li a:hover {
  color: #000000;
  background-color: #ffffff;
}

.navigationCollapseUnder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

header div[id^='navigation'] {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0%;
  width: 100%;
  background: none;
}

header div[id^='navigation'] a[data-target^='#navigation'] {
  font-size: .75em;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 20px;
  padding: 10px 2em 10px 10px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  /*&:hover
    {
        color: @clr2;
        }*/
}

header div[id^='navigation'] a[data-target^='#navigation']::after,
header div[id^='navigation'] a[data-target^='#navigation']::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 1.55em;
  background-color: #000000;
  right: 0;
}

header div[id^='navigation'] a[data-target^='#navigation']::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  bottom: 1em;
}

header div[id^='navigation'] a[data-target^='#navigation']::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  top: 1em;
}

header div[id^='navigation'] .nav_classement,
header div[id^='navigation'] .nav_appellation {
  height: 100%;
}

header div[id^='navigation'] .nav_classement {
  background-color: #d3bca1;
}

header div[id^='navigation'] .nav_classement .tab-content {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin: 0px -5px;
}

header div[id^='navigation'] .nav_classement ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

header div[id^='navigation'] .nav_classement ul li {
  display: block;
}

header div[id^='navigation'] .nav_classement ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 0 10px;
  padding: 10px 40px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

header div[id^='navigation'] .nav_classement ul li.titre a {
  padding: 30px 0px 10px 10px;
  color: #ffffff;
}

header div[id^='navigation'] .nav_classement ul li.menu a {
  font-size: .875em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #705c46;
  background-color: #d3bca1;
}

header div[id^='navigation'] .nav_classement ul li.menu a::after,
header div[id^='navigation'] .nav_classement ul li.menu a::before {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 1px;
  content: '';
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: transparent;
}

header div[id^='navigation'] .nav_classement ul li.menu.active a {
  color: #000000;
  background-color: #ffffff;
}

header div[id^='navigation'] .nav_classement ul li.menu.active a::after,
header div[id^='navigation'] .nav_classement ul li.menu.active a::before {
  right: 1em;
  background-color: #000000;
}

header div[id^='navigation'] .nav_classement ul li.menu.active a::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header div[id^='navigation'] .nav_classement ul li.menu.active a::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header div[id^='navigation'] .nav_appellation {
  height: 100%;
  padding-top: 48px;
  background-color: #ffffff;
}

header div[id^='navigation'] .nav_appellation .tab-content {
  height: 100%;
  overflow: hidden;
}

header div[id^='navigation'] .nav_appellation .tab-pane {
  height: 100%;
}

header div[id^='navigation'] .nav_appellation .tab-pane .row,
header div[id^='navigation'] .nav_appellation .tab-pane div[class^=col-] {
  height: 100%;
}

header div[id^='navigation'] .nav_appellation .appellation_liste {
  height: 100%;
}

header div[id^='navigation'] .nav_appellation .tab-pane .appellation_liste {
  overflow: hidden;
  overflow-y: auto;
}

header div[id^='navigation'] .nav_appellation .appellation_mea {
  position: absolute;
  right: 20px;
}

header div[id^='navigation'] .nav_appellation ul {
  margin: 0 -5px 20px 0;
  padding: 0;
  list-style-type: none;
}

header div[id^='navigation'] .nav_appellation ul li {
  display: block;
}

header div[id^='navigation'] .nav_appellation ul a {
  font-size: .75em;
  position: relative;
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  color: #000000;
}

.navigation_header_desktop {
    display: block;
}

.navigation_header_mobile {
    display: none;
}

@media screen and (max-width: 1080px) {
    .navigation_header_desktop {
        display: none;
    }
    
    .navigation_header_mobile {
        display: block;
    }  
}


#navigationOffresSpeciales {
  width: 100%;
  left: 0% !important;
}

#navigationOffresSpeciales .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

#navigationOffresSpeciales .row .col-sm-20 {
  width: 400px;
  min-width: 400px;
  margin: 10px;
}

.nav_appellation ::-webkit-scrollbar,
.nav_classement ::-webkit-scrollbar {
  /* Scrollbars */
  width: .875em;
  height: .875em;
  background: transparent 0 0 repeat;
}

.nav_appellation ::-webkit-scrollbar-track-piece,
.nav_classement ::-webkit-scrollbar-track-piece {
  /* Fond */
  background: transparent none;
  border: solid .25em transparent;
  border-right-width: .5em;
  margin: .25em;
  -webkit-box-shadow: inset 0.0625em 0.0625em 0 0 #898375, inset -0.0625em -0.0625em 0 0 #e0dcd2;
}

.nav_appellation ::-webkit-scrollbar-track-piece:horizontal,
.nav_classement ::-webkit-scrollbar-track-piece:horizontal {
  /* Fond pour la barre du bas */
  border-right-width: .25em;
  border-bottom-width: .5em;
}

.nav_appellation ::-webkit-scrollbar-thumb,
.nav_classement ::-webkit-scrollbar-thumb {
  /* Barre */
  border: solid 0 transparent;
  border-right-width: .25em;
  -webkit-border-radius: .3125em;
  -webkit-border-top-right-radius: .5625em .3125em;
  -webkit-border-bottom-right-radius: .5625em .3125em;
  -webkit-box-shadow: inset 0 0 0 0.0625em #4f4f4f, inset 0 0 0 0.375em #666666;
}

.nav_appellation ::-webkit-scrollbar-thumb:hover,
.nav_classement ::-webkit-scrollbar-thumb:hover {
  /* Barre */
  -webkit-box-shadow: inset 0 0 0 0.0625em #5a5a5a, inset 0 0 0 0.375em #6e6e6e;
}

.nav_appellation ::-webkit-scrollbar-thumb:horizontal,
.nav_classement ::-webkit-scrollbar-thumb:horizontal {
  /* Barre du bas */
  border-right-width: 0;
  border-bottom-width: .25em;
  -webkit-border-top-right-radius: .3125em;
  -webkit-border-bottom-right-radius: .3125em .5625em;
  -webkit-border-bottom-left-radius: .3125em .5625em;
}

.nav_appellation ::-webkit-scrollbar-corner,
.nav_classement ::-webkit-scrollbar-corner {
  /* Coin de la fenêtre */
  background: #bfb6a3 0 0 no-repeat;
}

.nav_appellation ::-webkit-scrollbar-button,
.nav_classement ::-webkit-scrollbar-button {
  /* Boutons */
  height: 1.625em;
  background: 0.0625em 50% no-repeat, #bfb6a3 0 0 no-repeat;
  -webkit-background-size: 1.75em .5em, auto;
}

.nav_appellation ::-webkit-scrollbar-button:increment,
.nav_classement ::-webkit-scrollbar-button:increment {
  /* Boutons incrément */
  background-position: -1.1875em 50%;
}

.nav_appellation ::-webkit-scrollbar-button:horizontal,
.nav_classement ::-webkit-scrollbar-button:horizontal {
  /* Boutons horizontaux */
  width: 1.625em;
  background: 50% 0.0625em no-repeat, #bfb6a3 0 0 no-repeat;
  -webkit-background-size: .5em 1.75em, auto;
}

.nav_appellation ::-webkit-scrollbar-button:horizontal:increment,
.nav_classement ::-webkit-scrollbar-button:horizontal:increment {
  /* Bouton incrément horizontal */
  background-position: 50% -1.1875em;
}

.btn-decouvrir {
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}

section:not(.mea-home) {
  padding-top: 20px;
  padding-bottom: 15px;
}

section.mea-home {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100%;
  max-height: 100%;
  padding-top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 844px) {
  section.mea-home {
    display: none;
  }
}

.mea-home a:hover {
  color: #000000;
}

.mea-home .diaporama img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.mea-home a {
  display: block;
  height: 100%;
}

.bh {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  background-position: center center;
  background-size: cover;
}

.bh.bh1_1 {
  width: 100% !important;
}

.bh.bh1_1 img {
  width: 100%;
}

.bh.bh2_2 img {
  width: 100%;
}

.bh.bh_bg_01_02_05_06 {
  background-image: url('/img/home/grands/01_02_05_06_bg.png');
}

.bh.bh_bg_03_04 {
  background-image: url('/img/home/grands/03_04_bg.png');
}

.bh.bh_bg_08 {
  background-image: url('/img/home/grands/08_bg.png');
}

.bh.bh_bg_3 {
  background-image: url('/img/home/bordeaux/03_bg.png');
}

.bh.bh_bg_4_8 {
  background-image: url('/img/home/bordeaux/04_08_bg.png');
}

.bh.bh_bg_5 {
  background-image: url('/img/home/bordeaux/05_bg.png');
}

.bh.bh_bg_7 {
  background-image: url('/img/home/bordeaux/07_bg.png');
}

.bh.bh_bg_9 {
  background-image: url('/img/home/bordeaux/09_bg.png');
}

.bh.bh_bg_10 {
  background-image: url('/img/home/bordeaux/10_bg.png');
}

.bh.bh_bg_11_12 {
  background-image: url('/img/home/bordeaux/11_12_bg.png');
}


.bh.bh_bg_bleu-1 {
  background-image: url('/img/home/bordeaux/Bleu-1.jpg');
}

.bh.bh_bg_bleu-2 {
  background-image: url('/img/home/bordeaux/Bleu-2.jpg');
}

.bh.bh_bg_jaune-1 {
  background-image: url('/img/home/bordeaux/Jaune-1.jpg');
}

.bh.bh_bg_jaune-2 {
  background-image: url('/img/home/bordeaux/Jaune-2.jpg');
}

.bh.bh_bg_jaune-3 {
  background-image: url('/img/home/bordeaux/Jaune-3.jpg');
}

.bh.bh_bg_orange-1 {
  background-image: url('/img/home/bordeaux/Orange-1.jpg');
}

.bh.bh_bg_orange-jaune-1 {
  background-image: url('/img/home/bordeaux/Orange-Jaune-1.jpg');
}

.bh.bh_bg_rose-violet-1 {
  background-image: url('/img/home/bordeaux/Rose-violet-1.jpg');
}

.bh.bh_bg_rouge-1 {
  background-image: url('/img/home/bordeaux/Rouge-1.jpg');
}

.bh.bh_bg_rouge-orange-1 {
  background-image: url('/img/home/bordeaux/Rouge-Orange-1.jpg');
}

.bh.bh_bg_vert-1 {
  background-image: url('/img/home/bordeaux/Vert-1.jpg');
}

.bh.bh_bg_vert-2 {
  background-image: url('/img/home/bordeaux/Vert-2.jpg');
}

.bh.bh_bg_vert-3 {
  background-image: url('/img/home/bordeaux/Vert-3.jpg');
}


.bh a.produit,
.bh a.page {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.bh a.page {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

.bh a.page .group_app {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bh a.page .group_app .cartouche {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  padding: .66em;
  color: #000000;
  background-color: #ffffff;
}

.bh a.page .group_app .cartouche strong {
  font-weight: 500;
}

.bh a.page .group_app .cartouche strong::after {
  position: relative;
  width: 100%;
  content: '';
}

.bh a.page p,
.bh a.page h1,
.bh a.page h2,
.bh a.page h3 {
  font-family: 'Merriweather', serif;
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
}

.bh .inspiration {
  background: url("../img/home/bordeaux/05_bg.jpg") no-repeat center;
  background-size: contain;
  /*background: #eedecf;
    background:    -moz-linear-gradient(top, #eedecf 6%, #d3b99e 100%);
    background: -webkit-linear-gradient(top, #eedecf 6%,#d3b99e 100%);
    background:         linear-gradient(to bottom, #eedecf 6%,#d3b99e 100%);*/
}

.bh .inspiration .group_ms {
  position: absolute;
  top: 50%;
  left: 0;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.bh .inspiration .group_ms .cartouche {
  font-family: 'open sans', sans-serif;
  font-size: 27px;
  font-weight: 300;
  font-style: inherit;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000000;
}

.bh .inspiration .group_ms .texte {
  font-family: 'open sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: inherit;
  margin-top: 0;
  color: #8f6d48;
}

.bh .inspiration span {
  font-size: 12px;
  position: absolute;
  bottom: 12%;
  left: 23%;
  padding: 8px 10px;
  color: #8f6d48;
  border: 1px solid #8f6d48;
}

.bh .image {
  position: relative;
  display: block;
}

.bh .image img {
  display: inline-block;
  margin: 0 0;
  width: 100%;
}

.bh .image_bouteilles {
  width: 65px;
  margin-top: 25px;
  margin-left: 40px;
}

.bh .description {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 30%;
  width: 90%;
  max-height: 76%;
  vertical-align: bottom;
}

.bh .description a {
  text-decoration: none;
}

.bh .description .surtitre {
  font-family: 'Merriweather', serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 1.1;
  position: relative;
  padding-bottom: 1.5em;
}

.bh .description .surtitre::after {
  position: absolute;
  bottom: .5em;
  left: 30%;
  width: 40%;
  height: 2px;
  content: '';
  background-color: #ffffff;
}

.bh .description .titre {
  font-family: 'open_sans_light';
  font-size: 34px;
  margin-bottom: .25em;
}

.bh .description .surtitre,
.bh .description .titre {
  font-weight: 300;
  line-height: 1.1;
  display: block;
  color: #ffffff;
}

.bh .description .surtitre span,
.bh .description .titre span {
  display: block;
}

.bh .description .surtitre:hover,
.bh .description .titre:hover {
  color: #89653d;
}

.bh .description .appellation {
  font-size: 14px;
  display: block;
  color: #89653d;
}

.bh .description .appellation:hover {
  color: #ffffff;
}

.bh .description .appellation h2,
.bh .description .appellation h3 {
  font-size: 14px;
  margin: 0;
}

.bh .description a.appellation:hover {
  color: #ffffff;
}

.bh .description .prix {
  font-size: 16px;
  display: inline-block;
  margin-top: 1em;
  padding: 4px 8px;
  color: #89653d;
  border: 1px solid;
  border-color: #89653d;
}

.bh .classement {
  font-size: 10px;
  position: absolute;
  min-width: 140px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}

.bh .classement p {
  margin: 0;
}

.bh .image+.description {
  width: 60%;
}

.bh .image+.description .titre {
  font-size: 22px;
}

.bh .image+.description .titre * {
  font-size: 22px;
  margin: 0;
}

.bh.bh1_1 .classement {
  top: 12%;
  right: 12%;
}

.bh.bh2_1 .description {
  top: 50%;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bh.bh2_2 .image {
  width: 100%;
}

.bh.bh2_2 .image+.description {
  top: 50%;
  bottom: 0;
  left: 75%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bh.bh2_2 .image+.description .titre {
  font-size: 34px;
}

.bh.bh1_2 .classement {
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bh.bh1_2 .image {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 55%;
}

.bh.bh1_2 .description {
  bottom: 6%;
  width: 90%;
}

.bh_titre {
  display: table-cell;
  vertical-align: middle;
}

.bh_titre p {
  font-family: 'Merriweather', serif;
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  color: #636363;
}

.bh_titre p.titre,
.bh_titre a.titre {
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  color: #0d0d0d;
}

.bh_titre p.bh_lgc_logo::before {
  font-family: 'laGrandeCave';
  font-size: 4em;
  display: block;
  content: "\e909";
}

.bh_titre a {
  text-decoration: none;
}

.bh_titre a.esp {
  text-decoration: underline;
  color: #0d0d0d;
}

.bh_titre form input {
  font-size: 11px;
  height: 34px;
  padding-right: 30px;
  text-overflow: ellipsis;
}

.bh_titre form .form-group {
  position: relative;
}

.bh_titre form .form-group::after {
  font-family: 'laGrandeCave';
  position: absolute;
  top: 6px;
  right: 6px;
  content: "\e90e";
  color: #636363;
}

/*section .container{
	max-width: 1316px;
}
*/
.homepage {
  font-family: 'open_sans_light', "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*.carousel-inner {
    max-height: 360px;
  }*/
}

.homepage p.titre {
  font-size: 30px;
  text-transform: initial;
  font-weight: normal;
}

.homepage a.titre {
  color: #000000;
  display: block;
}

.homepage a.titre:hover,
.homepage a.titre:focus,
.homepage a.titre:visited {
  text-decoration: none;
}

.homepage a.btn-details {
  font-weight: normal;
  text-transform: none;
}

.homepage .bloc_mea .detail,
.homepage .bloc_selection .detail,
.homepage .guideSlider .detail,
.homepage .bloc_gcc .detail {
  font-family: 'merriweather_light';
  font-style: italic;
}

.homepage .bloc_mea .panel_titre .panel,
.homepage .bloc_selection .panel_titre .panel,
.homepage .guideSlider .panel_titre .panel,
.homepage .bloc_gcc .panel_titre .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.homepage .bloc_mea .panel_titre hr,
.homepage .bloc_selection .panel_titre hr,
.homepage .guideSlider .panel_titre hr,
.homepage .bloc_gcc .panel_titre hr {
  margin-top: 5px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #000000;
}

.homepage .topSlider .owl-carousel .owl-item img,
.homepage .bloc_gcc .owl-carousel .owl-item img {
  width: 100%;
}

.homepage .topSlider .owl-theme .owl-nav .owl-prev,
.homepage .bloc_gcc .owl-theme .owl-nav .owl-prev,
.homepage .topSlider .owl-theme .owl-nav .owl-next,
.homepage .bloc_gcc .owl-theme .owl-nav .owl-next {
  font-size: 27px;
  color: #ffffff;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  /*-webkit-border-radius: 100%;*/
  /*border-radius: 100%;*/
  width: 15%;
  padding: 11px 0 7px 0;
}

.homepage .topSlider .owl-theme .owl-nav .owl-prev,
.homepage .bloc_gcc .owl-theme .owl-nav .owl-prev {
  /*left: 80px;*/
}

.homepage .topSlider .owl-theme .owl-nav .owl-next,
.homepage .bloc_gcc .owl-theme .owl-nav .owl-next {
  /*right: 180px;*/
}

.homepage .topSlider .owl-theme .owl-nav .glyphicon,
.homepage .bloc_gcc .owl-theme .owl-nav .glyphicon {
  background-color: rgba(0, 0, 0, 0.4);
  width: 58px;
  padding: 14px 0 13px 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.homepage .topSlider .owl-theme .owl-nav .glyphicon:hover,
.homepage .bloc_gcc .owl-theme .owl-nav .glyphicon:hover {
  background-color: #000000;
}

.homepage .topSlider .owl-theme .owl-nav [class*='owl-'] {
  background: transparent;
}

.homepage .mea .classement {
  bottom: 0;
  width: 100%;
  top: initial;
  right: initial;
}

.homepage .mea .classement p {
  font-size: 14px;
}

.homepage .mea .owl-theme .owl-nav .owl-prev,
.homepage .mea .owl-theme .owl-nav .owl-next {
  font-size: 27px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 58px;
  padding: 11px 0 7px 0;
}

.homepage .mea .description {
  text-align: left;
  padding-left: 20px;
}

.homepage .bloc_teaser {
  text-align: center;
  position: relative;
  padding-bottom: 3em;
}

.homepage .bloc_teaser .teaser_titre,
.homepage .bloc_teaser .teaser_soustitre {
  font-family: 'merriweather_light';
  font-size: 30px;
  line-height: 30px;
}

.homepage .bloc_teaser .teaser_titre {
  text-transform: uppercase;
}

.homepage .bloc_teaser .teaser_detail {
  font-family: 'merriweather_light';
}

.homepage .bloc_teaser .quote1 {
  background: url('../img/home/teaser_quote1.png') no-repeat;
  position: absolute;
  width: 3em;
  height: 2.1em;
  left: 33%;
  top: -8px;
}

.homepage .bloc_teaser .quote2 {
  background: url('../img/home/teaser_quote2.png') no-repeat;
  position: absolute;
  width: 6em;
  height: 4.4em;
  left: 45%;
  bottom: -79px;
}

.homepage .bloc_gcc_bg {
  background: #000000;
}

.homepage .bloc_gcc {
  color: #ffffff;
  margin-top: 2em;
}

.homepage .bloc_gcc button.titre {
  color: #ffffff;
}

.homepage .bloc_gcc button.btn-details::before,
.homepage .bloc_gcc button.btn-details::after {
  background-color: #ffffff !important;
}

.homepage .bloc_gcc button.btn-details::before {
  background-color: #ffffff;
}

.homepage .bloc_gcc .detail {
  font-family: 'merriweather_light';
  font-style: italic;
  color: #ffffff;
}

.homepage .bloc_gcc .panel_titre .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000000;
  color: #ffffff;
}

.homepage .bloc_gcc .panel_titre hr {
  margin-top: 5px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ffffff;
}

.homepage .bloc_gcc .gcc_detail {
  font-family: 'merriweather_light';
  font-style: italic;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

.homepage .tales {
  width: 100%;
}

.homepage .carousel-control {
  height: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homepage .guideSlider .carousel-control .glyphicon {
  font-size: 27px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 58px;
  padding: 14px 0 13px 0;
}

@media screen and (min-width: 844px) {
  .homepage .mea .owl-theme .owl-nav .owl-prev {
    left: -27px;
  }

  .homepage .mea .owl-theme .owl-nav .owl-next {
    right: -27px;
  }

  .homepage figure.effect-hover figcaption {
    height: 3em;
  }

  .homepage figure.effect-hover.hover_bloc1 figcaption {
    height: 50%;
  }

  .homepage figure.effect-hover.hover_bloc2 figcaption {
    height: 125px;
  }

  .homepage figure.effect-hover.hover_bloc3 figcaption {
    height: 6.5em;
  }

  .homepage figure.effect-hover.hover_bloc4 figcaption {
    height: 4.5em;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  .homepage.hp_mobile .topSlider .item {
    height: 100%;
  }

  .homepage.hp_mobile .mea .owl-theme .owl-nav .owl-prev {
    left: -14px;
  }

  .homepage.hp_mobile .mea .owl-theme .owl-nav .owl-next {
    right: -14px;
  }
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

/* PAGINATION */
.pagination {
  margin: 0;
}

.pagination.pagination-sm li a {
  font-size: 16px;
  color: #9a9a9a;
}

.pagination.pagination-sm>li>a {
  border: none;
}

.pagination.pagination-sm>li.active>a {
  color: #000000;
}

.pagination .pagination_nav {
  color: #000000 !important;
}

/* FILTRE TOP */
.container.proprietes_filtre {
  background: #ffffff;
}

.container.proprietes_filtre hr {
  margin: 0 auto 20px;
}

.container.proprietes_filtre a#removefilter {
  font-size: 14px;
  color: #bfbfbf;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-left: 10px;
}

.container.proprietes_filtre ul#filterAbstract {
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 0;
  display: inline;
}

.container.proprietes_filtre ul#filterAbstract li {
  display: inline-block;
  background: #f5f5f5;
  color: #9a9a9a;
  margin-right: 15px;
  margin-bottom: 1em;
  position: relative;
  padding: 10px 30px 11px 10px;
  float: left;
}

.container.proprietes_filtre ul#filterAbstract li:first-child {
  margin-left: 20px;
}

.container.proprietes_filtre ul#filterAbstract li:last-child {
  margin-right: 0;
}

.container.proprietes_filtre ul#filterAbstract li span {
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
}

.container.proprietes_filtre ul#filterAbstract .croix_filtres {
  float: right;
}

.container.proprietes_filtre ul#filterAbstract .btn-primary-v3 {
  padding: 10px;
  border: 0;
  margin-right: 15px;
}

.container.proprietes_filtre ul#filterAbstract .btn-primary-v3:hover {
  background: #f2ebe3;
}



form.form-inline.filtre_form {
  text-align: center;
}

/* PRESENTATION */
.jumbotron.presentation_liste {
  padding-top: 8em;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #110f1e;
}

.jumbotron.presentation_liste.titre_image {
  height: auto;
  padding: 0;
}

.jumbotron.presentation_liste.titre_image .container {
  padding: 0;
}

.jumbotron.presentation_liste h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.jumbotron.presentation_liste p {
  font-size: 13px;
  font-weight: 600;
  color: #a8a7a7;
}

.jumbotron.presentation_liste .container {
  bottom: 0;
}

.liste_primeurs .alertes_primeurs {
  margin-bottom: 2em;
  margin-top: -15px;
}

.presentation_liste .btn-link {
  text-decoration: underline;
  text-transform: uppercase;
  color: #ffffff;
}

.presentation_liste .titre-appellation {
  font-size: 30px;
  margin-bottom: .25em;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}

.presentation_liste.titre_collapse {
  background: #ffffff;
  margin-top: 50px;
  padding: 10px 30px 0;
}

/* AUTRES */
.row.bouteilles_rangee {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2em;
    padding-top: 4em;
}

.row.bouteilles_rangee div .promo {
  padding: 5px;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  margin: 0 auto;
  width: 100%;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}

.suggestion_panier .bouteille_liste img {
  width: 50px;
}

.suggestion_panier .bouteille_liste.visuel>img {
  padding-bottom: 1em;
}

.bouteille_liste {
  text-align: center;
}

.bouteille_liste .visuel {
  position: relative;
  z-index: 1;
  display: block;
}

.bouteille_liste .visuel>img {
  display: inline-block;
  padding-bottom: 2em;
}

.bouteille_liste a.nom_vin {
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-bottom: 0.3em;
  letter-spacing: -0.5px;
}

.bouteille_liste a.nom_vin:hover {
  text-decoration: none;
}

.bouteille_liste a.nom_vin h2 {
  font-size: 13px;
  margin: 0;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0.2px;
}

.bouteille_liste a.nom_vin h2 .up {
  text-transform: uppercase;
  color: #680909;
  font-size: 16px;
  font-weight: 700;
}

.bouteille_liste a.nom_vin span strong {
  font-weight: 700;
}

.bouteille_liste a.nom_vin span.classement {
  font-size: 12px;
}

.bouteille_liste span.prix {
  line-height: 10px;
  display: block;
}

.bouteille_liste span.prix_vin {
  font-size: 26px;
  display: inline-block;
  color: #000000;
  font-weight: 600;
}

.bouteille_liste span.prix_vin sup {
  top: -0.2em;
  top: -0.4em;
  font-size: 60%;
  font-weight: bold;
}

.bouteille_liste span.prix_ttc {
  font-size: 11px;
  display: inline-block;
  color: #a4845f;
}

.bouteille_liste span.prix_barre {
  text-decoration: line-through;
  color: #680909;
  font-size: 14px;
}

.bouteille_liste span.contenance_vin {
  font-size: 12px;
  display: inline-block;
  color: #000000;
  text-align: left;
}

.bouteille_liste span.tous_les_vins {
  font-size: 12px;
  display: inline-block;
  padding-bottom: 2em;
  color: #9a9a9a;
  width: 100%;
}

.bouteille_liste .add-btn.btn-primary {
  padding: 7px 20px;
}

.bouteille_liste .btn_icon {
  width: 90%;
  margin: auto;
}

.bouteille_liste .btn_icon span {
  font-size: 25px;
}

.tous_les_vins a {
  color: #9a9a9a;
}

.stockBas {
    background-color: #680909;
    bottom: 0%;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    transform: translate(12.5%, -115%);
    -ms-transform: translate(12.5%, -115%);
    -webkit-transform: translate(12.5%, -115%);
    width: 150px;
    z-index: 2;
}

.stockBas:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: -5%;
  z-index: -1;
  background: #680909;
  -ms-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.bouteilles_rangee .stockBas {
  left: calc(50% - 157px);
}

.item a .stockBas {
  -webkit-transform: translate(60%, -30%);
  -ms-transform: translate(60%, -30%);
  transform: translate(60%, -30%);
}

.stockBasMobile {
  position: absolute;
  bottom: 0%;
  -webkit-transform: translate(12.5%, -10%);
  -ms-transform: translate(12.5%, -10%);
  transform: translate(12.5%, -10%);
  background-color: #680909;
  color: #ffffff;
  width: 150px;
  padding: 5px 0;
  text-align: center;
  z-index: 2;
  left: calc(50% - 95px);
}

@media screen and (max-width: 844px) {
  .stockBas {
    width: 100%;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    padding: 5px;
  }

  .stockBas:after {
    width: 0%;
    height: 0%;
  }

  .bouteilles_rangee .stockBas {
    left: unset;
  }
}

/* PRESENTATION 1ers GRANDS CRUS */
.presentation_grands_crus {
  margin-bottom: 20px;
}

.presentation_grands_crus .logo_grand_crus {
  position: relative;
  height: 300px;
  text-align: center;
}

.presentation_grands_crus .logo_grand_crus img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.presentation_grands_crus+#listProductFilter .proprietes_filtre {
  padding: 35px 15px 0;
}

.blocs_gcc_presentation {
  margin: 3em 0 0;
  text-align: center;
}

.blocs_gcc_presentation input {
  font-size: 11px;
  width: 90%;
  margin-left: 5%;
  padding: 0;
  text-align: center;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blocs_gcc_presentation button.btn-primary {
  width: 60%;
  margin-top: 1em;
  border: none;
  background-color: #000000;
}

.blocs_gcc_presentation div[class^=bloc] {
  overflow: hidden;
  height: 195px;
  background-color: #d3bca1;
}

.blocs_gcc_presentation .row {
  margin-right: -15px;
  margin-left: -15px;
}

.blocs_gcc_presentation div[class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.blocs_gcc_presentation .bloc1 {
  margin-left: -5px;
}

.blocs_gcc_presentation .bloc2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3dde0+24,eef5f7+100 */
  background: #d3dde0;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d3dde0 24%, #eef5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #d3dde0), to(#eef5f7));
  background: linear-gradient(to bottom, #d3dde0 24%, #eef5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3dde0', endColorstr='#eef5f7', GradientType=0);
  /* IE6-9 */
}

.blocs_gcc_presentation .bloc2 h1 {
  font-size: 22px;
}

.blocs_gcc_presentation .bloc2 p {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.blocs_gcc_presentation .bloc4 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cebc91+-1,f1ead8+52,e8d2d8+100 */
  background: #cebc91;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cebc91 -1%, #f1ead8 52%, #e8d2d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cebc91 -1%, #f1ead8 52%, #e8d2d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cebc91', endColorstr='#e8d2d8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.blocs_gcc_presentation .bloc4 h1 {
  font-size: 18px;
  margin: 35px 0 5px;
  color: #9f7a16;
}

.blocs_gcc_presentation .bloc4 h2 {
  font-size: 24px;
  margin: 0 0 24 ipx;
}

.blocs_gcc_presentation .bloc5 {
  background-color: grey;
  margin-right: -5px;
}

.blocs_gcc_presentation .bloc5 p {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 1em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #000000;
}

.blocs_gcc_presentation .bloc3 a {
  position: relative;
  display: block;
}

.blocs_gcc_presentation .btn-galerie {
  height: 100%;
}

.blocs_gcc_presentation .btn-galerie img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 1;
}

.blocs_gcc_presentation .btn-galerie::before {
  font-family: 'laGrandeCave' !important;
  position: absolute;
  top: .25em;
  right: .5em;
  z-index: 2;
  content: "\e900";
  color: rgba(255, 255, 255, 0.8);
}

/* PUSH PROMO */
.push_promo {
  padding-top: 2em;
}

.push_promo .promo1 {
  height: 300px;
  background-color: red;
}

.push_promo .promo2 {
  height: 300px;
  text-align: center;
  background-color: #9a9a9a;
}

.push_promo .promo2 p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.push_promo .promo3 {
  height: 300px;
  text-align: center;
  background-color: #9a9a9a;
}

@media screen and (max-width: 844px) {

  .bouteilles_rangee .medaille,
  .bouteilles_rangee .pictos {
    width: 70%;
    left: 83%;
  }

  .pictos {
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    bottom: 0px;
    top: inherit;
  }

  .medailleFiche {
    margin-bottom: 25px;
  }
}

.panier.pseudo-table {
  font-size: 14px;
  padding: 15px;
}

.panier.pseudo-table .pseudo-head {
  text-transform: uppercase;
  color: #8b8b8b;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panier.pseudo-table .pseudo-head strong {
  color: #000000;
}

.panier.pseudo-table .ligne-produit {
  padding: 15px 0px;
  margin: 15px 0px;
  border-top: 1px solid #f0f0f0;
}

.panier.pseudo-table .ligne-produit:last-of-type {
  border-bottom: 1px solid #f0f0f0;
}

.panier.pseudo-table .ligne-produit:hover {
  background: #ffffff;
}

.panier.pseudo-table .btn-number {
  padding: 0;
  border: none;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  top: -5px;
}

.panier.pseudo-table .btn-number:hover,
.panier.pseudo-table .btn-number:focus,
.panier.pseudo-table .btn-number:visited,
.panier.pseudo-table .btn-number:active {
  color: #d3bca1;
  background: none;
}

.panier.pseudo-table .btn-number.signe_moins {
  right: 13px;
  font-size: 15px;
  font-weight: 400;
}

.panier.pseudo-table .btn-number.signe_plus {
  left: 10px;
}

.panier.pseudo-table .input-group-btn>.btn {
  margin-left: 0;
}

/*.chemin {
  counter-reset: counter;
  list-style-type: none;
  padding: 8px 15px;

  font-family: @font-family-serif;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 300;

  margin-bottom: 1.5em;

  color: lighten(@clr0, 75%);

  li {
    display: inline-block;
    margin-right: 2em;
    &.active {
      color: @clr0;
      font-weight: bold;
    }
    a {
      color: @clr0;
    }
  }
  li::before {
    content: counter(counter, decimal);
    counter-increment: counter;
  }
}*/
.chemin {
  counter-reset: counter;
  list-style-type: none;
  padding: 8px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2em;
  margin-top: 1em;
  border-bottom: 2px solid #e2e2e2;
  color: #bfbfbf;
}

.chemin li {
  display: inline-block;
  position: relative;
}

.chemin li.active {
  color: #a31b1b;
  font-weight: bold;
}

.chemin li.active::after {
  font-size: 40px;
  -webkit-transform: translate(-40%, 3%);
  -ms-transform: translate(-40%, 3%);
  transform: translate(-40%, 3%);
  z-index: 1;
}

.chemin li a {
  color: #bfbfbf;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.chemin li::after {
  content: "\2022";
  position: absolute;
  top: 0;
  font-size: 70px;
  left: 50%;
  -webkit-transform: translate(-40%, -20%);
  -ms-transform: translate(-40%, -20%);
  transform: translate(-40%, -20%);
}

.engagements {
  text-align: center;
  height: 160px;
  margin-top: 2em;
  margin-bottom: 10px;
  min-width: 175px;
}

.engagements a:not(.mailto) {
  color: #000000;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.engagements a:not(.mailto),
.engagements a:not(.mailto) * {
  display: block;
}

.engagements a:not(.mailto) .eng_icone {
  margin-bottom: 5px;
}

.engagements .eng_icone {
  font-size: 3.5em;
  vertical-align: bottom;
  line-height: 1.2;
}

.engagements .eng_titre {
  font-weight: 700;
  text-transform: uppercase;
}

.engagements .eng_sstitre {
  text-transform: uppercase;
}

.engagements .eng_titre,
.engagements .eng_sstitre,
.engagements .eng_contenu {
  font-size: 0.75em;
  margin-bottom: 0px;
  display: block;
}

.engagements .eng_contenu {
  font-weight: 600;
  padding: 2em;
}

#engagements .engagements {
  padding-top: 1em;
  border-top: 1px solid #f0f0f0;
  height: auto;
}

#engagements .engagements:first-of-type {
  border: none;
  margin-top: 1.5em;
}

.tunnel_panier {
  font-size: 14px;
  color: #000000;
}

.tunnel_panier .panel-panier {
  border: 3px solid #f1f1f1;
  padding: 10px 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.tunnel_panier .prix_total div {
  padding-bottom: 0.3em;
}

.tunnel_panier .prix_total .total {
  font-weight: bold;
  color: #000000;
}

.tunnel_panier .prix_total .total span {
  font-size: 25px;
}

.tunnel_panier .prix_total hr {
  margin-bottom: 20px;
  border-top: 1px solid #000000;
  width: 100%;
}

.tunnel_panier .prix_total button {
  margin-bottom: 1em;
}

.tunnel_panier .txt_2nd {
  padding-top: 20px;
}

.tunnel_panier .btn_payer {
  position: relative;
  padding: 12px 50px 12px 20px;
}

.tunnel_panier .btn_payer span {
  position: absolute;
  top: 7px;
  font-size: 28px;
  right: 21px;
}

.tunnel_panier .code_promo input {
  font-size: 13px;
  color: #000000;
}

.tunnel_panier .code_promo button.btn-primary {
  background: #d8d8d8;
  color: #ffffff;
  border: #000000;
  padding: 12px;
  line-height: 1;
  font-size: 12px;
}

.tunnel_panier .code_promo button.btn-primary:hover {
  background: #d3bca1;
}

.tunnel_panier .code_promo.visible-xs {
  margin-bottom: 0;
}

.tunnel_panier .panel-heading {
  padding: 10px 15px 0;
  font-weight: 600;
}

.tunnel_panier .panel-body {
  padding: 5px 15px;
  font-size: 13px;
}

.tunnel_panier .panel-body textarea {
  resize: none;
  font-size: 13px;
  padding: 6px 8px;
  margin-top: 1em;
  color: #000000;
}

.tunnel_panier .panel-body .checkbox {
  margin-top: 5px;
}

.tunnel_panier .panel-body .alert-danger {
  font-size: 12px;
  padding: 12px 0px;
  line-height: 1;
  border: none;
  background-color: #fff;
  text-align: center;
}

.tunnel_panier .panel-group {
  margin-bottom: 12px;
}

.tunnel_panier .panel-collapse {
  margin-top: 10px;
}

.tunnel_panier .form-inline,
.tunnel_panier .form-group {
  padding-left: 0;
}

.tunnel_panier a.btn-valider {
  position: relative;
}

.tunnel_panier a.btn-valider span {
  position: absolute;
  top: 7px;
  font-size: 28px;
  right: 50px;
}

.tunnel_panier .txt-alerte {
  padding-top: 10px;
}

.tunnel_panier .txt-alerte.livraison {
  font-size: 13px;
}

.txt-alerte {
  color: #a31b1b;
}

.info_hover {
  position: absolute;
  color: #d3bca1;
}

.birthday_bloc {
  position: relative;
}

.birthday_bloc .info_hover {
  position: absolute;
  color: #d3bca1;
}

.bloc_email {
  position: relative;
}

.bloc_email .info_hover {
  position: absolute;
  color: #d3bca1;
  right: -20px;
}

.popover_coordonnees .popover {
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

.popover_coordonnees .popover h3 {
  display: none;
}

/* MA COMMANDE */
.mode_paiement {
  font-size: 14px;
  font-weight: normal;
}

.mode_paiement .mode_paiement-titre {
  font-size: 20px;
}

.mode_paiement label {
  font-size: 14px !important;
  font-weight: normal !important;
}

a.btn-connect {
  text-transform: uppercase;
  color: #000000;
}

a.btn-connect span {
  text-decoration: underline;
}



.titre-section {
  font-weight: 600;
  text-transform: uppercase;
}

.titre-section hr {
  margin-top: 12px;
}

.icon_info {
  color: #a7a7a7;
  font-size: 18px;
}

.titre-bloc {
  color: #680909;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}

@media (max-width: 1119px) {


  .code_promo {
    min-height: 3em;
    margin-top: 2em;
  }

  .mode_livraison {
    height: auto !important;
  }

  .tunnel_panier .panel-panier {
    min-height: 3em;
  }
}

.panier_abandonne {
  padding: 40px 0;
}

.panier_abandonne .cher {
  font-size: 30px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.paiement.type {
  background: #f5f5f5;
  /*li.nav-item:not(:first-child) {
      border-left: 3px solid #f2ebe3;
    }*/
}

.paiement.type a {
  color: #9a9a9a;
  background: #fbfbfb;
}

.paiement.type li.nav-item {
  width: 110px;
  text-align: center;
}

.paiement.type .tab-pane {
  background: #f5f5f5;
  padding: 30px;
}

.paiement.type .tab-pane li {
  padding-right: 10px;
}

.paiement.type .nav-pills>li.active>a {
  background: #f5f5f5;
  color: #000000;
  font-weight: 600;
  /*-webkit-box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.10);
      -moz-box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.10);
      box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.10);*/
}

.paiement.type .nav-pills>li>a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.paiement.type ul.nav.nav-pills {
  background-color: #ffffff;
}

.besoin_aide {
  font-size: 12px;
  padding: 10px;
}

.besoin_aide .icon-mobile {
  font-size: 48px;
}

.besoin_aide p {
  display: inline-block;
  padding: 10px;
}

.page_livraison {
  font-size: 14px;
}

.choix_livraison_flex {
  display: flex;
  flex-wrap: wrap;
}

.choix_livraison_flex * {
  flex-basis: 100%;
}

.choix_livraison_justify {
  text-align: justify !important;
}

.page_livraison ul.choix_livraison {
  padding: 0;
}

.page_livraison ul.choix_livraison li {
  list-style-type: none;
  margin: 5px 0;
}

.page_livraison ul.choix_livraison li input {
  margin-right: 10px;
}

.loading_relais {
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.page_livraison ul.gantsblancs li {
  list-style-type: none;
}

.page_livraison ul.gantsblancs li:before {
  content: '\2022 ';
  /* Bullet color */
  color: #d3bca2;
  padding-right: 0.5em;
}

.page_livraison .panel-titre .titre2 {
  font-size: 14px;
}

.page_livraison .livraison_dates {
  border: 1px solid #c7c7c7;
  padding: 10px;
}

.page_livraison .livraison_dates_alerte {
  border: 1px solid #a31b1b;
  padding: 10px;
  color: #a31b1b;
}

.page_livraison .livraison_adresse {
  font-size: 14px;
}

.page_livraison .livraison_adresse .panel-group {
  margin-bottom: 10px;
}

.page_livraison .livraison_adresse hr {
  margin-top: 5px;
}

.page_livraison .livraison_adresse .input-group {
  width: 100%;
}

.page_livraison .livraison_adresse input {
  font-size: 14px;
}

.page_livraison .livraison_adresse .help-block {
  font-size: 12px;
}

.page_livraison #livraison-success {
  padding: 0 35px 0;
  color: #3f9a2e;
}

.page_livraison .livraison_adresse,
.page_livraison .facturation_adresse {
  min-height: 260px;
}

.page_livraison .bloc-button .button-position {
  bottom: 0;
  right: 0;
}

.page_livraison .cgv_confirm {
  color: #a7a7a7;
  font-size: 12px;
  margin-bottom: 15px;
}

.page_livraison .cgv_confirm a {
  background: none;
}

.page_livraison p.coordonnees {
  line-height: 27px;
}

.cursorSelect:hover {
  cursor: pointer;
}

.btn-details2 {
  font-weight: normal;
  position: relative;
  padding: 6px 35px;
  text-align: left;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

.btn-details2.collapsed::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-orgine: center center;
}

.btn-details2::before,
.btn-details2::after {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 1em;
  height: 1px;
  content: '';
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #000000;
  -webkit-transform-style: preserve-3d;
}

.btn-details2::before .page_livraison,
.btn-details2::after .page_livraison {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.detail2 {
  padding: 0 35px;
}

@media screen and (max-width: 1159px) {
  .page_livraison .bloc-button .button-position {
    position: inherit !important;
    display: block;
  }

  .page_livraison .bloc-button .formPaiement {
    float: inherit !important;
  }
}

/* INFOS */
.compte_infos {
  color: #000000;
  font-size: 14px;
}

.compte_infos h1 {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
}

.compte_infos h2 {
  font-size: 32px;
  text-transform: uppercase;
}

.compte_infos label {
  font-weight: normal;
  color: #000000;
}

.compte_infos input {
  font-size: 14px;
  color: #000000;
}

.compte_infos input.input-quantite {
  width: 70px;
}

.compte_infos .extra-select {
  display: inline-block;
  color: #000000;
}

.inscription_valide {
    text-align: center;
}

.inscription_valide div {
    margin: 20px 0;
}

.inscription_valide p {
    margin: 0;
}

.infos_coordonnees .form-group {
  padding-left: 0;
  padding-right: 0;
}

.infos_cta {
  text-align: center;
}

.infos_cta button {
  padding: 10px 9.5em;
}

/* MODAL */
#modalSysteme-content.logo:before {
  font-family: 'laGrandeCave';
  content: "\e909";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30em;
  opacity: 0.02;
  z-index: 1;
}

.modalSysteme .content {
  font-family: Open sans;
  text-align: center;
  position: relative;
  z-index: 2;
}

.modalSysteme .content .close {
  top: -40px;
}

.modalSysteme .content .nom {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.modalSysteme .content .compteBlod {
  font-weight: 700;
  text-transform: uppercase;
}

.modalSysteme .content .texte {
  font-size: 12px;
  font-weight: 600;
  max-width: 85%;
  margin: auto;
}

.modalSysteme .content hr {
  width: 75px;
  background-color: #000000;
  height: 1px;
}

.modalSysteme .content .coordonnees {
  font-weight: 700;
}

.modalSysteme .content .buttonClose {
  background-color: #d3bca1;
  border: none;
  padding: 8px 20px;
  margin-top: 40px;
  margin-bottom: 35px;
}

.modalSysteme .content .buttonClose .retour {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

/* ADRESSES */
.compte_adresses {
  color: #000000;
  font-size: 14px;
}

.compte_adresses h1 {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
}

.compte_adresses .adresse_libelle {
  text-transform: uppercase;
}

.compte_adresses .adresse_block {
  margin-bottom: 1em;
  font-size: 14px;
  margin-top: 2em;
}

.compte_adresses button {
  margin-top: 1em;
  margin-bottom: 0.7em;
}

.adresse_block .adresse_infos {
  height: 8em;
}

.adresses_modal input {
  color: #000000;
  font-size: 14px;
}

/* MES COMMANDES */
.mes_cmdes_linked {
    display: flex;
    flex-wrap: wrap;
}
.mes_cmdes_linked strong {
    flex-basis: 100%;
}
.mes_cmdes_linked span {
    border: 1px solid rgb(164 132 95 / 30%);
    border-radius: 3px;
    flex-grow: 1;
    margin: 2px;
    padding: 5px !important;
}

.mes_cmdes_empty {
    margin: 0;
    padding: 20px;
    text-align: center;
}

.compte_commandes {
  font-size: 13px;
}

.compte_commandes p.sous-titre {
  text-align: center;
  font-size: 13px;
}

.compte_commandes .ligne-titre {
  font-size: 13px;
  color: #636363;
  padding: 25px;
  margin-bottom: -1em;
}

.compte_commandes .ligne_commandes {
  padding: 25px 15px;
  border: 1px #e3e3e3 solid;
  margin-bottom: 1.5em;
  line-height: 25px;
}
.compte_commandes .ligne_commandes .ligne_commandes_plus {
    background-color: #d3bda0;
    border: 1px solid #d3bda0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    margin-top: 20px;
    transition: all ease 0.35s;
}
.compte_commandes .ligne_commandes .ligne_commandes_plus:hover {
    background-color: #ffffff;
    color: #000000;
}
.compte_commandes .ligne_commandes .ligne_commande_info {
    margin-top: 20px;
}
.compte_commandes .ligne_commandes a {
  color: #000000;
  text-decoration: none;
}

.compte_commandes .ligne_commandes .suivi_livraison {
    align-items: center;
    border: 1px solid #7f7f7f;
    border-radius: 50px;
    color: #7f7f7f;
    display: flex;
    padding: 5px 12px;
    text-decoration: none;
    transition: all ease 0.35s;
    width: max-content;
}

.compte_commandes .ligne_commandes .suivi_livraison:hover {
    background-color: #d3bda0;
    border: 1px solid #d3bda0;
    color: #fff !important;
    cursor: pointer;
}

.compte_commandes .ligne_commandes .suivi_livraison img {
    height: 27px;
    margin-right: 7px;
    object-fit: contain;
    width: 27px;
}


.compte_commandes .ligne_commandes span {
  font-size: 13px;
  color: #636363;
  display: block;
  padding-top: 1em;
}

.compte_commandes .ligne_commandes span .hidden {
  display: none;
}

.compte_commandes .ligne_commandes .etat_commande.en_cours {
    color: black;
    font-size: 13px;
}

.compte_commandes .ligne_commandes .etat_commande.livree {
  color: #20740b;
}

.compte_commandes .ligne_commandes .etat_commande.abandonnee {
  color: #b92518;
}

.compte_commandes .etat_commande span .infos_livraison {
  color: #000000 !important;
  font-size: 12px;
}

.compte_commandes .compte_ma_commande .titre_section {
  line-height: 1.1;
}
.compte_commandes .compte_ma_commande .modal_ligne_commandes_buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.compte_commandes .compte_ma_commande .btn-save {
    background-color: #000000;
    border: 1px solid #000000;
    text-align: center;
    display: inline-block;
    width: 49%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    transition: all ease 0.35s;
    width: fit-content;
    margin: 10px;
    transition: all ease 0.35s;
}
.compte_commandes .compte_ma_commande .btn-save:hover {
  background-color: #d3bda0;
  border-color: #d3bda0;
}

/* MA COMMANDE */
.compte_ma_commande {
  color: #000000;
  font-size: 14px;
  /*.conditions{

  }*/
}

.compte_ma_commande .left {
  font-size: 14px;
}

.compte_ma_commande .left span {
  text-transform: uppercase;
  font-weight: bold;
}

.compte_ma_commande .left p {
  margin-top: 2em;
}

.compte_ma_commande .right span {
  text-transform: uppercase;
}

.compte_ma_commande .ligne-titre {
  text-transform: uppercase;
}

.compte_ma_commande .libelle_vin {
  font-weight: 600;
  text-transform: uppercase;
}

.compte_ma_commande .prix_total {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
}

.compte_ma_commande .prix_total span {
  font-weight: normal;
  text-transform: none;
}

.compte_ma_commande .prix_total .left div,
.compte_ma_commande .prix_total .right div {
  padding: 8px 0;
}

.compte_ma_commande .prix_total .total {
  font-weight: bold;
  color: #d3bca1;
  font-size: 14px;
}

.compte_ma_commande .prix_total div {
  padding-bottom: 0.3em;
}

.compte_ma_commande .prix_total2 {
  display: inline-block;
  font-size: 14px;
  padding: 0px;
}

.compte_ma_commande .prix_total2 div {
  padding-bottom: 0.1em;
}

.compte_ma_commande .prix_total2 .total {
  font-weight: bold;
  color: #d3bca1;
}

.compte_ma_commande .prix_total2 span {
  font-weight: normal;
  text-transform: none;
}

.compte_ma_commande .prix_total2 .left div,
.compte_ma_commande .prix_total2 .right div {
  padding: 8px 0;
}

.compte_ma_commande .lieu {
  font-weight: normal;
  color: #636363;
  text-transform: none !important;
}

.compte_ma_commande .checkbox {
  font-size: 14px;
}

.compte_ma_commande .checkbox a {
  color: #000000;
  text-decoration: underline;
}

.compte_ma_commande .checkbox label {
  font-size: 14px;
}

.compte_ma_commande .lesAdresses {
  font-size: 14px;
  margin-bottom: 20px;
}

.compte_ma_commande .blocCommande {
  background: #f2ebe3;
  padding: 20px;
  margin-bottom: 20px;
}

.compte_ma_commande .blocCommande strong {
  font-weight: bold;
  text-transform: uppercase;
}

.compte_ma_commande .blocCommande span {
  color: #a4845f;
  display: block;
}

.compte_ma_commande .btn_total {
  padding: 10px;
}

/* .compte_ma_commande .btn-save {
  padding: 10px 0;
  background-color: #d3bca2;
  text-align: center;
  display: inline-block;
  width: 49%;
}

.compte_ma_commande .btn-save a {
  color: #ffffff;
  text-decoration: none;
} */

.compte_ma_commande .ma_commande {
  margin-top: 30px;
}

.compte_ma_commande .pseudo-table {
  padding: 0;
}

.compte_ma_commande .phraseMerci {
  font-style: italic;
  font-weight: bold;
}

/* NEWSLETTERS */
.newsletters {
  font-size: 14px;
}

.newsletters .checkbox {
  margin-top: 5px;
}

.newsletters label {
  font-weight: normal;
}

.newsletters .right {
  margin-top: 2em;
}

.sub_newsletters .checkbox {
  margin-top: 0;
}

/* PARRAINAGES */
.parrainages {
  font-size: 14px;
}

.parrainages .left span {
  line-height: 30px;
}

.parrainages .left span a {
  display: block;
  text-transform: uppercase;
  color: #000000;
}

.parrainages label {
  font-weight: normal;
}

.parrainages .parrain {
  border-bottom: 1px solid #e3e3e3;
}

.parrainages input {
  font-size: 14px;
  color: #000000;
}

.parrainages button.btn.btn-primary.plus_parrainage {
  background-color: #000000;
  border: #000000;
  padding: 10px 7.5em;
  margin-top: 2em;
}

.parrainages button.btn.btn-primary.plus_parrainage:hover {
  background-color: #666666;
}

.parrainages button.btn.btn-primary.amis_fb {
  background-color: #4c649a;
  border: #4c649a;
  padding: 10px 5.6em;
}

.parrainages button.btn.btn-primary.amis_fb:hover {
  background-color: #2a3856;
}

.parrainages.compte {
  margin-bottom: 3em;
}

.parrainages p.title {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #9a9a9a;
}

.parrainages .bloc_gris {
  padding: 30px;
  background: #f5f5f5;
}

.parrainages .bloc_gris strong.points {
  font-size: 18px;
}

.parrainages .code {
  padding: 5px 10px;
  background: #ffffff;
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}

.parrainages .details_tab {
  font-size: 14px;
}
.details_tab h2 {
    font-size: 20px;
}

.parrainages .details_tab li.nav-item {
  width: 25%;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.parrainages .details_tab li.nav-item a {
  color: #000000;
  background: #f2ebe3;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.parrainages .details_tab li.nav-item.active>a {
  color: #ffffff;
  background: #d3bca1;
}

.parrainages .details_tab .tab-pane {
  background: #ffffff;
  border: 1px solid #f2ebe3;
  padding: 30px;
}

.parrainages a._2vmz button {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 2px 64px 35px 6px !important;
}

.parrainages .title_partie {
  font-size: 30px;
  margin: 0;
}

.parrainages span.nom_filleul {
  text-transform: uppercase;
  color: #d3bca2;
}

.parrainages .en_attente {
  background: #d3bca2;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
}

.parrainages .points_filleul {
  display: block;
  border: 1px solid #d3bca2;
  line-height: initial !important;
  padding: 7px 15px;
  color: #000000;
  text-align: center;
  width: 100%;
}

.compte .titre {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 70px;
}

.compte .titre_section {
  font-size: 32px;
  text-transform: uppercase;
}

/* MENU */
ul.compte_menu {
  font-size: 12px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
  width: 100%;
}

ul.compte_menu a {
  color: #000000;
}

ul.compte_menu a:hover {
  background-color: #ffffff;
  text-decoration: underline;
}

ul.compte_menu a.btn-deconnexion {
  background-color: #d3bca1;
  padding: 6px;
  margin: 8px;
  font-size: 12px;
}

ul.compte_menu li.active a {
  text-decoration: underline;
}

ul.compte_menu li>a:focus {
  background: none;
}

/* DISCLAIMER */
.disclaimer p {
  font-size: 12px;
  color: #828282;
}

/* CONNEXION */
.mp_oublie a {
  color: #000000;
}

/* LOGIN */
/*
.block-no-compte{
	margin-top: 4.3em;
}*/
.points_club {
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333 !important;
}

.points_club .title_partie {
  font-size: 30px;
  margin: 0;
  text-align: left;
}

.points_club .bloc_points_club span {
  font-family: 'open_sans_bold';
}

.points_club .bloc_points_club span.clr {
  color: #a4845f;
}

.points_club .bloc_points_club span.taille_btl {
  text-transform: uppercase;
}

.points_club .bloc_points_club .texte {
  padding: 30px;
  line-height: 30px;
}

.points_club .niveau {
  text-align: center;
  background: url("../img/club/bg_desactive.png") no-repeat center;
  background-size: cover;
  color: #a4845f;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}

.points_club .niveau .nom_btl {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 130px;
  font-weight: bold;
}

.points_club .niveau img {
  padding-top: 40px;
  padding-bottom: 10px;
}

.points_club .niveau .nb_points {
  padding: 15px;
  border-top: 3px solid #ffffff;
}

.points_club .niveau .img_btl {
  background: url("../img/club/bouteille_desactive.png") no-repeat center;
  position: absolute;
  height: 100px;
  width: 33px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.points_club .niveau.magnum .img_btl {
  top: 57%;
  background-size: 70%;
}

.points_club .niveau.magnum.active {
  background: url("../img/club/bg_magnum.png") no-repeat center;
  background-size: cover;
}

.points_club .niveau.magnum.active .img_btl {
  background: url("../img/club/bouteille_active.png") no-repeat center;
  background-size: 70%;
}

.points_club .niveau.magnum.active:after {
  border-left-color: #2d2100;
}

.points_club .niveau.jeroboam .img_btl {
  top: 55%;
  background-size: 85%;
}

.points_club .niveau.jeroboam.active {
  background: url("../img/club/bg_jeroboam.png") no-repeat center;
  background-size: cover;
}

.points_club .niveau.jeroboam.active .img_btl {
  background: url("../img/club/bouteille_active.png") no-repeat center;
  background-size: 85%;
}

.points_club .niveau.jeroboam.active:after {
  border-left-color: #3b0204;
}

.points_club .niveau.mathusalem .img_btl {
  top: 53.6%;
  background-size: 94%;
  height: 128px;
}

.points_club .niveau.mathusalem.active {
  background: url("../img/club/bg_mathusalem.png") no-repeat center;
  background-size: cover;
}

.points_club .niveau.mathusalem.active .img_btl {
  background: url("../img/club/bouteille_active.png") no-repeat center;
  background-size: 94%;
}

.points_club .niveau.mathusalem.active:after {
  border-left-color: #002b2a;
}

.points_club .niveau.baltazar .img_btl {
  top: 51%;
  background-size: 105%;
  height: 128px;
}

.points_club .niveau.baltazar.active {
  background: url("../img/club/bg_balthazar.png") no-repeat center;
  background-size: cover;
}

.points_club .niveau.baltazar.active .img_btl {
  background: url("../img/club/bouteille_active.png") no-repeat center;
  background-size: 105%;
}

.points_club .niveau.baltazar.active:after {
  border-left-color: #320324;
}

.points_club .niveau.melchior .img_btl {
  top: 48.6%;
  background-size: 88%;
  height: 130px;
  width: 44px;
}

.points_club .niveau.melchior.active {
  background: url("../img/club/bg_melchior.png") no-repeat center;
  background-size: cover;
}

.points_club .niveau.melchior.active .img_btl {
  background: url("../img/club/bouteille_active.png") no-repeat center;
  background-size: 88%;
}

.points_club .niveau.melchior.active:after {
  border-left-color: transparent;
}

.points_club .niveau.melchior:after {
  border-left-color: transparent;
}

.points_club .niveau:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid;
  border-left-color: #cfc7b9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 42%;
  right: -45px;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 844px) {
  .points_club .niveau:after {
    display: none;
  }
}

.points_club .les3points {
  text-align: center;
  padding-top: 30px;
}

.points_club .les3points .numero {
  margin: auto;
  background: none;
  border: 1px solid #a4845f;
  font-family: 'merriweather_bold_italic';
  color: #a4845f;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 37px;
  margin-bottom: 10px;
}

.points_club .les3points .stt {
  color: #a4845f;
  font-family: 'open_sans_light';
  font-size: 24px;
  margin-bottom: 15px;
}

.points_club .les3points .separation {
  height: 2px;
  background: #a4845f;
  width: 50px;
  margin: auto;
  display: block;
  margin-bottom: 2em;
}

.points_club .les3points p:last-child {
  padding-bottom: 2em;
}

.points_club .avantages_exclusifs {
  color: #ffffff;
  text-align: center;
}

.points_club .avantages_exclusifs .bloc_texte {
  background: #000000;
  padding: 20px;
}

.points_club .avantages_exclusifs .bloc_texte .surtitre {
  text-transform: uppercase;
  font-size: 12px;
  color: #636363;
}

.points_club .avantages_exclusifs .bloc_texte .title {
  color: #a4845f;
  font-size: 24px;
  font-family: 'open_sans_light';
  padding: 5px 0;
}

.points_club .avantages_exclusifs .bloc_texte .bull {
  color: #a4845f;
  font-size: 25px;
  line-height: 0.6;
  display: block;
}

.points_club .avantages_exclusifs .bloc_texte .form-group {
  margin-top: 25px;
}

.points_club .avantages_exclusifs .bloc-1 .bloc_img {
  background: url("../img/club/img1.png") no-repeat center;
  background-size: cover;
  height: 240px;
}

.points_club .avantages_exclusifs .bloc-2 {
  margin-top: 8em;
}

@media screen and (max-width: 1159px) {
  .points_club .avantages_exclusifs .bloc-2 {
    margin-top: 2em;
  }
}

.points_club .avantages_exclusifs .bloc-2 .bloc_img {
  background: url("../img/club/img2.png") no-repeat center;
  background-size: cover;
  height: 240px;
}

.points_club .avantages_exclusifs .bloc-3 .bloc_img {
  background: url("../img/club/img3.png") no-repeat center;
  background-size: cover;
  height: 240px;
}

.points_club .avantages_exclusifs .bloc-1,
.points_club .avantages_exclusifs .bloc-3 {
  margin-top: 2em;
}

.points_club .tableau_points {
  margin-top: 2em;
}

.points_club .tableau_points .titres {
  background: #f5f5f5;
  padding: 10px 0 0px;
  font-family: 'open_sans_bold';
  color: #9a9a9a;
}

.points_club .tableau_points .stt {
  font-size: 18px;
  font-weight: bold;
  font-family: 'open_sans_bold';
  text-transform: uppercase;
}

.points_club .tableau_points .date,
.points_club .tableau_points .numero,
.points_club .tableau_points .points {
  padding: 10px 0 5px;
}

.points_club .tableau_points .ligne:not(:last-child) {
  border-bottom: 1px solid #e6e3e3;
}

.club_acces {
  background: #0f0f0f !important;
}

.club_acces .no_connexion .bloc_bienvenue {
  background: #d3bca2;
  padding: 20px;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 30px;
}

.club_acces .no_connexion .bloc_bienvenue .title {
  font-family: 'open_sans_light';
  font-size: 35px;
  line-height: 40px;
  color: #a4845f;
  padding: 20px;
}

.club_acces .no_connexion .bloc_bienvenue .title strong {
  font-family: 'open_sans_bold';
}

.club_acces .no_connexion .bloc_bienvenue .texte {
  font-family: 'merriweather_bold_italic';
  font-size: 16px;
}

.club_acces .no_connexion .bloc_bienvenue .cta {
  margin-top: 50px;
}

.club_acces .no_connexion hr {
  border-top: 1px solid #d3bca2;
}

.club_acces .no_connexion .les3points {
  color: #ffffff;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    max-width: 846px;
    margin: 30px auto;
  }

  #sensorielModal .modal-dialog {
    max-width: 1282px;
  }

  #sensorielModal .modal-dialog iframe {
    position: absolute;
  }

  .modal-body {
    padding: 15px 30px 30px;
  }
}

button.close {
  font-size: 14px;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  opacity: 1;
  z-index: 100;
}

button.close span.croix::after,
button.close span.croix::before {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 1px;
  background-color: #000000;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

button.close span.croix::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.close span.croix::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#videoModal button.close,
#sensorielModal button.close,
#galerieModal button.close,
#carte button.close,
.modal_restaurant.modal.in button.close,
div[id^=popup_] button.close {
  position: absolute;
  top: -2.5em;
  right: 0em;
}

#videoModal span.croix::after,
#sensorielModal span.croix::after,
#galerieModal span.croix::after,
#carte span.croix::after,
.modal_restaurant.modal.in span.croix::after,
div[id^=popup_] span.croix::after,
#videoModal span.croix::before,
#sensorielModal span.croix::before,
#galerieModal span.croix::before,
#carte span.croix::before,
.modal_restaurant.modal.in span.croix::before,
div[id^=popup_] span.croix::before {
  background-color: #ffffff;
}

#videoModal .modal-dialog,
#sensorielModal .modal-dialog,
#galerieModal .modal-dialog,
#carte .modal-dialog,
.modal_restaurant.modal.in .modal-dialog,
div[id^=popup_] .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#videoModal .modal-content,
#sensorielModal .modal-content,
#galerieModal .modal-content,
#carte .modal-content,
.modal_restaurant.modal.in .modal-content,
div[id^=popup_] .modal-content {
  border: none;
}

#videoModal .modal-content .modal-body,
#sensorielModal .modal-content .modal-body,
#galerieModal .modal-content .modal-body,
#carte .modal-content .modal-body,
.modal_restaurant.modal.in .modal-content .modal-body,
div[id^=popup_] .modal-content .modal-body {
  padding: 0px;
}

#videoModal .modal-content,
#sensorielModal .modal-content,
#galerieModal .modal-content,
#carte .modal-content {
  background-color: #000000;
}

.compte-panier {
  font-size: 10px;
  line-height: 2em;
  position: absolute;
  top: 5px;
  right: 2.8em;
  width: 2em;
  height: 2em;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: #aa0000;
}

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal_maj_panier .bloc_panier_maj {
  padding: 10px;
  background: #f2ebe3;
  font-size: 18px;
  margin-bottom: 20px;
}

.modal_maj_panier .quantite {
  margin-top: 30px;
}

.pagination>li>a,
.pagination>li>span {
  font-size: 14px;
  border: none;
  color: #9a9a9a;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
  background: none;
  color: #000000;
}

.pagination>.active>span {
  background: none;
  color: #000000;
}

.pagination>.active>span:hover {
  background: none;
  color: #000000;
}

.pagination .active a:hover,
.pagination .active a:active,
.pagination .active a:focus,
.pagination .active a:visited {
  color: #000000;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus,
.pagination a:visited {
  background: none;
  color: #000000;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: none;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background: none;
}

.space {
  margin-left: -6%;
  margin-right: -6%;
}

.space .col-sm-6,
.space .col-sm-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.guide a {
  color: inherit;
  text-decoration: none;
}

.guide .img_guide img {
  width: 1500px;
}

.guide .categorie {
  text-transform: uppercase;
  color: #a4845f;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0px;
}

.guide .titre {
  font-family: serif;
  font-size: 26px;
  margin-bottom: 0px;
}

.guide .normal,
.guide .cartouche {
  margin-bottom: 12%;
}

.guide .sstitre {
  color: #8b8b8b;
  font-size: 12px;
  margin-top: -5px;
}

.guide .cartouche {
  position: relative;
}

.guide .cartouche .inside {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 60%;
  padding: 10px 30px;
  background-color: #ffffff;
}

.guide .row:nth-child(2) .cartouche .inside {
  max-width: 40%;
  padding: 4px 3%;
}

.guide .cartouche .categorie,
.guide .cartouche .titre {
  margin-bottom: 35px;
}

.guide .normal .titre {
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 8px;
}

.guide .cartouche .titre {
  line-height: 1.2;
}

.guide .cartouche .categorie {
  margin-top: 10px;
}

.guide .cartouche .sstitre {
  line-height: 1.2;
}

.row_background {
  margin-bottom: 25px;
  height: 360px;
  background: #030807;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #030807 0%, #0a1b18 100%);
  background: -webkit-gradient(linear, left top, right top, from(#030807), to(#0a1b18));
  background: linear-gradient(to right, #030807 0%, #0a1b18 100%);
  position: relative;
}

.row_background::after {
  content: '';
  width: 460px;
  height: 282px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('/img/page/club/fauteuil2.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.row_background div[class^=col] {
  z-index: 2;
  position: relative;
}

.fauteuil_relative {
  position: relative;
  bottom: -99px;
  right: -30px;
}

.top_logo {
  padding-top: 45px;
  padding-bottom: 35px;
  margin: auto;
}

.top_infos_italic {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}

.top_infos {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

/* Texte d'information */
.info_title {
  font-size: 22px;
  font-weight: 600;
  color: #d3bca2;
  margin-bottom: 0px;
}

.info {
  font-size: 14px;
  margin-bottom: 30px;
}

/* Cartes Club */
.guide_p_relative {
  margin: 0 auto;
  width: 100%;
}

.guide_position {
  position: absolute;
  top: 6%;
  left: 7%;
}

.guide_carte {
  font-family: Lato;
  font-size: 32px;
  color: #000000;
  margin-bottom: -7px;
}

.guide_carte .maj {
  font-family: Lato;
  font-size: 32px;
  color: #000000;
  margin-bottom: -7px;
}

.guide_cost {
  font-weight: lighter;
  color: #ffffff;
  font-size: 20px;
}

.guide_cost span {
  font-weight: bolder;
}

.listing {
  color: #ffffff;
  font-size: 13px;
  padding: 0;
}

.listing li:nth-of-type(3) {
  width: 90%;
}

.listing li:nth-of-type(4) {
  width: 75%;
}

.listing li {
  list-style-type: none;
  margin-bottom: 8px;
}

.carte {
  margin-bottom: 20px;
}

@media screen and (max-width: 1459px) {
  .guide_carte {
    font-size: 30px;
    margin-bottom: -3px;
  }

  .guide_cost {
    font-size: 15px;
  }

  .guide_p_relative {
    max-width: 417px;
  }
}

.guideTitrePrincipal {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
}

.guideSousTitrePrincipal {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2em;
}

.speImageCouv {
  margin-top: 30px;
  width: 1500px;
}

.speMargin {
  margin-top: 130px;
}

.spe {
  margin-bottom: 50px;
}

.spe .visuel img {
  margin: auto;
  padding-bottom: 0;
}

.spe .titre_choix {
  font-size: 14px;
}

.spe .bouteille_liste .infos_choix {
  /*padding-top: 1em;*/
}

.spe p {
  text-align: center;
}

.speTitre {
  font-family: Merriweather, Georgia;
  font-size: 32px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

.speCulinaires p.asuivre {
  padding: 60px 20px;
  background: #f9f8f8;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  width: 165px;
  margin-bottom: 2em;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.speCulinaires p.asuivre.asuivre_oenotourisme {
  margin-top: 55px;
}

.speCulinaires .nom_vin {
  text-transform: capitalize;
}

.speRs {
  text-align: center;
  margin-bottom: 20px;
}

.speRs a:hover {
  text-decoration: none;
}

.speRs a:nth-child(2) {
  margin: 0 20px;
}

.speSstitre {
  font-size: 14px;
}

.infos_choix {
  margin-bottom: 20px;
}

.speImageVin {
  margin: auto;
  max-height: 160px;
}

.titre_choix {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.nom_vin {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #000000;
}

.speInfoVin {
  font-weight: 500;
  font-size: 12px;
}

.prix_vin {
  font-size: 14px;
  margin-bottom: 0px;
  color: #705c46;
}

.contenance_vin {
  font-size: 10px;
  color: #636363;
}

.tous_les_vins {
  font-size: 10px;
  color: #636363;
}

.transports .bloc {
  margin-bottom: 50px;
}

.transports .ecart {
  margin-top: 100px;
}

.transports .titre {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  margin-top: 15px;
}

.transports ul {
  list-style-type: none;
  padding-left: 0;
}

.transports ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.transports ul li p {
  font-weight: 400;
}

.transports ul li .lien {
  padding: 2px 5px;
  background-color: #d3bca1;
  color: #ffffff;
  display: inline-block;
  margin-top: 5px;
}

.histoire .citation {
  text-align: center;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 1.4;
  margin-top: 40px;
}

.histoire .citation .credit {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: -60px;
  margin-bottom: 30px;
}

.histoire .citation .credit .up {
  text-transform: uppercase;
}

.histoire .citation .citation_1 {
  display: inline-block;
  margin-right: 10px;
  margin-left: -10%;
  vertical-align: top;
}

.histoire .citation .citation_2 {
  margin: auto;
  margin-top: 10px;
}

.histoire .text_left {
  padding-right: 15px;
}

.histoire .text_right {
  padding-left: 15px;
}

.histoire .text_left,
.histoire .text_right {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 2em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.histoire .text_left .text_bold,
.histoire .text_right .text_bold {
  font-weight: 800;
}

.histoire .img_vignoble {
  max-width: 80%;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1510px) {
  .histoire .citation {
    font-size: 30px;
  }
}

/* --- CSS réutilisé pour toutes les autres pages qui utlisent le template de restaurant --- */
.restaurants a {
  color: #000000;
  text-decoration: none;
}

.restaurants .middle_col {
  padding-top: 100px;
}

.restaurants .titre {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.restaurants .lieu {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 60px;
}

.restaurants p.asuivre {
  padding: 60px 20px;
  background: #f9f8f8;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  width: 35%;
  margin-top: 0px;
}

.modal_restaurant .close {
  margin-right: -15px;
}

.modal_restaurant .content {
  padding: 25px 10px;
  padding-bottom: 5px;
}

.modal_restaurant .content .img1 {
  max-width: 64%;
  float: left;
}

.modal_restaurant .content .img2,
.modal_restaurant .content .img3 {
  margin-left: 22px;
  margin-bottom: 15px;
  max-width: 33%;
  float: left;
}

.modal_restaurant .content .img3 {
  margin-bottom: 50px;
}

.modal_restaurant .content .title {
  font-size: 36px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
}

.modal_restaurant .content .rs {
  margin-bottom: 10px;
}

.modal_restaurant .content .rs img {
  margin: 10px 10px;
}

.modal_restaurant .content a:hover,
.modal_restaurant .content a:focus {
  text-decoration: none;
}

.modal_restaurant .content .text {
  text-align: center;
  font-size: 14px;
}

.modal_restaurant .content hr {
  width: 6%;
  background: #000000;
  height: 2px;
}

.modal_restaurant .content .adresse {
  margin-bottom: 0;
}

.modal_restaurant .modal-dialog {
  width: 100%;
}

.conciergerie .image_conciergerie {
  position: relative;
}

.conciergerie .image_conciergerie .logo {
  position: absolute;
  top: 270px;
  left: 100px;
}

.conciergerie .image_conciergerie .logo img {
  margin: auto;
  margin-bottom: 22px;
}

.conciergerie .image_conciergerie .logo p {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.conciergerie .service {
  padding-top: 40px;
  text-align: center;
  max-width: 70%;
  margin: auto;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.conciergerie .service .numero {
  font-weight: 700;
  font-size: 24px;
}

.conciergerie .service .infos {
  text-transform: uppercase;
  padding-top: 10px;
  line-height: 3;
}

.garantie {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.garantie .section {
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 24px;
  color: #d3bca1;
  font-weight: 300;
}

.garantie .picto {
  max-height: 60px;
  margin-bottom: 25px;
}

.garantie .titre_garanties {
  text-transform: uppercase;
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}

.garantie .texte {
  font-size: 14px;
  max-width: 90%;
  font-weight: 400;
}

.speCulinaires .space {
  margin-left: -6%;
  margin-right: -6%;
}

.speCulinaires .space .col-sm-6,
.speCulinaires .space .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.speCulinaires .recherche {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.speCulinaires #form_ville {
  max-width: 20%;
  margin: auto;
}

.immanquable .spe {
  margin-bottom: 30px;
}

.immanquable .spe .rose,
.immanquable .spe .bleu,
.immanquable .spe .orange,
.immanquable .spe .jaune,
.immanquable .spe .vert {
  height: 580px;
  padding: 45px;
}

.immanquable .spe .rose {
  background-color: #f6dede;
}

.immanquable .spe .bleu {
  background-color: #d9f3f2;
}

.immanquable .spe .orange {
  background-color: #f8e1c2;
}

.immanquable .spe .jaune {
  background-color: #fefabb;
}

.immanquable .spe .vert {
  background-color: #cff6d7;
}

.immanquable .spe p {
  margin: 0;
}

.immanquable .spe .jour {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: -10px;
}

.immanquable .spe .mois {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
}

.immanquable .spe hr {
  width: 40px;
  height: 3px;
  background-color: black;
  margin-top: 15px;
  margin-bottom: 40px;
}

.immanquable .spe .titre {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.immanquable .spe .intervalle {
  font-size: 16px;
  text-transform: uppercase;
}

.immanquable .spe .ville {
  font-size: 16px;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.immanquable .spe .content {
  text-align: left;
  font-size: 14px;
}

.immanquable .spe .lien {
  text-align: left;
  margin-top: 15px;
}

.immanquable .spe .lien a {
  font-weight: 600;
  color: #000000;
}

.antiquite .titre_2 .titre-2 {
  font-size: 36px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.antiquite .type {
  text-align: center;
  margin-bottom: 25px;
}

.antiquite .type a {
  text-transform: uppercase;
  color: #000000;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 10px;
}

.antiquite .type .active {
  font-weight: 600;
  text-decoration: none;
}

.antiquite .type .r.active {
  border-bottom: 2px solid #980707;
}

.antiquite .type .b.active {
  border-bottom: 2px solid #efeaa9;
}

.antiquite .type .l.active {
  border-bottom: 2px solid #e1b400;
}

.antiquite .info_mill {
  text-align: left;
  font-size: 14px;
}

.millesime {
  padding-bottom: 40px;
  margin: auto;
}

.millesime .hidden {
  display: none !important;
  visibility: hidden !important;
}

.millesime .bloc {
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  margin: 1px;
  overflow: hidden;
  /* ROUGE */
  /* Blanc */
  /* Liquoreux */
}

.millesime .bloc.active {
  overflow: visible;
}

.millesime .bloc.inactive * {
  opacity: 0.5;
}

.millesime .bloc .date {
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
  text-transform: uppercase;
}

.millesime .bloc>.date {
  position: absolute;
  top: 10px;
  left: 10px;
}

.millesime .bloc .forme svg {
  width: 20px;
}

.millesime .bloc>.forme {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.millesime .bloc .verre svg {
  width: 31px;
  margin-right: -4px;
  margin-left: -6px;
}

.millesime .bloc>.verre {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.millesime .bloc .contenant svg {
  width: 40px;
  margin-top: -7px;
}

.millesime .bloc>.contenant {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.millesime .bloc.rouge {
  background-color: #970707;
  color: #ffffff;
}

.millesime .bloc.rouge svg .cls-1 {
  fill: #e7cec8;
}

.millesime .bloc.rouge.inactive {
  background-color: #360303;
}

.millesime .bloc.sec {
  background-color: #efeaa9;
  color: #000000;
}

.millesime .bloc.sec.inactive {
  background-color: #dfd653;
}

.millesime .bloc.sec svg .cls-1 {
  fill: #000000;
}

.millesime .bloc.liquoreux {
  background-color: #e0b400;
  color: #000000;
}

.millesime .bloc.liquoreux svg .cls-1 {
  fill: #000000;
}

.millesime .bloc.liquoreux.inactive {
  background-color: #7a6200;
}

.millesime .bloc .infos_millesime {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  top: 0%;
  left: 100%;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  width: 0px;
  background-color: inherit;
  padding: 0px;
}

.millesime .bloc .infos_millesime div.contenant,
.millesime .bloc .infos_millesime div.verre,
.millesime .bloc .infos_millesime div.forme {
  float: none;
  clear: both;
  height: 33%;
  padding: 5px 0px;
}

.millesime .bloc .infos_millesime div.icones,
.millesime .bloc .infos_millesime div.texte {
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
}

.millesime .bloc .infos_millesime div.icones {
  width: 30%;
  text-align: right;
}

.millesime .bloc .infos_millesime div.texte {
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
}

.millesime .bloc .infos_millesime div.texte p {
  text-align: left;
}

.millesime .bloc .infos_millesime .texte_forme p {
  padding-top: 3px;
}

.millesime .bloc .infos_millesime .texte_verre p {
  padding-top: 8px;
}

.millesime .bloc .infos_millesime .texte_contenant p {
  padding-top: 10px;
}

.millesime .bloc.active {
  z-index: 2;
}

.millesime .bloc.active .infos_millesime {
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  opacity: 1;
}

.millesime .bloc {
  width: 49%;
  height: 148px;
}

.millesime .bloc .infos_millesime {
  height: 148px;
  top: 100%;
  left: 0%;
}

.millesime .bloc.active .infos_millesime {
  width: 200%;
  right: 0%;
}

.millesime .xs-right .infos_millesime,
.millesime .xs-right.active .infos_millesime {
  top: 100%;
  left: -100%;
  -webkit-transform: translate(-2px, 2px);
  -ms-transform: translate(-2px, 2px);
  transform: translate(-2px, 2px);
}

@media screen and (min-width: 512px) {
  .millesime .bloc {
    width: 32%;
  }

  .millesime .xs-right .infos_millesime,
  .millesime .xs-right.active .infos_millesime {
    top: 100%;
    left: 0%;
    -webkit-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }

  .millesime .xs-large-right .infos_millesime,
  .millesime .xs-large-right.active .infos_millesime {
    left: -100%;
    -webkit-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
}

@media screen and (min-width: 845px) {
  .millesime .bloc {
    width: 178px;
    height: 178px;
  }

  .millesime .bloc .infos_millesime {
    height: 178px;
    top: 0%;
    left: 100%;
    -webkit-transform: translate(2px, 0px);
    -ms-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }

  .millesime .bloc.active .infos_millesime {
    width: 358px;
  }

  .millesime .xs-right .infos_millesime,
  .millesime .xs-right.active .infos_millesime,
  .millesime .xs-large-right .infos_millesime,
  .millesime .xs-large-right.active .infos_millesime {
    top: 0%;
    left: 100%;
    -webkit-transform: translate(2px, 0px);
    -ms-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }

  .millesime .sm-right .infos_millesime,
  .millesime .sm-right.active .infos_millesime {
    left: -200%;
    -webkit-transform: translate(-4px, 0px);
    -ms-transform: translate(-4px, 0px);
    transform: translate(-4px, 0px);
  }
}

@media screen and (min-width: 1160px) {
  .millesime .bloc {
    width: 181px;
    height: 181px;
  }

  .millesime .bloc .infos_millesime {
    height: 181px;
  }

  .millesime .bloc.active .infos_millesime {
    width: 364px;
  }

  .millesime .xs-right .infos_millesime,
  .millesime .xs-right.active .infos_millesime,
  .millesime .xs-large-right .infos_millesime,
  .millesime .xs-large-right.active .infos_millesime,
  .millesime .sm-right .infos_millesime,
  .millesime .sm-right.active .infos_millesime {
    top: 0%;
    left: 100%;
    -webkit-transform: translate(2px, 0px);
    -ms-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }

  .millesime .md-right .infos_millesime,
  .millesime .md-right.active .infos_millesime {
    left: -200%;
    -webkit-transform: translate(-4px, 0px);
    -ms-transform: translate(-4px, 0px);
    transform: translate(-4px, 0px);
  }
}

@media screen and (min-width: 1370px) {
  .millesime .bloc {
    width: 162px;
    height: 162px;
  }

  .millesime .bloc .infos_millesime {
    height: 162px;
  }

  .millesime .bloc.active .infos_millesime {
    width: 326px;
  }

  .millesime .xs-right .infos_millesime,
  .millesime .xs-right.active .infos_millesime,
  .millesime .xs-large-right .infos_millesime,
  .millesime .xs-large-right.active .infos_millesime,
  .millesime .sm-right .infos_millesime,
  .millesime .sm-right.active .infos_millesime,
  .millesime .md-right .infos_millesime,
  .millesime .md-right.active .infos_millesime {
    top: 0%;
    left: 100%;
    -webkit-transform: translate(2px, 0px);
    -ms-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }

  .millesime .lg-right .infos_millesime,
  .millesime .lg-right.active .infos_millesime {
    left: -200%;
    -webkit-transform: translate(-4px, 0px);
    -ms-transform: translate(-4px, 0px);
    transform: translate(-4px, 0px);
  }
}

@media screen and (min-width: 1460px) {
  .millesime .bloc {
    width: 173px;
    height: 173px;
  }

  .millesime .bloc .infos_millesime {
    height: 173px;
  }

  .millesime .bloc.active .infos_millesime {
    width: 348px;
  }
}

.filtre_bordeaux {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.filtre_bordeaux h3 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
}

.filtre_bordeaux select.form-control {
  font-size: 14px;
  color: #000000;
}

.filtre_bordeaux .recherche_filtre #apprendre-search-form {
  position: relative;
  display: block;
  padding: 0px 5px;
}

.filtre_bordeaux .recherche_filtre .titre {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.filtre_bordeaux .recherche_filtre .form-control {
  font-size: 14px;
}

.filtre_bordeaux .recherche_filtre .form-group {
  position: relative;
}

.filtre_bordeaux .recherche_filtre .form-group::after {
  font-family: 'laGrandeCave';
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\e90e";
  color: #636363;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filtre_bordeaux .recherche_filtre .form-control::-webkit-input-placeholder {
  color: #000000;
}

.filtre_bordeaux .recherche_filtre .form-control::-moz-placeholder {
  color: #000000;
}

.filtre_bordeaux .recherche_filtre .form-control:-ms-input-placeholder {
  color: #000000;
}

.filtre_bordeaux .recherche_filtre .form-control::placeholder {
  color: #000000;
}

.filtre_bordeaux label.control-label {
  font-weight: 300;
  text-transform: uppercase;
}

.apprendre .titre-1,
.antiquite .titre-1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 844px) {

  .apprendre .titre-1,
  .antiquite .titre-1 {
    font-size: 36px;
  }
}

.apprendre .titre-2,
.antiquite .titre-2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 1em;
}

@media screen and (max-width: 844px) {

  .apprendre .titre-2,
  .antiquite .titre-2 {
    font-size: 28px;
  }
}

.apprendre_home .titre {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.apprendre_home .texte_chapeau {
  text-align: center;
  font-size: 25px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.apprendre_home .chapeau {
  position: relative;
  padding-bottom: 2em;
}

.apprendre_home .chapeau .quote1 {
  position: absolute;
  left: -60px;
  top: -23px;
}

.apprendre_home .chapeau .quote2 img {
  margin: auto;
}

.apprendre_home .signature {
  text-align: right;
  font-weight: 300;
  font-size: 16px;
}

.apprendre_home .c1 img,
.apprendre_home .c2 img,
.apprendre_home .c3 img {
  width: 100%;
}

.apprendre_home .filtre_bordeaux {
  padding-bottom: 2em;
}

.apprendre_home .rangee:nth-child(2),
.apprendre_home .rangee2:nth-child(2) {
  padding-top: 3em;
}

.apprendre_home .rangee .sous-titre,
.apprendre_home .rangee2 .sous-titre {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 0px;
}

.apprendre_home .rangee ul,
.apprendre_home .rangee2 ul {
  font-size: 14px;
  padding-left: 0px;
}

.apprendre_home .rangee ul li,
.apprendre_home .rangee2 ul li {
  padding-bottom: 5px;
  list-style: none;
}

.apprendre_home .rangee ul li:before,
.apprendre_home .rangee2 ul li:before {
  font-family: 'laGrandeCave';
  content: '\e913';
  padding-right: 10px;
  color: #d3bca2;
  font-weight: bold;
}

.apprendre_home .rangee ul li a,
.apprendre_home .rangee2 ul li a {
  color: #000000;
}

.apprendre_home .rangee2 {
  padding-top: 2em;
}

/* ------ ANTIQUITE ------*/
.antiquite p {
  text-align: center;
  font-size: 14px;
}

.antiquite .image img {
  margin: auto;
  width: 100%;
}

/* ------ CLASSEMENTS ------*/
.classements p,
.classements ul {
  font-size: 14px;
}

.classements .titre-1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.classements .chapeau {
  text-align: center;
  padding-bottom: 5em;
}

.classements .chapeau .titre {
  font-size: 36px;
  color: #d3bca1;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
}

.classements .chapeau p.texte {
  margin: auto;
  font-weight: bold;
  width: 80%;
}

.classements .partie {
  padding-bottom: 5em;
}

.classements .partie p.titre_bloc {
  font-size: 24px;
  color: #d3bca1;
  font-weight: 300;
  text-transform: uppercase;
}

.classements .partie .cadre {
  border: 2px solid #d4bda3;
  padding: 10px;
  margin-bottom: 3em;
}

.classements .partie .cadre ul {
  padding: 0;
  margin-bottom: 0;
}

.classements .partie .cadre ul li {
  padding-bottom: 15px;
  list-style: none;
}

.classements .partie .cadre ul li:last-child {
  padding-bottom: 0;
}

.classements .partie .cadre ul li .appellation {
  color: #9a9a9a;
}

.classements .partie .cadre ul li .createur {
  display: inline-block;
  float: right;
  color: #d3bca1;
}

.classements .partie .colonne1,
.classements .partie .colonne2 {
  width: 49%;
  display: inline-block;
}

.classements .partie .colonne2 {
  float: right;
}

.classements .titre_partie {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 0px;
}

.classements.mobile {
  /* COLLAPSE*/
}

.classements.mobile .classements_collapse .btn-link {
  text-transform: uppercase;
  color: #000000;
}

.classements.mobile .btn-description {
  font-size: 14px;
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

.classements.mobile .btn-description:focus,
.classements.mobile .btn-description.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-description:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-description:active,
.classements.mobile .btn-description.active,
.open>.dropdown-toggle.classements.mobile .btn-description {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-description:active:hover,
.classements.mobile .btn-description.active:hover,
.open>.dropdown-toggle.classements.mobile .btn-description:hover,
.classements.mobile .btn-description:active:focus,
.classements.mobile .btn-description.active:focus,
.open>.dropdown-toggle.classements.mobile .btn-description:focus,
.classements.mobile .btn-description:active.focus,
.classements.mobile .btn-description.active.focus,
.open>.dropdown-toggle.classements.mobile .btn-description.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-description:active,
.classements.mobile .btn-description.active,
.open>.dropdown-toggle.classements.mobile .btn-description {
  background-image: none;
}

.classements.mobile .btn-description.disabled:hover,
.classements.mobile .btn-description[disabled]:hover,
fieldset[disabled] .classements.mobile .btn-description:hover,
.classements.mobile .btn-description.disabled:focus,
.classements.mobile .btn-description[disabled]:focus,
fieldset[disabled] .classements.mobile .btn-description:focus,
.classements.mobile .btn-description.disabled.focus,
.classements.mobile .btn-description[disabled].focus,
fieldset[disabled] .classements.mobile .btn-description.focus {
  background-color: transparent;
  border-color: transparent;
}

.classements.mobile .btn-description .badge {
  color: transparent;
  background-color: #000000;
}

.classements.mobile .btn-details {
  font-weight: 600;
  position: relative;
  padding: 6px 0;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

.classements.mobile .btn-details:focus,
.classements.mobile .btn-details.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-details:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-details:active,
.classements.mobile .btn-details.active,
.open>.dropdown-toggle.classements.mobile .btn-details {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-details:active:hover,
.classements.mobile .btn-details.active:hover,
.open>.dropdown-toggle.classements.mobile .btn-details:hover,
.classements.mobile .btn-details:active:focus,
.classements.mobile .btn-details.active:focus,
.open>.dropdown-toggle.classements.mobile .btn-details:focus,
.classements.mobile .btn-details:active.focus,
.classements.mobile .btn-details.active.focus,
.open>.dropdown-toggle.classements.mobile .btn-details.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.classements.mobile .btn-details:active,
.classements.mobile .btn-details.active,
.open>.dropdown-toggle.classements.mobile .btn-details {
  background-image: none;
}

.classements.mobile .btn-details.disabled:hover,
.classements.mobile .btn-details[disabled]:hover,
fieldset[disabled] .classements.mobile .btn-details:hover,
.classements.mobile .btn-details.disabled:focus,
.classements.mobile .btn-details[disabled]:focus,
fieldset[disabled] .classements.mobile .btn-details:focus,
.classements.mobile .btn-details.disabled.focus,
.classements.mobile .btn-details[disabled].focus,
fieldset[disabled] .classements.mobile .btn-details.focus {
  background-color: transparent;
  border-color: transparent;
}

.classements.mobile .btn-details .badge {
  color: transparent;
  background-color: #000000;
}

.classements.mobile .btn-details::after,
.classements.mobile .btn-details::before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1em;
  height: 1px;
  content: '';
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #000000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.classements.mobile .btn-details.collapsed::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-orgine: center center;
}

.classements.mobile .classements_collapse .table,
.classements.mobile .btn-details {
  font-size: 1.45em;
  margin-bottom: 1em;
}

.classements.mobile .chapeau {
  padding-bottom: 2em;
}

.classements.mobile .cadre ul li .createur {
  display: block;
  float: none;
}

/* ------ APPELLATIONS ------*/
.appellations {
  font-size: 14px;
}

.appellations .image img {
  width: 100%;
}

.appellations .titre-1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.appellations .titre-2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 1em;
}

.appellations .chapeau p.titre {
  font-size: 36px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  text-align: center;
}

.appellations .chapeau .colonne1,
.appellations .chapeau .colonne2 {
  display: inline-block;
}

.appellations .chapeau .colonne1 .titre_bloc,
.appellations .chapeau .colonne2 .titre_bloc {
  text-transform: uppercase;
  font-weight: bold;
}

.appellations .chapeau .colonne1 {
  width: 40%;
}

.appellations .chapeau .colonne2 {
  width: 59%;
  float: right;
}

.appellations .chapeau .cadre {
  border: 2px solid #d4bda3;
  padding: 10px;
  margin-bottom: 3em;
}

.appellations .chapeau .cadre .row {
  padding-bottom: 15px;
}

.appellations .chapeau .cadre ul {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.appellations .chapeau .cadre ul li {
  padding-bottom: 15px;
  list-style: none;
}

.appellations .chapeau .cadre ul li:last-child {
  padding-bottom: 0;
}

.appellations .chapeau .cadre ul li .infos {
  color: #9a9a9a;
}

.appellations .chapeau .cadre ul li .ha {
  display: inline-block;
  float: right;
  color: #d3bca1;
}

.appellations .chapeau .cadre .chiffres {
  color: #d3bca1;
}

.appellations .partie {
  padding-top: 5em;
}

.appellations .partie .titre_partie {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 0px;
}

.appellations .partie .colonne1,
.appellations .partie .colonne2 {
  width: 48%;
  display: inline-block;
}

.appellations .partie .colonne1 .titre_bloc,
.appellations .partie .colonne2 .titre_bloc {
  text-transform: uppercase;
  font-weight: bold;
}

.appellations .partie .colonne2 {
  float: right;
}

.appellations .partie .titre_appellation {
  text-transform: uppercase;
  color: #d3bca1;
  font-size: 24px;
  font-weight: 300;
}

.appellations .partie .bloc {
  padding-bottom: 2em;
}

.appellations .repartition_collapse .partie {
  padding-top: 1em;
}

.appellations .repartition_collapse button.btn-details {
  font-size: 14px;
  text-transform: none !important;
  margin-bottom: 0;
  font-weight: normal;
}

/* ------ FIGURES BORDELAISES ------*/
.figures-bordelais {
  font-size: 14px;
}

.figures-bordelais .titre-1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.figures-bordelais .titre-2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 1em;
}

.figures-bordelais .figure {
  padding-bottom: 3em;
}

.figures-bordelais .figure img {
  width: 100%;
}

.figures-bordelais .figure .nom {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 0.5em;
}

.figures-bordelais .figure.ligne1 {
  height: 660px;
}

.figures-bordelais .figure.ligne2 {
  height: 600px;
}

.figures-bordelais .figure.ligne3 {
  height: 690px;
}

.figures-bordelais .figure.ligne4 {
  height: 670px;
}

.figures-bordelais button.btn {
  font-size: 14px;
  width: 100%;
  background: none;
  white-space: normal;
}

.figures-bordelais button.btn.collapsed {
  background: none;
}

.figures-bordelais button.btn p {
  width: 100%;
  text-align: left;
}

.figures-bordelais button.btn p.nom {
  text-align: left;
}

@media screen and (max-width: 1159px) {

  .figures-bordelais .figure.ligne1,
  .figures-bordelais .figure.ligne2,
  .figures-bordelais .figure.ligne3,
  .figures-bordelais .figure.ligne4 {
    height: auto;
  }
}

/* ------ CONTENANTS ------*/
.contenants .contenu {
  text-align: center;
  margin: 5em 0;
}

.contenants .bouteille {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.contenants .bouteille .infos {
  position: absolute;
  font-size: 16px;
}

.contenants .bouteille .infos .trait {
  width: 1px;
  height: 50px;
  background-color: #000000;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contenants .bouteille .infos .contenance {
  color: #d3bca1;
}

.contenants .bouteille .infos_demi-bouteille {
  right: -35px;
  bottom: 205px;
}

.contenants .bouteille .infos_demi-bouteille p {
  width: 168%;
}

.contenants .bouteille .infos_demi-bouteille p .nom,
.contenants .bouteille .infos_demi-bouteille p .contenance {
  padding-right: 100px;
}

.contenants .bouteille .infos_bouteille {
  right: 19px;
  top: 256px;
}

.contenants .bouteille .infos.infos_magnum {
  right: -19px;
  bottom: 315px;
}

.contenants .bouteille .infos.infos_magnum p {
  width: 168%;
}

.contenants .bouteille .infos.infos_magnum p .nom,
.contenants .bouteille .infos.infos_magnum p .contenance {
  margin-right: 100px;
}

.contenants .bouteille .infos_double-magnum {
  right: -8px;
  bottom: -123px;
}

.contenants .bouteille .infos_double-magnum p {
  width: 163%;
}

.contenants .bouteille .infos_double-magnum p .nom,
.contenants .bouteille .infos_double-magnum p .contenance {
  margin-right: 100px;
}

.contenants .bouteille .infos_jeroboam {
  right: -5px;
  top: -113px;
}

.contenants .bouteille .infos_jeroboam p {
  width: 168%;
}

.contenants .bouteille .infos_jeroboam p .nom,
.contenants .bouteille .infos_jeroboam p .contenance {
  margin-right: 100px;
}

.contenants .bouteille .infos_imperiale {
  right: 10px;
  bottom: -123px;
}

.contenants .bouteille .infos_imperiale p {
  width: 162%;
}

.contenants .bouteille .infos_imperiale p .nom,
.contenants .bouteille .infos_imperiale p .contenance {
  margin-right: 100px;
}

.contenants .bouteille .infos_balthazar {
  right: 17px;
  top: -113px;
}

.contenants .bouteille .infos_balthazar p {
  width: 162%;
}

.contenants .bouteille .infos_balthazar p .nom,
.contenants .bouteille .infos_balthazar p .contenance {
  margin-right: 100px;
}

.contenants .bouteille .infos_nabuchodonosor {
  right: -20px;
  bottom: -123px;
}

.contenants .bouteille .infos_nabuchodonosor p {
  width: 147%;
}

.contenants .bouteille .infos_nabuchodonosor p .nom,
.contenants .bouteille .infos_nabuchodonosor p .contenance {
  margin-right: 100px;
}

.contenants .bouteille .infos_melchior {
  right: 13px;
  top: -113px;
}

.contenants .bouteille .infos_melchior p {
  width: 162%;
}

.contenants .bouteille .infos_melchior p .nom,
.contenants .bouteille .infos_melchior p .contenance {
  margin-right: 100px;
}

.contenants .image_bouteilles img {
  text-align: center;
}

.apprendre_nav {
  padding-top: 3em;
}

.apprendre_nav a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}

.apprendre_nav .fleche_gauche img,
.apprendre_nav .fleche_droite img {
  max-width: 6%;
}

.apprendre_nav h2 {
  font-size: 14px;
  display: inline;
}

@media screen and (max-width: 844px) {
  .hidden-titre {
    display: none;
  }
}

/*--------- COMMENT CHOISIR VIN -------*/
.comment-choisir {
  font-size: 14px;
}

.comment-choisir .image img {
  width: 100%;
}

.comment-choisir .titre-2 {
  padding: 1em 0;
}

.comment-choisir .intitule {
  font-weight: 300;
  font-size: 24px;
  color: #d3bca1;
  text-transform: uppercase;
}

.premiers_grands_crus {
  font-size: 14px;
}

.premiers_grands_crus h1 {
  font-weight: bold;
  font-style: italic;
  color: #997544;
}

.premiers_grands_crus h1 .img-responsive {
  margin: 0px auto;
}

.premiers_grands_crus h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.premiers_grands_crus a {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}

.premiers_grands_crus li {
  display: inline-block;
}

.premiers_grands_crus .point {
  font-size: 20px;
  font-weight: bold;
}

.premiers_grands_crus .premier_ggc {
  text-transform: uppercase;
}

.premiers_grands_crus .bloc_1ggc {
  padding: 20px 0;
  background: #ffffff;
}

.premiers_grands_crus .bloc_1ggc ul {
  padding: 0;
}

.premiers_grands_crus .image_habillage {
  margin-bottom: 1em;
}

@media screen and (max-width: 844px) {
  .premiers_grands_crus .image_habillage {
    background-size: cover !important;
    height: 400px !important;
  }
}

.premiers_grands_crus .habillage {
  margin-top: 7em;
}

.adresses_tunnel {
  font-size: 13px;
}

.adresses_tunnel select.form-control {
  margin: 15px 0 0;
}

#wrapper {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

#wrapper #sidebar-wrapper,
#wrapper #page-content-wrapper {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#wrapper #sidebar-wrapper {
  position: fixed;
  z-index: 1000;
  left: -80%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 80%;
  height: 100%;
  background: #f5f1ed;
}

#wrapper.toggled #sidebar-wrapper {
  left: 0;
}

#wrapper #page-content-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#wrapper #page-content-wrapper>.container-fluid:first-of-type {
  margin-top: 48px;
}

#wrapper .navbar-toggle {
  float: left;
  margin: 0;
  border: none;
  position: relative;
}

#wrapper .navbar-toggle .icon-bar {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-color: #000;
}

#wrapper .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

#wrapper .navbar-toggle::before,
#wrapper .navbar-toggle::after {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 1px;
  background-color: #000000;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

#wrapper .navbar-toggle::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wrapper .navbar-toggle::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  left: 80%;
}

#wrapper.toggled header {
  left: 80%;
}

#wrapper.toggled .navbar-toggle {
  /*
			.icon-bar:nth-of-type(2)
			{
				margin-top: .4em;
				margin-bottom: -.4em;

				transform: rotate(45deg);
				transform-origin: center center;
			}
			.icon-bar:nth-of-type(3)
			{
				opacity: 0;
			}
			.icon-bar:nth-of-type(4)
			{
				margin-top: -.4em;
				margin-bottom: 1em;

				transform: rotate(-45deg);
				transform-origin: center center;
			}
			*/
}

#wrapper.toggled .navbar-toggle::before,
#wrapper.toggled .navbar-toggle::after {
  opacity: 1;
}

#wrapper.toggled .navbar-toggle .icon-bar {
  opacity: 0;
}

/* Sidebar Styles */
.sidebar-nav {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.sidebar-nav.tous-responsive,
.sidebar-nav.principale-responsive {
  background-color: #f2ebe3;
}

.sidebar-nav.principale-responsive {
  text-transform: uppercase;
  position: relative;
}

.sidebar-nav.client-responsive {
  background-color: #f5f1ed;
  position: relative;
}

.sidebar-nav li {
  border-bottom: 1px solid #fff;
}

.sidebar-nav li.active,
.sidebar-nav li:hover {
  background-color: #d4bda3;
}

.sidebar-nav li a {
  font-weight: 300;
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 10px 1em;
  line-height: 1;
  position: relative;
}

.sidebar-nav li a strong {
  font-weight: 600;
}

.sidebar-nav li a[role=button] {
  padding-right: 25%;
}

.sidebar-nav li a[role=button][aria-expanded=false]::after,
.sidebar-nav li a[role=button][aria-expanded=true]::after,
.sidebar-nav li a[role=button][aria-expanded=false]::before,
.sidebar-nav li a[role=button][aria-expanded=true]::before {
  content: '';
  position: absolute;
  width: 0.5em;
  height: 1px;
  background-color: #000000;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-nav li a[role=button][aria-expanded=false]::after,
.sidebar-nav li a[role=button][aria-expanded=true]::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-nav li a[role=button][aria-expanded=false]::before,
.sidebar-nav li a[role=button][aria-expanded=true]::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-nav li a[role=button][aria-expanded=true]::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-nav li a[role=button][aria-expanded=true]::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-nav li a.offres {
  background-color: transparent;
  color: #AA0000;
}

.sidebar-nav li a.primeurs {
  background-color: transparent;
  color: #825d31;
}

.sidebar-nav li a:hover {
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav .collapse li a,
.sidebar-nav .collapsing li a {
  padding-left: 2em;
  background-color: #eee5da;
}

.sidebar-nav .collapse .collapse li a,
.sidebar-nav .collapse .collapsing li a,
.sidebar-nav .collapsing .collapse li a {
  padding-left: 3em;
  background-color: #eadfd2;
}

.sidebar-nav>.sidebar-brand {
  font-size: 18px;
  line-height: 60px;
  height: 65px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/* $$$ CHEQUE $$$ */
.paiement_cheque .titre {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 15px;
}

.paiement_cheque .texte span.adresse {
  display: block;
  padding: 30px 0;
  background-color: #f2ebe3;
  width: 100%;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 3em;
}

/*INSPIRATION*/
.inspiration {
  padding-top: 2em;
  padding-bottom: 2em;
}

.inspiration .module_footer {
  margin-top: 2em;
  margin-bottom: 2em;
}

.inspiration p.titre_inspiration {
  font-size: 36px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.inspiration .inspirations {
  background: #1d2736 url('../img/inspiration/fond.png');
  min-height: 120px;
  margin-bottom: 20px;
}

.inspiration .inspirations.inspi_sub {
  background: #1d2736 url('../img/inspiration/fond_sub.png');
  display: none;
}

.inspiration .accompagnements {
  display: none;
}

.inspiration p.accompagnement_titre {
  color: #ffffff;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  margin-top: 1em;
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
}

.inspiration .btn.btn-inspi {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 15px 0px 25px 0px;
  background-color: #ffffff;
}

.inspiration .btn.btn-inspi input {
  display: none;
}

.inspiration .btn.btn-inspi.active::before {
  font-family: 'laGrandeCave';
  content: "\e912";
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(90deg) translate(-150%, 0%);
  -ms-transform: rotate(90deg) translate(-150%, 0%);
  transform: rotate(90deg) translate(-150%, 0%);
  bottom: 0%;
  font-size: 0.5em;
}

.inspiration .sublimations .btn {
  margin: 15px 5px 25px 5px;
}

.inspiration .inspi-deroulant {
  margin-bottom: 1em;
}

@media screen and (max-width: 844px) {
  .inspiration .inspirations {
    background: #3e4f69;
  }

  .inspiration .blocInspi {
    background-color: #3e4f69;
    padding-top: 11px;
  }

  .inspiration .inspi-deroulant {
    padding: 5px;
  }

  .inspiration .inspi-deroulant:after {
    font-family: 'laGrandeCave';
    content: "\e912";
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(90deg) translate(-100%, 0%);
    -ms-transform: rotate(90deg) translate(-100%, 0%);
    transform: rotate(90deg) translate(-100%, 0%);
    bottom: 0%;
    font-size: 0.5em;
    color: #ffffff;
  }

  .inspiration p.accompagnement_titre {
    margin-top: 0;
  }
}

.recommencer {
  width: 100%;
  text-align: center;
  background-color: #000000;
  padding: 20px 25px;
}

.recommencer a,
.recommencer a:hover {
  color: #ffffff;
}

.sensoriel_img {
  background-image: url(/img/sensoriel/sensoriel_fond.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 50px 0px;
  margin-bottom: 10px;
}

.sensoriel_img img {
  display: block;
  margin: auto;
}

.sensoriel_img .vous {
  font-size: 35px;
  font-weight: 300;
}

@media screen and (min-width: 425px) {
  .top_logo {
    padding-top: 5%;
    padding-bottom: 4%;
  }
}

@media screen and (min-width: 426px) and (max-width: 748px) {
  .guide_p_relative {
    margin-bottom: -120px;
  }

  .test {
    margin-bottom: -25px !important;
  }

  .guide_position {
    width: 455px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -180px;
  }

  .guide_cost {
    font-size: 18px;
  }

  .listing {
    font-size: 13px;
  }
}

@media screen and (max-width: 1159px) {
  .row_background {
    height: 570px;
  }

  .top_infos_italic {
    font-size: 20px;
  }

  .info_title {
    font-size: 20px;
  }

  .top_infos {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .row_background {
    height: 510px;
  }

  .row_background::after {
    max-width: 251px;
    height: 154px;
  }

  .guide_carte {
    font-size: 24px;
  }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
  .carte {
    width: 90%;
    margin: auto;
  }

  .guide_position {
    width: 265px;
    display: block;
    margin: 0 auto;
    left: 12%;
    top: 3%;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .guide_carte {
    font-size: 22px;
  }

  .listing {
    font-size: 11px;
  }
}

@media screen and (max-width: 844px) {
  .guide_xs {
    position: relative;
    margin-bottom: 10px;
  }

  .guide_xs a {
    color: #000000;
  }

  .guide_xs a img {
    width: 1500px;
  }

  .guide_xs a p {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 10px 15px;
    background-color: #ffffff;
  }

  .guideSousTitrePrincipal {
    color: #89653d;
    font-weight: 300;
  }

  .transports .titre {
    margin-top: 0px;
  }
}

@media screen and (min-width: 560px) {
  .guide_xs a p {
    font-size: 22px;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 844px) {
  .guideTitrePrincipal {
    font-size: 19px;
    margin-top: 0;
    font-weight: 600;
  }

  .guideSousTitrePrincipal {
    font-size: 14px;
    color: #89653d;
  }

  .spe {
    margin-bottom: 5px;
    padding: 0 5px;
    position: relative;
  }

  .spe .btn {
    padding: 0;
  }

  .spe .icone {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 25px;
  }

  .spe .speMargin {
    margin-top: 0px;
  }

  .spe .speImageCouv {
    margin: auto;
  }

  .spe hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .spe .speImageVin {
    max-height: 140px;
  }

  .spe .speTitre {
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: 500;
  }

  .spe .speSstitre {
    font-weight: 500;
  }

  .spe p {
    font-size: 11px;
  }

  .spe .tous_les_vins {
    font-weight: 300;
  }

  .spe .contenance_vin {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* .footer_newsletter {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .footer_newsletter {
    margin-bottom: 0px;
  }

  .footer_newsletter .container {
    margin-top: 20px;
  }

  .footer_newsletter .btn-primary {
    font-weight: normal;
    padding: 6px;
  }

  .footer_newsletter .btn {
    font-size: 10px;
  }

  .footer_newsletter .form-control {
    padding-left: 0px;
    height: 29px;
  }

  .footer_newsletter input::-webkit-input-placeholder {
    font-size: 10px;
  }

  .footer_newsletter input::-moz-placeholder {
    font-size: 10px;
  }

  .footer_newsletter input:-ms-input-placeholder {
    font-size: 10px;
  }

  .footer_newsletter input::placeholder {
    font-size: 10px;
  }

  .footer_newsletter p {
    font-size: 12px;
    margin: 0px 5px 10px;
  }

  .footer_newsletter p:first-child {
    font-size: 14px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  } */

  footer .navbar {
    min-height: 30px;
  }

  footer .navbar .container {
    margin-top: 0;
  }

  footer .navbar .footer_nav_secondaire {
    padding-top: 0.5em;
  }

  .footer_nav_principale {
    display: none;
  }

  footer .filet1 {
    margin-bottom: 15px;
    width: 70px;
  }

  footer .filet2 {
    margin-top: 0;
    margin-bottom: 15px;
    width: 70px;
  }

  footer .filet3 {
    margin-top: 15px;
    width: 70px;
  }

  .follow {
    padding: 0;
  }

  .follow a.btn.btn-link {
    font-size: 0.7em;
    padding-left: 3px;
    padding-right: 3px;
  }

  .follow p {
    font-size: 10px;
  }

  .securite p {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .securite img {
    max-width: 60%;
  }

  .securite ul {
    letter-spacing: 0;
  }

  .securite li:nth-child(5) {
    margin-right: 7px;
  }

  .footer_nav_secondaire {
    margin-top: 0;
  }

  .footer_nav_secondaire .navbar {
    margin-bottom: 5px;
  }

  .footer_nav_secondaire .navbar-nav>li>a {
    font-size: 10px;
    line-height: 15px;
  }

  .footer_nav_secondaire ul li {
    float: none;
  }

  .disclaimer p {
    font-size: 9px;
  }

  .disclaimer p:nth-child(2) {
    max-width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 844px) {
  .bh {
    background-position: 80% center;
  }

  .bh.bh2_1 {
    width: 100%;
    height: 250px;
  }

  .bh.bh2_1 img {
    width: 100%;
  }

  .bh.bh2_1.vente_flash {
    height: auto;
  }

  .bh.bh_bg_03_04 {
    color: #ffffff;
  }

  .bh.bh_bg_03_04 span.titre {
    font-size: 20px;
  }

  .bh.bh_bg_03_04 span.appellation,
  .bh.bh_bg_03_04 span.prix {
    color: #ffffff;
  }

  .bh.bh_bg_03_04 span.prix {
    border-color: #ffffff;
  }

  .bh.bh1_1 {
    width: 100%;
    height: 250px;
  }

  .bh.bh1_1.bh_bg_5 {
    width: 100%;
  }

  .bh.bh_bg_4_8 {
    height: 250px;
    width: 100%;
  }

  .bh.bh2_2 {
    height: auto;
    width: 100%;
  }

  .bh.bh2_2 img {
    height: auto;
    width: 100%;
  }

  .bh.bh2_2.bh_bg_01_02_05_06.medoc20160512 {
    margin-top: 0px;
  }

  .bh.bh1_2 {
    height: 250px;
    width: 100%;
  }

  .bh.bh1_2 img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 0;
  }

  .bh.bh1_2 .description {
    width: 60%;
    bottom: 12%;
  }

  .bh.bh1_2 .image {
    position: absolute;
    top: 9%;
    left: 0;
    width: 40%;
    height: 82%;
    vertical-align: middle;
  }

  .bh .bh_titre {
    height: 250px;
    display: block;
    padding-top: 8%;
  }

  .bh .bh_titre.evantail_bordeaux {
    display: block;
    padding-top: 0;
  }

  section:not(.mea-home) {
    padding-bottom: 0;
    padding-top: 0;
  }

  .footer_newsletter {
    margin-top: 20px;
  }
}

@media screen and (max-width: 844px) {

  /* PRESENTATION 1ers GRANDS CRUS */
  .presentation_grands_crus {
    margin-bottom: 0px;
  }

  .presentation_grands_crus .logo_grand_crus {
    height: 120px;
    padding: 10px;
  }

  .breadcrumb {
    padding-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .jumbotron.presentation_liste {
    padding-top: 0em;
    padding-bottom: 0;
    margin-bottom: 0px;
    background: none;
  }

  .jumbotron.presentation_liste h2 {
    text-align: center;
    font-size: 26px;
    color: #000000;
  }

  .pagination.pagination-sm li:first-child a {
    padding-left: 0;
  }

  .proprietes_filtre .control-label {
    display: none;
  }

  .row .bouteilles_rangee {
    padding-bottom: 0em;
    padding-top: 0em;
    border-bottom: 0px solid #e6e6e6;
    background: #ffffff;
  }

  .row .bouteilles_rangee .infos {
    text-align: left;
  }

  .row .bouteille_liste {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 1.1em;
    width: 100%;
  }

  .row .bouteille_liste img.bouteille_image {
    max-width: 50%;
    padding-bottom: 1.1em;
  }

  .row .bouteille_liste .medaille {
    max-width: 100%;
  }

  .row .bouteille_liste .medaille {
    max-width: 50%;
    float: right;
  }

  .row .bouteille_liste .nom_vin {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0.5em;
  }

  .row .bouteille_liste .prix_vin {
    font-size: 20px;
    font-weight: 600;
  }

  span.btn_icon {
    font-size: 20px;
  }
}

@media screen and (min-width: 465px) and (max-width: 844px) {
  .row .bouteille_liste img {
    max-width: 25%;
  }
}

@media screen and (max-width: 420px) {
  .bouteille_liste span.contenance_vin {
    padding-bottom: 0.2em;
    font-size: 10px;
  }
}

@media screen and (max-width: 374px) {
  .row .bouteille_liste .nom_vin {
    font-size: 14px;
  }
}

/*
// xs -> 480px
@bh-xs-size: 200px;
.home_mobile {
  .icon-arrow_mobile {
    font-weight: bold;
  }
  .bh {
    &.bh2_1 {
      width: 100%;
      height: @bh-xs-size;
      img {
        width: 100%;
      }
      &.vente_flash {
        height: auto;
      }
    }
    &.bh1_1 {
      width: 100%;
      height: @bh-xs-size;
      img {
        width: 100%;
      }
      &.bh_bg_5 {
        width: 100%;
      }
    }
    &.bh_bg_4_8 {
      height: @bh-xs-size;
      width: 100%;
    }
    &.bh2_2 {
      margin-bottom: @grid-gutter-width;
      height: auto;
      width: 100%;
      img {
        height: auto;
        width: 100%;
      }
    }
    &.bh1_2 {
      height: @bh-xs-size;
      width: 100%;
    }
    .bh_titre {
      height: @bh-xs-size;
      &.evantail_bordeaux {
        display: block;
      }
    }
    .description .titre {
      font-size: 16px;
      text-transform: uppercase;
      color: @clr10;
      margin-bottom: 1em;
    }
    .description {
      right: 30%;
      left: 4%;
      width: 66%;
    }
    .image {
      left: 65%;
      img {
        max-width: 60%;
        max-height: 140%;

      }
    }
    section {
      &:not(.mea-home) {
        padding-bottom: 0;
        padding-top: 0;
      }

    }
    .description .descriptif {
      font-size: 14px;
      display: block;
      color: @clr10;
    }
    a.descriptif {
      display: block;
      padding-bottom: 12px;
      width: 80%;
      margin: auto;
    }
  }
  a.fleche span {
    color: @clr1;
    font-size: 25px;
    display: block;
  }
  .titre_partie{
    background-color: @clr2;
    text-align: center;
    padding: 10px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  .bloc_classements{
    position: relative;
    background-color: @clr3;
    padding: 40px;
    margin-bottom: 10px;
    color: @clr1;
    min-height: 150px;
    text-align: center;
    p{
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 100%;
      font-size: 18px;
      a {
        color: @clr1;
        &:hover{
          text-decoration: none;
        }
      }
    }
  }
}*/
@media screen and (max-width: 844px) {
  .homepage.hp_mobile .topSlider .owl-theme .owl-nav {
    top: 38%;
  }

  .homepage.hp_mobile .topSlider .owl-theme .owl-nav .owl-next {
    right: 15px;
  }

  .homepage.hp_mobile .topSlider .owl-theme .owl-nav .owl-prev {
    left: 8px;
  }

  .homepage.hp_mobile .topSlider .owl-theme .owl-nav .glyphicon {
    width: 52px;
  }

  .homepage.hp_mobile .mea .classement {
    bottom: 0;
    width: 100%;
    top: initial;
    right: initial;
  }

  .homepage.hp_mobile .mea .classement p {
    font-size: 14px;
  }

  .homepage.hp_mobile .mea .item {
    width: 90%;
    margin: auto;
  }

  .homepage.hp_mobile .mea .item .bh .image img {
    width: 65%;
  }

  .homepage.hp_mobile .owl-theme .owl-nav .owl-prev,
  .homepage.hp_mobile .owl-theme .owl-nav .owl-next {
    font-size: 20px;
    width: 45px;
  }

  .homepage.hp_mobile .owl-theme .owl-nav .owl-prev .owl-prev,
  .homepage.hp_mobile .owl-theme .owl-nav .owl-next .owl-prev {
    left: 0px !important;
  }

  .homepage.hp_mobile .owl-theme .owl-nav .owl-prev .owl-next,
  .homepage.hp_mobile .owl-theme .owl-nav .owl-next .owl-next {
    right: 0px !important;
  }

  .homepage.hp_mobile .owl-theme .owl-nav .description {
    text-align: left;
    padding-left: 20px;
  }

  .homepage.hp_mobile .panel-group {
    margin-bottom: 10px;
  }

  .homepage.hp_mobile .panel-group p.titre {
    width: 90%;
    font-size: 20px;
  }

  .homepage.hp_mobile .panel-group .titre {
    font-size: 16px;
    margin-top: 0.5em;
  }

  .homepage.hp_mobile .panel-group .detail {
    font-size: 12px;
  }

  .homepage.hp_mobile .panel-group hr {
    margin-bottom: 10px;
  }

  .homepage.hp_mobile .bloc_selection .selection_bloc_xs {
    height: 120px;
  }

  .homepage.hp_mobile .bloc_selection .selection_bloc_xs .effect-hover img {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);
    -o-filter: brightness(75%);
    -ms-filter: brightness(75%);
  }

  .homepage.hp_mobile .bloc_selection .selection_bloc_xs .effect-hover.hover_bloc1 figcaption,
  .homepage.hp_mobile .bloc_selection .selection_bloc_xs .effect-hover.hover_bloc2 figcaption {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 60px;
    left: 50%;
    padding: 5px;
    border: 1px solid #ffffff;
    background: none;
    height: inherit;
    width: 80%;
    margin: auto;
    bottom: auto;
    font-weight: 600;
  }

  .homepage.hp_mobile .bloc_selection .selection_bloc_xs .effect-hover.hover_bloc1 figcaption .nom_bloc,
  .homepage.hp_mobile .bloc_selection .selection_bloc_xs .effect-hover.hover_bloc2 figcaption .nom_bloc {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  .homepage.hp_mobile .bloc_teaser {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
  }

  .homepage.hp_mobile .bloc_teaser .teaser_titre,
  .homepage.hp_mobile .bloc_teaser .teaser_soustitre {
    font-size: 20px;
    margin: 0;
  }

  .homepage.hp_mobile .bloc_teaser .quote1 {
    background-size: 70%;
    left: 10px;
  }

  .homepage.hp_mobile .bloc_teaser .quote2 {
    left: 72%;
    top: 100%;
    background-size: 30%;
  }

  .classement .detail {
    font-family: 'merriweather_light';
    font-style: italic;
  }

  .classement .bloc_classements {
    position: relative;
    background-color: #000000;
    margin-bottom: 10px;
    color: #ffffff;
    min-height: 145px;
    text-align: center;
  }

  .classement .bloc_classements p a {
    color: #ffffff;
  }

  .classement .bloc_classements p a:hover {
    text-decoration: none;
  }

  .classement .hover_bloc_classement {
    position: relative;
  }

  .classement .hover_bloc_classement .figcaption_classement {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 0;
    border: 1px solid #ffffff;
    background: none;
    height: inherit;
    width: 90%;
    margin: auto;
    bottom: auto;
    font-weight: 600;
  }

  .classement .hover_bloc_classement .figcaption_classement .nom_bloc {
    font-size: 18px;
    margin: 0;
    padding: 7px;
  }
}

@media screen and (max-width: 844px) {
  .groupe-produit-xs {
    height: 109px;
  }

  .mobile-margin {
    margin-bottom: 15px;
  }

  .panier.pseudo-table .ligne-produit {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 15px 0 0;
  }

  .panier.pseudo-table .ligne-produit .supp {
    margin-bottom: 5%;
  }

  .panier.pseudo-table .ligne-produit .va img {
    margin: auto;
  }

  .panier.pseudo-table .contenu_mobile {
    margin-top: 20px;
  }

  .panier.pseudo-table .contenu_mobile p {
    color: #000000;
    font-weight: 400;
  }

  .panier.pseudo-table .contenu_mobile .intitule {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }

  .panier.pseudo-table .contenu_mobile .signe_moins {
    top: 5px;
  }

  .panier.pseudo-table .contenu_mobile .total {
    font-size: 20px;
    margin-top: 10px;
  }

  .va_xs {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contenu_mobile .row:nth-child(4) {
    margin-top: 10px;
  }

  .contenu_mobile .middle {
    margin-top: 8px;
  }

  .contenu_mobile p {
    color: #8b8b8b;
    font-weight: 600;
  }

  .input-group-addon,
  .input-group-btn {
    vertical-align: top;
  }

  .chemin {
    font-size: 1.3em;
    margin-bottom: 0;
  }

  .chemin li {
    display: block;
    visibility: hidden;
    height: 0;
  }

  .chemin .active {
    visibility: visible;
    height: 22px;
  }

  .formulaire hr {
    margin-top: 10px;
  }

  .formulaire .formulaire_titre {
    margin-top: 7px;
  }

  .engagements:nth-child(3) .eng_sstitre {
    padding: 0 15px;
  }

  .compte_ma_commande .titre {
    font-size: 30px;
    margin-top: 10px;
  }

  .compte_ma_commande .panier.pseudo-table .ligne-produit {
    padding-bottom: 0px;
  }

  .compte_ma_commande .panier.pseudo-table .ligne-produit .va img {
    margin-bottom: 10px;
    display: block;
  }

  .compte_ma_commande .titre_section {
    font-size: 22px;
  }

  .panel-body .form-control:first-of-type {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 644px) {
  .formulaire_titre {
    font-size: 22px;
  }
}

@media screen and (max-width: 844px) {
  .compte .date_naissance select {
    padding-left: 10px;
  }

  .compte .date_naissance .extra-select:nth-child(1) select,
  .compte .date_naissance .extra-select:nth-child(3) select {
    padding-right: 10px;
  }

  .compte .nav_sm .navbar-toggler {
    width: 100%;
  }

  .compte .titre {
    font-size: 24px;
    margin-top: 0;
  }

  .compte .titre_section {
    font-size: 22px;
  }

  .compte .form-control[type='radio'] {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 844px) {
  .modal-header h4 {
    font-size: 14px;
  }

  .panier_modal .img_vin {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-58%);
    -ms-transform: translateX(-58%);
    transform: translateX(-58%);
  }

  .panier_modal .panier_libelleVin {
    font-size: 24px;
  }

  .panier_modal .classement {
    font-size: 14px;
    text-align: center;
  }

  .zero_stock {
    font-size: 20px;
    margin-bottom: 2em;
  }

  .suggestion {
    padding-top: 0;
    padding-bottom: 0;
  }

  #modalConciergerie .modal-content .M_C_titre img {
    width: 10%;
  }

  #modalConciergerie .modal-content .M_C_titre span {
    padding-left: 10px;
    font-size: 22px;
  }

  #modalConciergerie .modal-content .M_C_titre p {
    font-size: 30px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 844px) {
  .histoire .citation {
    font-size: 19px;
  }

  .histoire .citation .citation_1 {
    width: 8%;
    margin-left: 0;
  }

  .histoire .citation .citation_2 {
    width: 15%;
  }

  .histoire .citation .not_xs {
    display: none;
  }

  .histoire .citation .credit {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0;
  }

  .histoire .text_left,
  .histoire .text_right {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 3%;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .histoire .btn-description {
    text-align: center;
    width: 100%;
    background-color: #d3bca1;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  }
}

@media screen and (max-width: 844px) {
  .conciergerie .image_conciergerie .logo {
    top: 20%;
    left: 25px;
  }

  .conciergerie .image_conciergerie .logo img {
    max-width: 70%;
    margin-bottom: 10px;
  }

  .conciergerie .image_conciergerie .logo p {
    font-size: 24px;
  }

  .conciergerie .service {
    max-width: 90%;
    padding-top: 10px;
    font-size: 14px;
  }

  .conciergerie .service .infos {
    line-height: 1;
  }

  .conciergerie .service .numero {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  .conciergerie .image_conciergerie .logo img {
    max-width: 30%;
    margin-bottom: 5px;
  }

  .conciergerie .image_conciergerie .logo p {
    font-size: 16px;
  }
}

@media screen and (max-width: 844px) {
  .garantie {
    text-align: center;
  }

  .garantie .section {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
  }

  .garantie .titre {
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 0px;
  }

  .garantie .texte {
    max-width: 100%;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0px;
  }

  .garantie .picto {
    display: block;
    margin: 15px auto;
    margin-bottom: 5px;
    height: 40px;
  }
}

@media screen and (max-width: 844px) {
  .transports .guideTitrePrincipal {
    margin-top: 0px;
    font-size: 19px;
    font-weight: 600;
  }

  .transports .guideSousTitrePrincipal {
    font-size: 14px;
  }

  .transports .margin-top {
    margin-top: 0px;
  }

  .transports .bloc {
    margin-bottom: 0px;
  }

  .transports .titre,
  .transports .liste {
    padding-left: 10px;
    padding-right: 10px;
  }

  .transports .liste {
    margin-bottom: 10px;
  }

  .transports ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 844px) {
  .restaurants .guideTitrePrincipal {
    font-weight: 600;
    font-size: 19px;
  }

  .restaurants .guideSousTitrePrincipal {
    font-size: 14px;
    font-weight: 400;
    color: #d3bca1;
  }

  .restaurants .middle_col {
    padding-top: 0;
  }

  .restaurants .titre {
    font-size: 19px;
  }

  .restaurants .lieu {
    font-size: 14px;
    margin-bottom: 25px;
    opacity: 0.7;
  }

  .restaurants .xs_height {
    min-height: 443px;
  }
}

@media screen and (max-width: 550px) {
  .restaurants .xs_height {
    min-height: 390px;
  }
}

@media screen and (max-width: 450px) {
  .restaurants .lieu {
    margin-bottom: 0;
  }

  .restaurants .xs_height {
    min-height: 330px;
  }
}

.restaurant_mobile .title {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
}

.restaurant_mobile .text {
  text-align: center;
  font-size: 14px;
}

.restaurant_mobile hr {
  max-width: 10%;
  margin: 15px auto;
  height: 1px;
  background-color: black;
}

.restaurant_mobile .adresse {
  text-align: center;
  font-size: 11px;
}

.restaurant_mobile .carousel .item {
  height: 600px;
  max-height: 190px;
}

.restaurant_mobile .carousel .icone {
  position: absolute;
  min-width: 8%;
  width: 0px;
  left: inherit;
  right: 4%;
  top: 5%;
}

@media screen and (min-width: 550px) {
  .restaurant_mobile .carousel .item {
    height: 600px;
    max-height: 350px;
  }
}

@media screen and (max-width: 844px) {
  .figures-bordelais .titre-1 {
    color: #a4845f;
    font-size: 10px;
    font-weight: 600;
  }

  .figures-bordelais .titre-2 {
    font-size: 18px;
    font-weight: 300;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  }

  .figures-bordelais .figure {
    padding-bottom: 0em;
  }

  .figures-bordelais .figure .nom {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
  }

  .classements .cadre ul li .createur {
    display: block !important;
    float: none !important;
  }

  .apprendre_home .texte_chapeau {
    font-size: 18px;
  }
}

@media screen and (max-width: 844px) {
  .i_xs .spe {
    margin-bottom: 15px;
  }

  .i_xs .spe .rose,
  .i_xs .spe .bleu,
  .i_xs .spe .orange,
  .i_xs .spe .jaune,
  .i_xs .spe .vert {
    padding: 15px;
    height: auto;
  }

  .i_xs .spe .jour {
    font-size: 29px;
    margin-bottom: -5px;
  }

  .i_xs .spe .mois {
    font-size: 14px;
  }

  .i_xs .spe hr {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 20px;
    height: 2px;
  }

  .i_xs .spe .titre {
    font-size: 12px;
  }

  .i_xs .spe .intervalle {
    font-size: 12px;
  }

  .i_xs .spe .ville {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .i_xs .spe .content {
    font-size: 10px;
    overflow: hidden;
    max-height: 220px;
  }
}

/*@media screen and (max-width:@screen-md-max){
	header{
		display: none;
	}
}*/
@media screen and (min-width: 749px) and (max-width: 1120px) {
  .guide_position {
    left: 26%;
  }

  .guide_cost {
    font-size: 18px;
  }

  .listing {
    font-size: 15px;
  }

  .listing li:nth-of-type(4) {
    width: 60%;
  }
}

@media screen and (min-width: 767px) and (max-width: 1119px) {
  .guide .titre {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .guide .categorie {
    font-size: 8px;
  }

  .guide .sstitre {
    font-size: 8px;
  }

  .guide .cartouche .titre,
  .guide .cartouche .categorie {
    margin-bottom: 20px;
  }

  .guide .row:nth-child(2) .cartouche .inside {
    max-width: 50%;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  footer .filet2 {
    margin-top: 20px;
  }

  footer .filet3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer_nav_principale a {
    font-size: 12px;
  }

  .footer_nav_secondaire {
    padding-top: 0;
  }

  .footer_nav_secondaire li {
    display: block;
    float: none;
  }

  .footer_nav_secondaire .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .follow .module_footer .follow_position .facebook {
    position: absolute;
    left: 60%;
    height: 100%;
  }

  .follow .module_footer .follow_position .facebook img {
    bottom: 48%;
  }

  .follow .module_footer .follow_position .vin {
    position: inherit;
    left: 0%;
  }

  .follow .module_footer .follow_position .chais {
    position: inherit;
    left: 0%;
  }
}

@media screen and (min-width: 845px) {

  /* PRESENTATION 1ers GRANDS CRUS */
  .presentation_grands_crus .logo_grand_crus img {
    display: none;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  .breadcrumb {
    padding-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .jumbotron.presentation_liste {
    padding-top: 6em;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .row .bouteilles_rangee {
    padding-bottom: 0em;
    padding-top: 0em;
    border-bottom: 0px solid #e6e6e6;
    background: #ffffff;
  }

  .row .bouteille_liste {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 1.1em;
  }

  .row .bouteille_liste .infos {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1159px) {
  .nav_sm h4 {
    cursor: pointer;
  }

  .nav_sm .form_xs label {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav_sm .form_xs :last-child {
    margin-bottom: 10px;
  }

  #listProductFilter .nav_sm .navbar-toggler {
    width: 100%;
  }

  .blocs_gcc_presentation div[class^=bloc] {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 845px) {

  .bh.bh1_1,
  .bh.bh2_1 {
    height: 355px;
  }

  .bh.bh1_1,
  .bh.bh1_2 {
    /*width: @bh-sm-size;*/
    width: 100%;
  }

  .bh.bh1_2,
  .bh.bh2_2 {
    height: 720px;
  }

  .bh.bh2_1,
  .bh.bh2_2 {
    /*width: @bh-sm-size*2+@grid-gutter-width;*/
    width: 100%;
  }

  .bh_titre {
    height: 355px;
    width: 355px;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  .homepage figure.effect-hover.hover_bloc1 figcaption {
    height: 82%;
  }
}

@media screen and (min-width: 845px) {
  .panier.pseudo-table .ligne-produit .va {
    /* width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px; */
  }

  .panier.pseudo-table .ligne-produit .va .img-responsive {
    margin-left: auto;
    margin-right: auto;
  }

  /* .panier.pseudo-table .ligne-produit div[class^=col-] {
    height: 90px;
  } */
  .juste_xs {
    display: none;
  }
}

@media screen and (max-width: 1159px) {
  .loginregister .nouveau_compte {
    padding-top: 2em;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  .compte .titre {
    font-size: 32px;
  }

  .compte .recap {
    font-size: 27px;
  }

  .compte_ma_commande .left p {
    margin-top: 1em;
  }
}

@media screen and (max-width: 1159px) {
  .nav_sm .nav li {
    display: block;
    text-align: left;
    float: none;
  }

  .nav_sm .nav li a {
    padding-bottom: 5px;
  }

  .nav_sm .close_nav {
    float: right;
    padding-right: 10px;
    position: relative;
  }

  .nav_sm .close_nav::before,
  .nav_sm .close_nav::after {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 1px;
    background-color: #000000;
    left: -1em;
    top: 0.5em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .nav_sm .close_nav::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav_sm .close_nav::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav_sm .navbar {
    position: initial;
  }

  .nav_sm .navbar-toggler {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    border: none;
    background-color: #f2ebe3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 50%;
    display: block;
    margin: auto;
  }

  .modalSysteme .content .logo:before {
    font-size: 15em;
  }
}

@media screen and (min-width: 845px) {
  .sub_newsletters button {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  .histoire .citation {
    font-size: 24px;
  }

  .histoire .citation .citation_1 {
    width: 5%;
  }

  .histoire .citation .citation_2 {
    width: 10%;
  }

  .histoire .citation .credit {
    font-size: 15px;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  .garantie .section {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .garantie div:nth-child(2) {
    margin-bottom: 60px;
  }

  .garantie .texte {
    max-width: 100%;
  }
}

@media screen and (min-width: 845px) and (max-width: 1159px) {
  .conciergerie .image_conciergerie .logo {
    top: 55px;
  }

  .conciergerie .service {
    padding-top: 25px;
    padding-bottom: 15px;
    max-width: 100%;
    font-size: 14px;
  }

  .conciergerie .service .numero {
    font-size: 20px;
  }

  .conciergerie .service .infos {
    line-height: 1.3;
  }
}

@media screen and (max-width: 1159px) {

  .classements .colonne1,
  .appellations .colonne1,
  .figures-bordelais .colonne1,
  .classements .colonne2,
  .appellations .colonne2,
  .figures-bordelais .colonne2 {
    width: 100% !important;
  }

  .classements .titre_partie,
  .appellations .titre_partie,
  .figures-bordelais .titre_partie {
    line-height: 30px;
  }
}

@media screen and (min-width: 845px) {
  .partie .col-sm-10:nth-child(odd) .figure {
    padding-right: 3%;
  }

  .partie .col-sm-10:nth-child(even) .figure {
    padding-left: 3%;
  }
}

@media screen and (max-width: 1159px) {
  .speCulinaires #form_ville {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .i_xs .spe .rose,
  .i_xs .spe .bleu,
  .i_xs .spe .orange,
  .i_xs .spe .jaune,
  .i_xs .spe .vert {
    padding: 20px;
    height: auto;
  }

  .i_xs .spe .jour {
    font-size: 34px;
    margin-bottom: -5px;
  }

  .i_xs .spe .mois {
    font-size: 16px;
  }

  .i_xs .spe hr {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 30px;
    height: 2px;
  }

  .i_xs .spe .titre {
    font-size: 13px;
  }

  .i_xs .spe .intervalle {
    font-size: 13px;
  }

  .i_xs .spe .ville {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .i_xs .spe .content {
    font-size: 12px;
  }

  .i_xs .spe .lien {
    margin-top: 10px;
  }
}

@media screen and (min-width: 845px) and (max-width: 1350px) {

  #main-search-button,
  #main-search-label {
    width: 5em;
    line-height: 6.2em;
  }
}

@media screen and (min-width: 1120px) and (max-width: 1350px) {

  #main-search-button,
  #main-search-label {
    width: 7em;
  }
}

@media screen and (min-width: 1120px) and (max-width: 1369px) {
  .guide_carte {
    font-size: 22px;
  }

  .guide_position {
    top: 3%;
    left: 8%;
    padding-right: 30px;
  }

  .listing {
    font-size: 11px;
  }

  .listing li {
    margin-bottom: 5px;
  }

  .listing li:nth-of-type(3) {
    width: 90%;
  }

  .listing li:nth-of-type(4) {
    width: 70%;
  }

  .guide_cost {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .guide .titre {
    font-size: 14px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {

  .guide .cartouche,
  .guide .normal {
    margin-bottom: 5%;
  }

  .guide .titre {
    font-size: 14px;
  }

  .guide .sstitre {
    font-size: 10px;
  }
}

@media screen and (max-width: 1369px) {
  .speBlocVin {
    margin-left: 0%;
  }
}

@media screen and (min-width: 1160px) {
  .speCulinaire .col-md-18 {
    width: none;
  }

  .speCulinaire .col-sm-10 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1369px) {
  .blocs_gcc_presentation div[class^=bloc] h1 {
    font-size: 14px;
    margin-top: 24px;
  }

  .blocs_gcc_presentation div[class^=bloc] h2 {
    font-size: 16px;
  }

  .blocs_gcc_presentation .bloc4 h1 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1160px) {

  .bh.bh1_1,
  .bh.bh2_1 {
    height: 265px;
  }

  .bh.bh1_1,
  .bh.bh1_2 {
    /*width: @bh-md-size;*/
    width: 100%;
  }

  .bh.bh1_2,
  .bh.bh2_2 {
    height: 540px;
  }

  .bh.bh2_1,
  .bh.bh2_2 {
    /*width: @bh-md-size*2+@grid-gutter-width;*/
    width: 100%;
  }

  .bh .bh_titre {
    height: 265px;
    width: 265px;
  }

  .bh .image+.description .titre {
    font-size: 20px;
  }

  .bh.bh2_2 .image+.description {
    left: 73%;
    top: 41%;
  }

  .bh_titre p.titre,
  .bh_titre a.titre {
    font-size: 24px;
  }

  .description a.titre {
    font-size: 20px;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1369px) {
  .bh .image_bouteilles {
    width: 50px;
    margin-top: 11px;
    margin-left: 40px;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1369px) {
  .homepage figure.effect-hover.hover_bloc1 figcaption {
    padding-top: 0.1em;
  }
}

@media screen and (max-width: 1369px) {
  .chemin {
    font-size: 16px;
  }

  .formulaire_titre {
    font-size: 29px;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1369px) {
  .nav_md .navbar-nav>li>a {
    font-size: 11px;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1369px) {
  .conciergerie .image_conciergerie .logo {
    top: 170px;
  }

  .conciergerie .service {
    max-width: 90%;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1529px) {
  .conciergerie .image_conciergerie .logo {
    top: 220px;
  }
}

@media screen and (min-width: 1120px) and (max-width: 1349px) {
  .md-right .infos_millesime {
    left: -324px;
  }
}

@media screen and (min-width: 665px) and (max-width: 1119px) {
  .sm-right .infos_millesime {
    left: -324px;
  }
}

@media screen and (min-width: 503px) and (max-width: 665px) {
  .mill_active .infos_millesime {
    left: 0px;
    top: 162px;
  }

  .xs-large-right .infos_millesime {
    left: -162px;
    top: 162px;
  }
}

@media screen and (max-width: 664px) {
  .mill_active .infos_millesime {
    left: 0px;
    top: 162px;
  }

  .xs-right .infos_millesime {
    left: -162px;
    top: 162px;
  }
}

@media screen and (max-width: 1369px) {
  .nav_client .navbar-right .divider {
    padding-top: 10px;
  }

  .nav_client li {
    padding: 0 5px;
  }
}

@media screen and (min-width: 1370px) {

  .bh.bh1_1,
  .bh.bh2_1 {
    height: 321px;
  }

  .bh.bh1_1,
  .bh.bh1_2 {
    /*width: @bh-lg-size;*/
    width: 100%;
  }

  .bh.bh1_2,
  .bh.bh2_2 {
    height: 652px;
  }

  .bh.bh2_1,
  .bh.bh2_2 {
    width: 652px;
  }

  .bh .bh_titre {
    height: 321px;
    width: 321px;
  }

  .bh .image+.description .titre {
    font-size: 20px;
  }

  #main-search+ul {
    position: absolute;
    right: 130px;
  }
}

@media screen and (min-width: 1370px) and (max-width: 1459px) {
  .homepage .bh .image_bouteilles {
    width: 60px;
    margin-top: 20px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1370px) {
  .homepage .bloc_teaser .quote1 {
    left: 23%;
  }
}

@media screen and (min-width: 1460px) {
  .bh {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    background-position: center center;
    background-size: cover;
  }

  .bh.bh1_1,
  .bh.bh2_1 {
    height: 348px;
  }

  .bh.bh1_1,
  .bh.bh1_2 {
    /*width: @bh-xlg-size;*/
    width: 100%;
  }

  .bh.bh1_2,
  .bh.bh2_2 {
    height: 706px;
  }

  .bh.bh2_1,
  .bh.bh2_2 {
    width: 706px;
  }

  .bh .bh_titre {
    height: 348px;
    width: 348px;
  }
}

@media screen and (min-width: 1160px) {
  .premiers_grands_crus .image_habillage {
    height: 1790px;
  }
}

@media screen and (min-width: 1460px) {

  .bh.bh1_1,
  .bh.bh2_1 {
    height: 342px;
  }

  .bh.bh1_1,
  .bh.bh1_2 {
    width: 342px;
  }

  .bh.bh1_2,
  .bh.bh2_2 {
    height: 694px;
  }

  .bh.bh2_1,
  .bh.bh2_2 {
    width: 694px;
  }

  .bh .bh_titre {
    height: 342px;
    width: 342px;
  }
}

#cgv_load {
  font-size: 12px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

#cgv_load h2 {
  font-size: 1.75em;
}

#cgv_load h3 {
  font-size: 1.5em;
}

#cgv_load h4 {
  font-size: 1.25em;
}

.contact_page {
  margin-top: 4em;
}

.contact_page .titre {
  font-size: 23px;
  font-weight: bold;
}

.contact_page .titre span {
  display: block;
  font-size: 16px;
  color: #9a9a9a;
  font-weight: 400;
}

.contact_page .formulaire_contact {
  margin-top: 2em;
}

.contact_page .formulaire_contact .form-group,
.contact_page .formulaire_contact .form-control {
  font-size: 14px;
}

.contact_page .formulaire_contact .intituleBloc {
  font-size: 16px;
  font-weight: 400px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}

.contact_page .formulaire_contact input {
  margin-top: 1em;
}

.contact_page .formulaire_contact .form-horizontal.select_motif {
  margin-top: 1em;
  margin-bottom: -1em;
}

.contact_page .formulaire_contact .infos {
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 0.7em;
}

.contact_page .formulaire_contact .champObligatoire {
  font-size: 12px;
  color: #9a9a9a;
}

.contact_page .adresse {
  padding-top: 10px;
  padding-bottom: 2em;
}

.contact_page .image_contact {
  display: flex;
  justify-content: center;
}

.contact_page .image_contact img {
  max-height: 200px;
}

.contact_page .infos_contact {
  /*background: @clr2;*/
  padding: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 4em;
}

.contact_page .infos_contact span.glyphicon-earphone {
  font-size: 25px;
  padding-top: 20px;
}

.contact_page .infos_contact span.glyphicon-envelope {
  font-size: 25px;
}

.contact_page .infos_contact a {
  font-weight: bold;
  color: #000000;
}

.contact_page .lien_histoire {
  color: #000000;
  padding-top: 1em;
  font-size: 14px;
  display: block;
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    width: 100%;
  }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .container {
    width: 100%;
  }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .container {
    width: 100%;
  }
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/*gris*/
.semi {
  font-weight: 600;
  font-size: 13px;
}

.semi:hover {
  text-decoration: underline;
}

/**/
*:focus {
  outline: none !important;
}

h2 {
  font-size: 15px;
}

@font-face {
  font-family: open_sans_light;
  src: url("../fonts/OpenSans-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: open_sans_bold;
  src: url("../fonts/OpenSans-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: merriweather_light;
  src: url("../fonts/Merriweather-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: merriweather_bold_italic;
  src: url("../fonts/Merriweather-BoldItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: open_sans_regular;
  src: url("../fonts/OpenSans-Regular.ttf");
  font-display: swap;
}

/*!
 * Bootstrap Big Grid v0.2.0
 * Copyright 2013 BenWhitehead
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
/* ------Anciennes tailles------ */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 845px) {
  .container {
    width: 730px;
  }
}

@media (min-width: 950px) {
    .container {
      width: 830px;
    }
}

@media (min-width: 1081px) {
    .container {
      width: 1000px;
    }
}

@media (min-width: 1160px) {
  .container {
    width: 1110px;
  }
}

@media (min-width: 1370px) {
  .container {
    width: 1325px;
  }
}

@media (min-width: 1460px) {
  .container {
    width: 1410px;
  }
}

@media (min-width: 1460px) {
  .container {
    width: 1410px;
  }
}

@media (min-width: 1460px) {
  .container {
    width: 1410px;
  }
}

@media (min-width: 2880px) {
  .container {
    width: 2830px;
  }
}

@media (min-width: 3840px) {
  .container {
    width: 3850px;
  }
}

@media (min-width: 4096px) {
  .container {
    width: 4046px;
  }
}

@media (min-width: 8192px) {
  .container {
    width: 8142px;
  }
}

@media (min-width: 1460px) {

  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12,
  .col-xlg-13,
  .col-xlg-14,
  .col-xlg-15,
  .col-xlg-16,
  .col-xlg-17,
  .col-xlg-18,
  .col-xlg-19,
  .col-xlg-20 {
    float: left;
  }

  .col-xlg-20 {
    width: 100%;
  }

  .col-xlg-19 {
    width: 95%;
  }

  .col-xlg-18 {
    width: 90%;
  }

  .col-xlg-17 {
    width: 85%;
  }

  .col-xlg-16 {
    width: 80%;
  }

  .col-xlg-15 {
    width: 75%;
  }

  .col-xlg-14 {
    width: 70%;
  }

  .col-xlg-13 {
    width: 65%;
  }

  .col-xlg-12 {
    width: 60%;
  }

  .col-xlg-11 {
    width: 55%;
  }

  .col-xlg-10 {
    width: 50%;
  }

  .col-xlg-9 {
    width: 45%;
  }

  .col-xlg-8 {
    width: 40%;
  }

  .col-xlg-7 {
    width: 35%;
  }

  .col-xlg-6 {
    width: 30%;
  }

  .col-xlg-5 {
    width: 25%;
  }

  .col-xlg-4 {
    width: 20%;
  }

  .col-xlg-3 {
    width: 15%;
  }

  .col-xlg-2 {
    width: 10%;
  }

  .col-xlg-1 {
    width: 5%;
  }

  .col-xlg-pull-20 {
    right: 100%;
  }

  .col-xlg-pull-19 {
    right: 95%;
  }

  .col-xlg-pull-18 {
    right: 90%;
  }

  .col-xlg-pull-17 {
    right: 85%;
  }

  .col-xlg-pull-16 {
    right: 80%;
  }

  .col-xlg-pull-15 {
    right: 75%;
  }

  .col-xlg-pull-14 {
    right: 70%;
  }

  .col-xlg-pull-13 {
    right: 65%;
  }

  .col-xlg-pull-12 {
    right: 60%;
  }

  .col-xlg-pull-11 {
    right: 55%;
  }

  .col-xlg-pull-10 {
    right: 50%;
  }

  .col-xlg-pull-9 {
    right: 45%;
  }

  .col-xlg-pull-8 {
    right: 40%;
  }

  .col-xlg-pull-7 {
    right: 35%;
  }

  .col-xlg-pull-6 {
    right: 30%;
  }

  .col-xlg-pull-5 {
    right: 25%;
  }

  .col-xlg-pull-4 {
    right: 20%;
  }

  .col-xlg-pull-3 {
    right: 15%;
  }

  .col-xlg-pull-2 {
    right: 10%;
  }

  .col-xlg-pull-1 {
    right: 5%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-20 {
    left: 100%;
  }

  .col-xlg-push-19 {
    left: 95%;
  }

  .col-xlg-push-18 {
    left: 90%;
  }

  .col-xlg-push-17 {
    left: 85%;
  }

  .col-xlg-push-16 {
    left: 80%;
  }

  .col-xlg-push-15 {
    left: 75%;
  }

  .col-xlg-push-14 {
    left: 70%;
  }

  .col-xlg-push-13 {
    left: 65%;
  }

  .col-xlg-push-12 {
    left: 60%;
  }

  .col-xlg-push-11 {
    left: 55%;
  }

  .col-xlg-push-10 {
    left: 50%;
  }

  .col-xlg-push-9 {
    left: 45%;
  }

  .col-xlg-push-8 {
    left: 40%;
  }

  .col-xlg-push-7 {
    left: 35%;
  }

  .col-xlg-push-6 {
    left: 30%;
  }

  .col-xlg-push-5 {
    left: 25%;
  }

  .col-xlg-push-4 {
    left: 20%;
  }

  .col-xlg-push-3 {
    left: 15%;
  }

  .col-xlg-push-2 {
    left: 10%;
  }

  .col-xlg-push-1 {
    left: 5%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .col-xlg-offset-20 {
    margin-left: 100%;
  }

  .col-xlg-offset-19 {
    margin-left: 95%;
  }

  .col-xlg-offset-18 {
    margin-left: 90%;
  }

  .col-xlg-offset-17 {
    margin-left: 85%;
  }

  .col-xlg-offset-16 {
    margin-left: 80%;
  }

  .col-xlg-offset-15 {
    margin-left: 75%;
  }

  .col-xlg-offset-14 {
    margin-left: 70%;
  }

  .col-xlg-offset-13 {
    margin-left: 65%;
  }

  .col-xlg-offset-12 {
    margin-left: 60%;
  }

  .col-xlg-offset-11 {
    margin-left: 55%;
  }

  .col-xlg-offset-10 {
    margin-left: 50%;
  }

  .col-xlg-offset-9 {
    margin-left: 45%;
  }

  .col-xlg-offset-8 {
    margin-left: 40%;
  }

  .col-xlg-offset-7 {
    margin-left: 35%;
  }

  .col-xlg-offset-6 {
    margin-left: 30%;
  }

  .col-xlg-offset-5 {
    margin-left: 25%;
  }

  .col-xlg-offset-4 {
    margin-left: 20%;
  }

  .col-xlg-offset-3 {
    margin-left: 15%;
  }

  .col-xlg-offset-2 {
    margin-left: 10%;
  }

  .col-xlg-offset-1 {
    margin-left: 5%;
  }

  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1460px) {

  .col-fhd-1,
  .col-fhd-2,
  .col-fhd-3,
  .col-fhd-4,
  .col-fhd-5,
  .col-fhd-6,
  .col-fhd-7,
  .col-fhd-8,
  .col-fhd-9,
  .col-fhd-10,
  .col-fhd-11,
  .col-fhd-12,
  .col-fhd-13,
  .col-fhd-14,
  .col-fhd-15,
  .col-fhd-16,
  .col-fhd-17,
  .col-fhd-18,
  .col-fhd-19,
  .col-fhd-20 {
    float: left;
  }

  .col-fhd-20 {
    width: 100%;
  }

  .col-fhd-19 {
    width: 95%;
  }

  .col-fhd-18 {
    width: 90%;
  }

  .col-fhd-17 {
    width: 85%;
  }

  .col-fhd-16 {
    width: 80%;
  }

  .col-fhd-15 {
    width: 75%;
  }

  .col-fhd-14 {
    width: 70%;
  }

  .col-fhd-13 {
    width: 65%;
  }

  .col-fhd-12 {
    width: 60%;
  }

  .col-fhd-11 {
    width: 55%;
  }

  .col-fhd-10 {
    width: 50%;
  }

  .col-fhd-9 {
    width: 45%;
  }

  .col-fhd-8 {
    width: 40%;
  }

  .col-fhd-7 {
    width: 35%;
  }

  .col-fhd-6 {
    width: 30%;
  }

  .col-fhd-5 {
    width: 25%;
  }

  .col-fhd-4 {
    width: 20%;
  }

  .col-fhd-3 {
    width: 15%;
  }

  .col-fhd-2 {
    width: 10%;
  }

  .col-fhd-1 {
    width: 5%;
  }

  .col-fhd-pull-20 {
    right: 100%;
  }

  .col-fhd-pull-19 {
    right: 95%;
  }

  .col-fhd-pull-18 {
    right: 90%;
  }

  .col-fhd-pull-17 {
    right: 85%;
  }

  .col-fhd-pull-16 {
    right: 80%;
  }

  .col-fhd-pull-15 {
    right: 75%;
  }

  .col-fhd-pull-14 {
    right: 70%;
  }

  .col-fhd-pull-13 {
    right: 65%;
  }

  .col-fhd-pull-12 {
    right: 60%;
  }

  .col-fhd-pull-11 {
    right: 55%;
  }

  .col-fhd-pull-10 {
    right: 50%;
  }

  .col-fhd-pull-9 {
    right: 45%;
  }

  .col-fhd-pull-8 {
    right: 40%;
  }

  .col-fhd-pull-7 {
    right: 35%;
  }

  .col-fhd-pull-6 {
    right: 30%;
  }

  .col-fhd-pull-5 {
    right: 25%;
  }

  .col-fhd-pull-4 {
    right: 20%;
  }

  .col-fhd-pull-3 {
    right: 15%;
  }

  .col-fhd-pull-2 {
    right: 10%;
  }

  .col-fhd-pull-1 {
    right: 5%;
  }

  .col-fhd-pull-0 {
    right: auto;
  }

  .col-fhd-push-20 {
    left: 100%;
  }

  .col-fhd-push-19 {
    left: 95%;
  }

  .col-fhd-push-18 {
    left: 90%;
  }

  .col-fhd-push-17 {
    left: 85%;
  }

  .col-fhd-push-16 {
    left: 80%;
  }

  .col-fhd-push-15 {
    left: 75%;
  }

  .col-fhd-push-14 {
    left: 70%;
  }

  .col-fhd-push-13 {
    left: 65%;
  }

  .col-fhd-push-12 {
    left: 60%;
  }

  .col-fhd-push-11 {
    left: 55%;
  }

  .col-fhd-push-10 {
    left: 50%;
  }

  .col-fhd-push-9 {
    left: 45%;
  }

  .col-fhd-push-8 {
    left: 40%;
  }

  .col-fhd-push-7 {
    left: 35%;
  }

  .col-fhd-push-6 {
    left: 30%;
  }

  .col-fhd-push-5 {
    left: 25%;
  }

  .col-fhd-push-4 {
    left: 20%;
  }

  .col-fhd-push-3 {
    left: 15%;
  }

  .col-fhd-push-2 {
    left: 10%;
  }

  .col-fhd-push-1 {
    left: 5%;
  }

  .col-fhd-push-0 {
    left: auto;
  }

  .col-fhd-offset-20 {
    margin-left: 100%;
  }

  .col-fhd-offset-19 {
    margin-left: 95%;
  }

  .col-fhd-offset-18 {
    margin-left: 90%;
  }

  .col-fhd-offset-17 {
    margin-left: 85%;
  }

  .col-fhd-offset-16 {
    margin-left: 80%;
  }

  .col-fhd-offset-15 {
    margin-left: 75%;
  }

  .col-fhd-offset-14 {
    margin-left: 70%;
  }

  .col-fhd-offset-13 {
    margin-left: 65%;
  }

  .col-fhd-offset-12 {
    margin-left: 60%;
  }

  .col-fhd-offset-11 {
    margin-left: 55%;
  }

  .col-fhd-offset-10 {
    margin-left: 50%;
  }

  .col-fhd-offset-9 {
    margin-left: 45%;
  }

  .col-fhd-offset-8 {
    margin-left: 40%;
  }

  .col-fhd-offset-7 {
    margin-left: 35%;
  }

  .col-fhd-offset-6 {
    margin-left: 30%;
  }

  .col-fhd-offset-5 {
    margin-left: 25%;
  }

  .col-fhd-offset-4 {
    margin-left: 20%;
  }

  .col-fhd-offset-3 {
    margin-left: 15%;
  }

  .col-fhd-offset-2 {
    margin-left: 10%;
  }

  .col-fhd-offset-1 {
    margin-left: 5%;
  }

  .col-fhd-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1460px) {

  .col-rt-1,
  .col-rt-2,
  .col-rt-3,
  .col-rt-4,
  .col-rt-5,
  .col-rt-6,
  .col-rt-7,
  .col-rt-8,
  .col-rt-9,
  .col-rt-10,
  .col-rt-11,
  .col-rt-12,
  .col-rt-13,
  .col-rt-14,
  .col-rt-15,
  .col-rt-16,
  .col-rt-17,
  .col-rt-18,
  .col-rt-19,
  .col-rt-20 {
    float: left;
  }

  .col-rt-20 {
    width: 100%;
  }

  .col-rt-19 {
    width: 95%;
  }

  .col-rt-18 {
    width: 90%;
  }

  .col-rt-17 {
    width: 85%;
  }

  .col-rt-16 {
    width: 80%;
  }

  .col-rt-15 {
    width: 75%;
  }

  .col-rt-14 {
    width: 70%;
  }

  .col-rt-13 {
    width: 65%;
  }

  .col-rt-12 {
    width: 60%;
  }

  .col-rt-11 {
    width: 55%;
  }

  .col-rt-10 {
    width: 50%;
  }

  .col-rt-9 {
    width: 45%;
  }

  .col-rt-8 {
    width: 40%;
  }

  .col-rt-7 {
    width: 35%;
  }

  .col-rt-6 {
    width: 30%;
  }

  .col-rt-5 {
    width: 25%;
  }

  .col-rt-4 {
    width: 20%;
  }

  .col-rt-3 {
    width: 15%;
  }

  .col-rt-2 {
    width: 10%;
  }

  .col-rt-1 {
    width: 5%;
  }

  .col-rt-pull-20 {
    right: 100%;
  }

  .col-rt-pull-19 {
    right: 95%;
  }

  .col-rt-pull-18 {
    right: 90%;
  }

  .col-rt-pull-17 {
    right: 85%;
  }

  .col-rt-pull-16 {
    right: 80%;
  }

  .col-rt-pull-15 {
    right: 75%;
  }

  .col-rt-pull-14 {
    right: 70%;
  }

  .col-rt-pull-13 {
    right: 65%;
  }

  .col-rt-pull-12 {
    right: 60%;
  }

  .col-rt-pull-11 {
    right: 55%;
  }

  .col-rt-pull-10 {
    right: 50%;
  }

  .col-rt-pull-9 {
    right: 45%;
  }

  .col-rt-pull-8 {
    right: 40%;
  }

  .col-rt-pull-7 {
    right: 35%;
  }

  .col-rt-pull-6 {
    right: 30%;
  }

  .col-rt-pull-5 {
    right: 25%;
  }

  .col-rt-pull-4 {
    right: 20%;
  }

  .col-rt-pull-3 {
    right: 15%;
  }

  .col-rt-pull-2 {
    right: 10%;
  }

  .col-rt-pull-1 {
    right: 5%;
  }

  .col-rt-pull-0 {
    right: auto;
  }

  .col-rt-push-20 {
    left: 100%;
  }

  .col-rt-push-19 {
    left: 95%;
  }

  .col-rt-push-18 {
    left: 90%;
  }

  .col-rt-push-17 {
    left: 85%;
  }

  .col-rt-push-16 {
    left: 80%;
  }

  .col-rt-push-15 {
    left: 75%;
  }

  .col-rt-push-14 {
    left: 70%;
  }

  .col-rt-push-13 {
    left: 65%;
  }

  .col-rt-push-12 {
    left: 60%;
  }

  .col-rt-push-11 {
    left: 55%;
  }

  .col-rt-push-10 {
    left: 50%;
  }

  .col-rt-push-9 {
    left: 45%;
  }

  .col-rt-push-8 {
    left: 40%;
  }

  .col-rt-push-7 {
    left: 35%;
  }

  .col-rt-push-6 {
    left: 30%;
  }

  .col-rt-push-5 {
    left: 25%;
  }

  .col-rt-push-4 {
    left: 20%;
  }

  .col-rt-push-3 {
    left: 15%;
  }

  .col-rt-push-2 {
    left: 10%;
  }

  .col-rt-push-1 {
    left: 5%;
  }

  .col-rt-push-0 {
    left: auto;
  }

  .col-rt-offset-20 {
    margin-left: 100%;
  }

  .col-rt-offset-19 {
    margin-left: 95%;
  }

  .col-rt-offset-18 {
    margin-left: 90%;
  }

  .col-rt-offset-17 {
    margin-left: 85%;
  }

  .col-rt-offset-16 {
    margin-left: 80%;
  }

  .col-rt-offset-15 {
    margin-left: 75%;
  }

  .col-rt-offset-14 {
    margin-left: 70%;
  }

  .col-rt-offset-13 {
    margin-left: 65%;
  }

  .col-rt-offset-12 {
    margin-left: 60%;
  }

  .col-rt-offset-11 {
    margin-left: 55%;
  }

  .col-rt-offset-10 {
    margin-left: 50%;
  }

  .col-rt-offset-9 {
    margin-left: 45%;
  }

  .col-rt-offset-8 {
    margin-left: 40%;
  }

  .col-rt-offset-7 {
    margin-left: 35%;
  }

  .col-rt-offset-6 {
    margin-left: 30%;
  }

  .col-rt-offset-5 {
    margin-left: 25%;
  }

  .col-rt-offset-4 {
    margin-left: 20%;
  }

  .col-rt-offset-3 {
    margin-left: 15%;
  }

  .col-rt-offset-2 {
    margin-left: 10%;
  }

  .col-rt-offset-1 {
    margin-left: 5%;
  }

  .col-rt-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 2880px) {

  .col-rt15-1,
  .col-rt15-2,
  .col-rt15-3,
  .col-rt15-4,
  .col-rt15-5,
  .col-rt15-6,
  .col-rt15-7,
  .col-rt15-8,
  .col-rt15-9,
  .col-rt15-10,
  .col-rt15-11,
  .col-rt15-12,
  .col-rt15-13,
  .col-rt15-14,
  .col-rt15-15,
  .col-rt15-16,
  .col-rt15-17,
  .col-rt15-18,
  .col-rt15-19,
  .col-rt15-20 {
    float: left;
  }

  .col-rt15-20 {
    width: 100%;
  }

  .col-rt15-19 {
    width: 95%;
  }

  .col-rt15-18 {
    width: 90%;
  }

  .col-rt15-17 {
    width: 85%;
  }

  .col-rt15-16 {
    width: 80%;
  }

  .col-rt15-15 {
    width: 75%;
  }

  .col-rt15-14 {
    width: 70%;
  }

  .col-rt15-13 {
    width: 65%;
  }

  .col-rt15-12 {
    width: 60%;
  }

  .col-rt15-11 {
    width: 55%;
  }

  .col-rt15-10 {
    width: 50%;
  }

  .col-rt15-9 {
    width: 45%;
  }

  .col-rt15-8 {
    width: 40%;
  }

  .col-rt15-7 {
    width: 35%;
  }

  .col-rt15-6 {
    width: 30%;
  }

  .col-rt15-5 {
    width: 25%;
  }

  .col-rt15-4 {
    width: 20%;
  }

  .col-rt15-3 {
    width: 15%;
  }

  .col-rt15-2 {
    width: 10%;
  }

  .col-rt15-1 {
    width: 5%;
  }

  .col-rt15-pull-20 {
    right: 100%;
  }

  .col-rt15-pull-19 {
    right: 95%;
  }

  .col-rt15-pull-18 {
    right: 90%;
  }

  .col-rt15-pull-17 {
    right: 85%;
  }

  .col-rt15-pull-16 {
    right: 80%;
  }

  .col-rt15-pull-15 {
    right: 75%;
  }

  .col-rt15-pull-14 {
    right: 70%;
  }

  .col-rt15-pull-13 {
    right: 65%;
  }

  .col-rt15-pull-12 {
    right: 60%;
  }

  .col-rt15-pull-11 {
    right: 55%;
  }

  .col-rt15-pull-10 {
    right: 50%;
  }

  .col-rt15-pull-9 {
    right: 45%;
  }

  .col-rt15-pull-8 {
    right: 40%;
  }

  .col-rt15-pull-7 {
    right: 35%;
  }

  .col-rt15-pull-6 {
    right: 30%;
  }

  .col-rt15-pull-5 {
    right: 25%;
  }

  .col-rt15-pull-4 {
    right: 20%;
  }

  .col-rt15-pull-3 {
    right: 15%;
  }

  .col-rt15-pull-2 {
    right: 10%;
  }

  .col-rt15-pull-1 {
    right: 5%;
  }

  .col-rt15-pull-0 {
    right: auto;
  }

  .col-rt15-push-20 {
    left: 100%;
  }

  .col-rt15-push-19 {
    left: 95%;
  }

  .col-rt15-push-18 {
    left: 90%;
  }

  .col-rt15-push-17 {
    left: 85%;
  }

  .col-rt15-push-16 {
    left: 80%;
  }

  .col-rt15-push-15 {
    left: 75%;
  }

  .col-rt15-push-14 {
    left: 70%;
  }

  .col-rt15-push-13 {
    left: 65%;
  }

  .col-rt15-push-12 {
    left: 60%;
  }

  .col-rt15-push-11 {
    left: 55%;
  }

  .col-rt15-push-10 {
    left: 50%;
  }

  .col-rt15-push-9 {
    left: 45%;
  }

  .col-rt15-push-8 {
    left: 40%;
  }

  .col-rt15-push-7 {
    left: 35%;
  }

  .col-rt15-push-6 {
    left: 30%;
  }

  .col-rt15-push-5 {
    left: 25%;
  }

  .col-rt15-push-4 {
    left: 20%;
  }

  .col-rt15-push-3 {
    left: 15%;
  }

  .col-rt15-push-2 {
    left: 10%;
  }

  .col-rt15-push-1 {
    left: 5%;
  }

  .col-rt15-push-0 {
    left: auto;
  }

  .col-rt15-offset-20 {
    margin-left: 100%;
  }

  .col-rt15-offset-19 {
    margin-left: 95%;
  }

  .col-rt15-offset-18 {
    margin-left: 90%;
  }

  .col-rt15-offset-17 {
    margin-left: 85%;
  }

  .col-rt15-offset-16 {
    margin-left: 80%;
  }

  .col-rt15-offset-15 {
    margin-left: 75%;
  }

  .col-rt15-offset-14 {
    margin-left: 70%;
  }

  .col-rt15-offset-13 {
    margin-left: 65%;
  }

  .col-rt15-offset-12 {
    margin-left: 60%;
  }

  .col-rt15-offset-11 {
    margin-left: 55%;
  }

  .col-rt15-offset-10 {
    margin-left: 50%;
  }

  .col-rt15-offset-9 {
    margin-left: 45%;
  }

  .col-rt15-offset-8 {
    margin-left: 40%;
  }

  .col-rt15-offset-7 {
    margin-left: 35%;
  }

  .col-rt15-offset-6 {
    margin-left: 30%;
  }

  .col-rt15-offset-5 {
    margin-left: 25%;
  }

  .col-rt15-offset-4 {
    margin-left: 20%;
  }

  .col-rt15-offset-3 {
    margin-left: 15%;
  }

  .col-rt15-offset-2 {
    margin-left: 10%;
  }

  .col-rt15-offset-1 {
    margin-left: 5%;
  }

  .col-rt15-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 3840px) {

  .col-uhd-1,
  .col-uhd-2,
  .col-uhd-3,
  .col-uhd-4,
  .col-uhd-5,
  .col-uhd-6,
  .col-uhd-7,
  .col-uhd-8,
  .col-uhd-9,
  .col-uhd-10,
  .col-uhd-11,
  .col-uhd-12,
  .col-uhd-13,
  .col-uhd-14,
  .col-uhd-15,
  .col-uhd-16,
  .col-uhd-17,
  .col-uhd-18,
  .col-uhd-19,
  .col-uhd-20 {
    float: left;
  }

  .col-uhd-20 {
    width: 100%;
  }

  .col-uhd-19 {
    width: 95%;
  }

  .col-uhd-18 {
    width: 90%;
  }

  .col-uhd-17 {
    width: 85%;
  }

  .col-uhd-16 {
    width: 80%;
  }

  .col-uhd-15 {
    width: 75%;
  }

  .col-uhd-14 {
    width: 70%;
  }

  .col-uhd-13 {
    width: 65%;
  }

  .col-uhd-12 {
    width: 60%;
  }

  .col-uhd-11 {
    width: 55%;
  }

  .col-uhd-10 {
    width: 50%;
  }

  .col-uhd-9 {
    width: 45%;
  }

  .col-uhd-8 {
    width: 40%;
  }

  .col-uhd-7 {
    width: 35%;
  }

  .col-uhd-6 {
    width: 30%;
  }

  .col-uhd-5 {
    width: 25%;
  }

  .col-uhd-4 {
    width: 20%;
  }

  .col-uhd-3 {
    width: 15%;
  }

  .col-uhd-2 {
    width: 10%;
  }

  .col-uhd-1 {
    width: 5%;
  }

  .col-uhd-pull-20 {
    right: 100%;
  }

  .col-uhd-pull-19 {
    right: 95%;
  }

  .col-uhd-pull-18 {
    right: 90%;
  }

  .col-uhd-pull-17 {
    right: 85%;
  }

  .col-uhd-pull-16 {
    right: 80%;
  }

  .col-uhd-pull-15 {
    right: 75%;
  }

  .col-uhd-pull-14 {
    right: 70%;
  }

  .col-uhd-pull-13 {
    right: 65%;
  }

  .col-uhd-pull-12 {
    right: 60%;
  }

  .col-uhd-pull-11 {
    right: 55%;
  }

  .col-uhd-pull-10 {
    right: 50%;
  }

  .col-uhd-pull-9 {
    right: 45%;
  }

  .col-uhd-pull-8 {
    right: 40%;
  }

  .col-uhd-pull-7 {
    right: 35%;
  }

  .col-uhd-pull-6 {
    right: 30%;
  }

  .col-uhd-pull-5 {
    right: 25%;
  }

  .col-uhd-pull-4 {
    right: 20%;
  }

  .col-uhd-pull-3 {
    right: 15%;
  }

  .col-uhd-pull-2 {
    right: 10%;
  }

  .col-uhd-pull-1 {
    right: 5%;
  }

  .col-uhd-pull-0 {
    right: auto;
  }

  .col-uhd-push-20 {
    left: 100%;
  }

  .col-uhd-push-19 {
    left: 95%;
  }

  .col-uhd-push-18 {
    left: 90%;
  }

  .col-uhd-push-17 {
    left: 85%;
  }

  .col-uhd-push-16 {
    left: 80%;
  }

  .col-uhd-push-15 {
    left: 75%;
  }

  .col-uhd-push-14 {
    left: 70%;
  }

  .col-uhd-push-13 {
    left: 65%;
  }

  .col-uhd-push-12 {
    left: 60%;
  }

  .col-uhd-push-11 {
    left: 55%;
  }

  .col-uhd-push-10 {
    left: 50%;
  }

  .col-uhd-push-9 {
    left: 45%;
  }

  .col-uhd-push-8 {
    left: 40%;
  }

  .col-uhd-push-7 {
    left: 35%;
  }

  .col-uhd-push-6 {
    left: 30%;
  }

  .col-uhd-push-5 {
    left: 25%;
  }

  .col-uhd-push-4 {
    left: 20%;
  }

  .col-uhd-push-3 {
    left: 15%;
  }

  .col-uhd-push-2 {
    left: 10%;
  }

  .col-uhd-push-1 {
    left: 5%;
  }

  .col-uhd-push-0 {
    left: auto;
  }

  .col-uhd-offset-20 {
    margin-left: 100%;
  }

  .col-uhd-offset-19 {
    margin-left: 95%;
  }

  .col-uhd-offset-18 {
    margin-left: 90%;
  }

  .col-uhd-offset-17 {
    margin-left: 85%;
  }

  .col-uhd-offset-16 {
    margin-left: 80%;
  }

  .col-uhd-offset-15 {
    margin-left: 75%;
  }

  .col-uhd-offset-14 {
    margin-left: 70%;
  }

  .col-uhd-offset-13 {
    margin-left: 65%;
  }

  .col-uhd-offset-12 {
    margin-left: 60%;
  }

  .col-uhd-offset-11 {
    margin-left: 55%;
  }

  .col-uhd-offset-10 {
    margin-left: 50%;
  }

  .col-uhd-offset-9 {
    margin-left: 45%;
  }

  .col-uhd-offset-8 {
    margin-left: 40%;
  }

  .col-uhd-offset-7 {
    margin-left: 35%;
  }

  .col-uhd-offset-6 {
    margin-left: 30%;
  }

  .col-uhd-offset-5 {
    margin-left: 25%;
  }

  .col-uhd-offset-4 {
    margin-left: 20%;
  }

  .col-uhd-offset-3 {
    margin-left: 15%;
  }

  .col-uhd-offset-2 {
    margin-left: 10%;
  }

  .col-uhd-offset-1 {
    margin-left: 5%;
  }

  .col-uhd-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 4096px) {

  .col-4k-1,
  .col-4k-2,
  .col-4k-3,
  .col-4k-4,
  .col-4k-5,
  .col-4k-6,
  .col-4k-7,
  .col-4k-8,
  .col-4k-9,
  .col-4k-10,
  .col-4k-11,
  .col-4k-12,
  .col-4k-13,
  .col-4k-14,
  .col-4k-15,
  .col-4k-16,
  .col-4k-17,
  .col-4k-18,
  .col-4k-19,
  .col-4k-20 {
    float: left;
  }

  .col-4k-20 {
    width: 100%;
  }

  .col-4k-19 {
    width: 95%;
  }

  .col-4k-18 {
    width: 90%;
  }

  .col-4k-17 {
    width: 85%;
  }

  .col-4k-16 {
    width: 80%;
  }

  .col-4k-15 {
    width: 75%;
  }

  .col-4k-14 {
    width: 70%;
  }

  .col-4k-13 {
    width: 65%;
  }

  .col-4k-12 {
    width: 60%;
  }

  .col-4k-11 {
    width: 55%;
  }

  .col-4k-10 {
    width: 50%;
  }

  .col-4k-9 {
    width: 45%;
  }

  .col-4k-8 {
    width: 40%;
  }

  .col-4k-7 {
    width: 35%;
  }

  .col-4k-6 {
    width: 30%;
  }

  .col-4k-5 {
    width: 25%;
  }

  .col-4k-4 {
    width: 20%;
  }

  .col-4k-3 {
    width: 15%;
  }

  .col-4k-2 {
    width: 10%;
  }

  .col-4k-1 {
    width: 5%;
  }

  .col-4k-pull-20 {
    right: 100%;
  }

  .col-4k-pull-19 {
    right: 95%;
  }

  .col-4k-pull-18 {
    right: 90%;
  }

  .col-4k-pull-17 {
    right: 85%;
  }

  .col-4k-pull-16 {
    right: 80%;
  }

  .col-4k-pull-15 {
    right: 75%;
  }

  .col-4k-pull-14 {
    right: 70%;
  }

  .col-4k-pull-13 {
    right: 65%;
  }

  .col-4k-pull-12 {
    right: 60%;
  }

  .col-4k-pull-11 {
    right: 55%;
  }

  .col-4k-pull-10 {
    right: 50%;
  }

  .col-4k-pull-9 {
    right: 45%;
  }

  .col-4k-pull-8 {
    right: 40%;
  }

  .col-4k-pull-7 {
    right: 35%;
  }

  .col-4k-pull-6 {
    right: 30%;
  }

  .col-4k-pull-5 {
    right: 25%;
  }

  .col-4k-pull-4 {
    right: 20%;
  }

  .col-4k-pull-3 {
    right: 15%;
  }

  .col-4k-pull-2 {
    right: 10%;
  }

  .col-4k-pull-1 {
    right: 5%;
  }

  .col-4k-pull-0 {
    right: auto;
  }

  .col-4k-push-20 {
    left: 100%;
  }

  .col-4k-push-19 {
    left: 95%;
  }

  .col-4k-push-18 {
    left: 90%;
  }

  .col-4k-push-17 {
    left: 85%;
  }

  .col-4k-push-16 {
    left: 80%;
  }

  .col-4k-push-15 {
    left: 75%;
  }

  .col-4k-push-14 {
    left: 70%;
  }

  .col-4k-push-13 {
    left: 65%;
  }

  .col-4k-push-12 {
    left: 60%;
  }

  .col-4k-push-11 {
    left: 55%;
  }

  .col-4k-push-10 {
    left: 50%;
  }

  .col-4k-push-9 {
    left: 45%;
  }

  .col-4k-push-8 {
    left: 40%;
  }

  .col-4k-push-7 {
    left: 35%;
  }

  .col-4k-push-6 {
    left: 30%;
  }

  .col-4k-push-5 {
    left: 25%;
  }

  .col-4k-push-4 {
    left: 20%;
  }

  .col-4k-push-3 {
    left: 15%;
  }

  .col-4k-push-2 {
    left: 10%;
  }

  .col-4k-push-1 {
    left: 5%;
  }

  .col-4k-push-0 {
    left: auto;
  }

  .col-4k-offset-20 {
    margin-left: 100%;
  }

  .col-4k-offset-19 {
    margin-left: 95%;
  }

  .col-4k-offset-18 {
    margin-left: 90%;
  }

  .col-4k-offset-17 {
    margin-left: 85%;
  }

  .col-4k-offset-16 {
    margin-left: 80%;
  }

  .col-4k-offset-15 {
    margin-left: 75%;
  }

  .col-4k-offset-14 {
    margin-left: 70%;
  }

  .col-4k-offset-13 {
    margin-left: 65%;
  }

  .col-4k-offset-12 {
    margin-left: 60%;
  }

  .col-4k-offset-11 {
    margin-left: 55%;
  }

  .col-4k-offset-10 {
    margin-left: 50%;
  }

  .col-4k-offset-9 {
    margin-left: 45%;
  }

  .col-4k-offset-8 {
    margin-left: 40%;
  }

  .col-4k-offset-7 {
    margin-left: 35%;
  }

  .col-4k-offset-6 {
    margin-left: 30%;
  }

  .col-4k-offset-5 {
    margin-left: 25%;
  }

  .col-4k-offset-4 {
    margin-left: 20%;
  }

  .col-4k-offset-3 {
    margin-left: 15%;
  }

  .col-4k-offset-2 {
    margin-left: 10%;
  }

  .col-4k-offset-1 {
    margin-left: 5%;
  }

  .col-4k-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 8192px) {

  .col-8k-1,
  .col-8k-2,
  .col-8k-3,
  .col-8k-4,
  .col-8k-5,
  .col-8k-6,
  .col-8k-7,
  .col-8k-8,
  .col-8k-9,
  .col-8k-10,
  .col-8k-11,
  .col-8k-12,
  .col-8k-13,
  .col-8k-14,
  .col-8k-15,
  .col-8k-16,
  .col-8k-17,
  .col-8k-18,
  .col-8k-19,
  .col-8k-20 {
    float: left;
  }

  .col-8k-20 {
    width: 100%;
  }

  .col-8k-19 {
    width: 95%;
  }

  .col-8k-18 {
    width: 90%;
  }

  .col-8k-17 {
    width: 85%;
  }

  .col-8k-16 {
    width: 80%;
  }

  .col-8k-15 {
    width: 75%;
  }

  .col-8k-14 {
    width: 70%;
  }

  .col-8k-13 {
    width: 65%;
  }

  .col-8k-12 {
    width: 60%;
  }

  .col-8k-11 {
    width: 55%;
  }

  .col-8k-10 {
    width: 50%;
  }

  .col-8k-9 {
    width: 45%;
  }

  .col-8k-8 {
    width: 40%;
  }

  .col-8k-7 {
    width: 35%;
  }

  .col-8k-6 {
    width: 30%;
  }

  .col-8k-5 {
    width: 25%;
  }

  .col-8k-4 {
    width: 20%;
  }

  .col-8k-3 {
    width: 15%;
  }

  .col-8k-2 {
    width: 10%;
  }

  .col-8k-1 {
    width: 5%;
  }

  .col-8k-pull-20 {
    right: 100%;
  }

  .col-8k-pull-19 {
    right: 95%;
  }

  .col-8k-pull-18 {
    right: 90%;
  }

  .col-8k-pull-17 {
    right: 85%;
  }

  .col-8k-pull-16 {
    right: 80%;
  }

  .col-8k-pull-15 {
    right: 75%;
  }

  .col-8k-pull-14 {
    right: 70%;
  }

  .col-8k-pull-13 {
    right: 65%;
  }

  .col-8k-pull-12 {
    right: 60%;
  }

  .col-8k-pull-11 {
    right: 55%;
  }

  .col-8k-pull-10 {
    right: 50%;
  }

  .col-8k-pull-9 {
    right: 45%;
  }

  .col-8k-pull-8 {
    right: 40%;
  }

  .col-8k-pull-7 {
    right: 35%;
  }

  .col-8k-pull-6 {
    right: 30%;
  }

  .col-8k-pull-5 {
    right: 25%;
  }

  .col-8k-pull-4 {
    right: 20%;
  }

  .col-8k-pull-3 {
    right: 15%;
  }

  .col-8k-pull-2 {
    right: 10%;
  }

  .col-8k-pull-1 {
    right: 5%;
  }

  .col-8k-pull-0 {
    right: auto;
  }

  .col-8k-push-20 {
    left: 100%;
  }

  .col-8k-push-19 {
    left: 95%;
  }

  .col-8k-push-18 {
    left: 90%;
  }

  .col-8k-push-17 {
    left: 85%;
  }

  .col-8k-push-16 {
    left: 80%;
  }

  .col-8k-push-15 {
    left: 75%;
  }

  .col-8k-push-14 {
    left: 70%;
  }

  .col-8k-push-13 {
    left: 65%;
  }

  .col-8k-push-12 {
    left: 60%;
  }

  .col-8k-push-11 {
    left: 55%;
  }

  .col-8k-push-10 {
    left: 50%;
  }

  .col-8k-push-9 {
    left: 45%;
  }

  .col-8k-push-8 {
    left: 40%;
  }

  .col-8k-push-7 {
    left: 35%;
  }

  .col-8k-push-6 {
    left: 30%;
  }

  .col-8k-push-5 {
    left: 25%;
  }

  .col-8k-push-4 {
    left: 20%;
  }

  .col-8k-push-3 {
    left: 15%;
  }

  .col-8k-push-2 {
    left: 10%;
  }

  .col-8k-push-1 {
    left: 5%;
  }

  .col-8k-push-0 {
    left: auto;
  }

  .col-8k-offset-20 {
    margin-left: 100%;
  }

  .col-8k-offset-19 {
    margin-left: 95%;
  }

  .col-8k-offset-18 {
    margin-left: 90%;
  }

  .col-8k-offset-17 {
    margin-left: 85%;
  }

  .col-8k-offset-16 {
    margin-left: 80%;
  }

  .col-8k-offset-15 {
    margin-left: 75%;
  }

  .col-8k-offset-14 {
    margin-left: 70%;
  }

  .col-8k-offset-13 {
    margin-left: 65%;
  }

  .col-8k-offset-12 {
    margin-left: 60%;
  }

  .col-8k-offset-11 {
    margin-left: 55%;
  }

  .col-8k-offset-10 {
    margin-left: 50%;
  }

  .col-8k-offset-9 {
    margin-left: 45%;
  }

  .col-8k-offset-8 {
    margin-left: 40%;
  }

  .col-8k-offset-7 {
    margin-left: 35%;
  }

  .col-8k-offset-6 {
    margin-left: 30%;
  }

  .col-8k-offset-5 {
    margin-left: 25%;
  }

  .col-8k-offset-4 {
    margin-left: 20%;
  }

  .col-8k-offset-3 {
    margin-left: 15%;
  }

  .col-8k-offset-2 {
    margin-left: 10%;
  }

  .col-8k-offset-1 {
    margin-left: 5%;
  }

  .col-8k-offset-0 {
    margin-left: 0%;
  }
}

.visible-xs {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  table.visible-xs.visible-sm {
    display: table !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  table.visible-xs.visible-md {
    display: table !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  table.visible-xs.visible-lg {
    display: table !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-xs.visible-xlg {
    display: block !important;
  }

  table.visible-xs.visible-xlg {
    display: table !important;
  }

  tr.visible-xs.visible-xlg {
    display: table-row !important;
  }

  th.visible-xs.visible-xlg,
  td.visible-xs.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-xs.visible-fhd {
    display: block !important;
  }

  table.visible-xs.visible-fhd {
    display: table !important;
  }

  tr.visible-xs.visible-fhd {
    display: table-row !important;
  }

  th.visible-xs.visible-fhd,
  td.visible-xs.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-xs.visible-rt {
    display: block !important;
  }

  table.visible-xs.visible-rt {
    display: table !important;
  }

  tr.visible-xs.visible-rt {
    display: table-row !important;
  }

  th.visible-xs.visible-rt,
  td.visible-xs.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-xs.visible-rt15 {
    display: block !important;
  }

  table.visible-xs.visible-rt15 {
    display: table !important;
  }

  tr.visible-xs.visible-rt15 {
    display: table-row !important;
  }

  th.visible-xs.visible-rt15,
  td.visible-xs.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-xs.visible-uhd {
    display: block !important;
  }

  table.visible-xs.visible-uhd {
    display: table !important;
  }

  tr.visible-xs.visible-uhd {
    display: table-row !important;
  }

  th.visible-xs.visible-uhd,
  td.visible-xs.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-xs.visible-4k {
    display: block !important;
  }

  table.visible-xs.visible-4k {
    display: table !important;
  }

  tr.visible-xs.visible-4k {
    display: table-row !important;
  }

  th.visible-xs.visible-4k,
  td.visible-xs.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-xs.visible-8k {
    display: block !important;
  }

  table.visible-xs.visible-8k {
    display: table !important;
  }

  tr.visible-xs.visible-8k {
    display: table-row !important;
  }

  th.visible-xs.visible-8k,
  td.visible-xs.visible-8k {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  table.visible-sm.visible-xs {
    display: table !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  table.visible-sm.visible-md {
    display: table !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  table.visible-sm.visible-lg {
    display: table !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-sm.visible-xlg {
    display: block !important;
  }

  table.visible-sm.visible-xlg {
    display: table !important;
  }

  tr.visible-sm.visible-xlg {
    display: table-row !important;
  }

  th.visible-sm.visible-xlg,
  td.visible-sm.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-sm.visible-fhd {
    display: block !important;
  }

  table.visible-sm.visible-fhd {
    display: table !important;
  }

  tr.visible-sm.visible-fhd {
    display: table-row !important;
  }

  th.visible-sm.visible-fhd,
  td.visible-sm.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-sm.visible-rt {
    display: block !important;
  }

  table.visible-sm.visible-rt {
    display: table !important;
  }

  tr.visible-sm.visible-rt {
    display: table-row !important;
  }

  th.visible-sm.visible-rt,
  td.visible-sm.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-sm.visible-rt15 {
    display: block !important;
  }

  table.visible-sm.visible-rt15 {
    display: table !important;
  }

  tr.visible-sm.visible-rt15 {
    display: table-row !important;
  }

  th.visible-sm.visible-rt15,
  td.visible-sm.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-sm.visible-uhd {
    display: block !important;
  }

  table.visible-sm.visible-uhd {
    display: table !important;
  }

  tr.visible-sm.visible-uhd {
    display: table-row !important;
  }

  th.visible-sm.visible-uhd,
  td.visible-sm.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-sm.visible-4k {
    display: block !important;
  }

  table.visible-sm.visible-4k {
    display: table !important;
  }

  tr.visible-sm.visible-4k {
    display: table-row !important;
  }

  th.visible-sm.visible-4k,
  td.visible-sm.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-sm.visible-8k {
    display: block !important;
  }

  table.visible-sm.visible-8k {
    display: table !important;
  }

  tr.visible-sm.visible-8k {
    display: table-row !important;
  }

  th.visible-sm.visible-8k,
  td.visible-sm.visible-8k {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  table.visible-md.visible-xs {
    display: table !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  table.visible-md.visible-sm {
    display: table !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  table.visible-md.visible-lg {
    display: table !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-md.visible-xlg {
    display: block !important;
  }

  table.visible-md.visible-xlg {
    display: table !important;
  }

  tr.visible-md.visible-xlg {
    display: table-row !important;
  }

  th.visible-md.visible-xlg,
  td.visible-md.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-md.visible-fhd {
    display: block !important;
  }

  table.visible-md.visible-fhd {
    display: table !important;
  }

  tr.visible-md.visible-fhd {
    display: table-row !important;
  }

  th.visible-md.visible-fhd,
  td.visible-md.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-md.visible-rt {
    display: block !important;
  }

  table.visible-md.visible-rt {
    display: table !important;
  }

  tr.visible-md.visible-rt {
    display: table-row !important;
  }

  th.visible-md.visible-rt,
  td.visible-md.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-md.visible-rt15 {
    display: block !important;
  }

  table.visible-md.visible-rt15 {
    display: table !important;
  }

  tr.visible-md.visible-rt15 {
    display: table-row !important;
  }

  th.visible-md.visible-rt15,
  td.visible-md.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-md.visible-uhd {
    display: block !important;
  }

  table.visible-md.visible-uhd {
    display: table !important;
  }

  tr.visible-md.visible-uhd {
    display: table-row !important;
  }

  th.visible-md.visible-uhd,
  td.visible-md.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-md.visible-4k {
    display: block !important;
  }

  table.visible-md.visible-4k {
    display: table !important;
  }

  tr.visible-md.visible-4k {
    display: table-row !important;
  }

  th.visible-md.visible-4k,
  td.visible-md.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-md.visible-8k {
    display: block !important;
  }

  table.visible-md.visible-8k {
    display: table !important;
  }

  tr.visible-md.visible-8k {
    display: table-row !important;
  }

  th.visible-md.visible-8k,
  td.visible-md.visible-8k {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  table.visible-lg.visible-xs {
    display: table !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  table.visible-lg.visible-sm {
    display: table !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  table.visible-lg.visible-md {
    display: table !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-lg.visible-xlg {
    display: block !important;
  }

  table.visible-lg.visible-xlg {
    display: table !important;
  }

  tr.visible-lg.visible-xlg {
    display: table-row !important;
  }

  th.visible-lg.visible-xlg,
  td.visible-lg.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-lg.visible-fhd {
    display: block !important;
  }

  table.visible-lg.visible-fhd {
    display: table !important;
  }

  tr.visible-lg.visible-fhd {
    display: table-row !important;
  }

  th.visible-lg.visible-fhd,
  td.visible-lg.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-lg.visible-rt {
    display: block !important;
  }

  table.visible-lg.visible-rt {
    display: table !important;
  }

  tr.visible-lg.visible-rt {
    display: table-row !important;
  }

  th.visible-lg.visible-rt,
  td.visible-lg.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-lg.visible-rt15 {
    display: block !important;
  }

  table.visible-lg.visible-rt15 {
    display: table !important;
  }

  tr.visible-lg.visible-rt15 {
    display: table-row !important;
  }

  th.visible-lg.visible-rt15,
  td.visible-lg.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-lg.visible-uhd {
    display: block !important;
  }

  table.visible-lg.visible-uhd {
    display: table !important;
  }

  tr.visible-lg.visible-uhd {
    display: table-row !important;
  }

  th.visible-lg.visible-uhd,
  td.visible-lg.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-lg.visible-4k {
    display: block !important;
  }

  table.visible-lg.visible-4k {
    display: table !important;
  }

  tr.visible-lg.visible-4k {
    display: table-row !important;
  }

  th.visible-lg.visible-4k,
  td.visible-lg.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-lg.visible-8k {
    display: block !important;
  }

  table.visible-lg.visible-8k {
    display: table !important;
  }

  tr.visible-lg.visible-8k {
    display: table-row !important;
  }

  th.visible-lg.visible-8k,
  td.visible-lg.visible-8k {
    display: table-cell !important;
  }
}

.visible-xlg {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-xlg.visible-xs {
    display: block !important;
  }

  table.visible-xlg.visible-xs {
    display: table !important;
  }

  tr.visible-xlg.visible-xs {
    display: table-row !important;
  }

  th.visible-xlg.visible-xs,
  td.visible-xlg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-xlg.visible-sm {
    display: block !important;
  }

  table.visible-xlg.visible-sm {
    display: table !important;
  }

  tr.visible-xlg.visible-sm {
    display: table-row !important;
  }

  th.visible-xlg.visible-sm,
  td.visible-xlg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-xlg.visible-md {
    display: block !important;
  }

  table.visible-xlg.visible-md {
    display: table !important;
  }

  tr.visible-xlg.visible-md {
    display: table-row !important;
  }

  th.visible-xlg.visible-md,
  td.visible-xlg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-xlg.visible-lg {
    display: block !important;
  }

  table.visible-xlg.visible-lg {
    display: table !important;
  }

  tr.visible-xlg.visible-lg {
    display: table-row !important;
  }

  th.visible-xlg.visible-lg,
  td.visible-xlg.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-xlg {
    display: block !important;
  }

  table.visible-xlg {
    display: table !important;
  }

  tr.visible-xlg {
    display: table-row !important;
  }

  th.visible-xlg,
  td.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-xlg.visible-fhd {
    display: block !important;
  }

  table.visible-xlg.visible-fhd {
    display: table !important;
  }

  tr.visible-xlg.visible-fhd {
    display: table-row !important;
  }

  th.visible-xlg.visible-fhd,
  td.visible-xlg.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-xlg.visible-rt {
    display: block !important;
  }

  table.visible-xlg.visible-rt {
    display: table !important;
  }

  tr.visible-xlg.visible-rt {
    display: table-row !important;
  }

  th.visible-xlg.visible-rt,
  td.visible-xlg.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-xlg.visible-rt15 {
    display: block !important;
  }

  table.visible-xlg.visible-rt15 {
    display: table !important;
  }

  tr.visible-xlg.visible-rt15 {
    display: table-row !important;
  }

  th.visible-xlg.visible-rt15,
  td.visible-xlg.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-xlg.visible-uhd {
    display: block !important;
  }

  table.visible-xlg.visible-uhd {
    display: table !important;
  }

  tr.visible-xlg.visible-uhd {
    display: table-row !important;
  }

  th.visible-xlg.visible-uhd,
  td.visible-xlg.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-xlg.visible-4k {
    display: block !important;
  }

  table.visible-xlg.visible-4k {
    display: table !important;
  }

  tr.visible-xlg.visible-4k {
    display: table-row !important;
  }

  th.visible-xlg.visible-4k,
  td.visible-xlg.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-xlg.visible-8k {
    display: block !important;
  }

  table.visible-xlg.visible-8k {
    display: table !important;
  }

  tr.visible-xlg.visible-8k {
    display: table-row !important;
  }

  th.visible-xlg.visible-8k,
  td.visible-xlg.visible-8k {
    display: table-cell !important;
  }
}

.visible-fhd {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-fhd.visible-xs {
    display: block !important;
  }

  table.visible-fhd.visible-xs {
    display: table !important;
  }

  tr.visible-fhd.visible-xs {
    display: table-row !important;
  }

  th.visible-fhd.visible-xs,
  td.visible-fhd.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-fhd.visible-sm {
    display: block !important;
  }

  table.visible-fhd.visible-sm {
    display: table !important;
  }

  tr.visible-fhd.visible-sm {
    display: table-row !important;
  }

  th.visible-fhd.visible-sm,
  td.visible-fhd.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-fhd.visible-md {
    display: block !important;
  }

  table.visible-fhd.visible-md {
    display: table !important;
  }

  tr.visible-fhd.visible-md {
    display: table-row !important;
  }

  th.visible-fhd.visible-md,
  td.visible-fhd.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-fhd.visible-lg {
    display: block !important;
  }

  table.visible-fhd.visible-lg {
    display: table !important;
  }

  tr.visible-fhd.visible-lg {
    display: table-row !important;
  }

  th.visible-fhd.visible-lg,
  td.visible-fhd.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-fhd.visible-xlg {
    display: block !important;
  }

  table.visible-fhd.visible-xlg {
    display: table !important;
  }

  tr.visible-fhd.visible-xlg {
    display: table-row !important;
  }

  th.visible-fhd.visible-xlg,
  td.visible-fhd.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-fhd {
    display: block !important;
  }

  table.visible-fhd {
    display: table !important;
  }

  tr.visible-fhd {
    display: table-row !important;
  }

  th.visible-fhd,
  td.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-fhd.visible-rt {
    display: block !important;
  }

  table.visible-fhd.visible-rt {
    display: table !important;
  }

  tr.visible-fhd.visible-rt {
    display: table-row !important;
  }

  th.visible-fhd.visible-rt,
  td.visible-fhd.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-fhd.visible-rt15 {
    display: block !important;
  }

  table.visible-fhd.visible-rt15 {
    display: table !important;
  }

  tr.visible-fhd.visible-rt15 {
    display: table-row !important;
  }

  th.visible-fhd.visible-rt15,
  td.visible-fhd.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-fhd.visible-uhd {
    display: block !important;
  }

  table.visible-fhd.visible-uhd {
    display: table !important;
  }

  tr.visible-fhd.visible-uhd {
    display: table-row !important;
  }

  th.visible-fhd.visible-uhd,
  td.visible-fhd.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-fhd.visible-4k {
    display: block !important;
  }

  table.visible-fhd.visible-4k {
    display: table !important;
  }

  tr.visible-fhd.visible-4k {
    display: table-row !important;
  }

  th.visible-fhd.visible-4k,
  td.visible-fhd.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-fhd.visible-8k {
    display: block !important;
  }

  table.visible-fhd.visible-8k {
    display: table !important;
  }

  tr.visible-fhd.visible-8k {
    display: table-row !important;
  }

  th.visible-fhd.visible-8k,
  td.visible-fhd.visible-8k {
    display: table-cell !important;
  }
}

.visible-rt {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-rt.visible-xs {
    display: block !important;
  }

  table.visible-rt.visible-xs {
    display: table !important;
  }

  tr.visible-rt.visible-xs {
    display: table-row !important;
  }

  th.visible-rt.visible-xs,
  td.visible-rt.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-rt.visible-sm {
    display: block !important;
  }

  table.visible-rt.visible-sm {
    display: table !important;
  }

  tr.visible-rt.visible-sm {
    display: table-row !important;
  }

  th.visible-rt.visible-sm,
  td.visible-rt.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-rt.visible-md {
    display: block !important;
  }

  table.visible-rt.visible-md {
    display: table !important;
  }

  tr.visible-rt.visible-md {
    display: table-row !important;
  }

  th.visible-rt.visible-md,
  td.visible-rt.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-rt.visible-lg {
    display: block !important;
  }

  table.visible-rt.visible-lg {
    display: table !important;
  }

  tr.visible-rt.visible-lg {
    display: table-row !important;
  }

  th.visible-rt.visible-lg,
  td.visible-rt.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-rt.visible-xlg {
    display: block !important;
  }

  table.visible-rt.visible-xlg {
    display: table !important;
  }

  tr.visible-rt.visible-xlg {
    display: table-row !important;
  }

  th.visible-rt.visible-xlg,
  td.visible-rt.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-rt.visible-fhd {
    display: block !important;
  }

  table.visible-rt.visible-fhd {
    display: table !important;
  }

  tr.visible-rt.visible-fhd {
    display: table-row !important;
  }

  th.visible-rt.visible-fhd,
  td.visible-rt.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-rt {
    display: block !important;
  }

  table.visible-rt {
    display: table !important;
  }

  tr.visible-rt {
    display: table-row !important;
  }

  th.visible-rt,
  td.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt.visible-rt15 {
    display: block !important;
  }

  table.visible-rt.visible-rt15 {
    display: table !important;
  }

  tr.visible-rt.visible-rt15 {
    display: table-row !important;
  }

  th.visible-rt.visible-rt15,
  td.visible-rt.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-rt.visible-uhd {
    display: block !important;
  }

  table.visible-rt.visible-uhd {
    display: table !important;
  }

  tr.visible-rt.visible-uhd {
    display: table-row !important;
  }

  th.visible-rt.visible-uhd,
  td.visible-rt.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-rt.visible-4k {
    display: block !important;
  }

  table.visible-rt.visible-4k {
    display: table !important;
  }

  tr.visible-rt.visible-4k {
    display: table-row !important;
  }

  th.visible-rt.visible-4k,
  td.visible-rt.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-rt.visible-8k {
    display: block !important;
  }

  table.visible-rt.visible-8k {
    display: table !important;
  }

  tr.visible-rt.visible-8k {
    display: table-row !important;
  }

  th.visible-rt.visible-8k,
  td.visible-rt.visible-8k {
    display: table-cell !important;
  }
}

.visible-rt15 {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-rt15.visible-xs {
    display: block !important;
  }

  table.visible-rt15.visible-xs {
    display: table !important;
  }

  tr.visible-rt15.visible-xs {
    display: table-row !important;
  }

  th.visible-rt15.visible-xs,
  td.visible-rt15.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-rt15.visible-sm {
    display: block !important;
  }

  table.visible-rt15.visible-sm {
    display: table !important;
  }

  tr.visible-rt15.visible-sm {
    display: table-row !important;
  }

  th.visible-rt15.visible-sm,
  td.visible-rt15.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-rt15.visible-md {
    display: block !important;
  }

  table.visible-rt15.visible-md {
    display: table !important;
  }

  tr.visible-rt15.visible-md {
    display: table-row !important;
  }

  th.visible-rt15.visible-md,
  td.visible-rt15.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-rt15.visible-lg {
    display: block !important;
  }

  table.visible-rt15.visible-lg {
    display: table !important;
  }

  tr.visible-rt15.visible-lg {
    display: table-row !important;
  }

  th.visible-rt15.visible-lg,
  td.visible-rt15.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-rt15.visible-xlg {
    display: block !important;
  }

  table.visible-rt15.visible-xlg {
    display: table !important;
  }

  tr.visible-rt15.visible-xlg {
    display: table-row !important;
  }

  th.visible-rt15.visible-xlg,
  td.visible-rt15.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-rt15.visible-fhd {
    display: block !important;
  }

  table.visible-rt15.visible-fhd {
    display: table !important;
  }

  tr.visible-rt15.visible-fhd {
    display: table-row !important;
  }

  th.visible-rt15.visible-fhd,
  td.visible-rt15.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-rt15.visible-rt {
    display: block !important;
  }

  table.visible-rt15.visible-rt {
    display: table !important;
  }

  tr.visible-rt15.visible-rt {
    display: table-row !important;
  }

  th.visible-rt15.visible-rt,
  td.visible-rt15.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15 {
    display: block !important;
  }

  table.visible-rt15 {
    display: table !important;
  }

  tr.visible-rt15 {
    display: table-row !important;
  }

  th.visible-rt15,
  td.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-rt15.visible-uhd {
    display: block !important;
  }

  table.visible-rt15.visible-uhd {
    display: table !important;
  }

  tr.visible-rt15.visible-uhd {
    display: table-row !important;
  }

  th.visible-rt15.visible-uhd,
  td.visible-rt15.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-rt15.visible-4k {
    display: block !important;
  }

  table.visible-rt15.visible-4k {
    display: table !important;
  }

  tr.visible-rt15.visible-4k {
    display: table-row !important;
  }

  th.visible-rt15.visible-4k,
  td.visible-rt15.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-rt15.visible-8k {
    display: block !important;
  }

  table.visible-rt15.visible-8k {
    display: table !important;
  }

  tr.visible-rt15.visible-8k {
    display: table-row !important;
  }

  th.visible-rt15.visible-8k,
  td.visible-rt15.visible-8k {
    display: table-cell !important;
  }
}

.visible-uhd {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-uhd.visible-xs {
    display: block !important;
  }

  table.visible-uhd.visible-xs {
    display: table !important;
  }

  tr.visible-uhd.visible-xs {
    display: table-row !important;
  }

  th.visible-uhd.visible-xs,
  td.visible-uhd.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-uhd.visible-sm {
    display: block !important;
  }

  table.visible-uhd.visible-sm {
    display: table !important;
  }

  tr.visible-uhd.visible-sm {
    display: table-row !important;
  }

  th.visible-uhd.visible-sm,
  td.visible-uhd.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-uhd.visible-md {
    display: block !important;
  }

  table.visible-uhd.visible-md {
    display: table !important;
  }

  tr.visible-uhd.visible-md {
    display: table-row !important;
  }

  th.visible-uhd.visible-md,
  td.visible-uhd.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-uhd.visible-lg {
    display: block !important;
  }

  table.visible-uhd.visible-lg {
    display: table !important;
  }

  tr.visible-uhd.visible-lg {
    display: table-row !important;
  }

  th.visible-uhd.visible-lg,
  td.visible-uhd.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-uhd.visible-xlg {
    display: block !important;
  }

  table.visible-uhd.visible-xlg {
    display: table !important;
  }

  tr.visible-uhd.visible-xlg {
    display: table-row !important;
  }

  th.visible-uhd.visible-xlg,
  td.visible-uhd.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-uhd.visible-fhd {
    display: block !important;
  }

  table.visible-uhd.visible-fhd {
    display: table !important;
  }

  tr.visible-uhd.visible-fhd {
    display: table-row !important;
  }

  th.visible-uhd.visible-fhd,
  td.visible-uhd.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-uhd.visible-rt {
    display: block !important;
  }

  table.visible-uhd.visible-rt {
    display: table !important;
  }

  tr.visible-uhd.visible-rt {
    display: table-row !important;
  }

  th.visible-uhd.visible-rt,
  td.visible-uhd.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-uhd.visible-rt15 {
    display: block !important;
  }

  table.visible-uhd.visible-rt15 {
    display: table !important;
  }

  tr.visible-uhd.visible-rt15 {
    display: table-row !important;
  }

  th.visible-uhd.visible-rt15,
  td.visible-uhd.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-uhd {
    display: block !important;
  }

  table.visible-uhd {
    display: table !important;
  }

  tr.visible-uhd {
    display: table-row !important;
  }

  th.visible-uhd,
  td.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-uhd.visible-4k {
    display: block !important;
  }

  table.visible-uhd.visible-4k {
    display: table !important;
  }

  tr.visible-uhd.visible-4k {
    display: table-row !important;
  }

  th.visible-uhd.visible-4k,
  td.visible-uhd.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-uhd.visible-8k {
    display: block !important;
  }

  table.visible-uhd.visible-8k {
    display: table !important;
  }

  tr.visible-uhd.visible-8k {
    display: table-row !important;
  }

  th.visible-uhd.visible-8k,
  td.visible-uhd.visible-8k {
    display: table-cell !important;
  }
}

.visible-4k {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-4k.visible-xs {
    display: block !important;
  }

  table.visible-4k.visible-xs {
    display: table !important;
  }

  tr.visible-4k.visible-xs {
    display: table-row !important;
  }

  th.visible-4k.visible-xs,
  td.visible-4k.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-4k.visible-sm {
    display: block !important;
  }

  table.visible-4k.visible-sm {
    display: table !important;
  }

  tr.visible-4k.visible-sm {
    display: table-row !important;
  }

  th.visible-4k.visible-sm,
  td.visible-4k.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-4k.visible-md {
    display: block !important;
  }

  table.visible-4k.visible-md {
    display: table !important;
  }

  tr.visible-4k.visible-md {
    display: table-row !important;
  }

  th.visible-4k.visible-md,
  td.visible-4k.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-4k.visible-lg {
    display: block !important;
  }

  table.visible-4k.visible-lg {
    display: table !important;
  }

  tr.visible-4k.visible-lg {
    display: table-row !important;
  }

  th.visible-4k.visible-lg,
  td.visible-4k.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-4k.visible-xlg {
    display: block !important;
  }

  table.visible-4k.visible-xlg {
    display: table !important;
  }

  tr.visible-4k.visible-xlg {
    display: table-row !important;
  }

  th.visible-4k.visible-xlg,
  td.visible-4k.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-4k.visible-fhd {
    display: block !important;
  }

  table.visible-4k.visible-fhd {
    display: table !important;
  }

  tr.visible-4k.visible-fhd {
    display: table-row !important;
  }

  th.visible-4k.visible-fhd,
  td.visible-4k.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-4k.visible-rt {
    display: block !important;
  }

  table.visible-4k.visible-rt {
    display: table !important;
  }

  tr.visible-4k.visible-rt {
    display: table-row !important;
  }

  th.visible-4k.visible-rt,
  td.visible-4k.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-4k.visible-rt15 {
    display: block !important;
  }

  table.visible-4k.visible-rt15 {
    display: table !important;
  }

  tr.visible-4k.visible-rt15 {
    display: table-row !important;
  }

  th.visible-4k.visible-rt15,
  td.visible-4k.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-4k.visible-uhd {
    display: block !important;
  }

  table.visible-4k.visible-uhd {
    display: table !important;
  }

  tr.visible-4k.visible-uhd {
    display: table-row !important;
  }

  th.visible-4k.visible-uhd,
  td.visible-4k.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-4k {
    display: block !important;
  }

  table.visible-4k {
    display: table !important;
  }

  tr.visible-4k {
    display: table-row !important;
  }

  th.visible-4k,
  td.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-4k.visible-8k {
    display: block !important;
  }

  table.visible-4k.visible-8k {
    display: table !important;
  }

  tr.visible-4k.visible-8k {
    display: table-row !important;
  }

  th.visible-4k.visible-8k,
  td.visible-4k.visible-8k {
    display: table-cell !important;
  }
}

.visible-8k {
  display: none !important;
}

@media (max-width: 844px) {
  .visible-8k.visible-xs {
    display: block !important;
  }

  table.visible-8k.visible-xs {
    display: table !important;
  }

  tr.visible-8k.visible-xs {
    display: table-row !important;
  }

  th.visible-8k.visible-xs,
  td.visible-8k.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .visible-8k.visible-sm {
    display: block !important;
  }

  table.visible-8k.visible-sm {
    display: table !important;
  }

  tr.visible-8k.visible-sm {
    display: table-row !important;
  }

  th.visible-8k.visible-sm,
  td.visible-8k.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .visible-8k.visible-md {
    display: block !important;
  }

  table.visible-8k.visible-md {
    display: table !important;
  }

  tr.visible-8k.visible-md {
    display: table-row !important;
  }

  th.visible-8k.visible-md,
  td.visible-8k.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .visible-8k.visible-lg {
    display: block !important;
  }

  table.visible-8k.visible-lg {
    display: table !important;
  }

  tr.visible-8k.visible-lg {
    display: table-row !important;
  }

  th.visible-8k.visible-lg,
  td.visible-8k.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-8k.visible-xlg {
    display: block !important;
  }

  table.visible-8k.visible-xlg {
    display: table !important;
  }

  tr.visible-8k.visible-xlg {
    display: table-row !important;
  }

  th.visible-8k.visible-xlg,
  td.visible-8k.visible-xlg {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .visible-8k.visible-fhd {
    display: block !important;
  }

  table.visible-8k.visible-fhd {
    display: table !important;
  }

  tr.visible-8k.visible-fhd {
    display: table-row !important;
  }

  th.visible-8k.visible-fhd,
  td.visible-8k.visible-fhd {
    display: table-cell !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .visible-8k.visible-rt {
    display: block !important;
  }

  table.visible-8k.visible-rt {
    display: table !important;
  }

  tr.visible-8k.visible-rt {
    display: table-row !important;
  }

  th.visible-8k.visible-rt,
  td.visible-8k.visible-rt {
    display: table-cell !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-8k.visible-rt15 {
    display: block !important;
  }

  table.visible-8k.visible-rt15 {
    display: table !important;
  }

  tr.visible-8k.visible-rt15 {
    display: table-row !important;
  }

  th.visible-8k.visible-rt15,
  td.visible-8k.visible-rt15 {
    display: table-cell !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-8k.visible-uhd {
    display: block !important;
  }

  table.visible-8k.visible-uhd {
    display: table !important;
  }

  tr.visible-8k.visible-uhd {
    display: table-row !important;
  }

  th.visible-8k.visible-uhd,
  td.visible-8k.visible-uhd {
    display: table-cell !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-8k.visible-4k {
    display: block !important;
  }

  table.visible-8k.visible-4k {
    display: table !important;
  }

  tr.visible-8k.visible-4k {
    display: table-row !important;
  }

  th.visible-8k.visible-4k,
  td.visible-8k.visible-4k {
    display: table-cell !important;
  }
}

@media (min-width: 8192px) {
  .visible-8k {
    display: block !important;
  }

  table.visible-8k {
    display: table !important;
  }

  tr.visible-8k {
    display: table-row !important;
  }

  th.visible-8k,
  td.visible-8k {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-xs.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-xs.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-xs.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-xs.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-xs.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-xs.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-xs.hidden-8k {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-sm.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-sm.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-sm.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-sm.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-sm.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-sm.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-sm.hidden-8k {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-md.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-md.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-md.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-md.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-md.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-md.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-md.hidden-8k {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-lg.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-lg.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-lg.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-lg.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-lg.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-lg.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-lg.hidden-8k {
    display: none !important;
  }
}

.hidden-xlg {
  display: block !important;
}

table.hidden-xlg {
  display: table !important;
}

tr.hidden-xlg {
  display: table-row !important;
}

th.hidden-xlg,
td.hidden-xlg {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-xlg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-xlg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-xlg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-xlg.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-xlg.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-xlg.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-xlg.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-xlg.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-xlg.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-xlg.hidden-8k {
    display: none !important;
  }
}

.hidden-fhd {
  display: block !important;
}

table.hidden-fhd {
  display: table !important;
}

tr.hidden-fhd {
  display: table-row !important;
}

th.hidden-fhd,
td.hidden-fhd {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-fhd.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-fhd.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-fhd.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-fhd.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-fhd.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-fhd.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-fhd.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-fhd.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-fhd.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-fhd.hidden-8k {
    display: none !important;
  }
}

.hidden-rt {
  display: block !important;
}

table.hidden-rt {
  display: table !important;
}

tr.hidden-rt {
  display: table-row !important;
}

th.hidden-rt,
td.hidden-rt {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-rt.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-rt.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-rt.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-rt.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-rt.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-rt.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-rt.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-rt.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-rt.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-rt.hidden-8k {
    display: none !important;
  }
}

.hidden-rt15 {
  display: block !important;
}

table.hidden-rt15 {
  display: table !important;
}

tr.hidden-rt15 {
  display: table-row !important;
}

th.hidden-rt15,
td.hidden-rt15 {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-rt15.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-rt15.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-rt15.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-rt15.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-rt15.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-rt15.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-rt15.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-rt15.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-rt15.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-rt15.hidden-8k {
    display: none !important;
  }
}

.hidden-uhd {
  display: block !important;
}

table.hidden-uhd {
  display: table !important;
}

tr.hidden-uhd {
  display: table-row !important;
}

th.hidden-uhd,
td.hidden-uhd {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-uhd.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-uhd.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-uhd.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-uhd.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-uhd.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-uhd.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-uhd.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-uhd.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-uhd.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-uhd.hidden-8k {
    display: none !important;
  }
}

.hidden-4k {
  display: block !important;
}

table.hidden-4k {
  display: table !important;
}

tr.hidden-4k {
  display: table-row !important;
}

th.hidden-4k,
td.hidden-4k {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-4k.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-4k.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-4k.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-4k.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-4k.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-4k.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-4k.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-4k.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-4k.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-4k.hidden-8k {
    display: none !important;
  }
}

.hidden-8k {
  display: block !important;
}

table.hidden-8k {
  display: table !important;
}

tr.hidden-8k {
  display: table-row !important;
}

th.hidden-8k,
td.hidden-8k {
  display: table-cell !important;
}

@media (max-width: 844px) {
  .hidden-8k.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 845px) and (max-width: 1159px) {
  .hidden-8k.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1369px) {
  .hidden-8k.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1370px) and (max-width: 1459px) {
  .hidden-8k.hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-8k.hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 1459px) {
  .hidden-8k.hidden-fhd {
    display: none !important;
  }
}

@media (min-width: 1460px) and (max-width: 2879px) {
  .hidden-8k.hidden-rt {
    display: none !important;
  }
}

@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-8k.hidden-rt15 {
    display: none !important;
  }
}

@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-8k.hidden-uhd {
    display: none !important;
  }
}

@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-8k.hidden-4k {
    display: none !important;
  }
}

@media (min-width: 8192px) {
  .hidden-8k {
    display: none !important;
  }
}

@font-face {
  font-family: 'laGrandeCave';
  src: url('../fonts/laGrandeCave.eot?j2oijo');
  src: url('../fonts/laGrandeCave.eot?j2oijo#iefix') format('embedded-opentype'), url('../fonts/laGrandeCave.ttf?j2oijo') format('truetype'), url('../fonts/laGrandeCave.woff?j2oijo') format('woff'), url('../fonts/laGrandeCave.svg?j2oijo#laGrandeCave') format('svg');
  font-weight: normal;
  font-style: normal;   
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'laGrandeCave' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-espace_club:before {
  content: "\e917";
}

.icon-stock:before {
  content: "\e918";
}

.icon-arrow_breadcrumb:before {
  content: "\e913";
}

.icon-panier:before {
  content: "\e911";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-pinterest:before {
  content: "\e906";
}

.icon-cadenas:before {
  content: "\e907";
}

.icon-mobile:before {
  content: "\e908";
}

.icon-lgc_logo:before {
  content: "\e909";
}

.icon-noeud:before {
  content: "\e90a";
}

.icon-camion:before {
  content: "\e90b";
}

.icon-filtre:before {
  content: "\e90c";
}

.icon-coeur:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e90e";
}

.icon-mail:before {
  content: "\e90f";
}

.icon-imprimante:before {
  content: "\e910";
}

.icon-play:before {
  content: "\e912";
}

.icon-calendrier:before {
  content: "\e914";
}

.icon-repondre:before {
  content: "\e915";
}

.icon-galerie:before {
  content: "\e900";
}

.icon-ok:before {
  content: "\e901";
}

.icon-casier:before {
  content: "\e916";
}

.icon-arrow_mobile:before {
  content: "\e902";
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  /*display: block;
		width: 100%;*/
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.owl-theme .owl-nav {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 50%;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0%;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.carousel .item {
  height: 600px;
}

.carousel img {
  left: 0;
  min-height: auto;
  min-width: 100%;
  position: absolute;
  top: 0;
}

.carousel-inner>.item {
  -webkit-transition: 2s ease-in-out left;
  transition: 2s ease-in-out left;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

#carouselButtons {
  bottom: 0px;
  text-align: center;
}

.BtnPlay {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

/* CHECKBOXES */
.checkbox {
  padding-left: 20px;
}

.checkbox label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -20px;
  content: '';
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.checkbox label::after {
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -20px;
  padding-top: 1px;
  padding-left: 3px;
  color: #555;
}

.checkbox input[type='checkbox'] {
  z-index: 1;
  opacity: 0;
}

.checkbox input[type='checkbox']:disabled+label::before {
  cursor: not-allowed;
  background-color: #eee;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.checkbox.checkbox-circle label::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.checkbox-info input[type='checkbox']:checked+label::before {
  border-color: #000;
  background-color: #000;
}

.checkbox-info input[type='checkbox']:checked+label::after {
  color: #fff;
}

input[type='checkbox'].styled:checked+label:after {
  font-family: 'laGrandeCave';
  content: "\e901";
}

.disclaimer {
  text-align: center;
  font-size: 10px;
}

.select2-container {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-right: 32px;
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 0;
  border: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  position: absolute;
  z-index: 1051;
  left: -100000px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
}

.select2-results {
  display: block;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: bold;
  float: right;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  float: left;
  margin-top: 5px;
  color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-weight: bold;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  cursor: default;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-weight: bold;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  border: none;
  outline: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #5897fb;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic .select2-selection--single {
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eee));
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: #444;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  font-weight: bold;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  border: none;
  background: transparent;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  cursor: text;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-color: white;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  cursor: default;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  font-weight: bold;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  color: #888;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  border: 1px solid transparent;
  background-color: white;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #3875d7;
}

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
/****** Single Less *******/
.select2-container--flat .select2-selection--single {
  background: #f2ebe3;
  border: 0px;
  height: 34px;
}

.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 34px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: transparent #000 #000 transparent;
  top: 60%;
  border-style: solid;
  border-width: 1px;
  height: 0;
  right: 0.75em;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: .75em;
  height: .75em;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/****** Multiple Less *******/
.select2-container--flat .select2-selection--multiple {
  border: 1px solid #f2ebe3;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #f2ebe3;
  cursor: pointer;
}

.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  color: #fff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 3px 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
  color: #f2ebe3;
  margin-right: 6px;
  margin-left: 6px;
  float: right;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #ffffff;
}

.select2-container--flat {
  font-size: 12px;
  font-weight: 600;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #f2ebe3;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #f2ebe3 !important;
  color: #000000;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #f2ebe3;
  color: #000000;
  opacity: 0.8;
}

.select2-container--flat .select2-selection--single {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.select2-container--flat .select2-dropdown {
  border-color: #f2ebe3;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
}

.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: 2px solid #f2ebe3;
  height: 36px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  text-indent: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.select2-container .select2-choice div {
  border-left: 2px solid #f2ebe3;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.select2-container *:focus {
  outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #f2ebe3;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #f2ebe3;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #f2ebe3;
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}

.select2-search input {
  height: 26px;
  border: 2px solid #000000;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #f2ebe3;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-results .select2-highlighted {
  background: #f2ebe3;
  color: #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #f2ebe3;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #f2ebe3;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
/****** Single Less *******/
.select2-container--clear .select2-selection--single {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  height: 34px;
}

.select2-container--clear .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 34px;
}

.select2-container--clear .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--clear .select2-selection--single .select2-selection__arrow b {
  border-color: transparent #000 #000 transparent;
  top: 60%;
  border-style: solid;
  border-width: 1px;
  height: 0;
  right: 0.75em;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: .75em;
  height: .75em;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.select2-container--clear .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.select2-container--clear .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/****** Multiple Less *******/
.select2-container--clear .select2-selection--multiple {
  border: 1px solid #E6E6E6;
}

.select2-container--clear .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #E6E6E6;
  cursor: pointer;
}

.select2-container--clear .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--clear .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  color: #fff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 3px 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.select2-container--clear .select2-selection--multiple .select2-selection__choice__remove {
  color: #E6E6E6;
  margin-right: 6px;
  margin-left: 6px;
  float: right;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #ffffff;
}

.select2-container--clear {
  font-size: 12px;
  font-weight: 600;
}

.select2-container--clear .select2-container--focus .select2-selection--multiple {
  border: 1px solid #E6E6E6;
}

.select2-container--clear .select2-results__option--highlighted[aria-selected] {
  background: #E6E6E6 !important;
  color: #000000;
}

.select2-container--clear .select2-results__option[aria-selected=true] {
  background: #E6E6E6;
  color: #000000;
  opacity: 0.8;
}

.select2-container--clear .select2-selection--single {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.select2-container--clear .select2-dropdown {
  border-color: #E6E6E6;
}

.select2-container--clear.select2-container--open .select2-selection__arrow b {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
}

.select2-container--clear span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: 2px solid #E6E6E6;
  height: 36px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  text-indent: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.select2-container .select2-choice div {
  border-left: 2px solid #E6E6E6;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.select2-container *:focus {
  outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #E6E6E6;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #E6E6E6;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #E6E6E6;
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}

.select2-search input {
  height: 26px;
  border: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #E6E6E6;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-results .select2-highlighted {
  background: #E6E6E6;
  color: #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #E6E6E6;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #E6E6E6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/*# sourceMappingURL=app.css.map */



@media (min-width: 845px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.pastilles .note_etoiles {
  color: black;
}


.note_etoiles {
  color: black;
}

.note_etoiles {
  display: flex;
}

.contactepuise {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 20px;
}

.contactepuise:hover {
  transition: all ease 0.35s;
  background-color: #000000;
  border: solid 1px #000000;
  color: #ffffff;
}

.contactepuise:focus {
  text-decoration: none;
}

.M_C_titre img {
  width: 65px;
}

#modal_newsletter {
  background-color: #f2ebe3;
  text-align: center;
}

#modal_newsletter span {
  font-size: 30px;
}

.modal_newsletter_texte {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

#modal_newsletter p {
  margin: 0;
}

#modal_newsletter img {
  width: 35px;
  object-fit: contain;
}

.wp-switch {
  display: none;
}



/* */
/* MODAL AJOUT PANIER */
/* */

#modal-top {
  display: flex;
  align-items: align-top;
  justify-content: space-between;
  padding-top: 5px;
  margin-bottom: 15px;
}

.addProduct-modal {
  padding: 0 20px 20px;
}

.addProduct-modal h4 {
  font-size: 22px;
}

.addProduct-modal .ligne-titre {
  text-transform: uppercase;
  color: #8b8b8b;
  font-weight: 600;
  font-size: 14px;
}

.addProduct-modal .ligne-titre strong {
  font-weight: bold;
  color: #000;
}

.addProduct-modal .ligne-produit {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 15px 0px;
  margin: 15px 0px;
  height: auto;
}

.addProduct-modal img {
  height: 109px;
  margin: 0 auto;
}

.addProduct-modal small {
  font-size: 12px;
}

.addProduct-modal button {
  height: 46px !important;
}

.addProduct-modal .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.addProduct-modal .buttons div {
  width: 400px;
  padding: 5px 20px;
  min-width: 250px;
}

.addProduct-modal .mobileDisplay {
  margin: 10px 0;
  font-weight: bold;
}

.addProduct-modal .mobileDisplay small:nth-child(1) {
  font-size: 16px;
}

.modal-mobile-quantity {
  text-align: center;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  max-height: 100%;
}


@media (max-width: 844px) {
  .pastilleRemise {
    padding: 17px 4px !important;
  }

  #addCartPost button.btn_icon {
    font-size: 19px;
  }

  .ctaAddProduct {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .bouteille_liste .add-btn.btn-primary {
    width: 100%;
    padding: 7px 10px;
    font-size: 12px;
  }

  .select2-container--flat {
    width: 69px !important;
  }

  .pastilles .note_etoiles {
    margin-left: 0 !important;
  }

  .row.bouteilles_rangee div .promo {
    margin-left: 0;
    margin-right: 0;
  }
}


/* */
/* FIN MODAL AJOUT PANIER */
/* */



/* */
/* PANIER */
/* */

.roundButton {
  text-decoration: none;
  border: 1px solid #7f7f7f;
  width: max-content;
  padding: 5px 20px;
  border-radius: 50px;
  color: #7f7f7f;
  transition: all ease 0.35s;
}

.roundButton:hover {
  cursor: pointer;
  background-color: #d3bda0;
  border: 1px solid #d3bda0;
  color: #fff !important;
}

.ligne_produit_price strong {
  color: #000000;
  font-size: 16px;
}

.ligne_produit_price small {
  color: #7f7f7f;
  font-size: 14px !important;
}

.deleteItem {
  width: 25px;
  height: 25px;
  transition: all ease 0.35s;
}

.deleteItem path {
  transition: all ease 0.35s;
}

.deleteItem:hover {
  cursor: pointer;
}

.deleteItem:hover path {
  fill: #d3bda0;
}

.total_bloc * {
  font-size: 16px;
}

.total_bloc small {
  font-size: 12px;
}

.panier_totalTVA {
  color: #7f7f7f;
  font-size: 12px !important;
}

.panier_show-more:hover {   
    cursor: pointer;
}

.panier_livOff {
  color: #3f9a2e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.cart_arrow {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}

#displayMoreCodes {
  transition: all ease 0.35s;
  display: flex;
  align-items: center;
}

#displayMoreCodes:hover {
  cursor: pointer;
  text-decoration: none;
  color: #d3bda0;
  fill: #d3bda0;
}

.tunnel_panier .points_fidelite {
  color: #d3bca1;
  padding: 20px;
  display: flex;
}

.tunnel_panier .points_fidelite img {
  object-fit: contain;
}

.tunnel_panier .points_fidelite span {
  padding: 5px;
}



/* ---- EVENEMENT SPECIAL ---- */

.evenement_special_rayon {
    display: flex;
    flex-wrap: wrap;
    background-color: #000000;
    justify-content: center;
    margin-bottom: 15px;
}

.evenement_special {
    background-color: #000000;
    margin-bottom: 25px;
    text-align: center;
    padding: 10px !important;
}

.evenement_special > small {
    color: #a9a9a9;
    font-size: 12px;
}

.evenement_special * {
    color: white;
}
.evenement_special_ligne {
    display: flex;
    flex-wrap: wrap;
}

.evenement_special_ligne b {
    font-size: 25px;
}
.evenement_special_ligne p {
    flex-basis: 100%;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 1.25;
    margin: 0;
}

.evenement_special_ligne span{
    color: white;
}

.evenement_special_ligne img {
    height: 45px;
}
.evenement_special_remise {
    font-size: 35px !important;
}

.evenement_special_countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #000000;
    padding: 0 !important;
}

.evenement_special_countdown * {
    color: #fff;
}

.evenement_special_countdown > * {
    margin: 0 10px;
}

.evenement_special_countdown h3 {
  margin: 0;
  text-align: center;
  font-size: 20px;
}

.evenement_special_rayon img {
  min-width: 450px;
  flex-basis: 50%;
  flex-grow: 1;
  object-fit: contain;
}

#evenementSpecialCountDown {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.evenement_special_countdown article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.evenement_special_countdown article img {
  width: 60px;
  object-fit: contain;
}

.evenement_special_countdown article div {
  display: flex;
  align-items: center;
}

.evenement_special_countdown>div {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0 10px;
}

.evenement_special_palier p {
  flex-basis: 100%;
  text-align: center;
}

.evenement_special_countdown small {
  text-align: right;
  width: 100%;
  font-size: 12px;
  color: #c1c1c1;
}

.evenement_special_primeur {
  background-color: #DB4646;
  padding: 5px;
}

@media screen and (max-width: 450px) {
    .evenement_special_rayon img {
        min-width: inherit;
    }
    .evenement_special_rayon p {
        font-size: 18px;
    }
    .evenement_specila_rayon > div img {
        width: 35px !important;
        height: 35px !important;
    }

    .evenement_special_countdown h3{
        font-size: 16px !important;
    }

    .evenement_special_countdown div img {
        width: 40px !important;
    }

    .evenement_special_countdown p {
        font-size: 16px !important;
    }
}
/* ---- EVENEMENT SPECIAL FIN ---- */

.zero_stock {
    text-align: center;
    font-family: 'Merriweather', Georgia;
    font-size: 27px;
    font-weight: 300;
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 1em;
}

.zero_stock a {
    color: #a4845f;
    text-decoration: underline;
}
.sticky-add {
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100vw;
    z-index: 15;
}
.sticky-add__promos {
    align-items: center;
    color: #a4845f;
    display: flex;
    flex-basis: 100%;
    justify-content: space-around;
    text-align: center;
}
.sticky-add__promos div {
    margin-bottom: 2px;
}
.sticky-add__conditionnements {
    align-items: center;
    display:flex;
    flex-basis: 100%;
    justify-content: space-around;
    margin-bottom: 10px;
    text-align: center;
}
.sticky-add svg {
    height: 15px;
    width: 15px;
}
.sticky-add__strong {
    font-size: 24px;
    font-weight: bold;
}
.sticky-add__strong span {
    font-size: 12px;
}
.sticky-add__promos p {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
    margin: 0;
}
.sticky-add__infos {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sticky-add__infos > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}
.sticky-add select, .sticky-add .select2-container {
    min-width: inherit;
}
.sticky-add__quantity {
    display: flex;
    flex-direction: row;
}
.sticky-add__quantity p {
    color: #a4845f;
    font-size: 14px;
    margin: 0 5px 0 0;
}
.sticky-add__quantity > span{
    min-width: 75px;
    width: fit-content !important;
}
.sticky-add__main-price {
    font-size: 16px;
}
.sticky-add__price {
    flex-direction: column;
    height: 44px;
    line-height: 1.1;
    padding: 0 !important;
}
.sticky-add__price > div {
    align-items: center;
    display: flex;
}
.sticky-add .priceBySelect p, .sticky-add .priceBySelect span {
    font-size: 11px;
    letter-spacing: -0.5px;
}
.sticky-add button {
    align-items: center;
    display: flex;
    font-size: 16px !important;
    margin: 0;
    padding: 11px 10px !important;
    width: fit-content;
}

.sticky-add button span {
    line-height: 1;
}

#previewOldPriceLeft{
    font-size: 16px;
}
.sticky-add--desktop {
    display: initial;
    font-size: 14px !important;
    margin-right: 5px;
    vertical-align: baseline !important;
}
.sticky-add--mobile {
    display: none;
}
#previewPriceLeft {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 350px) {
    .sticky-add__main-price span, .sticky-add__main-price sup, .sticky-add__second-price span, .sticky-add__second-price sup {
        font-size: 10px !important;
    }
    #previewPriceLeft {
        font-size: 18px !important;
    }
    #previewOldPriceLeft {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 400px) {
    .sticky-add--desktop {
        display: none;
    }
    .sticky-add--mobile {
        display: initial;
        font-size: 14px !important;
        margin-right: 5px;
        vertical-align: baseline !important;
    }
    .sticky-add__infos .btn {
        font-size: 12px;
        padding: 12px;
    }
}
.ficheImprimable_content {
    border: 1px solid #eaeaea;
    max-width: 1100px;
    max-height: 1557px;
    overflow: hidden;
    margin: auto;
}

.head_logo {
  background: #d3bca2;
  text-align: center;
  padding: 7px;
}

.header-produit .fiche_logo {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
}

.header-produit .fiche_logo img {
  max-width: 100%;
  max-height: 100%;
}

.fiche_titre {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
}

.fiche_millesime {
  font-size: 18px;
  margin-top: 30px;
}

.fiche_classement {
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.fiche_citation {
  font-size: 20px;
  font-weight: 600;
  font-family: 'merriweather_light';
  width: 80%;
  margin: auto;
  position: relative;
}

.fiche_citation hr.stroke {
  border-top: 1px solid #000000;
  width: 20%;
  margin: auto;
  padding: 10px 0 40px 0;
}

.fiche_citation::before {
  content: '';
  background: url("../img/pictos/teaser_quote1.png") no-repeat center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 26px;
  left: 0;
}

.fiche_citation::after {
  content: '';
  background: url("../img/pictos/teaser_quote2.png") no-repeat center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -23px;
  right: 0;
}

/* Descriptif */
.description {
  font-size: 14px;
  font-size: 12px;
}

.description_courte {
  font-weight: bold;
  padding-bottom: 1em;
}

.prix_livrable {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #672121;
}

.blocprix {
  position: relative;
  min-height: 72px;
  border-bottom: 2px solid #000000;
  margin-top: 2em;
}

.blocprix .prix_produit {
  line-height: 0.9em;
  font-size: 40px;
  bottom: 0;
  left: 5px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 0.4em;
  width: 100%;
}

.fiche_link p {
    background: #ffffff;
}

/* Descriptif */

.description {
    font-size: 14px;
    font-size: 12px;
}

.description_courte {
    font-weight: bold;
    padding-bottom: 1em;
}

.prix_livrable {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #672121;
}

.bloc_promo {
    background: #0D2446;
    padding: 16px 10px 10px 10px;
    color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.bloc_promo>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.bloc_promo img {
    width: 40px;
    object-fit: contain;
}


.bloc_promo_palier {
    background-color: #13583f !important;
}

.bloc_promo_flash {
    background-color: #680909 !important;
}

.bloc_promo_speciale {
    background-color: #E6B40D !important;
}

/* Detail technique*/

.produit_details .btn-link {
    text-transform: uppercase;
    color: #000000;
}

.btn-description {
    font-size: 14px;
    text-decoration: underline;
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}

.btn-description:focus, .btn-description.focus {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-description:hover {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-description:active, .btn-description.active, .open>.dropdown-toggle.btn-description {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-description:active:hover, .btn-description.active:hover, .open>.dropdown-toggle.btn-description:hover, .btn-description:active:focus, .btn-description.active:focus, .open>.dropdown-toggle.btn-description:focus, .btn-description:active.focus, .btn-description.active.focus, .open>.dropdown-toggle.btn-description.focus {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-description:active, .btn-description.active, .open>.dropdown-toggle.btn-description {
    background-image: none;
}

.btn-description.disabled:hover, .btn-description[disabled]:hover, fieldset[disabled] .btn-description:hover, .btn-description.disabled:focus, .btn-description[disabled]:focus, fieldset[disabled] .btn-description:focus, .btn-description.disabled.focus, .btn-description[disabled].focus, fieldset[disabled] .btn-description.focus {
    background-color: transparent;
    border-color: transparent;
}

.btn-description .badge {
    color: transparent;
    background-color: #000000;
}

.btn-details {
    font-weight: 600;
    position: relative;
    padding: 6px 0;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}

.btn-details:focus, .btn-details.focus {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-details:hover {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-details:active, .btn-details.active, .open>.dropdown-toggle.btn-details {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-details:active:hover, .btn-details.active:hover, .open>.dropdown-toggle.btn-details:hover, .btn-details:active:focus, .btn-details.active:focus, .open>.dropdown-toggle.btn-details:focus, .btn-details:active.focus, .btn-details.active.focus, .open>.dropdown-toggle.btn-details.focus {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-details:active, .btn-details.active, .open>.dropdown-toggle.btn-details {
    background-image: none;
}

.btn-details.disabled:hover, .btn-details[disabled]:hover, fieldset[disabled] .btn-details:hover, .btn-details.disabled:focus, .btn-details[disabled]:focus, fieldset[disabled] .btn-details:focus, .btn-details.disabled.focus, .btn-details[disabled].focus, fieldset[disabled] .btn-details.focus {
    background-color: transparent;
    border-color: transparent;
}

.btn-details .badge {
    color: transparent;
    background-color: #000000;
}

.btn-details::after, .btn-details::before {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 1em;
    height: 1px;
    content: '';
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #000000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-details.collapsed::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-orgine: center center;
}

.produit_details .table, .btn-details {
    font-size: .75em;
    margin-bottom: 0;
}

.conciergerie {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.05em;
    font-weight: 300;
    line-height: 21px;
}

.conciergerie strong {
    font-weight: 400;
    color: #9f7a16;
}

.conciergerie strong span[class^='icon'] {
    font-size: 1.25em;
}

/*ICONS*/

.partage a.btn-link {
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.partage a.btn-link:hover {
    text-decoration: none;
    color: #d3bca1;
}

.partage .pull-right a {
    margin-left: 5px;
}

/*  */

.assurance {
    font-size: 12px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
}

/* MEDIAS */

.medias {
    margin-top: 2em;
}

.medias .nav_miniatures {
    margin-top: 2em;
}

.medias .nav_miniatures a:hover, .medias .nav_miniatures a:focus, .medias .nav_miniatures a:visited {
    text-decoration: none;
}

.medias .thumbnail {
    width: 104px;
    height: 120px;
    display: inline-block;
}

.medias .thumbnail:hover {
    opacity: 0.5;
}

.medias .miniatures .thumbnail {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}

.medias .owl-carousel.galerie_produits {
    position: relative;
}

.medias .owl-carousel.galerie_produits .owl-nav {
    top: 117%;
    left: 5%;
    right: 5%;
}

.medias .owl-carousel.galerie_produits .owl-nav .owl-prev, .medias .owl-carousel.galerie_produits .owl-nav .owl-next {
    color: #000000;
    font-size: 25px;
}

.medias #zoom_bouteille .modal-content {
    margin: auto;
    text-align: center;
    width: 50%;
}

.medias #zoom_bouteille .modal-content img {
    width: 50%;
}

.medias #zoom_bouteille .modal-header .close {
    margin-top: -16px;
}

.medias #zoom_bouteille .modal-header .close span {
    font-size: 42px;
}

.medias #zoom_vignette .modal-header .close {
    margin-top: -16px;
}

.medias #zoom_vignette .modal-header .close span {
    font-size: 42px;
}

.medias #zoom_vignette .modal-body {
    text-align: center;
}

.medias #zoom_vignette .modal-content {
    width: 70%;
    margin: auto;
}

.medias .cible {
    position: relative;
}

.medias .cible img {
    position: relative;
    z-index: 2;
}

.medias .cible::after {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 104%;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url('/css/template/fiche_bouteille_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.medias .note {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: 1em;
}

.medias .note-nom {
    font-weight: 700;
}

.medias .note-valeur {
    font-size: 44px;
    font-weight: 700;
}

.medias .note-plage {
    font-weight: 400;
}

.medias .galerie_produits {
    position: relative;
}

.medias .btl-mobile {
    position: relative;
}

/*CAROUSEL*/

.carousel-proprietes {
    background-color: #ffffff;
}

#owl-proprietes {
    margin: 30px 0px;
}

#owl-proprietes .lien_carousel {
    position: relative;
    display: block;
    height: 120px;
}

#owl-proprietes .lien_carousel img.owl-lazy {
    position: absolute;
    width: 100%;
    max-width: 90%;
    height: auto;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#owl-proprietes .lien_carousel img.owl-lazy:hover {
    max-width: 100%;
}

.suggestion h2.capital {
    margin-bottom: 40px;
}

.suggestion .vin_sugg {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.suggestion .prix_vin {
    font-size: 16px;
    display: inline-block;
    color: #a4845f;
    margin-top: 10px;
    margin-bottom: -20px;
}

.suggestion img {
    max-width: 60px;
}

.suggestion .prix_ttc {
    font-size: 11px;
    display: inline-block;
    color: #747474;
    margin-bottom: 10px;
}

/* RANDOM */

.autre_vin {
    padding-top: 20px;
}

#modalConciergerie .close span {
    font-size: 30px;
    font-weight: 100;
}

#modalConciergerie .modal-content {
    background: #e1d5b6;
    background: -webkit-linear-gradient(45deg, #e1d5b6 0%, #ffffff 100%);
    background: linear-gradient(45deg, #e1d5b6 0%, #ffffff 100%);
}

#modalConciergerie .modal-content .M_C_titre {
    text-align: center;
    font-weight: 300;
}

#modalConciergerie .modal-content .M_C_titre span {
    padding-left: 20px;
    font-size: 54px;
    color: #a4845f;
    vertical-align: middle;
}

#modalConciergerie .modal-content .M_C_titre p {
    font-size: 76px;
    margin-top: -20px;
}

#modalConciergerie .modal-content input {
    text-align: left;
    border: none;
    border-bottom: solid 1px #747474;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 35px;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0);
}

#modalConciergerie .modal-content .conciergerie_valider {
    max-width: 130px;
    background-color: black;
    margin: auto;
}

.medaille, .pictos {
    position: absolute;
    z-index: 2;
    left: 60%;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.format-mea {
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    left: 0;
    width: 75px;
    opacity: 1;
}

.medaille {
    bottom: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.medailleFiche {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.pictos {
    top: 15%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pictosFiche {
    width: 98px;
}

.galerie .medaille, .galerie .pictos {
    opacity: 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.pastilleRemise {
    float: right;
    background-size: cover;
    padding: 8px 4px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    width: 54px;
    text-align: center;
}

panierdisabled:hover {
    content: 'Indispo';
}

.bloc_promo a {
    color: white;
}

/* RESPONSIVE */

@media screen and (min-width: 845px) and (max-width: 1159px) {
    .medias .miniatures .thumbnail {
        margin-top: 22px;
    }
}

/* REPONSIVE FIN */

/* ---- MODAL V2 ---- */
.f-modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: flex;
    justify-content: center;
    z-index: 1050;
}
.f-modal-info {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    width: calc(100% - 60px);
    height: fit-content;
    max-width: 864px;
    padding: 0 20px 20px;
    margin: 30px;
    z-index: 1060;
}
.f-modal-info article {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.f-modal-info article section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.f-modal-info article section img{
    height: 109px;
    object-fit: contain;
    margin: 0 20px;
}
.f-modal-info article section div{
    text-align: left;
}
.f-modal-info article section strong{
    font-size: 16px;
    width: 100%;
}
.f-modal-info article section p{
    font-size: 12px;
    color: #333333;
    margin-top: 5px;
}
.f-modal-info article p {
    margin: 0;
    font-size: 16px;
}
.f-modal-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px !important;
}
.f-modal-top h4{
    font-size: 22px;
    text-transform: uppercase;
}
.f-modal-background {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
}
.f-modal-buttons {
    display: flex;
    justify-content: center;
}
.f-modal-buttons a{
    width: fit-content;
}
.f-modal-close {
    position: absolute !important;
    top: 18px;
    right: 18px;
}
/* ---- MODAL V2 FIN ---- */


/* ---- FOOTER ---- */

.footer-icons {
    display: flex !important;
    padding: 0 5px 0 !important;
    justify-content: center;
}
.footer-icons img {
    height: 20px;
    object-fit: contain; 
    margin: 2px;
}

/* ---- FOOTER FIN ---- */

/* ---- PASTILLES PROMO ---- */
.pastille-promo-bloc {
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pastille-promo__ctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pastille-promo__ctn strong {
    font-size: 16px;
    line-height: 1;
}
.pastille-promo__infos, .pastille-promo__reduc {
    line-height: normal;
    text-align: center;
}
.pastille-promo__infos {
    font-size: 9px;
}
.pastille-promo__reduc {
    background-color: transparent !important;
    flex-basis: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.pastille-promo__reduc--small {
    font-size: 18px;
    font-weight: bold;
}
.pastille-promo__reduc--medium {
    font-size: 15px;
}
.pastille-promo__infos--sup {
    font-size: 10px;
    font-weight: normal;
}
@media screen and (max-width: 845px) {
    .pastille-promo-bloc--medium {
        height: 60px !important;
        width: 60px !important;
    }
    .pastille-promo__reduc {
        font-size: 20px;
    }
    .pastille-promo__reduc--medium {
        font-size: 12px;
    }
}
/* ---- PASTILLES PROMO FIN ----*/

/* ---- MODAL FLEXIBLE ---- */

.front-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
}
.front-modal-content {
    background-color: #ffffff;
    padding: 0 20px 20px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    top: 50px;
    position: absolute;
    z-index: 2000;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    margin: 10px 0;
}
@media (max-width: 845px) {
    .front-modal-content {
        width: 80% !important;
    }
}
.front-modal-middle {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0 !important;
}
.front-modal-middle svg {
    width: 37px;
    height: 35px;
}
.front-modal-message {
    color: #8b8b8b;
    flex-basis: 100%;
    font-size: 14px;
    padding: 20px 10px 10px;
    text-align: justify;
}
.front-modal-top {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    display: flex !important;
    justify-content: space-between;
    align-content: flex-start;
}
.front-modal-top h4 {
    text-transform: uppercase;
    margin: 0;
}
.front-modal-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin-top: 10px;
}
.front-modal-back {
    background: rgba(0,0,0,0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1999;
    position: absolute;
    top: 0;
}

/* ---- MODAL FLEXIBLE FIN ---- */


/* ---- PAGE PAIEMENT PRIMEURS ---- */

.recap_paiement_primeurs .intitule {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.recap_primeurs_produit {
    height: 109px;
}
.recap_paiement_primeurs .total {
    font-size: 20px;
}

/* ---- PAGE PAIEMENT PRIMEURS FIN ---- */