/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* ==========================================================================
   Reset CSS
   ========================================================================== */
/* line 12, sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 33, sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 37, sass/_reset.scss */
body {
  line-height: 1;
}

/* line 40, sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 43, sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 46, sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 51, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 110, sass/_reset.scss */
[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.
 */
/* line 124, sass/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 134, sass/_reset.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 146, sass/_reset.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 168, sass/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 194, sass/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 202, sass/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 212, sass/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 233, sass/_reset.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 241, sass/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 249, sass/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 265, sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 269, sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 281, sass/_reset.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 289, sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 301, sass/_reset.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 313, sass/_reset.scss */
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.
 */
/* line 324, sass/_reset.scss */
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.
 */
/* line 335, sass/_reset.scss */
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.
 */
/* line 349, sass/_reset.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 361, sass/_reset.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 374, sass/_reset.scss */
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.
 */
/* line 386, sass/_reset.scss */
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.
 */
/* line 396, sass/_reset.scss */
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).
 */
/* line 408, sass/_reset.scss */
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.
 */
/* line 420, sass/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 429, sass/_reset.scss */
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.
 */
/* line 440, sass/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 453, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?-pmofov');
  src:url('../fonts/icomoon.eot?#iefix-pmofov') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?-pmofov') format('truetype'),
  url('../fonts/icomoon.woff?-pmofov') format('woff'),
  url('../fonts/icomoon.svg?-pmofov#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* line 14, sass/_fonts.scss */
[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, sass/_common.scss */
html {
  height: 100%;
}

/* line 5, sass/_common.scss */
body {
  background: #F7F7F7;
  height: 100%;
  font-size: 16px;
  color: #777777;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  line-height: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 24, sass/_common.scss */
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 32, sass/_common.scss */
.wrapper:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* line 44, sass/_common.scss */
h1 {
  font-family: 'Oswald', sans-serif;
  color: #af9483;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 35px 0px;
}

/* line 52, sass/_common.scss */
h2 {
  font-family: 'Oswald', sans-serif;
  display: block;
  width: 100%;
  padding: 10px;
  background: #af9483;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 70, sass/_common.scss */
h3 {
  font-family: 'Oswald', sans-serif;
  color: #af9483;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 78, sass/_common.scss */
h4 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

/* line 86, sass/_common.scss */
h5 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-weight: light;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
}

/* line 97, sass/_common.scss */
p {
  margin-bottom: 20px;
}

/* line 102, sass/_common.scss */
ul {
  list-style: disc;
  list-style-position: inside;
}

/* line 112, sass/_common.scss */
.decoList {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
/* line 131, sass/_common.scss */
.decoList:hover {
  height: 400px;
  line-height: 400px;
}

/* line 137, sass/_common.scss */
.galerie {
  margin-bottom: 20px;
}
/* line 140, sass/_common.scss */
.galerie a {
  margin: 10px;
}

/* Layouts */
/* line 2, sass/layouts/_header.scss */
header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background: #111;
  z-index: 999;
}
/* line 14, sass/layouts/_header.scss */
header .logo {
  position: absolute;
  top: 10px;
  z-index: 600;
  left: 0px;
}
/* line 23, sass/layouts/_header.scss */
header .decorateur {
  position: absolute;
  top: 0px;
  z-index: 600;
  right: 0px;
  width: 320px;
  padding: 30px 35px 30px 75px;
  color: #fff;
  line-height: 33px;
  font-size: 22px;
  background-color: #111;
  background-image: url("../img/mobile.png");
  background-size: 30px 54px;
  background-position: 37px 36px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 45, sass/layouts/_header.scss */
header .decorateur p {
  margin-bottom: 0px;
}
/* line 49, sass/layouts/_header.scss */
header .decorateur p:nth-child(1) {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}
/* line 55, sass/layouts/_header.scss */
header .decorateur p:nth-child(2) {
  font-size: 34px;
}

/* line 1, sass/layouts/_footer.scss */
footer {
  background: #ebebeb;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #797979;
  animation-name: footerIn;
  animation-duration: 1s;
  animation-delay: 5.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}
/* line 10, sass/layouts/_footer.scss */
footer a {
  color: #797979;
}
/* line 15, sass/layouts/_footer.scss */
footer.home {
  position: absolute;
  bottom: 0px;
}

@keyframes footerIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Layouts */
/* line 1, sass/pages/_detail.scss */
.slider {
  position: relative;
  width: 100%;
  height: 370px;
  background: #999;
  z-index: 0;
}
/* line 9, sass/pages/_detail.scss */
.slider .accroche {
  position: absolute;
  top: 45%;
  left: 0px;
  background: #000;
  color: #fff;
  padding: 10px 10px 10px 150px;
  font-size: 18px;
  z-index: 99999999;
}

/* line 24, sass/pages/_detail.scss */
.minislider {
  position: relative;
  width: 100%;
}

/* line 29, sass/pages/_detail.scss */
.slides-pagination {
  position: relative;
  max-width: 1080px !important;
  margin: 0 auto;
  z-index: 3;
  bottom: 55px;
  text-align: left !important;
  width: 100%;
  padding: 20px;
}

/* line 41, sass/pages/_detail.scss */
.zoneContent {
  z-index: 900 !important;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-flow: row;
  margin-bottom: 40px;
}
/* line 61, sass/pages/_detail.scss */
.zoneContent .content {
  width: 800px;
  min-height: 650px;
  background: #fff;
  text-align: left;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway";
}
/* line 73, sass/pages/_detail.scss */
.zoneContent .content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 79, sass/pages/_detail.scss */
.zoneContent .content .cols {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 84, sass/pages/_detail.scss */
.zoneContent .content .cols .col3 {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 20px;
}
/* line 93, sass/pages/_detail.scss */
.zoneContent .content .cols .col2 {
  float: left;
  width: 44%;
  margin-right: 3%;
  margin-bottom: 20px;
}
/* line 102, sass/pages/_detail.scss */
.zoneContent .content .cols img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 108, sass/pages/_detail.scss */
.zoneContent .content .cols:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
/* line 119, sass/pages/_detail.scss */
.zoneContent .sidebar {
  width: 320px;
  min-height: 650px;
  background: #202020;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 127, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc {
  text-align: center;
  margin-bottom: 90px;
}
/* line 131, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire {
  position: relative;
  margin-top: 15px;
  width: 100%;
  background: #b09480;
  font-family: "Raleway";
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 142, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire:before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 3px;
  background: #fff;
  top: -3px;
  left: 25%;
}
/* line 152, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire:after {
  position: absolute;
  content: " ";
  width: 50%;
  height: 3px;
  background: #fff;
  bottom: -3px;
  left: 25%;
}
/* line 163, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire input[type=text] {
  position: relative;
  outline: none;
  height: 30px;
  width: 100%;
  background: #FFF;
  color: #555;
  border: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 12px;
}
/* line 183, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire input[type=submit] {
  position: relative;
  outline: none;
  height: 30px;
  width: 100px;
  background: #FFF;
  color: #555;
  border: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 12px;
  margin-top: 10px;
}
/* line 204, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire input[type=submit]:hover {
  color: #fff;
  background: #202020;
}
/* line 210, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire .bar {
  margin-bottom: 10px;
}
/* line 214, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire .bar table {
  display: inline-block;
}
/* line 220, sass/pages/_detail.scss */
.zoneContent .sidebar .bloc .formulaire p {
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  opacity: .8;
  margin-bottom: 0px;
  line-height: 14px;
}

/* Responsive */
@media screen and (max-width: 950px) {
  /* line 10, sass/responsive/_responsive.scss */
  header .logo {
    left: 10px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    top: 20px;
    width: 110px;
  }
  /* line 19, sass/responsive/_responsive.scss */
  header .logo img {
    width: 100%;
    height: auto;
  }
  /* line 27, sass/responsive/_responsive.scss */
  header .decorateur {
    position: absolute;
    top: 0px;
    z-index: 600;
    right: 0px;
    width: 220px;
    padding: 20px;
    color: #fff;
    line-height: 22px;
    background: #111;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 43, sass/responsive/_responsive.scss */
  header .decorateur p {
    margin-bottom: 0px;
  }
  /* line 47, sass/responsive/_responsive.scss */
  header .decorateur p:nth-child(1) {
    font-size: 18px;
  }
  /* line 51, sass/responsive/_responsive.scss */
  header .decorateur p:nth-child(2) {
    font-size: 27px;
  }
  /* line 55, sass/responsive/_responsive.scss */
  header .decorateur p:nth-child(3) {
    font-size: 20px;
  }

  /* line 65, sass/responsive/_responsive.scss */
  .zoneContent {
    z-index: 900 !important;
    margin-top: -50px;
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 82, sass/responsive/_responsive.scss */
  .zoneContent .content {
    width: 100%;
  }
  /* line 85, sass/responsive/_responsive.scss */
  .zoneContent .content .cols {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 90, sass/responsive/_responsive.scss */
  .zoneContent .content .cols .col3 {
    float: left;
    width: 100% !important;
    margin-right: 0% !important;
  }
  /* line 98, sass/responsive/_responsive.scss */
  .zoneContent .content .cols .col2 {
    float: left;
    width: 100%  !important;
    margin-right: 0%  !important;
  }
  /* line 110, sass/responsive/_responsive.scss */
  .zoneContent .sidebar {
    width: 100%;
  }
}
