@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
*/
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

h1, h2, h3, h4, h5, h6, ol, ul, table, p, blockquote {
  margin: 15px 0; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ol:first-child, ul:first-child, table:first-child, p:first-child, blockquote:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ol:last-child, ul:last-child, table:last-child, p:last-child, blockquote:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 30px;
  line-height: 34px;
  font-size: 3rem;
  line-height: 3.4rem; }

h2 {
  font-size: 27px;
  line-height: 31px;
  font-size: 2.7rem;
  line-height: 3.1rem; }

h3 {
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem; }

h4 {
  font-size: 21px;
  line-height: 25px;
  font-size: 2.1rem;
  line-height: 2.5rem; }

h5 {
  font-size: 18px;
  line-height: 22px;
  font-size: 1.8rem;
  line-height: 2.2rem; }

h6 {
  font-size: 15px;
  line-height: 19px;
  font-size: 1.5rem;
  line-height: 1.9rem; }

.container {
  position: relative;
  margin: auto;
  max-width: 1220px;
  padding: 0 10px; }
  .container .container {
    padding: 0; }

#flex-content .intro-banner {
  margin: 0;
  padding: 15px 0 10px 0; }
#flex-content .bloc {
  padding: 0;
  font-size: 0; }
  #flex-content .bloc:after {
    content: "";
    display: table;
    clear: both; }
  #flex-content .bloc:first-child {
    margin-top: 0; }
  #flex-content .bloc:last-child {
    margin-bottom: 0; }
  #flex-content .bloc .col {
    padding: 0 10px;
    width: 100%;
    margin: 20px 0; }
    #flex-content .bloc .col:first-child {
      margin-top: 0; }
    #flex-content .bloc .col:last-child {
      margin-bottom: 0; }
    #flex-content .bloc .col .row {
      margin: 20px 0; }
      #flex-content .bloc .col .row:first-child {
        margin-top: 0; }
      #flex-content .bloc .col .row:last-child {
        margin-bottom: 0; }
  #flex-content .bloc .cols-wrapper {
    margin: 0 -10px; }
  #flex-content .bloc .cols-wrapper-1 {
    margin: 0; }
  @media (min-width: 680px) {
    #flex-content .bloc .col {
      display: inline-block;
      vertical-align: top;
      margin: 0; }
    #flex-content .bloc .cols-wrapper-2 .col-1 {
      float: left; }
    #flex-content .bloc .cols-wrapper-2 .col-2 {
      float: right; }
    #flex-content .bloc .cols-wrapper-3 .col {
      width: 33.333%; }
    #flex-content .bloc.cols-90-10 .col-1 {
      width: 90%; }
    #flex-content .bloc.cols-90-10 .col-2 {
      width: 10%; }
    #flex-content .bloc.cols-80-20 .col-1 {
      width: 80%; }
    #flex-content .bloc.cols-80-20 .col-2 {
      width: 20%; }
    #flex-content .bloc.cols-70-30 .col-1 {
      width: 70%; }
    #flex-content .bloc.cols-70-30 .col-2 {
      width: 30%; }
    #flex-content .bloc.cols-60-40 .col-1 {
      width: 60%; }
    #flex-content .bloc.cols-60-40 .col-2 {
      width: 40%; }
    #flex-content .bloc.cols-50-50 .col-1 {
      width: 50%; }
    #flex-content .bloc.cols-50-50 .col-2 {
      width: 50%; }
    #flex-content .bloc.cols-40-60 .col-1 {
      width: 40%; }
    #flex-content .bloc.cols-40-60 .col-2 {
      width: 60%; }
    #flex-content .bloc.cols-30-70 .col-1 {
      width: 30%; }
    #flex-content .bloc.cols-30-70 .col-2 {
      width: 70%; }
    #flex-content .bloc.cols-20-80 .col-1 {
      width: 20%; }
    #flex-content .bloc.cols-20-80 .col-2 {
      width: 80%; }
    #flex-content .bloc.cols-10-90 .col-1 {
      width: 10%; }
    #flex-content .bloc.cols-10-90 .col-2 {
      width: 90%; }
    #flex-content .bloc.cols-0-100 .col-1 {
      width: 0%; }
    #flex-content .bloc.cols-0-100 .col-2 {
      width: 100%; } }
#flex-content .layout-texte img.alignright {
  margin-left: 10px; }
#flex-content .layout-texte img.alignleft {
  margin-right: 10px; }
#flex-content .layout-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  #flex-content .layout-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.no-touchevents #flex-content .layout-galerie {
  overflow: hidden; }
  .no-touchevents #flex-content .layout-galerie .slick-arrow {
    opacity: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
  .no-touchevents #flex-content .layout-galerie .slick-dots {
    opacity: 0.4;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    bottom: -32px !important; }
  .no-touchevents #flex-content .layout-galerie .slick-prev {
    left: -40px; }
  .no-touchevents #flex-content .layout-galerie .slick-next {
    right: -40px; }
  .no-touchevents #flex-content .layout-galerie:hover .slick-arrow,
  .no-touchevents #flex-content .layout-galerie:hover .slick-dots {
    opacity: 1; }
  .no-touchevents #flex-content .layout-galerie:hover .slick-dots {
    bottom: 0 !important; }
  .no-touchevents #flex-content .layout-galerie:hover .slick-prev {
    left: 0; }
  .no-touchevents #flex-content .layout-galerie:hover .slick-next {
    right: 0; }
#flex-content .layout-galerie .slide {
  text-align: center; }
#flex-content .layout-bouton .bouton-wrap {
  text-align: left; }
  #flex-content .layout-bouton .bouton-wrap.ta-left {
    text-align: left; }
  #flex-content .layout-bouton .bouton-wrap.ta-center {
    text-align: center; }
  #flex-content .layout-bouton .bouton-wrap.ta-right {
    text-align: right; }
  #flex-content .layout-bouton .bouton-wrap.inline_block a {
    display: inline-block; }
  #flex-content .layout-bouton .bouton-wrap.block a {
    display: block; }
  #flex-content .layout-bouton .bouton-wrap a {
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem; }

#flex-content {
  font-family: "Lato", Arial, Tahoma, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 20px 0;
  text-align: left;
  overflow: hidden; }
  #flex-content .bloc {
    margin-top: 30px;
    margin-bottom: 30px; }
    #flex-content .bloc:first-child {
      margin-top: 0; }
    #flex-content .bloc:last-child {
      margin-bottom: 0; }
    #flex-content .bloc .row {
      display: block;
      margin: 20px 0; }
      #flex-content .bloc .row:first-child {
        margin-top: 0; }
      #flex-content .bloc .row:last-child {
        margin-bottom: 0; }
    #flex-content .bloc .layout-titre {
      text-align: center; }
    #flex-content .bloc .layout-texte {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      font-size: 2rem;
      line-height: 2.4rem; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .layout-texte {
          font-size: 18px;
          line-height: 22px;
          font-size: 1.8rem;
          line-height: 2.2rem; } }
    #flex-content .bloc blockquote {
      font-family: "Lora", "Times New Roman", Times, serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      font-size: 2rem;
      line-height: 2.4rem;
      quotes: "“" "”" "‘" "’"; }
      #flex-content .bloc blockquote:before, #flex-content .bloc blockquote:after {
        font-size: 24px;
        line-height: 24px;
        font-size: 2.4rem;
        line-height: 2.4rem; }
      #flex-content .bloc blockquote:before {
        content: open-quote; }
      #flex-content .bloc blockquote:after {
        content: close-quote; }
      #flex-content .bloc blockquote p {
        display: inline;
        margin: 0; }
    #flex-content .bloc .layout-image {
      text-align: left; }
      #flex-content .bloc .layout-image .wrap {
        position: relative;
        padding: 0 0 10px 10px;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        #flex-content .bloc .layout-image .wrap .image {
          position: relative;
          z-index: 5; }
          #flex-content .bloc .layout-image .wrap .image:hover + .image-description {
            opacity: 0; }
        #flex-content .bloc .layout-image .wrap .image-description {
          z-index: 10;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 50%;
          padding: 20px 20px 30px 30px;
          font-family: "Lora", "Times New Roman", Times, serif;
          font-weight: 400;
          font-size: 20px;
          line-height: 24px;
          font-size: 2rem;
          line-height: 2.4rem;
          background-color: #ffffff;
          -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
          #flex-content .bloc .layout-image .wrap .image-description:before {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background-color: #ffffff;
            transform-origin: bottom left;
            -moz-transform: skew(-15deg, 0);
            -o-transform: skew(-15deg, 0);
            -ms-transform: skew(-15deg, 0);
            -webkit-transform: skew(-15deg, 0);
            transform: skew(-15deg, 0); }
    #flex-content .bloc.cols-wrapper-2 .layout-image .wrap {
      padding: 0; }
      #flex-content .bloc.cols-wrapper-2 .layout-image .wrap .image-description {
        width: 100%; }
        #flex-content .bloc.cols-wrapper-2 .layout-image .wrap .image-description:before {
          display: none; }
    #flex-content .bloc .layout-video .container {
      max-width: 1000px; }
    #flex-content .bloc .layout-galerie .slide {
      text-align: center; }
    #flex-content .bloc .layout-bouton {
      margin-top: 10px;
      text-align: right; }
      #flex-content .bloc .layout-bouton a {
        display: inline-block;
        padding: 5px 20px;
        color: #1d1d1b;
        border: 1px solid #1d1d1b;
        text-decoration: none;
        text-transform: uppercase;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        #flex-content .bloc .layout-bouton a:hover {
          background-color: #768e22;
          border: 1px solid #768e22;
          color: #ffffff; }
    #flex-content .bloc .cols-wrapper {
      padding: 0;
      margin: 0 -10px;
      font-size: 0; }
      #flex-content .bloc .cols-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      #flex-content .bloc .cols-wrapper .col {
        font-family: "Lato", Arial, Tahoma, sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        font-size: 2rem;
        line-height: 2.4rem;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px; }
        #flex-content .bloc .cols-wrapper .col.col-1 {
          float: left; }
        #flex-content .bloc .cols-wrapper .col.col-2 {
          float: right; }
      #flex-content .bloc .cols-wrapper.cols-20-80 .col-1 {
        width: 20%; }
      #flex-content .bloc .cols-wrapper.cols-20-80 .col-2 {
        width: 80%; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper.cols-20-80 .col-1,
        #flex-content .bloc .cols-wrapper.cols-20-80 .col-2 {
          width: 100%; } }
      #flex-content .bloc .cols-wrapper.cols-30-70 .col-1 {
        width: 30%; }
      #flex-content .bloc .cols-wrapper.cols-30-70 .col-2 {
        width: 70%; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper.cols-30-70 .col-1,
        #flex-content .bloc .cols-wrapper.cols-30-70 .col-2 {
          width: 100%; } }
      #flex-content .bloc .cols-wrapper.cols-40-60 .col-1 {
        width: 40%; }
      #flex-content .bloc .cols-wrapper.cols-40-60 .col-2 {
        width: 60%; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper.cols-40-60 .col-1,
        #flex-content .bloc .cols-wrapper.cols-40-60 .col-2 {
          width: 100%; } }
      #flex-content .bloc .cols-wrapper.cols-50-50 .col-1 {
        width: 50%; }
      #flex-content .bloc .cols-wrapper.cols-50-50 .col-2 {
        width: 50%; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper.cols-50-50 .col-1,
        #flex-content .bloc .cols-wrapper.cols-50-50 .col-2 {
          width: 100%; } }
      #flex-content .bloc .cols-wrapper.cols-60-40 .col-1 {
        width: 60%; }
      #flex-content .bloc .cols-wrapper.cols-60-40 .col-2 {
        width: 40%; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper.cols-60-40 .col-1,
        #flex-content .bloc .cols-wrapper.cols-60-40 .col-2 {
          width: 100%; } }
      #flex-content .bloc .cols-wrapper.cols-70-30 .col-1 {
        width: 70%; }
      #flex-content .bloc .cols-wrapper.cols-70-30 .col-2 {
        width: 30%; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper.cols-70-30 .col-1,
        #flex-content .bloc .cols-wrapper.cols-70-30 .col-2 {
          width: 100%; } }
      #flex-content .bloc .cols-wrapper.cols-80-20 .col-1 {
        width: 80%; }
      #flex-content .bloc .cols-wrapper.cols-80-20 .col-2 {
        width: 20%; }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper.cols-80-20 .col-1,
        #flex-content .bloc .cols-wrapper.cols-80-20 .col-2 {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #flex-content .bloc .cols-wrapper .col {
          padding-top: 10px;
          padding-bottom: 10px; } }
      #flex-content .bloc .cols-wrapper .layout-image .wrap {
        padding: 0 10px 10px 10px;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        #flex-content .bloc .cols-wrapper .layout-image .wrap .image:hover + .image-description {
          opacity: 0; }
        #flex-content .bloc .cols-wrapper .layout-image .wrap .image-description {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 20px;
          font-style: italic;
          background: #ffffff;
          background: rgba(255, 255, 255, 0.95);
          -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
          #flex-content .bloc .cols-wrapper .layout-image .wrap .image-description:before {
            display: none; }
      #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image {
        text-align: left; }
        #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap {
          position: relative;
          padding: 0 0 10px 10px;
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
          @media only screen and (max-width: 767px) {
            #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap {
              padding: 0; } }
          #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap .image {
            position: relative;
            z-index: 5; }
            #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap .image:hover + .image-description {
              opacity: 0; }
          #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap .image-description {
            z-index: 10;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            padding: 20px 20px 30px 30px;
            font-family: "Lora", "Times New Roman", Times, serif;
            font-weight: 400;
            font-style: italic;
            font-size: 20px;
            line-height: 24px;
            font-size: 2rem;
            line-height: 2.4rem;
            background-color: #ffffff;
            -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
            -moz-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            -webkit-transition: all, 0.3s;
            transition: all, 0.3s; }
            #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap .image-description:before {
              content: " ";
              position: absolute;
              display: block;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              z-index: -1;
              background-color: #ffffff;
              transform-origin: bottom left;
              -moz-transform: skew(-15deg, 0);
              -o-transform: skew(-15deg, 0);
              -ms-transform: skew(-15deg, 0);
              -webkit-transform: skew(-15deg, 0);
              transform: skew(-15deg, 0); }
            @media only screen and (max-width: 767px) {
              #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap .image-description {
                position: relative;
                bottom: inherit;
                left: inherit;
                width: 100%;
                padding: 10px;
                font-size: 16px;
                line-height: 20px;
                font-size: 1.6rem;
                line-height: 2rem; }
                #flex-content .bloc .cols-wrapper.cols-wrapper-1 .layout-image .wrap .image-description:before {
                  display: none; } }
    #flex-content .bloc .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      #flex-content .bloc .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #flex-content ul {
    padding: 0;
    list-style: none; }
    #flex-content ul li {
      font-size: 20px;
      line-height: 24px;
      font-size: 2rem;
      line-height: 2.4rem;
      position: relative;
      padding: 0 0 0 15px;
      margin: 10px 0; }
      #flex-content ul li:before {
        content: "\f105";
        font-family: 'FontAwesome';
        color: #768e22;
        position: absolute;
        top: 0;
        left: 0; }

.form-wrapper {
  position: relative;
  padding: 0; }
  .form-wrapper .success {
    margin: 20px 0; }
    .form-wrapper .success p {
      font-size: 26px;
      line-height: 30px;
      font-size: 2.6rem;
      line-height: 3rem;
      color: #1d1d1b;
      margin: 0;
      text-align: center; }
  .form-wrapper label {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    display: inline-block;
    vertical-align: middle;
    color: #1d1d1b;
    margin: 0 0 5px 0; }
    .form-wrapper label .required_fields {
      font-size: 14px;
      line-height: 20px;
      font-size: 1.4rem;
      line-height: 2rem; }
  .form-wrapper input,
  .form-wrapper select,
  .form-wrapper textarea {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 44px;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    border: 1px solid #454540;
    color: #1d1d1b;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .form-wrapper input:hover,
    .form-wrapper select:hover,
    .form-wrapper textarea:hover {
      border: 1px solid #1d1d1b; }
    .form-wrapper input:focus,
    .form-wrapper select:focus,
    .form-wrapper textarea:focus {
      border-color: #1d1d1b;
      color: #1d1d1b; }
  .form-wrapper input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 2px; }
  .form-wrapper input:focus,
  .form-wrapper textarea:focus {
    border-left-width: 10px; }
  .form-wrapper .form-item-wrap {
    position: relative; }
  .form-wrapper select {
    height: 42px;
    padding: 6px 10px;
    text-align-last: center;
    text-align: center; }
    .form-wrapper select + .fa-sort {
      position: absolute;
      top: 0;
      right: 0;
      color: #454540;
      text-align: center;
      font-size: 16px;
      line-height: 42px;
      font-size: 1.6rem;
      line-height: 4.2rem;
      width: 40px;
      height: 40px;
      margin: 1px;
      display: block;
      pointer-events: none;
      background-color: #ffffff; }
    .form-wrapper select:hover + .fa-sort {
      color: #1d1d1b; }
    .form-wrapper select:focus + .fa-sort {
      color: #1d1d1b; }
  .form-wrapper textarea {
    min-height: 280px;
    resize: vertical; }
  .form-wrapper button[type="submit"],
  .form-wrapper button[type="button"] {
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 8px 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #1d1d1b;
    border: 2px solid #1d1d1b;
    width: 100%;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .form-wrapper button[type="submit"]:hover,
    .form-wrapper button[type="button"]:hover {
      background-color: #ffffff;
      color: #1d1d1b; }
  .form-wrapper .field {
    position: relative;
    margin: 15px 0;
    font-size: 20px;
    line-height: 22px;
    font-size: 2rem;
    line-height: 2.2rem; }
    .form-wrapper .field.valid input,
    .form-wrapper .field.valid select,
    .form-wrapper .field.valid textarea {
      border-color: green; }
    .form-wrapper .field.valid i.fa-check {
      display: block; }
    .form-wrapper .field.error input,
    .form-wrapper .field.error select,
    .form-wrapper .field.error textarea,
    .form-wrapper .field.error .g-recaptcha {
      border-color: red; }
    .form-wrapper .field.error i.fa-times {
      display: block; }
    .form-wrapper .field i.fa-check,
    .form-wrapper .field i.fa-times {
      position: absolute;
      top: 0;
      right: 0;
      width: 42px;
      height: 42px;
      text-align: center;
      font-size: 30px;
      line-height: 42px;
      font-size: 3rem;
      line-height: 4.2rem;
      display: none;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
    .form-wrapper .field i.fa-check {
      color: green; }
    .form-wrapper .field i.fa-times {
      color: red; }
    .form-wrapper .field.valid .form-item-wrap, .form-wrapper .field.error .form-item-wrap {
      padding-right: 42px; }
    .form-wrapper .field.valid i.fa-sort, .form-wrapper .field.error i.fa-sort {
      margin-right: 43px; }
    .form-wrapper .field .g-recaptcha {
      padding: 2px 0 0 0;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      .form-wrapper .field .g-recaptcha:hover {
        border-color: #1d1d1b; }
    .form-wrapper .field.field-captcha {
      margin: 20px 10px; }
      .form-wrapper .field.field-captcha .wrap {
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .form-wrapper .field.field-captcha .wrap i {
          display: none;
          color: red;
          position: absolute;
          top: 0;
          right: 0;
          width: 42px;
          height: 42px;
          text-align: center;
          font-size: 30px;
          line-height: 42px;
          font-size: 3rem;
          line-height: 4.2rem; }
        .form-wrapper .field.field-captcha .wrap.error {
          padding: 0 40px 0 0; }
          .form-wrapper .field.field-captcha .wrap.error i {
            display: block; }
    .form-wrapper .field.field-file label {
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-size: 1.6rem;
      line-height: 2.4rem;
      border: 1px solid #454540;
      padding: 9px 10px;
      margin: 0;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      .form-wrapper .field.field-file label:hover {
        border: 1px solid #1d1d1b; }
    .form-wrapper .field.field-file input {
      display: none; }

#register-nl {
  max-width: 355px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: inline-block;
    vertical-align: middle; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  margin-bottom: 50px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/plugins/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/plugins/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/plugins/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/plugins/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/plugins/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/plugins/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.stage {
  width: 100%;
  margin: 0 auto;
  padding: 0 25% 60px 25%;
  text-align: center;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .stage {
      padding: 0; } }
  .stage .sldr {
    max-width: 825px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    clear: both;
    display: block; }
    @media only screen and (max-width: 767px) {
      .stage .sldr {
        margin-bottom: 10px; } }
    .stage .sldr ul {
      color: #ECECEC;
      text-align: center;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .stage .sldr ul.animate {
        -moz-transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
      .stage .sldr ul li {
        float: left;
        display: block;
        width: 825px;
        padding: 0 !important;
        margin: 0 !important; }
        .stage .sldr ul li:before {
          display: none; }
        .stage .sldr ul li .skew {
          position: relative;
          max-width: 825px;
          margin: 0 auto;
          display: block;
          overflow: hidden;
          -moz-transform: skewX(-15deg);
          -o-transform: skewX(-15deg);
          -ms-transform: skewX(-15deg);
          -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg); }
          @media only screen and (max-width: 767px) {
            .stage .sldr ul li .skew {
              -moz-transform: skewX(0deg);
              -o-transform: skewX(0deg);
              -ms-transform: skewX(0deg);
              -webkit-transform: skewX(0deg);
              transform: skewX(0deg); } }
          .stage .sldr ul li .skew:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000000;
            background: rgba(0, 0, 0, 0.5);
            -moz-transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
            -webkit-transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
          .stage .sldr ul li .skew .wrap {
            display: block;
            overflow: hidden;
            -moz-transform: skewX(15deg);
            -o-transform: skewX(15deg);
            -ms-transform: skewX(15deg);
            -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
            margin-left: -10.1%;
            width: 122%; }
            @media only screen and (max-width: 767px) {
              .stage .sldr ul li .skew .wrap {
                -moz-transform: skewX(0deg);
                -o-transform: skewX(0deg);
                -ms-transform: skewX(0deg);
                -webkit-transform: skewX(0deg);
                transform: skewX(0deg); } }
            .stage .sldr ul li .skew .wrap img {
              max-width: 1000px;
              width: 100%;
              height: auto;
              display: block;
              margin: 0 auto; }
        .stage .sldr ul li.focalPoint .skew:after {
          background: #000000;
          background: rgba(0, 0, 0, 0); }
  @media only screen and (max-width: 767px) {
    .stage .captions {
      min-height: 100px; } }
  .stage .captions > div {
    position: fixed;
    left: 200%;
    opacity: 0;
    -moz-transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
    .stage .captions > div.focalPoint {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      font-size: 2rem;
      line-height: 2.4rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 1;
      text-align: center;
      padding: 0 50px; }
      @media only screen and (max-width: 767px) {
        .stage .captions > div.focalPoint {
          font-size: 18px;
          line-height: 22px;
          font-size: 1.8rem;
          line-height: 2.2rem;
          position: relative;
          bottom: inherit;
          left: inherit; } }
    .stage .captions > div b {
      text-transform: uppercase; }
  .stage button {
    font-size: 20px;
    line-height: 24px;
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 5px 20px;
    color: #1d1d1b;
    border: 1px solid #1d1d1b;
    background-color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    min-width: 180px;
    z-index: 10;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .no-touchevents .stage button:hover {
      color: #ffffff;
      border: 1px solid #768e22;
      background-color: #768e22; }
    .stage button.sldr-prv {
      left: 0; }
      .stage button.sldr-prv span {
        margin-left: 10px; }
    .stage button.sldr-nxt {
      right: 0; }
      .stage button.sldr-nxt span {
        margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .stage button {
        position: relative;
        min-width: inherit;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 0; }
        .stage button span {
          display: none; }
        .stage button i {
          font-size: 18px;
          line-height: 38px;
          font-size: 1.8rem;
          line-height: 3.8rem; }
        .stage button.sldr-prv {
          float: left; }
        .stage button.sldr-nxt {
          float: right; } }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

html {
  font-size: 62.5%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

body {
  font-family: "Lato", Arial, Tahoma, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #1d1d1b;
  background-color: #ffffff; }

a {
  color: #768e22; }

a:hover {
  color: #435013; }

#nav-wrapper #nav-trigger {
  position: relative;
  display: none;
  /*@include medium-screen-and-down {
      display: inline-block;
      vertical-align: top;
      float: none;
  }*/ }
  @media (max-width: 1023px) {
    #nav-wrapper #nav-trigger {
      position: fixed;
      top: 0;
      left: 0;
      display: inline-block;
      vertical-align: top; } }
  #nav-wrapper #nav-trigger a {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    background-color: #768e22;
    text-align: center; }
    #nav-wrapper #nav-trigger a:after {
      position: absolute;
      top: 0;
      left: 100%;
      content: "MENU";
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 40px;
      font-size: 2.2rem;
      line-height: 4rem;
      color: #ffffff; }
    #nav-wrapper #nav-trigger a span {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      font-size: 0;
      vertical-align: middle;
      width: 20px;
      height: 18px;
      border-top: 4px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #nav-wrapper #nav-trigger a span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        margin-top: -2px;
        background-color: #ffffff;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
      #nav-wrapper #nav-trigger a span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        margin-top: -2px;
        background-color: #ffffff;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
@media only screen and (max-width: 767px) {
  #nav-wrapper #nav-menu {
    display: none; }
    #nav-wrapper #nav-menu a {
      display: block;
      padding: 10px;
      background-color: #ffffff; }
      #nav-wrapper #nav-menu a span {
        position: relative;
        display: inline-block;
        font-size: 0;
        vertical-align: middle;
        width: 30px;
        height: 26px;
        border: none;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        #nav-wrapper #nav-menu a span:after, #nav-wrapper #nav-menu a span:before {
          display: none; } }
#nav-wrapper #nav-menu #nav-primary > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: left; }
  #nav-wrapper #nav-menu #nav-primary > ul > li {
    display: inline-block; }
    #nav-wrapper #nav-menu #nav-primary > ul > li > a {
      font-family: Arial, Tahoma, sans-serif;
      font-size: 14px;
      line-height: 18px;
      font-size: 1.4rem;
      line-height: 1.8rem;
      display: block;
      padding: 24px 12px; }
.nav-open #nav-wrapper #nav-trigger a span {
  border-top: 4px solid #768e22;
  border-bottom: 4px solid #768e22; }
  .nav-open #nav-wrapper #nav-trigger a span:before, .nav-open #nav-wrapper #nav-trigger a span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: #ffffff; }
  .nav-open #nav-wrapper #nav-trigger a span:before {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .nav-open #nav-wrapper #nav-trigger a span:after {
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
.nav-open #nav-wrapper #nav-menu {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

#breadcrumb {
  margin-bottom: 10px; }
  #breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0; }
    #breadcrumb ul li {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 20px;
      font-size: 1.6rem;
      line-height: 2rem; }
      #breadcrumb ul li a {
        color: #768e22;
        text-decoration: underline;
        display: inline-block;
        vertical-align: middle; }
      #breadcrumb ul li i {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px; }
      #breadcrumb ul li strong {
        font-family: "Lato", Arial, Tahoma, sans-serif;
        font-weight: 400; }
  @media only screen and (max-width: 767px) {
    #breadcrumb {
      margin: 20px 0 10px 0;
      text-align: center; } }

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center; }
  .pagination ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    font-size: 1.4rem;
    line-height: 1.6rem; }
    .pagination ul li a {
      display: inline-block;
      vertical-align: middle;
      padding: 5px; }

body {
  padding: 114px 0 0 0;
  overflow-x: hidden; }
  body.home {
    padding: 66px 0 0 0; }
  @media (max-width: 1023px) {
    body {
      padding: 50px 0 0 0; }
      body.home {
        padding: 40px 0 0 0; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 0 0 10px 0;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s; }
  .nav-up #header {
    -moz-transform: translate(0, -136px);
    -o-transform: translate(0, -136px);
    -ms-transform: translate(0, -136px);
    -webkit-transform: translate(0, -136px);
    transform: translate(0, -136px); }
  #header.minified {
    top: -200px; }
  @media (max-width: 1023px) {
    #header {
      height: 41px;
      background-color: #768e22;
      padding: 0;
      border-bottom: 1px solid #ffffff; }
      #header .container {
        padding: 0; }
      #header.minified {
        top: 0; } }

#logo-ss {
  display: none; }
  @media only screen and (max-width: 767px) {
    #logo-ss {
      display: block;
      background-color: #f5f5f5;
      text-align: center; } }

#logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105; }
  #logo:before {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #f5f5f5;
    -moz-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5); }
  #logo a {
    position: relative;
    display: block;
    padding: 0 20px 0 0; }
    #logo a:after {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      right: -20px;
      width: 30px;
      height: 66px;
      background-color: #f5f5f5; }
  @media (max-width: 1023px) {
    #logo {
      display: none;
      position: relative;
      background-color: #f5f5f5;
      margin-top: 40px;
      text-align: center; }
      #logo:before {
        display: none; }
      #logo a {
        position: relative;
        display: block;
        padding: 0; }
        #logo a:after {
          content: "";
          z-index: -1;
          position: absolute;
          top: 0;
          right: -20px;
          width: 30px;
          height: 66px;
          background-color: #f5f5f5;
          display: none; } }

#nav-wrapper {
  position: relative;
  z-index: 100;
  text-align: right;
  padding: 0 10px 0 0; }
  #nav-wrapper:after {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 66px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 1023px) {
      #nav-wrapper:after {
        display: none; } }
  #nav-wrapper #nav-menu {
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    @media (max-width: 1023px) {
      #nav-wrapper #nav-menu {
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0); } }
    #nav-wrapper #nav-menu > #nav-primary > ul {
      text-align: right; }
      #nav-wrapper #nav-menu > #nav-primary > ul > li {
        z-index: 1; }
        #nav-wrapper #nav-menu > #nav-primary > ul > li:hover {
          z-index: 2; }
        #nav-wrapper #nav-menu > #nav-primary > ul > li > a {
          position: relative;
          font-family: "Lato", Arial, Tahoma, sans-serif;
          font-weight: 300;
          font-size: 21px;
          line-height: 26px;
          font-size: 2.1rem;
          line-height: 2.6rem;
          color: #000000;
          text-transform: uppercase;
          text-decoration: none;
          padding: 20px 12px;
          -moz-transition: all, 0.6s;
          -o-transition: all, 0.6s;
          -webkit-transition: all, 0.6s;
          transition: all, 0.6s; }
          @media (min-width: 1150px) and (max-width: 1210px) {
            #nav-wrapper #nav-menu > #nav-primary > ul > li > a {
              font-size: 20px;
              line-height: 26px;
              font-size: 2rem;
              line-height: 2.6rem; } }
          @media (min-width: 1101px) and (max-width: 1149px) {
            #nav-wrapper #nav-menu > #nav-primary > ul > li > a {
              font-size: 18px;
              line-height: 26px;
              font-size: 1.8rem;
              line-height: 2.6rem; } }
          @media (min-width: 1024px) and (max-width: 1100px) {
            #nav-wrapper #nav-menu > #nav-primary > ul > li > a {
              font-size: 16px;
              line-height: 26px;
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          #nav-wrapper #nav-menu > #nav-primary > ul > li > a:before, #nav-wrapper #nav-menu > #nav-primary > ul > li > a:after {
            content: "";
            z-index: -1;
            width: 10%;
            height: 100%;
            background-color: #f5f5f5;
            -moz-transform: skew(-15deg, 0);
            -o-transform: skew(-15deg, 0);
            -ms-transform: skew(-15deg, 0);
            -webkit-transform: skew(-15deg, 0);
            transform: skew(-15deg, 0);
            -moz-transition: all, 0.6s;
            -o-transition: all, 0.6s;
            -webkit-transition: all, 0.6s;
            transition: all, 0.6s; }
          #nav-wrapper #nav-menu > #nav-primary > ul > li > a:before {
            position: absolute;
            top: 0;
            left: 0; }
          #nav-wrapper #nav-menu > #nav-primary > ul > li > a:after {
            position: absolute;
            top: 0;
            right: 0; }
          #nav-wrapper #nav-menu > #nav-primary > ul > li > a:hover {
            color: #ffffff; }
            #nav-wrapper #nav-menu > #nav-primary > ul > li > a:hover:before, #nav-wrapper #nav-menu > #nav-primary > ul > li > a:hover:after {
              width: 60%;
              background-color: #768e22; }
        #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-item > a, #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-parent > a {
          font-family: "Lato", Arial, Tahoma, sans-serif;
          font-weight: 700; }
          #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-item > a:before, #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-item > a:after, #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-parent > a:before, #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-parent > a:after {
            display: none; }
          #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-item > a:hover, #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-parent > a:hover {
            background-color: inherit;
            color: inherit; }
  @media (max-width: 1023px) {
    #nav-wrapper {
      position: relative;
      z-index: 100;
      text-align: center;
      padding: 0; }
      #nav-wrapper #nav-menu {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%; }
        #nav-wrapper #nav-menu > #nav-primary > ul {
          text-align: center;
          background-color: #ffffff;
          max-width: 480px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          .nav-open #nav-wrapper #nav-menu > #nav-primary > ul {
            -webkit-box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.4); }
          #nav-wrapper #nav-menu > #nav-primary > ul > li {
            display: block;
            border-bottom: 1px solid #d4d1d0; }
            #nav-wrapper #nav-menu > #nav-primary > ul > li:last-child {
              border-bottom: none; }
            #nav-wrapper #nav-menu > #nav-primary > ul > li > a {
              padding: 17px 10px;
              -moz-transition: all, 0.6s;
              -o-transition: all, 0.6s;
              -webkit-transition: all, 0.6s;
              transition: all, 0.6s; }
              #nav-wrapper #nav-menu > #nav-primary > ul > li > a:before, #nav-wrapper #nav-menu > #nav-primary > ul > li > a:after {
                display: none; }
              #nav-wrapper #nav-menu > #nav-primary > ul > li > a:hover {
                background-color: #ffffff;
                color: #000000; }
                .no-touchevents #nav-wrapper #nav-menu > #nav-primary > ul > li > a:hover {
                  background-color: #768e22;
                  color: #ffffff; }
            #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-item > a:hover, #nav-wrapper #nav-menu > #nav-primary > ul > li.current-menu-parent > a:hover {
              background-color: #ffffff;
              color: #000000; } }

#search-trigger {
  display: inline-block;
  vertical-align: middle; }
  #search-trigger a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 66px;
    line-height: 66px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #search-trigger a:after {
      content: "";
      z-index: -1;
      width: 10%;
      height: 100%;
      background-color: #f5f5f5;
      -moz-transform: skew(-15deg, 0);
      -o-transform: skew(-15deg, 0);
      -ms-transform: skew(-15deg, 0);
      -webkit-transform: skew(-15deg, 0);
      transform: skew(-15deg, 0);
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
    #search-trigger a:after {
      position: absolute;
      top: 0;
      left: 0; }
    #search-trigger a i {
      font-size: 21px;
      line-height: 66px;
      font-size: 2.1rem;
      line-height: 6.6rem;
      color: #000000;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .search-open #search-trigger a:after, #search-trigger a:hover:after {
      width: 100%;
      background-color: #768e22; }
    .search-open #search-trigger a i, #search-trigger a:hover i {
      color: #ffffff; }
  @media (max-width: 1023px) {
    #search-trigger {
      position: fixed;
      top: 0;
      right: 0;
      font-size: 0; }
      #search-trigger a {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0;
        background: #768e22;
        color: #ffffff;
        border: none;
        border-left: 1px solid #fff;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        #search-trigger a i {
          color: #ffffff;
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          line-height: 38px;
          font-size: 2rem;
          line-height: 3.8rem; }
        #search-trigger a:hover {
          width: 50px;
          background: #768e22;
          color: #ffffff;
          padding: 0; } }

#search-wrap {
  height: 60px;
  line-height: 60px;
  margin: -90px 0 0 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s; }
  .search-open #search-wrap {
    margin: 0; }
  @media (max-width: 1023px) {
    #search-wrap {
      position: fixed;
      top: 40px;
      right: 0;
      width: 100%;
      max-width: 480px;
      margin: 0;
      -moz-transform: translate(100%, 0);
      -o-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      .search-open #search-wrap {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-box-shadow: -5px 5px 5px -4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: -5px 5px 5px -4px rgba(0, 0, 0, 0.4);
        box-shadow: -5px 5px 5px -4px rgba(0, 0, 0, 0.4); } }
  #search-wrap input {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    font-size: 2.1rem;
    line-height: 2.6rem;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    padding: 5px;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    #search-wrap input:focus {
      outline: none;
      border-bottom: 1px solid #768e22; }
    #search-wrap input:invalid {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    #search-wrap input:focus:required:invalid {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #768e22; }
  #search-wrap button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    font-size: 2.1rem;
    line-height: 2.6rem;
    border: none;
    background: none;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    padding: 5px; }
    #search-wrap button:focus {
      outline: none;
      color: #768e22; }
    #search-wrap button:hover {
      color: #768e22; }

#home-slider {
  position: relative;
  margin: 0 0 40px 0; }
  #home-slider img {
    width: 100%;
    height: auto; }
  #home-slider .slick-slider {
    position: relative;
    margin: 0; }
  #home-slider .slick-list:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 0;
    left: -100px;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      #home-slider .slick-list:after {
        display: none; } }
  #home-slider ul.slick-dots {
    position: absolute;
    top: inherit;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #home-slider ul.slick-dots {
        bottom: 0;
        visibility: hidden; } }
    #home-slider ul.slick-dots li {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      margin: 0 6px; }
      #home-slider ul.slick-dots li button {
        font-size: 0;
        padding: 0;
        margin: 0;
        border: none;
        width: 12px;
        height: 12px;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50px;
        cursor: pointer;
        background: #ffffff;
        background: rgba(255, 255, 255, 0.5);
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
      #home-slider ul.slick-dots li.slick-active button {
        width: 16px;
        height: 16px;
        background: #ffffff;
        background: white; }

#home-slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -moz-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s; }
  @media (max-width: 1023px) {
    #home-slider-content {
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  @media only screen and (max-width: 767px) {
    #home-slider-content {
      position: relative;
      top: inherit;
      left: inherit;
      color: #000000;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
  #home-slider-content .title {
    margin: 0 0 10px 0; }
    #home-slider-content .title h1 {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      font-size: 50px;
      line-height: 54px;
      font-size: 5rem;
      line-height: 5.4rem;
      text-transform: uppercase;
      color: #ffffff; }
      #home-slider-content .title h1 b {
        font-family: "Lato", Arial, Tahoma, sans-serif;
        font-weight: 700; }
      @media only screen and (max-width: 767px) {
        #home-slider-content .title h1 {
          color: #000000;
          display: none; } }
  #home-slider-content .post-content {
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      #home-slider-content .post-content {
        color: #000000;
        font-size: 18px;
        line-height: 23px;
        font-size: 1.8rem;
        line-height: 2.3rem;
        padding: 20px 20px 0 20px; } }
  #home-slider-content .actions {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      #home-slider-content .actions {
        display: block; } }
    #home-slider-content .actions a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px;
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
      font-size: 2rem;
      line-height: 2.5rem;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 20px;
      margin: 0 15px;
      border: 1px solid #ffffff;
      background: #000000;
      background: rgba(0, 0, 0, 0.3);
      color: #ffffff;
      min-width: 315px;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      @media only screen and (max-width: 767px) {
        #home-slider-content .actions a {
          height: auto;
          min-width: inherit;
          width: inherit;
          margin: 0 20px;
          display: block;
          color: #000000;
          background: #ffffff;
          background: white;
          border: 1px solid #000000; }
          #home-slider-content .actions a:last-child {
            background: #768e22;
            background: #768e22;
            color: #ffffff;
            border: 1px solid #768e22;
            margin-top: 10px; } }
      #home-slider-content .actions a i.fa-envelope-o {
        margin: 0 10px 0 0; }
      #home-slider-content .actions a i.fa-angle-right {
        margin: 0 0 0 10px; }
      #home-slider-content .actions a:hover {
        background: #768e22;
        background: #768e22;
        border: 1px solid #768e22;
        color: #ffffff; }

.encart-home {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  margin: 40px 0; }
  @media only screen and (max-width: 767px) {
    .encart-home {
      margin: 0; } }
  .encart-home .container {
    max-width: 1330px;
    z-index: 1; }
  .encart-home .encart-home-content {
    display: inline-block;
    position: relative;
    padding: 70px 80px 25px 0;
    width: 55%;
    min-height: 360px;
    text-align: left; }
    @media (max-width: 1023px) {
      .encart-home .encart-home-content {
        width: 100%;
        padding: 10px;
        min-height: inherit;
        margin: 0 0 20px 0; } }
    @media only screen and (max-width: 767px) {
      .encart-home .encart-home-content {
        width: 100%;
        padding: 10px;
        min-height: inherit;
        margin: 0 0 20px 0; } }
    .encart-home .encart-home-content:before {
      content: "";
      z-index: -2;
      position: absolute;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100%;
      background-color: #ffffff;
      -moz-transform: skewX(-15deg);
      -o-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1023px) {
        .encart-home .encart-home-content:before {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .encart-home .encart-home-content:before {
          display: none; } }
    .encart-home .encart-home-content .title {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300;
      font-size: 28px;
      line-height: 32px;
      font-size: 2.8rem;
      line-height: 3.2rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 1220px) {
        .encart-home .encart-home-content .title {
          font-size: 26px;
          line-height: 30px;
          font-size: 2.6rem;
          line-height: 3rem; } }
      .encart-home .encart-home-content .title b {
        font-family: "Lato", Arial, Tahoma, sans-serif;
        font-weight: 400; }
        .encart-home .encart-home-content .title b .xb {
          font-family: "Lato", Arial, Tahoma, sans-serif;
          font-weight: 700; }
      .encart-home .encart-home-content .title .green {
        color: #768e22; }
    .encart-home .encart-home-content .sub-title {
      font-family: "Lora", "Times New Roman", Times, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 22px;
      line-height: 26px;
      font-size: 2.2rem;
      line-height: 2.6rem;
      margin: 15px 0 10px 0; }
      @media only screen and (max-width: 767px) {
        .encart-home .encart-home-content .sub-title {
          font-size: 18px;
          line-height: 22px;
          font-size: 1.8rem;
          line-height: 2.2rem; } }
    .encart-home .encart-home-content .content {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      font-size: 2rem;
      line-height: 2.4rem; }
      @media only screen and (max-width: 1220px) {
        .encart-home .encart-home-content .content {
          font-size: 16px;
          line-height: 20px;
          font-size: 1.6rem;
          line-height: 2rem; } }
    .encart-home .encart-home-content .nb {
      margin-top: 20px;
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 16px;
      line-height: 20px;
      font-size: 1.6rem;
      line-height: 2rem; }
    .encart-home .encart-home-content .action {
      margin: 10px 0 0 0;
      text-align: right; }
      .encart-home .encart-home-content .action a {
        display: inline-block;
        vertical-align: middle;
        font-family: "Lato", Arial, Tahoma, sans-serif;
        font-weight: 300;
        font-size: 40px;
        line-height: 42px;
        font-size: 4rem;
        line-height: 4.2rem;
        text-align: center;
        text-decoration: none;
        width: 45px;
        height: 45px;
        background-color: #768e22;
        color: #ffffff;
        border: 1px solid #768e22;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        .encart-home .encart-home-content .action a:hover {
          background-color: #ffffff;
          color: #768e22; }
    .encart-home .encart-home-content .intervention {
      text-transform: uppercase;
      margin-bottom: 30px;
      text-align: center; }
      @media (max-width: 1023px) {
        .encart-home .encart-home-content .intervention {
          text-align: center; } }
      .encart-home .encart-home-content .intervention .label-wrap {
        display: inline-block;
        vertical-align: top;
        min-width: 170px; }
        .encart-home .encart-home-content .intervention .label-wrap .intervention_fa,
        .encart-home .encart-home-content .intervention .label-wrap .label,
        .encart-home .encart-home-content .intervention .label-wrap .angle-right {
          display: inline-block;
          vertical-align: middle;
          text-align: left; }
        .encart-home .encart-home-content .intervention .label-wrap .intervention_fa {
          min-width: 20px;
          text-align: center; }
        .encart-home .encart-home-content .intervention .label-wrap .label {
          min-width: 125px; }
      .encart-home .encart-home-content .intervention .value {
        display: inline-block;
        min-width: 295px;
        vertical-align: top;
        text-align: left;
        margin-top: 5px; }
        @media (max-width: 1023px) {
          .encart-home .encart-home-content .intervention .value {
            font-size: 14px;
            line-height: 18px;
            font-size: 1.4rem;
            line-height: 1.8rem; } }
        @media only screen and (max-width: 767px) {
          .encart-home .encart-home-content .intervention .value {
            width: 100%;
            font-size: 14px;
            line-height: 18px;
            font-size: 1.4rem;
            line-height: 1.8rem;
            margin: 0 0 0 0; } }
      .encart-home .encart-home-content .intervention .intervention_link {
        display: inline-block;
        padding: 5px 20px;
        margin-top: 10px;
        border: 1px solid #1d1d1b;
        color: #1d1d1b;
        text-decoration: none;
        font-weight: 400; }
        .encart-home .encart-home-content .intervention .intervention_link i {
          display: inline-block;
          margin-right: 10px; }
  .encart-home .encart-home-image {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    width: 55%;
    z-index: -2; }
    @media only screen and (max-width: 767px) {
      .encart-home .encart-home-image {
        width: 100%;
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit; } }
    @media (max-width: 1023px) {
      .encart-home .encart-home-image {
        width: 100%;
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit; } }
    .encart-home .encart-home-image .encart-home-slider {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .encart-home .encart-home-image .encart-home-slider {
          position: relative;
          top: inherit;
          right: inherit;
          bottom: inherit;
          left: inherit;
          width: 100%;
          height: inherit; } }
      @media (max-width: 1023px) {
        .encart-home .encart-home-image .encart-home-slider {
          position: relative;
          top: inherit;
          right: inherit;
          bottom: inherit;
          left: inherit;
          width: 100%;
          height: inherit; } }
      .encart-home .encart-home-image .encart-home-slider .slick-slider {
        margin: 0;
        height: 100%; }
      .encart-home .encart-home-image .encart-home-slider .slick-list {
        height: 100%; }
      .encart-home .encart-home-image .encart-home-slider .slick-track {
        height: 100%;
        width: 100%; }
      .encart-home .encart-home-image .encart-home-slider .item {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center; }
        .encart-home .encart-home-image .encart-home-slider .item img {
          display: none; }
        @media only screen and (max-width: 767px) {
          .encart-home .encart-home-image .encart-home-slider .item {
            background: none; }
            .encart-home .encart-home-image .encart-home-slider .item img {
              display: block; } }
        @media (max-width: 1023px) {
          .encart-home .encart-home-image .encart-home-slider .item {
            background: none; }
            .encart-home .encart-home-image .encart-home-slider .item img {
              display: block;
              float: right; } }
  .encart-home .encart-home-text {
    position: absolute;
    bottom: 85px;
    left: 50%;
    color: #ffffff;
    margin-left: 100px;
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    z-index: 10; }
    @media only screen and (min-width: 768px) and (max-width: 1220px) {
      .encart-home .encart-home-text {
        bottom: 50px;
        margin-left: 70px; } }
    @media (max-width: 1023px) {
      .encart-home .encart-home-text {
        left: 30px;
        margin-left: 0; } }
    .encart-home .encart-home-text .intervention_link {
      display: inline-block;
      padding: 10px 20px;
      margin-top: 15px;
      border: 1px solid #1d1d1b;
      color: #1d1d1b;
      background-color: #ffffff;
      text-decoration: none;
      font-size: 18px;
      line-height: 18px;
      font-size: 1.8rem;
      line-height: 1.8rem;
      font-weight: 400; }
      .encart-home .encart-home-text .intervention_link i {
        display: inline-block;
        margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .encart-home .encart-home-text {
        position: relative;
        bottom: inherit;
        left: inherit;
        margin: 0;
        background: #768e22;
        text-align: center;
        padding: 20px; } }
  .encart-home.revert {
    text-align: right; }
    .encart-home.revert .encart-home-content {
      padding-right: 0;
      padding-left: 80px; }
      @media only screen and (max-width: 767px) {
        .encart-home.revert .encart-home-content {
          padding: 10px; } }
      @media (max-width: 1023px) {
        .encart-home.revert .encart-home-content {
          padding: 10px; } }
      .encart-home.revert .encart-home-content:before {
        right: inherit;
        left: 0;
        -moz-transform: skewX(15deg);
        -o-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg); }
        @media only screen and (max-width: 767px) {
          .encart-home.revert .encart-home-content:before {
            display: none; } }
        @media (max-width: 1023px) {
          .encart-home.revert .encart-home-content:before {
            display: none; } }
    .encart-home.revert .encart-home-image {
      right: inherit;
      left: 0; }

@media (max-width: 1023px) {
  .encart-map {
    /*.encart-home-content{
        .intervention {
            .intervention_fa,
            .label,
            .angle-right,
            .value {
                display: inline-block;
                vertical-align: top;
                width: auto;
            }
            .angle-right {
                margin: 0 5px;
            }
        }
    }
    .encart-home-text {
        margin: 0;
        left: 30px;
        bottom: 30px;
    }*/ } }
@media only screen and (max-width: 767px) {
  .encart-map .encart-home-content .intervention .intervention_fa,
  .encart-map .encart-home-content .intervention .label,
  .encart-map .encart-home-content .intervention .angle-right {
    display: inline-block;
    vertical-align: top;
    width: auto; }
  .encart-map .encart-home-content .intervention .angle-right {
    display: none; }
  .encart-map .encart-home-content .intervention .value {
    margin: 10px 0 0 0;
    display: block;
    text-align: center; }
  .encart-map .encart-home-text {
    margin: 0;
    left: inherit;
    bottom: inherit; } }

.intro-banner {
  background-color: #f5f5f5;
  text-align: center;
  padding: 15px 0 10px 0;
  margin: 40px 0;
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5); }
  .intro-banner .title {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    font-size: 3rem;
    line-height: 3.4rem;
    text-transform: uppercase; }
    .intro-banner .title b {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 700; }
  .intro-banner h2 {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    font-size: 3rem;
    line-height: 3.4rem;
    text-align: center;
    margin: 0;
    color: #1d1d1b;
    text-transform: uppercase; }
  .intro-banner h3 {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    font-size: 2.8rem;
    line-height: 3.2rem;
    text-align: center;
    margin: 0;
    color: #1d1d1b;
    text-transform: uppercase; }
  .intro-banner .arrow {
    font-size: 30px;
    line-height: 35px;
    font-size: 3rem;
    line-height: 3.5rem; }
  @media only screen and (max-width: 767px) {
    .intro-banner .title {
      font-size: 26px;
      line-height: 30px;
      font-size: 2.6rem;
      line-height: 3rem; }
    .intro-banner h2 {
      font-size: 26px;
      line-height: 30px;
      font-size: 2.6rem;
      line-height: 3rem; }
    .intro-banner h3 {
      font-size: 24px;
      line-height: 28px;
      font-size: 2.4rem;
      line-height: 2.8rem; } }

#content-404 .title {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #ffffff;
  background-color: #768e22;
  padding: 20px;
  margin: 10px 20px;
  text-transform: uppercase; }
#content-404 h1 {
  font-size: 22px;
  line-height: 26px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300; }
  #content-404 h1 b {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 700; }
#content-404 .img-404 {
  text-align: center;
  margin: 0 0 50px 0; }
#content-404 .action {
  text-align: center;
  margin: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  #content-404 .action a {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #ffffff;
    background: #768e22;
    padding: 7px 19px;
    border: 1px solid #768e22;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    #content-404 .action a i {
      margin: 0 0 0 10px; }
    #content-404 .action a:hover {
      background-color: #ffffff;
      color: #768e22; }

#img-404 {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  /*height: 220px;
  background-image: url('../img/404.png');
  background-repeat: repeat-x;
  background-position: bottom center;*/ }
  #img-404 img {
    width: 100%;
    height: auto; }

#fixed-rs-contact {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 200;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s; }
  #fixed-rs-contact .action {
    display: block;
    margin: 15px 0;
    text-align: right; }
    #fixed-rs-contact .action a {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 40px;
      text-align: center;
      padding: 0;
      background: #768e22;
      color: #ffffff;
      border: 1px solid #ffffff;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      #fixed-rs-contact .action a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        line-height: 38px;
        font-size: 2rem;
        line-height: 3.8rem; }
      #fixed-rs-contact .action a:hover {
        width: 60px;
        background-color: #ffffff;
        color: #768e22;
        padding: 0 5px;
        border: 1px solid #768e22; }
  @media (max-width: 1023px) {
    #fixed-rs-contact {
      position: fixed;
      top: 0;
      right: 50px;
      font-size: 0;
      text-align: right;
      display: block; }
      #fixed-rs-contact .action {
        margin: 0;
        display: inline-block;
        border-left: 1px solid #ffffff; }
        #fixed-rs-contact .action a {
          border: 1px solid #768e22; }
          #fixed-rs-contact .action a:hover {
            width: 50px;
            background-color: #768e22;
            color: #ffffff;
            padding: 0 5px;
            border: 1px solid #768e22; } }

#main {
  position: relative;
  z-index: 2; }

#footer {
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  padding: 40px 0;
  margin: 80px 0 0 0;
  text-align: center;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5); }
  #footer:after {
    content: "";
    display: table;
    clear: both; }
  #footer .bloc {
    display: inline-block;
    vertical-align: top; }
    #footer .bloc:first-child {
      float: left; }
    #footer .bloc:last-child {
      float: right; }
    @media only screen and (max-width: 1220px) {
      #footer .bloc {
        padding: 10px;
        text-align: center !important; }
        #footer .bloc:first-child, #footer .bloc:last-child {
          float: none; } }
  #footer .company {
    text-align: left; }
  #footer .baseline {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-size: 1.6rem;
    line-height: 2.1rem; }
  #footer .contact-rs {
    font-size: 0;
    text-align: left; }
    #footer .contact-rs .contact {
      margin: 0 0 30px 0; }
    #footer .contact-rs .label,
    #footer .contact-rs .action {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      font-size: 2rem;
      line-height: 2.4rem;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: bottom; }
    #footer .contact-rs .label b {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 700; }
    #footer .contact-rs .action a {
      display: inline-block;
      text-decoration: none;
      color: #ffffff;
      background-color: #768e22; }
    #footer .contact-rs .contact .label {
      margin: 0 15px 0 0; }
    #footer .contact-rs .contact .action a {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      padding: 7px 19px;
      border: 1px solid #768e22;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      #footer .contact-rs .contact .action a i {
        margin: 0 10px 0 0; }
      #footer .contact-rs .contact .action a:hover {
        background-color: #ffffff;
        color: #768e22; }
    #footer .contact-rs .rs .label {
      margin: 0 5px 0 0; }
    #footer .contact-rs .rs .actions {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: middle; }
    #footer .contact-rs .rs .action {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px; }
      #footer .contact-rs .rs .action a {
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 0;
        border: 1px solid #768e22;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        #footer .contact-rs .rs .action a i {
          font-size: 20px;
          line-height: 41px;
          font-size: 2rem;
          line-height: 4.1rem; }
        #footer .contact-rs .rs .action a:hover {
          background-color: #ffffff;
          color: #768e22; }
  #footer .coord {
    text-align: left; }
    #footer .coord .ancv {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      #footer .coord .ancv img {
        margin-left: 20px;
        height: 50px;
        width: auto; }
    #footer .coord .mail,
    #footer .coord .tel {
      margin: 0 0 10px 0; }
    #footer .coord .address {
      margin: 0 0 30px 0; }
      #footer .coord .address .label {
        vertical-align: top; }
    #footer .coord .label,
    #footer .coord .value {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300;
      font-size: 19px;
      line-height: 24px;
      font-size: 1.9rem;
      line-height: 2.4rem;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: bottom; }
      #footer .coord .label b,
      #footer .coord .value b {
        font-family: "Lato", Arial, Tahoma, sans-serif;
        font-weight: 700; }
    #footer .coord .label i {
      margin: 0 10px 0 2px; }
    #footer .coord .value {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 300; }
      #footer .coord .value a {
        color: #1d1d1b;
        text-decoration: none;
        text-transform: none; }
        #footer .coord .value a:hover {
          text-decoration: underline; }
    #footer .coord .site-links {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      font-size: 1.6rem;
      line-height: 2rem; }
      #footer .coord .site-links a {
        color: #1d1d1b;
        text-decoration: none; }
        #footer .coord .site-links a:hover {
          text-decoration: underline; }

.titre {
  margin: 0 0 20px 0; }
  .titre h1 {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 54px;
    font-size: 5rem;
    line-height: 5.4rem;
    color: #1d1d1b;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center; }
    .titre h1 b {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .titre h1 {
        font-size: 32px;
        line-height: 36px;
        font-size: 3.2rem;
        line-height: 3.6rem; } }

.sous-titre {
  margin: -10px 0 20px 0; }
  .sous-titre h2 {
    font-family: "Lora", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    line-height: 32px;
    font-size: 2.8rem;
    line-height: 3.2rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .sous-titre h2 {
        font-size: 20px;
        line-height: 24px;
        font-size: 2rem;
        line-height: 2.4rem; } }

.description {
  font-family: "Lato", Arial, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-size: 1.8rem;
  line-height: 2.2rem; }
  @media only screen and (max-width: 767px) {
    .description {
      font-size: 14px;
      line-height: 18px;
      font-size: 1.4rem;
      line-height: 1.8rem; } }

/*
h2 {
    @include lato-light;
    @include font-size(36,40);
    color: $text-color;
    text-align: left;
}
h3 {
    @include lato;
    @include font-size(22,26);
    color: $green;
    text-transform: uppercase;
    text-align: left;
}
*/
.post-content {
  font-family: "Lora", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  font-size: 2.8rem;
  line-height: 3.3rem;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .post-content {
      font-size: 20px;
      line-height: 25px;
      font-size: 2rem;
      line-height: 2.5rem; } }
  .post-content h2 {
    font-size: 28px;
    line-height: 33px;
    font-size: 2.8rem;
    line-height: 3.3rem;
    font-family: "Lora", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic; }

.baseline {
  font-family: "Lora", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  font-size: 2.8rem;
  line-height: 3.3rem;
  text-align: center;
  margin: 10px 0; }
  @media only screen and (max-width: 767px) {
    .baseline {
      font-size: 20px;
      line-height: 25px;
      font-size: 2rem;
      line-height: 2.5rem; } }

.intro {
  font-family: "Lato", Arial, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 20px 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .intro {
      font-size: 14px;
      line-height: 18px;
      font-size: 1.4rem;
      line-height: 1.8rem; } }

#realisations {
  margin: 50px 0 0 0; }
  #realisations article {
    margin: 0 0 60px 0; }
    #realisations article h2 {
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      font-size: 36px;
      line-height: 40px;
      font-size: 3.6rem;
      line-height: 4rem;
      text-transform: uppercase;
      border-top: 1px solid #000000;
      display: inline-block;
      margin: 0;
      padding: 20px 0 0 0; }
    #realisations article .realisation {
      margin: 0; }
      @media (min-width: 1150px) {
        #realisations article .realisation .grid-sizer,
        #realisations article .realisation .grid-item {
          width: 25%; } }
      @media (min-width: 800px) and (max-width: 1149px) {
        #realisations article .realisation .grid-sizer,
        #realisations article .realisation .grid-item {
          width: 33.333%; }
          #realisations article .realisation .grid-sizer.grid-item--width2,
          #realisations article .realisation .grid-item.grid-item--width2 {
            width: 66.666%; } }
      @media (min-width: 481px) and (max-width: 799px) {
        #realisations article .realisation .grid-sizer,
        #realisations article .realisation .grid-item {
          width: 50%; } }
      @media (max-width: 480px) {
        #realisations article .realisation .grid-sizer,
        #realisations article .realisation .grid-item {
          width: 100%; } }
      #realisations article .realisation .grid-item {
        float: left;
        padding: 10px; }
        #realisations article .realisation .grid-item img {
          width: 100%;
          max-width: inherit; }
        #realisations article .realisation .grid-item .texte_vert {
          font-family: "Lato", Arial, Tahoma, sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          font-size: 1.8rem;
          line-height: 2.2rem;
          padding: 20px;
          background-color: #768e22;
          color: #ffffff; }
          #realisations article .realisation .grid-item .texte_vert h3 {
            font-family: "Lato", Arial, Tahoma, sans-serif;
            font-weight: 400;
            color: #ffffff;
            font-size: 28px;
            line-height: 32px;
            font-size: 2.8rem;
            line-height: 3.2rem;
            text-transform: uppercase; }
        #realisations article .realisation .grid-item .texte_blanc {
          font-family: "Lato", Arial, Tahoma, sans-serif;
          font-weight: 300;
          font-size: 18px;
          line-height: 22px;
          font-size: 1.8rem;
          line-height: 2.2rem;
          padding: 15px; }

body.home #realisations article .realisation {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    body.home #realisations article .realisation {
      margin: 0 auto;
      min-width: 305px; } }
  body.home #realisations article .realisation .grid-item {
    font-size: 18px;
    line-height: 24px;
    font-size: 1.8rem;
    line-height: 2.4rem; }
    body.home #realisations article .realisation .grid-item .texte_vert {
      padding: 40px; }
      body.home #realisations article .realisation .grid-item .texte_vert a {
        text-decoration: none; }
        body.home #realisations article .realisation .grid-item .texte_vert a h3 {
          font-size: 30px;
          line-height: 30px;
          font-size: 3rem;
          line-height: 3rem;
          text-align: right; }
          body.home #realisations article .realisation .grid-item .texte_vert a h3 .plus {
            display: inline-block;
            color: #768e22;
            background-color: #ffffff;
            padding: 0 5px;
            line-height: 26px; }
          body.home #realisations article .realisation .grid-item .texte_vert a h3 .moins {
            font-size: 25px;
            line-height: 25px;
            font-size: 2.5rem;
            line-height: 2.5rem;
            font-weight: 400; }
      body.home #realisations article .realisation .grid-item .texte_vert.home_rea {
        padding: 0; }
        body.home #realisations article .realisation .grid-item .texte_vert.home_rea a {
          display: block;
          padding: 50px 30px; }
    body.home #realisations article .realisation .grid-item .texte_blanc {
      padding: 20px; }

#page-contact .cat_description {
  font-family: "Lora", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center; }
#page-contact #form-content {
  margin: 50px 0 0 0; }
  @media only screen and (max-width: 767px) {
    #page-contact #form-content {
      margin-top: 20px; } }
  #page-contact #form-content .wrap {
    font-size: 0;
    margin: 0 -10px; }
    #page-contact #form-content .wrap .half {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      font-family: "Lato", Arial, Tahoma, sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      font-size: 1.8rem;
      line-height: 2rem;
      color: #1d1d1b;
      padding: 0 10px; }
      @media only screen and (max-width: 767px) {
        #page-contact #form-content .wrap .half:first-child {
          padding-top: 10px; } }
      @media only screen and (max-width: 767px) {
        #page-contact #form-content .wrap .half {
          width: 100%; } }
      #page-contact #form-content .wrap .half fieldset {
        padding: 0;
        margin-bottom: 30px;
        border: none; }
        @media only screen and (max-width: 767px) {
          #page-contact #form-content .wrap .half fieldset {
            margin-bottom: 15px; } }
        #page-contact #form-content .wrap .half fieldset:last-child {
          margin-bottom: 0; }
        #page-contact #form-content .wrap .half fieldset legend {
          display: inline-block;
          position: relative;
          margin-bottom: 15px;
          padding-right: 25px; }
          #page-contact #form-content .wrap .half fieldset legend:after {
            content: "\f105";
            font-family: "FontAwesome", "Open Sans", Arial, sans-serif;
            position: absolute;
            top: 0;
            right: 0;
            font-size: 22px;
            line-height: 24px;
            font-size: 2.2rem;
            line-height: 2.4rem;
            color: #768e22; }
          #page-contact #form-content .wrap .half fieldset legend span {
            position: relative;
            z-index: 10;
            background-color: #ffffff;
            font-family: "Lato", Arial, Tahoma, sans-serif;
            font-weight: 700;
            font-size: 22px;
            line-height: 24px;
            font-size: 2.2rem;
            line-height: 2.4rem;
            text-transform: uppercase;
            color: #768e22; }
        #page-contact #form-content .wrap .half fieldset .field {
          position: relative;
          margin-bottom: 20px; }
          #page-contact #form-content .wrap .half fieldset .field input,
          #page-contact #form-content .wrap .half fieldset .field select,
          #page-contact #form-content .wrap .half fieldset .field textarea {
            width: 100%;
            background-color: #ffffff;
            border: 1px solid #1d1d1b;
            padding: 10px 20px; }
          #page-contact #form-content .wrap .half fieldset .field textarea {
            min-height: 166px; }
          #page-contact #form-content .wrap .half fieldset .field label {
            display: block;
            margin-bottom: 5px; }
          #page-contact #form-content .wrap .half fieldset .field.field-consent input {
            width: auto;
            height: auto; }
          #page-contact #form-content .wrap .half fieldset .field .g-recaptcha {
            /*@include small-screen {
                position: absolute;
                top:0;
                left: 0;
            }*/ }
            #page-contact #form-content .wrap .half fieldset .field .g-recaptcha > div > div {
              max-width: 100%; }
          #page-contact #form-content .wrap .half fieldset .field input::-webkit-input-placeholder,
          #page-contact #form-content .wrap .half fieldset .field textarea::-webkit-input-placeholder {
            color: #1d1d1b;
            opacity: 1; }
          #page-contact #form-content .wrap .half fieldset .field input:-moz-placeholder,
          #page-contact #form-content .wrap .half fieldset .field textarea:-moz-placeholder {
            color: #1d1d1b;
            opacity: 1; }
          #page-contact #form-content .wrap .half fieldset .field input::-moz-placeholder,
          #page-contact #form-content .wrap .half fieldset .field textarea::-moz-placeholder {
            color: #1d1d1b;
            opacity: 1; }
          #page-contact #form-content .wrap .half fieldset .field input:-ms-input-placeholder,
          #page-contact #form-content .wrap .half fieldset .field textarea:-ms-input-placeholder {
            color: #1d1d1b;
            opacity: 1; }
          #page-contact #form-content .wrap .half fieldset .field .error {
            color: red;
            text-align: left;
            margin-top: 5px; }
        @media only screen and (max-width: 767px) {
          #page-contact #form-content .wrap .half fieldset .field.captcha {
            height: 80px; } }
        #page-contact #form-content .wrap .half fieldset .required-fields {
          font-family: "Lato", Arial, Tahoma, sans-serif;
          font-weight: 400;
          font-size: 17px;
          line-height: 21px;
          font-size: 1.7rem;
          line-height: 2.1rem; }
          @media only screen and (max-width: 767px) {
            #page-contact #form-content .wrap .half fieldset .required-fields {
              font-size: 10px;
              line-height: 12px;
              font-size: 1rem;
              line-height: 1.2rem;
              position: absolute;
              top: -15px;
              left: 0;
              padding: 0 10px; } }
      #page-contact #form-content .wrap .half label[for=form-contact-pj] {
        padding: 0 15px 0 0;
        position: relative;
        font-family: "Lato", Arial, Tahoma, sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 21px;
        font-size: 1.7rem;
        line-height: 2.1rem;
        font-style: italic; }
        #page-contact #form-content .wrap .half label[for=form-contact-pj]:after {
          content: "\f105";
          font-family: "FontAwesome", "Open Sans", Arial, sans-serif;
          position: absolute;
          top: 50%;
          right: 0;
          -moz-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-size: 32px;
          line-height: 32px;
          font-size: 3.2rem;
          line-height: 3.2rem;
          color: #768e22; }
          @media only screen and (max-width: 767px) {
            #page-contact #form-content .wrap .half label[for=form-contact-pj]:after {
              display: none; } }
      #page-contact #form-content .wrap .half #form-contact-g-recaptcha {
        display: inline-block;
        margin-bottom: 0; }
      #page-contact #form-content .wrap .half .submit-form {
        display: inline-block;
        vertical-align: top;
        height: 76px;
        width: calc(100% - 310px);
        min-width: 220px; }
        #page-contact #form-content .wrap .half .submit-form button {
          font-family: "Lato", Arial, Tahoma, sans-serif;
          font-weight: 700;
          font-size: 22px;
          line-height: 26px;
          font-size: 2.2rem;
          line-height: 2.6rem;
          color: #ffffff;
          text-transform: uppercase;
          width: 100%;
          height: 100%;
          background-color: #768e22;
          border: 2px solid #768e22;
          text-align: center;
          padding: 10px;
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s;
          letter-spacing: 2px;
          cursor: pointer; }
          #page-contact #form-content .wrap .half .submit-form button:hover {
            background-color: #ffffff;
            color: #768e22; }
      #page-contact #form-content .wrap .half .captcha-submit {
        font-size: 0;
        text-align: left; }

#page-offres-services {
  margin: 20px 0 0 0;
  overflow: hidden; }
  #page-offres-services ul {
    margin: 0 -20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center; }
    #page-offres-services ul li {
      padding: 20px;
      display: inline-block;
      width: 25%;
      vertical-align: top; }
      @media only screen and (min-width: 768px) and (max-width: 1220px) {
        #page-offres-services ul li {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        #page-offres-services ul li {
          width: 100%; } }
      #page-offres-services ul li .inner {
        -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
        padding: 0 0 25px 0; }
        #page-offres-services ul li .inner .img-wrap {
          position: relative;
          background-color: #768e22;
          overflow: hidden; }
          #page-offres-services ul li .inner .img-wrap:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            border-color: transparent #ffffff transparent transparent;
            border-width: 80px 700px 0 0;
            border-style: solid; }
        #page-offres-services ul li .inner h3 {
          font-size: 23px;
          line-height: 28px;
          font-size: 2.3rem;
          line-height: 2.8rem;
          text-align: center;
          margin: 15px 40px;
          font-weight: 400;
          text-transform: uppercase; }
        #page-offres-services ul li .inner .desc {
          font-family: "Lora", "Times New Roman", Times, serif;
          font-weight: 400;
          font-size: 15px;
          line-height: 19px;
          font-size: 1.5rem;
          line-height: 1.9rem;
          text-align: center; }
        #page-offres-services ul li .inner a {
          display: block;
          margin: 25px 25px 0 25px;
          padding: 10px;
          border: 1px solid #1d1d1b;
          background-color: #ffffff;
          color: #1d1d1b;
          text-transform: uppercase;
          text-align: center;
          text-decoration: none;
          font-size: 18px;
          line-height: 18px;
          font-size: 1.8rem;
          line-height: 1.8rem;
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
          #page-offres-services ul li .inner a:hover {
            border: 1px solid #768e22;
            background-color: #768e22;
            color: #ffffff; }
          #page-offres-services ul li .inner a i {
            margin: 0 0 0 10px; }

#a-la-une #event {
  float: left;
  width: 33.333%; }
  @media only screen and (max-width: 767px) {
    #a-la-une #event {
      float: none;
      width: 100%;
      margin: 0 0 20px 0; } }
  #a-la-une #event a {
    display: block;
    background-color: #768e22;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      #a-la-une #event a {
        padding: 0; } }
    #a-la-une #event a .underline {
      font-size: 18px;
      line-height: 22px;
      font-size: 1.8rem;
      line-height: 2.2rem;
      text-align: center;
      padding: 25px 10px 0 10px;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase;
      color: #ffffff; }
    #a-la-une #event a .title {
      font-size: 22px;
      line-height: 26px;
      font-size: 2.2rem;
      line-height: 2.6rem;
      text-align: center;
      padding: 15px 10px 0 10px;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff; }
    #a-la-une #event a .button {
      text-align: center;
      padding: 25px 10px 35px 10px;
      position: relative; }
      #a-la-une #event a .button div {
        display: inline-block;
        padding: 10px 45px;
        color: #768e22;
        background-color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 700; }
      #a-la-une #event a .button i {
        position: absolute;
        bottom: 10px;
        left: 50%;
        color: #ffffff;
        margin-left: -7px; }
    #a-la-une #event a .img {
      text-align: center; }
#a-la-une #actus {
  float: right;
  width: 66.666%;
  padding-left: 5%; }
  @media only screen and (max-width: 767px) {
    #a-la-une #actus {
      float: none;
      width: 100%;
      padding: 0; } }
  #a-la-une #actus .actu {
    margin: 0 0 55px 0; }
    @media only screen and (max-width: 767px) {
      #a-la-une #actus .actu {
        margin: 0 0 30px 0; } }
  #a-la-une #actus a {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    text-decoration: none;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #a-la-une #actus a {
        padding: 0;
        margin: 0 0 30px 0; } }
    #a-la-une #actus a .inner:after {
      content: "";
      display: table;
      clear: both; }
    #a-la-une #actus a .img {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 265px);
      height: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center; }
      #a-la-une #actus a .img img {
        display: none; }
      @media only screen and (max-width: 767px) {
        #a-la-une #actus a .img {
          position: relative;
          top: inherit;
          left: inherit;
          width: 100%;
          height: auto; }
          #a-la-une #actus a .img img {
            display: block;
            visibility: hidden; } }
    #a-la-une #actus a .text {
      position: relative;
      float: right;
      padding: 0;
      width: 100%;
      max-width: 265px;
      min-height: 290px; }
      @media only screen and (max-width: 767px) {
        #a-la-une #actus a .text {
          float: none;
          padding: 20px 0;
          width: 100%;
          max-width: 100%;
          min-height: inherit;
          text-align: center; } }
      #a-la-une #actus a .text .text-inner {
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0 30px 0 20px;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          #a-la-une #actus a .text .text-inner {
            position: relative;
            top: inherit;
            right: inherit;
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
      #a-la-une #actus a .text .title {
        position: relative;
        display: inline-block;
        font-size: 22px;
        line-height: 26px;
        font-size: 2.2rem;
        line-height: 2.6rem;
        padding: 0 0 0 20px;
        text-align: right;
        font-weight: 700;
        text-transform: uppercase;
        color: #000000; }
        #a-la-une #actus a .text .title i {
          position: absolute;
          bottom: 0;
          left: 0;
          color: #000000;
          font-size: 22px;
          line-height: 26px;
          font-size: 2.2rem;
          line-height: 2.6rem; }
        @media only screen and (max-width: 767px) {
          #a-la-une #actus a .text .title {
            padding: 0;
            text-align: center; }
            #a-la-une #actus a .text .title i {
              display: none; } }
      #a-la-une #actus a .text .button {
        text-align: right;
        padding: 35px 0 0 0; }
        @media only screen and (max-width: 767px) {
          #a-la-une #actus a .text .button {
            text-align: center;
            padding: 0;
            margin: 20px 0 0 0; } }
        #a-la-une #actus a .text .button div {
          display: block;
          padding: 10px 45px;
          margin-left: 10px;
          color: #ffffff;
          background-color: #768e22;
          border: 2px solid #768e22;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 16px;
          font-size: 1.6rem;
          line-height: 1.6rem;
          font-weight: 700;
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
    #a-la-une #actus a:hover .text .button div {
      color: #768e22;
      background-color: #ffffff; }
#a-la-une #blog {
  text-align: right; }
  #a-la-une #blog a {
    position: relative;
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #768e22;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    background: none;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    @media only screen and (max-width: 1220px) {
      #a-la-une #blog a {
        font-size: 32px;
        line-height: 36px;
        font-size: 3.2rem;
        line-height: 3.6rem; } }
    #a-la-une #blog a div {
      display: inline-block;
      vertical-align: middle;
      padding-right: 20px; }
      @media only screen and (max-width: 767px) {
        #a-la-une #blog a div {
          max-width: calc(100% - 80px); } }
    #a-la-une #blog a span {
      width: 64px;
      height: 64px;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      font-size: 54px;
      line-height: 54px;
      font-size: 5.4rem;
      line-height: 5.4rem;
      color: #ffffff;
      background-color: #768e22;
      border: 2px solid #768e22;
      text-align: center;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
    #a-la-une #blog a:hover span {
      color: #768e22;
      background-color: #ffffff; }

#page-actualites .grid2 {
  padding: 0;
  margin: 0 -20px;
  font-size: 0px;
  line-height: 0px;
  font-size: 0rem;
  line-height: 0rem; }
  #page-actualites .grid2 .grid-item {
    margin: 0;
    padding: 10px;
    width: 620px; }
    #page-actualites .grid2 .grid-item a {
      display: block;
      background-color: #f5f5f5;
      text-decoration: none; }
      #page-actualites .grid2 .grid-item a .img {
        float: left;
        width: 100%;
        max-width: 337px; }
      #page-actualites .grid2 .grid-item a .text {
        float: right;
        padding: 0 35px 0 0;
        width: 100%;
        max-width: 263px;
        text-align: right; }
        #page-actualites .grid2 .grid-item a .text .title {
          font-size: 22px;
          line-height: 26px;
          font-size: 2.2rem;
          line-height: 2.6rem;
          padding: 40px 0 0 0;
          font-weight: 700;
          text-transform: uppercase;
          color: #000000;
          position: relative; }
          #page-actualites .grid2 .grid-item a .text .title i {
            position: absolute;
            bottom: 0;
            left: 15px;
            color: #000000; }
        #page-actualites .grid2 .grid-item a .text .button {
          text-align: right;
          padding: 35px 0 0 0; }
          #page-actualites .grid2 .grid-item a .text .button div {
            display: inline-block;
            padding: 10px 45px;
            color: #ffffff;
            background-color: #768e22;
            border: 2px solid #768e22;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 16px;
            font-size: 1.6rem;
            line-height: 1.6rem;
            font-weight: 700; }
      #page-actualites .grid2 .grid-item a:hover .text .button div {
        color: #768e22;
        background-color: #ffffff; }

#page-search ul {
  padding: 0;
  margin: 0 -20px;
  font-size: 0px;
  line-height: 0px;
  font-size: 0rem;
  line-height: 0rem; }
  #page-search ul li {
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 50%;
    vertical-align: top; }
    #page-search ul li a {
      display: block;
      background-color: #f5f5f5;
      text-decoration: none;
      padding: 35px 35px 110px 35px;
      position: relative; }
      #page-search ul li a .title {
        font-size: 22px;
        line-height: 26px;
        font-size: 2.2rem;
        line-height: 2.6rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #000000; }
      #page-search ul li a .desc {
        font-size: 18px;
        line-height: 22px;
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 10px 0 0 0;
        font-weight: 400;
        color: #000000; }
      #page-search ul li a .button {
        text-align: right;
        position: absolute;
        right: 35px;
        bottom: 35px; }
        #page-search ul li a .button div {
          display: inline-block;
          padding: 10px 45px;
          color: #ffffff;
          background-color: #768e22;
          border: 2px solid #768e22;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 16px;
          font-size: 1.6rem;
          line-height: 1.6rem;
          font-weight: 700; }
      #page-search ul li a:hover .button div {
        color: #768e22;
        background-color: #ffffff; }

#plan-du-site ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  #plan-du-site ul li {
    font-size: 20px;
    line-height: 24px;
    font-size: 2rem;
    line-height: 2.4rem;
    position: relative;
    padding: 0 0 0 15px;
    margin: 10px 0; }
    #plan-du-site ul li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      color: #768e22;
      position: absolute;
      top: 0;
      left: 0; }
    #plan-du-site ul li a {
      text-decoration: none; }
      #plan-du-site ul li a:hover {
        text-decoration: underline; }

#page-actualites #a-la-une {
  overflow: hidden; }
  #page-actualites #a-la-une #actus {
    font-size: 0;
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 0 -10px; }
    @media only screen and (max-width: 767px) {
      #page-actualites #a-la-une #actus {
        margin: 0; } }
    #page-actualites #a-la-une #actus .actu {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin: 0;
      padding: 10px;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      @media (max-width: 1023px) {
        #page-actualites #a-la-une #actus .actu {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #page-actualites #a-la-une #actus .actu {
          width: 100%; } }

body .tac_activate .tac_float .tarteaucitronAllow {
  background: #768e22; }
body #tarteaucitronAlertBig {
  border-top: 1px solid #ffffff; }
  body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
  body #tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #768e22; }
body .bk_calendar_frame {
  margin: auto; }
body .block_hints {
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  display: table; }

/*# sourceMappingURL=theme.css.map */
