html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }


html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block; }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address styling not present in IE 8/9.
*/
[hidden] {
  display: none; }

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font size within `section` and `article` contexts in
* Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em; }

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0; }

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0; }

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

/* Vars ================================================================================= */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

:focus {
  outline: 0; }

html {
  height: 100%;
  /* Site is as tall as device. */ }

body {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWVlZSIvPjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0eeee), color-stop(44%, #ffffff));
  background-image: -moz-linear-gradient(#f0eeee, #ffffff 44%);
  background-image: -webkit-linear-gradient(#f0eeee, #ffffff 44%);
  background-image: linear-gradient(#f0eeee, #ffffff 44%);
  background-repeat: repeat-x;
  outline: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  color: #6c6c6c;
  min-height: 100%;
  overflow-x: hidden; }
  body a {
    text-decoration: none;
    outline: 0 !important; }
    body a:focus, body a:hover {
      color: inherit;
      text-decoration: none; }

.container {
  height: 100%; }

/* Styles ================================================================================= */
body {
  background: #f0eeee; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 970px; } }

.aleft {
  text-align: left; }

.aright {
  text-align: left; }

.acenter {
  text-align: center; }

.dib {
  display: inline-block; }

.main-container {
  background: #fff; }

.inner-page {
  margin-top: 20px; }

.main-print-content {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
  line-height: 22px; }
  .main-print-content h1 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #434343;
    padding-bottom: 17px;
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 20px;
    display: block; }
    .main-print-content h1.no-border {
      border-bottom: none;
      padding-bottom: 0; }
  .main-print-content h2 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px; }
  .main-print-content pre {
    background: #f2f1f1;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .main-print-content p {
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    line-height: 20px;
    color: #5b5b5b; }
  .main-print-content table {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    border-collapse: collapse; }
    .main-print-content table th, .main-print-content table td {
      border: solid 1px #1d1d1b; }
  .main-print-content ul {
    list-style-type: disc;
    padding-left: 15px;
    margin: 15px 0; }
    .main-print-content ul li {
      margin-bottom: 7px;
      -webkit-font-smoothing: antialiased;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      text-transform: none;
      font-size: 14px;
      line-height: 14px;
      line-height: 18px; }
  .main-print-content em {
    font-style: italic; }
  .main-print-content a {
    color: #97bf0d;
    text-decoration: underline; }
    .main-print-content a:hover {
      color: #97bf0d; }
  .main-print-content img {
    max-width: 100% !important;
    height: auto; }
  .main-print-content .blog-main-image {
    margin-bottom: 30px; }
  .main-print-content .bloc-title {
    padding-bottom: 17px;
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 60px;
    overflow: hidden; }
    .main-print-content .bloc-title .title {
      float: left; }
    .main-print-content .bloc-title h1 {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0;
      width: 390px; }
    .main-print-content .bloc-title small {
      font-size: 14px;
      font-style: normal;
      color: #363434;
      margin-top: 3px;
      display: block; }
    .main-print-content .bloc-title a.back {
      -webkit-font-smoothing: antialiased;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      margin-top: 8px;
      float: right;
      text-decoration: underline;
      color: #97bf0d; }

.logo {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px; }

#map {
  width: 100%;
  height: 280px;
  display: block; }

.quick-actions {
  position: absolute;
  right: 0;
  top: 5px; }
  .quick-actions a {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    line-height: 15px;
    color: #97bf0d;
    text-decoration: underline;
    padding-left: 23px;
    display: inline-block;
    margin-right: 20px; }
    .quick-actions a.print {
      background-image: url('../images/sprites/elements-s5e728cb5ea.png');
      background-position: 0 -1020px;
      background-repeat: no-repeat;
      background-position: 0 -1020px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .quick-actions a.print {
          background-image: url('../images/sprites-retina/elements-sfa5a21ec41.png');
          background-position: 0 -778px;
          -moz-background-size: 181px auto;
          -o-background-size: 181px auto;
          -webkit-background-size: 181px auto;
          background-size: 181px auto; } }
    .quick-actions a:hover {
      text-decoration: none; }

.center-view div.ctitle {
  display: block;
  overflow: hidden; }
  .center-view div.ctitle h1 {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    color: #1d1d1b;
    display: inline-block;
    float: left;
    margin-right: 5px; }
  .center-view div.ctitle a.back-list {
    float: right;
    padding-top: 8px;
    color: #97bf0d;
    text-decoration: underline;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px; }
.center-view h5 {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px; }
.center-view .quick-reviews {
  margin-bottom: 18px;
  overflow: hidden; }
  .center-view .quick-reviews .rating {
    float: left; }
    .center-view .quick-reviews .rating .star-full {
      display: block;
      text-indent: -10000px;
      height: 17px;
      width: 17px;
      background-image: url('../images/sprites/elements-s5e728cb5ea.png');
      background-position: 0 -2154px;
      background-repeat: no-repeat;
      background-position: 0 -2154px;
      float: left;
      margin-right: 4px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .center-view .quick-reviews .rating .star-full {
          background-image: url('../images/sprites-retina/elements-sfa5a21ec41.png');
          background-position: 0 -1626.5px;
          -moz-background-size: 181px auto;
          -o-background-size: 181px auto;
          -webkit-background-size: 181px auto;
          background-size: 181px auto; } }
    .center-view .quick-reviews .rating .star-empty {
      display: block;
      text-indent: -10000px;
      height: 17px;
      width: 17px;
      background-image: url('../images/sprites/elements-s5e728cb5ea.png');
      background-position: 0 -2107px;
      background-repeat: no-repeat;
      background-position: 0 -2107px;
      float: left;
      margin-right: 4px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .center-view .quick-reviews .rating .star-empty {
          background-image: url('../images/sprites-retina/elements-sfa5a21ec41.png');
          background-position: 0 -1594.5px;
          -moz-background-size: 181px auto;
          -o-background-size: 181px auto;
          -webkit-background-size: 181px auto;
          background-size: 181px auto; } }
  .center-view .quick-reviews .detail-rating {
    float: left;
    margin-left: 12px;
    color: #434343;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    line-height: 17px; }
    .center-view .quick-reviews .detail-rating .note {
      font-style: uppercase;
      font-weight: 600;
      margin-right: 15px;
      display: inline-block; }
    .center-view .quick-reviews .detail-rating a {
      color: #97bf0d;
      text-decoration: underline;
      font-style: italic; }
.center-view .center-address {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  line-height: 20px;
  color: #4e4e4e;
  margin-bottom: 20px; }
  .center-view .center-address a {
    color: #4e4e4e; }
    .center-view .center-address a:hover {
      text-decoration: underline; }
.center-view .contacts-action {
  margin-bottom: 15px;
  overflow: hidden; }
  .center-view .contacts-action a {
    display: inline-block;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    line-height: 48px;
    padding: 0 26px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    clear: both;
    margin-bottom: 8px; }
  .center-view .contacts-action .quotation-button {
    background: #5e5e5b; }
    .center-view .contacts-action .quotation-button:hover {
      background: #6b6b68; }
  .center-view .contacts-action .contact-button {
    background: #97bf0d; }
    .center-view .contacts-action .contact-button:hover {
      background: #aad70f; }
.center-view .schedule, .center-view .customer-mail {
  color: #4e4e4e;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px; }
  .center-view .schedule .hours, .center-view .customer-mail .hours {
    text-align: right; }
  .center-view .schedule .day, .center-view .customer-mail .day {
    padding: 10px;
    width: 14%;
    float: left;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
    line-height: 12px;
    height: 90px; }
    .center-view .schedule .day.current, .center-view .customer-mail .day.current {
      color: #97bf0d; }
    .center-view .schedule .day .date, .center-view .customer-mail .day .date {
      font-weight: 700;
      display: block;
      margin-bottom: 10px; }
    .center-view .schedule .day .hours, .center-view .customer-mail .day .hours {
      line-height: 20px; }
    .center-view .schedule .day.odd, .center-view .customer-mail .day.odd {
      background: #e6e6e6; }
    .center-view .schedule .day.even, .center-view .customer-mail .day.even {
      background: #f0eeee; }
.center-view .customer-mail label {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: 5px;
  border: solid 1px #1d1d1b;
  background: #fff;
  width: 70%;
  padding: 10px 20px 10px 20px; }
  .center-view .customer-mail label input {
    float: left;
    background: #fff;
    border: 0;
    height: 24px;
    line-height: 24px;
    width: 80%; }
  .center-view .customer-mail label button {
    border: none;
    background: none;
    border-left: solid 1px #c1c1c1;
    float: right;
    padding-left: 10px;
    font-size: 14px;
    color: #a1a1a1;
    height: 24px;
    line-height: 24px; }
.center-view textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 20px; }
.center-view .item-promos-related {
  margin-top: 50px; }
  .center-view .item-promos-related img {
    margin-bottom: 10px; }

@media print {
  a[href]:after {
    content: none !important; }

  textarea {
    border: none !important; }

  .quick-actions {
    display: none !important; }

  .img-responsive {
    display: none; } }
