@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: white;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #222222;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}

a:hover {
  color: #2795b6;
}

a:focus {
  color: #2795b6;
}

p a,
p a:visited {
  line-height: inherit;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.hide-override {
  display: none !important;
}

.highlight {
  background: #ffff99;
}

#googlemap img,
object,
embed {
  max-width: none;
}

#map_canvas embed {
  max-width: none;
}

#map_canvas img {
  max-width: none;
}

#map_canvas object {
  max-width: none;
}

figure {
  margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}

p.lead {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 17px;
}

aside p {
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

.subheader {
  line-height: 1.3;
  color: #6f6f6f;
  font-weight: 300;
  margin-bottom: 17px;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-weight: bold;
  background: #ffff99;
}

ul,
ol,
dl {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: outside;
}

ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

ul.square,
ul.circle,
ul.disc {
  margin-left: 17px;
}

ul.square {
  list-style-type: square;
}

ul.square li ul {
  list-style: inherit;
}

ul.circle {
  list-style-type: circle;
}

ul.circle li ul {
  list-style: inherit;
}

ul.disc {
  list-style-type: disc;
}

ul.disc li ul {
  list-style: inherit;
}

ul.no-bullet {
  list-style: none;
}

ul.large li {
  line-height: 21px;
}

ol {
  margin-left: 20px;
}

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

blockquote,
blockquote p {
  line-height: 1.5;
  color: #6f6f6f;
}

blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 13px;
  color: #555555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
form {
  margin: 0 0 19.41641px;
}

.row form .row {
  margin: 0 -6px;
}

.row form .row .column,
.row form .row .columns {
  padding: 0 6px;
}

.row form .row.collapse {
  margin: 0;
}

.row form .row.collapse .column,
.row form .row.collapse .columns {
  padding: 0;
}

label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  line-height: 32px;
  margin: 0 0 12px 0;
}

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 31px;
}

a.button.prefix,
a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

span.prefix,
span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

.prefix {
  left: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}

.postfix {
  right: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

input[type=text].oversize,
input[type=password].oversize,
input[type=date].oversize,
input[type=datetime].oversize,
input[type=email].oversize,
input[type=number].oversize,
input[type=search].oversize,
input[type=tel].oversize,
input[type=time].oversize,
input[type=url].oversize,
textarea.oversize {
  font-size: 17px;
  padding: 4px 6px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=time][disabled],
input[type=url][disabled],
textarea[disabled] {
  background-color: #ddd;
}

textarea {
  height: auto;
}

select {
  width: 100%;
}

fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  margin: 18px 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

.error input,
input.error,
.error textarea,
textarea.error,
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  outline-color: #f5797c;
}

.error label,
label.error {
  color: #c60f13;
}

.error small,
small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white;
}

form.custom span.custom.radio {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

form.custom span.custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}

form.custom span.custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}

form.custom span.custom.checkbox.checked:before {
  content: "×";
  color: #222222;
}

form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}

form.custom div.custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 28px;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  border: solid 1px #dddddd;
  color: #141414;
  background-color: white;
  white-space: nowrap;
}

form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 27px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #dddddd;
}

form.custom div.custom.dropdown a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #aaaaaa transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}

form.custom div.custom.dropdown:hover a.selector:after,
form.custom div.custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
}

form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}

form.custom div.custom.dropdown.small {
  width: 134px !important;
}

form.custom div.custom.dropdown.medium {
  width: 254px !important;
}

form.custom div.custom.dropdown.large {
  width: 434px !important;
}

form.custom div.custom.dropdown.expand {
  width: 100% !important;
}

form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}

form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}

form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}

form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}

form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #cccccc;
}

form.custom div.custom.dropdown ul li {
  color: #555555;
  font-size: 13px;
  cursor: pointer;
  padding: 3px;
  padding-left: 6px;
  padding-right: 38px;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: black;
}

form.custom div.custom.dropdown ul li.selected:after {
  content: "–";
  position: absolute;
  right: 10px;
}

form.custom div.custom.dropdown ul li:hover {
  background-color: #cdebf5;
  color: black;
}

form.custom div.custom.dropdown ul li:hover:after {
  content: "–";
  position: absolute;
  right: 10px;
  color: #a3dbec;
}

form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: black;
}

form.custom div.custom.dropdown ul li.selected:hover:after {
  color: black;
}

form.custom div.custom.dropdown ul.show {
  display: block;
}

form.custom .custom.disabled {
  background-color: #dddddd;
}

@-moz-document url-prefix() {
  form.custom div.custom.dropdown a.selector {
    height: 28px;
  }
}
.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 28px;
}

.row {
  width: 1000px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.row.collapse .column,
.row.collapse .columns {
  padding: 0;
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.row .row.collapse {
  margin: 0;
}

.column,
.columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.column.centered,
.columns.centered {
  float: none;
  margin: 0 auto;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

.one,
.row .one {
  width: 8.33333%;
}

.two,
.row .two {
  width: 16.66667%;
}

.three,
.row .three {
  width: 25%;
}

.four,
.row .four {
  width: 33.33333%;
}

.five,
.row .five {
  width: 41.66667%;
}

.six,
.row .six {
  width: 50%;
}

.seven,
.row .seven {
  width: 58.33333%;
}

.eight,
.row .eight {
  width: 66.66667%;
}

.nine,
.row .nine {
  width: 75%;
}

.ten,
.row .ten {
  width: 83.33333%;
}

.eleven,
.row .eleven {
  width: 91.66667%;
}

.twelve,
.row .twelve {
  width: 100%;
}

.row .offset-by-one {
  margin-left: 8.33333%;
}

.row .offset-by-two {
  margin-left: 16.66667%;
}

.row .offset-by-three {
  margin-left: 25%;
}

.row .offset-by-four {
  margin-left: 33.33333%;
}

.row .offset-by-five {
  margin-left: 41.66667%;
}

.row .offset-by-six {
  margin-left: 50%;
}

.row .offset-by-seven {
  margin-left: 58.33333%;
}

.row .offset-by-eight {
  margin-left: 66.66667%;
}

.row .offset-by-nine {
  margin-left: 75%;
}

.row .offset-by-ten {
  margin-left: 83.33333%;
}

.push-two {
  left: 16.66667%;
}

.pull-two {
  right: 16.66667%;
}

.push-three {
  left: 25%;
}

.pull-three {
  right: 25%;
}

.push-four {
  left: 33.33333%;
}

.pull-four {
  right: 33.33333%;
}

.push-five {
  left: 41.66667%;
}

.pull-five {
  right: 41.66667%;
}

.push-six {
  left: 50%;
}

.pull-six {
  right: 50%;
}

.push-seven {
  left: 58.33333%;
}

.pull-seven {
  right: 58.33333%;
}

.push-eight {
  left: 66.66667%;
}

.pull-eight {
  right: 66.66667%;
}

.push-nine {
  left: 75%;
}

.pull-nine {
  right: 75%;
}

.push-ten {
  left: 83.33333%;
}

.pull-ten {
  right: 83.33333%;
}

img {
  height: auto;
}

img,
object,
embed {
  max-width: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.map_canvas img {
  max-width: none !important;
}

.row {
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/*
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}

.block-grid > li {
  display: block;
  height: auto;
  float: left;
}

.block-grid.one-up {
  margin: 0;
}

.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}

.block-grid.two-up {
  margin: 0 -15px;
}

.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}

.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}

.block-grid.three-up {
  margin: 0 -12px;
}

.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}

.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}

.block-grid.four-up {
  margin: 0 -10px;
}

.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}

.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}

.block-grid.five-up {
  margin: 0 -8px;
}

.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}

.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}

.block-grid.six-up {
  margin: 0 -8px;
}

.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}

.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}

.block-grid.seven-up {
  margin: 0 -8px;
}

.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}

.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}

.block-grid.eight-up {
  margin: 0 -8px;
}

.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}

.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}

.block-grid.nine-up {
  margin: 0 -8px;
}

.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}

.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}

.block-grid.ten-up {
  margin: 0 -8px;
}

.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}

.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}

.block-grid.eleven-up {
  margin: 0 -8px;
}

.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}

.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}

.block-grid.twelve-up {
  margin: 0 -8px;
}

.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}

.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}

.button {
  width: auto;
  background: #2ba6cb;
  border: 1px solid #1e728c;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.button:hover,
.button:focus {
  color: white;
  background-color: #2284a1;
}

.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.button.large {
  font-size: 17px;
  padding: 15px 30px 16px;
}

.button.medium {
  font-size: 14px;
}

.button.small {
  font-size: 11px;
  padding: 7px 14px 8px;
}

.button.tiny {
  font-size: 10px;
  padding: 5px 10px 6px;
}

.button.expand {
  width: 100%;
  text-align: center;
}

.button.primary {
  background-color: #2ba6cb;
  border: 1px solid #1e728c;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #2284a1;
}

.button.success {
  background-color: #5da423;
  border: 1px solid #396516;
}

.button.success:hover,
.button.success:focus {
  background-color: #457a1a;
}

.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #970b0e;
}

.button.secondary {
  background-color: #e9e9e9;
  color: #1d1d1d;
  border: 1px solid #c3c3c3;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #d0d0d0;
}

.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.button.left-align {
  text-align: left;
  text-indent: 12px;
}

.button.disabled,
.button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #2ba6cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.button.disabled:hover,
.button[disabled]:hover {
  background: #2ba6cb;
}

.button.disabled.success,
.button[disabled].success {
  background-color: #5da423;
}

.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #5da423;
  outline: none;
}

.button.disabled.alert,
.button[disabled].alert {
  background-color: #c60f13;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #c60f13;
  outline: none;
}

.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e9e9e9;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e9e9e9;
  outline: none;
}

input[type=submit].button,
button.button {
  -webkit-appearance: none;
}

@-moz-document url-prefix() {
  button::-moz-focus-inner,
  input[type=reset]::-moz-focus-inner,
  input[type=button]::-moz-focus-inner,
  input[type=submit]::-moz-focus-inner,
  input[type=file] > input[type=button]::-moz-focus-inner {
    border: none;
    padding: 0;
  }
  input[type=submit].tiny.button {
    padding: 3px 10px 4px;
  }
  input[type=submit].small.button {
    padding: 5px 14px 6px;
  }
  input[type=submit].button,
  input[type=submit].medium.button {
    padding: 8px 20px 9px;
  }
  input[type=submit].large.button {
    padding: 13px 30px 14px;
  }
}
.button.dropdown {
  position: relative;
  padding-right: 44px;
}

.button.dropdown.large {
  padding-right: 60px;
}

.button.dropdown.small {
  padding-right: 28px;
}

.button.dropdown.tiny {
  padding-right: 20px;
}

.button.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}

.button.dropdown.large:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  right: 30px;
}

.button.dropdown.small:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-top: -2px;
  right: 14px;
}

.button.dropdown.tiny:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  right: 10px;
}

.button.dropdown > ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
  min-width: 100%;
  z-index: 40;
}

.button.dropdown > ul li {
  width: 100%;
  cursor: pointer;
  padding: 0;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

.button.dropdown > ul li a,
.button.dropdown > ul li button {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 14px;
  text-align: left;
}

.button.dropdown > ul li button {
  width: 100%;
  border: inherit;
  background: inherit;
  font-family: inherit;
  margin: inherit;
  -webkit-font-smoothing: antialiased;
}

.button.dropdown > ul li:hover,
.button.dropdown > ul li:focus {
  background-color: #e3f4f9;
  color: #222;
}

.button.dropdown > ul li.divider {
  min-height: 0;
  padding: 0;
  height: 1px;
  margin: 4px 0;
  background: #ededed;
}

.button.dropdown.up > ul {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}

.button.dropdown ul.no-hover.show-dropdown {
  display: block !important;
}

.button.dropdown:hover > ul.no-hover {
  display: none;
}

.button.dropdown.split {
  padding: 0;
  position: relative;
}

.button.dropdown.split:after {
  display: none;
}

.button.dropdown.split:hover,
.button.dropdown.split:focus {
  background-color: #2ba6cb;
}

.button.dropdown.split.alert:hover,
.button.dropdown.split.alert:focus {
  background-color: #c60f13;
}

.button.dropdown.split.success:hover,
.button.dropdown.split.success:focus {
  background-color: #5da423;
}

.button.dropdown.split.secondary:hover,
.button.dropdown.split.secondary:focus {
  background-color: #e9e9e9;
}

.button.dropdown.split > a {
  color: white;
  display: block;
  padding: 10px 50px 11px 20px;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.button.dropdown.split > a:hover,
.button.dropdown.split > a:focus {
  background-color: #2284a1;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.dropdown.split.large > a {
  padding: 15px 75px 16px 30px;
  padding-left: 30px;
  padding-right: 75px;
}

.button.dropdown.split.small > a {
  padding: 7px 35px 8px 14px;
  padding-left: 14px;
  padding-right: 35px;
}

.button.dropdown.split.tiny > a {
  padding: 5px 25px 6px 10px;
  padding-left: 10px;
  padding-right: 25px;
}

.button.dropdown.split > span {
  background-color: #2ba6cb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border-left: 1px solid #1e728c;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.button.dropdown.split > span:hover,
.button.dropdown.split > span:focus {
  background-color: #2284a1;
}

.button.dropdown.split > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
}

.button.dropdown.split.secondary > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #1d1d1d transparent transparent transparent;
}

.button.dropdown.split.large span {
  width: 45px;
}

.button.dropdown.split.small span {
  width: 21px;
}

.button.dropdown.split.tiny span {
  width: 15px;
}

.button.dropdown.split.large span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  margin-left: -7px;
}

.button.dropdown.split.small span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -4px;
}

.button.dropdown.split.tiny span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -3px;
}

.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}

.button.dropdown.split.success > span {
  background-color: #5da423;
  border-left-color: #396516;
}

.button.dropdown.split.secondary > span {
  background-color: #e9e9e9;
  border-left-color: #c3c3c3;
}

.button.dropdown.split.secondary > a {
  color: #1d1d1d;
}

.button.dropdown.split.alert > a:hover,
.button.dropdown.split.alert > span:hover,
.button.dropdown.split.alert > a:focus,
.button.dropdown.split.alert > span:focus {
  background-color: #970b0e;
}

.button.dropdown.split.success > a:hover,
.button.dropdown.split.success > span:hover,
.button.dropdown.split.success > a:focus,
.button.dropdown.split.success > span:focus {
  background-color: #457a1a;
}

.button.dropdown.split.secondary > a:hover,
.button.dropdown.split.secondary > span:hover,
.button.dropdown.split.secondary > a:focus,
.button.dropdown.split.secondary > span:focus {
  background-color: #d0d0d0;
}

ul.button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  *zoom: 1;
}

ul.button-group:before,
ul.button-group:after {
  content: " ";
  display: table;
}

ul.button-group:after {
  clear: both;
}

ul.button-group li {
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}

ul.button-group li:first-child {
  margin-left: 0;
}

ul.button-group.radius li .button,
ul.button-group.radius li .button.radius,
ul.button-group.radius li .button-rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

ul.button-group.radius li:first-child .button,
ul.button-group.radius li:first-child .button.radius {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

ul.button-group.radius li:first-child .button.rounded {
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}

ul.button-group.radius li:last-child .button,
ul.button-group.radius li:last-child .button.radius {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

ul.button-group.radius li:last-child .button.rounded {
  -moz-border-radius-topright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

ul.button-group.even .button {
  width: 100%;
}

ul.button-group.even.two-up li {
  width: 50%;
}

ul.button-group.even.three-up li {
  width: 33.3%;
}

ul.button-group.even.three-up li:first-child {
  width: 33.4%;
}

ul.button-group.even.four-up li {
  width: 25%;
}

ul.button-group.even.five-up li {
  width: 20%;
}

div.button-bar {
  overflow: hidden;
}

div.button-bar ul.button-group {
  float: left;
  margin-right: 8px;
}

div.button-bar ul.button-group:last-child {
  margin-left: 0;
}

.nav-bar {
  height: 40px;
  background: #4d4d4d;
  margin-left: 0;
  margin-top: 20px;
  padding: 0;
}

.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #333333;
  border-right: none;
  line-height: 38px;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}

.nav-bar > li:first-child {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.nav-bar > li:last-child {
  border-right: solid 1px #333333;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}

.nav-bar > li.active {
  background: #2ba6cb;
  border-color: #2284a1;
}

.nav-bar > li.active > a {
  color: white;
  cursor: default;
}

.nav-bar > li.active:hover {
  background: #2ba6cb;
  cursor: default;
}

.nav-bar > li:hover {
  background: #333333;
}

.nav-bar > li > a {
  color: #e6e6e6;
}

.nav-bar > li ul {
  margin-bottom: 0;
}

.nav-bar > li .flyout {
  display: none;
}

.nav-bar > li.has-flyout > a:first-child {
  padding-right: 40px;
  position: relative;
}

.nav-bar > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 17px;
}

.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 2;
  display: block;
}

.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}

.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: 1px dashed #666;
}

.nav-bar > li > a:first-child {
  position: relative;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.nav-bar > li > input {
  margin: 0 10px;
}

.nav-bar.vertical {
  height: auto;
  margin-top: 0;
}

.nav-bar.vertical > li {
  float: none;
  border-bottom: none;
  border-right: solid 1px #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav-bar.vertical > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: transparent transparent transparent #e6e6e6;
}

.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}

.nav-bar.vertical > li .flyout.right {
  left: auto;
  right: 100%;
}

.nav-bar.vertical > li.active {
  border-right: solid 1px #2284a1;
}

.nav-bar.vertical > li:last-child {
  border-bottom: solid 1px #333333;
}

.flyout {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 39px;
  left: -1px;
  width: 250px;
  z-index: 40;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.flyout p {
  line-height: 1.2;
  font-size: 13px;
}

.flyout *:first-child {
  margin-top: 0;
}

.flyout *:last-child {
  margin-bottom: 0;
}

.flyout.small {
  width: 166.66667px;
}

.flyout.large {
  width: 437.5px;
}

.flyout.right {
  left: auto;
  right: -2px;
}

.flyout.left {
  right: auto;
  left: -2px;
}

.flyout.up {
  top: auto;
  bottom: 39px;
}

ul.flyout,
.nav-bar li ul {
  padding: 0;
  list-style: none;
}

ul.flyout li,
.nav-bar li ul li {
  border-left: solid 3px #CCC;
}

ul.flyout li a,
.nav-bar li ul li a {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

ul.flyout li a:hover,
ul.flyout li a:focus,
.nav-bar li ul li a:hover,
.nav-bar li ul li a:focus {
  background: #ebebeb;
  color: #333;
}

ul.flyout li.active,
.nav-bar li ul li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}

ul.flyout li.active a,
.nav-bar li ul li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/*
  Foundation Top Bar

  Requires:
    -jquery.foundation.topbar.js

  Notes:
    - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid.
    - <li class="name"> creates a branding area that can be linked to homepage
      - Can include text, image or both inside this <li>.
    - <li class="divider"> creates a divider between nav items, add margins for space
    - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

.contain-to-grid {
  width: 100%;
  background: #222222;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.sticky {
  float: left;
  overflow: hidden;
}

.sticky.fixed {
  float: none;
}

.top-bar {
  background: #222222;
  min-height: 45px;
  line-height: 45px;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.contain-to-grid .top-bar {
  max-width: 1000px;
  margin: 0 auto;
}

.top-bar > ul .name h1 {
  line-height: 45px;
  margin: 0;
}

.top-bar > ul .name h1 a {
  font-weight: bold;
  padding: 0 22.5px;
  font-size: 17px !important;
}

.top-bar > ul .name img {
  margin-top: -5px;
  vertical-align: middle;
}

.top-bar.expanded {
  height: inherit;
}

.top-bar ul {
  margin-left: 0;
  display: inline;
  height: 45px;
  line-height: 45px;
  list-style: none;
}

.top-bar ul > li {
  float: left;
}

.top-bar ul > li a:not(.button) {
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}

.top-bar ul > li:not(.name):hover,
.top-bar ul > li:not(.name).active,
.top-bar ul > li:not(.name):focus {
  background: black;
}

.top-bar ul > li:not(.name):hover a,
.top-bar ul > li:not(.name).active a,
.top-bar ul > li:not(.name):focus a {
  color: #d9d9d9;
}

.top-bar ul > li.divider {
  background: black;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  height: 100%;
  margin-right: 1px;
  width: 1px;
}

.top-bar ul > li.has-button a.button {
  margin: 0 11.25px;
}

.top-bar ul > li.has-button:hover,
.top-bar ul > li.has-button:focus {
  background: #222222;
}

.top-bar ul > li.has-button:hover a,
.top-bar ul > li.has-button:focus a {
  color: #fff;
}

.top-bar ul > li.search {
  padding: 0 15px;
}

.top-bar ul > li.search form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 200px;
}

.top-bar ul > li.search form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
  width: 130px;
}

.top-bar ul > li.search form input[type=text] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
}

.top-bar ul > li.search form input[type=search] {
  font-size: 16px;
  margin-bottom: 0;
}

.top-bar ul > li.search:hover,
.top-bar ul > li.search:focus {
  background: #222222;
}

.top-bar ul > li.login {
  padding: 0 15px;
}

.top-bar ul > li.login form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 300px;
}

.top-bar ul > li.login form input {
  float: left;
  width: auto;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
}

.top-bar ul > li.login form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 120px;
}

.top-bar ul > li.login form input[type=password] {
  margin-bottom: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 120px;
}

.top-bar ul > li.login form input[type=password] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
  width: 60px;
}

.top-bar ul > li.login:hover,
.top-bar ul > li.login:focus {
  background: #222222;
}

.top-bar ul > li.toggle-topbar {
  display: none;
}

.top-bar ul > li.has-dropdown {
  position: relative;
}

.top-bar ul > li.has-dropdown:hover > .dropdown,
.top-bar ul > li.has-dropdown:focus > .dropdown {
  display: block;
  visibility: visible;
}

.top-bar ul > li.has-dropdown a {
  padding-right: 33.75px;
}

.top-bar ul > li.has-dropdown a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-right: 15px;
  margin-top: -2.5px;
  position: absolute;
  right: 0;
  top: 50%;
}

.top-bar ul > li.has-dropdown .dropdown {
  background: #222222;
  left: 0;
  margin: 0;
  padding: 9px 0 0 0;
  position: absolute;
  visibility: hidden;
  z-index: 99;
}

.top-bar ul > li.has-dropdown .dropdown li {
  background: #222222;
  line-height: 1;
  min-width: 100%;
  padding-bottom: 5px;
}

.top-bar ul > li.has-dropdown .dropdown li a {
  color: white;
  font-weight: normal;
  height: 100%;
  line-height: 1;
  padding: 5px 17px 5px 15px;
  white-space: nowrap;
}

.top-bar ul > li.has-dropdown .dropdown li a:after {
  border: none;
}

.top-bar ul > li.has-dropdown .dropdown li a:hover,
.top-bar ul > li.has-dropdown .dropdown li a:focus {
  background: #3c3c3c;
}

.top-bar ul > li.has-dropdown .dropdown li label {
  color: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
  text-transform: uppercase;
}

.top-bar ul > li.has-dropdown .dropdown li.divider {
  border-top: solid 1px black;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  height: 10px;
  padding: 0;
  width: 100%;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child {
  padding-bottom: 10px;
}

.top-bar ul > li.has-dropdown .dropdown li.active a {
  background: black;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
  padding-right: 30px;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
  border: none;
  content: "»";
  right: 5px;
  top: 6px;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown,
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown {
  display: block;
}

.top-bar ul.left {
  float: left;
  width: auto;
  margin-bottom: 0;
}

.top-bar ul.right {
  float: right;
  width: auto;
  margin-bottom: 0;
}

.top-bar ul.right .has-dropdown .dropdown {
  left: auto;
  right: 0px;
}

.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown {
  right: 100%;
  left: auto;
  width: 100%;
}

.top-bar .js-generated {
  display: none;
}

@-moz-document url-prefix() {
  .top-bar ul li .button.small {
    padding-bottom: 6px;
  }
  .top-bar ul li.search form input[type=search] {
    font-size: 14px;
    height: 22px;
    padding: 3px;
  }
}
.lt-ie9 .top-bar ul li a {
  color: white;
  display: block;
  font-weight: bold;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}

.lt-ie9 .top-bar ul li a.button {
  height: auto;
  line-height: 30px;
  margin-top: 7px;
}

.lt-ie9 .top-bar ul li a img {
  margin-top: -5px;
  vertical-align: middle;
}

.lt-ie9 .top-bar section > ul > li a:hover,
.lt-ie9 .top-bar section > ul > li a:focus {
  color: #cccccc;
}

.lt-ie9 .top-bar section > ul > li:hover,
.lt-ie9 .top-bar section > ul > li:focus {
  background: black;
}

.lt-ie9 .top-bar section > ul > li.search:hover,
.lt-ie9 .top-bar section > ul > li.search:focus,
.lt-ie9 .top-bar section > ul > li.has-button:hover,
.lt-ie9 .top-bar section > ul > li.has-button:focus {
  background: none;
}

.lt-ie9 .top-bar section > ul > li.active {
  background: black;
  color: #d9d9d9;
}

.lt-ie9 .top-bar ul li.has-dropdown {
  padding-right: 33.75px;
}

.lt-ie9 .top-bar ul li.has-dropdown > ul li {
  padding-right: 0;
}

/*
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}

.orbit.with-bullets {
  margin-bottom: 40px;
}

.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}

.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.orbit-wrapper .timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.6;
  cursor: pointer;
  z-index: 31;
}

.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/rotator-black.png?1683105542") no-repeat;
  z-index: 3;
}

.orbit-wrapper span.rotator.move {
  left: 0;
}

.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/timer-black.png?1683105542") repeat 0 0;
}

.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/pause-black.png?1683105542") no-repeat;
  z-index: 4;
  opacity: 0;
}

.orbit-wrapper span.pause.active {
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/pause-black.png?1683105542") no-repeat 0 -40px;
}

.orbit-wrapper .timer:hover span.pause,
.orbit-wrapper .timer:focus span.pause,
.orbit-wrapper span.pause.active {
  opacity: 1;
}

.orbit-caption {
  display: none;
  font-family: inherit;
}

.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.orbit-wrapper .slider-nav {
  display: block;
}

.orbit-wrapper .slider-nav span {
  width: 39px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}

.orbit-wrapper .slider-nav span.right {
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/right-arrow.png?1683105542");
  background-size: 100%;
  right: 0;
}

.orbit-wrapper .slider-nav span.left {
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/left-arrow.png?1683105542");
  background-size: 100%;
  left: 0;
}

.lt-ie9 .orbit-wrapper .slider-nav span.right {
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/right-arrow-small.png?1683105542");
}

.lt-ie9 .orbit-wrapper .slider-nav span.left {
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/left-arrow-small.png?1683105542");
}

ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}

ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/foundation/orbit/bullets.jpg?1683105542") no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}

ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}

ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}

ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
}

.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

.orbit,
.orbit-wrapper {
  width: 100% !important;
}

.lt-ie9 .timer {
  display: none !important;
}

.lt-ie9 .orbit-caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  .orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }
  .orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
  }
}
/*
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  background: #fff;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 41;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal .close-reveal-modal:not(.button) {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

.reveal-modal.small {
  width: 30%;
  margin-left: -15%;
}

.reveal-modal.medium {
  width: 40%;
  margin-left: -20%;
}

.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}

.reveal-modal.xlarge {
  width: 70%;
  margin-left: -35%;
}

.reveal-modal.expand {
  width: 90%;
  margin-left: -45%;
}

.reveal-modal .row {
  min-width: 0;
  margin-bottom: 10px;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media print {
  .reveal-modal {
    border: solid 1px #000;
    background: #fff;
  }
}
#joyRideTipContent {
  display: none;
}

.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  width: 300px;
  z-index: 101;
  top: 0;
  left: 0;
  font-family: inherit;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.joyride-content-wrapper {
  padding: 18px 20px 24px;
}

.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}

.joyride-tip-guide span.joyride-nub.top {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.bottom {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.right {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  bottom: none;
  left: auto;
  right: -28px;
}

.joyride-tip-guide span.joyride-nub.left {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  left: -28px;
  right: auto;
  bottom: none;
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 17px;
  bottom: 16px;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 0.5 !important;
}

.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.clearing-blackout {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 999;
  height: 100%;
  overflow: hidden;
}

.visible-img {
  height: 75%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.visible-img .clearing-caption {
  color: white;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 10px 100px;
}

.clearing-close {
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  color: white;
  display: none;
}

.clearing-close:hover,
.clearing-close:focus {
  color: #ccc;
}

.clearing-main-left,
.clearing-main-right {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.clearing-main-left.disabled,
.clearing-main-right.disabled {
  opacity: 0.5;
}

.clearing-main-left:active,
.clearing-main-right:active {
  margin-top: -15px;
}

.clearing-main-left {
  left: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent white transparent transparent;
}

.clearing-main-right {
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent transparent transparent white;
}

ul[data-clearing].block-grid.three-up > li:nth-child(3n+1) {
  clear: none;
}

ul[data-clearing] li {
  cursor: pointer;
  display: block;
}

ul[data-clearing] li.clearing-feature ~ li {
  display: none;
}

.clearing-assembled .clearing-container .carousel {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  height: 150px;
  margin-top: 5px;
}

.clearing-assembled .clearing-container .visible-img {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.clearing-assembled .clearing-container ul[data-clearing] {
  z-index: 999;
  width: 200%;
  height: 100%;
  margin-left: 0;
  position: relative;
  left: 0;
}

.clearing-assembled .clearing-container ul[data-clearing] li {
  display: block;
  width: 175px;
  height: inherit;
  padding: 0;
  float: left;
  overflow: hidden;
  background: #222;
  margin-right: 1px;
  position: relative;
}

.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img {
  min-height: 100%;
  height: 100%;
  max-width: none;
}

.clearing-assembled .clearing-container ul[data-clearing] li img {
  cursor: pointer !important;
  min-width: 100% !important;
}

.clearing-assembled .clearing-container ul[data-clearing] li.visible {
  border-top: 4px solid white;
}

ul.block-grid[data-clearing] {
  overflow: visible;
}

.clearing-blackout ul.block-grid[data-clearing].two-up > li:nth-child(2n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].three-up > li:nth-child(3n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].four-up > li:nth-child(4n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].five-up > li:nth-child(5n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].six-up > li:nth-child(6n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].seven-up > li:nth-child(7n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].eight-up > li:nth-child(8n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].nine-up > li:nth-child(9n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].ten-up > li:nth-child(10n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].eleven-up > li:nth-child(11n+1) {
  clear: none;
}

.clearing-blackout ul.block-grid[data-clearing].twelve-up > li:nth-child(12n+1) {
  clear: none;
}

.clearing-blackout .th img {
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.clearing-blackout:hover img,
.clearing-blackout:focus img {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
}

.tabs.contained {
  margin-bottom: 0;
  margin-left: 0;
}

.tabs dt,
.tabs li.section-title {
  color: #b3b3b3;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: 9px;
  padding-left: 20px;
  font-weight: normal;
  width: auto;
  text-transform: uppercase;
}

.tabs dt:first-child,
.tabs li.section-title:first-child {
  padding: 0;
  padding-right: 9px;
}

.tabs dd,
.tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.tabs dd a,
.tabs li a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 23.8px;
}

.tabs dd a:focus,
.tabs li a:focus {
  font-weight: bold;
  color: #2ba6cb;
}

.tabs dd.active,
.tabs li.active {
  border-top: 3px solid #2ba6cb;
  margin-top: -3px;
}

.tabs dd.active a,
.tabs li.active a {
  cursor: default;
  color: #3c3c3c;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: bold;
}

.tabs dd:first-child,
.tabs li:first-child {
  margin-left: 0;
}

.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}

.tabs.vertical dt,
.tabs.vertical dd,
.tabs.vertical li {
  float: none;
  height: auto;
}

.tabs.vertical dd,
.tabs.vertical li {
  border-left: 3px solid #cccccc;
}

.tabs.vertical dd a,
.tabs.vertical li a {
  background: #f2f2f2;
  border: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.tabs.vertical dd.active,
.tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}

.tabs.vertical dd.active a,
.tabs.vertical li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.tabs.vertical dd:first-child a.active,
.tabs.vertical li:first-child a.active {
  margin: 0;
}

.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}

.tabs.pill dd,
.tabs.pill li {
  margin-right: 10px;
}

.tabs.pill dd:last-child,
.tabs.pill li:last-child {
  margin-right: 0;
}

.tabs.pill dd a,
.tabs.pill li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #e6e6e6;
  height: 26px;
  line-height: 26px;
  color: #666;
}

.tabs.pill dd.active,
.tabs.pill li.active {
  border: none;
  margin-top: 0;
}

.tabs.pill dd.active a,
.tabs.pill li.active a {
  background-color: #2ba6cb;
  border: none;
  color: #fff;
}

.tabs.pill.contained {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
}

.tabs.pill.two-up dd,
.tabs.pill.two-up li,
.tabs.pill.three-up dd,
.tabs.pill.three-up li,
.tabs.pill.four-up dd,
.tabs.pill.four-up li,
.tabs.pill.five-up dd,
.tabs.pill.five-up li {
  margin-right: 0;
}

.tabs.two-up dt a,
.tabs.two-up dd a,
.tabs.two-up li a,
.tabs.three-up dt a,
.tabs.three-up dd a,
.tabs.three-up li a,
.tabs.four-up dt a,
.tabs.four-up dd a,
.tabs.four-up li a,
.tabs.five-up dt a,
.tabs.five-up dd a,
.tabs.five-up li a {
  padding: 0 17px;
  text-align: center;
  overflow: hidden;
}

.tabs.two-up dt,
.tabs.two-up dd,
.tabs.two-up li {
  width: 50%;
}

.tabs.three-up dt,
.tabs.three-up dd,
.tabs.three-up li {
  width: 33.33%;
}

.tabs.four-up dt,
.tabs.four-up dd,
.tabs.four-up li {
  width: 25%;
}

.tabs.five-up dt,
.tabs.five-up dd,
.tabs.five-up li {
  width: 20%;
}

ul.tabs-content {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

ul.tabs-content > li {
  display: none;
}

ul.tabs-content > li.active {
  display: block;
}

ul.tabs-content.contained {
  padding: 0;
}

ul.tabs-content.contained > li {
  border: solid 0 #e6e6e6;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}

ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}

.no-js ul.tabs-content > li {
  display: block;
}

/*
:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Accordion
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Inline/Link Lists
:: Keystroke Chars
:: Image Thumbnails
:: Video
:: Tables
:: Microformats
:: Progress Bars
:: Pricing Tables

*/
div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #2ba6cb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  position: relative;
}

div.alert-box.success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

div.alert-box.alert {
  background-color: #c60f13;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

div.alert-box.secondary {
  background-color: #e9e9e9;
  color: #505050;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

div.alert-box a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 17px;
  opacity: 0.2;
  padding: 4px;
}

div.alert-box a.close:hover,
div.alert-box a.close:focus {
  opacity: 0.4;
}

.label {
  padding: 1px 4px 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #2ba6cb;
}

.label.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.label.round {
  padding: 1px 7px 2px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

.label.alert {
  background-color: #c60f13;
}

.label.success {
  background-color: #5da423;
}

.label.secondary {
  background-color: #e9e9e9;
  color: #505050;
}

.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}

.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}

.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important;
  top: -10px !important;
}

.tooltip.tip-top > .nub,
.tooltip.tip-centered-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}

.tooltip.tip-left,
.tooltip.tip-right {
  float: none !important;
}

.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
  right: -10px;
  left: auto;
}

.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
  right: auto;
  left: -10px;
}

.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}

.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
}

.panel {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px 0;
  padding: 20px;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel.callout {
  background: #2ba6cb;
  color: #fff;
  border-color: #2284a1;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.panel.callout a {
  color: #fff;
}

.panel.callout .button {
  background: white;
  border: none;
  color: #2ba6cb;
  text-shadow: none;
}

.panel.callout .button:hover,
.panel.callout .button:focus {
  background: rgba(255, 255, 255, 0.8);
}

.panel.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

ul.accordion {
  margin: 0 0 22px 0;
  border-bottom: 1px solid #e9e9e9;
}

ul.accordion > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e9e9e9;
}

ul.accordion > li > div.title {
  cursor: pointer;
  background: #f6f6f6;
  padding: 15px;
  margin: 0;
  position: relative;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  -webkit-transition: 0.15s background linear;
  -moz-transition: 0.15s background linear;
  -o-transition: 0.15s background linear;
  transition: 0.15s background linear;
}

ul.accordion > li > div.title h1,
ul.accordion > li > div.title h2,
ul.accordion > li > div.title h3,
ul.accordion > li > div.title h4,
ul.accordion > li > div.title h5 {
  margin: 0;
}

ul.accordion > li > div.title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent #9d9d9d transparent transparent;
  position: absolute;
  right: 15px;
  top: 21px;
}

ul.accordion > li .content {
  display: none;
  padding: 15px;
}

ul.accordion > li.active {
  border-top: 3px solid #2ba6cb;
}

ul.accordion > li.active .title {
  background: white;
  padding-top: 13px;
}

ul.accordion > li.active .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #9d9d9d transparent transparent transparent;
}

ul.accordion > li.active .content {
  background: white;
  display: block;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

ul.side-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 17px 0;
}

ul.side-nav li {
  display: block;
  list-style: none;
  margin: 0 0 7px 0;
}

ul.side-nav li a {
  display: block;
}

ul.side-nav li.active a {
  color: #4d4d4d;
  font-weight: bold;
}

ul.side-nav li.divider {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}

dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px;
  margin-right: 0;
  margin-left: -9px;
  padding-top: 4px;
}

dl.sub-nav dt,
dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 10px;
}

dl.sub-nav dt {
  color: #999;
  font-weight: normal;
}

dl.sub-nav dd a {
  text-decoration: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

dl.sub-nav dd.active a {
  font-weight: bold;
  background: #2ba6cb;
  color: #fff;
  padding: 3px 9px;
  cursor: default;
}

ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px;
}

ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}

ul.pagination li a {
  display: block;
  padding: 1px 7px 1px;
  color: #555;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #2ba6cb;
}

div.pagination-centered {
  text-align: center;
}

div.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

ul.breadcrumbs {
  display: block;
  background: #f6f6f6;
  padding: 6px 10px 7px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: 0;
}

ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
  list-style: none;
}

ul.breadcrumbs li a,
ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 12px;
}

ul.breadcrumbs li:first-child a,
ul.breadcrumbs li:first-child span {
  padding-left: 0;
}

ul.breadcrumbs li:before {
  content: "/";
  color: #aaa;
}

ul.breadcrumbs li:first-child:before {
  content: " ";
}

ul.breadcrumbs li.current a {
  cursor: default;
  color: #333;
}

ul.breadcrumbs li:hover a,
ul.breadcrumbs li a:focus {
  text-decoration: underline;
}

ul.breadcrumbs li.current:hover a,
ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}

ul.breadcrumbs li.unavailable a {
  color: #999;
}

ul.breadcrumbs li.unavailable:hover a,
ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

ul.inline-list,
ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul.inline-list > li,
ul.link-list > li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}

ul.inline-list > li > *,
ul.link-list > li > * {
  display: block;
}

.keystroke,
kbd {
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 13px;
  padding: 2px 4px 0px;
  margin: 0;
  background: #ededed;
  border: solid 1px #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.th {
  display: block;
}

.th img {
  display: block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.th:hover img,
.th:focus img {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}

table thead,
table tfoot {
  background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}

table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}

table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px;
}

ul.vcard li {
  margin: 0;
  display: block;
}

ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
}

p.vevent span.summary {
  font-weight: bold;
}

p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

div.progress {
  padding: 2px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  height: 25px;
}

div.progress .meter {
  background: #2ba6cb;
  height: 100%;
  display: block;
  width: 50%;
}

div.progress.secondary .meter {
  background: #e9e9e9;
}

div.progress.success .meter {
  background: #5da423;
}

div.progress.alert .meter {
  background: #c60f13;
}

div.progress.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

div.progress.radius .meter {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

div.progress.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

div.progress.round .meter {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 20px;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #dddddd;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}

.pricing-table .price {
  background-color: #eeeeee;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
}

.pricing-table .description {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .bullet-item {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 20px;
}

.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }
  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
@media only screen and (max-device-width: 1280px) {
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch .nav-bar li a {
    font-size: 13px;
  }
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
  .clearing-main-right,
  .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none;
  }
  .clearing-main-right:before,
  .clearing-main-left:before {
    position: absolute;
    top: 50%;
  }
  .clearing-main-left {
    left: 0;
  }
  .clearing-main-left:before {
    left: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent white transparent transparent;
  }
  .clearing-main-right {
    height: 100%;
    right: 0;
  }
  .clearing-main-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent white;
  }
}
@media only screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
  }
  .column:last-child,
  .columns:last-child {
    float: none;
  }
  [class*=column] + [class*=column]:last-child {
    float: none;
  }
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }
  .column:after,
  .columns:after {
    clear: both;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten {
    margin-left: 0 !important;
  }
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten {
    left: auto;
  }
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten {
    right: auto;
  }
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-two:last-child {
    float: right;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }
  .push-one-mobile {
    left: 25%;
  }
  .pull-one-mobile {
    right: 25%;
  }
  .push-two-mobile {
    left: 50%;
  }
  .pull-two-mobile {
    right: 50%;
  }
  .push-three-mobile {
    left: 75%;
  }
  .pull-three-mobile {
    right: 75%;
  }
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .block-grid > li {
    clear: none;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }
  label.right {
    text-align: left;
  }
  input[type=text].one,
  input[type=password].one,
  input[type=date].one,
  input[type=datetime].one,
  input[type=email].one,
  input[type=number].one,
  input[type=search].one,
  input[type=tel].one,
  input[type=time].one,
  input[type=url].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important;
  }
  input[type=text].two,
  input[type=password].two,
  input[type=date].two,
  input[type=datetime].two,
  input[type=email].two,
  input[type=number].two,
  input[type=search].two,
  input[type=tel].two,
  input[type=time].two,
  input[type=url].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important;
  }
  input[type=text].three,
  input[type=password].three,
  input[type=date].three,
  input[type=datetime].three,
  input[type=email].three,
  input[type=number].three,
  input[type=search].three,
  input[type=tel].three,
  input[type=time].three,
  input[type=url].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important;
  }
  input[type=text].four,
  input[type=password].four,
  input[type=date].four,
  input[type=datetime].four,
  input[type=email].four,
  input[type=number].four,
  input[type=search].four,
  input[type=tel].four,
  input[type=time].four,
  input[type=url].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important;
  }
  input[type=text].five,
  input[type=password].five,
  input[type=date].five,
  input[type=datetime].five,
  input[type=email].five,
  input[type=number].five,
  input[type=search].five,
  input[type=tel].five,
  input[type=time].five,
  input[type=url].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important;
  }
  input[type=text].six,
  input[type=password].six,
  input[type=date].six,
  input[type=datetime].six,
  input[type=email].six,
  input[type=number].six,
  input[type=search].six,
  input[type=tel].six,
  input[type=time].six,
  input[type=url].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important;
  }
  input[type=text].seven,
  input[type=password].seven,
  input[type=date].seven,
  input[type=datetime].seven,
  input[type=email].seven,
  input[type=number].seven,
  input[type=search].seven,
  input[type=tel].seven,
  input[type=time].seven,
  input[type=url].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important;
  }
  input[type=text].eight,
  input[type=password].eight,
  input[type=date].eight,
  input[type=datetime].eight,
  input[type=email].eight,
  input[type=number].eight,
  input[type=search].eight,
  input[type=tel].eight,
  input[type=time].eight,
  input[type=url].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important;
  }
  input[type=text].nine,
  input[type=password].nine,
  input[type=date].nine,
  input[type=datetime].nine,
  input[type=email].nine,
  input[type=number].nine,
  input[type=search].nine,
  input[type=tel].nine,
  input[type=time].nine,
  input[type=url].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important;
  }
  input[type=text].ten,
  input[type=password].ten,
  input[type=date].ten,
  input[type=datetime].ten,
  input[type=email].ten,
  input[type=number].ten,
  input[type=search].ten,
  input[type=tel].ten,
  input[type=time].ten,
  input[type=url].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important;
  }
  input[type=text].eleven,
  input[type=password].eleven,
  input[type=date].eleven,
  input[type=datetime].eleven,
  input[type=email].eleven,
  input[type=number].eleven,
  input[type=search].eleven,
  input[type=tel].eleven,
  input[type=time].eleven,
  input[type=url].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important;
  }
  input[type=text].twelve,
  input[type=password].twelve,
  input[type=date].twelve,
  input[type=datetime].twelve,
  input[type=email].twelve,
  input[type=number].twelve,
  input[type=search].twelve,
  input[type=tel].twelve,
  input[type=time].twelve,
  input[type=url].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important;
  }
  .button {
    display: block;
  }
  button.button,
  input[type=submit].button,
  input[type=reset].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .button-group button.button,
  .button-group input[type=submit].button {
    width: auto;
    padding: 10px 20px 11px;
  }
  .button-group button.button.large,
  .button-group input[type=submit].button.large {
    padding: 15px 30px 16px;
  }
  .button-group button.button.medium,
  .button-group input[type=submit].button.medium {
    padding: 10px 20px 11px;
  }
  .button-group button.button.small,
  .button-group input[type=submit].button.small {
    padding: 7px 14px 8px;
  }
  .button-group button.button.tiny,
  .button-group input[type=submit].button.tiny {
    padding: 5px 10px 6px;
  }
  .button-group.even button.button,
  .button-group.even input[type=submit].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-bar {
    height: auto;
  }
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }
  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  .flyout.small,
  .flyout.large {
    width: 100% !important;
  }
  .flyout p:last-child {
    margin-bottom: 18px;
  }
  .reveal-modal-bg {
    position: absolute;
  }
  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 50%;
    margin-left: -40%;
    padding: 20px;
    height: auto;
  }
  .clearing-container {
    margin: 0;
  }
  .clearing-close {
    z-index: 99;
    font-size: 37px;
    top: 0px;
    right: 5px;
  }
  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3;
  }
  .clearing-main-right,
  .clearing-main-left {
    display: none;
  }
  .clearing-blackout.clearing-assembled .visible-img,
  .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%;
  }
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none;
  }
  .joyride-tip-guide {
    width: 95% !important;
    left: 2.5% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .joyride-tip-guide-wrapper {
    width: 100%;
  }
  .tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 20px -15px 0px -15px;
  }
  .tabs.mobile dt,
  .tabs.mobile li,
  .tabs.mobile dd {
    float: none;
    height: auto;
  }
  .tabs.mobile dd a,
  .tabs.mobile li a {
    font-size: 15px;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    margin: 0;
    color: #555;
    line-height: 1;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  .tabs.mobile dd a.active,
  .tabs.mobile li a.active {
    border: none;
    background: #2ba6cb;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }
  .tabs.mobile dd:first-child a.active,
  .tabs.mobile li:first-child a.active {
    margin: 0;
  }
  .tabs.mobile + .tabs-content.contained {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs.mobile .section-title {
    padding-left: 20px !important;
  }
  .contained.mobile {
    margin-bottom: 0;
  }
  .contained.tabs.mobile dd a,
  .contained.tabs.mobile li a {
    padding: 18px 20px;
  }
  .tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }
  .tooltip > .nub,
  .tooltip.top > .nub,
  .tooltip.left > .nub,
  .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
@media only screen and (max-width: 940px) {
  .top-bar {
    margin-bottom: 0;
    overflow: hidden;
    height: 45px;
    background: #222222;
  }
  .top-bar .js-generated {
    display: block;
  }
  .contain-to-grid .top-bar {
    width: auto;
  }
  .top-bar section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms 0;
    -moz-transition: left 300ms 0;
    -o-transition: left 300ms 0;
    transition: left 300ms 0;
  }
  .top-bar ul {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  .top-bar ul > li {
    float: none;
  }
  .top-bar ul > li.active,
  .top-bar ul > li:hover {
    background: #151515;
  }
  .top-bar ul > li.name {
    height: 45px;
  }
  .top-bar ul > li.name h1 {
    line-height: 1;
  }
  .top-bar ul > li.name h1 a {
    color: white;
    display: block;
    line-height: 45px !important;
    padding-left: 15px;
    height: 45px;
  }
  .top-bar ul > li:hover a,
  .top-bar ul > li.active a {
    color: white;
  }
  .top-bar ul > li a:not(.button) {
    color: white;
  }
  .top-bar ul > li.toggle-topbar {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .top-bar ul > li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: white transparent transparent transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 22.5px;
    margin-top: -4px;
  }
  .top-bar ul > li.toggle-topbar:hover {
    background: inherit;
  }
  .top-bar ul > li.toggle-topbar a {
    padding: 0 !important;
  }
  .top-bar ul > li.divider {
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px black;
    clear: both;
    height: 1px !important;
    margin: 8px 0 !important;
    width: 100%;
  }
  .top-bar ul > li.search {
    padding: 0 22.5px;
  }
  .top-bar ul > li.search form {
    width: 100%;
  }
  .top-bar ul > li.search form input[type=text] {
    width: 75%;
  }
  .top-bar ul > li.search form .button {
    top: -1px;
    width: 25%;
  }
  .top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
  }
  .top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
  }
  .top-bar ul > li.has-dropdown:hover > .dropdown {
    display: block;
    visibility: hidden;
  }
  .top-bar ul > li.has-dropdown .dropdown {
    visibility: hidden;
    z-index: 0 !important;
  }
  .top-bar ul > li.has-dropdown.moved {
    position: static;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown {
    top: 0;
    visibility: visible;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    margin-bottom: 6px;
    padding-top: 6px !important;
    font-size: 11px;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) {
    padding-bottom: 0;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 8px 22.5px;
    font-size: 14px;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a,
  .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    padding: 0 22.5px;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover {
    background: #3c3c3c;
    display: block;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .top-bar ul > li.has-dropdown.moved .back.title {
    padding-bottom: 0;
  }
  .top-bar ul > li.has-dropdown.moved .back.title a:before {
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent white transparent transparent;
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 {
    margin: 0;
    padding-left: 15px;
    position: relative;
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 a {
    background: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: bold;
  }
  .top-bar ul > li.has-dropdown .dropdown li {
    background: transparent;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 33.75px;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    margin-right: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover {
    background: #3c3c3c;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved {
    position: static;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
    top: 0;
    visibility: visible;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover {
    display: block;
  }
  .top-bar ul.left,
  .top-bar ul.right {
    float: none;
    width: 100%;
  }
  .top-bar ul.left > li,
  .top-bar ul.right > li {
    display: block;
    float: none;
    margin: 0 !important;
  }
  .top-bar ul.left > li.has-dropdown .dropdown,
  .top-bar ul.right > li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  .top-bar section > ul li a:not(.button) {
    padding-left: 22.5px !important;
  }
  .top-bar.expanded {
    height: 100%;
  }
  .top-bar.expanded ul li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent #cccccc transparent;
    top: auto;
    bottom: 50%;
    margin-bottom: -4px;
  }
  .top-bar ul li.has-button {
    padding: 5px 15px;
  }
  .top-bar ul li .button.small {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }
  .top-bar ul > li.has-button a.button {
    margin: 0;
  }
}
/*---------- Début FONTES ----------*/
@font-face {
  font-family: "tga";
  font-weight: normal;
  font-style: normal;
  src: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga.eot?#iefix") format("embedded-opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga.woff") format("woff"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga.otf") format("opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga.svg#tga") format("svg"); /* Mobiles OS anciens */
}
@font-face {
  font-family: "tga";
  font-weight: bold;
  src: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-b.eot?#iefix") format("embedded-opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-b.woff") format("woff"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-b.otf") format("opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-b.svg#tga-b") format("svg"); /* Mobiles OS anciens */
}
@font-face {
  font-family: "tga";
  font-style: italic;
  src: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-i.eot?#iefix") format("embedded-opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-i.woff") format("woff"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-i.otf") format("opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-i.svg#tga-i") format("svg"); /* Mobiles OS anciens */
}
@font-face {
  font-family: "tga";
  font-weight: bold;
  font-style: italic;
  src: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-bi.eot?#iefix") format("embedded-opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-bi.woff") format("woff"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-bi.otf") format("opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/tga-bi.svg#tga-bi") format("svg"); /* Mobiles OS anciens */
}
@font-face {
  font-family: "omgwritelikewilliam";
  font-weight: normal;
  font-style: normal;
  src: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/omgwritelikewilliam.eot?#iefix") format("embedded-opentype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/omgwritelikewilliam.woff") format("woff"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/omgwritelikewilliam.ttf") format("truetype"), url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/fonts/omgwritelikewilliam.svg#omgwritelikewilliam") format("svg"); /* Mobiles OS anciens */
}
/*---------- Fin FONTES ----------*/
/*---------- Début VARIABLES ----------*/
/* Blanc */
/* Noir */
/* Gris */
/* Couleurs */
/* Textes
"fs" pour font-size
"ff" pour font-family
*/
/*---------- Fin VARIABLES ----------*/
/*---------- Début MIXINS ----------*/
/*---------- Fin MIXINS ----------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
}

html {
  font-size: 100% !important;
}

html,
body {
  height: 100%;
}

html {
  background: #dedede url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bg_header.jpg) repeat 0 0;
}

body {
  color: #000;
  font: 12px/1.22 Arial, Helvetica, Clean, sans-serif;
  line-height: 1.5em;
}

a {
  color: #bcbd24;
}
a:hover {
  color: #9e9f1e;
  text-decoration: underline;
}
a:focus {
  color: #9e9f1e;
  outline: 1px dotted rgba(0, 0, 0, 0.2);
}

h1, h2, h3, h4, h5, h6 {
  color: #c9ca26;
  font-weight: bold;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 1.22em;
  margin: 1em 0 0.5em 0;
}

h1 {
  font-size: 2.667em;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
  color: #535353;
}

h4 {
  font-size: 1.334em;
}

h5 {
  font-size: 1.167em;
}

p {
  margin: 1em 0;
}

img {
  border: none;
}

strong, b {
  font-weight: bold;
}

form label {
  margin-bottom: 0;
}

.sidebar ol {
  list-style-type: none;
  margin-left: 0;
}

.required em {
  color: #c00000;
  padding-right: 3px;
}

ul.messages {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 6;
  top: -10px;
  width: 100%;
  left: 0;
  margin: 0;
}
ul.messages li {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
ul.messages li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.messages li ul li {
  color: #fff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}
ul.messages li.success-msg li {
  background-color: #7fae00;
  border-color: #6c9500;
}
ul.messages li.notice-msg li {
  background-color: #fff59b;
  border-color: #fff282;
  color: rgba(0, 0, 0, 0.8);
}
ul.messages li.error-msg li {
  background-color: #c00000;
  border-color: #a70000;
}

.alertes {
  padding: 20px;
  background-color: rgba(201, 202, 38, 0.8);
}
.alertes p {
  color: #fff;
  font-size: 1.334em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0;
}

.std .intro {
  font-size: 1.167em;
  color: #626262;
  font-style: italic;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4df;
}
.std a.lien-contact {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 1.5em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #d7d832;
  box-shadow: none;
  padding: 10px;
  margin: 0;
  padding-left: 50px;
  position: relative;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: visible;
  color: #d7d832;
  background-color: rgba(215, 216, 50, 0.2);
}
.std a.lien-contact:hover, .std a.lien-contact:focus {
  color: rgba(255, 255, 255, 0.6);
  background-color: #c9ca26;
}
.std a.lien-contact:focus {
  box-shadow: none;
}
.std a.lien-contact.disabled, .std a.lien-contact[disabled] {
  color: #c9ca26;
  background-color: rgba(215, 216, 50, 0.25);
}
.std a.lien-contact.disabled:hover, .std a.lien-contact[disabled]:hover {
  color: #c9ca26;
  background-color: rgba(215, 216, 50, 0.25);
}
.std a.lien-contact:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -1px;
  left: 0;
  background: #d7d832 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_mail-blanc.png) no-repeat center center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.std a.lien-contact:hover {
  color: #c9ca26;
  background-color: rgba(215, 216, 50, 0.3);
}
.std a.lien-contact:hover:before {
  background-color: #c9ca26;
}
.std a.lien-social {
  display: inline-block;
  vertical-align: middle;
}
.std ul {
  padding: 0 0 0 3.33em;
}
.std table {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  width: 100%;
  border-collapse: collapse;
}
.std table th, .std table td {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}
.std table th {
  background-color: #eee;
}

/*---------- Début CLASS GENERALES ----------*/
a.tous {
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

label, .label {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
}

.a-left {
  text-align: left;
}

.a-center {
  text-align: center;
}

.a-right {
  text-align: right;
}

p.back-link a {
  display: inline-block;
  color: #535353;
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 32px;
  position: relative;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0;
}
p.back-link a:hover {
  color: #000;
}

/*---------- Fin CLASS GENERALES ----------*/
/* -----------------------------------------
     HEADER
----------------------------------------- */
header {
  position: relative;
  padding: 0 0 20px 0;
  border-bottom: 46px solid #fff;
  /* Recherche */
  /* Bloc utilisateur */
}
header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  z-index: 2;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/page-h.png) repeat-x center 0;
}
header .row {
  position: relative;
}
header .notice {
  position: absolute;
  left: 300px;
  top: 30px;
  color: #666;
}
header .top-bar {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  height: 34px;
  min-height: inherit;
  background-color: #535353;
}
header .top-bar ul li {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
}
header .top-bar a {
  font-color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: bold;
}
header .top-bar ul#langues {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
header .top-bar ul#langues li {
  display: block;
  float: left;
  margin: 5px;
}
header .top-bar ul#langues li:hover, header .top-bar ul#langues li:focus {
  background: none;
}
header .top-bar ul#langues li a {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  font-color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a0a0a0;
  display: block;
  width: 14px;
  height: 24px;
  padding: 4px 0 0 0;
  text-align: center;
  text-decoration: underline;
}
header .top-bar ul#langues li a:hover {
  color: #c9c9c9;
  text-decoration: none;
}
header .top-bar ul#langues li a.actif {
  color: #fff;
  text-decoration: none;
}
header .top-bar #infos-contact {
  float: right;
  margin: 0;
  height: 34px;
}
header .top-bar #infos-contact h2 {
  float: left;
  color: #fff;
  font-size: 1.167em;
  line-height: 1.5em;
  font-weight: normal;
  font-family: omgwritelikewilliam, Arial, Helvetica, Clean, sans-serif;
  text-align: right;
  margin: 10px 15px 0 0;
  position: relative;
}
header .top-bar #infos-contact p {
  float: left;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  margin: 5px 10px 5px 0;
  padding: 4px 0;
}
header .top-bar #infos-contact p a {
  color: #fff;
  margin: 0 0 0 10px;
}
header .top-bar #infos-contact p + p {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin: 5px 0;
}
header .top-bar #social {
  position: fixed;
  z-index: 10;
  top: 177px;
  right: 0;
}
header .top-bar #social ul {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 3px;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
header .top-bar #social ul li {
  float: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #e5e5e5;
}
header .top-bar #social ul li a {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  opacity: 0.6;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 16px -695px;
}
header .top-bar #social ul li a:hover {
  opacity: 1;
}
header .top-bar #social ul li.blog a {
  opacity: 1;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_social-blog.png) no-repeat center center;
}
header .top-bar #social ul li.blog a:hover {
  opacity: 0.6;
}
header .top-bar #social ul li.fb a {
  background-position: 16px -690px;
}
header .top-bar #social ul li.tw a {
  background-position: 11px -890px;
}
header .top-bar #social ul li.gp a {
  background-position: 11px -740px;
}
header .top-bar #social ul li.yt a {
  background-position: 8px -940px;
}
header .top-bar #social ul li.rss a {
  background-position: 11px -840px;
}
header #logo {
  display: block;
  float: left;
  margin: 15px 2.04%;
  width: 32.92%;
  height: 70px;
  position: relative;
}
header #logo a {
  display: block;
  height: 70px;
}
header #logo span {
  font-size: 11px;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  line-height: 1.22em;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  white-space: nowrap;
  left: 76px;
  top: 44px;
}
header .searchautocomplete {
  top: auto;
  right: auto;
  width: auto;
  max-width: 37.57%;
  height: 40px;
  padding: 5px;
  margin: 30px 3.43% 0;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #d7d832;
}
header .searchautocomplete > label {
  display: none;
}
header .searchautocomplete .nav-input {
  padding: 0 !important;
}
header .searchautocomplete .nav-input input {
  color: #a0a0a0;
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  padding: 5px;
  height: 30px;
  width: 400px;
  max-width: 100%;
  margin: 0;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}
header .searchautocomplete .nav-input input:focus, header .searchautocomplete .nav-input input:active {
  outline: 1px solid rgba(0, 0, 0, 0.05);
}
header .searchautocomplete .searchautocomplete-loader {
  z-index: 13;
  top: 7px;
  right: 30px;
}
header .searchautocomplete .nav-submit-button {
  background: none;
  float: none;
  height: auto;
  padding: 0;
  position: relative;
  top: -30px;
  right: 0;
}
header .searchautocomplete .nav-submit-button button[type=submit] {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_loupe.png) no-repeat center center;
}
header .searchautocomplete .nav-submit-button button[type=submit]:hover, header .searchautocomplete .nav-submit-button button[type=submit]:active {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_loupe.png) no-repeat center center;
}
header .searchautocomplete .searchautocomplete-placeholder {
  position: absolute;
  z-index: 1000;
  top: 95px;
  right: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
header .searchautocomplete .searchautocomplete-placeholder:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ccc;
  width: 0;
  top: -30px;
  left: 50%;
  margin-left: -15px;
}
header .searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 505px;
  overflow-y: scroll;
}
header .searchautocomplete .searchautocomplete-placeholder ul li {
  position: relative;
  font-size: 0.917em;
  padding: 10px 170px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
header .searchautocomplete .searchautocomplete-placeholder ul li:after {
  content: "";
  clear: both;
  display: block;
}
header .searchautocomplete .searchautocomplete-placeholder ul li:hover, header .searchautocomplete .searchautocomplete-placeholder ul li:focus {
  background-color: #eee;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .highlight {
  line-height: 1.2em;
  background: none;
  color: #666;
}
header .searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #000;
  font-size: 1.182em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0 10px 0 0;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  text-align: right;
  margin: 0;
  width: 160px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c9ca26;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box p {
  margin: 0;
  display: inline-block;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  text-decoration: line-through;
  color: #898989;
  font-size: 1em;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price {
  margin: 0 3px;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price,
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price {
  font-weight: bold;
  font-size: 1.273em;
  line-height: 1em;
}
header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .pourcentage {
  padding: 2px 3px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.091em;
  font-weight: bold;
  background-color: #bcbd24;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
header .searchautocomplete .searchautocomplete-placeholder .all a {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  text-align: center;
  background-color: #c9ca26;
}
header .searchautocomplete .searchautocomplete-placeholder .out-of-stock {
  color: #c00418;
  display: inline-block;
}
header .searchautocomplete .searchautocomplete-placeholder .in-stock {
  color: #d7d832;
  display: inline-block;
}
header #user {
  position: relative;
  z-index: 1;
  float: right;
  width: 18.57%;
  height: 128px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bloc-user.png) no-repeat 0 0;
}
header #user a {
  display: block;
  padding: 10px 5px 10px 35px;
}
header #user a.login, header #user a.logout {
  color: #000;
  font-size: 0.917em;
  font-weight: bold;
  height: 32px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_user.png) no-repeat 8px 7px;
  opacity: 0.6;
}
header #user a.login:hover, header #user a.logout:hover {
  opacity: 1;
}
header #user a.login {
  width: 158px;
  max-width: 100%;
  overflow: hidden;
}
header #user a.logout {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.0001em;
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 32px;
  padding: 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_logout2.png) no-repeat center center;
}
header #user a.cartgo {
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-size: 1.334em;
  line-height: 1.334em;
  font-weight: bold;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-entete.png) no-repeat 4px 12px;
}
header #user a.cartgo span {
  font-size: 0.875em;
  font-weight: normal;
  margin: 0 5px 0 0;
}

/* Main nav */
nav#main-nav {
  display: block !important;
  position: absolute;
  bottom: -66px;
  width: inherit;
}
nav#main-nav #custommenu {
  position: relative;
  z-index: 100;
  min-height: 46px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(83, 83, 83, 0.4);
}
nav#main-nav #custommenu .menu {
  font-size: 1em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: none;
  height: 46px;
  letter-spacing: -0.36px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
nav#main-nav #custommenu .menu a {
  display: block;
  height: 46px;
  padding: 15px 7px 15px 7px;
  color: #fff;
  font-size: 1.25em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: inherit;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
nav#main-nav #custommenu .menu a:hover {
  text-decoration: none;
  background-color: #d7d832;
}
nav#main-nav #custommenu .menu a span {
  height: auto;
  padding: 0;
}
nav#main-nav #custommenu .menu.active a, nav#main-nav #custommenu .menu.act a {
  color: #fff !important;
  background-color: #d7d832 !important;
}
nav#main-nav #custommenu .menu .menu0 {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
nav#main-nav #custommenu .menu .menu0 a {
  width: 50px;
  color: transparent;
  font-size: 0.0001em;
  text-shadow: none;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_accueil.png) no-repeat center center;
}
nav#main-nav #custommenu .menu .menu0 a:hover {
  background-color: #d7d832;
}
nav#main-nav #custommenu div.wp-custom-menu-popup {
  padding: 10px 0;
  overflow: visible;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  background: #535353;
  width: auto;
  margin-top: 0;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column {
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column a.level1 {
  white-space: nowrap;
  height: auto;
  padding: 2px 20px;
  margin: 0;
  font-size: 1.167em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  color: #d2d2d2;
  text-shadow: none;
  text-transform: none;
  line-height: inherit;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column a.level1:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 {
  margin: 0;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 a.level2 {
  color: #d2d2d2;
  font-size: 1em;
  font-family: Arial;
  padding: 0 40px;
  margin: 0;
  border-radius: 0;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 a.level2:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level2 a.level2.active {
  color: #d7d832;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 {
  margin: 0;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 a.level3 {
  color: #d2d2d2;
  font-size: 0.917em;
  font-family: Arial;
  padding: 0 40px 0 60px;
  margin: 0;
  border-radius: 0;
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 a.level3:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
nav#main-nav #custommenu div.wp-custom-menu-popup div.column .level3 a.level3.active > a {
  color: #d7d832;
}
nav#main-nav #custommenu-mobile {
  padding: 45px 0 0 0;
}
nav#main-nav #custommenu-mobile #menu-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
  color: #fff;
  font-size: 1.334em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 5px;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
nav#main-nav #custommenu-mobile #menu-button a {
  font-size: 0.0001em;
  color: transparent;
  float: none;
  margin: 0;
  min-width: 24px;
  height: 24px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_menu-mobile.png) no-repeat center center;
}
nav#main-nav #custommenu-mobile #menu-button a span:after {
  display: none;
}
nav#main-nav #custommenu-mobile #menu-button:hover, nav#main-nav #custommenu-mobile #menu-button:active {
  background-color: #d7d832;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile {
  font-size: 1em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: none;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile.level0 {
  background-color: #898989;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level1 {
  background: none;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level2 {
  background: none;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level1 .parentMenu {
  height: 36px;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .level2 .parentMenu {
  height: 30px;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu {
  height: 46px;
  border-color: rgba(255, 255, 255, 0.1);
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:hover, nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:active {
  background-color: #d7d832;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:hover a, nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu:active a {
  background: none;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a {
  display: block;
  height: 46px;
  padding: 15px;
  margin-right: 60px;
  color: #fff;
  font-size: 1.334em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  line-height: inherit;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a:hover, nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a:active {
  text-decoration: none;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a span {
  height: auto;
  padding: 0;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a.level1 {
  font-size: 1.167em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-shadow: none;
  height: 36px;
  padding: 10px 30px;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu a.level2 {
  font-size: 1em;
  font-family: Arial;
  text-shadow: none;
  height: 30px;
  padding: 7px 45px;
}
nav#main-nav #custommenu-mobile #menu-content .menu-mobile .parentMenu.active a {
  color: #fff !important;
  background-color: #d7d832 !important;
}
nav#main-nav #custommenu-mobile .button {
  width: 60px;
  height: 46px;
  padding: 0;
  right: 0;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.4);
}
nav#main-nav #custommenu-mobile .level1 .button {
  height: 36px;
}
nav#main-nav #custommenu-mobile .level2 .button {
  height: 30px;
}

/* Top Navigation */
header .links li {
  margin-right: 0.8rem;
}

header .links li.last {
  margin-right: 0;
}

.quick-access ul li, header .links li, .limiter li, .pages li {
  float: left;
}

#mobi-nav nav {
  border: 0 none;
}

#mobi-nav ul li .level0 {
  display: none;
}

#wub-wub-nav {
  padding-top: 12px;
  clear: both;
  display: block;
  margin-bottom: 0;
}

ul.tabs-content > li.level-top {
  display: block;
}

ul.tabs-content > li.level-top a {
  display: block;
  padding: 5px;
}

ul.tabs-content .level0 a.level-top {
  background: #efefef;
  padding: 10px;
  margin: 0;
}

.super-header.row.show-on-phones .top-links {
  width: 48%;
  float: left;
}

.super-header.row.show-on-phones .store-select {
  width: 21%;
  float: right;
}

label + input.input-text,
label + textarea,
label + select,
label + div.dropdown,
select + div.dropdown {
  margin: 0;
}

.store-select {
  float: right;
}

.store-select label {
  display: none;
}

header .form-language label {
  display: none;
}

h1.logo {
  margin-bottom: 0;
}

.top-promo {
  float: right;
  border: none;
  border-right: 1px solid #b7b7b7;
  padding-right: 5px;
}

header .top-bar span.fs1 {
  font-size: 16px;
}

.utilities {
  padding: 12px;
  background: #fff;
}

/* -----------------------------------------
     HEADER
----------------------------------------- */
/* -----------------------------------------
     MAIN
----------------------------------------- */
.row {
  width: 980px !important;
  max-width: 100% !important;
}
.row .row {
  width: auto !important;
  margin: 0 !important;
}

.col-main,
.main-container {
  padding: 20px 0 0 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.col-main > .row,
.main-container > .row {
  position: relative;
  min-height: 617px;
}
.col-main > .row:before,
.main-container > .row:before {
  content: "";
  display: block;
  position: absolute;
  right: -436px;
  bottom: 0;
  width: 396px;
  height: 552px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/forme-logo.png) no-repeat 0 0;
}
.col-main > .row:after,
.main-container > .row:after {
  content: "";
  clear: both;
  display: block;
}

.checkout-onepage-index .col-main:before,
.checkout-onepage-failure .col-main:before {
  display: none;
}

.main-container .main-container,
.col-main .col-main,
.col-main .main-container,
.main-container .col-main {
  padding: 0;
  box-shadow: none;
}

ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  background: none;
  border: none;
  border-radius: 0;
  margin: -10px 0 25px 0;
}
ul.breadcrumbs li {
  display: inline;
  float: none;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: inherit;
}
ul.breadcrumbs li a {
  color: #898989;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
ul.breadcrumbs li a:hover {
  text-decoration: none;
}
ul.breadcrumbs li strong {
  font-weight: normal;
  color: #535353;
}
ul.breadcrumbs li:before {
  content: "›";
  color: #b5b5b5;
  margin: 0 3px;
}
ul.breadcrumbs li:first-child:before {
  margin: 0;
}

.category-title {
  position: relative;
}
.category-title a.link-rss {
  position: absolute;
  right: -11px;
  display: block;
  padding: 0 36px 0 0;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  background: transparent url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png") no-repeat right -850px;
}

.category-description a {
  text-decoration: underline;
}
.category-description a:hover {
  text-decoration: none;
}

/*---------- Début HOME-------*/
#mosaique ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mosaique ul:after {
  content: "";
  clear: both;
  display: block;
}
#mosaique ul li {
  display: block;
  float: left;
}
#mosaique ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
#mosaique ul li a h2 {
  color: #fff;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin: 0 0 0 -4px;
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
}
#mosaique ul li a p {
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #fff;
  font-size: 1.167em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
#mosaique ul li a img {
  display: block;
}
#mosaique ul li a:hover {
  text-decoration: none;
}
#mosaique ul li a:hover p {
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#mosaique ul li:last-child {
  margin: 0 !important;
}
#mosaique ul#mosaique-main {
  margin: 0 1px 10px 1px;
}
#mosaique ul#mosaique-main li {
  width: 24.18%;
  margin: 0 1.02% 0 0;
}
#mosaique ul#mosaique-main li a h2 {
  text-align: center;
  font-size: 5.42em;
  line-height: 0.85em;
  letter-spacing: -4px;
  margin: 0 0 0 -4px;
}
#mosaique ul#mosaique-main li a:hover p {
  padding: 15px 15px 65px 15px;
}
#mosaique ul#mosaique-second {
  margin: 0 1px 40px 1px;
}
#mosaique ul#mosaique-second li {
  width: 32.65%;
  margin: 0 1.02% 0 0;
}
#mosaique ul#mosaique-second li a h2 {
  text-align: right;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -2px;
  margin: 0;
}
#mosaique ul#mosaique-second li a:hover p {
  padding: 15px 15px 30px 15px;
}
#mosaique a#choisirsonrechaud {
  display: block;
  height: 40px;
  margin: 0 0 20px 0;
  position: relative;
  font-size: 1.834em;
  font-weight: bold;
  font-family: "omgwritelikewilliam", Arial, Helvetica, Clean, sans-serif;
  text-align: center;
  line-height: 1.5em;
  padding: 10px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  background: #d7d832 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bg_vert.jpg) repeat 0 0;
}
#mosaique a#choisirsonrechaud:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ombre-b.png) no-repeat 0 0;
}

#nvprod {
  margin: 0 20px 40px 20px;
  padding: 20px 0 0 0;
  position: relative;
  float: left;
  width: 69.79%; /* 684px*/
}
#nvprod h2 {
  color: #b076a5;
  text-align: center;
  text-transform: uppercase;
  min-height: 35px;
  margin: 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/traits.png) no-repeat center 10px;
}
#nvprod h2 a {
  display: inline-block;
  color: #b076a5;
  padding: 0 5px;
  background-color: #fff;
}
#nvprod ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nvprod ul:after {
  content: "";
  clear: both;
  display: block;
}
#nvprod ul li {
  position: relative;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  width: 156px;
  width: 22.8% !important;
  margin-right: 2.9% !important;
}
#nvprod ul li a.lien-product {
  color: #535353;
  display: block;
  position: relative;
}
#nvprod ul li a.lien-product span.category {
  position: absolute;
  z-index: 11;
  top: 5px;
  left: -5px;
  display: block;
  height: 20px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.667em;
  text-transform: uppercase;
  text-align: center;
}
#nvprod ul li a.lien-product span.img {
  display: block;
  position: relative;
}
#nvprod ul li a.lien-product span.img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -9px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px;
}
#nvprod ul li a.lien-product span.img img {
  display: block;
  border: 1px solid #e5e5e5;
}
#nvprod ul li a.lien-product h3, #nvprod ul li a.lien-product .product-name {
  color: #535353;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 0.917em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 0 0;
}
#nvprod ul li a.lien-product .price-box {
  position: absolute;
  right: 1px;
  top: 131px;
  height: 24px;
  padding: 6px 10px 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
  line-height: 1em;
  text-shadow: 0 0 5px #fff;
}
#nvprod ul li a.lien-product .price-box .old-price, #nvprod ul li a.lien-product .price-box .special-price {
  margin: 0 3px 0 0;
  display: inline;
}
#nvprod ul li a.lien-product .price-box .price {
  color: #c9ca26;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1em;
}
#nvprod ul li a.lien-product .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
}
#nvprod ul li a.lien-product:hover {
  color: #535353;
  text-decoration: none;
}
#nvprod ul li a.lien-product:hover img {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#nvprod ul li a.lien-product:hover h3, #nvprod ul li a.lien-product:hover .product-name {
  color: #535353;
  text-decoration: underline;
}
#nvprod ul li .actions {
  text-align: right;
  margin: 7px 0 0 0;
}
#nvprod ul li .actions .button, #nvprod ul li .actions a, #nvprod ul li .actions span {
  vertical-align: middle;
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 1px;
  border: none;
}
#nvprod ul li .actions .button.btn-cart, #nvprod ul li .actions a.btn-cart, #nvprod ul li .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier.png) no-repeat 0 0;
}
#nvprod ul li .actions .button.link-compare, #nvprod ul li .actions a.link-compare, #nvprod ul li .actions span.link-compare {
  cursor: pointer;
  width: 21px;
  height: 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur.png) no-repeat 0 0;
}
#nvprod ul li .actions .button.out-of-stock, #nvprod ul li .actions a.out-of-stock, #nvprod ul li .actions span.out-of-stock {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-no.png) no-repeat 0 0;
  cursor: help;
}
#nvprod ul li .actions .button:hover, #nvprod ul li .actions a:hover, #nvprod ul li .actions span:hover {
  opacity: 0.9;
}
#nvprod ul li .ratings {
  float: left;
  width: 22px;
  height: 20px;
}
#nvprod ul li .ratings .rating-box {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  width: 69px;
  height: 18px;
  border-bottom: 4px solid #fff;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 1px;
  text-indent: -999em;
  overflow: hidden;
}
#nvprod ul li .ratings .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
#nvprod ul li .ratings .amount {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: default;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_commentaires.png) no-repeat 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: bold;
}
#nvprod ul li .ratings .amount a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
#nvprod ul li .ratings .amount:hover {
  color: #535353;
}
#nvprod ul li.nvprod .product-label:before, #nvprod ul li.promo .product-label:before, #nvprod ul li.label-1769 .product-label:before, #nvprod ul li.label-1770 .product-label:before, #nvprod ul li.label-1949 .product-label:before, #nvprod ul li.label-1951 .product-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
}
#nvprod ul li.nvprod .product-label.nvprod:before {
  border-top: 5px solid #8a507f;
}
#nvprod ul li.nvprod a.lien-product .category {
  background-color: #b076a5;
}
#nvprod ul li.nvprod a.lien-product img {
  border-color: rgba(176, 118, 165, 0.2) !important;
}
#nvprod ul li.nvprod a.lien-product .price {
  color: #b076a5;
}
#nvprod ul li.nvprod .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important;
}
#nvprod ul li.promo .product-label.promo:before {
  border-top: 5px solid #a24808;
}
#nvprod ul li.promo a.lien-product .category {
  background-color: #eb690b;
}
#nvprod ul li.promo a.lien-product img {
  border-color: rgba(235, 105, 11, 0.3) !important;
}
#nvprod ul li.promo a.lien-product .price {
  color: #eb690b;
}
#nvprod ul li.promo .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#nvprod ul li.label-1769 .product-label.label-1769:before {
  border-top: 5px solid #15426d;
}
#nvprod ul li.label-1769 a.lien-product .category {
  background-color: #2268ad;
}
#nvprod ul li.label-1769 a.lien-product img {
  border-color: rgba(34, 104, 173, 0.3) !important;
}
#nvprod ul li.label-1769 a.lien-product .price {
  color: #2268ad;
}
#nvprod ul li.label-1769 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#nvprod ul li.label-1770 .product-label.label-1770:before {
  border-top: 5px solid #9e9f1e;
}
#nvprod ul li.label-1770 a.lien-product .category {
  background-color: #d7d832;
}
#nvprod ul li.label-1770 a.lien-product img {
  border-color: rgba(215, 216, 50, 0.3) !important;
}
#nvprod ul li.label-1770 a.lien-product .price {
  color: #d7d832;
}
#nvprod ul li.label-1770 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#nvprod ul li.label-1949 .product-label.label-1949:before {
  border-top: 5px solid #71061c;
}
#nvprod ul li.label-1949 a.lien-product .category {
  background-color: #ba0a2e;
}
#nvprod ul li.label-1949 a.lien-product img {
  border-color: rgba(186, 10, 46, 0.3) !important;
}
#nvprod ul li.label-1949 a.lien-product .price {
  color: #ba0a2e;
}
#nvprod ul li.label-1949 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#nvprod ul li.label-1951 .product-label.label-1951:before {
  border-top: 5px solid #2e3148;
}
#nvprod ul li.label-1951 a.lien-product .category {
  background-color: #4c5177;
}
#nvprod ul li.label-1951 a.lien-product img {
  border-color: rgba(76, 81, 119, 0.3) !important;
}
#nvprod ul li.label-1951 a.lien-product .price {
  color: #4c5177;
}
#nvprod ul li.label-1951 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#nvprod ul li:nth-child(4n+4) {
  margin-right: 0 !important;
}
#nvprod ul li:before {
  display: none !important;
}
#nvprod footer {
  clear: both;
  text-align: right;
  border-top: 2px solid #e5e5e5;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}
#nvprod footer a.tous {
  color: #b076a5;
  text-align: right;
  position: relative;
  z-index: 100;
  min-height: 22px;
  padding: 2px 35px 0 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-violet.png) no-repeat right 0;
}

aside#services {
  float: right;
  width: 24.08%; /*236px*/
  padding: 56px 0 0 0;
}

/*---------- Fin HOME ----------*/
/*---------- Début Services ----------*/
#services .services {
  border: 1px solid #dcdcdc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 100px;
  margin: 20px 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/blocs-services.jpg) no-repeat 0 0;
}
#services .services:after {
  content: "";
  clear: both;
  display: block;
}
#services .services p {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  margin: 0;
  font-style: normal;
}
#services .services p.texte {
  float: left;
  width: 62%;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 1.22em;
}
#services .services p.texte span {
  display: block;
}
#services .services p.texte span.title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.334em;
  font-weight: bold;
  line-height: 1.22em;
  margin: 0 0 10px 0;
}
#services .services p.texte span.title strong {
  color: #000;
  font-size: 1.125em;
}
#services .services p.image {
  float: right;
  width: 38%;
  padding: 15px 5px;
  text-align: center;
}
#services .services#service-contact span.title strong {
  font-size: 1em;
}
#services .services#service-livraison span.title, #services .services#service-paiement span.title {
  margin-top: 20px;
}
#services .services#service-stock span.title {
  margin-bottom: 5px;
}

/*---------- Fin Services ----------*/
/*---------- Début COLONNE ----------*/
aside#sidebar a.retour-liste {
  display: inline-block;
  color: #535353;
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 32px;
  position: relative;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0;
  margin: 10px 0 20px 0;
}
aside#sidebar a.retour-liste:hover {
  color: #000;
}
aside#sidebar p {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
}
aside#sidebar .block {
  margin: 30px 0 50px 0;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background-color: #e5e5e5;
  position: relative;
}
aside#sidebar .block .block-title {
  color: #c9c9c9;
  position: absolute;
  top: -19px;
  left: 20px;
  font-size: 1.667em;
  font-weight: bold;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
aside#sidebar .block .block-content {
  padding: 10px 20px;
}
aside#sidebar .block .block-content .block-subtitle {
  display: none;
}
aside#sidebar .block .block-content ol, aside#sidebar .block .block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside#sidebar .block .block-content .aw-ln-clear-all, aside#sidebar .block .block-content .aw-ln-clear-all a,
aside#sidebar .block .block-content .aw-ln-filter-collapse-show, aside#sidebar .block .block-content .aw-ln-filter-collapse-hide {
  color: #666;
  font-size: 11px;
}
aside#sidebar .block .block-content .aw-ln-clear-all:hover, aside#sidebar .block .block-content .aw-ln-clear-all:focus, aside#sidebar .block .block-content .aw-ln-clear-all a:hover, aside#sidebar .block .block-content .aw-ln-clear-all a:focus,
aside#sidebar .block .block-content .aw-ln-filter-collapse-show:hover,
aside#sidebar .block .block-content .aw-ln-filter-collapse-show:focus, aside#sidebar .block .block-content .aw-ln-filter-collapse-hide:hover, aside#sidebar .block .block-content .aw-ln-filter-collapse-hide:focus {
  color: #000;
  text-decoration: underline;
}
aside#sidebar .block .block-content .aw-ln-filter-collapse-show:before, aside#sidebar .block .block-content .aw-ln-filter-collapse-hide:before {
  content: "+";
  display: inline-block;
  width: 13px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
aside#sidebar .block .block-content .aw-ln-filter-collapse-hide:before {
  content: "-";
}
aside#sidebar .block .block-content #aw-ln-filters-container dt {
  text-transform: uppercase;
  margin: 0.5em 0 0.25em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
aside#sidebar .block .block-content #aw-ln-filters-container dt span:first-child {
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
}
aside#sidebar .block .block-content #aw-ln-filters-container dt .aw-ln-filter-clear, aside#sidebar .block .block-content #aw-ln-filters-container dt .aw-ln-filter-clear a {
  color: #666;
}
aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label {
  margin: 0;
}
aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label a, aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label .label label {
  font-size: 1.084em;
  color: #000;
  line-height: inherit;
}
aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label input[type=radio]:checked, aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label input[type=checkbox]:checked {
  color: #d7d832;
}
aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label input[type=radio]:checked + a, aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label input[type=checkbox]:checked + a {
  color: #fff;
  background: #c9ca26;
  padding: 2px 5px;
}
aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label input[type=radio]:checked + .label label, aside#sidebar .block .block-content #aw-ln-filters-container dd ol li label input[type=checkbox]:checked + .label label {
  color: #fff;
  background: #c9ca26;
  padding: 2px 5px;
}
aside#sidebar .block .block-content #aw-ln-filters-container dd ol li span {
  color: #535353;
}
aside#sidebar .block .block-content .aw-ln-filter-options-range-slider-active {
  background: #d7d832;
  height: 8px;
  margin-top: 5px;
}
aside#sidebar .block .block-content a.suppr {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  float: right;
  width: 10px;
  height: 10px;
  margin: 2px 0 0 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_retirer.png) no-repeat 0 0;
}
aside#sidebar .block .block-content a.suppr:hover {
  opacity: 0.8;
}
aside#sidebar .block .block-content p.actions {
  font-size: 1em;
  line-height: 1em;
  text-align: right;
}
aside#sidebar .block .block-content p.actions a {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 14px;
  height: 17px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_corbeille.png) no-repeat 0 0;
}
aside#sidebar .block .block-content p.actions a:hover {
  opacity: 0.8;
}
aside#sidebar .block:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 10px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ombre-bloc-col.png) no-repeat center 0;
}
aside#sidebar .block-menu,
aside#sidebar .block-progress,
aside#sidebar .block-account { /* Menu Compte utilisateur */
  border-color: #a1a1a1;
  background-color: #bababa;
}
aside#sidebar .block-menu .block-title,
aside#sidebar .block-progress .block-title,
aside#sidebar .block-account .block-title {
  color: #a1a1a1;
}
aside#sidebar .block-menu .block-content,
aside#sidebar .block-progress .block-content,
aside#sidebar .block-account .block-content {
  padding: 0;
}
aside#sidebar .block-menu .block-content ul li,
aside#sidebar .block-progress .block-content ul li,
aside#sidebar .block-account .block-content ul li {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ombre-ssmenu.png) no-repeat center bottom;
}
aside#sidebar .block-menu .block-content ul li a, aside#sidebar .block-menu .block-content ul li strong, aside#sidebar .block-menu .block-content ul li h4,
aside#sidebar .block-progress .block-content ul li a,
aside#sidebar .block-progress .block-content ul li strong,
aside#sidebar .block-progress .block-content ul li h4,
aside#sidebar .block-account .block-content ul li a,
aside#sidebar .block-account .block-content ul li strong,
aside#sidebar .block-account .block-content ul li h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.167em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
  min-height: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
aside#sidebar .block-menu .block-content ul li a span, aside#sidebar .block-menu .block-content ul li strong span, aside#sidebar .block-menu .block-content ul li h4 span,
aside#sidebar .block-progress .block-content ul li a span,
aside#sidebar .block-progress .block-content ul li strong span,
aside#sidebar .block-progress .block-content ul li h4 span,
aside#sidebar .block-account .block-content ul li a span,
aside#sidebar .block-account .block-content ul li strong span,
aside#sidebar .block-account .block-content ul li h4 span {
  color: #e5e5e5;
  text-shadow: none;
  font-size: 0.858em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
}
aside#sidebar .block-menu .block-content ul li a:hover, aside#sidebar .block-menu .block-content ul li strong:hover, aside#sidebar .block-menu .block-content ul li h4:hover,
aside#sidebar .block-progress .block-content ul li a:hover,
aside#sidebar .block-progress .block-content ul li strong:hover,
aside#sidebar .block-progress .block-content ul li h4:hover,
aside#sidebar .block-account .block-content ul li a:hover,
aside#sidebar .block-account .block-content ul li strong:hover,
aside#sidebar .block-account .block-content ul li h4:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
aside#sidebar .block-menu .block-content ul li h4 a,
aside#sidebar .block-progress .block-content ul li h4 a,
aside#sidebar .block-account .block-content ul li h4 a {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  padding: 0;
  min-height: 16px;
  width: 16px;
  height: 16px;
  float: right;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1350px;
}
aside#sidebar .block-menu .block-content ul li h4 a:hover,
aside#sidebar .block-progress .block-content ul li h4 a:hover,
aside#sidebar .block-account .block-content ul li h4 a:hover {
  background-color: transparent;
  opacity: 0.6;
}
aside#sidebar .block-menu .block-content ul li h4:hover,
aside#sidebar .block-progress .block-content ul li h4:hover,
aside#sidebar .block-account .block-content ul li h4:hover {
  background-color: transparent;
}
aside#sidebar .block-menu .block-content ul li .ctn,
aside#sidebar .block-progress .block-content ul li .ctn,
aside#sidebar .block-account .block-content ul li .ctn {
  font-size: 11px;
  line-height: 1.22em;
  padding: 10px 10px 10px 20px;
}
aside#sidebar .block-menu .block-content ul li .ctn address,
aside#sidebar .block-progress .block-content ul li .ctn address,
aside#sidebar .block-account .block-content ul li .ctn address {
  font-style: normal;
}
aside#sidebar .block-menu .block-content ul li.current a, aside#sidebar .block-menu .block-content ul li.current strong,
aside#sidebar .block-progress .block-content ul li.current a,
aside#sidebar .block-progress .block-content ul li.current strong,
aside#sidebar .block-account .block-content ul li.current a,
aside#sidebar .block-account .block-content ul li.current strong {
  color: #d7d832;
  background-color: #535353;
}
aside#sidebar .block-menu .block-content ul li.current:first-child a, aside#sidebar .block-menu .block-content ul li.current:first-child strong,
aside#sidebar .block-progress .block-content ul li.current:first-child a,
aside#sidebar .block-progress .block-content ul li.current:first-child strong,
aside#sidebar .block-account .block-content ul li.current:first-child a,
aside#sidebar .block-account .block-content ul li.current:first-child strong {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
aside#sidebar .block-menu .block-content ul li.current:last-child a, aside#sidebar .block-menu .block-content ul li.current:last-child strong,
aside#sidebar .block-progress .block-content ul li.current:last-child a,
aside#sidebar .block-progress .block-content ul li.current:last-child strong,
aside#sidebar .block-account .block-content ul li.current:last-child a,
aside#sidebar .block-account .block-content ul li.current:last-child strong {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
aside#sidebar .block-menu .block-content ul li:last-child,
aside#sidebar .block-progress .block-content ul li:last-child,
aside#sidebar .block-account .block-content ul li:last-child {
  background: none;
}
aside#sidebar .block-menu .block-content ul li.complete h4,
aside#sidebar .block-progress .block-content ul li.complete h4,
aside#sidebar .block-account .block-content ul li.complete h4 {
  padding-bottom: 5px;
  min-height: 35px;
  background-color: rgba(0, 0, 0, 0.2);
}
aside#sidebar .block-menu .block-content ul li.complete h4:hover,
aside#sidebar .block-progress .block-content ul li.complete h4:hover,
aside#sidebar .block-account .block-content ul li.complete h4:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
aside#sidebar .block-menu:before,
aside#sidebar .block-progress:before,
aside#sidebar .block-account:before {
  border-top-color: #a1a29d;
}
aside#sidebar .block-progress {
  margin-top: 48px;
}
aside#sidebar .block-progress .block-title {
  white-space: normal;
  top: -40px;
}
aside#sidebar .block-filtre { /* Filtre */ }
aside#sidebar .block-filtre .block-content {
  padding: 10px;
}
aside#sidebar .block-filtre .block-content div {
  padding: 5px 0;
}
aside#sidebar .block-filtre .block-content div label {
  cursor: default;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  text-align: right;
  margin: 0 2% 0 0;
  color: #707070;
  width: 36%;
}
aside#sidebar .block-filtre .block-content div select {
  display: inline-block;
  width: auto;
  max-width: 60%;
  border: 1px solid #dcdcdc;
  height: 28px;
  padding: 3px 3px 3px 0;
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
}
aside#sidebar .block-filtre .block-content div select option {
  padding: 2px 3px;
}
aside#sidebar .block-filtre .block-content div.currently {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dbdbd9;
}
aside#sidebar .block-filtre .block-content div.currently .block-subtitle {
  display: block;
  color: #898989;
  font-size: 1em;
  margin: 0 0 3px 0;
}
aside#sidebar .block-filtre .block-content div.currently ol .round-inline {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-shadow: none;
  font-size: 0.917em;
  font-weight: normal;
}
aside#sidebar .block-compare { /* Comparateur */
  border-color: #d9d989;
  border-top: 8px solid #d7d832;
  background-color: #f2f2ef;
}
aside#sidebar .block-compare .block-title {
  color: #d7d832;
  margin-left: -10px;
  padding: 5px 0 0 40px;
  top: -32px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur-bloc.png) no-repeat 0 0;
}
aside#sidebar .block-compare .block-content ol li {
  margin: 2px 0;
}
aside#sidebar .block-compare .block-content ol li a {
  color: #000;
}
aside#sidebar .block-compare .block-content p.validation {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  height: 40px;
  padding: 8px 20px;
  margin: 10px -20px -10px -20px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
aside#sidebar .block-compare .block-content p.validation button {
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #d7d832;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 27px 0 0;
}
aside#sidebar .block-compare .block-content p.validation button:hover {
  text-decoration: underline;
}
aside#sidebar .block-compare .block-content p.validation button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 16px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-vert.png) no-repeat 0 0;
}
aside#sidebar .block-related { /* Produits apparentés */
  background-color: #f0f0ed;
}
aside#sidebar .block-related .block-content {
  padding: 10px 0;
}
aside#sidebar .block-related .block-content ol {
  margin: 0;
}
aside#sidebar .block-related .block-content ol li {
  position: relative;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  width: 156px;
  float: none;
  width: auto;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
aside#sidebar .block-related .block-content ol li a.lien-product {
  color: #535353;
  display: block;
  position: relative;
}
aside#sidebar .block-related .block-content ol li a.lien-product span.category {
  position: absolute;
  z-index: 11;
  top: 5px;
  left: -5px;
  display: block;
  height: 20px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.667em;
  text-transform: uppercase;
  text-align: center;
}
aside#sidebar .block-related .block-content ol li a.lien-product span.img {
  display: block;
  position: relative;
}
aside#sidebar .block-related .block-content ol li a.lien-product span.img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -9px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px;
}
aside#sidebar .block-related .block-content ol li a.lien-product span.img img {
  display: block;
  border: 1px solid #e5e5e5;
}
aside#sidebar .block-related .block-content ol li a.lien-product h3, aside#sidebar .block-related .block-content ol li a.lien-product .product-name {
  color: #535353;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 0.917em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 0 0;
}
aside#sidebar .block-related .block-content ol li a.lien-product .price-box {
  position: absolute;
  right: 1px;
  top: 131px;
  height: 24px;
  padding: 6px 10px 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
  line-height: 1em;
  text-shadow: 0 0 5px #fff;
}
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .old-price, aside#sidebar .block-related .block-content ol li a.lien-product .price-box .special-price {
  margin: 0 3px 0 0;
  display: inline;
}
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .price {
  color: #c9ca26;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1em;
}
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
}
aside#sidebar .block-related .block-content ol li a.lien-product:hover {
  color: #535353;
  text-decoration: none;
}
aside#sidebar .block-related .block-content ol li a.lien-product:hover img {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
aside#sidebar .block-related .block-content ol li a.lien-product:hover h3, aside#sidebar .block-related .block-content ol li a.lien-product:hover .product-name {
  color: #535353;
  text-decoration: underline;
}
aside#sidebar .block-related .block-content ol li .actions {
  text-align: right;
  margin: 7px 0 0 0;
}
aside#sidebar .block-related .block-content ol li .actions .button, aside#sidebar .block-related .block-content ol li .actions a, aside#sidebar .block-related .block-content ol li .actions span {
  vertical-align: middle;
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 1px;
  border: none;
}
aside#sidebar .block-related .block-content ol li .actions .button.btn-cart, aside#sidebar .block-related .block-content ol li .actions a.btn-cart, aside#sidebar .block-related .block-content ol li .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier.png) no-repeat 0 0;
}
aside#sidebar .block-related .block-content ol li .actions .button.link-compare, aside#sidebar .block-related .block-content ol li .actions a.link-compare, aside#sidebar .block-related .block-content ol li .actions span.link-compare {
  cursor: pointer;
  width: 21px;
  height: 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur.png) no-repeat 0 0;
}
aside#sidebar .block-related .block-content ol li .actions .button.out-of-stock, aside#sidebar .block-related .block-content ol li .actions a.out-of-stock, aside#sidebar .block-related .block-content ol li .actions span.out-of-stock {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-no.png) no-repeat 0 0;
  cursor: help;
}
aside#sidebar .block-related .block-content ol li .actions .button:hover, aside#sidebar .block-related .block-content ol li .actions a:hover, aside#sidebar .block-related .block-content ol li .actions span:hover {
  opacity: 0.9;
}
aside#sidebar .block-related .block-content ol li .ratings {
  float: left;
  width: 22px;
  height: 20px;
}
aside#sidebar .block-related .block-content ol li .ratings .rating-box {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  width: 69px;
  height: 18px;
  border-bottom: 4px solid #fff;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 1px;
  text-indent: -999em;
  overflow: hidden;
}
aside#sidebar .block-related .block-content ol li .ratings .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
aside#sidebar .block-related .block-content ol li .ratings .amount {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: default;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_commentaires.png) no-repeat 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: bold;
}
aside#sidebar .block-related .block-content ol li .ratings .amount a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
aside#sidebar .block-related .block-content ol li .ratings .amount:hover {
  color: #535353;
}
aside#sidebar .block-related .block-content ol li.nvprod .product-label:before, aside#sidebar .block-related .block-content ol li.promo .product-label:before, aside#sidebar .block-related .block-content ol li.label-1769 .product-label:before, aside#sidebar .block-related .block-content ol li.label-1770 .product-label:before, aside#sidebar .block-related .block-content ol li.label-1949 .product-label:before, aside#sidebar .block-related .block-content ol li.label-1951 .product-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
}
aside#sidebar .block-related .block-content ol li.nvprod .product-label.nvprod:before {
  border-top: 5px solid #8a507f;
}
aside#sidebar .block-related .block-content ol li.nvprod a.lien-product .category {
  background-color: #b076a5;
}
aside#sidebar .block-related .block-content ol li.nvprod a.lien-product img {
  border-color: rgba(176, 118, 165, 0.2) !important;
}
aside#sidebar .block-related .block-content ol li.nvprod a.lien-product .price {
  color: #b076a5;
}
aside#sidebar .block-related .block-content ol li.nvprod .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important;
}
aside#sidebar .block-related .block-content ol li.promo .product-label.promo:before {
  border-top: 5px solid #a24808;
}
aside#sidebar .block-related .block-content ol li.promo a.lien-product .category {
  background-color: #eb690b;
}
aside#sidebar .block-related .block-content ol li.promo a.lien-product img {
  border-color: rgba(235, 105, 11, 0.3) !important;
}
aside#sidebar .block-related .block-content ol li.promo a.lien-product .price {
  color: #eb690b;
}
aside#sidebar .block-related .block-content ol li.promo .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
aside#sidebar .block-related .block-content ol li.label-1769 .product-label.label-1769:before {
  border-top: 5px solid #15426d;
}
aside#sidebar .block-related .block-content ol li.label-1769 a.lien-product .category {
  background-color: #2268ad;
}
aside#sidebar .block-related .block-content ol li.label-1769 a.lien-product img {
  border-color: rgba(34, 104, 173, 0.3) !important;
}
aside#sidebar .block-related .block-content ol li.label-1769 a.lien-product .price {
  color: #2268ad;
}
aside#sidebar .block-related .block-content ol li.label-1769 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
aside#sidebar .block-related .block-content ol li.label-1770 .product-label.label-1770:before {
  border-top: 5px solid #9e9f1e;
}
aside#sidebar .block-related .block-content ol li.label-1770 a.lien-product .category {
  background-color: #d7d832;
}
aside#sidebar .block-related .block-content ol li.label-1770 a.lien-product img {
  border-color: rgba(215, 216, 50, 0.3) !important;
}
aside#sidebar .block-related .block-content ol li.label-1770 a.lien-product .price {
  color: #d7d832;
}
aside#sidebar .block-related .block-content ol li.label-1770 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
aside#sidebar .block-related .block-content ol li.label-1949 .product-label.label-1949:before {
  border-top: 5px solid #71061c;
}
aside#sidebar .block-related .block-content ol li.label-1949 a.lien-product .category {
  background-color: #ba0a2e;
}
aside#sidebar .block-related .block-content ol li.label-1949 a.lien-product img {
  border-color: rgba(186, 10, 46, 0.3) !important;
}
aside#sidebar .block-related .block-content ol li.label-1949 a.lien-product .price {
  color: #ba0a2e;
}
aside#sidebar .block-related .block-content ol li.label-1949 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
aside#sidebar .block-related .block-content ol li.label-1951 .product-label.label-1951:before {
  border-top: 5px solid #2e3148;
}
aside#sidebar .block-related .block-content ol li.label-1951 a.lien-product .category {
  background-color: #4c5177;
}
aside#sidebar .block-related .block-content ol li.label-1951 a.lien-product img {
  border-color: rgba(76, 81, 119, 0.3) !important;
}
aside#sidebar .block-related .block-content ol li.label-1951 a.lien-product .price {
  color: #4c5177;
}
aside#sidebar .block-related .block-content ol li.label-1951 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
aside#sidebar .block-related .block-content ol li a.lien-product {
  display: inline;
  background: none;
}
aside#sidebar .block-related .block-content ol li a.lien-product img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #e5e5e5;
}
aside#sidebar .block-related .block-content ol li a.lien-product h3, aside#sidebar .block-related .block-content ol li a.lien-product .product-name {
  margin: 3px 0 6px 0;
  text-align: left;
}
aside#sidebar .block-related .block-content ol li a.lien-product .price-box {
  text-align: left;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  background: none;
  text-shadow: none;
}
aside#sidebar .block-related .block-content ol li a.lien-product .price-box p.old-price, aside#sidebar .block-related .block-content ol li a.lien-product .price-box p.special-price {
  display: block;
  line-height: 1.22em;
  margin: 0 60px 0 0;
}
aside#sidebar .block-related .block-content ol li a.lien-product .price-box .pourcentage {
  background-color: #bcbd24;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  left: -20px;
  top: 0;
  padding: 2px 3px 2px 16px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
}
aside#sidebar .block-related .block-content ol li a.lien-product:hover img {
  box-shadow: none;
}
aside#sidebar .block-related .block-content ol li .actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: right;
  background: none;
}
aside#sidebar .block-related .block-content ol li .actions a, aside#sidebar .block-related .block-content ol li .actions button {
  outline: 0 !important;
}
aside#sidebar .block-related .block-content ol li.last {
  border: none;
}
aside#sidebar .block-related .block-content ol li:after {
  content: "";
  clear: both;
  display: block;
}
aside#sidebar .block-viewed { /* Derniers produits consultés */ }
aside#sidebar .block-viewed .block-content {
  padding: 10px 20px;
}
aside#sidebar .block-viewed .block-content a {
  color: #535353;
  text-decoration: underline;
}
aside#sidebar .block-viewed .block-content a:hover {
  text-decoration: none;
}
aside#sidebar .annonce_gauche {
  margin: 40px 0;
}

/*---------- Fin COLONNE ----------*/
/*------Sous catégories ------*/
.catalog-category-view .subcategories li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 23%;
  margin-left: 2.66667%;
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
  background: #fff;
}
.catalog-category-view .subcategories li:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
.catalog-category-view .subcategories li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 250px;
}
.catalog-category-view .subcategories li:hover a, .catalog-category-view .subcategories li:focus a {
  text-decoration: none;
}
.catalog-category-view .subcategories li img, .catalog-category-view .subcategories li span {
  display: block;
  width: 100%;
  border: 0 none;
}
.catalog-category-view .subcategories li span {
  position: absolute;
  left: 0;
  bottom: 0;
  vertical-align: bottom;
  padding: 20px 10px;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
}

/*---------- Début LISTE PRODUITS ----------*/
/*----- Pager -----*/
.toolbar {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  padding: 4px 10px;
  margin: 20px 0 0 0;
  background: #f2f2ef url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png) no-repeat center -746px;
}
.toolbar:after {
  content: "";
  clear: both;
  display: block;
}

.sorter {
  float: right;
}
.sorter .view-mode {
  float: left;
  margin: 4px 0 0 0;
}
.sorter .view-mode a, .sorter .view-mode strong {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  opacity: 0.6;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  display: block;
}
.sorter .view-mode a:hover {
  opacity: 0.8;
}
.sorter .view-mode strong {
  display: none;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1196px;
}
.sorter .view-mode .grid.grid, .sorter .view-mode .list.grid {
  background-position: 0 -1246px;
}
.sorter .view-mode .grid.list, .sorter .view-mode .list.list {
  background-position: 0 -1196px;
}
.sorter .sort-by {
  float: right;
}
.sorter .sort-by label {
  cursor: default;
  color: rgba(0, 0, 0, 0.4);
}
.sorter .sort-by select {
  width: 100px;
  height: 24px;
  color: #535353;
}
.sorter .sort-by .sort-by-switcher {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/icon_sprite.png) no-repeat 0 0;
}
.sorter .sort-by .sort-by-switcher:hover {
  opacity: 0.6;
}
.sorter .sort-by .sort-by-switcher--asc {
  background-position: 5px -542px;
}
.sorter .sort-by .sort-by-switcher--desc {
  background-position: 5px -567px;
}

.limiter {
  float: right;
  padding-right: 20px;
}
.limiter form.custom {
  float: left;
}
.limiter select {
  width: 50px;
  height: 24px;
  color: #535353;
}

.pager {
  float: left;
  overflow: hidden;
}
.pager > .count-container {
  color: #535353;
  float: left;
}
.pager label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  display: inline;
  margin: 0;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 3px 15px 5px 0;
}
.pager .amount strong {
  font-weight: normal;
}
.pager .pages {
  display: none;
  margin: 0 0 0 18px;
}
.pager .pages ul.pagination {
  margin: 0;
  height: 20px;
}
.pager .pages ul.pagination li {
  color: #898989;
  display: block;
  float: left;
  font-size: 11px;
  width: 20px;
  height: 20px;
  margin-left: 2px;
}
.pager .pages ul.pagination li a {
  text-align: center;
  color: #898989;
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px 5px;
}
.pager .pages ul.pagination li a:hover, .pager .pages ul.pagination li a a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.pager .pages ul.pagination li.current a {
  background: #898989;
  color: white;
  cursor: default;
  font-weight: bold;
}
.pager .pages ul.pagination li.current a:hover {
  text-decoration: none;
}
.pager form.custom div.custom.dropdown {
  width: auto !important;
  height: 20px;
  margin: 0;
}
.pager form.custom div.custom.dropdown a {
  display: block;
  border: 1px solid #dcdcdc;
}
.pager form.custom div.custom.dropdown a.current {
  background-color: #fff;
  color: #535353;
  line-height: 1em;
  padding: 4px 30px 0 3px;
  min-height: 20px;
}
.pager form.custom div.custom.dropdown a.selector {
  width: 20px;
  height: 20px;
}
.pager form.custom div.custom.dropdown ul {
  top: 19px;
}
.pager form.custom div.custom.dropdown ul li {
  color: #898989;
  font-size: 11px;
  line-height: 1.5em;
  min-height: 20px;
  width: 100%;
  padding: 4px 0 0 3px;
}
.pager form.custom div.custom.dropdown ul li:hover {
  background-color: rgba(215, 216, 50, 0.2);
}
.pager form.custom div.custom.dropdown ul li.selected, .pager form.custom div.custom.dropdown ul li.selected:hover {
  color: #000;
  background-color: rgba(215, 216, 50, 0.4);
}
.pager form.custom div.custom.dropdown ul li:hover:after, .pager form.custom div.custom.dropdown ul li.selected:after {
  display: none !important;
}

.toolbar-bottom {
  padding: 20px 0;
}
.toolbar-bottom .sorter {
  display: none;
}
.toolbar-bottom .limiter {
  display: none;
}
.toolbar-bottom .count-container {
  display: none;
}
.toolbar-bottom .toolbar {
  display: flex;
  justify-content: center;
}
.toolbar-bottom .toolbar .pages {
  display: block;
}

/*----- Pager -----*/
/*----- Affichage Grille -----*/
ul.products-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
ul.products-grid .item {
  position: relative;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  width: 156px;
  width: 22.8025%;
  margin: 20px 2.93% 0 0;
}
ul.products-grid .item a.lien-product {
  color: #535353;
  display: block;
  position: relative;
}
ul.products-grid .item a.lien-product span.category {
  position: absolute;
  z-index: 11;
  top: 5px;
  left: -5px;
  display: block;
  height: 20px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.667em;
  text-transform: uppercase;
  text-align: center;
}
ul.products-grid .item a.lien-product span.img {
  display: block;
  position: relative;
}
ul.products-grid .item a.lien-product span.img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -9px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px;
}
ul.products-grid .item a.lien-product span.img img {
  display: block;
  border: 1px solid #e5e5e5;
}
ul.products-grid .item a.lien-product h3, ul.products-grid .item a.lien-product .product-name {
  color: #535353;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 0.917em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 0 0;
}
ul.products-grid .item a.lien-product .price-box {
  position: absolute;
  right: 1px;
  top: 131px;
  height: 24px;
  padding: 6px 10px 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
  line-height: 1em;
  text-shadow: 0 0 5px #fff;
}
ul.products-grid .item a.lien-product .price-box .old-price, ul.products-grid .item a.lien-product .price-box .special-price {
  margin: 0 3px 0 0;
  display: inline;
}
ul.products-grid .item a.lien-product .price-box .price {
  color: #c9ca26;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1em;
}
ul.products-grid .item a.lien-product .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
}
ul.products-grid .item a.lien-product:hover {
  color: #535353;
  text-decoration: none;
}
ul.products-grid .item a.lien-product:hover img {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
ul.products-grid .item a.lien-product:hover h3, ul.products-grid .item a.lien-product:hover .product-name {
  color: #535353;
  text-decoration: underline;
}
ul.products-grid .item .actions {
  text-align: right;
  margin: 7px 0 0 0;
}
ul.products-grid .item .actions .button, ul.products-grid .item .actions a, ul.products-grid .item .actions span {
  vertical-align: middle;
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 1px;
  border: none;
}
ul.products-grid .item .actions .button.btn-cart, ul.products-grid .item .actions a.btn-cart, ul.products-grid .item .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier.png) no-repeat 0 0;
}
ul.products-grid .item .actions .button.link-compare, ul.products-grid .item .actions a.link-compare, ul.products-grid .item .actions span.link-compare {
  cursor: pointer;
  width: 21px;
  height: 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur.png) no-repeat 0 0;
}
ul.products-grid .item .actions .button.out-of-stock, ul.products-grid .item .actions a.out-of-stock, ul.products-grid .item .actions span.out-of-stock {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-no.png) no-repeat 0 0;
  cursor: help;
}
ul.products-grid .item .actions .button:hover, ul.products-grid .item .actions a:hover, ul.products-grid .item .actions span:hover {
  opacity: 0.9;
}
ul.products-grid .item .ratings {
  float: left;
  width: 22px;
  height: 20px;
}
ul.products-grid .item .ratings .rating-box {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  width: 69px;
  height: 18px;
  border-bottom: 4px solid #fff;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 1px;
  text-indent: -999em;
  overflow: hidden;
}
ul.products-grid .item .ratings .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
ul.products-grid .item .ratings .amount {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: default;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_commentaires.png) no-repeat 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: bold;
}
ul.products-grid .item .ratings .amount a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
ul.products-grid .item .ratings .amount:hover {
  color: #535353;
}
ul.products-grid .item.nvprod .product-label:before, ul.products-grid .item.promo .product-label:before, ul.products-grid .item.label-1769 .product-label:before, ul.products-grid .item.label-1770 .product-label:before, ul.products-grid .item.label-1949 .product-label:before, ul.products-grid .item.label-1951 .product-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
}
ul.products-grid .item.nvprod .product-label.nvprod:before {
  border-top: 5px solid #8a507f;
}
ul.products-grid .item.nvprod a.lien-product .category {
  background-color: #b076a5;
}
ul.products-grid .item.nvprod a.lien-product img {
  border-color: rgba(176, 118, 165, 0.2) !important;
}
ul.products-grid .item.nvprod a.lien-product .price {
  color: #b076a5;
}
ul.products-grid .item.nvprod .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important;
}
ul.products-grid .item.promo .product-label.promo:before {
  border-top: 5px solid #a24808;
}
ul.products-grid .item.promo a.lien-product .category {
  background-color: #eb690b;
}
ul.products-grid .item.promo a.lien-product img {
  border-color: rgba(235, 105, 11, 0.3) !important;
}
ul.products-grid .item.promo a.lien-product .price {
  color: #eb690b;
}
ul.products-grid .item.promo .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ul.products-grid .item.label-1769 .product-label.label-1769:before {
  border-top: 5px solid #15426d;
}
ul.products-grid .item.label-1769 a.lien-product .category {
  background-color: #2268ad;
}
ul.products-grid .item.label-1769 a.lien-product img {
  border-color: rgba(34, 104, 173, 0.3) !important;
}
ul.products-grid .item.label-1769 a.lien-product .price {
  color: #2268ad;
}
ul.products-grid .item.label-1769 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ul.products-grid .item.label-1770 .product-label.label-1770:before {
  border-top: 5px solid #9e9f1e;
}
ul.products-grid .item.label-1770 a.lien-product .category {
  background-color: #d7d832;
}
ul.products-grid .item.label-1770 a.lien-product img {
  border-color: rgba(215, 216, 50, 0.3) !important;
}
ul.products-grid .item.label-1770 a.lien-product .price {
  color: #d7d832;
}
ul.products-grid .item.label-1770 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ul.products-grid .item.label-1949 .product-label.label-1949:before {
  border-top: 5px solid #71061c;
}
ul.products-grid .item.label-1949 a.lien-product .category {
  background-color: #ba0a2e;
}
ul.products-grid .item.label-1949 a.lien-product img {
  border-color: rgba(186, 10, 46, 0.3) !important;
}
ul.products-grid .item.label-1949 a.lien-product .price {
  color: #ba0a2e;
}
ul.products-grid .item.label-1949 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ul.products-grid .item.label-1951 .product-label.label-1951:before {
  border-top: 5px solid #2e3148;
}
ul.products-grid .item.label-1951 a.lien-product .category {
  background-color: #4c5177;
}
ul.products-grid .item.label-1951 a.lien-product img {
  border-color: rgba(76, 81, 119, 0.3) !important;
}
ul.products-grid .item.label-1951 a.lien-product .price {
  color: #4c5177;
}
ul.products-grid .item.label-1951 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ul.products-grid .item:nth-child(4n+1) {
  clear: left;
}
ul.products-grid .item:nth-child(4n+4) {
  margin-right: 0;
}
ul.products-grid .item .pourcentage {
  background-color: #bcbd24;
  color: #ffffff;
  font-weight: bold;
  right: 0;
  top: -110px;
  padding: 2px 3px 2px 6px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}

/*----- Affichage Liste -----*/
ol.products-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
ol.products-list .item {
  position: relative;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  width: 156px;
  width: auto;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  float: none;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/pointilles.png) repeat-x 0 bottom;
}
ol.products-list .item a.lien-product {
  color: #535353;
  display: block;
  position: relative;
}
ol.products-list .item a.lien-product span.category {
  position: absolute;
  z-index: 11;
  top: 5px;
  left: -5px;
  display: block;
  height: 20px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.667em;
  text-transform: uppercase;
  text-align: center;
}
ol.products-list .item a.lien-product span.img {
  display: block;
  position: relative;
}
ol.products-list .item a.lien-product span.img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -9px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px;
}
ol.products-list .item a.lien-product span.img img {
  display: block;
  border: 1px solid #e5e5e5;
}
ol.products-list .item a.lien-product h3, ol.products-list .item a.lien-product .product-name {
  color: #535353;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 0.917em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 0 0;
}
ol.products-list .item a.lien-product .price-box {
  position: absolute;
  right: 1px;
  top: 131px;
  height: 24px;
  padding: 6px 10px 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
  line-height: 1em;
  text-shadow: 0 0 5px #fff;
}
ol.products-list .item a.lien-product .price-box .old-price, ol.products-list .item a.lien-product .price-box .special-price {
  margin: 0 3px 0 0;
  display: inline;
}
ol.products-list .item a.lien-product .price-box .price {
  color: #c9ca26;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1em;
}
ol.products-list .item a.lien-product .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
}
ol.products-list .item a.lien-product:hover {
  color: #535353;
  text-decoration: none;
}
ol.products-list .item a.lien-product:hover img {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
ol.products-list .item a.lien-product:hover h3, ol.products-list .item a.lien-product:hover .product-name {
  color: #535353;
  text-decoration: underline;
}
ol.products-list .item .actions {
  text-align: right;
  margin: 7px 0 0 0;
}
ol.products-list .item .actions .button, ol.products-list .item .actions a, ol.products-list .item .actions span {
  vertical-align: middle;
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 1px;
  border: none;
}
ol.products-list .item .actions .button.btn-cart, ol.products-list .item .actions a.btn-cart, ol.products-list .item .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier.png) no-repeat 0 0;
}
ol.products-list .item .actions .button.link-compare, ol.products-list .item .actions a.link-compare, ol.products-list .item .actions span.link-compare {
  cursor: pointer;
  width: 21px;
  height: 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur.png) no-repeat 0 0;
}
ol.products-list .item .actions .button.out-of-stock, ol.products-list .item .actions a.out-of-stock, ol.products-list .item .actions span.out-of-stock {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-no.png) no-repeat 0 0;
  cursor: help;
}
ol.products-list .item .actions .button:hover, ol.products-list .item .actions a:hover, ol.products-list .item .actions span:hover {
  opacity: 0.9;
}
ol.products-list .item .ratings {
  float: left;
  width: 22px;
  height: 20px;
}
ol.products-list .item .ratings .rating-box {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  width: 69px;
  height: 18px;
  border-bottom: 4px solid #fff;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 1px;
  text-indent: -999em;
  overflow: hidden;
}
ol.products-list .item .ratings .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
ol.products-list .item .ratings .amount {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: default;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_commentaires.png) no-repeat 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: bold;
}
ol.products-list .item .ratings .amount a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
ol.products-list .item .ratings .amount:hover {
  color: #535353;
}
ol.products-list .item.nvprod .product-label:before, ol.products-list .item.promo .product-label:before, ol.products-list .item.label-1769 .product-label:before, ol.products-list .item.label-1770 .product-label:before, ol.products-list .item.label-1949 .product-label:before, ol.products-list .item.label-1951 .product-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
}
ol.products-list .item.nvprod .product-label.nvprod:before {
  border-top: 5px solid #8a507f;
}
ol.products-list .item.nvprod a.lien-product .category {
  background-color: #b076a5;
}
ol.products-list .item.nvprod a.lien-product img {
  border-color: rgba(176, 118, 165, 0.2) !important;
}
ol.products-list .item.nvprod a.lien-product .price {
  color: #b076a5;
}
ol.products-list .item.nvprod .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important;
}
ol.products-list .item.promo .product-label.promo:before {
  border-top: 5px solid #a24808;
}
ol.products-list .item.promo a.lien-product .category {
  background-color: #eb690b;
}
ol.products-list .item.promo a.lien-product img {
  border-color: rgba(235, 105, 11, 0.3) !important;
}
ol.products-list .item.promo a.lien-product .price {
  color: #eb690b;
}
ol.products-list .item.promo .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ol.products-list .item.label-1769 .product-label.label-1769:before {
  border-top: 5px solid #15426d;
}
ol.products-list .item.label-1769 a.lien-product .category {
  background-color: #2268ad;
}
ol.products-list .item.label-1769 a.lien-product img {
  border-color: rgba(34, 104, 173, 0.3) !important;
}
ol.products-list .item.label-1769 a.lien-product .price {
  color: #2268ad;
}
ol.products-list .item.label-1769 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ol.products-list .item.label-1770 .product-label.label-1770:before {
  border-top: 5px solid #9e9f1e;
}
ol.products-list .item.label-1770 a.lien-product .category {
  background-color: #d7d832;
}
ol.products-list .item.label-1770 a.lien-product img {
  border-color: rgba(215, 216, 50, 0.3) !important;
}
ol.products-list .item.label-1770 a.lien-product .price {
  color: #d7d832;
}
ol.products-list .item.label-1770 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ol.products-list .item.label-1949 .product-label.label-1949:before {
  border-top: 5px solid #71061c;
}
ol.products-list .item.label-1949 a.lien-product .category {
  background-color: #ba0a2e;
}
ol.products-list .item.label-1949 a.lien-product img {
  border-color: rgba(186, 10, 46, 0.3) !important;
}
ol.products-list .item.label-1949 a.lien-product .price {
  color: #ba0a2e;
}
ol.products-list .item.label-1949 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ol.products-list .item.label-1951 .product-label.label-1951:before {
  border-top: 5px solid #2e3148;
}
ol.products-list .item.label-1951 a.lien-product .category {
  background-color: #4c5177;
}
ol.products-list .item.label-1951 a.lien-product img {
  border-color: rgba(76, 81, 119, 0.3) !important;
}
ol.products-list .item.label-1951 a.lien-product .price {
  color: #4c5177;
}
ol.products-list .item.label-1951 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
ol.products-list .item a.lien-product {
  width: 156px;
  display: block;
  float: left;
  margin-right: 10px;
}
ol.products-list .item h2 {
  color: #535353;
  font-size: 1.5em;
  margin: 0 0 5px 0;
}
ol.products-list .item h2 a {
  color: #535353;
}
ol.products-list .item h2 a .price-box {
  display: inline;
  margin: 0 0 0 10px;
}
ol.products-list .item h2 a .price-box p {
  display: inline;
}
ol.products-list .item h2 a .price-box .price {
  color: #bcbd24;
  font-weight: bold;
}
ol.products-list .item h2 a .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
  margin: 0 5px 0 0;
}
ol.products-list .item h2 a .price-box .pourcentage {
  background-color: #bcbd24;
  color: #ffffff;
  font-weight: bold;
  right: 0;
  top: -110px;
  padding: 2px 3px 2px 6px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  font-size: 0.75em;
}
ol.products-list .item h2 a:hover {
  color: #898989;
  text-decoration: none;
}
ol.products-list .item h2 a:hover span {
  text-decoration: underline;
}
ol.products-list .item h2 a:hover .price-box span {
  text-decoration: none;
}
ol.products-list .item a.tous {
  color: #898989;
}
ol.products-list .item a.tous:hover {
  text-decoration: underline;
}
ol.products-list .item .actions {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: right;
  background: none;
  float: right;
}
ol.products-list .item .actions .button, ol.products-list .item .actions a, ol.products-list .item .actions span {
  position: relative;
  font-size: 10px;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  height: 24px;
  padding: 4px 0 0 30px;
  margin: 0 0 0 10px;
  outline: 0;
  border-radius: none;
}
ol.products-list .item .actions .button.btn-cart, ol.products-list .item .actions a.btn-cart, ol.products-list .item .actions span.btn-cart {
  color: #bcbd24;
  padding: 0 0 0 34px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier.png) no-repeat 0 0;
}
ol.products-list .item .actions .button.link-compare, ol.products-list .item .actions a.link-compare, ol.products-list .item .actions span.link-compare {
  width: auto;
  cursor: pointer;
  color: #898989;
  padding: 1px 0 0 30px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur.png) no-repeat 0 0;
}
ol.products-list .item .actions .button.out-of-stock, ol.products-list .item .actions a.out-of-stock, ol.products-list .item .actions span.out-of-stock {
  color: #707070;
  padding: 1px 0 0 30px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-no.png) no-repeat 0 0;
}
ol.products-list .item .actions .button.out-of-stock:hover, ol.products-list .item .actions a.out-of-stock:hover, ol.products-list .item .actions span.out-of-stock:hover {
  opacity: 1;
  text-decoration: none;
}
ol.products-list .item .actions .button:hover, ol.products-list .item .actions a:hover, ol.products-list .item .actions span:hover {
  opacity: 0.9;
  text-decoration: underline;
}
ol.products-list .item .ratings {
  position: relative;
  right: auto;
  bottom: auto;
  width: auto;
  height: 17px;
  float: left;
  font-size: 11px;
  text-align: right;
  margin: 10px 0 0 0;
}
ol.products-list .item .ratings:hover a {
  text-decoration: none;
}
ol.products-list .item .ratings .amount {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 20px;
  padding: 2px 0 0 0;
  outline: none;
  overflow: hidden;
  vertical-align: bottom;
}
ol.products-list .item .ratings .amount a {
  display: block;
  color: #535353;
  font-size: 11px;
  font-weight: bold;
}
ol.products-list .item .ratings .amount a:hover {
  color: #535353;
}
ol.products-list .item .ratings .rating-box {
  display: inline-block;
  position: relative;
  z-index: 10;
  top: auto;
  left: auto;
  width: 69px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 0;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 0 0 5px;
}
ol.products-list .item .ratings .rating-box .rating {
  float: left;
  height: 17px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
ol.products-list .item .ratings .rating-links {
  display: inline-block;
}
ol.products-list .item .ratings .rating-links a:hover {
  text-decoration: underline;
}
ol.products-list .item .ratings .accroche {
  display: none;
}
ol.products-list .item .ratings:after {
  content: "";
  clear: both;
  display: block;
}
ol.products-list .item .no-rating a {
  color: #000;
  font-size: 11px;
  text-decoration: underline;
}
ol.products-list .item .no-rating a:hover {
  text-decoration: none;
}
ol.products-list .item.last {
  background: none;
}
ol.products-list .item.promo h2 a, ol.products-list .item.promo h2 a .special-price .price {
  color: #eb690b !important;
}
ol.products-list .item.promo .actions button.btn-cart {
  color: #eb690b !important;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0;
}
ol.products-list .item.nvprod h2 a, ol.products-list .item.nvprod h2 a .price {
  color: #b076a5 !important;
}
ol.products-list .item.nvprod .actions button.btn-cart {
  color: #b076a5 !important;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-violet.png) no-repeat 0 0;
}
ol.products-list .item:after {
  content: "";
  clear: both;
  display: block;
}

/*---------- Fin LISTE PRODUITS ----------*/
/*---------- Début DETAIL PRODUIT ----------*/
/*message produits*/
#admin_messages {
  position: relative;
  padding: 15px 20px;
  margin: 0 0 15px;
  font-size: 1.334em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  text-align: center;
  list-style: none;
  background: #ecec9d;
  border-radius: 5px;
  border-top: 5px solid #d7d832;
}
#admin_messages a {
  color: #fff;
  text-decoration: underline;
}
#admin_messages a:focus, #admin_messages a:hover {
  text-decoration: none;
}

#page .product-view {
  padding: 0;
}
#page .product-view ol {
  list-style-position: inside;
}
#page .product-view .product-name { /* titre + marque */
  position: relative;
}
#page .product-view .product-name h1 {
  margin: 0 80px 20px 0;
}
#page .product-view .product-name .product-brand {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#page .product-view .product-name .product-brand a {
  display: block;
  width: 60px;
  height: 60px;
}
#page .product-view .product-name .product-brand a img {
  margin-top: 0 !important;
}
#page .product-view .product-name .alert-stock {
  flex: 1 0 100%;
  text-align: center;
  font-size: 1.334em;
  margin: 20px 0;
  padding: 10px;
  background-color: rgba(215, 216, 50, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
#page .product-view .made-in-europe > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
}
#page .product-view .made-in-europe > a:hover {
  text-decoration: none;
}
#page .product-view .made-in-europe > a:hover span {
  color: #d7d832;
}
#page .product-view .made-in-europe > a svg {
  width: 2rem;
  height: 2rem;
  fill: #003399;
  margin-left: 0.5rem;
}
#page .product-view .made-in-europe > a span {
  color: #535353;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  order: -1;
}
#page .product-view .product-img-box { /* photos */
  width: 64.9%;
  padding: 0;
  /*.product-image {
      text-align: center;
      border: 1px solid $g15;
      .zoomPad {
          line-height: .5em;
          .zoomWindow {
              top: -1px !important;
              left: auto !important;
              right: 0;
              .zoomWrapper {
                  border: 1px solid $g15;
                  width: 220px !important;
                  .zoomWrapperImage { height: 220px !important; }
              }
          }
      }
      &:after { @include cef; }
  }*/
}
#page .product-view .product-img-box:after {
  content: "";
  clear: both;
  display: block;
}
#page .product-view .product-img-box .product-image {
  text-align: center;
  border: 1px solid #e5e5e5;
  line-height: 0.5em;
  overflow: hidden;
  margin: 0;
}
#page .product-view .product-img-box .product-image .zoomPad {
  float: none;
  display: inline-block;
  line-height: 0.5em;
}
#page .product-view .product-img-box .product-image:after {
  content: "";
  clear: both;
  display: block;
}
#page .product-view .product-img-box .more-views {
  clear: both;
}
#page .product-view .product-img-box .more-views p {
  color: #898989;
  font-size: 11px;
  margin: 10px 0 5px 0;
}
#page .product-view .product-img-box .more-views ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0 0;
}
#page .product-view .product-img-box .more-views ul li {
  clear: none !important;
  padding: 0;
  margin: 5px 5px 0 0;
  width: auto;
  display: inline-block;
}
#page .product-view .product-img-box .more-views ul li a {
  display: block;
}
#page .product-view .product-img-box .more-views ul li a img {
  border: 1px solid #e5e5e5;
  display: block;
  max-width: none;
}
#page .product-view .product-img-box .more-views ul li a:hover img {
  border-color: #cccccc;
}
#page .product-view .product-img-box .more-views ul li:last-child {
  margin-right: 0;
}
#page .product-view .product-img-box .more-views ul li.video-thumb a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#page .product-view .product-img-box .more-views ul li.video-thumb a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_player-yt.png) no-repeat center center;
  background-size: 50%;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#page .product-view .product-img-box .more-views ul li.video-thumb:hover a:before {
  background-color: rgba(0, 0, 0, 0.75);
}
#page .product-view .product-img-box .product-files {
  margin: 30px 0 15px;
}
#page .product-view .product-img-box .product-files p {
  margin: 0;
  color: #707070;
  font-weight: bold;
}
#page .product-view .product-img-box .product-files ul {
  list-style: none;
}
#page .product-view .product-img-box .product-files ul li {
  margin: 5px 5px 0 0;
  display: inline-block;
}
#page .product-view .product-img-box .product-files ul li img {
  border: 1px solid #e5e5e5;
}
#page .product-view .product-img-box .product-files ul li a:hover img {
  border-color: #ccc;
}
#page .product-view .product-img-box .product-files .manual-link {
  display: block;
  font-size: 1.334em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  padding: 7.5px 0 0 50px;
  min-height: 36px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto-notice.png) no-repeat 0 0;
}
#page .product-view p.lien-blog {
  margin: 15px 0;
  font-size: 1.334em;
  font-family: "omgwritelikewilliam", Arial, Helvetica, Clean, sans-serif;
}
#page .product-view p.lien-blog a {
  display: inline-block;
  min-height: 18px;
  padding: 6px 0 0 38px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_social-blog.png) no-repeat 0 0;
}
#page .product-view .product-shop { /* infos produit + actions */
  width: 32.1%;
  padding: 0;
  margin: 5px 0 0 0;
}
#page .product-view .product-shop label {
  display: inline-block;
  width: 80px;
  margin: 5px 5px 0 0;
  text-align: right;
  vertical-align: top;
}
#page .product-view .product-shop .link-description {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0 0 2px;
  color: #898989;
  font-size: 1.167em;
  line-height: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
#page .product-view .product-shop .link-description:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#page .product-view .product-shop .caracteristiques { /* caracteristiques */
  margin: 15px 0 0 0;
  padding: 0 0 15px 0;
}
#page .product-view .product-shop .caracteristiques p {
  color: #707070;
  font-size: 11px;
  margin: 0 0 5px 0;
}
#page .product-view .product-shop .caracteristiques ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#page .product-view .product-shop .caracteristiques ul:after {
  content: "";
  clear: both;
  display: block;
}
#page .product-view .product-shop .caracteristiques ul li {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 15px 0 0;
  padding: 24px 0 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  cursor: help;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/monrechaud_sprite-caracsproduit.png) no-repeat 0 0;
  opacity: 0.6;
}
#page .product-view .product-shop .caracteristiques ul li:hover {
  opacity: 1;
}
#page .product-view .product-shop .caracteristiques ul li:last-child {
  margin: 0;
}
#page .product-view .product-shop .caracteristiques ul li.poids {
  background-position: 0 0;
}
#page .product-view .product-shop .caracteristiques ul li.puissance {
  background-position: 0 -25px;
}
#page .product-view .product-shop .caracteristiques ul li.vent {
  background-position: 0 -100px;
}
#page .product-view .product-shop .caracteristiques ul li.solidite {
  background-position: 0 -50px;
}
#page .product-view .product-shop .caracteristiques ul li.stabilite {
  background-position: 0 -75px;
}
#page .product-view .product-shop .caracteristiques ul li.encombrement {
  background-position: 0 -125px;
}
#page .product-view .product-shop .caracteristiques ul li span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
}
#page .product-view .product-shop .caracteristiques ul li span strong {
  font-weight: bold;
  display: block;
}
#page .product-view .product-shop .caracteristiques ul li:hover span {
  top: 39px;
  left: 0;
}
#page .product-view .product-shop .product-options { /* options */
  padding: 17px 0 0 0;
  margin: 15px 0 0 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/pointilles.png) repeat-x 0 0;
}
#page .product-view .product-shop .product-options dl dt {
  display: inline-block;
  width: 36.5%;
  margin: 5px 3% 5px 0;
  text-align: right;
  vertical-align: top;
}
#page .product-view .product-shop .product-options dl dt label {
  display: inline;
  width: auto;
  margin: 0;
  vertical-align: none;
}
#page .product-view .product-shop .product-options dl dd {
  display: inline-block;
  width: 59%;
  margin: 0 0 5px 0;
}
#page .product-view .product-shop .product-options dl dd ul {
  list-style: none;
  margin: 5px 0 0 0;
}
#page .product-view .product-shop .product-options dl dd ul li input {
  margin: 1px 5px 0 0;
}
#page .product-view .product-shop .product-options dl dd label {
  text-align: left;
  font-weight: normal;
  margin: 1px 0 0 0;
  width: auto;
  display: inline;
  position: relative;
}
#page .product-view .product-shop .product-options dl dd label .aide {
  display: none;
  width: 140px;
  position: absolute;
  z-index: 100;
  top: 20px;
  left: -20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.917em;
  line-height: 1.5em;
}
#page .product-view .product-shop .product-options dl dd label:hover .aide {
  display: block;
}
#page .product-view .product-shop .product-options p.required {
  margin: 0 0 15px 0;
}
#page .product-view .product-shop .product-options-bottom { /* prix + boutons */
  padding: 0 0 40px 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/pointilles.png) repeat-x 0 bottom;
}
#page .product-view .product-shop .add-to-box {
  padding: 17px 0 40px 0;
  margin: 15px 0 0 0;
  background-color: #fff, #fff;
  background-image: url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/pointilles.png), url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/pointilles.png);
  background-repeat: repeat-x, repeat-x;
  background-position: 0 0, 0 bottom;
}
#page .product-view .product-shop #div_availability, #page .product-view .product-shop #div_price {
  display: inline-block;
  width: 59%;
  margin: 5px 0;
}
#page .product-view .product-shop #div_availability.stock, #page .product-view .product-shop #div_price.stock {
  color: #bcbd24;
  font-size: 1.167em;
  line-height: 1.167em;
}
#page .product-view .product-shop #div_availability.nostock, #page .product-view .product-shop #div_price.nostock {
  color: #c00418;
}
#page .product-view .product-shop .price-box { /* prix */
  margin: 0;
}
#page .product-view .product-shop .price-box .old-price, #page .product-view .product-shop .price-box .special-price {
  margin: 0;
}
#page .product-view .product-shop .price-box .price {
  color: #bcbd24;
  font-weight: bold;
  font-size: 1.334em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
}
#page .product-view .product-shop .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, Helvetica, Clean, sans-serif;
  text-decoration: line-through;
}
#page .product-view .product-shop .price-box:after {
  content: "";
  clear: both;
  display: block;
}
#page .product-view .product-shop .price-box .pourcentage {
  background-color: #bcbd24;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 6px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
}
#page .product-view .product-shop .portetlivraison { /* lien port & livraison */
  font-size: 11px;
  margin: 0 0 5px 0;
}
#page .product-view .product-shop .portetlivraison a {
  color: #626262;
  text-decoration: underline;
}
#page .product-view .product-shop .portetlivraison a:hover {
  text-decoration: none;
}
#page .product-view .product-shop .add-to-cart input[type=text] {
  display: inline-block;
  font-size: Arial, Helvetica, Clean, sans-serif;
}
#page .product-view .product-shop .add-to-cart button {
  width: 220px;
  margin: 20px 0 0 0;
  padding-left: 50px;
  position: relative;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: visible;
  color: #d7d832;
  background-color: rgba(215, 216, 50, 0.2);
}
#page .product-view .product-shop .add-to-cart button:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -1px;
  left: 0;
  background: #d7d832 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-btn.png) no-repeat center center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#page .product-view .product-shop .add-to-cart button:hover {
  color: #c9ca26;
  background-color: rgba(215, 216, 50, 0.3);
}
#page .product-view .product-shop .add-to-cart button:hover:before {
  background-color: #c9ca26;
}
#page .product-view .product-shop ul.add-to-links {
  margin: 10px 0 0 0;
  list-style: none;
}
#page .product-view .product-shop ul.add-to-links a.link-compare {
  cursor: pointer;
  display: block;
  margin: 0 0 0 10px;
  padding: 7px 10px 7px 40px;
  width: 210px;
  height: 30px;
  font-size: 1em;
  color: rgba(83, 83, 83, 0.6);
  position: relative;
  text-align: left;
  background-color: #ededed;
}
#page .product-view .product-shop ul.add-to-links a.link-compare:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -1px;
  left: 0;
  background: #c1c1c1 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur-btn.png) no-repeat center center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#page .product-view .product-shop ul.add-to-links a.link-compare:hover {
  text-decoration: none;
  color: #535353;
  background-color: #e5e5e5;
}
#page .product-view .product-shop ul.add-to-links a.link-compare:hover:before {
  background-color: #b1b1b1;
}
#page .product-view .product-shop .avis { /* avis*/
  margin: 40px 0 14px 0;
  text-align: center;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/avis.png) no-repeat center 55px;
}
#page .product-view .product-shop .avis p.no-rating {
  margin: 0;
}
#page .product-view .product-shop .avis a {
  font-size: 2em;
  font-family: "omgwritelikewilliam", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.15em;
  display: block;
  min-height: 85px;
}
#page .product-view .product-shop .avis a .rating-box {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  width: 69px;
  height: 18px;
  border-bottom: 4px solid #fff;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 1px;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  margin: -6px auto 2px auto;
}
#page .product-view .product-shop .avis a .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
#page .product-view .product-shop .avis a span.accroche {
  display: block;
  color: #707070;
  font-size: 0.584em;
  font-weight: normal;
}
#page .product-view .product-shop .avis a:hover {
  color: #c9ca26;
  text-decoration: none;
}
#page .product-view .product-shop .avis a:hover span.accroche {
  color: #535353;
}
#page .product-view #product-description { /* description produit */
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
#page .product-view #product-description h2 {
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #535353;
  margin: 0 0 1.5em 0;
}
#page .product-view #product-description ul, #page .product-view #product-description ol {
  margin: 0 0 1em 2em;
}
#page .product-view #product-description p, #page .product-view #product-description ul, #page .product-view #product-description ol {
  margin: 0 0 1em;
}
#page .product-view #product-description p br, #page .product-view #product-description p + br, #page .product-view #product-description ul br, #page .product-view #product-description ul + br, #page .product-view #product-description ol br, #page .product-view #product-description ol + br {
  display: none;
}
#page .product-view #product-description p li, #page .product-view #product-description ul li, #page .product-view #product-description ol li {
  margin: 0 0 0.5em 1.5em;
}
#page .product-view #product-description p + br + ul, #page .product-view #product-description p + br + ol {
  margin-top: -0.5em;
}
#page .product-view #product-description a {
  text-decoration: underline;
}
#page .product-view #product-description a:hover {
  text-decoration: none;
}
#page .product-view .product-share { /* boutons de partage */
  margin: 40px 0;
}
#page .product-view .product-share a {
  float: left;
  margin: 0 20px 0 0;
}
#page .product-view .product-share a.email-friend {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 22px;
  color: #535353;
  font-size: 11px;
  font-weight: bold;
  background: transparent url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_partage-mail.png") no-repeat 0 0;
}
#page .product-view .product-share a.email-friend:hover {
  opacity: 0.8;
}
#page .product-view .product-share .share-buttons li {
  display: inline-block;
  list-style: none;
}
#page .product-view .product-share .share-buttons a {
  display: inline-block;
  text-indent: -9999px;
  color: transparent;
  font-size: 0.0001em;
  height: 26px;
  width: 25px;
  padding: 5px;
  margin: 0 10px 0 0;
  opacity: 0.6;
  background: transparent url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png") no-repeat 6px -640px;
}
#page .product-view .product-share .share-buttons a:hover, #page .product-view .product-share .share-buttons a:focus {
  opacity: 1;
}
#page .product-view .product-share .share-buttons .email-friend {
  background-position: 4px -792px;
}
#page .product-view .product-share .share-buttons .fb {
  background-position: 8px -695px;
}
#page .product-view .product-share .share-buttons .tw {
  background-position: 5px -893px;
}
#page .product-view .product-share .share-buttons .gp {
  background-position: 5px -744px;
}
#page .product-view .product-share .share-buttons .pin {
  background-position: 7px -1495px;
}
#page .product-view .product-share .addthis_toolbox {
  display: inline-block;
  width: 75%;
}
#page .product-view .product-share .addthis_toolbox a {
  padding: 0;
}
#page .product-view .product-share .addthis_toolbox a.addthis_button_tweet iframe.twitter-share-button {
  width: 100px !important;
}
#page .product-view .product-additional { /* Tabs */
  margin: 40px 0 0 0;
}
#page .product-view .product-additional ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 30px;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #535353;
}
#page .product-view .product-additional ul.tabs dd a, #page .product-view .product-additional ul.tabs li a {
  border: none;
  color: #959595;
  background: none;
  font-size: 1em;
  height: inherit;
  line-height: inherit;
}
#page .product-view .product-additional ul.tabs dd.active a, #page .product-view .product-additional ul.tabs li.active a {
  border: none;
}
#page .product-view .product-additional ul.tabs li {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
#page .product-view .product-additional ul.tabs li h2 {
  color: #959595;
  font-size: 1.167em;
  height: 28px;
  border-radius: 5px 5px 0 0;
  background-color: #e5e5e5;
  margin: 0;
}
#page .product-view .product-additional ul.tabs li h2 a {
  color: #959595;
  padding: 7px 15px 3px 15px;
}
#page .product-view .product-additional ul.tabs li h2 a:hover {
  color: #535353;
  background: none;
}
#page .product-view .product-additional ul.tabs li h2:hover {
  background-color: #dcdcdc;
}
#page .product-view .product-additional ul.tabs li.active h2 {
  background-color: #535353;
}
#page .product-view .product-additional ul.tabs li.active h2 a {
  color: #fff;
  background: none;
}
#page .product-view .product-additional .box-additional { /* Informations complémentaires */
  overflow: hidden;
}
#page .product-view .product-additional .box-additional table {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  border-collapse: collapse;
}
#page .product-view .product-additional .box-additional table tr {
  background-color: #fff !important;
}
#page .product-view .product-additional .box-additional table tr:hover th, #page .product-view .product-additional .box-additional table tr:hover td {
  color: #000;
  background-color: #f2f2f2;
}
#page .product-view .product-additional .box-additional table tr th, #page .product-view .product-additional .box-additional table tr td {
  color: #535353;
  font-size: 1em;
  padding: 6px 10px;
  border-bottom: 1px solid #e5e5e5 !important;
  vertical-align: top;
}
#page .product-view .product-additional .box-additional table tr th.data, #page .product-view .product-additional .box-additional table tr td.data {
  max-width: 560px;
}
#page .product-view .product-additional .box-additional table tr th.data p, #page .product-view .product-additional .box-additional table tr td.data p {
  margin-top: 0;
}
#page .product-view .product-additional .box-additional table tr th.data p object, #page .product-view .product-additional .box-additional table tr th.data p embed, #page .product-view .product-additional .box-additional table tr td.data p object, #page .product-view .product-additional .box-additional table tr td.data p embed {
  height: 315px;
}
#page .product-view .product-additional .box-additional table tr th, #page .product-view .product-additional .box-additional table tr .label {
  display: table-cell;
  position: inherit;
  text-align: right;
  color: #707070;
  font-weight: bold;
}
#page .product-view .product-additional .box-up-sell { /* Produits recommandés */ }
#page .product-view .product-additional .box-up-sell p {
  color: #a0a0a0;
  margin: 0 0 20px 0;
}
#page .product-view .product-additional .box-up-sell table.products-grid {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  border-collapse: collapse;
}
#page .product-view .product-additional .box-up-sell table.products-grid td {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  position: relative;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  width: 156px;
  width: 22.2%;
  float: none;
  display: table-cell;
  padding: 0 2.2% 0 0;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product {
  color: #535353;
  display: block;
  position: relative;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.category {
  position: absolute;
  z-index: 11;
  top: 5px;
  left: -5px;
  display: block;
  height: 20px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.667em;
  text-transform: uppercase;
  text-align: center;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.img {
  display: block;
  position: relative;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -9px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product span.img img {
  display: block;
  border: 1px solid #e5e5e5;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product h3, #page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .product-name {
  color: #535353;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 0.917em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 0 0;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box {
  position: absolute;
  right: 1px;
  top: 131px;
  height: 24px;
  padding: 6px 10px 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
  line-height: 1em;
  text-shadow: 0 0 5px #fff;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .old-price, #page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .special-price {
  margin: 0 3px 0 0;
  display: inline;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .price {
  color: #c9ca26;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1em;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover {
  color: #535353;
  text-decoration: none;
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover img {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover h3, #page .product-view .product-additional .box-up-sell table.products-grid td a.lien-product:hover .product-name {
  color: #535353;
  text-decoration: underline;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .actions {
  text-align: right;
  margin: 7px 0 0 0;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span {
  vertical-align: middle;
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 1px;
  border: none;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.btn-cart, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.btn-cart, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier.png) no-repeat 0 0;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.link-compare, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.link-compare, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.link-compare {
  cursor: pointer;
  width: 21px;
  height: 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur.png) no-repeat 0 0;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.out-of-stock, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.out-of-stock, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.out-of-stock {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-no.png) no-repeat 0 0;
  cursor: help;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .actions .button:hover, #page .product-view .product-additional .box-up-sell table.products-grid td .actions a:hover, #page .product-view .product-additional .box-up-sell table.products-grid td .actions span:hover {
  opacity: 0.9;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings {
  float: left;
  width: 22px;
  height: 20px;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .rating-box {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  width: 69px;
  height: 18px;
  border-bottom: 4px solid #fff;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 1px;
  text-indent: -999em;
  overflow: hidden;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .amount {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: default;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_commentaires.png) no-repeat 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: bold;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .amount a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
#page .product-view .product-additional .box-up-sell table.products-grid td .ratings .amount:hover {
  color: #535353;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .product-label:before, #page .product-view .product-additional .box-up-sell table.products-grid td.promo .product-label:before, #page .product-view .product-additional .box-up-sell table.products-grid td.label-1769 .product-label:before, #page .product-view .product-additional .box-up-sell table.products-grid td.label-1770 .product-label:before, #page .product-view .product-additional .box-up-sell table.products-grid td.label-1949 .product-label:before, #page .product-view .product-additional .box-up-sell table.products-grid td.label-1951 .product-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .product-label.nvprod:before {
  border-top: 5px solid #8a507f;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod a.lien-product .category {
  background-color: #b076a5;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod a.lien-product img {
  border-color: rgba(176, 118, 165, 0.2) !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod a.lien-product .price {
  color: #b076a5;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.promo .product-label.promo:before {
  border-top: 5px solid #a24808;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.promo a.lien-product .category {
  background-color: #eb690b;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.promo a.lien-product img {
  border-color: rgba(235, 105, 11, 0.3) !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.promo a.lien-product .price {
  color: #eb690b;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.promo .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1769 .product-label.label-1769:before {
  border-top: 5px solid #15426d;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1769 a.lien-product .category {
  background-color: #2268ad;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1769 a.lien-product img {
  border-color: rgba(34, 104, 173, 0.3) !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1769 a.lien-product .price {
  color: #2268ad;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1769 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1770 .product-label.label-1770:before {
  border-top: 5px solid #9e9f1e;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1770 a.lien-product .category {
  background-color: #d7d832;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1770 a.lien-product img {
  border-color: rgba(215, 216, 50, 0.3) !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1770 a.lien-product .price {
  color: #d7d832;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1770 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1949 .product-label.label-1949:before {
  border-top: 5px solid #71061c;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1949 a.lien-product .category {
  background-color: #ba0a2e;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1949 a.lien-product img {
  border-color: rgba(186, 10, 46, 0.3) !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1949 a.lien-product .price {
  color: #ba0a2e;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1949 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1951 .product-label.label-1951:before {
  border-top: 5px solid #2e3148;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1951 a.lien-product .category {
  background-color: #4c5177;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1951 a.lien-product img {
  border-color: rgba(76, 81, 119, 0.3) !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1951 a.lien-product .price {
  color: #4c5177;
}
#page .product-view .product-additional .box-up-sell table.products-grid td.label-1951 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
#page .product-view .product-additional .box-up-sell table.products-grid td .ctnr {
  position: relative;
}
#page .product-view .product-additional .recaptcha {
  margin-left: 0px;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box { /* Commentaires */ }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li h4 {
  color: #535353;
  margin: 0 0 5px 0;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos {
  float: left;
  width: 17%;
  min-width: 116px;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos p {
  color: #898989;
  font-size: 11px;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos p.auteur {
  color: #535353;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos p.date {
  font-style: italic;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  border-collapse: collapse;
  margin: 5px 0 0 0;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td {
  padding: 0;
  font-size: 11px;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td.label {
  display: table-cell;
  bottom: auto;
  padding: 0 5px 0 0;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td .rating-box {
  display: block;
  width: 69px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 0;
  text-indent: -999em;
  overflow: hidden;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-infos table.ratings-list td .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm {
  float: right;
  width: 81%;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li:after {
  content: "";
  clear: both;
  display: block;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add { /* Note + Ajout commentaire */ }
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add p {
  color: #a0a0a0;
  margin: 0 0 10px 0;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add h3 {
  margin: 20px 0 10px 0;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset {
  float: left;
  width: 48%;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.highlight {
  background: none;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note {
  width: 38%;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note h3 {
  font-size: 1.167em;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  border: 1px solid #e5e5e5;
  border-spacing: 1px;
  text-align: center;
  width: 100%;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table thead {
  background-color: #eee;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tr {
  background: none;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tr.last th, #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tr.last td {
  border: none;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table th {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  padding: 5px;
  line-height: 1.22em;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table th span {
  display: block;
  padding: 5px 0 0 0;
  color: #f0c808;
  font-weight: bold;
  font-size: 24px;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tbody th {
  text-align: right;
  padding: 5px;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table td {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table td input {
  cursor: pointer;
  margin: 0;
  width: 16px;
  height: 16px;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm {
  width: 58%;
  float: right;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm h3 {
  font-size: 1.5em;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li {
  margin: 0 0 10px 0;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li label {
  width: 26%;
  font-size: 1em;
  font-weight: bold;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li .input-box {
  width: 72%;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-comm ul.form-list li textarea {
  width: 100% !important;
  height: auto;
}
#page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add .buttons-set {
  clear: left;
  width: 38%;
  padding: 40px 0 0 0;
  margin: 0 0 10px 0;
  text-align: right;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-title button, #page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-title .button {
  font-size: 1.334em;
  padding: 5px 10px;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper {
  border: 0;
  padding: 0;
  background: none;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field {
  margin: 0 0 10px 0;
  float: none;
  width: auto;
  display: block;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field:after {
  clear: both;
  content: "";
  display: block;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__label-box {
  width: 26%;
  display: block;
  float: left;
  margin: 6px 5px 0 0;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__input-box {
  width: 72%;
  display: block;
  float: left;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__input-box .input-text {
  margin: 0;
  width: auto;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__field .aw-pq2-form__input-box #question_author_email {
  width: 50%;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__textarea {
  margin: 0 0 0 26.7%;
  width: 50% !important;
  min-height: 50px !important;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__button-set {
  margin: 0 0 0 26.7%;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-question-form__wrapper .aw-pq2-form__button-set .aw-pq2-form__label {
  display: inline;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list__no-questions {
  color: #898989;
  margin: 20px 0 0 26.7%;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-expand {
  display: none;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item .aw-pq2-list__question {
  margin: 0;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item .aw-pq2-list__question-content {
  font-size: 1.084em;
  cursor: default;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-item .aw-pq2-list__answer-list {
  display: block !important;
  margin-left: 40px;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__question-date {
  font-size: 11px;
  margin-left: -40px;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__answer-item {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__answer-item .aw-pq2-list__answer-date {
  font-size: 11px;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__add-answer-button-wrapper {
  margin: 0 0 10px 0;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__add-answer-button-wrapper button, #page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-list__add-answer-button-wrapper .button {
  font-size: 1.334em;
  padding: 5px 10px;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__label-box {
  width: 16%;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__input-box {
  width: 82%;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__textarea {
  margin: 0 0 0 16.7%;
}
#page .product-view .product-additional #product_tabs_ask_questions_contents .aw-pq2-list .aw-pq2-answer-form .aw-pq2-form__button-set {
  margin: 0 0 0 16.7%;
}

/*---------- Fin DETAIL PRODUIT ----------*/
/*---------- Début COMPARATEUR ----------*/
.catalog-product-compare-index {
  padding: 20px;
  background: #fff;
}
.catalog-product-compare-index .page-title {
  position: relative;
}
.catalog-product-compare-index .page-title h1 {
  text-align: center;
  margin: 0 0 20px 0;
}
.catalog-product-compare-index .page-title a.link-print {
  position: absolute;
  top: 10px;
  left: 0;
  color: #898989;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}
.catalog-product-compare-index .page-title a.link-print:hover {
  color: #535353;
  text-decoration: none;
}
.catalog-product-compare-index table#product_comparison {
  border-collapse: collapse;
}
.catalog-product-compare-index table#product_comparison th, .catalog-product-compare-index table#product_comparison td {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid #eee;
}
.catalog-product-compare-index table#product_comparison th {
  background-color: #f6f6f6;
  font-weight: bold;
}
.catalog-product-compare-index table#product_comparison tbody th {
  text-align: right;
  vertical-align: top;
}
.catalog-product-compare-index table#product_comparison a.btn-remove {
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1em;
}
.catalog-product-compare-index table#product_comparison a.btn-remove:hover {
  opacity: 0.6;
}
.catalog-product-compare-index table#product_comparison .add-to-row td {
  text-align: center;
  background-color: #fff;
}
.catalog-product-compare-index table#product_comparison h2 {
  margin: 10px 0 0 0;
}
.catalog-product-compare-index table#product_comparison h2 a {
  color: #000;
}
.catalog-product-compare-index table#product_comparison .price-box p {
  margin: 0;
}
.catalog-product-compare-index table#product_comparison .price-box p.old-price {
  margin: 0 0 0.5em 0;
}
.catalog-product-compare-index table#product_comparison .price-box .price {
  color: #d7d832;
  font-weight: normal;
  font-size: 1.5em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
}
.catalog-product-compare-index table#product_comparison .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, Helvetica, Clean, sans-serif;
  text-decoration: line-through;
}
.catalog-product-compare-index table#product_comparison .price-box .pourcentage {
  background-color: #bcbd24;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 2px 6px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
}
.catalog-product-compare-index .buttons-set {
  position: absolute;
  top: 20px;
  right: 20px;
}
.catalog-product-compare-index .buttons-set button.button {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Helvetica, Clean, sans-serif;
  text-decoration: underline;
  padding: 15px 0 15px 15px;
  border: none;
  opacity: 0.6;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1385px;
}
.catalog-product-compare-index .buttons-set button.button:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*---------- Fin COMPARATEUR ----------*/
/*---------- Début MARQUES ----------*/
.manufacturer_sort {
  margin: 0 0 40px 0;
}
.manufacturer_sort ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.manufacturer_sort ul li {
  display: inline;
  margin: 0 3px 0 0;
}
.manufacturer_sort ul li a {
  color: #898989;
  padding: 2px;
}
.manufacturer_sort ul li.selected a {
  color: #535353;
  font-weight: bold;
  background-color: rgba(83, 83, 83, 0.1);
}

.manufacturer_list {
  display: table;
  border-collapse: collapse;
}
.manufacturer_list .row_main {
  margin: 0 0 20px 0;
  display: table-row;
}
.manufacturer_list .row_main .casestudies {
  display: table-cell;
  border: 1px solid #e5e5e5;
}
.manufacturer_list .row_main .casestudies:hover {
  background-color: #f6f6f6;
}
.manufacturer_list .row_main .casestudies a {
  display: block;
  padding: 10px;
}
.manufacturer_list .row_main .casestudies a img {
  width: 100%;
}
.manufacturer_list .row_main .casestudies a h2 {
  color: #898989;
  font-size: 0.917em;
  font-weight: bold;
  font-family: Arial, Helvetica, Clean, sans-serif;
  margin: 0 0 5px 0;
  text-align: center;
}
.manufacturer_list .row_main .casestudies a:hover {
  text-decoration: none;
}
.manufacturer_list .row_main .casestudies a:hover h2 {
  color: #000;
}

#manfacturerwrapper h1:after {
  content: "";
  clear: both;
  display: block;
}
#manfacturerwrapper h1 img {
  float: right;
  margin: -25px 0 10px 20px;
}
#manfacturerwrapper h1 span {
  display: block;
  color: #898989;
  font-size: 0.5em;
  line-height: 1.5em;
  font-family: Arial, Helvetica, Clean, sans-serif;
}

.shopbybrand-list .filterbar #charaters-list ul li.charlist a {
  display: block;
  height: 100%;
  font-size: 12px !important;
  padding: 7px 10px !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.shopbybrand-list .filterbar #charaters-list ul li.charlist a:hover {
  text-decoration: none;
  color: #d7d832 !important;
  border-color: #d7d832 !important;
  background: #fff !important;
}

.shopbybrand-index-index .shopbybrand-list a {
  font-size: 1em;
  line-height: inherit;
}
.shopbybrand-index-index .shopbybrand-title h1 {
  background-color: #333;
}
.shopbybrand-index-index .col .list_1 {
  margin: 20px 0 !important;
}
.shopbybrand-index-index .col .list_1 a {
  padding: 0;
}
.shopbybrand-index-index .shopbybrand-list .brandscategories ul li a.show-child {
  height: 20px;
}
.shopbybrand-index-index .shopbybrand-list .brands .brandslist .brand-begin-label strong {
  background-color: #c9ca26;
}

.brand-description .des {
  width: 100%;
}
.brand-description .blogo {
  float: right;
}

.brands-index-view .shopbybrand_view, .catalogsearch-result-index .shopbybrand_view {
  font-family: inherit;
}
.brands-index-view .shopbybrand_view .page-title h1, .catalogsearch-result-index .shopbybrand_view .page-title h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 1.2em;
  color: #636363;
  border-bottom: none;
  padding: 0 0 3px 0;
  margin-bottom: 15px;
}
.brands-index-view .shopbybrand_view .brand-description, .catalogsearch-result-index .shopbybrand_view .brand-description {
  content: "";
  clear: both;
  display: block;
  float: none;
  padding: 0;
  width: 100%;
  margin: 0 0 1.5em 0;
}
.brands-index-view .shopbybrand_view .brand-description .img, .catalogsearch-result-index .shopbybrand_view .brand-description .img {
  border: none;
  float: left;
  padding: 0;
  margin: 0 15px 15px 0;
  width: auto;
  display: block;
}
.brands-index-view .shopbybrand_view .brand-description p, .catalogsearch-result-index .shopbybrand_view .brand-description p {
  color: #636363;
  float: none;
  font-size: 1em;
  padding: 0;
  width: auto;
  margin: 0 0 0.5em 0;
}

/*---------- Fin MARQUES ----------*/
/*---------- Début PANIER ----------*/
.cart .encartpanier {
  float: right;
  margin: 10px 5px;
  width: auto;
  top: -50px;
  clear: both;
  position: relative;
  max-width: 500px;
}
@media only screen and (max-width: 770px) {
  .cart .encartpanier {
    top: 0;
    width: 100%;
  }
}
.cart .encartpanier p {
  font-size: 1.3em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  line-height: normal;
  text-align: right;
  padding: 10px;
}
@media only screen and (max-width: 770px) {
  .cart .encartpanier p {
    font-size: 1.3em;
    float: none;
    width: 100%;
    top: auto;
    text-align: center;
    margin: 0 0 1em;
  }
  .cart .encartpanier p:after {
    right: auto;
    left: 0;
  }
}
.cart .encartpanier p img {
  float: right;
  margin: -10px 0 0 10px;
}
.cart .important {
  clear: both;
}
.cart .page-title:after {
  content: "";
  clear: both;
  display: block;
}
.cart .page-title h1 {
  float: left;
}
.cart .page-title ul.checkout-types {
  margin: 0;
  float: right;
}
.cart ul.checkout-types {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  margin: 20px 0;
}
.cart ul.checkout-types li {
  display: inline-block;
}
.cart .btn-proceed-checkout {
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: visible;
  padding-right: 50px;
  color: #d7d832;
  background-color: rgba(215, 216, 50, 0.2);
}
.cart .btn-proceed-checkout:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d7d832 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-blanc.png) no-repeat center center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cart .btn-proceed-checkout:hover {
  color: #c9ca26;
  background-color: rgba(215, 216, 50, 0.3);
}
.cart .btn-proceed-checkout:hover:after {
  background-color: #c9ca26;
}
.cart table {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  width: 100%;
  border-radius: 5px;
  border-collapse: collapse;
  margin: 20px 0 40px 0;
}
.cart table thead {
  background-color: #535353;
}
.cart table thead th {
  color: #fff;
  font-size: 1.167em;
  white-space: nowrap;
}
.cart table td {
  font-size: 1em;
}
.cart table tbody td {
  border-bottom: 1px solid #dcdcdc;
}
.cart table tbody td.cart-image img {
  border: 1px solid #e5e5e5;
  max-width: none;
}
.cart table tbody td.cart-name h2.product-name {
  margin: 0;
  font-size: 1.334em;
}
.cart table tbody td.cart-name dt, .cart table tbody td.cart-name dd {
  color: #898989;
  display: inline;
}
.cart table tbody td.cart-name .item-msg.error {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #A70000;
  background-color: #c00000;
}
.cart table tbody td.cart-name .truncated .aide {
  font-size: 0.917em;
  font-style: italic;
  line-height: 1.22em;
  display: block;
}
.cart table .price {
  color: #c9ca26;
  font-weight: bold;
}
.cart table td.unit-price .price {
  color: #535353;
  font-weight: normal;
}
.cart table a.btn-edit {
  display: inline-block;
  color: #535353;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 0 -1350px;
}
.cart table a.btn-edit:hover {
  opacity: 0.6;
}
.cart table a.btn-remove {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 5px -1395px;
}
.cart table a.btn-remove:hover {
  opacity: 0.6;
}
.cart table tfoot {
  background: none;
}
.cart table tfoot button {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  display: inline-block;
  color: #535353;
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 32px;
  position: relative;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0;
  line-height: 1.22em;
}
.cart table tfoot button:hover {
  color: #000;
}
.cart table tfoot button.btn-update {
  float: right;
  margin: 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_actualiser.png) no-repeat 0 0;
}
.cart table tfoot button:hover {
  color: #000;
}
.cart .columns {
  padding: 0;
}
.cart .coupon .columns {
  width: 100%;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: rgba(137, 137, 137, 0.2);
}
.cart .coupon .columns h2 {
  color: #535353;
  margin: 0 0 10px 0;
  font-size: 1.334em;
}
.cart .coupon .columns .buttons-set {
  text-align: center;
}
.cart .coupon .columns button {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 1.084em;
  font-weight: bold;
  font-family: Arial, Helvetica, Clean, sans-serif;
  padding: 5px 10px;
  height: 30px;
  background-color: #898989;
}
.cart .coupon .columns button:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #7c7c7c;
}
.cart .coupon .columns button:active {
  background-color: #707070;
}
.cart .coupon .columns #discount-coupon-form {
  margin: 0 0 10px;
}
.cart .coupon .columns #discount-coupon-form h2 {
  margin: 0;
  display: inline-block;
  width: 30%;
  text-align: right;
}
.cart .coupon .columns #discount-coupon-form .discount-form {
  display: inline-block;
}
.cart .coupon .columns #discount-coupon-form label {
  display: none;
}
.cart .coupon .columns #discount-coupon-form .input-box {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.cart .coupon .columns #discount-coupon-form .input-box .validation-advice {
  position: absolute;
}
.cart .coupon .columns #discount-coupon-form .buttons-set {
  display: inline-block;
}
.cart .coupon .columns #discount-giftcard-form h2 {
  margin: 0;
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: top;
}
.cart .coupon .columns #discount-giftcard-form .discount-form {
  display: inline-block;
  width: 69%;
}
.cart .coupon .columns #discount-giftcard-form #giftvoucher_container {
  margin: 0;
  padding-left: 5px;
}
.cart .coupon .columns #discount-giftcard-form #giftvoucher_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart .coupon .columns #discount-giftcard-form #giftvoucher_container p {
  margin: 0;
}
.cart .coupon .columns .shipping ul.form-list li {
  margin: 5px 0;
}
.cart .coupon .columns .shipping ul.form-list li label {
  display: block;
  float: left;
  width: 30%;
}
.cart .coupon .columns .shipping ul.form-list li .input-box {
  float: left;
  width: 30%;
}
.cart .coupon .columns .shipping ul.form-list + .buttons-set {
  text-align: left;
  margin-left: 31%;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl {
  margin: 20px 0 10px;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl:after {
  content: "";
  clear: both;
  display: block;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl dt, .cart .coupon .columns .shipping #co-shipping-method-form dl dd {
  display: block;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 5px;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl dt:first-of-type, .cart .coupon .columns .shipping #co-shipping-method-form dl dd:first-of-type {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl dt {
  color: #707070;
  font-weight: bold;
  text-align: right;
  width: 31%;
  clear: both;
  padding-right: 5px;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl dd {
  width: 69%;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl dd label {
  display: inline;
  font-weight: normal;
}
.cart .coupon .columns .shipping #co-shipping-method-form dl + .buttons-set {
  text-align: left;
  margin-left: 31%;
}
.cart .totals table {
  font-size: 1.167em;
}
.cart .totals table td {
  border-bottom: 1px solid #dcdcdc;
}
.cart .totals table tr.totalttc td {
  font-size: 1.334em;
  background-color: #eee;
}
.cart .cart-collaterals {
  margin: 20px 0 0 0 !important;
}
.cart .cart-collaterals h2 {
  color: #535353;
  margin: 0;
  font-size: 1.334em;
}
.cart .cart-collaterals #crosssell-products-list li.item {
  position: relative;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  width: 156px;
  width: 16.6%;
  margin-right: 2.15%;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product {
  color: #535353;
  display: block;
  position: relative;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.category {
  position: absolute;
  z-index: 11;
  top: 5px;
  left: -5px;
  display: block;
  height: 20px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.667em;
  text-transform: uppercase;
  text-align: center;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.img {
  display: block;
  position: relative;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -9px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png) no-repeat center -825px;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product span.img img {
  display: block;
  border: 1px solid #e5e5e5;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product h3, .cart .cart-collaterals #crosssell-products-list li.item a.lien-product .product-name {
  color: #535353;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 0.917em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 0 0;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box {
  position: absolute;
  right: 1px;
  top: 131px;
  height: 24px;
  padding: 6px 10px 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
  line-height: 1em;
  text-shadow: 0 0 5px #fff;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .old-price, .cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .special-price {
  margin: 0 3px 0 0;
  display: inline;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .price {
  color: #c9ca26;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1em;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product .price-box .old-price .price {
  color: #898989;
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover {
  color: #535353;
  text-decoration: none;
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover img {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover h3, .cart .cart-collaterals #crosssell-products-list li.item a.lien-product:hover .product-name {
  color: #535353;
  text-decoration: underline;
}
.cart .cart-collaterals #crosssell-products-list li.item .actions {
  text-align: right;
  margin: 7px 0 0 0;
}
.cart .cart-collaterals #crosssell-products-list li.item .actions .button, .cart .cart-collaterals #crosssell-products-list li.item .actions a, .cart .cart-collaterals #crosssell-products-list li.item .actions span {
  vertical-align: middle;
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 1px;
  border: none;
}
.cart .cart-collaterals #crosssell-products-list li.item .actions .button.btn-cart, .cart .cart-collaterals #crosssell-products-list li.item .actions a.btn-cart, .cart .cart-collaterals #crosssell-products-list li.item .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier.png) no-repeat 0 0;
}
.cart .cart-collaterals #crosssell-products-list li.item .actions .button.link-compare, .cart .cart-collaterals #crosssell-products-list li.item .actions a.link-compare, .cart .cart-collaterals #crosssell-products-list li.item .actions span.link-compare {
  cursor: pointer;
  width: 21px;
  height: 20px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_comparateur.png) no-repeat 0 0;
}
.cart .cart-collaterals #crosssell-products-list li.item .actions .button.out-of-stock, .cart .cart-collaterals #crosssell-products-list li.item .actions a.out-of-stock, .cart .cart-collaterals #crosssell-products-list li.item .actions span.out-of-stock {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-no.png) no-repeat 0 0;
  cursor: help;
}
.cart .cart-collaterals #crosssell-products-list li.item .actions .button:hover, .cart .cart-collaterals #crosssell-products-list li.item .actions a:hover, .cart .cart-collaterals #crosssell-products-list li.item .actions span:hover {
  opacity: 0.9;
}
.cart .cart-collaterals #crosssell-products-list li.item .ratings {
  float: left;
  width: 22px;
  height: 20px;
}
.cart .cart-collaterals #crosssell-products-list li.item .ratings .rating-box {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  width: 69px;
  height: 18px;
  border-bottom: 4px solid #fff;
  font-size: 0;
  line-height: 0;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 1px;
  text-indent: -999em;
  overflow: hidden;
}
.cart .cart-collaterals #crosssell-products-list li.item .ratings .rating-box .rating {
  float: left;
  height: 14px;
  background: #fff url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bkg_rating.gif) repeat-x 0 100%;
}
.cart .cart-collaterals #crosssell-products-list li.item .ratings .amount {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: default;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_commentaires.png) no-repeat 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: bold;
}
.cart .cart-collaterals #crosssell-products-list li.item .ratings .amount a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
.cart .cart-collaterals #crosssell-products-list li.item .ratings .amount:hover {
  color: #535353;
}
.cart .cart-collaterals #crosssell-products-list li.item.nvprod .product-label:before, .cart .cart-collaterals #crosssell-products-list li.item.promo .product-label:before, .cart .cart-collaterals #crosssell-products-list li.item.label-1769 .product-label:before, .cart .cart-collaterals #crosssell-products-list li.item.label-1770 .product-label:before, .cart .cart-collaterals #crosssell-products-list li.item.label-1949 .product-label:before, .cart .cart-collaterals #crosssell-products-list li.item.label-1951 .product-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
}
.cart .cart-collaterals #crosssell-products-list li.item.nvprod .product-label.nvprod:before {
  border-top: 5px solid #8a507f;
}
.cart .cart-collaterals #crosssell-products-list li.item.nvprod a.lien-product .category {
  background-color: #b076a5;
}
.cart .cart-collaterals #crosssell-products-list li.item.nvprod a.lien-product img {
  border-color: rgba(176, 118, 165, 0.2) !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.nvprod a.lien-product .price {
  color: #b076a5;
}
.cart .cart-collaterals #crosssell-products-list li.item.nvprod .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-violet.png) no-repeat 0 0 !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.promo .product-label.promo:before {
  border-top: 5px solid #a24808;
}
.cart .cart-collaterals #crosssell-products-list li.item.promo a.lien-product .category {
  background-color: #eb690b;
}
.cart .cart-collaterals #crosssell-products-list li.item.promo a.lien-product img {
  border-color: rgba(235, 105, 11, 0.3) !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.promo a.lien-product .price {
  color: #eb690b;
}
.cart .cart-collaterals #crosssell-products-list li.item.promo .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1769 .product-label.label-1769:before {
  border-top: 5px solid #15426d;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1769 a.lien-product .category {
  background-color: #2268ad;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1769 a.lien-product img {
  border-color: rgba(34, 104, 173, 0.3) !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1769 a.lien-product .price {
  color: #2268ad;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1769 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1770 .product-label.label-1770:before {
  border-top: 5px solid #9e9f1e;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1770 a.lien-product .category {
  background-color: #d7d832;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1770 a.lien-product img {
  border-color: rgba(215, 216, 50, 0.3) !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1770 a.lien-product .price {
  color: #d7d832;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1770 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1949 .product-label.label-1949:before {
  border-top: 5px solid #71061c;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1949 a.lien-product .category {
  background-color: #ba0a2e;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1949 a.lien-product img {
  border-color: rgba(186, 10, 46, 0.3) !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1949 a.lien-product .price {
  color: #ba0a2e;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1949 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1951 .product-label.label-1951:before {
  border-top: 5px solid #2e3148;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1951 a.lien-product .category {
  background-color: #4c5177;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1951 a.lien-product img {
  border-color: rgba(76, 81, 119, 0.3) !important;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1951 a.lien-product .price {
  color: #4c5177;
}
.cart .cart-collaterals #crosssell-products-list li.item.label-1951 .btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-orange.png) no-repeat 0 0 !important;
}
.cart .cart-collaterals #crosssell-products-list li.item:last-child {
  margin-right: 0;
}
.cart .cart-collaterals #crosssell-products-list li.item .pourcentage {
  background-color: #bcbd24;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 2px 6px 2px 3px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
}

#shopping-cart-table tbody tr td {
  vertical-align: middle;
}

#shopping-cart-table thead tr th {
  padding: 10px;
  text-align: left;
}

#shopping-cart-table thead tr th.a-center {
  padding: 10px;
  text-align: center;
}

#shopping-cart-table tbody tr td .product-image {
  display: block;
  min-width: 60px;
  min-height: 60px;
}

#shopping-cart-table tbody tr td .product-name {
  display: block;
  font-size: 1.6em;
}

.cart-table td {
  padding: 10px;
}

#shopping-cart-table .item-options {
  clear: both;
}

form fieldset {
  padding: 0;
  border: none;
}

.cart-empty p {
  margin: 20px 0;
}
.cart-empty a.btn-continue {
  display: inline-block;
  color: #535353;
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 32px;
  position: relative;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0;
}
.cart-empty a.btn-continue:hover {
  color: #000;
}

/* OPC - One Page Checkout */
#checkoutSteps.opc p, #checkoutSteps.opc ul, #checkoutSteps.opc ul li {
  margin-bottom: 6px;
}

#checkoutSteps.opc #checkout-step-login ul.ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#checkoutSteps {
  margin: 0;
  padding: 0;
  list-style: none;
}
#checkoutSteps li.section .step-title {
  background-color: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 5px 5px 5px;
  position: relative;
}
#checkoutSteps li.section .step-title span.number {
  font-size: 1.5em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block !important;
  zoom: 1;
  *display: inline !important;
  width: 27px;
  height: 27px;
  text-align: center;
}
#checkoutSteps li.section .step-title h2 {
  margin: 0 5px;
  display: inline;
  font-size: 1.667em;
}
#checkoutSteps li.section .step-title a {
  text-align: right;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #535353;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 36px 0 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat right -1338px;
}
#checkoutSteps li.section .step-title a:hover {
  opacity: 0.6;
}
#checkoutSteps li.section .step-title:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#checkoutSteps li.section .step {
  padding: 0 0 22px 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/pointilles.png) repeat-x 0 bottom;
}
#checkoutSteps li.section .step h3 {
  color: #535353;
  margin: 0 0 5px 0;
}
#checkoutSteps li.section .step h4 {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 5px 0;
}
#checkoutSteps li.section .step ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#checkoutSteps li.section .step #billing-new-address-form label {
  margin-bottom: 0;
}
#checkoutSteps li.section .step .buttons-set {
  margin-left: 42%;
}
#checkoutSteps li.section .step fieldset {
  padding: 5px;
}
#checkoutSteps li.section .step fieldset.highlight {
  background-color: rgba(255, 255, 255, 0.1);
}
#checkoutSteps li.section .step fieldset .input-box {
  width: 56%;
}
#checkoutSteps li.section .step #co-shipping-form ul.form-list li .input-box {
  width: 56%;
}
#checkoutSteps li.section.active {
  background-color: rgba(215, 216, 50, 0.1);
}
#checkoutSteps li.section.active .step-title {
  background-color: #d7d832;
  margin: 0 0 10px 0;
}
#checkoutSteps li.section.active .step-title h2 {
  color: #fff;
}
#checkoutSteps li.section.active .step-title a {
  display: none !important;
}
#checkoutSteps li.section.active .step-title:hover {
  background-color: #d7d832;
}
#checkoutSteps li.section.allow .step-title a {
  display: block;
}
#checkoutSteps li.section#opc-login .col2-set:after {
  content: "";
  clear: both;
  display: block;
}
#checkoutSteps li.section#opc-login .col-1 {
  float: left;
  width: 50%;
  padding: 20px 20px 0 20px;
}
#checkoutSteps li.section#opc-login .col-1 .buttons-set {
  text-align: center;
  margin: 0;
}
#checkoutSteps li.section#opc-login .col-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  float: right;
  width: 50%;
  padding: 20px 20px 0 20px;
}
#checkoutSteps li.section#opc-login .col2-set + .col2-set .col-1, #checkoutSteps li.section#opc-login .col2-set + .col2-set .col-2 {
  padding-top: 0;
}
#checkoutSteps li.section#opc-shipping_method dt, #checkoutSteps li.section#opc-payment dt {
  display: block;
  float: left;
  width: 15%;
  margin: 6px 5px 0 0;
  text-align: right;
}
#checkoutSteps li.section#opc-shipping_method dd, #checkoutSteps li.section#opc-payment dd {
  display: block;
  float: left;
  width: 80%;
}
#checkoutSteps li.section#opc-shipping_method dd label, #checkoutSteps li.section#opc-payment dd label {
  display: inline;
}
#checkoutSteps li.section#opc-shipping_method .buttons-set, #checkoutSteps li.section#opc-payment .buttons-set {
  clear: both;
  margin-left: 17%;
}
#checkoutSteps li.section#opc-shipping_method dt {
  margin-top: 3px;
}
#checkoutSteps li.section#opc-payment dt {
  width: 20%;
}
#checkoutSteps li.section#opc-payment dd {
  width: 75%;
  margin: 6px 0;
}
#checkoutSteps li.section#opc-payment dd br {
  display: none;
}
#checkoutSteps li.section#opc-review table {
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  white-space: inherit;
  width: auto;
  height: auto;
  width: 100%;
  border-radius: 5px;
  border-collapse: collapse;
  margin: 20px 0 40px 0;
}
#checkoutSteps li.section#opc-review table thead {
  background-color: #000;
}
#checkoutSteps li.section#opc-review table thead th {
  color: #fff;
  font-size: 1.167em;
  white-space: nowrap;
}
#checkoutSteps li.section#opc-review table tr:nth-child(2n) {
  background: none;
}
#checkoutSteps li.section#opc-review table td {
  font-size: 1em;
}
#checkoutSteps li.section#opc-review table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#checkoutSteps li.section#opc-review table tbody td .product-name {
  margin: 0;
}
#checkoutSteps li.section#opc-review table tbody td .item-options dt, #checkoutSteps li.section#opc-review table tbody td .item-options dd {
  color: #898989;
  display: inline;
}
#checkoutSteps li.section#opc-review table .price {
  color: #d7d832;
  font-weight: bold;
}
#checkoutSteps li.section#opc-review table td.unit-price .price {
  color: #535353;
  font-weight: normal;
}
#checkoutSteps li.section#opc-review table tfoot {
  font-size: 1.167em;
  background: rgba(0, 0, 0, 0.05);
}
#checkoutSteps li.section#opc-review table tfoot td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#checkoutSteps li.section#opc-review table tfoot tr.totalttc td {
  font-size: 1.334em;
  background-color: #fff;
}
#checkoutSteps li.section#opc-review label {
  display: inline;
}
#checkoutSteps li.section#opc-review ol.checkout-agreements {
  margin: 0;
  padding: 0;
  list-style: none;
}
#checkoutSteps li.section#opc-review ol.checkout-agreements .agreement-content {
  margin: 20px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
#checkoutSteps li.section#opc-review ol.checkout-agreements .agree {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 1.167em;
}
#checkoutSteps li.section#opc-review ol.checkout-agreements .agree label {
  color: #cc0000;
}
#checkoutSteps li.section#opc-review .buttons-set {
  font-size: 1.167em;
  margin: 20px;
  padding: 10px;
  text-align: center;
  border: 1px solid rgba(215, 216, 50, 0.4);
  background-color: rgba(215, 216, 50, 0.1);
}
#checkoutSteps li.section#opc-review .buttons-set label {
  font-weight: normal;
  color: #bcbd24;
}
#checkoutSteps li.section#opc-review #review-buttons-container {
  margin: 0;
  text-align: center;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#checkoutSteps li.section#opc-review #review-buttons-container p {
  color: #d7d832;
  font-size: 1.167em;
  margin: 20px;
  padding: 10px;
  border: 1px solid rgba(215, 216, 50, 0.4);
  background-color: rgba(215, 216, 50, 0.1);
}
#checkoutSteps li.section#opc-review #review-buttons-container p a {
  display: inline-block;
  color: #535353;
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 32px;
  position: relative;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0;
  line-height: 1.75em;
  vertical-align: middle;
}
#checkoutSteps li.section#opc-review #review-buttons-container p a:hover {
  color: #000;
}
#checkoutSteps li.section#opc-review #review-buttons-container button, #checkoutSteps li.section#opc-review #review-buttons-container .button {
  color: #fff;
  font-size: 1.75em;
  padding: 10px 20px;
  border: 2px solid #c9ca26;
  background-color: #d7d832;
}
#checkoutSteps li.section#opc-review .step {
  background: none;
}
#checkoutSteps li.section#opc-review.section.active {
  border-radius: 0 0 5px 5px;
}

/*---------- Début PANIER ----------*/
/*---------- Début COMMANDE ----------*/
.onestepcheckout-index-index {
  /*Confinement*/
}
.onestepcheckout-index-index .confinement {
  float: left;
  padding: 25px 0 25px 15px;
  background-color: #d7d832;
}
.onestepcheckout-index-index .confinement .onestepcheckout-confinement label {
  color: #fff !important;
  font-size: 1.2em;
}
.onestepcheckout-index-index .confinement .onestepcheckout-confinement label h4 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  color: #fff !important;
  padding: 0px !important;
}
.onestepcheckout-index-index .confinement .onestepcheckout-confinement a.plusconfinement {
  color: #fff;
  float: left;
  position: relative;
  padding: 5px 40px 5px 5px !important;
  border-radius: 20px;
  transition: all 0.5s ease-in-out 0s;
  color: #d7d832 !important;
  text-transform: none;
  font-size: 1.2em;
  font-weight: 600;
  background: white;
  border: 1px solid #eeeeee;
  margin: 10px 0 0 30px;
}
.onestepcheckout-index-index .confinement .onestepcheckout-confinement a.plusconfinement:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  bottom: 5px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_loupe.png) no-repeat;
}
.onestepcheckout-index-index .confinement::after {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/smile-box.png");
  align-items: center;
  box-sizing: border-box;
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin: 20px 20px 20px 20px;
}
.onestepcheckout-index-index .one-step-checkout {
  margin: 0;
  padding: 0;
  list-style: none;
}
.onestepcheckout-index-index .one-step-checkout ol, .onestepcheckout-index-index .one-step-checkout ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.onestepcheckout-index-index .one-step-checkout button, .onestepcheckout-index-index .one-step-checkout .order-review-info .onestepcheckout-discount .actions-button button {
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.onestepcheckout-index-index .one-step-checkout label {
  color: #3d3d3d !important;
}
.onestepcheckout-index-index .one-step-checkout #billing-new-address-form label, .onestepcheckout-index-index .one-step-checkout #shipping-new-address-form label {
  font-weight: bold;
  font-size: 12px;
  left: 0;
  top: 2px;
}
.onestepcheckout-index-index .one-step-checkout #billing-new-address-form #password_section_id .two-fields.last label, .onestepcheckout-index-index .one-step-checkout #shipping-new-address-form #password_section_id .two-fields.last label {
  top: -2px;
  line-height: initial;
}
.onestepcheckout-index-index .one-step-checkout #billing-new-address-form #password_section_id .two-fields.last input:focus ~ label, .onestepcheckout-index-index .one-step-checkout #billing-new-address-form #password_section_id .two-fields.last input.input-text:valid ~ label, .onestepcheckout-index-index .one-step-checkout #shipping-new-address-form #password_section_id .two-fields.last input:focus ~ label, .onestepcheckout-index-index .one-step-checkout #shipping-new-address-form #password_section_id .two-fields.last input.input-text:valid ~ label {
  top: -22px;
}
.onestepcheckout-index-index .one-step-checkout #onestepcheckout-button-place-order {
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  margin: 15px 0 30px;
}
.onestepcheckout-index-index .one-step-checkout .order-review-info .onestepcheckout-discount .input-box {
  width: 35%;
}
.onestepcheckout-index-index .one-step-checkout textarea {
  box-shadow: none;
}
.onestepcheckout-index-index .one-step-checkout button#add_coupon_code_button, .onestepcheckout-index-index .one-step-checkout button#remove_coupon_code_button {
  width: 180px;
  background-color: #fff !important;
  border: 1px solid #636313;
}
.onestepcheckout-index-index .one-step-checkout button#add_coupon_code_button span, .onestepcheckout-index-index .one-step-checkout button#remove_coupon_code_button span {
  color: #636313;
}
.onestepcheckout-index-index .one-step-checkout .onestepcheckout-comment {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .one-step-checkout .onestepcheckout-comment textarea {
  color: #000;
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  border-style: outset;
  padding-left: 10px;
}
.onestepcheckout-index-index .one-step-checkout .onestepcheckout-comment textarea:focus {
  border-bottom: 3px solid #d7d832;
  background: transparent;
  border-left: none;
  outline: none;
}
.onestepcheckout-index-index .one-step-checkout .onestepcheckout-comment ::-webkit-input-placeholder {
  color: #3d3d3d;
}
.onestepcheckout-index-index .one-step-checkout .onestepcheckout-comment :-moz-placeholder { /* Firefox 18- */
  color: #3d3d3d;
  opacity: 1;
}
.onestepcheckout-index-index .one-step-checkout .onestepcheckout-comment ::-moz-placeholder { /* Firefox 19+ */
  color: #3d3d3d;
  opacity: 1;
}
.onestepcheckout-index-index .one-step-checkout .onestepcheckout-comment :-ms-input-placeholder {
  color: #3d3d3d;
}
.onestepcheckout-index-index .onestepcheckout-login-link {
  padding: 0 0 30px 0;
  margin: 15px 0 30px 0;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
}
.onestepcheckout-index-index .onestepcheckout-login-link #onestepcheckout-login-link {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: inherit;
  display: inline-block;
  width: 31.2%;
  padding: 10px;
  margin: 0 0 0 12px;
  border: 1px solid #d7d832;
  color: #fff !important;
  background-color: #d7d832;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.onestepcheckout-index-index .onestepcheckout-login-link #onestepcheckout-login-link span {
  display: none;
}
.onestepcheckout-index-index .onestepcheckout-login-link #onestepcheckout-login-link:hover, .onestepcheckout-index-index .onestepcheckout-login-link #onestepcheckout-login-link:focus, .onestepcheckout-index-index .onestepcheckout-login-link #onestepcheckout-login-link:active {
  color: #d7d832 !important;
  background-color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 770px) {
  .onestepcheckout-index-index .onestepcheckout-login-link {
    padding: 0;
    border-bottom: none;
  }
  .onestepcheckout-index-index .onestepcheckout-login-link #onestepcheckout-login-link {
    width: 100%;
    margin: 0;
  }
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section {
  /*checkbox filtre*/
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods {
  margin: 0;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods h4 {
  display: flex;
  align-items: center;
  margin-top: 0.45rem;
  font-size: 14px;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods h4::before {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods h4.adomicile::before {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/adomicile.svg");
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods h4.pointrelais::before {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/pointrelais.svg");
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods h4.clickandcollect::before {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/clickandcollect.svg");
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods h4.autres::before {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/autres.svg");
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods ul li {
  float: none !important;
  display: grid;
  grid-template-columns: 2.25rem 1fr 4rem;
  grid-template-rows: minmax(3rem, 1fr);
  place-content: center;
  gap: 0 0.25rem;
  width: 100% !important;
  margin: 0 !important;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods ul li + li {
  margin-top: 1rem !important;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods ul + h4 {
  margin-top: 1.25rem;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .texte_transporteur {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .texte_transporteur span {
  display: block;
  line-height: 1;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .nom_transporteur {
  font-weight: 700;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .detail_transporteur {
  font-size: 0.75rem;
  line-height: 1;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .radioparent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .radioparent .outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: auto;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .radioparent .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .prix_transporteur {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .prix_transporteur span.offert {
  font-weight: 700;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods #detail_chrono,
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods #detail_dpd,
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods #detail_relay {
  margin: 0;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .detail_pickup {
  grid-column: 2/-1;
  margin: 0;
  font-family: Arial, Helvetica, Clean, sans-serif;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .detail_pickup > .pickup_adress {
  margin: 1rem 0;
  padding: 1rem 1rem 0.5rem;
  border: 1px solid #eee;
  background-color: rgba(215, 216, 50, 0.1);
  color: #535353;
  font-size: 1rem;
  line-height: 1.1;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .detail_pickup > .pickup_adress strong {
  color: #000;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 900;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .detail_pickup > .pickup_adress span {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  color: #535353;
  text-transform: none;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .sp-methods .detail_pickup > .pickup_adress p {
  margin: 0.5rem 0 0;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section [type=checkbox]:not(:checked),
.onestepcheckout-index-index .onestepcheckout-shipping-method-section [type=checkbox]:checked,
.onestepcheckout-index-index .onestepcheckout-shipping-method-section [type=radio]:not(:checked),
.onestepcheckout-index-index .onestepcheckout-shipping-method-section [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card {
  padding: 10px 0 10px 0;
  margin: 10px 0 10px 0;
  border-top: 1px solid #eee;
  clear: both;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dt.giftvoucher {
  float: none;
  margin-bottom: 0;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dt.giftvoucher input[type=radio], .onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dt.giftvoucher input[type=checkbox] {
  margin: 0 11px 0 5px;
  width: 14px;
  height: 14px;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dt.giftvoucher label {
  margin: 0 !important;
  float: none !important;
  font-weight: 700;
  font-size: 14px;
  padding: 0 !important;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dd.giftvoucher {
  clear: both;
  margin: 0 0 0 35px;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dd.giftvoucher ul li {
  margin: 0 0 5px 0;
  float: none !important;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dd.giftvoucher ul li#giftvoucher-custom-code div {
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dd.giftvoucher ul li#giftvoucher-custom-code div label, .onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dd.giftvoucher ul li#giftvoucher-custom-code div input {
  display: inline-block;
  float: none;
  margin: 0;
  width: auto !important;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .gift-card dd.giftvoucher ul li:nth-last-of-type(2) {
  font-size: 0.858em;
  color: #999;
  font-style: italic;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods dt {
  float: none;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods dt:first-of-type {
  border: none;
  margin: 0;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods dd ul.form-list {
  float: none;
  width: 100%;
  margin: 0 0 0 30px;
  padding: 0;
  border: none;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods dd ul.form-list#payment_form_banktransfer.checkout-agreements {
  padding: 0.35rem 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #f6f6f6;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods dd ul.form-list#payment_form_banktransfer.checkout-agreements .agreement-content {
  margin: 0;
  background-color: transparent;
  font-family: monospace;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods dd#container_payment_method_paypal_standard {
  display: none;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .radioparent label {
  display: grid !important;
  grid-template-columns: 2.5rem 1fr;
  grid-template-rows: minmax(auto, 1fr);
  gap: 0 0.25rem;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .radioparent label > * {
  grid-column: 2/-1;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .radioparent label > *.validation-advice {
  font-size: 13px;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .radioparent .outer {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/3;
  place-items: center;
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 0;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .radioparent .outer .inner {
  width: 12px;
  height: 12px;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .detail {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .detail span {
  font-weight: 700;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .detail img {
  max-height: 2rem;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods label[for=p_method_banktransfer] .title strong {
  font-size: 14px;
  font-weight: 700;
  place-self: center start;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods label[for=p_method_banktransfer] .title em {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 0 0.75rem;
  margin-top: 0.5rem;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  color: #434343;
}
.onestepcheckout-index-index .order-review-section .payment-method .onestepcheckout-payment-methods label[for=p_method_banktransfer] .title em::before {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/transfer_euro.svg");
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  flex: 1 1 3.5rem;
}
.onestepcheckout-index-index button#add_coupon_code_button,
.onestepcheckout-index-index .onestepcheckout-popup-wrapper h1,
.onestepcheckout-index-index #onestepcheckout-login-popup button.button,
.onestepcheckout-index-index #onestepcheckout-forgot-button,
.onestepcheckout-index-index #onestepcheckout-toc-popup h1,
.onestepcheckout-index-index .onestepcheckout-login-link a span,
.onestepcheckout-index-index #onestepcheckout-forgot-table li.last p a span,
.onestepcheckout-index-index #onestepcheckout-register-table li.last p a span,
.onestepcheckout-index-index p.forgot-link a span, .onestepcheckout-index-index p.register-link a span,
.onestepcheckout-index-index .one-step-checkout h3:before,
.onestepcheckout-index-index button.onestepcheckout-btn-checkout,
.onestepcheckout-index-index .one-step-checkout .radioparent .inner {
  background-color: #d7d832 !important;
}
.onestepcheckout-index-index p.forgot-link a,
.onestepcheckout-index-index p.register-link a,
.onestepcheckout-index-index .onestepcheckout-login-link a,
.onestepcheckout-index-index #onestepcheckout-forgot-table li.last p a,
.onestepcheckout-index-index #onestepcheckout-register-table li.last p a {
  color: #d7d832 !important;
}
.onestepcheckout-index-index .one-step-checkout .radioparent input:checked + .outer {
  border: 2px solid #d7d832 !important;
}
.onestepcheckout-index-index .one-step-checkout #onestepcheckout-payment-methods input.radio,
.onestepcheckout-index-index .one-step-checkout .order-information input.radio {
  position: absolute;
}
.onestepcheckout-index-index .gift-messages-form input.input-text,
.onestepcheckout-index-index #onestepcheckout-login-popup input.input-text,
.onestepcheckout-index-index .onestepcheckout-discount .discount-form input.input-text,
.onestepcheckout-index-index #showhide_shipping input.input-text,
.onestepcheckout-index-index #billing-new-address-form input.input-text {
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
}
.onestepcheckout-index-index .gift-messages-form .highlight,
.onestepcheckout-index-index #onestepcheckout-login-popup .highlight,
.onestepcheckout-index-index .onestepcheckout-discount .discount-form .highlight,
.onestepcheckout-index-index #showhide_shipping .highlight,
.onestepcheckout-index-index #billing-new-address-form .highlight {
  background: none;
}
.onestepcheckout-index-index .gift-messages-form .bar:before, .onestepcheckout-index-index .gift-messages-form .bar:after,
.onestepcheckout-index-index #onestepcheckout-login-popup .bar:before,
.onestepcheckout-index-index #onestepcheckout-login-popup .bar:after,
.onestepcheckout-index-index .onestepcheckout-discount .discount-form .bar:before,
.onestepcheckout-index-index .onestepcheckout-discount .discount-form .bar:after,
.onestepcheckout-index-index #showhide_shipping .bar:before,
.onestepcheckout-index-index #showhide_shipping .bar:after,
.onestepcheckout-index-index #billing-new-address-form .bar:before,
.onestepcheckout-index-index #billing-new-address-form .bar:after {
  background-color: #d7d832 !important;
}
.onestepcheckout-index-index #onestepcheckout-login-popup p.close, .onestepcheckout-index-index #onestepcheckout-toc-popup p.close {
  margin: 0;
}
.onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table {
  list-style: none;
}
.onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table p.forgot-link, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table p.register-link, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table .link-register-forgot p, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table p.forgot-link, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table p.register-link, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table .link-register-forgot p, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table p.forgot-link, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table p.register-link, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table .link-register-forgot p, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table p.forgot-link, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table p.register-link, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table .link-register-forgot p, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table p.forgot-link, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table p.register-link, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table .link-register-forgot p, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table p.forgot-link, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table p.register-link, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table .link-register-forgot p {
  margin: 0;
  padding: 0;
  content: "";
  clear: both;
  display: block;
}
.onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table p.forgot-link a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table p.register-link a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table .link-register-forgot p a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table p.forgot-link a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table p.register-link a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table .link-register-forgot p a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table p.forgot-link a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table p.register-link a, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table .link-register-forgot p a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table p.forgot-link a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table p.register-link a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table .link-register-forgot p a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table p.forgot-link a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table p.register-link a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table .link-register-forgot p a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table p.forgot-link a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table p.register-link a, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table .link-register-forgot p a {
  color: #b4b522 !important;
}
.onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-login-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-forgot-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-login-table #onestepcheckout-register-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-login-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-forgot-table #onestepcheckout-register-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table #onestepcheckout-login-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table #onestepcheckout-forgot-button, .onestepcheckout-index-index #onestepcheckout-login-popup #onestepcheckout-register-table #onestepcheckout-register-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table #onestepcheckout-login-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table #onestepcheckout-forgot-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-login-table #onestepcheckout-register-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table #onestepcheckout-login-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table #onestepcheckout-forgot-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-forgot-table #onestepcheckout-register-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table #onestepcheckout-login-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table #onestepcheckout-forgot-button, .onestepcheckout-index-index #onestepcheckout-toc-popup #onestepcheckout-register-table #onestepcheckout-register-button {
  padding: 10px 15px;
  font-size: 13px;
  height: auto;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 3px;
  color: #fff !important;
  background-color: #d7d832 !important;
}
.onestepcheckout-index-index #onestepcheckout-shipping-method-section dt {
  color: #3d3d3d;
  font-weight: bold;
  padding: 10px 0 0 0;
  margin: 10px 0 5px 0 !important;
  border-top: 1px solid #e5e5e5;
  clear: both;
}
.onestepcheckout-index-index #onestepcheckout-shipping-method-section dt:first-of-type {
  border: none;
  padding: 0;
  margin: 0 0 5px 0 !important;
}
.onestepcheckout-index-index #onestepcheckout-shipping-method-section dd ul li {
  float: none !important;
  margin: 0 0 0 15px !important;
  padding: 0;
}
.onestepcheckout-index-index #onestepcheckout-shipping-method-section dd ul li label {
  margin: 0;
}
.onestepcheckout-index-index #onestepcheckout-shipping-section .shipping_address button {
  color: #fff;
  font-size: 1.25em;
  display: block;
  margin: 0 auto;
  padding: 7.5px 10px;
}
.onestepcheckout-index-index #container_payment_method_cybermut_payment { /* CB */
  margin: 0 0 0 30px;
}
.onestepcheckout-index-index #container_payment_method_cybermut_payment img {
  display: inline-block;
  margin: 5px 5px 5px 0;
  float: left;
}
.onestepcheckout-index-index #container_payment_method_cybermut_payment .form-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.onestepcheckout-index-index #container_payment_method_cybermut_payment .form-list ul {
  margin: 0;
  padding: 0;
  font-size: 0.858em;
  color: #999;
  font-style: italic;
}
.onestepcheckout-index-index #container_payment_method_cybermut_payment .form-list ul li {
  margin: 0;
}
.onestepcheckout-index-index #container_payment_method_paypal_express { /* PayPal */ }
.onestepcheckout-index-index #container_payment_method_paypal_express ul.form-list {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 0.858em;
  color: #999;
  font-style: italic;
}
.onestepcheckout-index-index #container_payment_method_paypal_express ul.form-list li {
  margin: 0;
}
.onestepcheckout-index-index #container_payment_method_banktransfer { /* Virement */ }
.onestepcheckout-index-index #container_payment_method_banktransfer ul.form-list {
  width: auto;
}
.onestepcheckout-index-index #container_payment_method_banktransfer ul.form-list li {
  margin: 0;
}
.onestepcheckout-index-index #container_payment_method_banktransfer ul.form-list li .agreement-content {
  font-size: 0.858em;
}
.onestepcheckout-index-index .one-step-checkout .payment-method .radioparent label {
  width: 100%;
}
.onestepcheckout-index-index .one-step-checkout .payment-method .radioparent label .title, .onestepcheckout-index-index .one-step-checkout .payment-method .radioparent label .detail {
  float: left;
  width: 85%;
  line-height: 1.334em;
}
.onestepcheckout-index-index .one-step-checkout .payment-method .radioparent label .title a, .onestepcheckout-index-index .one-step-checkout .payment-method .radioparent label .detail a {
  float: none;
  font-style: italic;
  font-size: 0.834em;
}
.onestepcheckout-index-index .one-step-checkout .payment-method .radioparent label .detail {
  padding-top: 5px;
}
@media only screen and (max-width: 770px) {
  .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table {
    display: table;
  }
  .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table tbody {
    display: table-row-group;
  }
  .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table tr {
    display: table-row;
  }
  .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table th, .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td {
    display: table-cell;
  }
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table tfoot tr.last td {
  padding: 13px 7px 12px !important;
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .qty, .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .control-qty {
  vertical-align: middle;
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .osc-product-image, .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .product-and-options {
  display: inline-block;
  float: left;
  margin: 0;
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .product-and-options {
  width: 60%;
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .product-and-options h2, .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .product-and-options .item-options-hasimage {
  display: block;
  float: none;
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .product-and-options .old-price {
  text-decoration: line-through;
  padding: 0 20px 0px 10px;
  line-height: 1.7rem;
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .product-and-options .pourcentage {
  background-color: #bcbd24;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 6px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 770px) {
  .onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .product-and-options h2 {
    font-size: 1em;
  }
}
.onestepcheckout-index-index #one-step-checkout-form .checkout-review-load .data-table td .item-options-hasimage {
  margin-left: 0 !important;
  padding-left: 8px;
  width: auto;
  color: #666;
}
.onestepcheckout-index-index .item-options {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #999;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-size: 0.75em;
}
.onestepcheckout-index-index .item-options dt, .onestepcheckout-index-index .item-options dl {
  display: inline-block;
  clear: none;
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: 0 none;
  white-space: nowrap;
}
.onestepcheckout-index-index .item-options dd {
  margin: 0 5px;
  padding: 0;
  float: left;
}
.onestepcheckout-index-index .item-options dd:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 3px;
}
.onestepcheckout-index-index .item-options dt {
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 770px) {
  .onestepcheckout-index-index button.onestepcheckout-btn-checkout {
    margin: 15px 0 !important;
  }
}
.onestepcheckout-index-index .checkbox-group label .check {
  top: 1px;
  border-color: #000;
}
.onestepcheckout-index-index #one-step-checkout-form .order-review-info .onestepcheckout-terms-conditions label {
  font-size: 1.334em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1em;
}
.onestepcheckout-index-index #one-step-checkout-form .order-review-info .onestepcheckout-terms-conditions label:before {
  display: none;
}
.onestepcheckout-index-index #one-step-checkout-form .order-review-info .onestepcheckout-terms-conditions label .box-check {
  border-color: #d7d832;
}
.onestepcheckout-index-index #one-step-checkout-form .order-review-info .onestepcheckout-terms-conditions input[type=checkbox]:checked ~ label .box-check {
  border: 2px solid #d7d832;
}
.onestepcheckout-index-index .dpd-popup-inner button {
  background-color: #d30032;
}
.onestepcheckout-index-index .chrono-popup-inner button {
  background-color: #007ac7;
}
.onestepcheckout-index-index .colissimo-popup-inner button {
  background-color: #ee7203;
}
.onestepcheckout-index-index .dpd-popup-inner,
.onestepcheckout-index-index .chrono-popup-inner,
.onestepcheckout-index-index .colissimo-popup-inner {
  position: fixed;
  top: 5%;
  height: auto !important;
  margin-top: 0 !important;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  background-color: #f6f6f6;
}
.onestepcheckout-index-index .dpd-popup-inner .no-display,
.onestepcheckout-index-index .chrono-popup-inner .no-display,
.onestepcheckout-index-index .colissimo-popup-inner .no-display {
  display: none;
}
.onestepcheckout-index-index .dpd-popup-inner .chronopost-title:first-of-type,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-title:first-of-type,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-title:first-of-type {
  position: relative;
  min-height: 60px;
  padding: 10px 286px 10px 20px;
  margin: -10px -10px 20px;
  color: #fff;
  font-size: 2em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 1.6em;
  text-transform: none;
  background-color: #007ac7;
}
.onestepcheckout-index-index .dpd-popup-inner .chronopost-title:first-of-type:after,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-title:first-of-type:after,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-title:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 40px;
  top: 10px;
  right: 20px;
  background: #007ac7 url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/logo-chronopost.png") no-repeat 0 0;
  background-size: contain;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-title:first-of-type,
.onestepcheckout-index-index .chrono-popup-inner .dpd-title:first-of-type,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-title:first-of-type {
  position: relative;
  min-height: 60px;
  padding: 10px 286px 10px 20px;
  margin: -10px -10px 20px;
  color: #fff;
  font-weight: normal;
  font-size: 2.25em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 1.6em;
  text-transform: none;
  background-color: #d30032;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-title:first-of-type:after,
.onestepcheckout-index-index .chrono-popup-inner .dpd-title:first-of-type:after,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-title:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 40px;
  top: 10px;
  right: 20px;
  background: #d30032 url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/logo-dpd.png") no-repeat 0 0;
  background-size: contain;
}
.onestepcheckout-index-index .dpd-popup-inner .colissimo-title:first-of-type,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-title:first-of-type,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-title:first-of-type {
  position: relative;
  min-height: 60px;
  padding: 10px 286px 10px 20px;
  margin: -10px -10px 20px;
  color: #fff;
  font-size: 2em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 1.6em;
  text-transform: none;
  background-color: #ee7203;
}
.onestepcheckout-index-index .dpd-popup-inner .colissimo-title:first-of-type:after,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-title:first-of-type:after,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-title:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  width: 246px;
  height: 40px;
  top: 10px;
  right: 20px;
  background: #ee7203 url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/logo-colissimo.png") no-repeat 0 0;
  background-size: contain;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-map, .onestepcheckout-index-index .dpd-popup-inner #dpd-list,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-map, .onestepcheckout-index-index .dpd-popup-inner #chronopost-list,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-map, .onestepcheckout-index-index .dpd-popup-inner #colissimo-list,
.onestepcheckout-index-index .chrono-popup-inner #dpd-map,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-map,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-map,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-map,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-map,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-map,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list {
  height: 310px;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-map,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-map,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-map,
.onestepcheckout-index-index .chrono-popup-inner #dpd-map,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-map,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-map,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-map,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-map,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-map {
  width: 54%;
  padding: 0;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list {
  width: 45%;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-address,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address,
.onestepcheckout-index-index .dpd-popup-inner #dpd-list p,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list p,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list p,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list p,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list p,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list p,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list p,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list p,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list p {
  border-radius: 3px;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-address:after,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address:after,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address:after,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address:after,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address:after,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address:after,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address:after,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address:after,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address:after {
  content: "";
  clear: both;
  display: block;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-address select,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address select,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address select,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address select,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address select,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address select,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address select,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address select,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address select {
  height: 30px;
  padding: 0 8px;
  margin: 0;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-address .field label,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address .field label,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address .field label,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address .field label,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address .field label,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address .field label,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address .field label,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address .field label,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address .field label {
  float: none;
  text-align: left;
  width: auto;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-address .field .input-box,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address .field .input-box,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address .field .input-box,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address .field .input-box,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address .field .input-box,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address .field .input-box,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address .field .input-box,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address .field .input-box,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address .field .input-box {
  width: auto;
  float: none;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-address li.dpd-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #dpd-address li.chronopost-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #dpd-address li.colissimo-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.dpd-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.chronopost-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.colissimo-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.dpd-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.chronopost-address-update .button,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.colissimo-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address li.dpd-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address li.chronopost-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #dpd-address li.colissimo-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.dpd-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.chronopost-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.colissimo-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.dpd-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.chronopost-address-update .button,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.colissimo-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.dpd-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.chronopost-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.colissimo-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.dpd-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.chronopost-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.colissimo-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.dpd-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.chronopost-address-update .button,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.colissimo-address-update .button {
  padding: 6.5px 10px;
  font-size: 1.334em;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list {
  border: 1px solid #d2d2d2;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li {
  position: relative;
  padding: 5px;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li input,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li input,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li input,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li input,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li input,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li input,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li input,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li input,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li input {
  display: inherit;
  position: absolute;
  top: 7.5px;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li label,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li label,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li label,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li label,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li label,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li label,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li label,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li label,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li label {
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 400;
  padding: 0 0 0 20px;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li label strong,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li label strong,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li label strong,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li label strong,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li label strong,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li label strong,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li label strong,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li label strong,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li label strong {
  color: #535353;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li .dpd-info,
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li .chronopost-info,
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li .colissimo-info,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li .dpd-info,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li .chronopost-info,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li .colissimo-info,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li .dpd-info,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li .chronopost-info,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li .colissimo-info,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li .dpd-info,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li .chronopost-info,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li .colissimo-info,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li .dpd-info,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li .chronopost-info,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li .colissimo-info,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li .dpd-info,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li .chronopost-info,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li .colissimo-info,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li .dpd-info,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li .chronopost-info,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li .colissimo-info,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li .dpd-info,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li .chronopost-info,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li .colissimo-info,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li .dpd-info,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li .chronopost-info,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li .colissimo-info {
  list-style: none;
  margin: 0 0 0 20px;
}
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li .dpd-info li,
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li .chronopost-info li,
.onestepcheckout-index-index .dpd-popup-inner #dpd-list > li .colissimo-info li,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li .dpd-info li,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li .chronopost-info li,
.onestepcheckout-index-index .dpd-popup-inner #chronopost-list > li .colissimo-info li,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li .dpd-info li,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li .chronopost-info li,
.onestepcheckout-index-index .dpd-popup-inner #colissimo-list > li .colissimo-info li,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li .dpd-info li,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li .chronopost-info li,
.onestepcheckout-index-index .chrono-popup-inner #dpd-list > li .colissimo-info li,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li .dpd-info li,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li .chronopost-info li,
.onestepcheckout-index-index .chrono-popup-inner #chronopost-list > li .colissimo-info li,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li .dpd-info li,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li .chronopost-info li,
.onestepcheckout-index-index .chrono-popup-inner #colissimo-list > li .colissimo-info li,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li .dpd-info li,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li .chronopost-info li,
.onestepcheckout-index-index .colissimo-popup-inner #dpd-list > li .colissimo-info li,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li .dpd-info li,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li .chronopost-info li,
.onestepcheckout-index-index .colissimo-popup-inner #chronopost-list > li .colissimo-info li,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li .dpd-info li,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li .chronopost-info li,
.onestepcheckout-index-index .colissimo-popup-inner #colissimo-list > li .colissimo-info li {
  padding: 0;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-actions,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions {
  margin: 5px;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-actions button,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button {
  padding: 5px 15px;
  font-weight: normal;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 3px;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-actions button span,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button span,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button span,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button span,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button span,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button span,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button span,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button span,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button span {
  display: inline;
  line-height: inherit;
  padding: 0;
  background: none;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-actions button.dpd-next, .onestepcheckout-index-index .dpd-popup-inner .dpd-actions button.chronopost-next, .onestepcheckout-index-index .dpd-popup-inner .dpd-actions button.colissimo-next,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button.dpd-next,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button.chronopost-next,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button.colissimo-next,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button.dpd-next,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button.chronopost-next,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button.colissimo-next,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button.dpd-next,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button.chronopost-next,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button.colissimo-next,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button.dpd-next,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button.chronopost-next,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button.colissimo-next,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button.dpd-next,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button.chronopost-next,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button.colissimo-next,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button.dpd-next,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button.chronopost-next,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button.colissimo-next,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button.dpd-next,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button.chronopost-next,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button.colissimo-next,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button.dpd-next,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button.chronopost-next,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button.colissimo-next {
  background: #d7d832;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-actions button.dpd-previous, .onestepcheckout-index-index .dpd-popup-inner .dpd-actions button.chronopost-previous, .onestepcheckout-index-index .dpd-popup-inner .dpd-actions button.colissimo-previous,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button.dpd-previous,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button.chronopost-previous,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-actions button.colissimo-previous,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button.dpd-previous,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button.chronopost-previous,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-actions button.colissimo-previous,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button.dpd-previous,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button.chronopost-previous,
.onestepcheckout-index-index .chrono-popup-inner .dpd-actions button.colissimo-previous,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button.dpd-previous,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button.chronopost-previous,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-actions button.colissimo-previous,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button.dpd-previous,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button.chronopost-previous,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-actions button.colissimo-previous,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button.dpd-previous,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button.chronopost-previous,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-actions button.colissimo-previous,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button.dpd-previous,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button.chronopost-previous,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-actions button.colissimo-previous,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button.dpd-previous,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button.chronopost-previous,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-actions button.colissimo-previous {
  color: #fff;
  background: #535353;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-message,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-message,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-message,
.onestepcheckout-index-index .chrono-popup-inner .dpd-message,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-message,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-message,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-message,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-message,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-message {
  padding: 10px;
  width: 62%;
  margin-left: 0 -31%;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-message form ul li,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-message form ul li,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-message form ul li,
.onestepcheckout-index-index .chrono-popup-inner .dpd-message form ul li,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-message form ul li,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-message form ul li,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-message form ul li,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-message form ul li,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-message form ul li {
  height: auto;
  margin: 5px 0;
  content: "";
  clear: both;
  display: block;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-message form ul li label,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-message form ul li label,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-message form ul li label,
.onestepcheckout-index-index .chrono-popup-inner .dpd-message form ul li label,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-message form ul li label,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-message form ul li label,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-message form ul li label,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-message form ul li label,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-message form ul li label {
  width: 25%;
  height: auto;
  text-align: right;
  margin: 5px 0;
  padding: 0 5px 0 0;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-message form ul li input[type=text],
.onestepcheckout-index-index .dpd-popup-inner .chronopost-message form ul li input[type=text],
.onestepcheckout-index-index .dpd-popup-inner .colissimo-message form ul li input[type=text],
.onestepcheckout-index-index .chrono-popup-inner .dpd-message form ul li input[type=text],
.onestepcheckout-index-index .chrono-popup-inner .chronopost-message form ul li input[type=text],
.onestepcheckout-index-index .chrono-popup-inner .colissimo-message form ul li input[type=text],
.onestepcheckout-index-index .colissimo-popup-inner .dpd-message form ul li input[type=text],
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-message form ul li input[type=text],
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-message form ul li input[type=text] {
  width: 75%;
}
.onestepcheckout-index-index .dpd-popup-inner .dpd-message form ul li.dpd-actions, .onestepcheckout-index-index .dpd-popup-inner .dpd-message form ul li.chronopost-actions, .onestepcheckout-index-index .dpd-popup-inner .dpd-message form ul li.colissimo-actions,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-message form ul li.dpd-actions,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-message form ul li.chronopost-actions,
.onestepcheckout-index-index .dpd-popup-inner .chronopost-message form ul li.colissimo-actions,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-message form ul li.dpd-actions,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-message form ul li.chronopost-actions,
.onestepcheckout-index-index .dpd-popup-inner .colissimo-message form ul li.colissimo-actions,
.onestepcheckout-index-index .chrono-popup-inner .dpd-message form ul li.dpd-actions,
.onestepcheckout-index-index .chrono-popup-inner .dpd-message form ul li.chronopost-actions,
.onestepcheckout-index-index .chrono-popup-inner .dpd-message form ul li.colissimo-actions,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-message form ul li.dpd-actions,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-message form ul li.chronopost-actions,
.onestepcheckout-index-index .chrono-popup-inner .chronopost-message form ul li.colissimo-actions,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-message form ul li.dpd-actions,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-message form ul li.chronopost-actions,
.onestepcheckout-index-index .chrono-popup-inner .colissimo-message form ul li.colissimo-actions,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-message form ul li.dpd-actions,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-message form ul li.chronopost-actions,
.onestepcheckout-index-index .colissimo-popup-inner .dpd-message form ul li.colissimo-actions,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-message form ul li.dpd-actions,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-message form ul li.chronopost-actions,
.onestepcheckout-index-index .colissimo-popup-inner .chronopost-message form ul li.colissimo-actions,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-message form ul li.dpd-actions,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-message form ul li.chronopost-actions,
.onestepcheckout-index-index .colissimo-popup-inner .colissimo-message form ul li.colissimo-actions {
  margin: 20px 0 0;
  position: initial;
}
@media only screen and (max-width: 920px) {
  .onestepcheckout-index-index .dpd-popup-inner,
  .onestepcheckout-index-index .chrono-popup-inner,
  .onestepcheckout-index-index .colissimo-popup-inner {
    position: absolute;
    top: 0;
  }
  .onestepcheckout-index-index .dpd-popup-inner #dpd-map, .onestepcheckout-index-index .dpd-popup-inner #dpd-list,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-map, .onestepcheckout-index-index .dpd-popup-inner #chronopost-list,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-map, .onestepcheckout-index-index .dpd-popup-inner #colissimo-list,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-map,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-list,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-map,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-list,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-map,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-list,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-map,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-list,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-map,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-list,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-map,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-list {
    width: 100%;
  }
  .onestepcheckout-index-index .dpd-popup-inner .dpd-message,
  .onestepcheckout-index-index .dpd-popup-inner .chronopost-message,
  .onestepcheckout-index-index .dpd-popup-inner .colissimo-message,
  .onestepcheckout-index-index .chrono-popup-inner .dpd-message,
  .onestepcheckout-index-index .chrono-popup-inner .chronopost-message,
  .onestepcheckout-index-index .chrono-popup-inner .colissimo-message,
  .onestepcheckout-index-index .colissimo-popup-inner .dpd-message,
  .onestepcheckout-index-index .colissimo-popup-inner .chronopost-message,
  .onestepcheckout-index-index .colissimo-popup-inner .colissimo-message {
    left: 50%;
  }
}

/*---------- Début COMMANDE ----------*/
/*---------- Début ESPACE CLIENT ----------*/
.account-login {
  padding: 0 !important;
}
.account-login .new-users {
  padding: 0 20px !important;
}
.account-login .new-users .buttons-set {
  margin: 20px 0 0 0;
  text-align: center;
}
.account-login .registered-users {
  padding: 0 20px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.account-login .registered-users .registered-users {
  border: none;
  padding: 0 !important;
}
.account-login .registered-users p.required {
  margin: 10px 0 10px 42%;
}
.account-login .registered-users .buttons-set {
  margin: 20px 0 0 42%;
}

.account-create .fieldset {
  margin: 20px 0 40px 0;
}
.account-create .fieldset h2 {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
.account-create .buttons-set {
  margin: 20px 0 0 42%;
}
.account-create .buttons-set p {
  margin: 10px 0;
}
.account-create .buttons-set .back-link a {
  display: inline-block;
  color: #535353;
  font-size: 1.084em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 32px;
  position: relative;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-retour.png) no-repeat 0 0;
}
.account-create .buttons-set .back-link a:hover {
  color: #000;
}

.my-account .col2-set {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0 0 0;
}
.my-account .col2-set:after {
  content: "";
  clear: both;
  display: block;
}
.my-account .col2-set .col-1 {
  float: left;
  width: 48%;
}
.my-account .col2-set .col-2 {
  float: right;
  width: 48%;
}
.my-account ul.form-list li {
  margin: 5px 0;
}
.my-account ul.form-list li .input-box {
  float: right;
  width: 58%;
}
.my-account ul.form-list li .input-box input {
  width: auto !important;
}
.my-account ul.form-list li .input-box.customer-dob input {
  width: 50px !important;
}
.my-account ul.form-list li.control input {
  margin: 7px 0 0 10px;
}
.my-account .addresses-list ol {
  list-style: none;
}
.my-account .buttons-set {
  margin: 20px 0 0 42%;
}
.my-account #mailchimp-additional ul {
  list-style: none;
}
.my-account #mailchimp-additional ul label {
  display: block;
  float: left;
  width: 40%;
  text-align: right;
}
.my-account #mailchimp-additional ul input {
  margin: 2px 0 0 10px;
}
.my-account #mailchimp-additional .buttons-set {
  margin: 20px 0 0 40%;
}
.my-account table#my-orders-table, .my-account table#my-reviews-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}
.my-account table#my-orders-table th, .my-account table#my-orders-table td, .my-account table#my-reviews-table th, .my-account table#my-reviews-table td {
  font-size: 11px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.my-account table#my-orders-table th h2, .my-account table#my-orders-table td h2, .my-account table#my-reviews-table th h2, .my-account table#my-reviews-table td h2 {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  font-family: Arial, Helvetica, Clean, sans-serif;
}
.my-account table#my-orders-table th.last, .my-account table#my-orders-table td.last, .my-account table#my-reviews-table th.last, .my-account table#my-reviews-table td.last {
  white-space: nowrap;
}
.my-account table#my-orders-table th, .my-account table#my-reviews-table th {
  white-space: nowrap;
}
.my-account .pager .amount {
  display: block;
  float: left;
  margin: 5px 0 0 0;
}
.my-account .pager .limiter {
  float: right;
  position: relative;
  left: auto;
}
.my-account .pager .limiter select {
  width: 100px;
  height: 24px;
}

.page-print {
  padding: 20px;
  background: #fff;
}
.page-print .print-head {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #dcdcdc;
}
.page-print .print-head:after {
  content: "";
  clear: both;
  display: block;
}
.page-print .print-head address {
  float: right;
  font-size: 0.917em;
  font-weight: bold;
  line-height: 1.5em;
}
.page-print .col2-set {
  float: left;
  width: 48%;
  padding: 5px 10px 10px 10px;
  margin: 1% 1% 40px 1%;
  border: 1px solid #dcdcdc;
  font-size: 0.917em;
  line-height: 1.5em;
}
.page-print .col2-set h2 {
  font-size: 1.334em;
}
.page-print .col2-set .col-1, .page-print .col2-set .col-2 {
  float: left;
  width: 50%;
}
.page-print h2 {
  clear: both;
}
.page-print table#my-orders-table th, .page-print table#my-orders-table td {
  padding: 5px;
}
.page-print table#my-orders-table dt, .page-print table#my-orders-table dd {
  display: inline;
}
.page-print table#my-orders-table dd {
  margin: 0 5px 0 0;
}
.page-print .buttons-set {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .my-account table#my-orders-table thead {
    display: none;
  }
  .my-account table#my-orders-table colgroup {
    display: none;
  }
  .my-account table#my-orders-table tr {
    display: table-row;
  }
  .my-account table#my-orders-table tr td {
    text-align: end;
    padding: 10px;
    display: block;
  }
  .my-account table#my-orders-table tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .my-account table#my-orders-table tr .view a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    width: max-content;
    border: 2px solid #d7d832;
    border-radius: 2px;
    min-height: 1.25rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/*---------- Fin ESPACE CLIENT ----------*/
/*---------- Début Partage mail ----------*/
.send-friend ul.form-list li .input-box {
  width: 58%;
  float: right;
}
.send-friend .additional-row p {
  width: 40%;
  margin: 1.5em 0 0 0;
  text-align: right;
}
.send-friend .buttons-set {
  margin: 20px 0 0 42%;
}
.send-friend .buttons-set #add_recipient_button button {
  padding: 0;
  border: none;
  background: none;
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
}

/*---------- Fin Partage mail ----------*/
/*---------- Début Contact ----------*/
.contacts-index-index #sidebar .block-coordonnees .block-content {
  padding: 10px 20px;
}
.contacts-index-index #sidebar .block-coordonnees .block-content ul.contactlist li {
  margin: 5px 0;
}
.contacts-index-index .contactlist {
  padding: 0 0 0 1.5em;
}
.contacts-index-index #contactForm ul.form-list li {
  margin: 5px 0;
}
.contacts-index-index #contactForm ul.form-list li label {
  width: 20%;
}
.contacts-index-index #contactForm ul.form-list li .input-box {
  float: right;
  width: 78%;
}
.contacts-index-index #contactForm ul.form-list li .input-box input {
  width: auto;
}
.contacts-index-index #contactForm textarea {
  width: 80% !important;
  height: auto;
}
.contacts-index-index #contactForm .buttons-set {
  margin: 0 0 0 22%;
}
.contacts-index-index #contactForm .recaptcha {
  margin-left: 0px;
}

/*---------- Fin Contact ----------*/
#marques {
  height: 130px;
  margin: 60px 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#marques:after {
  content: "";
  clear: both;
  display: block;
}
#marques h2 {
  width: auto;
  margin: -38px auto 0 auto;
  padding: 0 20px;
  color: #b5b5b5;
  font-size: 3.334em;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -4px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#marques h2 a {
  color: #b5b5b5;
}
#marques p.footer {
  clear: right;
  float: right;
  width: 21.4%;
  margin: 0;
  padding: 0 20px;
}
#marques p.footer a.tous {
  color: #b5b5b5;
  padding: 0 27px 0 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-n40.png) no-repeat right 0;
}

.featuredbrands #ca-container {
  margin: 0;
  padding: 0 15px;
  height: 125px;
  overflow: visible !important;
  text-align: center;
}
.featuredbrands .ca-item-main {
  border: none;
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featuredbrands .ca-item-main.slider {
  border: none;
}
.featuredbrands .ca-item {
  margin: 0;
  width: 13.8%;
  float: none;
  display: inline-block;
}
.featuredbrands .ca-item a {
  display: block;
  padding: 0 15px;
  color: #413e42;
  font-size: 0.858em;
  line-height: 1.334em;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.featuredbrands .ca-item a img {
  display: inline;
  border: none;
  width: 100%;
}
.featuredbrands .ca-item .brand-logo {
  height: 100px;
}
.featuredbrands .ca-nav span.ca-nav-prev,
.featuredbrands .ca-nav span.ca-nav-next {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
  text-indent: -9000px;
  cursor: pointer;
  border-radius: 50%;
  background: #ccc url(/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png) no-repeat -8px -1px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.featuredbrands .ca-nav span.ca-nav-prev {
  left: -15px;
  background-position: -12px -7px;
}
.featuredbrands .ca-nav span.ca-nav-next {
  right: -15px;
  background-position: -10px -56px;
}
.featuredbrands .ca-nav span.ca-nav-next:hover,
.featuredbrands .ca-nav span.ca-nav-prev:hover {
  background-color: #413e42;
}

/* -----------------------------------------
     MAIN
----------------------------------------- */
/* -----------------------------------------
     FOOTER
----------------------------------------- */
footer#footer {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  background: #888 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bg_footer.jpg) repeat 0 0;
}
footer#footer a.lien-top {
  position: fixed;
  display: block;
  z-index: 9;
  bottom: 200px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #535353 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_fleche-16-top.png) no-repeat center center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 5px solid #fff;
  font-size: 0.0001em;
  color: transparent;
}
footer#footer a.lien-top:hover {
  background-color: #898989;
}
footer#footer #footer-inner {
  padding: 80px 0 20px 0;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/page-b.png) repeat-x center 0;
}
footer#footer h6 {
  color: #fff;
  font-size: 1.334em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
footer#footer .footer-block {
  float: left;
  width: 50%;
  padding: 0 10px;
}
footer#footer .footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#footer .footer-block ul li {
  margin: 0 0 3px 0;
}
footer#footer a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
footer#footer a:hover {
  color: #fff;
}
footer#footer .block-subscribe p {
  margin: 0 0 10px 0;
}
footer#footer .block-subscribe .newslettermanage {
  background: #fff;
  display: block;
  margin: auto;
  padding: 10px 5px;
  border: 0;
  color: #535353 !important;
  font-size: 14px;
  font-weight: 700;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 10px;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
}
footer#footer .block-subscribe .input-box {
  display: block;
  float: left;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
}
footer#footer .block-subscribe .input-box input[type=text] {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0 5px;
  height: 30px;
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}
footer#footer .block-subscribe .actions {
  display: block;
  float: left;
  margin: 7px 0 0 -38px;
}
footer#footer .block-subscribe .actions button {
  color: transparent;
  font-size: 0.0001em;
  display: inline-block;
  width: 24px;
  height: 17px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_mail.png) no-repeat 0 0;
}
footer#footer .block-subscribe .actions button:hover {
  opacity: 0.8;
}
footer#footer .block-subscribe .actions button:active {
  opacity: 1;
}
footer#footer #block-copyright {
  width: 23%;
}
footer#footer #block-copyright a {
  white-space: nowrap;
}
footer#footer #subfooter {
  text-align: center;
  margin: 40px 0 0 0;
  min-height: 34px;
  background-color: rgba(0, 0, 0, 0.2);
}
footer#footer #subfooter .row {
  padding: 9px 20px 7px 20px;
}
footer#footer #subfooter .row a {
  white-space: nowrap;
}

.column, .columns {
  padding: 0 10px;
} /*
.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }*/
/* -----------------------------------------
     FOOTER
----------------------------------------- */
/*---------- Début FORMULAIRES ----------*/
ul.form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.form-list li {
  margin: 5px 0;
}
ul.form-list li:after {
  content: "";
  clear: both;
  display: block;
}
ul.form-list li label {
  display: block;
  float: left;
  width: 40%;
  margin: 6px 5px 0 0;
  text-align: right;
}
ul.form-list li .input-box {
  float: right;
  width: 58%;
}
ul.form-list li .input-box input[type=text], ul.form-list li .input-box input[type=password], ul.form-list li .input-box .input-text {
  margin: 0;
  width: 100%;
}
ul.form-list li .input-box #email_address {
  max-width: 350px;
}
ul.form-list li .input-box a {
  font-size: 11px;
}
ul.form-list li .input-box label {
  font-weight: normal;
  float: none;
  display: inline;
  width: auto;
  margin: 0 10px 0 0;
}
ul.form-list li .field, ul.form-list li .wide {
  margin: 5px 0;
}
ul.form-list li .field:after, ul.form-list li .wide:after {
  content: "";
  clear: both;
  display: block;
}
ul.form-list li .field input[type=text], ul.form-list li .field .input-text, ul.form-list li .field input[type=password], ul.form-list li .field select, ul.form-list li .wide input[type=text], ul.form-list li .wide .input-text, ul.form-list li .wide input[type=password], ul.form-list li .wide select {
  width: auto;
}
ul.form-list li .field .input-box, ul.form-list li .wide .input-box {
  float: right;
  width: 58%;
}
ul.form-list li .field .input-box + .input-box, ul.form-list li .wide .input-box + .input-box {
  margin: 2px 0 0 0;
}
ul.form-list li .customer-dob {
  float: right;
  width: 58%;
}
ul.form-list li .customer-dob div {
  display: inline;
}
ul.form-list li .customer-dob input[type=text], ul.form-list li .customer-dob .input-text {
  display: inline;
  width: 50px;
}
ul.form-list li .wide input[type=text], ul.form-list li .wide .input-text {
  width: 100%;
}
ul.form-list li.control {
  margin-left: 42%;
}
ul.form-list li.control .input-box {
  float: left;
  width: auto;
}
ul.form-list li.control label {
  text-align: left;
  margin: 0 0 0 5px;
}

.recaptcha {
  margin-left: 42%;
}

#login-form ul.form-list li {
  margin: 5px 0;
}
#login-form ul.form-list li .input-box {
  float: right;
  width: 58%;
}

button, .button {
  cursor: pointer;
  color: #fff;
  font-size: 1.5em;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #d7d832;
  box-shadow: none;
  padding: 10px;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: rgba(255, 255, 255, 0.6);
  background-color: #c9ca26;
}
button:focus, .button:focus {
  box-shadow: none;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  color: #c9ca26;
  background-color: rgba(215, 216, 50, 0.25);
}
button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover {
  color: #c9ca26;
  background-color: rgba(215, 216, 50, 0.25);
}

.button[disabled] {
  border-color: rgba(0, 0, 0, 0.05);
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select,
.input-text {
  color: #535353;
  border: 1px solid #E8E8E8;
  width: 100%;
  height: 30px;
  font-size: 1em;
  padding: 3px;
}
input[type=text].validation-failed,
input[type=password].validation-failed,
input[type=date].validation-failed,
input[type=datetime].validation-failed,
input[type=email].validation-failed,
input[type=number].validation-failed,
input[type=search].validation-failed,
input[type=tel].validation-failed,
input[type=time].validation-failed,
input[type=url].validation-failed,
textarea.validation-failed,
select.validation-failed,
.input-text.validation-failed {
  border-color: #c00000;
  background-color: #f9e5e5;
}

/*
textarea {
    height: auto !important;
    width: auto !important;
}
*/
select {
  padding-left: 0;
  font-size: 1em;
  font-family: Arial, Helvetica, Clean, sans-serif;
}
select option {
  padding: 2px 3px;
}

input.input-text.qty {
  width: 40px;
}

label {
  color: #707070;
  font-weight: bold;
}

/*---------- Fin FORMULAIRES ----------*/
/* -----------------------------------------
     Catalog Page
----------------------------------------- */
.toolbar, .toolbar-bottom {
  clear: both;
}

.minimal-price-link {
  background: #efefef;
  font-size: 11px;
  padding: 2px 4px;
  line-height: 14px;
}

.col-main nine columns {
  width: 71.9%;
}

/* Temporary */
form.custom div.custom.dropdown {
  display: inline-block;
}

/* Ze Blocks */
.block-cart .block-subtitle {
  margin: 12px 0 0 0;
}

.block-subscribe label {
  display: none;
}

/* Poll */
#poll-answers input[type=radio] {
  float: left;
  margin-right: 6px;
}

/* --- Layer navigation --- */
.block-layered-nav ol {
  list-style-type: none;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 6px 12px;
}

.block-layered-nav .currently ol {
  padding-left: 0;
}

#narrow-by-list li {
  margin-bottom: 0px;
}

.block-layered-nav .block-subtitle {
  margin-bottom: 9px;
  font-weight: 200px;
  font-size: 13px;
}

#narrow-by-list dt {
  border-bottom: 1px solid #2BA6CB;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  margin: 12px 0 0;
  padding-bottom: 12px;
}

.block-layered-nav .currently .label {
  display: none;
}

.block-layered-nav .currently {
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
  margin-bottom: 6px;
}

.block-layered-nav .currently li {
  margin-bottom: 6px;
}

.round-inline, .round-box, .round-inline-bare {
  display: inline-block;
  padding: 1px 7px 3px;
  font-weight: 600;
  font-size: 13px;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  position: relative;
}

.round-box {
  display: box;
}

.round-inline-bare {
  background: none;
  border: 0 none;
}

.rss-table {
  width: 100%;
}
.rss-table tr:hover td {
  background-color: #eee;
}
.rss-table td {
  white-space: nowrap;
}

.video-embed {
  position: relative;
  padding-bottom: 54%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Validation*/
.validation-advice {
  position: relative;
  display: block;
  width: auto;
  padding: 5px;
  margin: 2.5px 0 0;
  text-align: center;
  z-index: 1000;
  color: #c00000;
  background: #fff;
  border: 1px solid #c00000;
}
.validation-advice a {
  color: #c00000;
  font-weight: bold;
  text-decoration: underline;
}
.validation-advice a:focus, .validation-advice a:hover {
  text-decoration: none;
}
.validation-advice:before {
  content: "";
  display: block;
  position: absolute;
  top: -7.5px;
  left: 50%;
  margin-left: -7.5px;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #c00000;
}

#billing-telephone-error-message .validation-advice {
  z-index: 1000;
  font-weight: bold;
  box-shadow: 0 0 20px 10px #fff;
  color: #fff;
  background: #c00000;
}

/* Messages */
.validation-advice,
p.required {
  font-size: 11px;
  color: #C00000;
  clear: both;
}

/* Foundation Top Bar
 Requires: -jquery.foundation.topbar.js
 Notes: - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid. - <li class="name"> creates a branding area that can be linked to homepage - Can include text, image or both inside this <li>. - <li class="divider"> creates a divider between nav items, add margins for space - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #222222;
}

/* Wrapped around .top-bar to make it fixed at the top */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* Off Canvas */
body.off-canvas {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
}

.row .row {
  overflow: visible;
}

/* Firefox Fixes */
@-moz-document url-prefix() {
  .top-bar ul li .button.small {
    padding-bottom: 6px;
  }
  .top-bar ul li.search form input[type=search] {
    font-size: 14px;
    height: 22px;
    padding: 3px;
  }
}
.js [role=complementary] {
  width: 26.12%;
  margin-left: 0;
  float: left;
  padding: 0;
}

.js [role=main] {
  width: 69.8%;
  padding: 0;
  float: right;
}

/* Global messages */
#inchoo_global_messages {
  position: relative;
  z-index: 9999;
}

#inchoo_global_messages ul ul {
  margin: 0;
}

#inchoo_global_messages_close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 10000;
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  text-align: center;
  color: #006400;
  font-size: 15px;
  line-height: 14px;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Isotope */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*barre acceptation cookies*/
#v-cookielaw {
  z-index: 99999;
}

#v-cookielaw.v-bar {
  width: 300px !important;
}

#v-cookielaw.v-bar.v-bottom {
  bottom: 50px !important;
  right: 10px !important;
}

#v-cookielaw.v-bar .v-message,
#v-cookielaw.v-bar .v-actions {
  display: inline-block !important;
  width: 280px !important;
  padding: 5px 10px !important;
}

#v-cookielaw.v-dark-clean .v-button {
  background-color: #fff !important;
  background-image: none !important;
  border-color: #fff !important;
  color: #333 !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus {
  background-color: #333 !important;
  background-image: none !important;
  border-color: #ffffff !important;
  color: #fff !important;
}

/*----------------------------------
Mobile Styles
----------------------------------*/
@media only screen and (max-width: 940px) {
  .top-bar {
    margin-bottom: 0;
    overflow: hidden; /* Override contain to grid stuff for breakpoint */ /* Setting up the sliding area */ /* When the Small Nav is Showing */
  }
  .top-bar .js-generated {
    display: block;
  }
  .contain-to-grid .top-bar {
    width: auto;
  }
  .top-bar ul {
    min-height: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  .top-bar ul li.name {
    background: inherit;
  }
  header {
    padding: 0;
    border: none;
  }
  header .top-bar #social {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: auto;
    margin: 0 0 0 20px;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.6);
  }
  header .top-bar #social ul {
    padding: 0;
  }
  header .top-bar #social ul li {
    float: left;
    height: 34px;
    margin: 0;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  header .top-bar #social ul li.blog {
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    width: 48px;
  }
  header .top-bar #social ul li.blog:hover a {
    opacity: 1;
  }
  header .top-bar #social ul li.fb a {
    background-position: 16px -691px;
  }
  header .top-bar #social ul li.tw a {
    background-position: 11px -890px;
  }
  header .top-bar #social ul li.gp a {
    background-position: 11px -740px;
  }
  header .top-bar #social ul li.rss a {
    background-position: 11px -840px;
  }
  header .top-bar #social ul li a {
    height: 34px !important;
  }
  header .top-bar #social ul li:hover {
    background-color: #fff;
  }
  header .top-bar #infos-contact {
    margin: 0 5px 0 0;
  }
  header #main-nav {
    clear: both;
    position: relative;
    top: 16px;
    bottom: auto;
    width: 100%;
  }
  header:after {
    top: 128px;
  }
  .bloc-acc#nvprod ul li a.lien-product .price-box {
    top: 1px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
  }
  aside#services .services p.texte {
    width: 60%;
  }
  aside#services .services p.texte span {
    font-size: 0.917em;
    font-family: Arial, Helvetica, Clean, sans-serif;
  }
  aside#services .services p.texte span.title {
    font-size: 1.167em;
    font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  }
  aside#services .services p.texte span.title strong {
    font-size: 1em;
  }
  aside#services .services p.image {
    width: 40%;
  }
  #marques {
    margin: 60px 20px;
    width: calc(100% - 40px);
  }
  #page .product-view .product-shop label {
    width: 39%;
  }
  #page .product-view .product-shop .add-to-box:after {
    content: "";
    clear: both;
    display: block;
  }
  #page .product-view .product-shop .avis {
    margin-top: 20px;
    background-position: center -50px;
  }
  #page .product-view .product-additional ul.tabs li h2 {
    font-size: 1.167em;
  }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table th {
    padding: 5px;
  }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm {
    width: 78%;
  }
  aside#sidebar .block .block-title {
    font-size: 1.334em;
  }
  aside#sidebar .services p.texte {
    width: 60%;
  }
  aside#sidebar .services p.texte span {
    font-size: 0.917em;
    font-family: Arial, Helvetica, Clean, sans-serif;
  }
  aside#sidebar .services p.texte span.title {
    font-size: 1.167em;
    font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  }
  aside#sidebar .services p.texte span.title strong {
    font-size: 1em;
  }
  aside#sidebar .services p.image {
    width: 40%;
  }
  footer#footer {
    position: relative;
  }
  footer#footer a.lien-top {
    position: absolute;
    top: -5px;
    right: 10px;
  }
  .catalog-category-view .subcategories li {
    width: 31%;
  }
  .catalog-category-view .subcategories li:nth-child(4n+1) {
    margin-left: 2.66667%;
    clear: none;
  }
  .catalog-category-view .subcategories li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .catalog-category-view .subcategories li.conseils {
    width: 100%;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  ul.products-grid .item a.lien-product .price-box {
    top: 21px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
  }
  ul.products-grid .item img {
    width: 100%;
  }
  ul.products-grid .item .pourcentage {
    top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .row {
    min-width: inherit;
  }
  .alertes p {
    font-size: 1.167em;
  }
  header:after {
    display: none;
  }
  header .top-bar #user a.login, header .top-bar #user a.logout {
    padding: 0;
    width: 36px;
    font-size: 0.0001em;
    color: #535353;
  }
  header .top-bar #user a.cartgo {
    padding: 9px 10px 10px 38px;
  }
  header .top-bar #user a.cartgo .texte {
    display: none;
  }
  header .top-bar #infos-contact h2 {
    display: none;
  }
  header .top-bar #infos-contact p {
    display: none;
  }
  header .top-bar #infos-contact p + p {
    display: block !important;
    border: none !important;
  }
  header .row {
    z-index: 6;
  }
  header #logo {
    width: auto;
    max-width: 40%;
  }
  header #logo span {
    white-space: normal;
  }
  header .searchautocomplete {
    position: relative;
    width: 82%;
    max-width: inherit;
    z-index: 1000;
    height: 45px;
    margin: 0 0 -45px 0;
    float: left;
  }
  header .searchautocomplete .nav {
    height: auto;
    width: 100%;
  }
  header .searchautocomplete .nav .nav-search-in .category-fake {
    height: 35px;
    padding-top: 5px;
  }
  header .searchautocomplete .nav .nav-search-in .category {
    height: 35px;
  }
  header .searchautocomplete .nav .nav-search-in .nav-down-arrow {
    top: 15px;
  }
  header .searchautocomplete .nav .nav-input input {
    width: 100%;
    height: 35px;
  }
  header .searchautocomplete .nav-submit-button {
    top: -35px;
  }
  header .searchautocomplete .nav-submit-button button[type=submit],
  header .searchautocomplete .nav-submit-button button[type=submit]:hover {
    width: 25px;
    height: 25px;
    margin: 5px;
  }
  header .searchautocomplete .searchautocomplete-placeholder {
    top: 40px;
  }
  header .searchautocomplete .searchautocomplete-placeholder:before {
    display: none;
  }
  header .searchautocomplete .searchautocomplete-placeholder ul li {
    padding-right: 80px;
  }
  header .searchautocomplete .searchautocomplete-placeholder ul li .price-box {
    width: 70px;
  }
  header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price {
    margin: 0;
  }
  header #main-nav {
    top: 0;
  }
  .col-main, .main-container {
    padding: 20px;
  }
  .col-main:before, .main-container:before {
    bottom: 0;
  }
  .category-title a.link-rss {
    display: none;
  }
  ul.breadcrumbs {
    display: none;
  }
  .js [role=complementary] {
    width: 0;
    display: none;
  }
  aside#sidebar a.retour-liste {
    margin: 0;
    white-space: nowrap;
  }
  aside#sidebar .block, aside#sidebar .annonce_gauche {
    display: none;
  }
  .js [role=main] {
    width: 100%;
    float: none;
  }
  #mosaique ul#mosaique-main li a h2 {
    font-size: 4.12em;
  }
  #mosaique ul#mosaique-main li a p {
    display: none;
  }
  #mosaique a#choisirsonrechaud {
    font-size: 1.667em;
  }
  #mosaique ul#mosaique-second li a h2 {
    font-size: 2em;
  }
  #mosaique ul#mosaique-second li a p {
    display: none;
  }
  .bloc-acc#nvprod {
    float: none;
    width: auto;
  }
  aside#services {
    float: none;
    width: auto;
    padding: 20px 10px 0 10px;
  }
  aside#services:after {
    content: "";
    clear: both;
    display: block;
  }
  aside#services .services {
    float: left;
    margin: 1.5%;
    width: 47%;
  }
  #marques {
    margin: 60px 0 20px;
    height: auto;
  }
  .featuredbrands #ca-container {
    margin: 0 auto;
    padding: 15px !important;
  }
  .featuredbrands .ca-item {
    vertical-align: middle;
    width: 24%;
  }
  ul.products-grid .item a.lien-product .price-box {
    top: 21px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
  }
  #page .product-view {
    margin: 40px 0 0 0;
  }
  #page .product-view .product-shop label {
    width: 36.5%;
  }
  #page .product-view .product-shop #div_availability.stock, #page .product-view .product-shop #div_price {
    width: 59%;
  }
  #page .product-view .product-shop .product-options {
    float: left;
    width: 50%;
  }
  #page .product-view .product-shop .product-options-bottom {
    float: right;
    width: 50%;
    margin: 15px 0 40px 0;
    padding: 12px 0 0 0;
    background-position: 0 0;
  }
  #page .product-view .product-shop .product-options-bottom:after {
    content: "";
    clear: both;
    display: block;
  }
  #page .product-view .product-shop .product-options-bottom #div_availability, #page .product-view .product-shop .product-options-bottom #div_price {
    width: 57%;
  }
  #page .product-view .product-shop .add-to-cart button {
    text-align: center;
    width: 100%;
    height: 40px;
    margin-right: 0;
  }
  #page .product-view .product-shop ul.add-to-links {
    display: none;
  }
  #page .product-view .product-shop .avis {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    background-position: center -187px;
  }
  #page .product-view #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm {
    width: 76%;
  }
  .cart .coupon .columns #discount-coupon-form h2,
  .cart .coupon .columns #discount-giftcard-form h2 {
    text-align: left;
  }
  footer#footer {
    margin: 0;
    padding: 0;
  }
  footer#footer #marques {
    display: none;
  }
  footer#footer #bottomMenu {
    padding: 0;
    margin: -80px 0 10px 0;
  }
  footer#footer #bottomMenu .nav-bar {
    margin: 0;
  }
  footer#footer #bottomMenu .nav-bar li {
    line-height: 1.5em;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #bababa;
  }
  footer#footer #bottomMenu .nav-bar li:hover, footer#footer #bottomMenu .nav-bar li.active {
    background-color: #d7d832;
  }
  footer#footer #bottomMenu .nav-bar li a {
    display: block;
    height: 46px;
    padding: 15px;
    color: #fff;
    font-size: 1.25em;
    font-family: "tga", Arial, Helvetica, Clean, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  footer#footer #bottomMenu .nav-bar li a:hover {
    text-decoration: none;
  }
  footer#footer .three {
    width: 50% !important;
    float: right;
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
  footer#footer .six {
    float: none;
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  footer#footer .six .footer-block {
    float: left;
    width: 50%;
  }
  footer#footer .block-subscribe {
    float: left;
  }
  footer#footer #block-copyright {
    float: left;
  }
  .cms-home {
    /*header { padding: 0; &:after { top: 110px; } border-bottom: 46px solid $blanc !important; }
    nav#main-nav { display: block !important; position: relative; }
    .show-for-small { display: none !important; }*/
  }
  .cms-home .col-main, .cms-home .main-container {
    padding: 20px 0 40px 0;
  }
  .cms-home #marques {
    margin: 80px 20px 40px 20px;
  }
  .onestepcheckout-index-index .dpd-popup-inner .dpd-title:first-of-type,
  .onestepcheckout-index-index .dpd-popup-inner .chronopost-title:first-of-type,
  .onestepcheckout-index-index .dpd-popup-inner .colissimo-title:first-of-type,
  .onestepcheckout-index-index .chrono-popup-inner .dpd-title:first-of-type,
  .onestepcheckout-index-index .chrono-popup-inner .chronopost-title:first-of-type,
  .onestepcheckout-index-index .chrono-popup-inner .colissimo-title:first-of-type,
  .onestepcheckout-index-index .colissimo-popup-inner .dpd-title:first-of-type,
  .onestepcheckout-index-index .colissimo-popup-inner .chronopost-title:first-of-type,
  .onestepcheckout-index-index .colissimo-popup-inner .colissimo-title:first-of-type {
    padding: 60px 20px 10px;
    text-align: center;
  }
  .onestepcheckout-index-index .dpd-popup-inner .dpd-title:first-of-type:after,
  .onestepcheckout-index-index .dpd-popup-inner .chronopost-title:first-of-type:after,
  .onestepcheckout-index-index .dpd-popup-inner .colissimo-title:first-of-type:after,
  .onestepcheckout-index-index .chrono-popup-inner .dpd-title:first-of-type:after,
  .onestepcheckout-index-index .chrono-popup-inner .chronopost-title:first-of-type:after,
  .onestepcheckout-index-index .chrono-popup-inner .colissimo-title:first-of-type:after,
  .onestepcheckout-index-index .colissimo-popup-inner .dpd-title:first-of-type:after,
  .onestepcheckout-index-index .colissimo-popup-inner .chronopost-title:first-of-type:after,
  .onestepcheckout-index-index .colissimo-popup-inner .colissimo-title:first-of-type:after {
    top: 10px;
    right: auto;
    left: 50%;
    margin-left: -123px;
  }
  .onestepcheckout-index-index .dpd-popup-inner .dpd-list ul,
  .onestepcheckout-index-index .dpd-popup-inner .chronopost-list ul,
  .onestepcheckout-index-index .dpd-popup-inner .colissimo-list ul,
  .onestepcheckout-index-index .chrono-popup-inner .dpd-list ul,
  .onestepcheckout-index-index .chrono-popup-inner .chronopost-list ul,
  .onestepcheckout-index-index .chrono-popup-inner .colissimo-list ul,
  .onestepcheckout-index-index .colissimo-popup-inner .dpd-list ul,
  .onestepcheckout-index-index .colissimo-popup-inner .chronopost-list ul,
  .onestepcheckout-index-index .colissimo-popup-inner .colissimo-list ul {
    overflow-y: scroll;
  }
  .onestepcheckout-index-index .dpd-popup-inner .dpd-message,
  .onestepcheckout-index-index .dpd-popup-inner .chronopost-message,
  .onestepcheckout-index-index .dpd-popup-inner .colissimo-message,
  .onestepcheckout-index-index .chrono-popup-inner .dpd-message,
  .onestepcheckout-index-index .chrono-popup-inner .chronopost-message,
  .onestepcheckout-index-index .chrono-popup-inner .colissimo-message,
  .onestepcheckout-index-index .colissimo-popup-inner .dpd-message,
  .onestepcheckout-index-index .colissimo-popup-inner .chronopost-message,
  .onestepcheckout-index-index .colissimo-popup-inner .colissimo-message {
    margin-left: -50%;
    width: 100%;
  }
  .onestepcheckout-index-index .dpd-popup-inner #dpd-address li,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li {
    width: 50%;
    margin: 0;
    padding: 0 1%;
  }
  .onestepcheckout-index-index .dpd-popup-inner #dpd-address li .input-box,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li .input-box,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li .input-box,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li .input-box,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li .input-box,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li .input-box,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li .input-box,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li .input-box,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li .input-box {
    width: auto;
  }
  .onestepcheckout-index-index .dpd-popup-inner #dpd-address li .input-box input, .onestepcheckout-index-index .dpd-popup-inner #dpd-address li .input-box select,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li .input-box input,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li .input-box select,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li .input-box input,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li .input-box select,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li .input-box input,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li .input-box select,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li .input-box input,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li .input-box select,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li .input-box input,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li .input-box select,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li .input-box input,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li .input-box select,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li .input-box input,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li .input-box select,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li .input-box input,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li .input-box select {
    width: 100%;
  }
  .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.dpd-address-update, .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.chronopost-address-update, .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.colissimo-address-update,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.dpd-address-update,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.chronopost-address-update,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.colissimo-address-update,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.dpd-address-update,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.chronopost-address-update,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.colissimo-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.dpd-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.chronopost-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.colissimo-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.dpd-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.chronopost-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.colissimo-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.dpd-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.chronopost-address-update,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.colissimo-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.dpd-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.chronopost-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.colissimo-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.dpd-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.chronopost-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.colissimo-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.dpd-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.chronopost-address-update,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.colissimo-address-update {
    float: none;
    clear: both;
    width: 100%;
  }
  .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.dpd-address-update label, .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.chronopost-address-update label, .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.colissimo-address-update label,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.dpd-address-update label,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.chronopost-address-update label,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.colissimo-address-update label,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.dpd-address-update label,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.chronopost-address-update label,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.colissimo-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.dpd-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.chronopost-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.colissimo-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.dpd-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.chronopost-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.colissimo-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.dpd-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.chronopost-address-update label,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.colissimo-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.dpd-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.chronopost-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.colissimo-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.dpd-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.chronopost-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.colissimo-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.dpd-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.chronopost-address-update label,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.colissimo-address-update label {
    display: none;
  }
  .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.dpd-address-update .button, .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.chronopost-address-update .button, .onestepcheckout-index-index .dpd-popup-inner #dpd-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.dpd-address-update .button,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .dpd-popup-inner #chronopost-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.dpd-address-update .button,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .dpd-popup-inner #colissimo-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.dpd-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #dpd-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.dpd-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #chronopost-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.dpd-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .chrono-popup-inner #colissimo-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.dpd-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #dpd-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.dpd-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #chronopost-address li.colissimo-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.dpd-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.chronopost-address-update .button,
  .onestepcheckout-index-index .colissimo-popup-inner #colissimo-address li.colissimo-address-update .button {
    width: 100%;
  }
  ul.form-list li label {
    float: none;
    width: 100%;
    text-align: left;
  }
  ul.form-list li .input-box, ul.form-list li .field .input-box {
    float: none;
    width: 100%;
  }
  ul.form-list li .input-box input[type=text], ul.form-list li .input-box input[type=password], ul.form-list li .input-box .input-text, ul.form-list li .input-box #email_address, ul.form-list li .field .input-box input[type=text], ul.form-list li .field .input-box input[type=password], ul.form-list li .field .input-box .input-text, ul.form-list li .field .input-box #email_address {
    width: 100%;
    max-width: 100%;
  }
  ul.form-list li .input-box.customer-dob input[type=text], ul.form-list li .input-box.customer-dob input[type=password], ul.form-list li .input-box.customer-dob .input-text, ul.form-list li .field .input-box.customer-dob input[type=text], ul.form-list li .field .input-box.customer-dob input[type=password], ul.form-list li .field .input-box.customer-dob .input-text {
    width: 20%;
  }
  ul.form-list li.control {
    margin-left: 0;
  }
  .recaptcha, ul.form-list li.control, account-create .buttons-set {
    margin-left: 0;
  }
  .catalog-category-view .subcategories li {
    width: 48%;
  }
  .catalog-category-view .subcategories li:nth-child(4n+1) {
    margin-left: 2.66667%;
    clear: none;
  }
  .catalog-category-view .subcategories li:nth-child(3n+1) {
    margin-left: 2.66667%;
    clear: none;
  }
  .catalog-category-view .subcategories li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media screen and (max-width: 640px) {
  .alertes {
    padding: 10px;
  }
  .alertes p {
    font-size: 1em;
    font-family: Arial, Helvetica, Clean, sans-serif;
    font-weight: bold;
  }
  header {
    padding: 0;
    border: 0;
  }
  header .top-bar {
    overflow: visible;
  }
  header .top-bar #infos-contact {
    display: none;
    /*position: absolute;
    right: 0;
    top: 50px;
    p a {
        display: block;
        text-align: right;
        font-size: 1.25em;
        color: $noirMR;
    }*/
  }
  header #user {
    position: absolute;
    right: 0;
    top: -34px;
    width: auto;
    height: 34px;
    margin: 0;
    background: none;
  }
  header #user a {
    color: #fff;
    padding: 10px 5px;
    margin: 0;
    text-align: center;
    float: left;
  }
  header #user a.login {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 34px;
    height: 34px;
    font-size: 0.00001em;
    background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 8px -1040px;
  }
  header #user a.cartgo {
    padding: 9px 10px 10px 38px;
    background: #d7d832 url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/picto_panier-btn.png) no-repeat 5px 5px;
    font-size: 1em;
    height: 34px;
  }
  .header-message-special ~ header #user a.cartgo {
    background-color: #000;
  }
  header #user a.cartgo .texte, header #user a.cartgo br {
    display: none;
  }
  header #user a.cartgo .nb, header #user a.cartgo .price {
    font-family: Arial, Helvetica, Clean, sans-serif;
    font-weight: bold;
  }
  header #user a.logout {
    height: 34px;
    position: initial;
    background-color: rgba(255, 255, 255, 0.75);
  }
  header #logo {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 15px;
    text-align: center;
    line-height: 0.5em;
  }
  header #logo a {
    height: auto;
  }
  header #logo span {
    display: none;
  }
  header:after {
    display: none;
  }
  .col-main, .main-container {
    padding-bottom: 37px;
    overflow: hidden;
  }
  .col-main:before, .main-container:before {
    display: none;
  }
  #mosaique ul#mosaique-main li a h2 {
    font-size: 3.62em;
  }
  aside#services .services {
    width: 100%;
    float: none;
  }
  #diaporama {
    display: none;
  }
  ul.products-grid .item {
    width: 48%;
  }
  ul.products-grid .item:nth-child(3n+1) {
    clear: none;
  }
  ul.products-grid .item:nth-child(3n+3) {
    margin-right: 2.93%;
  }
  ul.products-grid .item:nth-child(2n+1) {
    clear: left;
  }
  ul.products-grid .item:nth-child(2n+2) {
    margin-right: 0;
  }
  ul.products-grid .item img {
    width: 100%;
  }
  ul.products-grid .item .pourcentage {
    top: -15px;
  }
  #page .product-view .product-shop .product-options {
    float: none;
    width: 100%;
  }
  #page .product-view .product-shop .product-options-bottom {
    float: none;
    width: 100%;
  }
  #page .product-view .product-additional ul.tabs {
    height: auto;
    border: none;
  }
  #page .product-view .product-additional ul.tabs li {
    float: none;
    width: 100%;
    margin: 0 0 1px 0;
  }
  #page .product-view .product-additional ul.tabs li h2 {
    border-radius: 0;
  }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset {
    float: none !important;
    width: 100% !important;
  }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add fieldset.fieldset-note #product-review-table tbody th {
    width: 26%;
  }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .form-add .buttons-set {
    padding: 0;
    margin: 20px auto;
    width: auto;
    text-align: center;
  }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm {
    width: 70%;
  }
  .cart .btn-proceed-checkout {
    padding: 10px 50px 10px 10px !important;
  }
  .cart table#shopping-cart-table thead th {
    font-size: 1em;
    padding: 5px;
    white-space: normal;
  }
  .cart table#shopping-cart-table tbody td {
    padding: 5px;
  }
  .cart table#shopping-cart-table tbody td.cart-name h2.product-name {
    font-size: 1.167em;
  }
  .cart .coupon .columns {
    float: none;
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .cart .coupon .columns #discount-coupon-form h2,
  .cart .coupon .columns #discount-giftcard-form h2 {
    text-align: right;
  }
  .cart .cart-collaterals {
    display: none;
  }
  #checkoutSteps li.section#opc-shipping_method dt, #checkoutSteps li.section#opc-shipping_method dd, #checkoutSteps li.section#opc-payment dt, #checkoutSteps li.section#opc-payment dd {
    float: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
  }
  #checkoutSteps li.section#opc-shipping_method #checkout-shipping-method-load dd, #checkoutSteps li.section#opc-payment #checkout-shipping-method-load dd {
    overflow: scroll;
  }
  #checkoutSteps li.section#opc-shipping_method .buttons-set, #checkoutSteps li.section#opc-payment .buttons-set {
    margin: 0 20px;
    text-align: center;
  }
  header .header-message-special ~ .row #user a.cartgo {
    background-color: black;
  }
}
@media screen and (max-width: 420px) {
  header .top-bar #social {
    margin: 0 0 0 5px;
  }
  header .top-bar #social ul li {
    width: 32px;
  }
  header .top-bar #social ul li a {
    width: 32px;
  }
  header .top-bar #social ul li.blog {
    width: 36px;
  }
  header .searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
    display: block;
    float: unset;
  }
  aside#services .services {
    float: none;
    margin: 10px auto;
    width: auto;
  }
  aside#services .services p.texte {
    width: 45%;
    min-width: 146px;
  }
  aside#services .services p.texte span.title {
    font-size: 1.334em;
  }
  aside#services .services p.image {
    width: 55%;
  }
  #mosaique ul#mosaique-main li a h2 {
    font-size: 2.62em;
  }
  #mosaique a#choisirsonrechaud {
    font-size: 1.5em;
  }
  #mosaique ul#mosaique-second li a h2 {
    font-size: 1.834em;
  }
  #nvprod ul li {
    width: 31.38% !important;
  }
  #nvprod ul li:nth-child(4n+1) {
    clear: none !important;
  }
  #nvprod ul li:nth-child(4n+4) {
    margin-right: 2.93% !important;
  }
  #nvprod ul li:nth-child(3n+1) {
    clear: left !important;
  }
  #nvprod ul li:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .featuredbrands .ca-item {
    width: 48%;
  }
  .cart .coupon .columns #discount-coupon-form h2,
  .cart .coupon .columns #discount-giftcard-form h2 {
    text-align: left;
    width: 100%;
  }
  .cart .coupon .columns #discount-coupon-form .discount-form,
  .cart .coupon .columns #discount-giftcard-form .discount-form {
    width: 100%;
  }
  .cart .coupon .columns #discount-coupon-form .input-box {
    width: 100%;
    margin: 0;
  }
  .cart .coupon .columns #discount-coupon-form .buttons-set {
    width: 100%;
  }
  .cart .coupon .columns .shipping ul.form-list li label,
  .cart .coupon .columns .shipping ul.form-list li .input-box {
    float: none;
    width: 100%;
    text-align: left;
  }
  .cart .coupon .columns .shipping ul.form-list + .buttons-set,
  .cart .coupon .columns .shipping #co-shipping-method-form dl + .buttons-set {
    margin: 0;
  }
  .cart .coupon .columns .shipping #co-shipping-method-form dl dt {
    width: 100%;
    text-align: left;
  }
  .cart .coupon .columns .shipping #co-shipping-method-form dl dd {
    border: none;
    width: 100%;
    padding: 0;
  }
  .cart table tfoot td {
    text-align: center;
  }
  .cart table tfoot td button {
    margin: 10px 0 0;
  }
  .cart table tfoot td button.btn-update {
    float: none;
    margin: 10px 0 0;
  }
  #page .product-view .product-additional #product_tabs_review_tabbed_contents .dedicated-review-box ol li .avis-comm {
    width: 60%;
  }
  .toolbar label {
    display: none;
  }
  footer#footer .six {
    margin: 0;
    float: none;
  }
  footer#footer .six .footer-block {
    margin: 0 0 20px 0;
  }
  footer#footer .three {
    float: none;
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  footer#footer .block-subscribe {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer#footer .block-subscribe .input-box {
    width: 85%;
  }
  footer#footer .block-subscribe .input-box input[type=text] {
    width: 100%;
  }
  footer#footer #block-copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .catalog-category-view .subcategories li {
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .catalog-category-view .subcategories li a {
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) {
  header .top-bar #social {
    display: none;
  }
  aside#services {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .js menu-button, .js .sidebar-button {
    display: none;
  }
  .js .paneled [role=main] {
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    left: 0 !important;
  }
  .js .page-panel {
    display: block;
    min-height: 800px;
    float: none;
    margin: 0;
    width: 100%;
    background: #f4f4f4;
  }
  .js .hide-extras [role=main] {
    width: 100%;
  }
  .js .hide-extras [role=complementary] {
    display: none;
  }
  .js [role=navigation]#topMenu {
    display: none;
  }
}
/* IE Fixes */
.ie8 {
  /* pictos ronds */
}
.ie8 header .top-bar #infos-contact p {
  color: #ccc;
}
.ie8 header #logo span {
  color: #999;
}
.ie8 header #user {
  height: 100px;
  margin: 0 0 28px 0;
}
.ie8 #search_mini_form {
  background: transparent url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatN10.png") repeat 0 0;
}
.ie8 #main-nav {
  min-height: 46px;
  background: transparent url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatN40.png") repeat 0 0;
}
.ie8 #main-nav ul {
  background: transparent url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite.png") no-repeat center -700px;
}
.ie8 #main-nav ul li.level0 {
  border-right: 1px solid #b5b5b5;
}
.ie8 #mosaique a#choisirsonrechaud {
  color: #000;
}
.ie8 #mosaique ul li a:hover p {
  background: transparent url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatN40.png") repeat 0 0;
}
.ie8 #mosaique ul#mosaique-main {
  margin-right: -2.04%;
}
.ie8 #mosaique ul#mosaique-main li {
  width: 23.7%;
  height: 236px;
  overflow: hidden;
}
.ie8 #mosaique ul#mosaique-main li a {
  height: 236px;
}
.ie8 #mosaique ul#mosaique-second {
  margin-right: -2.04%;
}
.ie8 #mosaique ul#mosaique-second li {
  width: 32%;
  height: 110px;
  overflow: hidden;
}
.ie8 #mosaique ul#mosaique-second li a {
  height: 110px;
}
.ie8 #nvprod ul li a.lien-product .price-box {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatB90.png) repeat 0 0;
  right: 0;
  top: 126px;
}
.ie8 #nvprod.bloc-acc ul, .ie8 #promos.bloc-acc ul {
  margin: 0 -20px 0 0;
}
.ie8 #nvprod.bloc-acc ul li {
  margin-right: 3.8% !important;
  width: 21.2% !important;
}
.ie8 aside#sidebar .block-menu .block-content ul li a, .ie8 aside#sidebar .block-menu .block-content ul li strong, .ie8 aside#sidebar .block-menu .block-content ul li h4, .ie8 aside#sidebar .block-progress .block-content ul li a, .ie8 aside#sidebar .block-progress .block-content ul li strong, .ie8 aside#sidebar .block-progress .block-content ul li h4, .ie8 aside#sidebar .block-account .block-content ul li a, .ie8 aside#sidebar .block-account .block-content ul li strong, .ie8 aside#sidebar .block-account .block-content ul li h4 {
  color: #535353;
}
.ie8 aside#sidebar .block-related .block-content ol li {
  border-bottom: 1px solid #e5e5e5;
}
.ie8 aside#sidebar .block-related .block-content ol li.last {
  border: none;
}
.ie8 ul.products-grid {
  margin-right: -20px;
}
.ie8 ul.products-grid .item {
  width: 22.2%;
  margin-right: 2.8%;
}
.ie8 ul.products-grid .item.retourIE {
  clear: left;
}
.ie8 #page .product-view .product-img-box {
  float: left;
}
.ie8 #page .product-view .product-shop {
  float: right;
}
.ie8 #page .product-view .product-share a.email-friend {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.ie8 #page .product-view .product-share a.email-friend:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 footer#footer {
  color: #b5b5b5;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatN60.png) repeat 0 0;
}
.ie8 footer#footer a {
  color: #dcdcdc;
}
.ie8 footer#footer a:hover {
  color: #fff;
}
.ie8 footer#footer .block-subscribe input[type=text] {
  color: #535353;
  padding: 3px 3px 0 3px;
  height: 26px;
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatB60.png) repeat 0 0;
}
.ie8 footer#footer .block-subscribe .actions {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatN40.png) repeat 0 0;
}
.ie8 footer#footer .block-subscribe button {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos.png) no-repeat 7px -993px;
}
.ie8 footer#footer #subfooter {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/ie/ie_repeatN30.png) repeat 0 0;
  border-top: 1px solid #313131;
}
.ie8 button, .ie8 .button {
  background-color: #fce9db;
  border: 1px solid transparent;
}
.ie8 .cart .coupon .columns {
  background-color: #ededea;
  border: 1px solid #e1e1de;
}
.ie8 .cart .coupon {
  float: left;
}
.ie8 .cart .totals {
  float: right;
}
.ie8 .cart .btn-proceed-checkout {
  margin-right: 20px;
}
.ie8 #checkoutSteps li.section.active {
  background-color: #fdf0e6;
}
.ie8 #checkoutSteps li.section .step-title {
  border-bottom: 1px solid #d6d6d6;
}
.ie8 #checkoutSteps li.section button, .ie8 #checkoutSteps li.section .button {
  background-color: #fadcc6;
  border: 1px solid #edd1bc;
}
.ie8 .account-login .registered-users {
  border-left: 1px solid #e5e5e5;
}
.ie8 .cart table tfoot button:before {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -300px;
}
.ie8 .cart table tfoot button.btn-update:before {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -350px;
}
.ie8 .cart .btn-proceed-checkout:after {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -450px;
}
.ie8 aside#sidebar a.retour-liste:before {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -250px;
}
.ie8 aside#sidebar .block-compare .block-content p.validation button:after {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -200px;
}
.ie8 #page .product-view .product-shop .add-to-cart button:before {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -500px;
}
.ie8 #page .product-view .product-shop .avis a:after {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -400px;
}
.ie8 #page .product-view .product-shop ul.add-to-links span.link-compare:before {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -550px;
}
.ie8 .bloc-acc footer a.tous:before {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 0 !important;
}
.ie8 .bloc-acc#nvprod footer a.tous:before {
  background-position: 0 -50px !important;
}
.ie8 .bloc-acc#promos footer a.tous:before {
  background-position: 0 -100px !important;
}
.ie8 .bloc-acc#blog footer a.tous:before {
  background-position: 0 0 !important;
}
.ie8 footer#footer #marques p.footer a.tous:after {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -150px;
}
.ie8 p.back-link a:before, .ie8 .account-create .buttons-set .back-link a:before {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -300px;
}
.ie8 ul.products-grid .item .actions .button, .ie8 ul.products-grid .item .actions a, .ie8 ul.products-grid .item .actions span,
.ie8 ol.products-list .item .actions .button,
.ie8 ol.products-list .item .actions a,
.ie8 ol.products-list .item .actions span,
.ie8 aside#sidebar .block-related .block-content ol li .actions .button,
.ie8 aside#sidebar .block-related .block-content ol li .actions a,
.ie8 aside#sidebar .block-related .block-content ol li .actions span,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -600px;
}
.ie8 ul.products-grid .item .actions .button.btn-cart, .ie8 ul.products-grid .item .actions a.btn-cart, .ie8 ul.products-grid .item .actions span.btn-cart,
.ie8 ol.products-list .item .actions .button.btn-cart,
.ie8 ol.products-list .item .actions a.btn-cart,
.ie8 ol.products-list .item .actions span.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li .actions .button.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li .actions a.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li .actions span.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span.btn-cart {
  background-position: 0 -600px;
}
.ie8 ul.products-grid .item .actions .button.link-compare, .ie8 ul.products-grid .item .actions a.link-compare, .ie8 ul.products-grid .item .actions span.link-compare,
.ie8 ol.products-list .item .actions .button.link-compare,
.ie8 ol.products-list .item .actions a.link-compare,
.ie8 ol.products-list .item .actions span.link-compare,
.ie8 aside#sidebar .block-related .block-content ol li .actions .button.link-compare,
.ie8 aside#sidebar .block-related .block-content ol li .actions a.link-compare,
.ie8 aside#sidebar .block-related .block-content ol li .actions span.link-compare,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.link-compare,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.link-compare,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.link-compare,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button.link-compare,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a.link-compare,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span.link-compare {
  background-position: 0 -800px;
}
.ie8 ul.products-grid .item .actions .button.out-of-stock, .ie8 ul.products-grid .item .actions a.out-of-stock, .ie8 ul.products-grid .item .actions span.out-of-stock,
.ie8 ol.products-list .item .actions .button.out-of-stock,
.ie8 ol.products-list .item .actions a.out-of-stock,
.ie8 ol.products-list .item .actions span.out-of-stock,
.ie8 aside#sidebar .block-related .block-content ol li .actions .button.out-of-stock,
.ie8 aside#sidebar .block-related .block-content ol li .actions a.out-of-stock,
.ie8 aside#sidebar .block-related .block-content ol li .actions span.out-of-stock,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions .button.out-of-stock,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions a.out-of-stock,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td .actions span.out-of-stock,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions .button.out-of-stock,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions a.out-of-stock,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item .actions span.out-of-stock {
  background-position: 0 -750px;
}
.ie8 ul.products-grid .item.nvprod .actions .button.btn-cart, .ie8 ul.products-grid .item.nvprod .actions a.btn-cart, .ie8 ul.products-grid .item.nvprod .actions span.btn-cart,
.ie8 ol.products-list .item.nvprod .actions .button.btn-cart,
.ie8 ol.products-list .item.nvprod .actions a.btn-cart,
.ie8 ol.products-list .item.nvprod .actions span.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li.nvprod .actions .button.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li.nvprod .actions a.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li.nvprod .actions span.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .actions .button.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .actions a.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.nvprod .actions span.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item.nvprod .actions .button.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item.nvprod .actions a.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item.nvprod .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -650px !important;
}
.ie8 ul.products-grid .item.promo .actions .button.btn-cart, .ie8 ul.products-grid .item.promo .actions a.btn-cart, .ie8 ul.products-grid .item.promo .actions span.btn-cart,
.ie8 ol.products-list .item.promo .actions .button.btn-cart,
.ie8 ol.products-list .item.promo .actions a.btn-cart,
.ie8 ol.products-list .item.promo .actions span.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li.promo .actions .button.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li.promo .actions a.btn-cart,
.ie8 aside#sidebar .block-related .block-content ol li.promo .actions span.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.promo .actions .button.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.promo .actions a.btn-cart,
.ie8 #page .product-view .product-additional .box-up-sell table.products-grid td.promo .actions span.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item.promo .actions .button.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item.promo .actions a.btn-cart,
.ie8 .cart .cart-collaterals #crosssell-products-list li.item.promo .actions span.btn-cart {
  background: transparent url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/aventurenordique_sprite-pictos-ie.png) no-repeat 0 -700px !important;
}

#one-step-checkout-form #checkout-review-load .data-table tfoot td.last {
  padding: 5px 10px !important;
}

#one-step-checkout-form .checkout-review-load .data-table td .box-qty {
  width: 120px !important;
}

#one-step-checkout-form .checkout-review-load .data-table td .qty {
  background-color: #f0f0f0 !important;
  font-weight: bolder;
  color: #313131;
}

@media only screen and (max-width: 480px) {
  #one-step-checkout-form .checkout-review-load .data-table .freeproduct > span {
    display: none;
  }
}

#one-step-checkout-form .checkout-review-load .data-table td .control-qty {
  width: 80px !important;
}
#one-step-checkout-form .checkout-review-load .data-table td .control-qty input[type=button].button-arrow {
  width: 36px;
  height: 36px;
  padding: 0 5px;
  margin: 1px 0;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #ddd;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  transition: all, 0.3s, ease, 0s;
}
#one-step-checkout-form .checkout-review-load .data-table td .control-qty input[type=button].button-arrow:focus, #one-step-checkout-form .checkout-review-load .data-table td .control-qty input[type=button].button-arrow:hover {
  color: #fff;
  background-color: #333;
}

#one-step-checkout-form #onestepcheckout-payment-methods input.radio,
#one-step-checkout-form #onestepcheckout-shipping-method-section input.radio {
  float: right;
  margin: 0;
}

.one-step-checkout .shipping-method .radioparent {
  cursor: unset;
}
.one-step-checkout .shipping-method .radioparent input {
  width: 20px;
  height: 20px;
}
.one-step-checkout .shipping-method .radioparent [type=checkbox]:not(:checked),
.one-step-checkout .shipping-method .radioparent [type=checkbox]:checked,
.one-step-checkout .shipping-method .radioparent [type=radio]:not(:checked),
.one-step-checkout .shipping-method .radioparent [type=radio]:checked {
  left: unset;
  z-index: 20;
  cursor: pointer;
}

#one-step-checkout-form #onestepcheckout-payment-methods .radioparent label,
#one-step-checkout-form #onestepcheckout-shipping-method-section .radioparent label {
  width: 100%;
}
#one-step-checkout-form #onestepcheckout-payment-methods .radioparent label .price,
#one-step-checkout-form #onestepcheckout-shipping-method-section .radioparent label .price {
  float: right;
  margin-right: 5px;
}
#one-step-checkout-form #onestepcheckout-payment-methods .radioparent label .outer,
#one-step-checkout-form #onestepcheckout-shipping-method-section .radioparent label .outer {
  margin-right: 5px;
}

/* outofstock */
div.outofstock {
  padding: 10px;
  margin: 20px 0;
  border: 2px solid #dcdcdc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
div.outofstock .label {
  display: inline-block;
  margin: 0;
}
div.outofstock .login-message {
  position: relative;
  margin: 20px 0 0 0;
}
div.outofstock .login-message .messages {
  margin: 10px 0 0 0;
  font-size: 1.3rem;
  display: block;
  position: relative;
}
div.outofstock .emailblock {
  width: 100%;
  display: block;
}
div.outofstock .outofstock-notify .skip-notify {
  width: 100%;
  height: 35px;
  line-height: 42px;
  font-size: 1.3rem;
}
div.outofstock .outofstock-notify .input-box.select {
  margin-top: 10px;
  display: inline-block;
}
div.outofstock .outofstock-notify input[type=email] {
  display: inline-block;
  width: 60%;
  text-align: center;
  font-family: "open_sanssemibold", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #1a171b;
  margin-top: 10px;
}

/* label produit */
.product-label {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: -5px;
  display: block;
  height: 20px;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  color: #fff;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-weight: bold;
  line-height: 1.667em;
  text-transform: uppercase;
  text-align: center;
}
.product-label + .product-label {
  top: 28px;
}
.product-label + .product-label + .product-label {
  top: 60px;
}
.product-label span {
  position: relative;
  z-index: 1;
}
.product-label.new {
  background-color: #b076a5;
}
.product-label.promo {
  background-color: #eb690b;
}
.product-label.demo, .product-label.label-1769 { /* démo */
  background-color: #2268ad;
}
.product-label.label-1770 { /* produit star */
  background-color: #d7d832;
}
.product-label.label-1949 { /* avant-première */
  background-color: #ba0a2e;
}
.product-label.label-1951 { /* occasion */
  background-color: #4c5177;
}

.promo .product-label + .product-label,
.new .product-label + .product-label {
  top: 30px;
}
.promo .product-label + .product-label + .product-label,
.new .product-label + .product-label + .product-label {
  top: 55px;
}

/* Custom autocomplete */
ul.ui-autocomplete {
  z-index: 100000;
  background-color: #fff;
}
ul.ui-autocomplete li.ui-menu-item {
  font-size: 14px;
  color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #d7d832;
  font-weight: normal;
  color: #ffffff;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* ============================================ *
 * Top message
 * ============================================ */
.header-message-special:has(p) {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  background-color: #d7d832;
  color: #535353;
  line-height: 1.5;
  text-align: left;
}
.header-message-special:has(p) a {
  color: #b076a5;
  text-decoration: underline;
}
.header-message-special:has(p) a:hover, .header-message-special:has(p) a:focus {
  text-decoration: none;
  color: #eb690b;
}
.header-message-special:has(p) p {
  max-width: 800px;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-size: 13px;
  font-weight: 900;
  align-content: center;
}

/* loader formulaire */
.loader-input {
  background: no-repeat url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/opc-ajax-loader.gif") !important;
  background-position: right center !important;
  background-size: 25px 25px !important;
  z-index: 100 !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* monetico */
.col-main iframe.sealed-form {
  width: 100%;
}

.moneticologo {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#billing\:city {
  text-transform: uppercase;
}

#shipping\:city {
  text-transform: uppercase;
}

.dpd-popup-container,
.chrono-popup-container,
.colissimo-popup-container {
  height: 100%;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

.dpd-popup-inner,
.chrono-popup-inner,
.colissimo-popup-inner {
  max-width: 100vw;
  overflow-y: auto;
  position: absolute;
  z-index: 10001;
  left: 50%;
  border: 1px solid #4A545C;
  text-align: left;
  font: 12px/1.55 Arial, Helvetica, sans-serif;
  padding: 10px;
}
.dpd-popup-inner .messages,
.chrono-popup-inner .messages,
.colissimo-popup-inner .messages {
  position: relative;
}
.dpd-popup-inner .messages li ul li,
.chrono-popup-inner .messages li ul li,
.colissimo-popup-inner .messages li ul li {
  color: #4A545C;
}
@media only screen and (max-width: 920px) {
  .dpd-popup-inner,
  .chrono-popup-inner,
  .colissimo-popup-inner {
    width: 100%;
    margin-left: -50%;
  }
}
@media only screen and (min-width: 921px) {
  .dpd-popup-inner,
  .chrono-popup-inner,
  .colissimo-popup-inner {
    width: 920px;
    margin-left: -460px;
  }
}

.dpd-popup-inner button {
  background-color: #d30032;
}

.chrono-popup-inner button {
  background-color: #007ac7;
}

/* PopUp chonopost */
.chronopost-popup-container {
  height: 100%;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

.chronopost-popup-inner {
  width: 920px;
  margin-left: -470px;
  overflow-y: auto;
  position: absolute;
  z-index: 10001;
  left: 50%;
  top: 50%;
  border: 1px solid #4A545C;
  text-align: left;
  font: 12px/1.55 Arial, Helvetica, sans-serif;
  padding: 10px;
}

/* Content */
#chronopost-map {
  width: 500px;
  height: 384px;
  float: right;
}

#chronopost-list {
  float: left;
  height: 384px;
  width: 383px;
  overflow-y: scroll;
  background: #fff;
  margin-bottom: 20px;
}

#chronopost-list li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

#chronopost-list li.active {
  background: #F3FFF3;
}

#chronopost-list li input {
  display: none;
}

#chronopost-list li label {
  width: 100%;
  cursor: pointer;
  display: block;
}

#chronopost-list .chronopost-info li {
  border: 0;
}

#chronopost-list .chronopost-info span {
  font-weight: bold;
}

#chronopost-address {
  margin: 0 0 10px 0;
}

#chronopost-address .field {
  width: auto;
}

#chronopost-address li {
  float: left;
  margin: 0 10px 0 0;
}

#chronopost-address .input-box {
  width: 170px;
}

#chronopost-address .input-box input {
  width: 100%;
}

#chronopost-address .chronopost-address-update .input-box {
  width: auto;
}

#chronopost-customer {
  clear: both;
  margin-bottom: 10px;
}

#chronopost-customer li {
  float: left;
  margin: 0 10px 0 0;
}

#chronopost-customer .field {
  width: auto;
}

#chronopost-customer .input-box {
  width: 280px;
}

#chronopost-customer .input-box input {
  width: 100%;
}

#chronopost-customer .input-box #chronopost-customer-telephone {
  width: 90%;
}

#chronopost-next {
  float: right;
  margin: 10px 0 0 0;
}

.chronopost-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  clear: both;
}

.chronopost-required {
  color: #df280a;
}

.chronopost-required-error {
  background: #FFEFEF;
  border: 1px solid #df280a;
}

.chronopost-holiday {
  color: #df280a;
}

/* Mobile */
@media only screen and (max-width: 920px) {
  #chronopost-map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    width: 100%;
    overflow: hidden;
  }
  #chronopost-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #chronopost-list {
    float: none;
    width: 100%;
  }
}
/* Content */
#chronopost-map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

#chronopost-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#chronopost-list {
  overflow-y: scroll;
  height: 275px;
  margin-bottom: 20px;
}

#chronopost-list li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

#chronopost-list li.active {
  background: #F3FFF3;
}

#chronopost-list li input {
  display: none;
}

#chronopost-list li label {
  width: 100%;
  cursor: pointer;
  display: block;
}

#chronopost-list .chronopost-info li {
  border: 0;
}

#chronopost-list .chronopost-info span {
  font-weight: bold;
}

#chronopost-current-address {
  margin: 0 0 10px 0;
}

#chronopost-current-address p {
  margin: 0 0 5px 0;
}

.chronopost-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.chronopost-required {
  color: #df280a;
}

.chronopost-required-error {
  background: #FFEFEF;
  border: 1px solid #df280a;
}

.chronopost-holiday {
  color: #df280a;
}

.chronopost-pickup-select {
  float: right;
}

/* PopUp dpd */
.dpd-popup-container {
  height: 100%;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

/* Content */
#dpd-map {
  width: 500px;
  height: 384px;
  float: right;
}

#dpd-list {
  float: left;
  height: 384px;
  width: 383px;
  overflow-y: scroll;
  background: #fff;
  margin-bottom: 20px;
}

#dpd-list li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

#dpd-list li.active {
  background: #F3FFF3;
}

#dpd-list li input {
  display: none;
}

#dpd-list li label {
  width: 100%;
  cursor: pointer;
  display: block;
}

#dpd-list .dpd-info li {
  border: 0;
}

#dpd-list .dpd-info span {
  font-weight: bold;
}

#dpd-address {
  margin: 0 0 10px 0;
}

#dpd-address .field {
  width: auto;
}

#dpd-address li {
  float: left;
  margin: 0 10px 0 0;
}

#dpd-address .input-box {
  width: 170px;
}

#dpd-address .input-box input {
  width: 100%;
}

#dpd-address .dpd-address-update .input-box {
  width: auto;
}

#dpd-customer {
  clear: both;
  margin-bottom: 10px;
}

#dpd-customer li {
  float: left;
  margin: 0 10px 0 0;
}

#dpd-customer .field {
  width: auto;
}

#dpd-customer .input-box {
  width: 280px;
}

#dpd-customer .input-box input {
  width: 100%;
}

#dpd-customer .input-box #dpd-customer-telephone {
  width: 90%;
}

#dpd-next {
  float: right;
  margin: 10px 0 0 0;
}

.dpd-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  clear: both;
}

.dpd-required {
  color: #df280a;
}

.dpd-required-error {
  background: #FFEFEF;
  border: 1px solid #df280a;
}

.dpd-holiday {
  color: #df280a;
}

/* Mobile */
@media only screen and (max-width: 920px) {
  #dpd-map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    width: 100%;
    overflow: hidden;
  }
  #dpd-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #dpd-list {
    float: none;
    width: 100%;
  }
}
/* Content */
#dpd-map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

#dpd-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#dpd-list {
  overflow-y: scroll;
  height: 275px;
  margin-bottom: 20px;
}

#dpd-list li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

#dpd-list li.active {
  background: #F3FFF3;
}

#dpd-list li input {
  display: none;
}

#dpd-list li label {
  width: 100%;
  cursor: pointer;
  display: block;
}

#dpd-list .dpd-info li {
  border: 0;
}

#dpd-list .dpd-info span {
  font-weight: bold;
}

#dpd-current-address {
  margin: 0 0 10px 0;
}

#dpd-current-address p {
  margin: 0 0 5px 0;
}

.dpd-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.dpd-required {
  color: #df280a;
}

.dpd-required-error {
  background: #FFEFEF;
  border: 1px solid #df280a;
}

.dpd-holiday {
  color: #df280a;
}

.dpd-pickup-select {
  float: right;
}

#detail_chrono, #detail_dpd, #detail_relay {
  margin: 5px;
}

/* IFRAME MONETICO */
.blackbird-monetico-payment-iframe .paiement_droite, .blackbird-monetico-payment-iframe .paiement_gauche {
  width: 49%;
  float: left;
}
.blackbird-monetico-payment-iframe .paiement_gauche h1 {
  padding-top: 30px;
  text-align: center;
}
.blackbird-monetico-payment-iframe .paiement_gauche table {
  width: 80%;
  text-align: center;
  font-size: 1rem;
  margin: 30px auto;
}
.blackbird-monetico-payment-iframe .paiement_gauche table tr {
  border-width: 1px;
  border-style: dashed;
  border-color: #888888;
}
.blackbird-monetico-payment-iframe .paiement_gauche table td.txt {
  padding: 15px;
  text-align: right;
  font-weight: 700;
}
.blackbird-monetico-payment-iframe .paiement_gauche table td.value {
  padding: 15px;
  text-align: left;
  color: white;
  background-color: #d7d832;
  font-weight: 700;
}
.blackbird-monetico-payment-iframe .paiement_gauche ul.cards {
  text-align: center;
  margin: 0 0 15px 0;
}
.blackbird-monetico-payment-iframe .paiement_gauche ul.cards li {
  display: inline;
}
.blackbird-monetico-payment-iframe .paiement_gauche ul.cards li img {
  display: inline;
  margin: 10px;
}
.blackbird-monetico-payment-iframe .paiement_gauche .garantie_monetico, .blackbird-monetico-payment-iframe .paiement_gauche .garantie_securite {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
}
.blackbird-monetico-payment-iframe .paiement_gauche .garantie_monetico img, .blackbird-monetico-payment-iframe .paiement_gauche .garantie_securite img {
  display: inline;
  margin-right: 5px;
}
@media only screen and (max-width: 1000px) {
  .blackbird-monetico-payment-iframe .paiement_droite, .blackbird-monetico-payment-iframe .paiement_gauche {
    width: 100%;
    float: left;
  }
  .blackbird-monetico-payment-iframe .paiement_droite table, .blackbird-monetico-payment-iframe .paiement_droite .garantie_monetico, .blackbird-monetico-payment-iframe .paiement_droite .garantie_securite, .blackbird-monetico-payment-iframe .paiement_gauche table, .blackbird-monetico-payment-iframe .paiement_gauche .garantie_monetico, .blackbird-monetico-payment-iframe .paiement_gauche .garantie_securite {
    display: hidden;
  }
}
.blackbird-monetico-payment-iframe iframe {
  width: 100%;
  min-height: 400px;
}

.cms-page-view .std h2[class^=label-] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms-page-view .std h2[class^=label-]::after {
  display: block;
  margin-left: auto;
  width: 100%;
  max-height: 32px;
}
.cms-page-view .std .label-creditcard::after {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/logo-mdp-cb.svg");
  max-width: 122px;
}
.cms-page-view .std .label-creditcard3x::after {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/logo-cofidis.png");
  max-width: 122px;
}
.cms-page-view .std .label-paypal::after {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/logo_paypal.svg");
  max-width: 102px;
}
.cms-page-view .std .label-paypal-4x::after {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/logo_paypal-4x.svg");
  max-width: 102px;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div,
#tarteaucitronRoot span,
#tarteaucitronRoot applet,
#tarteaucitronRoot object,
#tarteaucitronRoot iframe,
#tarteaucitronRoot h1,
#tarteaucitronRoot h2,
#tarteaucitronRoot h3,
#tarteaucitronRoot h4,
#tarteaucitronRoot h5,
#tarteaucitronRoot h6,
#tarteaucitronRoot p,
#tarteaucitronRoot blockquote,
#tarteaucitronRoot pre,
#tarteaucitronRoot a,
#tarteaucitronRoot abbr,
#tarteaucitronRoot acronym,
#tarteaucitronRoot address,
#tarteaucitronRoot big,
#tarteaucitronRoot cite,
#tarteaucitronRoot code,
#tarteaucitronRoot del,
#tarteaucitronRoot dfn,
#tarteaucitronRoot em,
#tarteaucitronRoot img,
#tarteaucitronRoot ins,
#tarteaucitronRoot kbd,
#tarteaucitronRoot q,
#tarteaucitronRoot s,
#tarteaucitronRoot samp,
#tarteaucitronRoot small,
#tarteaucitronRoot strike,
#tarteaucitronRoot strong,
#tarteaucitronRoot sub,
#tarteaucitronRoot sup,
#tarteaucitronRoot tt,
#tarteaucitronRoot var,
#tarteaucitronRoot b,
#tarteaucitronRoot u,
#tarteaucitronRoot i,
#tarteaucitronRoot center,
#tarteaucitronRoot dl,
#tarteaucitronRoot dt,
#tarteaucitronRoot dd,
#tarteaucitronRoot ol,
#tarteaucitronRoot ul,
#tarteaucitronRoot li,
#tarteaucitronRoot fieldset,
#tarteaucitronRoot form,
#tarteaucitronRoot label,
#tarteaucitronRoot legend,
#tarteaucitronRoot table,
#tarteaucitronRoot caption,
#tarteaucitronRoot tbody,
#tarteaucitronRoot tfoot,
#tarteaucitronRoot thead,
#tarteaucitronRoot tr,
#tarteaucitronRoot th,
#tarteaucitronRoot td,
#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot canvas,
#tarteaucitronRoot details,
#tarteaucitronRoot embed,
#tarteaucitronRoot figure,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot output,
#tarteaucitronRoot ruby,
#tarteaucitronRoot section,
#tarteaucitronRoot summary,
#tarteaucitronRoot time,
#tarteaucitronRoot mark,
#tarteaucitronRoot audio,
#tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot details,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot figure,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol,
#tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote,
#tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before,
#tarteaucitronRoot blockquote:after,
#tarteaucitronRoot q:before,
#tarteaucitronRoot q:after {
  content: "";
  content: none;
}

#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible,
#tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer,
  #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  font-family: sans-serif !important;
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(215, 216, 50, 0.1);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(161, 159, 156, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: gray;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
}

#tarteaucitron .tarteaucitronBorder,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #333 !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 20px;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

body {
  scrollbar-gutter: stable;
}

#tarteaucitronRoot#tarteaucitronRoot * {
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 1rem;
  border-top: 2px solid #d7d832;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom {
  background-color: white;
  text-align: center;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: inline-block;
  width: 60rem;
  max-width: calc(100% - 4rem);
  margin: 0.75rem 1rem;
  padding: 0.5rem 0.75rem;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
  vertical-align: middle;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
  font-weight: 700;
  text-decoration: underline 2px dotted currentColor;
  color: #535353;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronCTAButton,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl {
  display: inline-grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 0.5rem;
  margin: 0.25rem;
  padding: 0.5rem;
  border-radius: 0;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
  font-size: 0.625rem !important;
  font-weight: 700;
  text-transform: uppercase;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPersonalize2 {
  background-color: rgb(14, 133, 14);
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover {
  background-color: white;
  color: rgb(14, 133, 14);
  box-shadow: inset 0 0 0 2px currentColor;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover span::before {
  color: rgb(14, 133, 14);
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronAllDenied2 {
  background-color: crimson;
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronAllDenied2:hover {
  background-color: white;
  color: crimson;
  box-shadow: inset 0 0 0 2px currentColor;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronAllDenied2:hover span:before {
  color: crimson;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl {
  display: none;
  padding: 0.5rem 0.75rem;
  background-color: #535353;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl:hover {
  background-color: #535353;
  box-shadow: inset 0 0 0 2px white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  padding: 0.5rem 0.75rem;
  background-color: white;
  box-shadow: inset 0 0 0 2px #535353;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert:hover {
  background-color: #535353;
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot button#tarteaucitronBack {
  background-color: transparent;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] {
  background-color: white;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
  box-shadow: 0 40px 60px #545454;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronClosePanel {
  top: 0;
  right: 0;
  text-transform: uppercase;
  border-radius: 0;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices {
  margin: 0;
  box-shadow: none;
  margin-top: 25px !important;
  border-bottom: 25px solid white;
  max-height: calc(100vh - 50px);
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] .tarteaucitronMainLine,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] .tarteaucitronBorder {
  border: none;
  background-color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] .tarteaucitronH2 {
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700;
  margin-top: 12px !important;
  color: #535353;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset {
  background-color: transparent;
  margin: auto 1.5rem;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button {
  text-transform: uppercase;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllAllowed, #tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllDenied {
  border-radius: 0;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllAllowed:not(.tarteaucitronIsSelected), #tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllDenied:not(.tarteaucitronIsSelected) {
  background-color: rgba(83, 83, 83, 0.1);
  opacity: 1 !important;
  box-shadow: inset 0 0 0 2px rgba(83, 83, 83, 0.5);
  color: #535353;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllAllowed:not(.tarteaucitronIsSelected) .tarteaucitronCheck::before,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllAllowed:not(.tarteaucitronIsSelected) .tarteaucitronCross::before, #tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllDenied:not(.tarteaucitronIsSelected) .tarteaucitronCheck::before,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllDenied:not(.tarteaucitronIsSelected) .tarteaucitronCross::before {
  color: #535353 !important;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: rgb(14, 133, 14);
  color: white;
  box-shadow: none;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllAllowed.tarteaucitronIsSelected span:before {
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: crimson;
  color: white;
  box-shadow: none;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronMainLineOffset .tarteaucitronAsk button#tarteaucitronAllDenied.tarteaucitronIsSelected span:before {
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #dialogTitle {
  color: #d7d832;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronInfo {
  margin: auto;
  background-color: transparent;
  border: none;
  color: #535353;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] button#tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] button#tarteaucitronAllAllowed,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] button#tarteaucitronAllDenied {
  display: inline-grid;
  grid-auto-flow: column;
  place-content: center;
  gap: 0.5rem;
  margin: 0.25rem;
  padding: 0.5rem;
  border-radius: 0;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
  font-size: 0.625rem !important;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] button#tarteaucitronPrivacyUrlDialog {
  padding: 0.5rem 0.75rem;
  background-color: #535353;
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] button#tarteaucitronPrivacyUrlDialog:hover {
  background-color: #535353;
  box-shadow: inset 0 0 0 2px white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder {
  padding: 0 1.5rem;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronTitle button {
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #535353;
  font-size: 0.875rem;
  text-transform: uppercase;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronTitle button:hover {
  cursor: help;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine button {
  border-radius: 0;
  padding: 0.5rem;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif !important;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine button#tarteaucitronAllAllowed, #tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine button#tarteaucitronAllDenied {
  display: grid;
  grid-auto-flow: column;
  gap: 0.5rem;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine button#tarteaucitronAllAllowed:not(.tarteaucitronIsSelected), #tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine button#tarteaucitronAllDenied:not(.tarteaucitronIsSelected) {
  background-color: rgba(200, 200, 200, 0.3);
  opacity: 1 !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1 !important;
  color: #535353;
  box-shadow: inset 0 0 0 2px rgba(83, 83, 83, 0.75);
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow span::before,
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny span::before {
  color: #535353;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:not(.tarteaucitronIsAllowed) .tarteaucitronAsk .tarteaucitronAllow:hover {
  background-color: white;
  color: rgb(14, 133, 14);
  box-shadow: inset 0 0 0 2px currentColor;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:not(.tarteaucitronIsAllowed) .tarteaucitronAsk .tarteaucitronAllow:hover span::before {
  color: rgb(14, 133, 14);
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:not(.tarteaucitronIsDenied) .tarteaucitronAsk .tarteaucitronDeny:hover {
  background-color: white;
  color: crimson;
  box-shadow: inset 0 0 0 2px currentColor;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:not(.tarteaucitronIsDenied) .tarteaucitronAsk .tarteaucitronDeny:hover span:before {
  color: crimson;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: rgb(14, 133, 14);
  color: white;
  box-shadow: none;
  cursor: default;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow span:before {
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: crimson;
  color: white;
  box-shadow: none;
  cursor: default;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny span:before {
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder #tarteaucitronServices_mandatory .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronAllow {
  cursor: not-allowed;
  background-color: rgb(14, 133, 14);
  color: white;
  box-shadow: none;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] #tarteaucitronServices .tarteaucitronBorder #tarteaucitronServices_mandatory .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronAllow span:before {
  color: white;
}
#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron[role=dialog] .tarteaucitronSelfLink {
  display: none;
}

.google-ratingbadge {
  z-index: 200;
  position: fixed;
  left: 0px;
  bottom: 0px;
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
  float: none;
  vertical-align: baseline;
  display: inline-block;
  width: 165px;
  height: 54px;
}

@media only screen and (max-width: 800px) {
  .google-ratingbadge {
    display: none;
  }
}
.faq-index-index .col-main > .row {
  display: grid;
  gap: 2rem;
  place-content: center;
  /*-----------------------------------------------------------------------------------------*/
}
.faq-index-index .col-main > .row .page-faq-title {
  position: relative;
  min-height: 18rem;
}
@media screen and (min-width: 751px) {
  .faq-index-index .col-main > .row .page-faq-title {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    padding-block-start: 2rem;
    padding-block-end: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .faq-index-index .col-main > .row .page-faq-title {
    display: flex;
    flex-direction: column-reverse;
    background-color: #eee;
    margin-inline: -20px;
  }
  .faq-index-index .col-main > .row .page-faq-title:first-of-type {
    margin-block-start: -2rem;
  }
}
.faq-index-index .col-main > .row .page-faq-title header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border-bottom: 0;
}
.faq-index-index .col-main > .row .page-faq-title header::after {
  background: unset;
}
@media screen and (min-width: 751px) {
  .faq-index-index .col-main > .row .page-faq-title header {
    width: 60%;
    border-radius: 2rem;
    border-bottom-left-radius: 0;
    background-color: #eee;
  }
}
.faq-index-index .col-main > .row .page-faq-title header h1 {
  margin: 0 0 0.75rem;
  color: #000;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 700;
  font-size: clamp(1.875rem, 1vw + 1.75rem, 2.5rem);
  text-transform: initial;
}
.faq-index-index .col-main > .row .page-faq-title header p {
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  font-weight: 700;
}
.faq-index-index .col-main > .row .page-faq-title figure {
  grid-row-start: 1;
  grid-column-start: 1;
  border-bottom-left-radius: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .faq-index-index .col-main > .row .page-faq-title figure {
    height: fit-content;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    place-content: start stretch;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .faq-index-index .col-main > .row .page-faq-title figure {
    display: flex;
  }
}
.faq-index-index .col-main > .row .page-faq-title figure > img {
  max-height: 18rem;
  width: 100%;
  object-fit: cover;
}
.faq-index-index .col-main > .row #bloc-boutique {
  grid-column: 1/-1;
  display: grid;
  gap: 1rem;
  width: min(100vw - 2.5rem, 100%);
  margin-block: 2rem 3rem;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  background-color: #f6f6f6;
}
.faq-index-index .col-main > .row #bloc-boutique > * {
  max-width: calc(100vw - 3rem);
}
.faq-index-index .col-main > .row #bloc-boutique a[href*=maps] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-width: fit-content;
  margin-block-start: 1rem;
  margin-inline: auto;
  padding-block-end: 0.25rem;
  padding-inline: 0.75rem 0.25rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  transition: background-color 0.2s ease-in-out;
}
.faq-index-index .col-main > .row #bloc-boutique a[href*=maps]::after {
  content: url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/newbrand/icon-geomap-orange.svg");
  display: block;
  height: 2rem;
  width: 2rem;
}
.faq-index-index .col-main > .row #bloc-boutique a[href*=maps]:hover, .faq-index-index .col-main > .row #bloc-boutique a[href*=maps]:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.faq-index-index .col-main > .row #bloc-boutique > h2 {
  grid-column: 1/-1;
  margin-block: 0.5rem 0;
  padding-block: 0.5rem;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 700;
  order: 1;
}
.faq-index-index .col-main > .row #bloc-boutique > h2 + p:first-of-type {
  display: grid;
  grid-auto-flow: row;
  color: #d7d832;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  order: 2;
}
.faq-index-index .col-main > .row #bloc-boutique p,
.faq-index-index .col-main > .row #bloc-boutique p a {
  font-size: 1.125rem;
  font-weight: 700;
}
.faq-index-index .col-main > .row #bloc-boutique figure {
  grid-column: 1/2;
  grid-row: span 5;
  order: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(100vw - 2.5rem, 100%);
  height: 100%;
  max-height: 22rem;
  overflow: hidden;
}
.faq-index-index .col-main > .row #bloc-boutique > h3 {
  order: 5;
  margin-top: 2rem;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.faq-index-index .col-main > .row #bloc-boutique > p {
  order: 5;
}
.faq-index-index .col-main > .row #bloc-boutique .link-btn {
  background-color: transparent;
}
.faq-index-index .col-main > .row #bloc-boutique .link-btn > a {
  background: #d7d832;
  display: inline-block;
  margin: auto;
  padding: 0.875rem 1.25rem 0.625rem;
  border: 0;
  color: rgba(255, 255, 255, 0.1) !important;
  font-size: 1rem;
  font-weight: normal;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2rem;
  text-decoration: none;
  white-space: break-spaces;
}
.faq-index-index .col-main > .row .bloc_telephone {
  text-align: center;
}
.faq-index-index .col-main > .row .bloc_telephone h2::after {
  content: "";
  display: block;
  max-width: 10rem;
  margin: auto;
  padding-bottom: 1rem;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-index-index .col-main > .row .bloc_telephone .telephone {
  margin-bottom: 1rem;
  color: #d7d832;
  font-size: 2rem;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 700;
}
.faq-index-index .col-main > .row .bloc_telephone .telephone::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 5C25.301 5 5.199 25.102 5 49.699c-.10156 12 4.5 23.398 13 31.898 8.3984 8.6016 19.699 13.301 31.699 13.398h.30078c24.699 0 44.801-20.102 45-44.699.19922-24.797-19.898-45.098-45-45.297zm21.801 60-2 2c-3.3008 3.3008-6.1016 4.1016-10.5 2.8008-4.6016-1.3984-8.6992-3.8984-12.398-6.8984-5.3008-4.3008-11-9.8984-14.699-15.699-3.6992-6-4.8984-12.301.30078-17.5l2-2c1.3984-1.3984 3.6992-1.3984 5.1992 0l5.8984 5.8984c1.3984 1.3984 1.3984 3.6992 0 5.1992l-3.5 3.5.10156.10156c3.8984 5.8984 9 11 14.898 14.898l.10156.10156 3.5-3.5c1.3984-1.3984 3.6992-1.3984 5.1992 0l5.8984 5.8984c1.5 1.5 1.5 3.8008 0 5.1992z'/%3E%3C/svg%3E%0A");
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 2rem auto 1rem;
}
.faq-index-index .col-main > .row .faq_topic_page {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
  align-content: flex-start;
  width: 100%;
  max-width: calc(100vw - 1rem);
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.faq-index-index .col-main > .row .faq_topic_page::after {
  content: "";
  grid-column: 1/-1;
  width: 80%;
  max-width: 100%;
  display: block;
  height: 2rem;
  border-bottom: 1px solid #e5e5e5;
  margin: auto;
}
.faq-index-index .col-main > .row .faq_top_block {
  grid-column: 1/-1;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}
.faq-index-index .col-main > .row .faq_top_block h2 {
  text-align: center;
}
.faq-index-index .col-main > .row .faq_main_title {
  grid-column: 1/-1;
  width: 100%;
  margin: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: bold;
  color: #535353;
}
.faq-index-index .col-main > .row .searchpart {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 18px 1rem;
}
.faq-index-index .col-main > .row .searchpart input[type=button] {
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-weight: 900;
}
.faq-index-index .col-main > .row .searchpart #faq-validation {
  flex: 1 0 100%;
}
.faq-index-index .col-main > .row .search_left {
  font-size: 19px;
  color: #535353;
  padding: 10px 0 0 0;
}
.faq-index-index .col-main > .row .textbx {
  flex: 1 0 auto;
  padding: 0;
  border-left: 3px solid #d7d832;
  margin: 0;
  border-radius: 2px;
}
.faq-index-index .col-main > .row .textbx .searchfild {
  width: 100%;
  height: 40px;
  background: #fff;
  display: block;
  border: solid 1px #c7cacb !important;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 1rem !important;
  color: #000;
  text-indent: 1rem;
}
.faq-index-index .col-main > .row .searchbtgo {
  background-color: #d7d832;
  border: 0 solid;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  height: 40px;
  margin: 0;
  padding: 0 1rem !important;
  text-transform: uppercase;
}
.faq-index-index .col-main > .row .searchbtgo:hover {
  background: #535353;
}
.faq-index-index .col-main > .row .faq-left {
  grid-column: auto/span 1;
  margin-top: 3.5rem;
}
@media screen and (max-width: 901px) {
  .faq-index-index .col-main > .row .faq-left {
    grid-column: 1/-1;
    margin-top: 0;
  }
}
.faq-index-index .col-main > .row .faq-left .faq-left-title {
  margin: 0px;
  padding: 10px 0 20px 10px;
  font-size: 20px;
  color: #535353;
  letter-spacing: -1px;
}
.faq-index-index .col-main > .row .faq-left .faq-left-link {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.faq-index-index .col-main > .row .faq-left .faq-left-link li {
  width: 100%;
  margin: 0px 0;
  padding: 0px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  font-family: Arial, Helvetica, Clean, sans-serif;
}
.faq-index-index .col-main > .row .faq-left .faq-left-link li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #535353;
  padding: 10px 0 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.faq-index-index .col-main > .row .faq-left .faq-left-link li a::before {
  border-color: transparent transparent transparent currentColor;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
}
.faq-index-index .col-main > .row .faq-left .faq-left-link li a:hover {
  color: #d7d832;
  cursor: pointer;
}
.faq-index-index .col-main > .row .faq-left .faq-left-link li a.active {
  background: #f6f6f6;
  color: #d7d832;
}
.faq-index-index .col-main > .row .faq-right {
  grid-column: 2/-1;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 901px) {
  .faq-index-index .col-main > .row .faq-right {
    grid-column: 1/-1;
  }
}
.faq-index-index .col-main > .row .faq-right .faq-right_title {
  width: 100%;
  margin: 0;
  padding: 1rem 1.5rem;
  background: #535353;
}
.faq-index-index .col-main > .row .faq-right .faq-right_title strong {
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}
.faq-index-index .col-main > .row .faq-right .faq-right-contant {
  flex: 1 0 auto;
  width: 100%;
  margin: 0px;
  padding: 1rem;
  background: #fff;
  border-left: 1px solid #e5e5e5;
}
.faq-index-index .col-main > .row .faq_list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.faq-index-index .col-main > .row .faq_list ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
}
.faq-index-index .col-main > .row .faq-question {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  color: #535353;
  padding: 10px;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.faq-index-index .col-main > .row .faq-question::before {
  border-color: transparent transparent transparent currentColor;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
}
.faq-index-index .col-main > .row .faq-question:hover {
  color: #d7d832;
}
.faq-index-index .col-main > .row .faq-question:hover::before {
  border-color: transparent transparent transparent currentColor;
}
.faq-index-index .col-main > .row .faq-question.active {
  color: #d7d832;
}
.faq-index-index .col-main > .row .faq-question.active::before {
  border-color: currentColor transparent transparent transparent;
}
.faq-index-index .col-main > .row .faq-text-content {
  width: 100%;
  margin: 0;
  padding: 0.75rem 0.75rem 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #535353;
  background-color: #f6f6f6;
  display: none;
}
.faq-index-index .col-main > .row .pagenav {
  float: right;
  margin-top: 3px;
  font-family: Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.faq-index-index .col-main > .row .pagenav a {
  width: 24px;
  height: 26px;
  display: block;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 24px;
  margin: 0 3px;
  float: left;
  border: solid 1px #fff;
}
.faq-index-index .col-main > .row .pagenav a:hover {
  background-color: #d7d832;
  color: #fff;
  border: solid 1px #fff;
}
.faq-index-index .col-main > .row .pagenav a.active {
  background-color: #d7d832;
  color: #fff;
  border: solid 1px #fff;
}
.faq-index-index .col-main > .row .faq-loader {
  background: #fff url("https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/faq_loading.gif") no-repeat scroll center center;
  display: none;
  height: 100%;
  margin-left: -6px;
  margin-top: -6px;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.faq-index-index .col-main > .row .no-cat-found {
  display: inline-block;
  margin: 1rem auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 200px) and (max-width: 543px) {
  .faq-index-index .col-main > .row {
    /*(.col-xs-)*/
  }
  .faq-index-index .col-main > .row .faq-index-index .main-container,
  .faq-index-index .col-main > .row .footer-container {
    padding: 0;
  }
  .faq-index-index .col-main > .row .search_left {
    display: none;
  }
  .faq-index-index .col-main > .row .search_right {
    width: 100% !important;
  }
  .faq-index-index .col-main > .row .searchpart {
    padding: 18px 0 !important;
  }
  .faq-index-index .col-main > .row .searchbtgo {
    font-size: 14px !important;
    padding: 0 10px !important;
  }
  .faq-index-index .col-main > .row .faq-left {
    margin: 0 !important;
    width: 100% !important;
  }
  .faq-index-index .col-main > .row .faq-right {
    width: 100% !important;
  }
  .faq-index-index .col-main > .row .faq-question {
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 544px) and (max-width: 767px) {
  .faq-index-index .col-main > .row {
    /*(.col-sm-)*/
  }
  .faq-index-index .col-main > .row .faq-index-index .main-container,
  .faq-index-index .col-main > .row .footer-container {
    padding: 0;
  }
  .faq-index-index .col-main > .row .search_left {
    display: none;
  }
  .faq-index-index .col-main > .row .search_right {
    width: 100% !important;
  }
  .faq-index-index .col-main > .row .searchpart {
    padding: 18px 0 !important;
  }
  .faq-index-index .col-main > .row .searchbtgo {
    font-size: 14px !important;
    padding: 0 10px !important;
  }
  .faq-index-index .col-main > .row .faq-left {
    margin: 0 !important;
    width: 100% !important;
  }
  .faq-index-index .col-main > .row .faq-right {
    width: 100% !important;
  }
  .faq-index-index .col-main > .row .faq-question {
    font-size: 1rem !important;
  }
}

.columns-faq {
  display: block;
}

.columns-faq > * {
  padding: 1rem;
}

/* tablet breakpoint */
@media (min-width: 768px) {
  .columns-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.services-layout .menu-top {
  display: none;
}

/*
 * Bootstrap v3.2.0 (http: //getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
.pccf.aventure {
  display: flex;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #313131;
  background-color: #fff;
  /* navigation inactive item */
  /* navigation active item */
  /* navigation background */
  /* small navigation inactive tab */
  /* small navigation active tab */
  /* small navigation background */
}
.pccf.aventure::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin-right: -1rem;
  margin-left: auto;
  border-right: 1px solid #eee;
}
.pccf.aventure .pccformwrapper {
  width: 100%;
  margin: 0;
}
#colorbox .pccf.aventure .pccformwrapper {
  margin-top: 2rem;
}
.pccf.aventure h1 {
  margin: 0.67em 0;
}
.pccf.aventure button,
.pccf.aventure input,
.pccf.aventure select,
.pccf.aventure textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.pccf.aventure button {
  overflow: visible;
}
.pccf.aventure button,
.pccf.aventure select {
  text-transform: none;
}
.pccf.aventure button {
  -webkit-appearance: button;
  cursor: pointer;
}
.pccf.aventure button::-moz-focus-inner,
.pccf.aventure input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pccf.aventure input[type=checkbox],
.pccf.aventure input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.pccf.aventure input[type=number]::-webkit-inner-spin-button,
.pccf.aventure input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.pccf.aventure input[type=search]::-webkit-search-cancel-button,
.pccf.aventure input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.pccf.aventure textarea {
  overflow: auto;
}
@media print {
  .pccf.aventure * {
    color: #000;
    text-shadow: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pccf.aventure h2,
  .pccf.aventure h3,
  .pccf.aventure p {
    orphans: 3;
    widows: 3;
  }
  .pccf.aventure h2,
  .pccf.aventure h3 {
    page-break-after: avoid;
  }
  .pccf.aventure select {
    background: #fff;
  }
}
.pccf.aventure *,
.pccf.aventure :after,
.pccf.aventure :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pccf.aventure button,
.pccf.aventure input,
.pccf.aventure select,
.pccf.aventure textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pccf.aventure h1,
.pccf.aventure h2,
.pccf.aventure h3,
.pccf.aventure h4,
.pccf.aventure h5,
.pccf.aventure h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.pccf.aventure h1,
.pccf.aventure h2,
.pccf.aventure h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.pccf.aventure h4,
.pccf.aventure h5,
.pccf.aventure h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pccf.aventure h1 {
  font-size: 36px;
}
.pccf.aventure h2 {
  font-size: 30px;
}
.pccf.aventure h3 {
  font-size: 24px;
}
.pccf.aventure h4 {
  font-size: 18px;
}
.pccf.aventure h5 {
  font-size: 14px;
}
.pccf.aventure h6 {
  font-size: 12px;
}
.pccf.aventure p {
  margin: 0 0 10px;
}
.pccf.aventure .text-center {
  text-align: center;
}
.pccf.aventure .row {
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
  min-width: unset;
}
.pccf.aventure .col-lg-6,
.pccf.aventure .col-lg-8,
.pccf.aventure .col-md-2,
.pccf.aventure .col-md-3,
.pccf.aventure .col-md-4,
.pccf.aventure .col-md-5,
.pccf.aventure .col-md-6,
.pccf.aventure .col-md-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .pccf.aventure .col-md-2,
  .pccf.aventure .col-md-3,
  .pccf.aventure .col-md-4,
  .pccf.aventure .col-md-5,
  .pccf.aventure .col-md-6,
  .pccf.aventure .col-md-8 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .pccf.aventure .col-lg-6,
  .pccf.aventure .col-lg-8 {
    float: none;
    width: 100%;
  }
}
.pccf.aventure fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.pccf.aventure legend {
  margin: 0 0 0.5em;
  color: #535353;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  max-width: 30rem;
  margin: auto;
}
.pccf.aventure legend::after {
  content: "";
  display: block;
  max-width: 10rem;
  margin: auto;
  padding-bottom: 1rem;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pccf.aventure label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.pccf.aventure input[type=checkbox],
.pccf.aventure input[type=radio] {
  margin: 0;
  line-height: normal;
}
.pccf.aventure select[multiple] {
  height: auto;
}
.pccf.aventure input[type=checkbox]:focus,
.pccf.aventure input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.pccf.aventure .pccform {
  max-width: min(100vw - 4rem, 26rem);
  margin: auto;
}
.pccf.aventure .form-control {
  display: block;
  width: 100%;
  min-width: 100%;
  padding: 6px 12px;
  font-size: 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  border-radius: 2px;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pccf.aventure .form-control:focus {
  border-color: #d7d832;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 216, 50, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 216, 50, 0.6);
}
.pccf.aventure .form-control::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.pccf.aventure .form-control:-ms-input-placeholder {
  color: #707070;
}
.pccf.aventure .form-control::-webkit-input-placeholder {
  color: #707070;
}
.pccf.aventure textarea.form-control {
  height: auto;
  min-height: 7.5rem;
}
.pccf.aventure .form-group {
  margin-bottom: 0.5rem;
}
.pccf.aventure .checkbox,
.pccf.aventure .radio {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pccf.aventure .checkbox label,
.pccf.aventure .radio label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.pccf.aventure .checkbox input[type=checkbox],
.pccf.aventure .checkbox-inline input[type=checkbox],
.pccf.aventure .radio input[type=radio],
.pccf.aventure .radio-inline input[type=radio] {
  position: initial;
  margin: auto 0;
  accent-color: #d7d832;
  transform: scale(1.25);
}
.pccf.aventure .checkbox + .checkbox,
.pccf.aventure .radio + .radio {
  margin-top: -5px;
}
.pccf.aventure .checkbox-inline,
.pccf.aventure .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.pccf.aventure .checkbox-inline + .checkbox-inline,
.pccf.aventure .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.pccf.aventure .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.pccf.aventure select.input-sm {
  height: 30px;
  line-height: 30px;
}
.pccf.aventure select[multiple].input-sm,
.pccf.aventure textarea.input-sm {
  height: auto;
}
.pccf.aventure .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.pccf.aventure select.input-lg {
  height: 46px;
  line-height: 46px;
}
.pccf.aventure select[multiple].input-lg,
.pccf.aventure textarea.input-lg {
  height: auto;
}
.pccf.aventure .form-group > label.control-label:empty {
  display: none;
}
.pccf.aventure .newsletter-checkbox {
  display: flex;
  gap: 0.5rem;
  padding-top: 0;
}
.pccf.aventure .newsletter-checkbox input[type=checkbox] {
  position: initial;
  accent-color: #d7d832;
  transform: scale(1.125);
  align-self: flex-start;
  margin-top: 0.125rem;
}
.pccf.aventure .newsletter-checkbox p.help-block {
  display: flex !important;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.75rem;
}
.pccf.aventure .required {
  padding-left: 15px;
}
.pccf.aventure .help-block {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  color: #626262;
  font-style: 0.875rem;
  background: none;
  padding-left: 0;
}
.pccf.aventure .form-horizontal .checkbox,
.pccf.aventure .form-horizontal .checkbox-inline,
.pccf.aventure .form-horizontal .radio,
.pccf.aventure .form-horizontal .radio-inline {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pccf.aventure .form-horizontal .checkbox,
.pccf.aventure .form-horizontal .radio {
  min-height: 27px;
}
@media (min-width: 768px) {
  .pccf.aventure .form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 3px;
  }
}
.pccf.aventure .btn {
  background: #d7d832;
  display: block;
  margin: auto;
  padding: 10px 20px;
  border: 0;
  color: #535353 !important;
  font-size: 17px;
  font-weight: 900;
  font-family: "tga", Arial, Helvetica, Clean, sans-serif;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 3px;
}
.pccf.aventure .btn:hover {
  background: darker(#d7d832, 5%);
  cursor: pointer;
}
.pccf.aventure .btn:active {
  background: darker(#d7d832, 10%);
  color: #fff;
}
.pccf.aventure .btn:focus {
  background-color: darker(#d7d832, 10%);
  outline: none;
  color: #fff;
}
.pccf.aventure .btn-default {
  color: #313131;
  background-color: #fff;
  border-color: #ccc;
}
.pccf.aventure .btn-default:active,
.pccf.aventure .btn-default:focus,
.pccf.aventure .btn-default:hover {
  color: #313131;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pccf.aventure .btn-default:active {
  background-image: none;
}
.pccf.aventure .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.pccf.aventure .btn-success:active,
.pccf.aventure .btn-success:focus,
.pccf.aventure .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.pccf.aventure .btn-success:active {
  background-image: none;
}
.pccf.aventure .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.pccf.aventure .btn-info:active,
.pccf.aventure .btn-info:focus,
.pccf.aventure .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.pccf.aventure .btn-info:active {
  background-image: none;
}
.pccf.aventure .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.pccf.aventure .btn-warning:active,
.pccf.aventure .btn-warning:focus,
.pccf.aventure .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.pccf.aventure .btn-warning:active {
  background-image: none;
}
.pccf.aventure .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.pccf.aventure .btn-danger:active,
.pccf.aventure .btn-danger:focus,
.pccf.aventure .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.pccf.aventure .btn-danger:active {
  background-image: none;
}
.pccf.aventure .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.pccf.aventure .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.pccf.aventure .input-group .form-control,
.pccf.aventure .input-group-addon {
  display: table-cell;
}
.pccf.aventure .input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.pccf.aventure .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pccf.aventure .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.pccf.aventure .input-group .form-control:first-child,
.pccf.aventure .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pccf.aventure .input-group-addon:first-child {
  border-right: 0;
}
.pccf.aventure .pccf.aventure.rtl .input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #ccc;
}
.pccf.aventure .input-group .form-control:last-child,
.pccf.aventure .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pccf.aventure .input-group-addon:last-child {
  border-left: 0;
}
.pccf.aventure .pccf.aventure.rtl .input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #ccc;
}
.pccf.aventure .alert {
  padding: 15px;
  margin: 120px auto;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (max-width: 540px) {
  .pccf.aventure .alert {
    margin: 120px auto;
    width: 300px;
  }
}
.pccf.aventure .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.pccf.aventure .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.pccf.aventure .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.pccf.aventure .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.pccf.aventure .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  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);
}
.pccf.aventure .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pccf.aventure .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.pccf.aventure .panel-default {
  border-color: #ddd;
}
.pccf.aventure .panel-default > .panel-heading {
  color: #313131;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.pccf.aventure .panel-primary {
  border-color: #d7d832;
}
.pccf.aventure .panel-primary > .panel-heading {
  color: #fff;
  background-color: #d7d832;
  border-color: #d7d832;
}
.pccf.aventure .panel-success {
  border-color: #d6e9c6;
}
.pccf.aventure .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.pccf.aventure .panel-info {
  border-color: #bce8f1;
}
.pccf.aventure .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.pccf.aventure .panel-warning {
  border-color: #faebcc;
}
.pccf.aventure .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.pccf.aventure .form-horizontal .form-group:after,
.pccf.aventure .form-horizontal .form-group:before,
.pccf.aventure .row:after,
.pccf.aventure .row:before {
  display: table;
  content: " ";
}
.pccf.aventure .form-horizontal .form-group:after,
.pccf.aventure .row:after {
  clear: both;
}
@-ms-viewport {
  .pccf.aventure {
    width: device-width;
  }
}
@media (max-width: 992px) {
  .pccf.aventure .pccf fieldset {
    padding: 10px;
  }
}
.pccf.aventure .pccf .col-lg-8 > p {
  clear: both;
}
.pccf.aventure .pccf textarea {
  width: 100%;
  max-width: 100%;
}
.pccf.aventure .nav-wizard > li > a {
  color: #d7d832;
  background-color: #eee;
  font-family: Arial, Helvetica, Clean, sans-serif;
}
.pccf.aventure .nav-wizard > li:not(:last-child) > a:after {
  border-left: 20px solid #eee;
}
.pccf.aventure .nav-wizard > li.active > a::after {
  border-left-color: #d7d832;
}
.pccf.aventure .nav-wizard > li.active > a,
.pccf.aventure .nav-wizard > li.active > a:hover,
.pccf.aventure .nav-wizard > li.active > a:focus {
  color: #fff;
  background-color: #d7d832;
}
.pccf.aventure .well .nav-wizard > li:not(:first-child) > a::before {
  border-left: 20px solid #f5f5f5;
}
.pccf.aventure .panel .nav-wizard > li:not(:first-child) > a::before {
  border-left: 20px solid #fff;
}
.pccf.aventure .pccf.smallnav.aventure .nav-wizard > li::before {
  color: #d7d832;
  background-color: #eee;
  border-color: #eee;
}
.pccf.aventure .pccf.smallnav.aventure .nav-wizard > li.active::before {
  color: #fff;
  background-color: #d7d832;
  border-color: #d7d832;
}
.pccf.aventure .pccf.smallnav.aventure ul.nav-wizard::before {
  background: #eee;
}
.pccf.aventure button:disabled,
.pccf.aventure button[disabled] {
  background-color: #d2d2d2;
  color: #626262 !important;
  cursor: not-allowed !important;
}
.pccf.aventure button:disabled:hover,
.pccf.aventure button[disabled]:hover {
  background-color: #d2d2d2;
  color: #626262 !important;
}
.pccf.aventure .g-recaptcha {
  display: flex;
  justify-content: center;
}
.pccf.aventure .highlight {
  background: unset;
}

body #cboxContent #cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  display: block;
  color: #535353;
  font-size: 0;
}
body #cboxContent #cboxClose::hover {
  color: #d7d832;
}
body #cboxContent #cboxClose::before {
  content: "×";
  color: currentColor;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.5;
}

body #cboxLoadedContent {
  overflow-y: auto !important;
}

/** STARS RATING **/
.star-rating {
  height: 24px;
  position: relative;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.star-rating:before {
  background-image: url("data: image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4yMjgwNSAwLjc0Mzg3M0M4LjA3OTA5IDAuNDI1MDUzIDcuNzY0MzEgMC4yMjIxNjggNy40MTg2MiAwLjIyMjE2OEM3LjA3MjkyIDAuMjIyMTY4IDYuNzYwOTUgMC40MjUwNTMgNi42MDkxOCAwLjc0Mzg3M0w0LjgwMiA0LjU3ODRMMC43NjYwNTUgNS4xOTI4NkMwLjQyODc4OSA1LjI0NTAzIDAuMTQ3NzM1IDUuNDg4NDkgMC4wNDM3NDQ2IDUuODIxOEMtMC4wNjAyNDU2IDYuMTU1MTEgMC4wMjQwNzA3IDYuNTIzMiAwLjI2NTc3OCA2Ljc2OTU3TDMuMTk0MzcgOS43NTc3OEwyLjUwMjk3IDEzLjk4MDdDMi40NDY3NiAxNC4zMjg1IDIuNTg3MjkgMTQuNjgyMSAyLjg2NTUzIDE0Ljg4NzlDMy4xNDM3OCAxNS4wOTM3IDMuNTExOTYgMTUuMTE5NyAzLjgxNTUgMTQuOTU0NUw3LjQyMTQzIDEyLjk2OTJMMTEuMDI3NCAxNC45NTQ1QzExLjMzMDkgMTUuMTE5NyAxMS42OTkxIDE1LjA5NjYgMTEuOTc3MyAxNC44ODc5QzEyLjI1NTYgMTQuNjc5MiAxMi4zOTYxIDE0LjMyODUgMTIuMzM5OSAxMy45ODA3TDExLjY0NTcgOS43NTc3OEwxNC41NzQzIDYuNzY5NTdDMTQuODE2IDYuNTIzMiAxNC45MDMxIDYuMTU1MTEgMTQuNzk2MyA1LjgyMThDMTQuNjg5NSA1LjQ4ODQ5IDE0LjQxMTMgNS4yNDUwMyAxNC4wNzQgNS4xOTI4NkwxMC4wMzUyIDQuNTc4NEw4LjIyODA1IDAuNzQzODczWiIgZmlsbD0iI0Q5RDlEOSIvPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 24px;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 120px;
  height: 24px;
  position: absolute;
  overflow: hidden;
}
.star-rating > span:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuMTIzMiAwLjcwNTI3NkMxMC45MjE5IDAuMjc0Mjc0IDEwLjQ5NjMgMCAxMC4wMjkgMEM5LjU2MTY1IDAgOS4xMzk5MSAwLjI3NDI3NCA4LjkzNDc0IDAuNzA1Mjc2TDYuNDkxNjcgNS44ODkwNkwxLjAzNTYxIDYuNzE5NzJDMC41Nzk2NjcgNi43OTAyNCAwLjE5OTcxOCA3LjExOTM3IDAuMDU5MTM2OSA3LjU2OTk3Qy0wLjA4MTQ0NDEgOC4wMjA1NiAwLjAzMjU0MDQgOC41MTgxNyAwLjM1OTI5NiA4Ljg1MTIyTDQuMzE4MzYgMTIuODkwOUwzLjM4MzY5IDE4LjU5OTdDMy4zMDc3IDE5LjA2OTkgMy40OTc2NyAxOS41NDc5IDMuODczODIgMTkuODI2MUM0LjI0OTk3IDIwLjEwNDMgNC43NDc3IDIwLjEzOTYgNS4xNTgwNSAxOS45MTYyTDEwLjAzMjggMTcuMjMyM0wxNC45MDc1IDE5LjkxNjJDMTUuMzE3OSAyMC4xMzk2IDE1LjgxNTYgMjAuMTA4MiAxNi4xOTE4IDE5LjgyNjFDMTYuNTY3OSAxOS41NDQgMTYuNzU3OSAxOS4wNjk5IDE2LjY4MTkgMTguNTk5N0wxNS43NDM0IDEyLjg5MDlMMTkuNzAyNSA4Ljg1MTIyQzIwLjAyOTIgOC41MTgxNyAyMC4xNDcgOC4wMjA1NiAyMC4wMDI2IDcuNTY5OTdDMTkuODU4MyA3LjExOTM3IDE5LjQ4MjEgNi43OTAyNCAxOS4wMjYyIDYuNzE5NzJMMTMuNTY2MyA1Ljg4OTA2TDExLjEyMzIgMC43MDUyNzZaIiBmaWxsPSIjYzljYTI2Ij48L3BhdGg+PC9zdmc+");
  background-repeat: repeat-x;
  background-size: 24px;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}

.star-rating.small {
  height: 18px;
  width: 90px;
}
.star-rating.small:before {
  background-size: 18px;
  height: 18px;
  width: 90px;
}
.star-rating.small > span {
  width: 90px;
  height: 18px;
}
.star-rating.small > span:before {
  background-size: 18px;
  height: 18px;
}

.star-rating.xsmall {
  height: 12px;
  width: 60px;
}
.star-rating.xsmall:before {
  background-size: 12px;
  height: 12px;
  width: 60px;
}
.star-rating.xsmall > span {
  width: 60px;
  height: 12px;
}
.star-rating.xsmall > span:before {
  background-size: 12px;
  height: 12px;
}

ul.products-grid .item .ratings .star-rating {
  position: absolute;
  z-index: 10;
  top: 3px;
  right: 3px;
}

/** FOOTER **/
#trusted_shop_global_reviews {
  padding-bottom: 50px;
  padding-top: 50px;
}

#trusted_shop_global_reviews > div {
  max-width: 1260px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 10px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border-radius: 9px;
}
@media only screen and (max-width: 600px) {
  #trusted_shop_global_reviews > div {
    flex-wrap: wrap;
  }
}
#trusted_shop_global_reviews > div #trusted_shop_global_shop_rating {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
}
@media only screen and (max-width: 600px) {
  #trusted_shop_global_reviews > div #trusted_shop_global_shop_rating {
    width: 100%;
    flex-direction: column;
    padding-bottom: 15px;
  }
}
#trusted_shop_global_reviews > div #trusted_shop_global_shop_rating .rating {
  color: #d7d832;
  font-weight: 700;
}
#trusted_shop_global_reviews > div #trusted_shop_global_shop_rating .rating .numerator {
  font-size: 35px;
}
#trusted_shop_global_reviews > div #trusted_shop_global_shop_rating .rating .denominator {
  font-size: 18px;
}
#trusted_shop_global_reviews > div #trusted_shop_global_shop_rating .trusted_shop_link_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
#trusted_shop_global_reviews > div #trusted_shop_global_shop_rating .trusted_shop_link_footer .trusted_shop_logo {
  margin-right: 6px;
}
#trusted_shop_global_reviews > div #trusted_shop_global_shop_rating .trusted_shop_link_footer a {
  color: #201D1C;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider_prev {
  margin-right: 9px;
}
#trusted_shop_global_reviews > div .bx-wrapper {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
#trusted_shop_global_reviews > div .bx-wrapper .bx-viewport {
  border: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  left: 0px;
}
@media only screen and (max-width: 600px) {
  #trusted_shop_global_reviews > div .bx-wrapper {
    width: calc(100% - 76px);
  }
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider {
  display: flex;
  flex-direction: row;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 4px;
  background-color: #f0f2f2;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div .rating {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #d7d832;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div .rating .star-rating {
  display: inline-block;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div .title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #201D1C;
  line-height: 1.438;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div .comment {
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 400;
  color: #201D1C;
  line-height: 1.3;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div .review_footer {
  color: #474747;
  font-size: 13px;
  line-height: 1.3;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div .review_footer .author {
  font-weight: 600;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider > div .review_footer .submit_date {
  font-weight: 400;
}
#trusted_shop_global_reviews > div #trusted_shop_global_reviews_slider_next {
  margin-left: 9px;
}

#trusted_shop_global_reviews_separator {
  border-bottom: #fff solid 1px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/** PAGE PRODUIT **/
#trusted_shop_product_reviews {
  padding: 15px;
}
#trusted_shop_product_reviews .product_review_header {
  width: calc(62% - 15px);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
}
@media only screen and (max-width: 900px) {
  #trusted_shop_product_reviews .product_review_header {
    width: auto;
  }
}
#trusted_shop_product_reviews .product_review_header h2 {
  margin: 0;
}
#trusted_shop_product_reviews .product_review_header > span {
  flex-grow: 1;
  margin-left: 15px;
  color: #201D1C;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  #trusted_shop_product_reviews .product_review_header > span {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 480px) {
  #trusted_shop_product_reviews .product_review_header > div {
    display: flex;
    flex-direction: column;
  }
}
#trusted_shop_product_reviews .product_review_header > div .rating {
  color: #d7d832;
  font-weight: 700;
}
#trusted_shop_product_reviews .product_review_header > div .rating .numerator {
  font-size: 40px;
}
#trusted_shop_product_reviews .product_review_header > div .rating .denominator {
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  #trusted_shop_product_reviews .product_review_header > div .rating {
    text-align: right;
  }
}
#trusted_shop_product_reviews .product_review_header > div .stars {
  margin-left: 15px;
}
@media only screen and (max-width: 480px) {
  #trusted_shop_product_reviews .product_review_header > div .stars {
    margin-left: 0;
  }
}
#trusted_shop_product_reviews .reviews .review {
  width: calc(62% - 15px);
  display: flex;
  flex-direction: row;
  column-gap: 38px;
  padding: 25px;
  border-radius: 6px;
  background: #FFF;
}
@media only screen and (max-width: 900px) {
  #trusted_shop_product_reviews .reviews .review {
    width: auto;
    flex-direction: column;
    row-gap: 10px;
  }
}
#trusted_shop_product_reviews .reviews .review.review-answer {
  margin-left: 40px;
  width: calc(62% - 55px);
  border: 2px solid #d7d832;
}
@media only screen and (max-width: 900px) {
  #trusted_shop_product_reviews .reviews .review.review-answer {
    width: auto;
  }
}
#trusted_shop_product_reviews .reviews .review:not(:first-child) {
  margin-top: 20px;
}
#trusted_shop_product_reviews .reviews .review .author {
  color: #201D1C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.438;
}
#trusted_shop_product_reviews .reviews .review .post_date {
  color: #474747;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.438;
}
#trusted_shop_product_reviews .reviews .review .comment_body {
  flex-basis: 75%;
}
#trusted_shop_product_reviews .reviews .review .comment_body .stars svg:not(:first-child) {
  margin-left: 2px;
}
#trusted_shop_product_reviews .reviews .review .comment_body .title {
  margin-top: 10px;
  color: #201D1C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.438;
  display: block;
}
#trusted_shop_product_reviews .reviews .review .comment_body .comment {
  margin: 10px 0;
  color: #201D1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.438;
}

/* Monrechaud tabs */
#page .product-view #customer-reviews .product-img-box {
  width: 100%;
  float: left;
}

.my-account .title-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  text-align: right;
  margin-bottom: 1.5rem;
}
.my-account .title-buttons h1 {
  flex: 1 0 100%;
  text-align: left;
  margin-right: auto;
  margin-bottom: 0;
}
.my-account .title-buttons a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: max-content;
  border: 2px solid #d7d832;
  border-radius: 2px;
  min-height: 1.25rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
}
.my-account .title-buttons a:hover {
  background-color: #d7d832;
  color: #fff;
}
.my-account .order-details .header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.my-account .order-details .header > h2 {
  width: max-content;
  margin-top: 0;
  margin-bottom: 0;
}
.my-account .order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.my-account .order-actions a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: max-content;
  border: 2px solid #d7d832;
  border-radius: 2px;
  min-height: 1.25rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
}
.my-account .order-actions a:hover {
  background-color: #d7d832;
  color: #fff;
}

.youtube_player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.youtube_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
  bottom: 12px !important;
}

/*# sourceMappingURL=styles.css.map */

/**
 * OpenMage
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
 * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.monrechaud.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
}
.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}
.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.postTitle h3 {
    font-size: 10px;
    margin: 0;
    padding: 2px 0;
}
.postContent {
    padding-bottom: 15px;
    font-size: 13px;
}
.postContent hr {
    margin: 0.6em auto;
}
.postDetails {
    font-size: 12px;
}

.commentWrapper {
    padding-top: 10px;
}
.commentIndent {
    margin-top: 5px;
    margin-left: 20px;
}
.commentContent {
    padding-bottom: 0;
    font-size: 12px;
}
.commentDetails  {
    font-size: 11px;
    padding: 0;
}
.commentReply {
    float: left;
}
.commentPostDetails,
.commentUserDetails {
    float: right;
}
#postComment .group-select {
    margin-top: 15px;
}
#postComment .input-box .required {
    color: #EB340A;
}
#postComment .button-set .required {
    text-align: left;
}
#postComment #inReplyToBox {
    padding-bottom: 8px;
}
#postComment #inReplyToBox #inReplyToName {
    font-weight: bold;
}

.postError {
    font-size: 16px;
}

/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


.gift-card *{box-sizing: border-box;}
.gift-card button *{box-sizing: content-box;}
.gift-card .row {
    margin-right: -10px;
    margin-left: -10px;
}

.gift-card .col-xs-1,.gift-card  .col-xs-2,.gift-card  .col-xs-3,.gift-card  .col-xs-4,.gift-card  .col-xs-5,.gift-card  .col-xs-6,.gift-card  .col-xs-7,.gift-card  .col-xs-8,.gift-card  .col-xs-9,.gift-card  .col-xs-10,.gift-card  .col-xs-11,.gift-card  .col-xs-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 771px) {
    .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 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 981px) {
    .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 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1201px) {
    .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 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.gift-card .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.gift-card .table > thead > tr > th,
.gift-card .table > tbody > tr > th,
.gift-card .table > tfoot > tr > th,
.gift-card .table > thead > tr > td,
.gift-card .table > tbody > tr > td,
.gift-card .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.gift-card .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}
.gift-card .table > caption + thead > tr:first-child > th,
.gift-card .table > colgroup + thead > tr:first-child > th,
.gift-card .table > thead:first-child > tr:first-child > th,
.gift-card .table > caption + thead > tr:first-child > td,
.gift-card .table > colgroup + thead > tr:first-child > td,
.gift-card .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.gift-card .table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.gift-card .table .table {
    background-color: #fff;
}
.gift-card .table-condensed > thead > tr > th,
.gift-card .table-condensed > tbody > tr > th,
.gift-card .table-condensed > tfoot > tr > th,
.gift-card .table-condensed > thead > tr > td,
.gift-card .table-condensed > tbody > tr > td,
.gift-card .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.gift-card .table-bordered {
    border: 1px solid #ddd;
}
.gift-card .table-bordered > thead > tr > th,
.gift-card .table-bordered > tbody > tr > th,
.gift-card .table-bordered > tfoot > tr > th,
.gift-card .table-bordered > thead > tr > td,
.gift-card .table-bordered > tbody > tr > td,
.gift-card .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.gift-card .table-bordered > thead > tr > th,
.gift-card .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.gift-card .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.gift-card .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.gift-card table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.gift-card td[class*="col-"],
.gift-card th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.gift-card .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media only screen and (max-width: 770px) {
    .gift-card .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .gift-card .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;
    }
    .gift-card .table-responsive > .table-bordered {
        border: 0;
    }
    .gift-card .table-responsive > .table-bordered > thead > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > thead > tr > td:first-child,
    .gift-card  .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .gift-card  .table-responsive > .table-bordered > thead > tr > th:last-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .gift-card .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .gift-card  .table-responsive > .table-bordered > thead > tr > td:last-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .gift-card  .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .gift-card  .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}


.gift-card input[type="search"] {
    box-sizing: border-box;
}
.gift-card input[type="radio"],
.gift-card input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.gift-card input[type="file"] {
    display: block;
}
.gift-card input[type="range"] {
    display: block;
    width: 100%;
}
.gift-card select[multiple],
.gift-card select[size] {
    height: auto;
}
.gift-card input[type="file"]:focus,
.gift-card input[type="radio"]:focus,
.gift-card input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.gift-card output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.gift-card .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gift-card .form-control:focus {
    border-color: #66afe9;
    outline:none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.gift-card .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.gift-card .form-control:-ms-input-placeholder {
    color: #999;
}
.gift-card .form-control::-webkit-input-placeholder {
    color: #999;
}
.gift-card .form-control[disabled],
.gift-card .form-control[readonly],

.gift-card textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
.gift-card input[type="date"],
.gift-card input[type="time"],
.gift-card input[type="datetime-local"],
.gift-card input[type="month"] {
    line-height: 1.42857143 \0;
}
.gift-card input[type="date"].input-sm,
.gift-card input[type="time"].input-sm,
.gift-card input[type="datetime-local"].input-sm,
.gift-card input[type="month"].input-sm {
    line-height: 1.5 \0;
}
.gift-card input[type="date"].input-lg,
.gift-card input[type="time"].input-lg,
.gift-card input[type="datetime-local"].input-lg,
.gift-card input[type="month"].input-lg {
    line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
    line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
    line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
    line-height: 1.33;
}
.gift-card .form-group {
    margin-bottom: 10px;
    float:left;
    width:100%;
    text-align: left;
}
.gift-card .radio,
.gift-card .checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gift-card .radio label,
.gift-card .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.gift-card .radio input[type="radio"],
.gift-card .radio-inline input[type="radio"],
.gift-card .checkbox input[type="checkbox"],
.gift-card .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -19px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.gift-card .radio-inline,
.gift-card .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.gift-card .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.gift-card .hide{display:none;}
.gift-card .disabled{
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
.gift-card .text-left {
    text-align: left;
}
.gift-card .text-right {
    text-align: right;
}
.gift-card .text-center {
    text-align: center;
}
.gift-card .text-justify {
    text-align: justify;
}
.gift-card .text-nowrap {
    white-space: nowrap;
}
.gift-card .text-lowercase {
    text-transform: lowercase;
}
.gift-card .text-uppercase {
    text-transform: uppercase;
}
.gift-card .text-capitalize {
    text-transform: capitalize;
}

/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;
}
.input-select.validation-failed
{
    border-color: red;
}

span#giftvoucher_wait{
    color: #222;
}

.giftvoucher-discount-code{
    color: #85be17;
}
.giftvoucher-discount-code button{
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
    cursor: pointer;
}

.giftvoucher-media{
    border: 2px solid #f6f6f6;
}

.giftvoucher-media .giftmedia{
    border-bottom: 2px solid #f6f6f6;
    padding: 7px;
    color: #eb690b;
    font-size: 15px;
}

#giftmedia pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
    overflow: hidden;
    width: 265px;
    position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #111;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
    width: 100%;
    height: 88px;
    clear: both;
    max-width: none;
}

.giftvoucher-product-info #recipient_address{
    width: 325px;
    height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
    width: 100%;
}

#giftvoucher-result{
    font-size: 15px;
}

#giftvoucher-result label{
    width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #ccc;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #bbb;
}
.customer-account-giftcard .account-balance{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
    width: 0;
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #222 !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
    /*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    /*    z-index: 10;*/
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f6f6f6; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 160px;
}
#popup-giftcard{
    position: fixed;
    z-index: 10000;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    text-align: left;
}
#bg-fade{
    background: #000;
    position: absolute;
    z-index: 9999;
    width: 100%;
    min-height: 800px;
    float: left;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

#giftvoucher-view-condition {
    float: left;
    clear:both;
}

#giftvoucher-view-condition:hover {
	text-decoration: none;
}

.calendar{
    z-index: 99999;
}

.calendar .button{
    display: table-cell;
}

/* stee */
.ajax-file-upload-progress {
    width: 95% !important;
}
.ajax-file-upload-green {
    display: none !important;
}
.ajax-file-upload-abort {
    display: none !important;
}
.ajax-file-upload-statusbar {
    width: 88% !important;
}

/****************************Template 02 _ top*************************************/

#giftcard-template-top{
    overflow:hidden;
    max-height: 550px;
    font-size: 14px;
    width: 100%;
    height: 365px;
}
#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
    height: 190px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#giftcard-template-top .giftcard-template-content-temp2{
    padding-top: 0px;
    background-repeat: repeat;
    background-size: 100%
}
.logo-title.logo-title-top {
    padding-left: 15px;
    float: left;
    height: 84px;
}
.logo-title.logo-title-top img{
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    background-position: 15px 0px !important;
}
.name-value-top{
    float: left;
    width: 100%;
    background: url('https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    background-size: 103% 105%;
    margin-top: 55px;
    height: 50px;
    position: absolute;
    bottom: 0;
}
.name-value-top .giftcard-title{
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 48px;
    font-weight: 600;
}
#giftcard-template-top .giftcard-value{
    float: right;
    padding-left: 20px;
    background: url('https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
}
.name-value-top .giftcard-value .giftcard-text-color{
    float: left;
    font-size: 12px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.name-value-top .giftcard-value .giftcard-price-change {
    float: right;
    margin-left: 15px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.name-value-top .value-price span {
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -3px;
}
.name-value-top .giftcard-value .giftcard-price-change .price {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-date-top{
    width: 59%;
    float:left;
    padding-top: 10px;
}
.giftcard-date-top .giftcard-from-to{
    float: left;
    font-size: 16px;
    color: #636363 !important;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-from-to .giftcard-from{
    float: left;
    max-height: 25px;
}
.giftcard-date-top .giftcard-from-to .giftcard-text-color,
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.giftcard-information {
    float: left;
    clear: both;
    width: 342px;
    margin-top: 8px;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-barcode {
    float: right;
    text-align: right;
    padding-right: 15px;
    margin-top: -10px;
}
.giftcard-date-top span.giftcard-barcode img {
    max-width: 100%;
    float: right;
    height: 40px;
}
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    color: orange;
    font-size: 16px
}
.giftcard-date-top .giftcard-to{
    margin-left:0px;
    max-height: 25px;
    float:left;
    clear:both;
}
.giftcard-date-top .giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
}
.name-value-top .value-price{
    float: right;
    line-height: 55px;
}
.giftcard-date-top .giftcard-message{
    padding: 6px;
    padding-bottom: 14px;
    padding-top: 3px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border:1px solid #ccc;
    text-align: left;
}
.barcode-note .giftcard-code{
    float: right;
    margin-right: 15px;
}
.barcode-note .barcode{
    text-align: right;
    float: right;
    width: 158px;
    height: 40px;
}

.barcode-note .barcode img{
    height: 40px;
    max-width: 100%;
    float: right;
}
.giftcard-date-top .giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.barcode-note .giftcard-note{
    margin-top: 5px;
    float: right;
    width: 215px;
    text-align: right;
    overflow: hidden;
    height: 90px;
    position: absolute;
    bottom: 10px;
}
.barcode-note .giftcard-note .giftcard-text-color{
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#timezone_to_send{visibility: visible !important;}
#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}
#giftcard-template-top .giftcard-template-content{
    margin-left:0px;
    padding: 0;
    position: relative;
    width:100%;
    background-size:100% auto !important;
    float: left;
    height: 175px;
}
#giftcard-template-top .giftcard-title-top{
    width:100%;
    position: relative;
}
.hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
#giftcard-template-top .title{width:60% !important;}
#giftcard-template-top .barcode-note{
    width: 230px;
    float: right;
    margin-top: 5px;
    position: relative;
    height: 170px;
}
#giftcard-template-top .giftcard-value-bottom {display: none}

/*---Detail Template 3---*/
#giftcard-template-back .giftcard-template-content{display: none; height: 0px}
.title-value.giftcard-logo-background {
    float: left;
    width: 100%;
    background: url('https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    height: 50px;
    background-size: 100%;
}
.giftcard-logo-background .giftcard-value-color {
    float: right;
    background: url('https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 20px;
    line-height: 48px;
}
.from-to-barcode-background{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.giftcard-change-image-background-popup .giftcard-logo {
    float: left;
    height: 84px;
    margin-left: 15px;
}
.giftcard-change-image-background-popup .giftcard-logo img {
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    float: left;
}
.giftcard-logo-background .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
    font-size: 26px;
    margin-top: 6px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    line-height: 52px;
}

.giftcard-logo-background .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 52px;
    font-weight: 600;
}
.from-to-barcode-background .from-to {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 15px;
}
.from-to-barcode-background .from-to .giftcard-form{
    float: left;
    text-align: left;
    margin-top: 10px;
}
.from-to-barcode-background .from-to .giftcard-to {
    float: left;
    text-align: left;
    clear: both;
}
.from-to-barcode-background span img {
    height: 40px;
    max-width: 100%;
}
.from-to-barcode-background .from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.from-to-barcode-background .from-to .giftcard-style-color{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-box-background .giftcard-text-color.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px;
    color: black !important;
}
.from-to-barcode-background .giftcard-barcode{
    float: right;
    margin-right: 15px;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    font-size: 14px;
    line-height: 30px;
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-note-background{
    float:left;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 30px;
}
.giftcard-note-background .form-note{
    width: 100%;
    margin: 0 auto;
}
.giftcard-note-background .giftcard-text-color{
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}
#giftcard-template-back {width: 100% ;float: left; position: relative}
#giftcard-template-back .giftcard-change-image-background-popup{
    width: 100%;

    top: 0%;
}
.giftcard-box-background .giftcard-text-box {
    background: #fff;
    border-radius: 5px;
    border:1px solid #cccccc;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    vertical-align: middle;
    display: inherit;
    background-size: 100% !important;
    width: 100% !important;
    height: 98px;
    text-align: left;
}
.giftcard-box-background {
    overflow: hidden;
    margin: 0 auto;
    width: 93% !important;
    height: 95px;
    padding: 5px 3%;
    box-sizing: content-box;
    float: left;
}
.from-to-barcode-background .giftcard-number{
    float: right;
    text-align: right;
}
.from-to-barcode-background .giftcard-barcode span.barcode  {
    float: right;
}

/*****template 03 width devices*******/
.giftcard-change-image-background-popup img#img-type-background{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
#giftcard-template-back img#img-type-background{width: 100%}
#giftcard-preview-template img#img-type-background{width: 100%}
#giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
    width: 100% !important;
    top: 0%;
    position: absolute;
}


.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
#close-popup-giftcard {
    background: url('https://www.monrechaud.com/skin/frontend/base/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    overflow:hidden;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px;
    height: 365px;
    display:block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left;
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 10px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;
    height: 90px;
    vertical-align: middle;
    background:#fff;
    margin-top: 10px;
    text-align: left;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px;
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left;
    clear: both;
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;
}
.giftcard-number{
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.giftcard-barcode  .giftcard-style-color{
    font-size: 14px;
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0;
    float: right;
    height: 365px;
    background-repeat: repeat;
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left .giftcard-change-image {
    width:250px;
    background-position:inherit !important;
    background-size: 100% 100% !important;
    height:365px;
    padding-bottom: 0;
    position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
.giftcard-template-content-left .giftcard-logo{
    position: absolute;
    top: 280px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
    margin: 15px 10px 0 15px;
    text-align: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
    float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
    width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}
#giftcard-template-show-images {overflow: hidden;position: relative;height: 60px;}
#giftcard-template-show-images .images-for-slide{
    float:left;
    position: absolute;
    height: 60px;
    left: 0;
}
.giftcard-template-control{
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 27px;
    height: 31px;
    background: url("https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left 1px no-repeat transparent;
    text-decoration: none !important;
    outline: none !important;
}
#giftcard-template-prev{left:0;}
#giftcard-template-next{
    right: 0;
    background: url("https://www.monrechaud.com/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left -41px no-repeat transparent;
}

/***************checkout cart by Sally***************/
.gift-card .discount{display: inline-block;width: 100%;}
.gift-card .discount .form-group label{display: inline;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: -1px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.gift-card .table .col-xs-12 .label{float:left;  margin-bottom: 5px;}
.gift-card .table .col-xs-12 .v-middle{float:left;margin-top: 3px;margin-left: 3px;}
/***********View giftcard*************/
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-email .form-list li{width:100%; float: left;}
/******History balance*******/


.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/
.gift-card .sub-title{
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 5px;
    padding:0;
}
.gift-card label em{
    color: red;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

/***********End Detail Popup Template 3*************/

/******************Send email***************/

.giftvoucher-product-info .giftcard-date-box img {display: inline;vertical-align: middle;}
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.message,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left; padding-bottom: 12px; width: 100% !important;}
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;}
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-left: 0px; float:left}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{margin:5px 0;}
#payment_form_giftvoucher_credit #gift_credit_message{float: left; width: 100%;}
li.giftvoucher-discount-code strong{float:none;}
.giftcard-code-hidden{display:none;}

/* ----- Simple template ------ */
#giftcard-template-simple{
    width:600px;
    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-simple .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-simple .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}
.two-border{
    border-left:1px solid #ddd;
    border-right: 1px solid #ddd;
}
.no-right{border-left:1px solid #ddd;}
.value-price .giftcard-text-color{
    font-size: 36px;
    line-height: 1;
}
.simple-barcode img{
    height: 35px;
    margin:auto;
}
.simple-content-top .simple-logo img{max-height: 100px;max-width:100%;}
#giftcard-template-simple .form-group.giftcard-value,
#giftcard-template-simple .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}
#giftcard-template-simple .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-simple .logo-title{
    padding: 0;
    float: none;
    height: auto;
}
#giftcard-template-simple img{
    display: inline;
    max-height: 90px;
    max-width: 180px;
}
#giftcard-template-simple .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple .simple-content-top .col-xs-4,#giftcard-template-simple .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-simple .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-simple .giftcard-change-image{background-size:100%;}
/* ------ END -------- */

/* ----- Simple template ------ */
#giftcard-template-amazon {
    font-family: Arial,sans-serif;
    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-amazon .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
#giftcard-template-amazon .simple-content-top{margin:0;}
#giftcard-template-amazon  img{margin:auto;}

#giftcard-template-amazon .form-group.giftcard-value,
#giftcard-template-amazon .form-group.giftcard-number{margin:5px 0;}
#giftcard-template-amazon .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-amazon .logo-title{
    padding: 0;
    float: none;
    height: auto;
}

#giftcard-template-amazon .table-middle,
#giftcard-template-amazon .table-top td,
#giftcard-template-amazon .table-middle td table #mainImageContainer{
    width:590px;
}
#giftcard-template-amazon img{
    display: inline;
}
#giftcard-template-amazon .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-amazon .simple-content-top .col-xs-4,#giftcard-template-amazon .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-amazon .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-amazon .giftcard-change-image{background-size:100%;}

.popup-giftcard-amazon .a-popover-wrapper .a-popover-inner{
    background-color: #fff;
}

.popup-giftcard-amazon .a-popover-header {
    position: relative;
    text-align: left;
    background-color: #f6f6f6;
    background: linear-gradient(to bottom,#f6f6f6,#eee);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 0 14px;
    margin: 0;
    z-index: 10;
}

.popup-giftcard-amazon .a-button-close {
    display: block;
    zoom: 1;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    float: right;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -13px 0 0;
    line-height: 8px;
    font-weight: bold;
}

.popup-giftcard-amazon .a-popover-header .a-popover-header-content {
    min-height: 35px;
    line-height: 16px;
    padding: 10px 0 9px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    margin: 0;
    text-transform: none;
    color: #000;
    font-family: Arial,sans-serif;
}

.popup-giftcard-amazon .a-popover-inner {
    padding: 14px 18px;
    text-align: left;
    overflow-y: hidden!important;
    overflow-x: hidden;
}
.popup-giftcard-amazon #gc-preview-modal-wrapper {
    margin: -14px -18px;
}
.popup-giftcard-amazon #gc-preview-wrapper {
    overflow-wrap: break-word;
    word-break: break-all;
    width: 704px;
}

.popup-giftcard-amazon #gc-preview-header-recipient-email-box-wrapper {
    border-bottom: 1px solid #ddd;
}
.popup-giftcard-amazon .a-size-base {
    font-size: 13px!important;
    line-height: 19px!important;
}
.popup-giftcard-amazon .a-color-base {
    color: #111!important;
}

.popup-giftcard-amazon .a-row {
    width: 100%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-column {
    float: none!important;
    display: table-cell!important;
    zoom: 1;
    padding-right: 14px;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span1 {
    width: 8.68%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span10 {
    width: 87.43%;
}

.popup-giftcard-amazon .a-section {
    margin-bottom: 22px;
}

#gc-preview-modal-wrapper,
#gc-preview-template-wrapper,
#gc-preview-wrapper{
    margin: 0;
}
.popup-giftcard-amazon .a-spacing-top-extra-large {
    margin-top: 26px!important;
}

.popup-giftcard-amazon .a-text-bold {
    font-weight: 700!important;
}

.popup-giftcard-amazon .gc-hide {
    display: none;
}
.popup-giftcard-amazon .gc-text-hidden {
    display: none;
}

.popup-giftcard-amazon #gc-preview-template-wrapper {
    background-color: #f6f6f6;
}
.popup-giftcard-amazon #gc-preview-template-wrapper #gc-preview-main-sections{
    background-color: #fff;
}

.popup-giftcard-amazon #gc-preview-wrapper td {
    vertical-align: middle;
}

.popup-giftcard-amazon #gc-preview-wrapper td img{
    display: inline;
    max-width: 100%;
}
.popup-giftcard-amazon{
    width: auto;
    position: absolute !important;
    margin-top: 0;
    font-family: Arial,sans-serif;
    text-rendering: optimizeLegibility;
}
.popup-giftcard-amazon #close-popup-giftcard{
    background: transparent;
    top:0;
    right:0;
    z-index: 10000;
}
.popup-giftcard-amazon #close-popup-giftcard:hover{
    text-decoration: none;
}


#giftcard-template-amazon .giftcard-style-color{
    display: block;
}
.popup-giftcard-amazon .giftcard-style-color{
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    color: #999;
    font-weight: 600;
    display: block;
}

#gift-voucher-code{width:90% !important;}
#giftcard-template-left .giftcard-template-content .hidden-giftcard { height: 65px !important; }
#giftcard-template-left .hidden-content {height: auto}

@media only screen and (max-width:1200px) {
    #gift-voucher-code{width:65% !important;}
}

@media only screen and (max-width:980px) {
    #gift-voucher-code{width:100% !important;}
}

@media only screen and (max-width: 770px) {
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}

@media only screen and (max-width:600px) {
    .buttons-set button{margin-bottom:3px;}
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}

@media only screen and (max-width:480px) {
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    /* .button{padding:5px !important;} */
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
    .giftcard{display:block;}
}

/* 
    Document   : default.css    
    Description:
        Purpose of the stylesheet follows.
*/
.shopbybrand_sidebar .brand-content ul{
    padding:0 10px;
    margin: 0;
}
/* add by Peter */
.shopbybrand_sidebar .brand-content li{
    list-style: none;
}
.shopbybrand_sidebar .brand-content li a{
    text-decoration: none;
    margin-left: 5px;
   /* float: left;*/
}
.shopbybrand_sidebar .brand-content .brands-item{
    margin-bottom: 0;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}
.brands-item{
    margin-bottom: 30px;
    width: 100%;
    clear: left;
    height: 52px;
    display: inline-table;
}
.bestsllerbrand-allview {
    clear: left;
    padding: 10px 5px 10px 10px;
    display: block;
}
.shopbybrand_sidebar .brand-content .brands-item .brand-name{
   /* float: left;*/
    padding-top: 1em;
    text-align: left;
}
.shopbybrand_sidebar .brand-content .brands-item .brand-name:hover{
    text-decoration: underline;
}
li.brands-item img {
    float: left;
    width: 100%;
    max-width: 75px;
    margin-right: 10%;
    border: 1px solid #eee;
}
/* end add by Peter */
.shopbybrand_sidebar .actions a{float:right;}
.shopbybrand .brand-input-search .validation-advice{top:50px;}
.shopbybrand .brand-input-search form{position:relative;}
.brand-right button.button{height:auto  !important;}
/* */
.shopbybrand_sidebar {
    clear: both;
    border: 1px solid #ccc;
}
.shopbybrand_sidebar .brand-content {
    padding: 0;
    margin-top: 0;
    background: #fff
}
.searchbrand {z-index:999}
.shopbybrand_sidebar .shopbybrand-title h1 {
    margin-bottom: 0;
}
.shopbybrand_sidebar .actions{
    padding: 0 10px 10px;
    margin: 0;
}
/**/
/**Best Seller Brand**/
.bestsllerbrand {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    background: #fff;
}
.bestsllerbrand .mini-products-list{
    padding-bottom: 10px;
/*    float: left;*/
    padding: 0 10px;
}
.brand-bestseller-content {
    float: left;
    height: auto;
    width: 100%;
    display: block;
}
.bestsllerbrand .shopbybrand-title h1 {
    font-size: 14px;
    background: url("https://www.monrechaud.com/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") no-repeat -3px -543px;
    background-color:  #eb690b;
}
.brand-bestseller-content li.item {
    display: inline-table;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0;
}
.brand-bestseller-content li.item.last{
    border-bottom: none;
}
.brand-bestseller-content li.item .product-name a{
    text-decoration: none;
    color: #a6ce38;
    text-transform: none;
}
.brand-bestseller-content li.item .product-name a:hover{
    text-decoration: underline;
}
.brand-bestseller-content li.item p.product-name{
    padding-top: 0px;
}
.brand-category-content ul lo {
    padding-right: 0px;
    padding-left: 0px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-12-2014, 09:10:30
    Author     : Sally
*/

.shopbybrand-title h1{
    color:#fff;
    font-size: 16px;
    background-color:  #a6ce38;
    background: url("https://www.monrechaud.com/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") no-repeat -3px -594px;
    font-weight: 700;
    padding: 7px 0px 7px 50px;
    text-transform: capitalize;
    font-family: inherit;
    margin-top: 0;
}

#filterbar #brand_search_box input[type=text]{
    width: 100%;
    height: 38px;
    background-image: url("https://www.monrechaud.com/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") ;
    background-repeat: no-repeat ;
    background-position: 0px -197px;
    padding-left: 40px;
    box-sizing: border-box;
    max-width: 370px;
    float: right;
    margin-top: 2px;
    font-size: 13px;
    
}
.sidebar #brand_search_box input[type=text]{
     width: 100%;
    height: 38px;
    background-image: url("https://www.monrechaud.com/skin/frontend/base/default/css/shopbybrand/templates/default/images/image-icon.png") ;
    background-repeat: no-repeat ;
    background-position: 0px -57px;
    padding-left: 40px;
    box-sizing: border-box;
    max-width: 370px;
    float: right;
    margin-top: 2px;
    font-size: 13px;
}

.shopbybrand-index-index a:focus{
    outline: none;
}
.shopbybrand-index-index :focus{
    outline: none;
}
.shopbybrand-list .brands .brandslist .brand-begin-label strong{
    float: left;
    width: 37px;
    height: 37px;
    margin-bottom: 5px;
    line-height: 36px;
    text-align: center;
    background: #a6ce38;
    color: #fff;
}
.brandscategories strong{
    float: left;
    padding-top: 10px;
}
.shopbybrand-index-index .col .list_1{
    text-align: center;
    float: left;
    margin: 1.89%;
}
.footer .block-subscribe .input-box{
    border:1px solid #ccc;
}

.shopbybrand-list .brand-child li.child-cat a{
    padding-left: 10%;
}

/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  
  
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}




input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}




.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 771px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 981px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1201px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}





label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}



input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #666;
  outline: 0;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}


.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}




.searchindex-results {
  zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #eee, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eee, #ffffff);
  background-image: -o-linear-gradient(top, #eee, #ffffff);
  background-image: linear-gradient(to bottom, #eee, #ffffff);
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #eee, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eee, #ffffff);
  background-image: -o-linear-gradient(top, #eee, #ffffff);
  background-image: linear-gradient(to bottom, #eee, #ffffff);
  background-repeat: repeat-x;
  cursor: default;
  border: 1px solid #aaa;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #222;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #222;
}
.searchindex-highlight {
  background-color: #FFDD15;
}


#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel { z-index: 1; top: 15px; right: 15px; }
/* #tarteaucitronRoot #tarteaucitron #tarteaucitronServices { height: auto !important; max-height: 600px; }  */
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine { margin: 0; }
/* #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button { color: #333333; } */
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronDetails { background-color: #333333; }
#tarteaucitronRoot #tarteaucitronAlertSmall { background-color: #333333; }
#tarteaucitronRoot #tarteaucitronAlertSmall #tarteaucitronCookiesNumber { background-color: rgba(255, 255, 255, 0.2); }

#tarteaucitron h3 { text-transform: none; }


#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 12px;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:13px;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 18%; /* for 5 columns*/
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background: #f1f1f1;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
div.menu.active a {
    background: #f1f1f1 !important;
    color: #000 !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Segoe UI";
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #fff;
}
div.menu a:hover, div.menu.active a {
    color: #000;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
    background: #d3d3d3;
}
a.level2:hover {
    color: #000;
    background: #d3d3d3;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}

.wc-overlay{position:absolute;display:none;opacity:0.9;z-index:99999;background:white url('https://www.monrechaud.com/skin/frontend/base/default/webcooking/images/ajax-loader.gif') center 5% no-repeat;}
    /**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* Overlay */
.fr-overlay {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  zoom: 1;
  overlay: hidden;
}
.fr-overlay-background {
  background: #000;
  filter: alpha(opacity=90);
  opacity: .9;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Window */
.fr-window {
  z-index: 100000;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

/* z-index */
.fr-ui-outside .fr-info { z-index: 100001; }

/* Loading icon */
.fr-loading {
  z-index: 100001;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  overflow: visible;
}
.fr-loading-offset {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fr-loading-background, .fr-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-loading-background {
  background: #0d0d0d url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/loading.gif') 50% 50% no-repeat;
  opacity: .8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(80,80,80,.2);
}
.fr-loading-icon { display: none; }


/* Bubble (holds everything) */
.fr-bubble {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Fonts */
.fr-ui,
.fr-info { 
  font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
}

/* Frames / UI */
.fr-frames {
  height: 100%;
  width: 100%;
  position: absolute;
  display:inline;
  top: 0;
  left: 0;
  overflow: hidden;
}
.fr-frames-move {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-frame, .fr-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fr-frame-touch {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}

.fr-window *:not(.fr-caption)::selection,
.fr-window *:not(.fr-caption)::-moz-selection,
.fr-window *:not(.fr-caption)::-webkit-selection {
  background: transparent;
}

.fr-mobile-touch-enabled .fr-frame .fr-box {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-frame-touch .fr-box {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-mobile-touch-enabled .fr-ui,
.fr-mobile-touch-enabled .fr-ui-spacer,
.fr-mobile-touch-enabled .fr-ui-wrapper,
.fr-mobile-touch-enabled .fr-ui-padder,
.fr-mobile-touch-enabled .fr-ui-toggle,
.fr-mobile-touch-enabled .fr-ui-outer-border,
.fr-mobile-touch-enabled .fr-side { pointer-events: none; }


/* Content */
.fr-box { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.fr-box-has-ui-outside { overflow: hidden; }
.fr-box-spacer, .fr-ui-spacer {
  position: absolute; 
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fr-box-wrapper, .fr-ui-wrapper {
  position: relative;
  background: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/blank.gif');
  overflow: hidden;
}

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/blank.gif');
}

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
}
.fr-ui-padder { zoom: 1; }

.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
  position: relative;
  float: left;
  display: inline;
  zoom: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fr-box-wrapper { background: #101010; }

.fr-ui-wrapper-outside {
  float: left;
  height: 100%;
  width: 100%;
}

/* outer-border */
.fr-box-outer-border,
.fr-ui-outer-border {
  position: relative;
  float: left;
  display: inline;
  height: 100%;
  width: 100%;
  zoom: 1;
}
/* IE < 8 has a bug where dimensions are ignored without a border */
.fr-ltIE9 .fr-box-outer-border,
.fr-ltIE9 .fr-ui-outer-border { border: 0px solid transparent; }  

.fr-content {
  height: 100%;
  width: 100%;
  zoom:1;
  *display:inline;
  margin: 0;
  padding: 0;
}

.fr-content-image {
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: optimizeQuality;
  max-width: none;
}

.fr-content-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fr-download-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-user-drag: element;
  user-drag: element;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
}

/* onClick inside ui-outside */
.fr-onclick-side {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(https://www.monrechaud.com/skin/frontend/aventure/monrechaud/css/skins/blank.gif);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.fr-onclick-side img { cursor: pointer; }
.fr-onclick-previous { left: 0; }
.fr-onclick-next { right: 0; }

.fr-side {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/blank.gif') 0 0 repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1;
}
.fr-side-disabled { cursor: default; }

.fr-side-button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  pointer-events: auto;
}
.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
}

.fr-side-previous { left: 0; width: 50%; }
.fr-side-next { right: 0; width: 50%;}

.fr-side-previous .fr-side-button { left: 0; }
.fr-side-next .fr-side-button { right: 0; }


/* sides (UI outside), smaller area */
.fr-ui-outside .fr-side {
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px;
}
.fr-ui-outside .fr-side-button { margin-top: 0; top: 0; }
 
 
/*
 * Info 
 */
.fr-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #efefef;
  pointer-events: auto;
}
.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}
.fr-info-outside .fr-info-background { background: #0d0d0d; filter: none; opacity: 1; }


.fr-info-padder {
  padding: 12px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}
.fr-caption {
  position: relative;
  filter: alpha(opacity=99);
  opacity: .99;
  width: auto;
  word-wrap: no-wrap;
}
.fr-position-text { position: relative; }

/* UI inside */
.fr-has-position .fr-info-inside .fr-caption { margin-right: 75px; }
.fr-info-inside .fr-position {
  filter: alpha(opacity=99);
  opacity: .99;
  position: relative;
  text-align: right;
  word-wrap: no-wrap;
  line-height: 21px;
  color: #b3b3b3;
  float: right;
  width: 75px;
}
.fr-no-caption .fr-info-inside .fr-position {
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
  filter: alpha(opacity=99);
}

.fr-info-inside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-no-caption .fr-info-inside .fr-position-background {
  border-radius: 12px;
  background: #101010;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-info-inside .fr-position-text { position: relative; }
.fr-no-caption .fr-info-inside .fr-position-text {
  float: left;
  height: 13px;
  line-height: 13px;
  padding: 6px 10px;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

/* hide the position on small screens */
@media all and (max-width: 568px) and (max-height: 320px),
       all and (max-width: 320px) and (max-height: 568px) {
  .fr-has-position .fr-info-inside .fr-caption { margin-right: 0; }
	.fr-position { display: none !important; }

	/* smaller side buttons */
  .fr-ui-outside .fr-side {
    width: 54px;
    height: 50px;
    margin-top: -25px;
  }
  .fr-side-button {
    width: 40px;
    height: 50px;
    margin: 0 6px;
    margin-top: -25px;
  }
}


/* UI outside */
.fr-ui-outside .fr-position {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline;
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
}
.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1e1e1e;
  border: 1px solid rgba(180,180,180,.2);
}
.fr-ui-outside .fr-position-text {
  position: relative;
  float: left;
  width: auto;
  text-align: right;
  word-wrap: no-wrap;
  color: #b3b3b3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: no-wrap;
  padding: 6px 10px;
  height: 13px;
  line-height: 13px;
  
}

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Info without caption */
.fr-no-caption .fr-info-outside { display: none; } 
.fr-no-caption .fr-info-padder { pointer-events: none; }
.fr-no-caption .fr-info-background { pointer-events: none; opacity: 0; filter: none; display: none;}


/* 1/5 */
.fr-no-caption .fr-position-text,
.fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

/* outside position */
.fr-ui-outside .fr-position {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
}



/* IE 7 */
.fr-ltIE8 .fr-info * { zoom: 1;  filter: alpha(opacity=99);   }
.fr-ltIE8 .fr-box * { zoom: 1; filter: alpha(opacity=99); }

/* Info (UI outside) */
.fr-info-outside { bottom: auto; }
.fr-no-caption .fr-info-outside .fr-info-padder { padding: 10px 5px; }
.fr-ui-outside .fr-no-caption .fr-position { margin: 0; }

/* X */
.fr-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px;
  width: 47px;
  height: 47px;
  cursor: pointer;
  pointer-events: auto;
}

.fr-close-background {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 47px;
  width: 47px;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #282828;
  cursor: pointer;
}
.fr-close:hover .fr-close-background { background-color: #333; }

.fr-ui-outside .fr-close-background { background-color: #363636; }
.fr-ui-outside .fr-close:hover .fr-close-background { background-color: #434343; }

.fr-close-icon {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}


/*
 * Thumbnails
 */ 
.fr-thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9%;
  min-height: 40px;
  max-height: 120px;
  height: 9%;
  padding: 20px 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  zoom: 1;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  padding: 20px 0;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.fr-ltIE9 .fr-thumbnails-thumbs {
  overflow: hidden;
}
.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail {
  position: relative;
  width: 30px;
  height: 100%;
  float: left;
  margin: 0 10px;
  display: inline;
  zoom: 1;
  cursor: pointer;
}
.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden; /* IE6 */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline; /* IE6 */
  z-index: 0; /* IE8 */
}

.lv_thumbnail_icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background-position: 99px 99px;
  background-repeat: no-repeat;
  display: block !important;
}

.fr-thumbnail-overlay { cursor: pointer; }
.fr-thumbnail-active .fr-thumbnail-overlay { cursor: default; }
.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-thumbnail-overlay-border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
  
}
.fr-thumbnail img {
	position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none;
}
.fr-thumbnail:hover img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=99);
  opacity: .99;
}
.fr-thumbnail-active img,
.fr-thumbnail-active:hover img  {
  filter: alpha(opacity=35);
  opacity: .35;
}
.fr-thumbnail-active { cursor: default;  }

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-thumbnail-loading-background {
  background-color: #101010;
  background-image: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/loading.gif');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}
/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon { display: none; }


/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.fr-thumbnails-side-previous { margin-left: 20px; }
.fr-thumbnails-side-next { margin-right: 20px; }

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px; 
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background { background-color: #3b3b3b; }

.fr-thumbnails-side-button-disabled * { cursor: default; }
.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background { background-color: #333; }

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
}


/* Touch Captions */
.fr-touch {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -43px;
}
.fr-touch-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.fr-touch-overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.fr-touch-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}


.fr-touch-info {
  float: left;
  position: relative;
  clear: both;
  padding-right: 71px;
  color: #efefef;
}
.fr-touch-info-padder {
  float: left;
  padding: 11px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}
.fr-touch-caption-wrapper {
  float: left;
  clear: both;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  height: 21px; /* same as line-height */
  width: 100%;
  overflow: hidden;
}
.fr-touch-caption {
  float: left;
}

.fr-touch-overflow .fr-touch-caption-wrapper {
  overflow: visible;
  height: auto;
}


/* buttons */
.fr-touch-button {
  padding: 10px 4px;
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
.fr-touch-button .fr-touch-button-background {
  position: absolute;
  top: 10px;
  left: 4px;
  height: 23px;
  width: 23px; 
}
.fr-touch-button .fr-touch-button-background { background-color: #303030; }
.fr-touch-button:hover .fr-touch-button-background { background-color: #404040; }

.fr-touch-button-icon {
  float: left;
  position: relative;
  width: 23px;
  height: 23px;
}
/* x */
.fr-touch-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 11px;
}

/* ... */
.fr-touch-more {
  position: absolute;
  top: 0;
  right: 38px;
  display: none;
}
.fr-touch-padded .fr-touch-more {
  display: block;
}


/* we can improve things on browsers that support media queries */
@media all and (min-height: 0px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper { padding: 10px 0; }
  .fr-thumbnail,
  .fr-thumbnails-side { margin: 0 4px; }
  .fr-thumbnails-side-previous { margin-left: 8px; }
  .fr-thumbnails-side-next { margin-right: 8px; }
  .fr-thumbnail-loading-background { background-image: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/loading-small.gif'); }
}
@media all and (min-height: 200px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper { padding: 12px 0; }
  .fr-thumbnail,
  .fr-thumbnails-side { margin: 0 6px; }
  .fr-thumbnails-side-previous { margin-left: 12px; }
  .fr-thumbnails-side-next { margin-right: 12px; }
}

@media all and (min-height: 350px) {
  .fr-thumbnail-loading-background { background-image: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/loading-medium.gif'); }
}

@media all and (min-height: 500px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper { padding: 14px 0; }
  .fr-thumbnail,
  .fr-thumbnails-side { margin: 0 7px; }
  .fr-thumbnails-side-previous { margin-left: 14px; }
  .fr-thumbnails-side-next { margin-right: 14px; }
}

@media all and (min-height: 700px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper { padding: 20px 0; }
  .fr-thumbnail,
  .fr-thumbnails-side { margin: 0 10px; }
  .fr-thumbnails-side-previous { margin-left: 20px; }
  .fr-thumbnails-side-next { margin-right: 20px; }
  .fr-thumbnail-loading-background { background-image: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/loading.gif'); }
}

/* IE specific resets */
.fr-ltIE8 * { zoom: 1; z-index: 1;}
.fr-ltIE9 .fr-content-image-overlay,
.fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background { border: 0; }



/*
 * ===== Skin: Fresco ===== 
 */
/* Sprite */
.fr-window-fresco .fr-side-button-icon,
.fr-window-fresco .fr-close-icon,
.fr-window-fresco .fr-touch-close .fr-touch-button-icon,
.fr-window-fresco .fr-touch-more .fr-touch-button-icon,
.fr-window-fresco .fr-thumbnails-side-button-icon {
  background-image: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/fresco/sprite.png');
}
/* High-res sprite */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  .fr-window-fresco .fr-side-button-icon,
  .fr-window-fresco .fr-close-icon,
  .fr-window-fresco .fr-touch-close .fr-touch-button-icon,
  .fr-window-fresco .fr-touch-more .fr-touch-button-icon,
  .fr-window-fresco .fr-side-button-icon {
    background-image: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/fresco/sprite@x2.png');
    background-size: 500px 500px; /* downscaled 50%, size of original sprite */
  }
}

.fr-window-fresco .fr-box-outer-border { box-shadow: 0 0 5px rgba(0,0,0,.4); }
/* outer-border instead of inner-border example (box and ui px should be the same) */ 
/*
.fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; }
.fr-window-fresco .fr-ui-outer-border { padding: 10px; }
.fr-window-fresco .fr-content-image-overlay { border-width: 0; }
*/

.fr-window-fresco .fr-box-wrapper {
  background: #101010;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-fresco .fr-content-image-overlay { 
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, .08);
}
/* remove bottom border if the image has a caption, or add it when it has a caption */
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay { border-bottom-width: 0px; }
.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay { border-bottom-width: 1px; }

.fr-window-fresco .fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
  border: 1px solid rgba(180,180,180,.15);
}
.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
  border: 1px solid rgba(68,68,68,.1);
  border-top-width: 0;
}
.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
  border: 1px solid rgba(80,80,80,.25);
  border-top-width: 0;
}

.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1);  }


/* < > */
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -14px; }
.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -14px; }

.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }

/* disabled state (IE < 9) */
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }
.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }

/* < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }
.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .5;
}
.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon,
.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon { 
  opacity: 1;
}
/* < > transition (IE < 9) */
.fr-ltIE9 .fr-frame .fr-side-previous .fr-side-button-active .fr-side-button-icon { background-position: -13px -114px; }
.fr-ltIE9 .fr-frame .fr-side-next .fr-side-button-active .fr-side-button-icon { background-position: -93px -114px; }


/* disabled side */
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon { opacity: .2; }
/* on the inside we hide disabled sides */
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { background-image: none; }


/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px),
       all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -300px; }
  .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -300px; }

  .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
  .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }

  .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }
}

/* X */
.fr-window-fresco .fr-close .fr-close-icon { background-position: -169px -9px;}
.fr-window-fresco .fr-close:hover .fr-close-icon { background-position: -210px -9px; }

/* X transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
  background-position: -210px -9px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}
.fr-window-fresco .fr-close:hover .fr-close-icon  { opacity: 1; }

/* Thumbnails */
.fr-window-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }
.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
}
.fr-window-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, .08); /* should remain rgba */
}
/* no inner border on active thumbnail */
.fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-thumbnail-active:hover .fr-thumbnail-overlay-border { border: 0px; }

/* Thumbnails < > */
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -160px -41px;}
.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -202px -41px; }
.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -160px -83px;}
.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -202px -83px; }

/* Thumbnails < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -160px -41px; }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -202px -83px; }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon { opacity: 1; }

/* lower opacity on disabled states */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled { opacity: .5; }

/* lower opacity IE < 9 using images */
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { 
  background-position: -244px -41px;
}
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { 
  background-position: -244px -83px;
}
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background { 
  filter: alpha(opacity=50);
}

/* Touch caption */
/* background */
.fr-window-fresco .fr-touch-background {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 -1px 3px rgba(0,0,0, .3);
}

/* smaller text on mobile devices */
@media all and (max-width: 568px) and (max-height: 320px),
       all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-touch-caption-wrapper { font-size: 12px; }
}

/* x */
.fr-window-fresco .fr-touch-close .fr-touch-button-icon { background-position: -169px -9px; }
.fr-window-fresco .fr-touch-close:hover .fr-touch-button-icon { background-position: -210px -9px; }

/* x transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon {
  background-position: -210px -9px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}
.fr-window-fresco .fr-touch-close .fr-touch-button-icon  { opacity: 1; }

/* ... */
.fr-window-fresco .fr-touch-more .fr-touch-button-icon { background-position: -169px -134px;  }
.fr-window-fresco .fr-touch-more:hover .fr-touch-button-icon { background-position: -210px -134px;  }
/* ... transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-more .fr-touch-button-icon {
  background-position: -210px -134px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}
.fr-window-fresco .fr-touch-more .fr-touch-button-icon  { opacity: 1; }


/* ... \/ */
.fr-window-fresco .fr-touch-less .fr-touch-button-icon { background-position: -169px -175px;  }
.fr-window-fresco .fr-touch-less:hover .fr-touch-button-icon { background-position: -210px -175px;  }
/* ... \/ transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-less .fr-touch-button-icon {
  background-position: -210px -175px;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}
.fr-window-fresco .fr-touch-less .fr-touch-button-icon  { opacity: 1; }



/*
 * ===== Skin: IE6 (always used there as a fallback) ===== 
 */
.fr-window-IE6 * { zoom: 1; }

/* Sprite */
.fr-window-IE6 .fr-side-button-icon,
.fr-window-IE6 .fr-close-icon,
.fr-window-IE6 .fr-thumbnails-side-button-icon {
  background-image: url('https://www.monrechaud.com/skin/frontend/aventure/monrechaud/images/skins/IE6/sprite.png');
}

/* < > */
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }

/* disabled */
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }
.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }
.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { display: none; }


/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px),
       all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
  .fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }

  .fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
  .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: 0px -400px; }
  .fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
  .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -40px -400px; }
}


/* X */
.fr-window-IE6 .fr-close .fr-close-icon { background-position: -169px -9px;}
.fr-window-IE6 .fr-close:hover .fr-close-icon { background-position: -210px -9px; }

.fr-window-IE6 .fr-info { filter: alpha(opacity=99);  }
.fr-window-IE6 .fr-ui-outside .fr-info { background: #000; }
.fr-window-IE6 .fr-close-icon { background-color: #232323; }
.fr-window-IE6 .fr-close .fr-close-background { display: none; }

.fr-window-IE6 .fr-info-background { display: none; }
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info,
.fr-window-IE6 .fr-info-outside { background: #0d0d0d; }


.fr-window-IE6 .fr-position { background: #101010; }
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position { background: none; }
.fr-window-IE6 .fr-position .fr-position-background { display: none; }

/* Question List */
.aw-pq2-list__button_position_right {
    float: right;
}

.aw-pq2-question-form__wrapper {
    padding: 10px;
    border: thin solid #eee;
    background-color: #f6f6f6;
}

.aw-pq2-list__please-login-note {
    float: right;
}

.aw-pq2-list__no-questions {
    font-style: italic;
}

.aw-pq2-list__question-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.aw-pq2-list__question-wrapper {
    position: relative;
}

.aw-pq2-list__question-expand {
    float: left;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.aw-pq2-list__question-expand_arrow_right {
    background: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/expand-closed.png) no-repeat center center;;
}

.aw-pq2-list__question-expand_arrow_down {
    background: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/expand-open.png) no-repeat center center;;
}

.aw-pq2-list__question {
    display: inline-block;
    max-width: 80%;
    margin-left: 5px;
}

.aw-pq2-list__question-content {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.aw-pq2-list__question-date {
    color: #999;
    font-size: 10px;
    margin-left: -27px;
}

.aw-pq2-list__helpfulness {
    display: inline-block;
    position: absolute;
    right: 0;
}

.aw-pq2-list__question-item_hidden {
    display: none;
}

.aw-pq2-list__question-action-bar {
    line-height: 22px;
    margin-bottom: 0;
}

.aw-pq2-list__next-question-wrapper {

}

.aw-pq2-list__next-question {
    text-align: center;
}

/* Answer List */

.aw-pq2-list__answer-list {
    margin-left: 50px;
}

.aw-pq2-list__no-answers {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
}

.aw-pq2-list__answer-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.aw-pq2-list__answer-item_hidden {
    display: none;
}

.aw-pq2-list__answer-item_type_admin {

}

.aw-pq2-list__answer-wrapper {
    position: relative;
}

.aw-pq2-list__answer {
    display: inline-block;
    max-width: 80%;
}

.aw-pq2-list__answer-content {}

.aw-pq2-list__answer-date {
    color: #999;
    font-size: 10px;
}

.aw-pq2-list__admin-name {
    color: #444;
    font-weight: bold;
}

.aw-pq2-list__answer-action-bar {
    line-height: 22px;
    margin-bottom: 10px;
}

/* Form */
.aw-pq2-form__field-wrapper {
    margin-bottom: 10px;
}

.aw-pq2-form__field {
    width: 50%;
    display: table;
}

.aw-pq2-form__field_size_wide {
    width: 100%;
}

.aw-pq2-form__field_position_left {
    float: left;
}

.aw-pq2-form__field_position_right {
    float: right;
}

.aw-pq2-form__field-clear {
    clear: both;
}

.aw-pq2-form__label-box {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 5px;
}

.aw-pq2-form__label-box_type_popup {
    display: block;
}

.aw-pq2-form__input-box {
    display: table-cell;
}

.aw-pq2-form__input-box_type_popup {
    display: block;
}

.aw-pq2-form__input-box_offset_right {
    padding-right: 15px;
}

.aw-pq2-form__input {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.aw-pq2-form__textarea {
    width: 100%;
    height: 100px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    resize: vertical;
}

.aw-pq2-form__label {
    color: #666;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.aw-pq2-form__label_indent_left {
    margin-left: 5px;;
}

.aw-pq2-form__label__asterisk {
    font-style: normal;
    color: #cd4232;
    margin-left: 2px;
}

.aw-pq2-form__button-set {
    padding-top: 5px;
}

.aw-pq2-list__add-answer-button-wrapper {

}

.aw-pq2-list__next-answer-wrapper {

}

.aw-pq2-list__next-answer {
    text-align: center;
}

.aw-pq2-form__field-checkbox {
    padding-bottom: 5px;
}

.aw-pq2-form__button_position_left {
    float: left;
}

.aw-pq2-form__note-wrapper {
    float: left;
    margin-left: 5px;
}

.aw-pq2-form__button-note {
    line-height: 21px;
    margin-bottom: 0;
    text-align: left;
}

.aw-pq2-form__button-note_size_small {
    font-size: 10px;
    line-height: 11px;
}
.aw-pq2-form__points{
    color: green;
    text-align: center;
}

/* Helpfulness */
.aw-pq2-list__helpfulness-layout {
    display: table;
}

.aw-pq2-list__helpfulness-layout-unit {
    display: table-cell;
    vertical-align: middle;
}

.aw-pq2-list__helpfulness-layout-unit_position_center {
    padding: 0 5px;
    width: 40px;
    text-align: center;
}

.aw-pq2-list__helpfulness-value {
    font-weight: bold;
    font-size: 15px;
}

.aw-pq2-list__helpfulness-progress {
    display: block;
    height: 23px;
    background: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/progress.gif) no-repeat center center;
}

.aw-pq2-list__helpfulness-icon {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.aw-pq2-list__helpfulness-icon_dislike {
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_dislike.png);
}
.aw-pq2-list__helpfulness-icon_dislike.aw-pq2-list__helpfulness-icon_state_disabled{
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_dislike.png)!important;
    cursor: default!important;
}

.aw-pq2-list__helpfulness-icon_dislike_voted {
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_dislike_active.png);
}

.aw-pq2-list__helpfulness-icon_dislike:hover {
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_dislike_active.png);
}

.aw-pq2-list__helpfulness-icon_like {
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_like.png);
}
.aw-pq2-list__helpfulness-icon_like.aw-pq2-list__helpfulness-icon_state_disabled{
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_like.png)!important;
    cursor: default!important;
}

.aw-pq2-list__helpfulness-icon_like_voted {
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_like_active.png);
}

.aw-pq2-list__helpfulness-icon_like:hover {
    background-image: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/icon_like_active.png);
}

/* POPUP */
.aw-pq2-answer-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
    z-index: 100;
}

.aw-pq2-answer-popup {
    width: 500px;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    padding: 20px;
    border: 1px #999999 solid;
    background-color: #ffffff;
    text-align: left;
}

.aw-pq2-answer-popup__salutation {
    text-align: center;
}

.aw-pq2-answer-popup__question-wrapper {
    text-align: justify;
    font-size: 14px;
}

.aw-pq2-answer-popup__label {
    color: #666;
    font-weight: bold;
}

.aw-pq2-answer-popup__close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(https://www.monrechaud.com/skin/frontend/base/default/aw_pq2/image/close-popup.png);
    cursor: pointer;
}

/* SORTER */
.aw-pq2-question-sort.pager {
    color: #2f2f2f;
}

.aw-pq2-question-sort.pager .limiter img {
    margin-left:5px;
    vertical-align:middle;
}

.aw-pq2-overlay {
    background: no-repeat center center;
    position: absolute;
    z-index: 9999;
}

