/*
	Theme Name: Data LabCenter
	Theme URI:
        Author:  Le Cerkle + Nicolas Gillium
        Author URI:
        Version: 1.3.6
*/
/*
    Created on : 15 juil. 2016, 17:06:42
    Author     : mickael
*/
/*
à utiliser avec :
https://github.com/jakubpawlowicz/clean-css
https://www.npmjs.com/package/less-plugin-clean-css
https://github.com/less/less-plugin-autoprefix
*/
/* VERT historique : #0056B8 */
/* BLEU 2023 : #0056B8 ou  RGB(0, 86, 184) */
/**/
/**/
/**/
/**/
/***************************
*
*   Grille custom
*
*****************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/**/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.grid-10.container:before,
.grid-10.container:after,
.grid-10.container-fluid:before,
.grid-10.container-fluid:after,
.grid-10 .row:before,
.grid-10 .row:after,
.grid-14.container:before,
.grid-14.container:after,
.grid-14.container-fluid:before,
.grid-14.container-fluid:after,
.grid-14 .row:before,
.grid-14 .row:after,
.grid-30.container:before,
.grid-30.container:after,
.grid-30.container-fluid:before,
.grid-30.container-fluid:after,
.grid-30 .row:before,
.grid-30 .row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.grid-10.container:after,
.grid-10.container-fluid:after,
.grid-10 .row:after,
.grid-14.container:after,
.grid-14.container-fluid:after,
.grid-14 .row:after,
.grid-30.container:after,
.grid-30.container-fluid:after,
.grid-30 .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/**/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 879px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 879px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 879px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 879px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 880px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 880px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 880px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 880px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 879px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 880px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 880px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 880px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/**/
.grid-10.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 880px) {
  .grid-10.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .grid-10.container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .grid-10.container {
    width: 1140px;
  }
}
.grid-10.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-10 .row {
  margin-left: 0px;
  margin-right: 0px;
}
.grid-10 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-10 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10 {
  float: left;
}
.grid-10 .col-xs-10 {
  width: 100%;
}
.grid-10 .col-xs-9 {
  width: 90%;
}
.grid-10 .col-xs-8 {
  width: 80%;
}
.grid-10 .col-xs-7 {
  width: 70%;
}
.grid-10 .col-xs-6 {
  width: 60%;
}
.grid-10 .col-xs-5 {
  width: 50%;
}
.grid-10 .col-xs-4 {
  width: 40%;
}
.grid-10 .col-xs-3 {
  width: 30%;
}
.grid-10 .col-xs-2 {
  width: 20%;
}
.grid-10 .col-xs-1 {
  width: 10%;
}
.grid-10 .col-xs-pull-10 {
  right: 100%;
}
.grid-10 .col-xs-pull-9 {
  right: 90%;
}
.grid-10 .col-xs-pull-8 {
  right: 80%;
}
.grid-10 .col-xs-pull-7 {
  right: 70%;
}
.grid-10 .col-xs-pull-6 {
  right: 60%;
}
.grid-10 .col-xs-pull-5 {
  right: 50%;
}
.grid-10 .col-xs-pull-4 {
  right: 40%;
}
.grid-10 .col-xs-pull-3 {
  right: 30%;
}
.grid-10 .col-xs-pull-2 {
  right: 20%;
}
.grid-10 .col-xs-pull-1 {
  right: 10%;
}
.grid-10 .col-xs-pull-0 {
  right: auto;
}
.grid-10 .col-xs-push-10 {
  left: 100%;
}
.grid-10 .col-xs-push-9 {
  left: 90%;
}
.grid-10 .col-xs-push-8 {
  left: 80%;
}
.grid-10 .col-xs-push-7 {
  left: 70%;
}
.grid-10 .col-xs-push-6 {
  left: 60%;
}
.grid-10 .col-xs-push-5 {
  left: 50%;
}
.grid-10 .col-xs-push-4 {
  left: 40%;
}
.grid-10 .col-xs-push-3 {
  left: 30%;
}
.grid-10 .col-xs-push-2 {
  left: 20%;
}
.grid-10 .col-xs-push-1 {
  left: 10%;
}
.grid-10 .col-xs-push-0 {
  left: auto;
}
.grid-10 .col-xs-offset-10 {
  margin-left: 100%;
}
.grid-10 .col-xs-offset-9 {
  margin-left: 90%;
}
.grid-10 .col-xs-offset-8 {
  margin-left: 80%;
}
.grid-10 .col-xs-offset-7 {
  margin-left: 70%;
}
.grid-10 .col-xs-offset-6 {
  margin-left: 60%;
}
.grid-10 .col-xs-offset-5 {
  margin-left: 50%;
}
.grid-10 .col-xs-offset-4 {
  margin-left: 40%;
}
.grid-10 .col-xs-offset-3 {
  margin-left: 30%;
}
.grid-10 .col-xs-offset-2 {
  margin-left: 20%;
}
.grid-10 .col-xs-offset-1 {
  margin-left: 10%;
}
.grid-10 .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 880px) {
  .grid-10 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10 {
    float: left;
  }
  .grid-10 .col-sm-10 {
    width: 100%;
  }
  .grid-10 .col-sm-9 {
    width: 90%;
  }
  .grid-10 .col-sm-8 {
    width: 80%;
  }
  .grid-10 .col-sm-7 {
    width: 70%;
  }
  .grid-10 .col-sm-6 {
    width: 60%;
  }
  .grid-10 .col-sm-5 {
    width: 50%;
  }
  .grid-10 .col-sm-4 {
    width: 40%;
  }
  .grid-10 .col-sm-3 {
    width: 30%;
  }
  .grid-10 .col-sm-2 {
    width: 20%;
  }
  .grid-10 .col-sm-1 {
    width: 10%;
  }
  .grid-10 .col-sm-pull-10 {
    right: 100%;
  }
  .grid-10 .col-sm-pull-9 {
    right: 90%;
  }
  .grid-10 .col-sm-pull-8 {
    right: 80%;
  }
  .grid-10 .col-sm-pull-7 {
    right: 70%;
  }
  .grid-10 .col-sm-pull-6 {
    right: 60%;
  }
  .grid-10 .col-sm-pull-5 {
    right: 50%;
  }
  .grid-10 .col-sm-pull-4 {
    right: 40%;
  }
  .grid-10 .col-sm-pull-3 {
    right: 30%;
  }
  .grid-10 .col-sm-pull-2 {
    right: 20%;
  }
  .grid-10 .col-sm-pull-1 {
    right: 10%;
  }
  .grid-10 .col-sm-pull-0 {
    right: auto;
  }
  .grid-10 .col-sm-push-10 {
    left: 100%;
  }
  .grid-10 .col-sm-push-9 {
    left: 90%;
  }
  .grid-10 .col-sm-push-8 {
    left: 80%;
  }
  .grid-10 .col-sm-push-7 {
    left: 70%;
  }
  .grid-10 .col-sm-push-6 {
    left: 60%;
  }
  .grid-10 .col-sm-push-5 {
    left: 50%;
  }
  .grid-10 .col-sm-push-4 {
    left: 40%;
  }
  .grid-10 .col-sm-push-3 {
    left: 30%;
  }
  .grid-10 .col-sm-push-2 {
    left: 20%;
  }
  .grid-10 .col-sm-push-1 {
    left: 10%;
  }
  .grid-10 .col-sm-push-0 {
    left: auto;
  }
  .grid-10 .col-sm-offset-10 {
    margin-left: 100%;
  }
  .grid-10 .col-sm-offset-9 {
    margin-left: 90%;
  }
  .grid-10 .col-sm-offset-8 {
    margin-left: 80%;
  }
  .grid-10 .col-sm-offset-7 {
    margin-left: 70%;
  }
  .grid-10 .col-sm-offset-6 {
    margin-left: 60%;
  }
  .grid-10 .col-sm-offset-5 {
    margin-left: 50%;
  }
  .grid-10 .col-sm-offset-4 {
    margin-left: 40%;
  }
  .grid-10 .col-sm-offset-3 {
    margin-left: 30%;
  }
  .grid-10 .col-sm-offset-2 {
    margin-left: 20%;
  }
  .grid-10 .col-sm-offset-1 {
    margin-left: 10%;
  }
  .grid-10 .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .grid-10 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10 {
    float: left;
  }
  .grid-10 .col-md-10 {
    width: 100%;
  }
  .grid-10 .col-md-9 {
    width: 90%;
  }
  .grid-10 .col-md-8 {
    width: 80%;
  }
  .grid-10 .col-md-7 {
    width: 70%;
  }
  .grid-10 .col-md-6 {
    width: 60%;
  }
  .grid-10 .col-md-5 {
    width: 50%;
  }
  .grid-10 .col-md-4 {
    width: 40%;
  }
  .grid-10 .col-md-3 {
    width: 30%;
  }
  .grid-10 .col-md-2 {
    width: 20%;
  }
  .grid-10 .col-md-1 {
    width: 10%;
  }
  .grid-10 .col-md-pull-10 {
    right: 100%;
  }
  .grid-10 .col-md-pull-9 {
    right: 90%;
  }
  .grid-10 .col-md-pull-8 {
    right: 80%;
  }
  .grid-10 .col-md-pull-7 {
    right: 70%;
  }
  .grid-10 .col-md-pull-6 {
    right: 60%;
  }
  .grid-10 .col-md-pull-5 {
    right: 50%;
  }
  .grid-10 .col-md-pull-4 {
    right: 40%;
  }
  .grid-10 .col-md-pull-3 {
    right: 30%;
  }
  .grid-10 .col-md-pull-2 {
    right: 20%;
  }
  .grid-10 .col-md-pull-1 {
    right: 10%;
  }
  .grid-10 .col-md-pull-0 {
    right: auto;
  }
  .grid-10 .col-md-push-10 {
    left: 100%;
  }
  .grid-10 .col-md-push-9 {
    left: 90%;
  }
  .grid-10 .col-md-push-8 {
    left: 80%;
  }
  .grid-10 .col-md-push-7 {
    left: 70%;
  }
  .grid-10 .col-md-push-6 {
    left: 60%;
  }
  .grid-10 .col-md-push-5 {
    left: 50%;
  }
  .grid-10 .col-md-push-4 {
    left: 40%;
  }
  .grid-10 .col-md-push-3 {
    left: 30%;
  }
  .grid-10 .col-md-push-2 {
    left: 20%;
  }
  .grid-10 .col-md-push-1 {
    left: 10%;
  }
  .grid-10 .col-md-push-0 {
    left: auto;
  }
  .grid-10 .col-md-offset-10 {
    margin-left: 100%;
  }
  .grid-10 .col-md-offset-9 {
    margin-left: 90%;
  }
  .grid-10 .col-md-offset-8 {
    margin-left: 80%;
  }
  .grid-10 .col-md-offset-7 {
    margin-left: 70%;
  }
  .grid-10 .col-md-offset-6 {
    margin-left: 60%;
  }
  .grid-10 .col-md-offset-5 {
    margin-left: 50%;
  }
  .grid-10 .col-md-offset-4 {
    margin-left: 40%;
  }
  .grid-10 .col-md-offset-3 {
    margin-left: 30%;
  }
  .grid-10 .col-md-offset-2 {
    margin-left: 20%;
  }
  .grid-10 .col-md-offset-1 {
    margin-left: 10%;
  }
  .grid-10 .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .grid-10 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10 {
    float: left;
  }
  .grid-10 .col-lg-10 {
    width: 100%;
  }
  .grid-10 .col-lg-9 {
    width: 90%;
  }
  .grid-10 .col-lg-8 {
    width: 80%;
  }
  .grid-10 .col-lg-7 {
    width: 70%;
  }
  .grid-10 .col-lg-6 {
    width: 60%;
  }
  .grid-10 .col-lg-5 {
    width: 50%;
  }
  .grid-10 .col-lg-4 {
    width: 40%;
  }
  .grid-10 .col-lg-3 {
    width: 30%;
  }
  .grid-10 .col-lg-2 {
    width: 20%;
  }
  .grid-10 .col-lg-1 {
    width: 10%;
  }
  .grid-10 .col-lg-pull-10 {
    right: 100%;
  }
  .grid-10 .col-lg-pull-9 {
    right: 90%;
  }
  .grid-10 .col-lg-pull-8 {
    right: 80%;
  }
  .grid-10 .col-lg-pull-7 {
    right: 70%;
  }
  .grid-10 .col-lg-pull-6 {
    right: 60%;
  }
  .grid-10 .col-lg-pull-5 {
    right: 50%;
  }
  .grid-10 .col-lg-pull-4 {
    right: 40%;
  }
  .grid-10 .col-lg-pull-3 {
    right: 30%;
  }
  .grid-10 .col-lg-pull-2 {
    right: 20%;
  }
  .grid-10 .col-lg-pull-1 {
    right: 10%;
  }
  .grid-10 .col-lg-pull-0 {
    right: auto;
  }
  .grid-10 .col-lg-push-10 {
    left: 100%;
  }
  .grid-10 .col-lg-push-9 {
    left: 90%;
  }
  .grid-10 .col-lg-push-8 {
    left: 80%;
  }
  .grid-10 .col-lg-push-7 {
    left: 70%;
  }
  .grid-10 .col-lg-push-6 {
    left: 60%;
  }
  .grid-10 .col-lg-push-5 {
    left: 50%;
  }
  .grid-10 .col-lg-push-4 {
    left: 40%;
  }
  .grid-10 .col-lg-push-3 {
    left: 30%;
  }
  .grid-10 .col-lg-push-2 {
    left: 20%;
  }
  .grid-10 .col-lg-push-1 {
    left: 10%;
  }
  .grid-10 .col-lg-push-0 {
    left: auto;
  }
  .grid-10 .col-lg-offset-10 {
    margin-left: 100%;
  }
  .grid-10 .col-lg-offset-9 {
    margin-left: 90%;
  }
  .grid-10 .col-lg-offset-8 {
    margin-left: 80%;
  }
  .grid-10 .col-lg-offset-7 {
    margin-left: 70%;
  }
  .grid-10 .col-lg-offset-6 {
    margin-left: 60%;
  }
  .grid-10 .col-lg-offset-5 {
    margin-left: 50%;
  }
  .grid-10 .col-lg-offset-4 {
    margin-left: 40%;
  }
  .grid-10 .col-lg-offset-3 {
    margin-left: 30%;
  }
  .grid-10 .col-lg-offset-2 {
    margin-left: 20%;
  }
  .grid-10 .col-lg-offset-1 {
    margin-left: 10%;
  }
  .grid-10 .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.grid-14.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 880px) {
  .grid-14.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .grid-14.container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .grid-14.container {
    width: 1140px;
  }
}
.grid-14.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-14 .row {
  margin-left: 0px;
  margin-right: 0px;
}
.grid-14 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-14 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14 {
  float: left;
}
.grid-14 .col-xs-14 {
  width: 100%;
}
.grid-14 .col-xs-13 {
  width: 92.85714286%;
}
.grid-14 .col-xs-12 {
  width: 85.71428571%;
}
.grid-14 .col-xs-11 {
  width: 78.57142857%;
}
.grid-14 .col-xs-10 {
  width: 71.42857143%;
}
.grid-14 .col-xs-9 {
  width: 64.28571429%;
}
.grid-14 .col-xs-8 {
  width: 57.14285714%;
}
.grid-14 .col-xs-7 {
  width: 50%;
}
.grid-14 .col-xs-6 {
  width: 42.85714286%;
}
.grid-14 .col-xs-5 {
  width: 35.71428571%;
}
.grid-14 .col-xs-4 {
  width: 28.57142857%;
}
.grid-14 .col-xs-3 {
  width: 21.42857143%;
}
.grid-14 .col-xs-2 {
  width: 14.28571429%;
}
.grid-14 .col-xs-1 {
  width: 7.14285714%;
}
.grid-14 .col-xs-pull-14 {
  right: 100%;
}
.grid-14 .col-xs-pull-13 {
  right: 92.85714286%;
}
.grid-14 .col-xs-pull-12 {
  right: 85.71428571%;
}
.grid-14 .col-xs-pull-11 {
  right: 78.57142857%;
}
.grid-14 .col-xs-pull-10 {
  right: 71.42857143%;
}
.grid-14 .col-xs-pull-9 {
  right: 64.28571429%;
}
.grid-14 .col-xs-pull-8 {
  right: 57.14285714%;
}
.grid-14 .col-xs-pull-7 {
  right: 50%;
}
.grid-14 .col-xs-pull-6 {
  right: 42.85714286%;
}
.grid-14 .col-xs-pull-5 {
  right: 35.71428571%;
}
.grid-14 .col-xs-pull-4 {
  right: 28.57142857%;
}
.grid-14 .col-xs-pull-3 {
  right: 21.42857143%;
}
.grid-14 .col-xs-pull-2 {
  right: 14.28571429%;
}
.grid-14 .col-xs-pull-1 {
  right: 7.14285714%;
}
.grid-14 .col-xs-pull-0 {
  right: auto;
}
.grid-14 .col-xs-push-14 {
  left: 100%;
}
.grid-14 .col-xs-push-13 {
  left: 92.85714286%;
}
.grid-14 .col-xs-push-12 {
  left: 85.71428571%;
}
.grid-14 .col-xs-push-11 {
  left: 78.57142857%;
}
.grid-14 .col-xs-push-10 {
  left: 71.42857143%;
}
.grid-14 .col-xs-push-9 {
  left: 64.28571429%;
}
.grid-14 .col-xs-push-8 {
  left: 57.14285714%;
}
.grid-14 .col-xs-push-7 {
  left: 50%;
}
.grid-14 .col-xs-push-6 {
  left: 42.85714286%;
}
.grid-14 .col-xs-push-5 {
  left: 35.71428571%;
}
.grid-14 .col-xs-push-4 {
  left: 28.57142857%;
}
.grid-14 .col-xs-push-3 {
  left: 21.42857143%;
}
.grid-14 .col-xs-push-2 {
  left: 14.28571429%;
}
.grid-14 .col-xs-push-1 {
  left: 7.14285714%;
}
.grid-14 .col-xs-push-0 {
  left: auto;
}
.grid-14 .col-xs-offset-14 {
  margin-left: 100%;
}
.grid-14 .col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.grid-14 .col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.grid-14 .col-xs-offset-11 {
  margin-left: 78.57142857%;
}
.grid-14 .col-xs-offset-10 {
  margin-left: 71.42857143%;
}
.grid-14 .col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.grid-14 .col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.grid-14 .col-xs-offset-7 {
  margin-left: 50%;
}
.grid-14 .col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.grid-14 .col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.grid-14 .col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.grid-14 .col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.grid-14 .col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.grid-14 .col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.grid-14 .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 880px) {
  .grid-14 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
    float: left;
  }
  .grid-14 .col-sm-14 {
    width: 100%;
  }
  .grid-14 .col-sm-13 {
    width: 92.85714286%;
  }
  .grid-14 .col-sm-12 {
    width: 85.71428571%;
  }
  .grid-14 .col-sm-11 {
    width: 78.57142857%;
  }
  .grid-14 .col-sm-10 {
    width: 71.42857143%;
  }
  .grid-14 .col-sm-9 {
    width: 64.28571429%;
  }
  .grid-14 .col-sm-8 {
    width: 57.14285714%;
  }
  .grid-14 .col-sm-7 {
    width: 50%;
  }
  .grid-14 .col-sm-6 {
    width: 42.85714286%;
  }
  .grid-14 .col-sm-5 {
    width: 35.71428571%;
  }
  .grid-14 .col-sm-4 {
    width: 28.57142857%;
  }
  .grid-14 .col-sm-3 {
    width: 21.42857143%;
  }
  .grid-14 .col-sm-2 {
    width: 14.28571429%;
  }
  .grid-14 .col-sm-1 {
    width: 7.14285714%;
  }
  .grid-14 .col-sm-pull-14 {
    right: 100%;
  }
  .grid-14 .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .grid-14 .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .grid-14 .col-sm-pull-11 {
    right: 78.57142857%;
  }
  .grid-14 .col-sm-pull-10 {
    right: 71.42857143%;
  }
  .grid-14 .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .grid-14 .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .grid-14 .col-sm-pull-7 {
    right: 50%;
  }
  .grid-14 .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .grid-14 .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .grid-14 .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .grid-14 .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .grid-14 .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .grid-14 .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .grid-14 .col-sm-pull-0 {
    right: auto;
  }
  .grid-14 .col-sm-push-14 {
    left: 100%;
  }
  .grid-14 .col-sm-push-13 {
    left: 92.85714286%;
  }
  .grid-14 .col-sm-push-12 {
    left: 85.71428571%;
  }
  .grid-14 .col-sm-push-11 {
    left: 78.57142857%;
  }
  .grid-14 .col-sm-push-10 {
    left: 71.42857143%;
  }
  .grid-14 .col-sm-push-9 {
    left: 64.28571429%;
  }
  .grid-14 .col-sm-push-8 {
    left: 57.14285714%;
  }
  .grid-14 .col-sm-push-7 {
    left: 50%;
  }
  .grid-14 .col-sm-push-6 {
    left: 42.85714286%;
  }
  .grid-14 .col-sm-push-5 {
    left: 35.71428571%;
  }
  .grid-14 .col-sm-push-4 {
    left: 28.57142857%;
  }
  .grid-14 .col-sm-push-3 {
    left: 21.42857143%;
  }
  .grid-14 .col-sm-push-2 {
    left: 14.28571429%;
  }
  .grid-14 .col-sm-push-1 {
    left: 7.14285714%;
  }
  .grid-14 .col-sm-push-0 {
    left: auto;
  }
  .grid-14 .col-sm-offset-14 {
    margin-left: 100%;
  }
  .grid-14 .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .grid-14 .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .grid-14 .col-sm-offset-11 {
    margin-left: 78.57142857%;
  }
  .grid-14 .col-sm-offset-10 {
    margin-left: 71.42857143%;
  }
  .grid-14 .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .grid-14 .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .grid-14 .col-sm-offset-7 {
    margin-left: 50%;
  }
  .grid-14 .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .grid-14 .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .grid-14 .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .grid-14 .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .grid-14 .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .grid-14 .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .grid-14 .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .grid-14 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14 {
    float: left;
  }
  .grid-14 .col-md-14 {
    width: 100%;
  }
  .grid-14 .col-md-13 {
    width: 92.85714286%;
  }
  .grid-14 .col-md-12 {
    width: 85.71428571%;
  }
  .grid-14 .col-md-11 {
    width: 78.57142857%;
  }
  .grid-14 .col-md-10 {
    width: 71.42857143%;
  }
  .grid-14 .col-md-9 {
    width: 64.28571429%;
  }
  .grid-14 .col-md-8 {
    width: 57.14285714%;
  }
  .grid-14 .col-md-7 {
    width: 50%;
  }
  .grid-14 .col-md-6 {
    width: 42.85714286%;
  }
  .grid-14 .col-md-5 {
    width: 35.71428571%;
  }
  .grid-14 .col-md-4 {
    width: 28.57142857%;
  }
  .grid-14 .col-md-3 {
    width: 21.42857143%;
  }
  .grid-14 .col-md-2 {
    width: 14.28571429%;
  }
  .grid-14 .col-md-1 {
    width: 7.14285714%;
  }
  .grid-14 .col-md-pull-14 {
    right: 100%;
  }
  .grid-14 .col-md-pull-13 {
    right: 92.85714286%;
  }
  .grid-14 .col-md-pull-12 {
    right: 85.71428571%;
  }
  .grid-14 .col-md-pull-11 {
    right: 78.57142857%;
  }
  .grid-14 .col-md-pull-10 {
    right: 71.42857143%;
  }
  .grid-14 .col-md-pull-9 {
    right: 64.28571429%;
  }
  .grid-14 .col-md-pull-8 {
    right: 57.14285714%;
  }
  .grid-14 .col-md-pull-7 {
    right: 50%;
  }
  .grid-14 .col-md-pull-6 {
    right: 42.85714286%;
  }
  .grid-14 .col-md-pull-5 {
    right: 35.71428571%;
  }
  .grid-14 .col-md-pull-4 {
    right: 28.57142857%;
  }
  .grid-14 .col-md-pull-3 {
    right: 21.42857143%;
  }
  .grid-14 .col-md-pull-2 {
    right: 14.28571429%;
  }
  .grid-14 .col-md-pull-1 {
    right: 7.14285714%;
  }
  .grid-14 .col-md-pull-0 {
    right: auto;
  }
  .grid-14 .col-md-push-14 {
    left: 100%;
  }
  .grid-14 .col-md-push-13 {
    left: 92.85714286%;
  }
  .grid-14 .col-md-push-12 {
    left: 85.71428571%;
  }
  .grid-14 .col-md-push-11 {
    left: 78.57142857%;
  }
  .grid-14 .col-md-push-10 {
    left: 71.42857143%;
  }
  .grid-14 .col-md-push-9 {
    left: 64.28571429%;
  }
  .grid-14 .col-md-push-8 {
    left: 57.14285714%;
  }
  .grid-14 .col-md-push-7 {
    left: 50%;
  }
  .grid-14 .col-md-push-6 {
    left: 42.85714286%;
  }
  .grid-14 .col-md-push-5 {
    left: 35.71428571%;
  }
  .grid-14 .col-md-push-4 {
    left: 28.57142857%;
  }
  .grid-14 .col-md-push-3 {
    left: 21.42857143%;
  }
  .grid-14 .col-md-push-2 {
    left: 14.28571429%;
  }
  .grid-14 .col-md-push-1 {
    left: 7.14285714%;
  }
  .grid-14 .col-md-push-0 {
    left: auto;
  }
  .grid-14 .col-md-offset-14 {
    margin-left: 100%;
  }
  .grid-14 .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .grid-14 .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .grid-14 .col-md-offset-11 {
    margin-left: 78.57142857%;
  }
  .grid-14 .col-md-offset-10 {
    margin-left: 71.42857143%;
  }
  .grid-14 .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .grid-14 .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .grid-14 .col-md-offset-7 {
    margin-left: 50%;
  }
  .grid-14 .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .grid-14 .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .grid-14 .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .grid-14 .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .grid-14 .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .grid-14 .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .grid-14 .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .grid-14 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14 {
    float: left;
  }
  .grid-14 .col-lg-14 {
    width: 100%;
  }
  .grid-14 .col-lg-13 {
    width: 92.85714286%;
  }
  .grid-14 .col-lg-12 {
    width: 85.71428571%;
  }
  .grid-14 .col-lg-11 {
    width: 78.57142857%;
  }
  .grid-14 .col-lg-10 {
    width: 71.42857143%;
  }
  .grid-14 .col-lg-9 {
    width: 64.28571429%;
  }
  .grid-14 .col-lg-8 {
    width: 57.14285714%;
  }
  .grid-14 .col-lg-7 {
    width: 50%;
  }
  .grid-14 .col-lg-6 {
    width: 42.85714286%;
  }
  .grid-14 .col-lg-5 {
    width: 35.71428571%;
  }
  .grid-14 .col-lg-4 {
    width: 28.57142857%;
  }
  .grid-14 .col-lg-3 {
    width: 21.42857143%;
  }
  .grid-14 .col-lg-2 {
    width: 14.28571429%;
  }
  .grid-14 .col-lg-1 {
    width: 7.14285714%;
  }
  .grid-14 .col-lg-pull-14 {
    right: 100%;
  }
  .grid-14 .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .grid-14 .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .grid-14 .col-lg-pull-11 {
    right: 78.57142857%;
  }
  .grid-14 .col-lg-pull-10 {
    right: 71.42857143%;
  }
  .grid-14 .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .grid-14 .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .grid-14 .col-lg-pull-7 {
    right: 50%;
  }
  .grid-14 .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .grid-14 .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .grid-14 .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .grid-14 .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .grid-14 .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .grid-14 .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .grid-14 .col-lg-pull-0 {
    right: auto;
  }
  .grid-14 .col-lg-push-14 {
    left: 100%;
  }
  .grid-14 .col-lg-push-13 {
    left: 92.85714286%;
  }
  .grid-14 .col-lg-push-12 {
    left: 85.71428571%;
  }
  .grid-14 .col-lg-push-11 {
    left: 78.57142857%;
  }
  .grid-14 .col-lg-push-10 {
    left: 71.42857143%;
  }
  .grid-14 .col-lg-push-9 {
    left: 64.28571429%;
  }
  .grid-14 .col-lg-push-8 {
    left: 57.14285714%;
  }
  .grid-14 .col-lg-push-7 {
    left: 50%;
  }
  .grid-14 .col-lg-push-6 {
    left: 42.85714286%;
  }
  .grid-14 .col-lg-push-5 {
    left: 35.71428571%;
  }
  .grid-14 .col-lg-push-4 {
    left: 28.57142857%;
  }
  .grid-14 .col-lg-push-3 {
    left: 21.42857143%;
  }
  .grid-14 .col-lg-push-2 {
    left: 14.28571429%;
  }
  .grid-14 .col-lg-push-1 {
    left: 7.14285714%;
  }
  .grid-14 .col-lg-push-0 {
    left: auto;
  }
  .grid-14 .col-lg-offset-14 {
    margin-left: 100%;
  }
  .grid-14 .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .grid-14 .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .grid-14 .col-lg-offset-11 {
    margin-left: 78.57142857%;
  }
  .grid-14 .col-lg-offset-10 {
    margin-left: 71.42857143%;
  }
  .grid-14 .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .grid-14 .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .grid-14 .col-lg-offset-7 {
    margin-left: 50%;
  }
  .grid-14 .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .grid-14 .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .grid-14 .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .grid-14 .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .grid-14 .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .grid-14 .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .grid-14 .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.grid-30.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 880px) {
  .grid-30.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .grid-30.container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .grid-30.container {
    width: 1140px;
  }
}
.grid-30.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-30 .row {
  margin-left: 0px;
  margin-right: 0px;
}
.grid-30 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-30 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30 {
  float: left;
}
.grid-30 .col-xs-30 {
  width: 100%;
}
.grid-30 .col-xs-29 {
  width: 96.66666667%;
}
.grid-30 .col-xs-28 {
  width: 93.33333333%;
}
.grid-30 .col-xs-27 {
  width: 90%;
}
.grid-30 .col-xs-26 {
  width: 86.66666667%;
}
.grid-30 .col-xs-25 {
  width: 83.33333333%;
}
.grid-30 .col-xs-24 {
  width: 80%;
}
.grid-30 .col-xs-23 {
  width: 76.66666667%;
}
.grid-30 .col-xs-22 {
  width: 73.33333333%;
}
.grid-30 .col-xs-21 {
  width: 70%;
}
.grid-30 .col-xs-20 {
  width: 66.66666667%;
}
.grid-30 .col-xs-19 {
  width: 63.33333333%;
}
.grid-30 .col-xs-18 {
  width: 60%;
}
.grid-30 .col-xs-17 {
  width: 56.66666667%;
}
.grid-30 .col-xs-16 {
  width: 53.33333333%;
}
.grid-30 .col-xs-15 {
  width: 50%;
}
.grid-30 .col-xs-14 {
  width: 46.66666667%;
}
.grid-30 .col-xs-13 {
  width: 43.33333333%;
}
.grid-30 .col-xs-12 {
  width: 40%;
}
.grid-30 .col-xs-11 {
  width: 36.66666667%;
}
.grid-30 .col-xs-10 {
  width: 33.33333333%;
}
.grid-30 .col-xs-9 {
  width: 30%;
}
.grid-30 .col-xs-8 {
  width: 26.66666667%;
}
.grid-30 .col-xs-7 {
  width: 23.33333333%;
}
.grid-30 .col-xs-6 {
  width: 20%;
}
.grid-30 .col-xs-5 {
  width: 16.66666667%;
}
.grid-30 .col-xs-4 {
  width: 13.33333333%;
}
.grid-30 .col-xs-3 {
  width: 10%;
}
.grid-30 .col-xs-2 {
  width: 6.66666667%;
}
.grid-30 .col-xs-1 {
  width: 3.33333333%;
}
.grid-30 .col-xs-pull-30 {
  right: 100%;
}
.grid-30 .col-xs-pull-29 {
  right: 96.66666667%;
}
.grid-30 .col-xs-pull-28 {
  right: 93.33333333%;
}
.grid-30 .col-xs-pull-27 {
  right: 90%;
}
.grid-30 .col-xs-pull-26 {
  right: 86.66666667%;
}
.grid-30 .col-xs-pull-25 {
  right: 83.33333333%;
}
.grid-30 .col-xs-pull-24 {
  right: 80%;
}
.grid-30 .col-xs-pull-23 {
  right: 76.66666667%;
}
.grid-30 .col-xs-pull-22 {
  right: 73.33333333%;
}
.grid-30 .col-xs-pull-21 {
  right: 70%;
}
.grid-30 .col-xs-pull-20 {
  right: 66.66666667%;
}
.grid-30 .col-xs-pull-19 {
  right: 63.33333333%;
}
.grid-30 .col-xs-pull-18 {
  right: 60%;
}
.grid-30 .col-xs-pull-17 {
  right: 56.66666667%;
}
.grid-30 .col-xs-pull-16 {
  right: 53.33333333%;
}
.grid-30 .col-xs-pull-15 {
  right: 50%;
}
.grid-30 .col-xs-pull-14 {
  right: 46.66666667%;
}
.grid-30 .col-xs-pull-13 {
  right: 43.33333333%;
}
.grid-30 .col-xs-pull-12 {
  right: 40%;
}
.grid-30 .col-xs-pull-11 {
  right: 36.66666667%;
}
.grid-30 .col-xs-pull-10 {
  right: 33.33333333%;
}
.grid-30 .col-xs-pull-9 {
  right: 30%;
}
.grid-30 .col-xs-pull-8 {
  right: 26.66666667%;
}
.grid-30 .col-xs-pull-7 {
  right: 23.33333333%;
}
.grid-30 .col-xs-pull-6 {
  right: 20%;
}
.grid-30 .col-xs-pull-5 {
  right: 16.66666667%;
}
.grid-30 .col-xs-pull-4 {
  right: 13.33333333%;
}
.grid-30 .col-xs-pull-3 {
  right: 10%;
}
.grid-30 .col-xs-pull-2 {
  right: 6.66666667%;
}
.grid-30 .col-xs-pull-1 {
  right: 3.33333333%;
}
.grid-30 .col-xs-pull-0 {
  right: auto;
}
.grid-30 .col-xs-push-30 {
  left: 100%;
}
.grid-30 .col-xs-push-29 {
  left: 96.66666667%;
}
.grid-30 .col-xs-push-28 {
  left: 93.33333333%;
}
.grid-30 .col-xs-push-27 {
  left: 90%;
}
.grid-30 .col-xs-push-26 {
  left: 86.66666667%;
}
.grid-30 .col-xs-push-25 {
  left: 83.33333333%;
}
.grid-30 .col-xs-push-24 {
  left: 80%;
}
.grid-30 .col-xs-push-23 {
  left: 76.66666667%;
}
.grid-30 .col-xs-push-22 {
  left: 73.33333333%;
}
.grid-30 .col-xs-push-21 {
  left: 70%;
}
.grid-30 .col-xs-push-20 {
  left: 66.66666667%;
}
.grid-30 .col-xs-push-19 {
  left: 63.33333333%;
}
.grid-30 .col-xs-push-18 {
  left: 60%;
}
.grid-30 .col-xs-push-17 {
  left: 56.66666667%;
}
.grid-30 .col-xs-push-16 {
  left: 53.33333333%;
}
.grid-30 .col-xs-push-15 {
  left: 50%;
}
.grid-30 .col-xs-push-14 {
  left: 46.66666667%;
}
.grid-30 .col-xs-push-13 {
  left: 43.33333333%;
}
.grid-30 .col-xs-push-12 {
  left: 40%;
}
.grid-30 .col-xs-push-11 {
  left: 36.66666667%;
}
.grid-30 .col-xs-push-10 {
  left: 33.33333333%;
}
.grid-30 .col-xs-push-9 {
  left: 30%;
}
.grid-30 .col-xs-push-8 {
  left: 26.66666667%;
}
.grid-30 .col-xs-push-7 {
  left: 23.33333333%;
}
.grid-30 .col-xs-push-6 {
  left: 20%;
}
.grid-30 .col-xs-push-5 {
  left: 16.66666667%;
}
.grid-30 .col-xs-push-4 {
  left: 13.33333333%;
}
.grid-30 .col-xs-push-3 {
  left: 10%;
}
.grid-30 .col-xs-push-2 {
  left: 6.66666667%;
}
.grid-30 .col-xs-push-1 {
  left: 3.33333333%;
}
.grid-30 .col-xs-push-0 {
  left: auto;
}
.grid-30 .col-xs-offset-30 {
  margin-left: 100%;
}
.grid-30 .col-xs-offset-29 {
  margin-left: 96.66666667%;
}
.grid-30 .col-xs-offset-28 {
  margin-left: 93.33333333%;
}
.grid-30 .col-xs-offset-27 {
  margin-left: 90%;
}
.grid-30 .col-xs-offset-26 {
  margin-left: 86.66666667%;
}
.grid-30 .col-xs-offset-25 {
  margin-left: 83.33333333%;
}
.grid-30 .col-xs-offset-24 {
  margin-left: 80%;
}
.grid-30 .col-xs-offset-23 {
  margin-left: 76.66666667%;
}
.grid-30 .col-xs-offset-22 {
  margin-left: 73.33333333%;
}
.grid-30 .col-xs-offset-21 {
  margin-left: 70%;
}
.grid-30 .col-xs-offset-20 {
  margin-left: 66.66666667%;
}
.grid-30 .col-xs-offset-19 {
  margin-left: 63.33333333%;
}
.grid-30 .col-xs-offset-18 {
  margin-left: 60%;
}
.grid-30 .col-xs-offset-17 {
  margin-left: 56.66666667%;
}
.grid-30 .col-xs-offset-16 {
  margin-left: 53.33333333%;
}
.grid-30 .col-xs-offset-15 {
  margin-left: 50%;
}
.grid-30 .col-xs-offset-14 {
  margin-left: 46.66666667%;
}
.grid-30 .col-xs-offset-13 {
  margin-left: 43.33333333%;
}
.grid-30 .col-xs-offset-12 {
  margin-left: 40%;
}
.grid-30 .col-xs-offset-11 {
  margin-left: 36.66666667%;
}
.grid-30 .col-xs-offset-10 {
  margin-left: 33.33333333%;
}
.grid-30 .col-xs-offset-9 {
  margin-left: 30%;
}
.grid-30 .col-xs-offset-8 {
  margin-left: 26.66666667%;
}
.grid-30 .col-xs-offset-7 {
  margin-left: 23.33333333%;
}
.grid-30 .col-xs-offset-6 {
  margin-left: 20%;
}
.grid-30 .col-xs-offset-5 {
  margin-left: 16.66666667%;
}
.grid-30 .col-xs-offset-4 {
  margin-left: 13.33333333%;
}
.grid-30 .col-xs-offset-3 {
  margin-left: 10%;
}
.grid-30 .col-xs-offset-2 {
  margin-left: 6.66666667%;
}
.grid-30 .col-xs-offset-1 {
  margin-left: 3.33333333%;
}
.grid-30 .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 880px) {
  .grid-30 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30 {
    float: left;
  }
  .grid-30 .col-sm-30 {
    width: 100%;
  }
  .grid-30 .col-sm-29 {
    width: 96.66666667%;
  }
  .grid-30 .col-sm-28 {
    width: 93.33333333%;
  }
  .grid-30 .col-sm-27 {
    width: 90%;
  }
  .grid-30 .col-sm-26 {
    width: 86.66666667%;
  }
  .grid-30 .col-sm-25 {
    width: 83.33333333%;
  }
  .grid-30 .col-sm-24 {
    width: 80%;
  }
  .grid-30 .col-sm-23 {
    width: 76.66666667%;
  }
  .grid-30 .col-sm-22 {
    width: 73.33333333%;
  }
  .grid-30 .col-sm-21 {
    width: 70%;
  }
  .grid-30 .col-sm-20 {
    width: 66.66666667%;
  }
  .grid-30 .col-sm-19 {
    width: 63.33333333%;
  }
  .grid-30 .col-sm-18 {
    width: 60%;
  }
  .grid-30 .col-sm-17 {
    width: 56.66666667%;
  }
  .grid-30 .col-sm-16 {
    width: 53.33333333%;
  }
  .grid-30 .col-sm-15 {
    width: 50%;
  }
  .grid-30 .col-sm-14 {
    width: 46.66666667%;
  }
  .grid-30 .col-sm-13 {
    width: 43.33333333%;
  }
  .grid-30 .col-sm-12 {
    width: 40%;
  }
  .grid-30 .col-sm-11 {
    width: 36.66666667%;
  }
  .grid-30 .col-sm-10 {
    width: 33.33333333%;
  }
  .grid-30 .col-sm-9 {
    width: 30%;
  }
  .grid-30 .col-sm-8 {
    width: 26.66666667%;
  }
  .grid-30 .col-sm-7 {
    width: 23.33333333%;
  }
  .grid-30 .col-sm-6 {
    width: 20%;
  }
  .grid-30 .col-sm-5 {
    width: 16.66666667%;
  }
  .grid-30 .col-sm-4 {
    width: 13.33333333%;
  }
  .grid-30 .col-sm-3 {
    width: 10%;
  }
  .grid-30 .col-sm-2 {
    width: 6.66666667%;
  }
  .grid-30 .col-sm-1 {
    width: 3.33333333%;
  }
  .grid-30 .col-sm-pull-30 {
    right: 100%;
  }
  .grid-30 .col-sm-pull-29 {
    right: 96.66666667%;
  }
  .grid-30 .col-sm-pull-28 {
    right: 93.33333333%;
  }
  .grid-30 .col-sm-pull-27 {
    right: 90%;
  }
  .grid-30 .col-sm-pull-26 {
    right: 86.66666667%;
  }
  .grid-30 .col-sm-pull-25 {
    right: 83.33333333%;
  }
  .grid-30 .col-sm-pull-24 {
    right: 80%;
  }
  .grid-30 .col-sm-pull-23 {
    right: 76.66666667%;
  }
  .grid-30 .col-sm-pull-22 {
    right: 73.33333333%;
  }
  .grid-30 .col-sm-pull-21 {
    right: 70%;
  }
  .grid-30 .col-sm-pull-20 {
    right: 66.66666667%;
  }
  .grid-30 .col-sm-pull-19 {
    right: 63.33333333%;
  }
  .grid-30 .col-sm-pull-18 {
    right: 60%;
  }
  .grid-30 .col-sm-pull-17 {
    right: 56.66666667%;
  }
  .grid-30 .col-sm-pull-16 {
    right: 53.33333333%;
  }
  .grid-30 .col-sm-pull-15 {
    right: 50%;
  }
  .grid-30 .col-sm-pull-14 {
    right: 46.66666667%;
  }
  .grid-30 .col-sm-pull-13 {
    right: 43.33333333%;
  }
  .grid-30 .col-sm-pull-12 {
    right: 40%;
  }
  .grid-30 .col-sm-pull-11 {
    right: 36.66666667%;
  }
  .grid-30 .col-sm-pull-10 {
    right: 33.33333333%;
  }
  .grid-30 .col-sm-pull-9 {
    right: 30%;
  }
  .grid-30 .col-sm-pull-8 {
    right: 26.66666667%;
  }
  .grid-30 .col-sm-pull-7 {
    right: 23.33333333%;
  }
  .grid-30 .col-sm-pull-6 {
    right: 20%;
  }
  .grid-30 .col-sm-pull-5 {
    right: 16.66666667%;
  }
  .grid-30 .col-sm-pull-4 {
    right: 13.33333333%;
  }
  .grid-30 .col-sm-pull-3 {
    right: 10%;
  }
  .grid-30 .col-sm-pull-2 {
    right: 6.66666667%;
  }
  .grid-30 .col-sm-pull-1 {
    right: 3.33333333%;
  }
  .grid-30 .col-sm-pull-0 {
    right: auto;
  }
  .grid-30 .col-sm-push-30 {
    left: 100%;
  }
  .grid-30 .col-sm-push-29 {
    left: 96.66666667%;
  }
  .grid-30 .col-sm-push-28 {
    left: 93.33333333%;
  }
  .grid-30 .col-sm-push-27 {
    left: 90%;
  }
  .grid-30 .col-sm-push-26 {
    left: 86.66666667%;
  }
  .grid-30 .col-sm-push-25 {
    left: 83.33333333%;
  }
  .grid-30 .col-sm-push-24 {
    left: 80%;
  }
  .grid-30 .col-sm-push-23 {
    left: 76.66666667%;
  }
  .grid-30 .col-sm-push-22 {
    left: 73.33333333%;
  }
  .grid-30 .col-sm-push-21 {
    left: 70%;
  }
  .grid-30 .col-sm-push-20 {
    left: 66.66666667%;
  }
  .grid-30 .col-sm-push-19 {
    left: 63.33333333%;
  }
  .grid-30 .col-sm-push-18 {
    left: 60%;
  }
  .grid-30 .col-sm-push-17 {
    left: 56.66666667%;
  }
  .grid-30 .col-sm-push-16 {
    left: 53.33333333%;
  }
  .grid-30 .col-sm-push-15 {
    left: 50%;
  }
  .grid-30 .col-sm-push-14 {
    left: 46.66666667%;
  }
  .grid-30 .col-sm-push-13 {
    left: 43.33333333%;
  }
  .grid-30 .col-sm-push-12 {
    left: 40%;
  }
  .grid-30 .col-sm-push-11 {
    left: 36.66666667%;
  }
  .grid-30 .col-sm-push-10 {
    left: 33.33333333%;
  }
  .grid-30 .col-sm-push-9 {
    left: 30%;
  }
  .grid-30 .col-sm-push-8 {
    left: 26.66666667%;
  }
  .grid-30 .col-sm-push-7 {
    left: 23.33333333%;
  }
  .grid-30 .col-sm-push-6 {
    left: 20%;
  }
  .grid-30 .col-sm-push-5 {
    left: 16.66666667%;
  }
  .grid-30 .col-sm-push-4 {
    left: 13.33333333%;
  }
  .grid-30 .col-sm-push-3 {
    left: 10%;
  }
  .grid-30 .col-sm-push-2 {
    left: 6.66666667%;
  }
  .grid-30 .col-sm-push-1 {
    left: 3.33333333%;
  }
  .grid-30 .col-sm-push-0 {
    left: auto;
  }
  .grid-30 .col-sm-offset-30 {
    margin-left: 100%;
  }
  .grid-30 .col-sm-offset-29 {
    margin-left: 96.66666667%;
  }
  .grid-30 .col-sm-offset-28 {
    margin-left: 93.33333333%;
  }
  .grid-30 .col-sm-offset-27 {
    margin-left: 90%;
  }
  .grid-30 .col-sm-offset-26 {
    margin-left: 86.66666667%;
  }
  .grid-30 .col-sm-offset-25 {
    margin-left: 83.33333333%;
  }
  .grid-30 .col-sm-offset-24 {
    margin-left: 80%;
  }
  .grid-30 .col-sm-offset-23 {
    margin-left: 76.66666667%;
  }
  .grid-30 .col-sm-offset-22 {
    margin-left: 73.33333333%;
  }
  .grid-30 .col-sm-offset-21 {
    margin-left: 70%;
  }
  .grid-30 .col-sm-offset-20 {
    margin-left: 66.66666667%;
  }
  .grid-30 .col-sm-offset-19 {
    margin-left: 63.33333333%;
  }
  .grid-30 .col-sm-offset-18 {
    margin-left: 60%;
  }
  .grid-30 .col-sm-offset-17 {
    margin-left: 56.66666667%;
  }
  .grid-30 .col-sm-offset-16 {
    margin-left: 53.33333333%;
  }
  .grid-30 .col-sm-offset-15 {
    margin-left: 50%;
  }
  .grid-30 .col-sm-offset-14 {
    margin-left: 46.66666667%;
  }
  .grid-30 .col-sm-offset-13 {
    margin-left: 43.33333333%;
  }
  .grid-30 .col-sm-offset-12 {
    margin-left: 40%;
  }
  .grid-30 .col-sm-offset-11 {
    margin-left: 36.66666667%;
  }
  .grid-30 .col-sm-offset-10 {
    margin-left: 33.33333333%;
  }
  .grid-30 .col-sm-offset-9 {
    margin-left: 30%;
  }
  .grid-30 .col-sm-offset-8 {
    margin-left: 26.66666667%;
  }
  .grid-30 .col-sm-offset-7 {
    margin-left: 23.33333333%;
  }
  .grid-30 .col-sm-offset-6 {
    margin-left: 20%;
  }
  .grid-30 .col-sm-offset-5 {
    margin-left: 16.66666667%;
  }
  .grid-30 .col-sm-offset-4 {
    margin-left: 13.33333333%;
  }
  .grid-30 .col-sm-offset-3 {
    margin-left: 10%;
  }
  .grid-30 .col-sm-offset-2 {
    margin-left: 6.66666667%;
  }
  .grid-30 .col-sm-offset-1 {
    margin-left: 3.33333333%;
  }
  .grid-30 .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .grid-30 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30 {
    float: left;
  }
  .grid-30 .col-md-30 {
    width: 100%;
  }
  .grid-30 .col-md-29 {
    width: 96.66666667%;
  }
  .grid-30 .col-md-28 {
    width: 93.33333333%;
  }
  .grid-30 .col-md-27 {
    width: 90%;
  }
  .grid-30 .col-md-26 {
    width: 86.66666667%;
  }
  .grid-30 .col-md-25 {
    width: 83.33333333%;
  }
  .grid-30 .col-md-24 {
    width: 80%;
  }
  .grid-30 .col-md-23 {
    width: 76.66666667%;
  }
  .grid-30 .col-md-22 {
    width: 73.33333333%;
  }
  .grid-30 .col-md-21 {
    width: 70%;
  }
  .grid-30 .col-md-20 {
    width: 66.66666667%;
  }
  .grid-30 .col-md-19 {
    width: 63.33333333%;
  }
  .grid-30 .col-md-18 {
    width: 60%;
  }
  .grid-30 .col-md-17 {
    width: 56.66666667%;
  }
  .grid-30 .col-md-16 {
    width: 53.33333333%;
  }
  .grid-30 .col-md-15 {
    width: 50%;
  }
  .grid-30 .col-md-14 {
    width: 46.66666667%;
  }
  .grid-30 .col-md-13 {
    width: 43.33333333%;
  }
  .grid-30 .col-md-12 {
    width: 40%;
  }
  .grid-30 .col-md-11 {
    width: 36.66666667%;
  }
  .grid-30 .col-md-10 {
    width: 33.33333333%;
  }
  .grid-30 .col-md-9 {
    width: 30%;
  }
  .grid-30 .col-md-8 {
    width: 26.66666667%;
  }
  .grid-30 .col-md-7 {
    width: 23.33333333%;
  }
  .grid-30 .col-md-6 {
    width: 20%;
  }
  .grid-30 .col-md-5 {
    width: 16.66666667%;
  }
  .grid-30 .col-md-4 {
    width: 13.33333333%;
  }
  .grid-30 .col-md-3 {
    width: 10%;
  }
  .grid-30 .col-md-2 {
    width: 6.66666667%;
  }
  .grid-30 .col-md-1 {
    width: 3.33333333%;
  }
  .grid-30 .col-md-pull-30 {
    right: 100%;
  }
  .grid-30 .col-md-pull-29 {
    right: 96.66666667%;
  }
  .grid-30 .col-md-pull-28 {
    right: 93.33333333%;
  }
  .grid-30 .col-md-pull-27 {
    right: 90%;
  }
  .grid-30 .col-md-pull-26 {
    right: 86.66666667%;
  }
  .grid-30 .col-md-pull-25 {
    right: 83.33333333%;
  }
  .grid-30 .col-md-pull-24 {
    right: 80%;
  }
  .grid-30 .col-md-pull-23 {
    right: 76.66666667%;
  }
  .grid-30 .col-md-pull-22 {
    right: 73.33333333%;
  }
  .grid-30 .col-md-pull-21 {
    right: 70%;
  }
  .grid-30 .col-md-pull-20 {
    right: 66.66666667%;
  }
  .grid-30 .col-md-pull-19 {
    right: 63.33333333%;
  }
  .grid-30 .col-md-pull-18 {
    right: 60%;
  }
  .grid-30 .col-md-pull-17 {
    right: 56.66666667%;
  }
  .grid-30 .col-md-pull-16 {
    right: 53.33333333%;
  }
  .grid-30 .col-md-pull-15 {
    right: 50%;
  }
  .grid-30 .col-md-pull-14 {
    right: 46.66666667%;
  }
  .grid-30 .col-md-pull-13 {
    right: 43.33333333%;
  }
  .grid-30 .col-md-pull-12 {
    right: 40%;
  }
  .grid-30 .col-md-pull-11 {
    right: 36.66666667%;
  }
  .grid-30 .col-md-pull-10 {
    right: 33.33333333%;
  }
  .grid-30 .col-md-pull-9 {
    right: 30%;
  }
  .grid-30 .col-md-pull-8 {
    right: 26.66666667%;
  }
  .grid-30 .col-md-pull-7 {
    right: 23.33333333%;
  }
  .grid-30 .col-md-pull-6 {
    right: 20%;
  }
  .grid-30 .col-md-pull-5 {
    right: 16.66666667%;
  }
  .grid-30 .col-md-pull-4 {
    right: 13.33333333%;
  }
  .grid-30 .col-md-pull-3 {
    right: 10%;
  }
  .grid-30 .col-md-pull-2 {
    right: 6.66666667%;
  }
  .grid-30 .col-md-pull-1 {
    right: 3.33333333%;
  }
  .grid-30 .col-md-pull-0 {
    right: auto;
  }
  .grid-30 .col-md-push-30 {
    left: 100%;
  }
  .grid-30 .col-md-push-29 {
    left: 96.66666667%;
  }
  .grid-30 .col-md-push-28 {
    left: 93.33333333%;
  }
  .grid-30 .col-md-push-27 {
    left: 90%;
  }
  .grid-30 .col-md-push-26 {
    left: 86.66666667%;
  }
  .grid-30 .col-md-push-25 {
    left: 83.33333333%;
  }
  .grid-30 .col-md-push-24 {
    left: 80%;
  }
  .grid-30 .col-md-push-23 {
    left: 76.66666667%;
  }
  .grid-30 .col-md-push-22 {
    left: 73.33333333%;
  }
  .grid-30 .col-md-push-21 {
    left: 70%;
  }
  .grid-30 .col-md-push-20 {
    left: 66.66666667%;
  }
  .grid-30 .col-md-push-19 {
    left: 63.33333333%;
  }
  .grid-30 .col-md-push-18 {
    left: 60%;
  }
  .grid-30 .col-md-push-17 {
    left: 56.66666667%;
  }
  .grid-30 .col-md-push-16 {
    left: 53.33333333%;
  }
  .grid-30 .col-md-push-15 {
    left: 50%;
  }
  .grid-30 .col-md-push-14 {
    left: 46.66666667%;
  }
  .grid-30 .col-md-push-13 {
    left: 43.33333333%;
  }
  .grid-30 .col-md-push-12 {
    left: 40%;
  }
  .grid-30 .col-md-push-11 {
    left: 36.66666667%;
  }
  .grid-30 .col-md-push-10 {
    left: 33.33333333%;
  }
  .grid-30 .col-md-push-9 {
    left: 30%;
  }
  .grid-30 .col-md-push-8 {
    left: 26.66666667%;
  }
  .grid-30 .col-md-push-7 {
    left: 23.33333333%;
  }
  .grid-30 .col-md-push-6 {
    left: 20%;
  }
  .grid-30 .col-md-push-5 {
    left: 16.66666667%;
  }
  .grid-30 .col-md-push-4 {
    left: 13.33333333%;
  }
  .grid-30 .col-md-push-3 {
    left: 10%;
  }
  .grid-30 .col-md-push-2 {
    left: 6.66666667%;
  }
  .grid-30 .col-md-push-1 {
    left: 3.33333333%;
  }
  .grid-30 .col-md-push-0 {
    left: auto;
  }
  .grid-30 .col-md-offset-30 {
    margin-left: 100%;
  }
  .grid-30 .col-md-offset-29 {
    margin-left: 96.66666667%;
  }
  .grid-30 .col-md-offset-28 {
    margin-left: 93.33333333%;
  }
  .grid-30 .col-md-offset-27 {
    margin-left: 90%;
  }
  .grid-30 .col-md-offset-26 {
    margin-left: 86.66666667%;
  }
  .grid-30 .col-md-offset-25 {
    margin-left: 83.33333333%;
  }
  .grid-30 .col-md-offset-24 {
    margin-left: 80%;
  }
  .grid-30 .col-md-offset-23 {
    margin-left: 76.66666667%;
  }
  .grid-30 .col-md-offset-22 {
    margin-left: 73.33333333%;
  }
  .grid-30 .col-md-offset-21 {
    margin-left: 70%;
  }
  .grid-30 .col-md-offset-20 {
    margin-left: 66.66666667%;
  }
  .grid-30 .col-md-offset-19 {
    margin-left: 63.33333333%;
  }
  .grid-30 .col-md-offset-18 {
    margin-left: 60%;
  }
  .grid-30 .col-md-offset-17 {
    margin-left: 56.66666667%;
  }
  .grid-30 .col-md-offset-16 {
    margin-left: 53.33333333%;
  }
  .grid-30 .col-md-offset-15 {
    margin-left: 50%;
  }
  .grid-30 .col-md-offset-14 {
    margin-left: 46.66666667%;
  }
  .grid-30 .col-md-offset-13 {
    margin-left: 43.33333333%;
  }
  .grid-30 .col-md-offset-12 {
    margin-left: 40%;
  }
  .grid-30 .col-md-offset-11 {
    margin-left: 36.66666667%;
  }
  .grid-30 .col-md-offset-10 {
    margin-left: 33.33333333%;
  }
  .grid-30 .col-md-offset-9 {
    margin-left: 30%;
  }
  .grid-30 .col-md-offset-8 {
    margin-left: 26.66666667%;
  }
  .grid-30 .col-md-offset-7 {
    margin-left: 23.33333333%;
  }
  .grid-30 .col-md-offset-6 {
    margin-left: 20%;
  }
  .grid-30 .col-md-offset-5 {
    margin-left: 16.66666667%;
  }
  .grid-30 .col-md-offset-4 {
    margin-left: 13.33333333%;
  }
  .grid-30 .col-md-offset-3 {
    margin-left: 10%;
  }
  .grid-30 .col-md-offset-2 {
    margin-left: 6.66666667%;
  }
  .grid-30 .col-md-offset-1 {
    margin-left: 3.33333333%;
  }
  .grid-30 .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .grid-30 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30 {
    float: left;
  }
  .grid-30 .col-lg-30 {
    width: 100%;
  }
  .grid-30 .col-lg-29 {
    width: 96.66666667%;
  }
  .grid-30 .col-lg-28 {
    width: 93.33333333%;
  }
  .grid-30 .col-lg-27 {
    width: 90%;
  }
  .grid-30 .col-lg-26 {
    width: 86.66666667%;
  }
  .grid-30 .col-lg-25 {
    width: 83.33333333%;
  }
  .grid-30 .col-lg-24 {
    width: 80%;
  }
  .grid-30 .col-lg-23 {
    width: 76.66666667%;
  }
  .grid-30 .col-lg-22 {
    width: 73.33333333%;
  }
  .grid-30 .col-lg-21 {
    width: 70%;
  }
  .grid-30 .col-lg-20 {
    width: 66.66666667%;
  }
  .grid-30 .col-lg-19 {
    width: 63.33333333%;
  }
  .grid-30 .col-lg-18 {
    width: 60%;
  }
  .grid-30 .col-lg-17 {
    width: 56.66666667%;
  }
  .grid-30 .col-lg-16 {
    width: 53.33333333%;
  }
  .grid-30 .col-lg-15 {
    width: 50%;
  }
  .grid-30 .col-lg-14 {
    width: 46.66666667%;
  }
  .grid-30 .col-lg-13 {
    width: 43.33333333%;
  }
  .grid-30 .col-lg-12 {
    width: 40%;
  }
  .grid-30 .col-lg-11 {
    width: 36.66666667%;
  }
  .grid-30 .col-lg-10 {
    width: 33.33333333%;
  }
  .grid-30 .col-lg-9 {
    width: 30%;
  }
  .grid-30 .col-lg-8 {
    width: 26.66666667%;
  }
  .grid-30 .col-lg-7 {
    width: 23.33333333%;
  }
  .grid-30 .col-lg-6 {
    width: 20%;
  }
  .grid-30 .col-lg-5 {
    width: 16.66666667%;
  }
  .grid-30 .col-lg-4 {
    width: 13.33333333%;
  }
  .grid-30 .col-lg-3 {
    width: 10%;
  }
  .grid-30 .col-lg-2 {
    width: 6.66666667%;
  }
  .grid-30 .col-lg-1 {
    width: 3.33333333%;
  }
  .grid-30 .col-lg-pull-30 {
    right: 100%;
  }
  .grid-30 .col-lg-pull-29 {
    right: 96.66666667%;
  }
  .grid-30 .col-lg-pull-28 {
    right: 93.33333333%;
  }
  .grid-30 .col-lg-pull-27 {
    right: 90%;
  }
  .grid-30 .col-lg-pull-26 {
    right: 86.66666667%;
  }
  .grid-30 .col-lg-pull-25 {
    right: 83.33333333%;
  }
  .grid-30 .col-lg-pull-24 {
    right: 80%;
  }
  .grid-30 .col-lg-pull-23 {
    right: 76.66666667%;
  }
  .grid-30 .col-lg-pull-22 {
    right: 73.33333333%;
  }
  .grid-30 .col-lg-pull-21 {
    right: 70%;
  }
  .grid-30 .col-lg-pull-20 {
    right: 66.66666667%;
  }
  .grid-30 .col-lg-pull-19 {
    right: 63.33333333%;
  }
  .grid-30 .col-lg-pull-18 {
    right: 60%;
  }
  .grid-30 .col-lg-pull-17 {
    right: 56.66666667%;
  }
  .grid-30 .col-lg-pull-16 {
    right: 53.33333333%;
  }
  .grid-30 .col-lg-pull-15 {
    right: 50%;
  }
  .grid-30 .col-lg-pull-14 {
    right: 46.66666667%;
  }
  .grid-30 .col-lg-pull-13 {
    right: 43.33333333%;
  }
  .grid-30 .col-lg-pull-12 {
    right: 40%;
  }
  .grid-30 .col-lg-pull-11 {
    right: 36.66666667%;
  }
  .grid-30 .col-lg-pull-10 {
    right: 33.33333333%;
  }
  .grid-30 .col-lg-pull-9 {
    right: 30%;
  }
  .grid-30 .col-lg-pull-8 {
    right: 26.66666667%;
  }
  .grid-30 .col-lg-pull-7 {
    right: 23.33333333%;
  }
  .grid-30 .col-lg-pull-6 {
    right: 20%;
  }
  .grid-30 .col-lg-pull-5 {
    right: 16.66666667%;
  }
  .grid-30 .col-lg-pull-4 {
    right: 13.33333333%;
  }
  .grid-30 .col-lg-pull-3 {
    right: 10%;
  }
  .grid-30 .col-lg-pull-2 {
    right: 6.66666667%;
  }
  .grid-30 .col-lg-pull-1 {
    right: 3.33333333%;
  }
  .grid-30 .col-lg-pull-0 {
    right: auto;
  }
  .grid-30 .col-lg-push-30 {
    left: 100%;
  }
  .grid-30 .col-lg-push-29 {
    left: 96.66666667%;
  }
  .grid-30 .col-lg-push-28 {
    left: 93.33333333%;
  }
  .grid-30 .col-lg-push-27 {
    left: 90%;
  }
  .grid-30 .col-lg-push-26 {
    left: 86.66666667%;
  }
  .grid-30 .col-lg-push-25 {
    left: 83.33333333%;
  }
  .grid-30 .col-lg-push-24 {
    left: 80%;
  }
  .grid-30 .col-lg-push-23 {
    left: 76.66666667%;
  }
  .grid-30 .col-lg-push-22 {
    left: 73.33333333%;
  }
  .grid-30 .col-lg-push-21 {
    left: 70%;
  }
  .grid-30 .col-lg-push-20 {
    left: 66.66666667%;
  }
  .grid-30 .col-lg-push-19 {
    left: 63.33333333%;
  }
  .grid-30 .col-lg-push-18 {
    left: 60%;
  }
  .grid-30 .col-lg-push-17 {
    left: 56.66666667%;
  }
  .grid-30 .col-lg-push-16 {
    left: 53.33333333%;
  }
  .grid-30 .col-lg-push-15 {
    left: 50%;
  }
  .grid-30 .col-lg-push-14 {
    left: 46.66666667%;
  }
  .grid-30 .col-lg-push-13 {
    left: 43.33333333%;
  }
  .grid-30 .col-lg-push-12 {
    left: 40%;
  }
  .grid-30 .col-lg-push-11 {
    left: 36.66666667%;
  }
  .grid-30 .col-lg-push-10 {
    left: 33.33333333%;
  }
  .grid-30 .col-lg-push-9 {
    left: 30%;
  }
  .grid-30 .col-lg-push-8 {
    left: 26.66666667%;
  }
  .grid-30 .col-lg-push-7 {
    left: 23.33333333%;
  }
  .grid-30 .col-lg-push-6 {
    left: 20%;
  }
  .grid-30 .col-lg-push-5 {
    left: 16.66666667%;
  }
  .grid-30 .col-lg-push-4 {
    left: 13.33333333%;
  }
  .grid-30 .col-lg-push-3 {
    left: 10%;
  }
  .grid-30 .col-lg-push-2 {
    left: 6.66666667%;
  }
  .grid-30 .col-lg-push-1 {
    left: 3.33333333%;
  }
  .grid-30 .col-lg-push-0 {
    left: auto;
  }
  .grid-30 .col-lg-offset-30 {
    margin-left: 100%;
  }
  .grid-30 .col-lg-offset-29 {
    margin-left: 96.66666667%;
  }
  .grid-30 .col-lg-offset-28 {
    margin-left: 93.33333333%;
  }
  .grid-30 .col-lg-offset-27 {
    margin-left: 90%;
  }
  .grid-30 .col-lg-offset-26 {
    margin-left: 86.66666667%;
  }
  .grid-30 .col-lg-offset-25 {
    margin-left: 83.33333333%;
  }
  .grid-30 .col-lg-offset-24 {
    margin-left: 80%;
  }
  .grid-30 .col-lg-offset-23 {
    margin-left: 76.66666667%;
  }
  .grid-30 .col-lg-offset-22 {
    margin-left: 73.33333333%;
  }
  .grid-30 .col-lg-offset-21 {
    margin-left: 70%;
  }
  .grid-30 .col-lg-offset-20 {
    margin-left: 66.66666667%;
  }
  .grid-30 .col-lg-offset-19 {
    margin-left: 63.33333333%;
  }
  .grid-30 .col-lg-offset-18 {
    margin-left: 60%;
  }
  .grid-30 .col-lg-offset-17 {
    margin-left: 56.66666667%;
  }
  .grid-30 .col-lg-offset-16 {
    margin-left: 53.33333333%;
  }
  .grid-30 .col-lg-offset-15 {
    margin-left: 50%;
  }
  .grid-30 .col-lg-offset-14 {
    margin-left: 46.66666667%;
  }
  .grid-30 .col-lg-offset-13 {
    margin-left: 43.33333333%;
  }
  .grid-30 .col-lg-offset-12 {
    margin-left: 40%;
  }
  .grid-30 .col-lg-offset-11 {
    margin-left: 36.66666667%;
  }
  .grid-30 .col-lg-offset-10 {
    margin-left: 33.33333333%;
  }
  .grid-30 .col-lg-offset-9 {
    margin-left: 30%;
  }
  .grid-30 .col-lg-offset-8 {
    margin-left: 26.66666667%;
  }
  .grid-30 .col-lg-offset-7 {
    margin-left: 23.33333333%;
  }
  .grid-30 .col-lg-offset-6 {
    margin-left: 20%;
  }
  .grid-30 .col-lg-offset-5 {
    margin-left: 16.66666667%;
  }
  .grid-30 .col-lg-offset-4 {
    margin-left: 13.33333333%;
  }
  .grid-30 .col-lg-offset-3 {
    margin-left: 10%;
  }
  .grid-30 .col-lg-offset-2 {
    margin-left: 6.66666667%;
  }
  .grid-30 .col-lg-offset-1 {
    margin-left: 3.33333333%;
  }
  .grid-30 .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*------------------------------------*\
        TYPOGRAPHY
\*------------------------------------*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('./fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('./fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('./fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('./fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('./fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('./fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-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{-webkit-filter:none;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:#fff}.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: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-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-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"}

/**/
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bit:before {
	content: "\e61e";
}

.icon-smartphone:before {
	content: "\e61f";
}

.icon-cd:before {
	content: "\e620";
}

.icon-usb:before {
	content: "\e621";
}

.icon-radio-activity:before {
	content: "\e622";
}

.icon-sim:before {
	content: "\e623";
}

.icon-ask:before {
	content: "\e600";
}

.icon-bank:before {
	content: "\e601";
}

.icon-basket:before {
	content: "\e602";
}

.icon-cadena:before {
	content: "\e603";
}

.icon-computer:before {
	content: "\e604";
}

.icon-contact:before {
	content: "\e605";
}

.icon-cube:before {
	content: "\e606";
}

.icon-database:before {
	content: "\e607";
}

.icon-databaseclone:before {
	content: "\e608";
}

.icon-databaseok:before {
	content: "\e609";
}

.icon-discution:before {
	content: "\e60a";
}

.icon-doctor:before {
	content: "\e60b";
}

.icon-emergency:before {
	content: "\e60c";
}

.icon-file:before {
	content: "\e60d";
}

.icon-filequery:before {
	content: "\e60e";
}

.icon-france:before {
	content: "\e60f";
}

.icon-gearing:before {
	content: "\e610";
}

.icon-idea:before {
	content: "\e611";
}

.icon-pensemant:before {
	content: "\e612";
}

.icon-performance:before {
	content: "\e613";
}

.icon-performanceup:before {
	content: "\e614";
}

.icon-recycle:before {
	content: "\e615";
}

.icon-scan:before {
	content: "\e616";
}

.icon-smartephoneos:before {
	content: "\e617";
}

.icon-stars:before {
	content: "\e618";
}

.icon-timeidea:before {
	content: "\e619";
}

.icon-trash:before {
	content: "\e61a";
}

.icon-trashcertif:before {
	content: "\e61b";
}

.icon-truk:before {
	content: "\e61c";
}

.icon-weight:before {
	content: "\e61d";
}

.icon-twitter:before {
	content: "\ea91";
}

.icon-arrow:before {
    content: "→";
}

/**/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/fonts/icomoon.eot?-w3f2oq');
  src: url('fonts/icomoon/fonts/icomoon.eot?#iefix-w3f2oq') format('embedded-opentype'), url('fonts/icomoon/fonts/icomoon.woff?-w3f2oq') format('woff'), url('fonts/icomoon/fonts/icomoon.ttf?-w3f2oq') format('truetype'), url('fonts/icomoon/fonts/icomoon.svg?-w3f2oq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Light.eot');
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Semibold.eot');
  src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Bold.eot');
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #0056B8; /* 2023 */
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/

.grecaptcha-badge {
    display: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC; 
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*
    Created on : 12 janv. 2016, 15:27:40
    Author     : mickael
*/
.img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-cover > img {
  display: none;
  /* hide image */
  /*display: block\9;*/
  display: block;
  /* except for =< ie8 they don'support background-cover */
}
.img-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-contain > img {
  display: none;
  /* hide image */
  /*display: block\9;*/
  display: block;
  /* except for =< ie8 they don'support background-cover */
}
.split-left {
  position: relative;
  display: block;
  width: 50%;
  top: 0px;
}
.split-left > div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  z-index: 999;
  padding: 1rem;
}
.split-right {
  position: relative;
  display: inline-block;
  width: 50%;
  top: 0px;
  left: 50%;
  padding: 2rem;
  min-height: 100%;
}
.split-right .content {
  min-height: 100%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 140px;
}
.f-left {
  float: left;
}
.f-left:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.f-right {
  float: right;
}
.f-right:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.a-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.clear-after:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .tr {
  display: table-row;
  height: 100%;
}
.table .cell {
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
body .post-edit-link {
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #000;
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  padding: 2px 4px;
  opacity: 0.3;
  text-decoration: none;
  color: #fff;
}
body .post-edit-link:hover {
  opacity: 1;
}
nav ul {
  list-style-type: none;
  padding: 0;
}
.video-ratio {
  position: relative;
  width: 100%;
}
.video-ratio:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-ratio > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-ratio + .video-ratio {
  margin-top: 10px;
}
/*
    Created on : 7 nov. 2014, 16:01:56
    Author     : mickael
*/
.angle-right-left {
  font-weight: inherit;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.angle-right-left:after,
.angle-right-left:before {
  font-family: 'FontAwesome';
  font-size: inherit;
  position: absolute;
  text-decoration: none;
}
.angle-right-left:before {
  content: "";
  left: 0px;
}
.angle-right-left:after {
  content: "";
  right: 0px;
}
.arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="left-arrow" width="550" height="700" viewBox="-2.5 -5 51 73" preserveAspectRatio="none" ><path d="M 48.303572,-3.9700083 -0.803572,31.666354 48.303572,67.302717" fill="none" stroke="white" stroke-linecap="round" stroke-width="2" /></svg>');
}
.arrow-black {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="left-arrow" width="550" height="700" viewBox="-2.5 -5 51 73" preserveAspectRatio="none" ><path d="M -0.803572,-3.9700083 48.303572,31.666354 -0.803572,67.302717" fill="none" stroke="black" stroke-linecap="round" stroke-width="2" /></svg>');
}
.arrow-left {
  overflow: hidden;
  display: inline-block;
  width: 55px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="left-arrow" width="550" height="700" viewBox="-2.5 -5 51 73" preserveAspectRatio="none" ><path d="M 48.303572,-3.9700083 -0.803572,31.666354 48.303572,67.302717" fill="none" stroke="white" stroke-linecap="round" stroke-width="2" /></svg>');
}
.arrow-right {
  display: inline-block;
  width: 55px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="left-arrow" width="550" height="700" viewBox="-2.5 -5 51 73" preserveAspectRatio="none" ><path d="M 48.303572,-3.9700083 -0.803572,31.666354 48.303572,67.302717" fill="none" stroke="white" stroke-linecap="round" stroke-width="2" /></svg>');
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="left-arrow" width="550" height="700" viewBox="-2.5 -5 51 73" preserveAspectRatio="none" ><path d="M -0.803572,-3.9700083 48.303572,31.666354 -0.803572,67.302717" fill="none" stroke="white" stroke-linecap="round" stroke-width="2" /></svg>');
}
/*
 background: -webkit-radial-gradient( center, circle, @color_vin_1_to, @color_vin_1);
            background:    -moz-radial-gradient( center, circle, @color_vin_1_to, @color_vin_1);
            background:     -ms-radial-gradient( center, circle, @color_vin_1_to, @color_vin_1);
            background:      -o-radial-gradient( center, circle, @color_vin_1_to, @color_vin_1);
            background:         radial-gradient( circle at center, @color_vin_1_to, @color_vin_1 40%);
*/
/*
* Usage: .pxRem(font-size, 26, "!important");
* generate:
* font-size: 26px !important;
* font-size: 2.6rem !important;
*/
/* ratio box */
.box-ratio {
  position: relative;
  width: 100%;
  /* desired width */
  /* ratios */
}
.box-ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.box-ratio.ratio1_2:before {
  padding-top: 150%;
}
.box-ratio.ratio1_3:before {
  padding-top: 175%;
}
.box-ratio.ratio1_4:before {
  padding-top: 200%;
}
.box-ratio.ratio1_6:before {
  padding-top: 300%;
}
.box-ratio.ratio1_1:before {
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.box-ratio.ratio2_1:before {
  padding-top: 50%;
}
.box-ratio.ratio1_2:before {
  padding-top: 200%;
}
.box-ratio.ratio4_3:before {
  padding-top: 75%;
}
.box-ratio.ratio16_10:before {
  padding-top: 62.5%;
}
.box-ratio.ratio16_9:before {
  padding-top: 56.25%;
}
.box-ratio.ratio4_1:before {
  padding-top: 25%;
}
.box-ratio > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* GRID */
.grid {
  margin: 0;
  width: 100%;
  position: relative;
}
.grid[class|=g] {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  height: 100%;
  min-height: 1px;
}
.grid .g-1 {
  width: 3.125%;
}
.grid .g-2 {
  width: 6.25%;
}
.grid .g-3 {
  width: 9.375%;
}
.grid .g-4 {
  width: 12.5%;
}
.grid .g-5 {
  width: 15.625%;
}
.grid .g-6 {
  width: 18.75%;
}
.grid .g-7 {
  width: 21.875%;
}
.grid .g-8 {
  width: 25%;
}
.grid .g-9 {
  width: 28.125%;
}
.grid .g-10 {
  width: 31.25%;
}
.grid .g-11 {
  width: 34.375%;
}
.grid .g-12 {
  width: 37.5%;
}
.grid .g-13 {
  width: 40.625%;
}
.grid .g-14 {
  width: 43.75%;
}
.grid .g-15 {
  width: 46.875%;
}
.grid .g-16 {
  width: 50%;
}
.grid .g-17 {
  width: 53.125%;
}
.grid .g-18 {
  width: 56.25%;
}
.grid .g-19 {
  width: 59.375%;
}
.grid .g-20 {
  width: 62.5%;
}
.grid .g-21 {
  width: 65.625%;
}
.grid .g-22 {
  width: 68.75%;
}
.grid .g-23 {
  width: 71.875%;
}
.grid .g-24 {
  width: 75%;
}
.grid .g-25 {
  width: 78.125%;
}
.grid .g-26 {
  width: 81.25%;
}
.grid .g-27 {
  width: 84.375%;
}
.grid .g-28 {
  width: 87.5%;
}
.grid .g-29 {
  width: 90.625%;
}
.grid .g-30 {
  width: 93.75%;
}
.grid .g-31 {
  width: 96.875%;
}
.grid .g-32 {
  width: 100%;
}
.grid .l-1 {
  margin-left: 3.125%;
}
.grid .l-2 {
  margin-left: 6.25%;
}
.grid .l-3 {
  margin-left: 9.375%;
}
.grid .l-4 {
  margin-left: 12.5%;
}
.grid .l-5 {
  margin-left: 15.625%;
}
.grid .l-6 {
  margin-left: 18.75%;
}
.grid .l-7 {
  margin-left: 21.875%;
}
.grid .l-8 {
  margin-left: 25%;
}
.grid .l-9 {
  margin-left: 28.125%;
}
.grid .l-10 {
  margin-left: 31.25%;
}
.grid .l-11 {
  margin-left: 34.375%;
}
.grid .l-12 {
  margin-left: 37.5%;
}
.grid .l-13 {
  margin-left: 40.625%;
}
.grid .l-14 {
  margin-left: 43.75%;
}
.grid .l-15 {
  margin-left: 46.875%;
}
.grid .l-16 {
  margin-left: 50%;
}
.grid .l-17 {
  margin-left: 53.125%;
}
.grid .l-18 {
  margin-left: 56.25%;
}
.grid .l-19 {
  margin-left: 59.375%;
}
.grid .l-20 {
  margin-left: 62.5%;
}
.grid .l-21 {
  margin-left: 65.625%;
}
.grid .l-22 {
  margin-left: 68.75%;
}
.grid .l-23 {
  margin-left: 71.875%;
}
.grid .l-24 {
  margin-left: 75%;
}
.grid .l-25 {
  margin-left: 78.125%;
}
.grid .l-26 {
  margin-left: 81.25%;
}
.grid .l-27 {
  margin-left: 84.375%;
}
.grid .l-28 {
  margin-left: 87.5%;
}
.grid .l-29 {
  margin-left: 90.625%;
}
.grid .l-30 {
  margin-left: 93.75%;
}
.grid .l-31 {
  margin-left: 96.875%;
}
.grid .l-32 {
  margin-left: 100%;
}
.grid .r-1 {
  margin-right: 3.125%;
}
.grid .r-2 {
  margin-right: 6.25%;
}
.grid .r-3 {
  margin-right: 9.375%;
}
.grid .r-4 {
  margin-right: 12.5%;
}
.grid .r-5 {
  margin-right: 15.625%;
}
.grid .r-6 {
  margin-right: 18.75%;
}
.grid .r-7 {
  margin-right: 21.875%;
}
.grid .r-8 {
  margin-right: 25%;
}
.grid .r-9 {
  margin-right: 28.125%;
}
.grid .r-10 {
  margin-right: 31.25%;
}
.grid .r-11 {
  margin-right: 34.375%;
}
.grid .r-12 {
  margin-right: 37.5%;
}
.grid .r-13 {
  margin-right: 40.625%;
}
.grid .r-14 {
  margin-right: 43.75%;
}
.grid .r-15 {
  margin-right: 46.875%;
}
.grid .r-16 {
  margin-right: 50%;
}
.grid .r-17 {
  margin-right: 53.125%;
}
.grid .r-18 {
  margin-right: 56.25%;
}
.grid .r-19 {
  margin-right: 59.375%;
}
.grid .r-20 {
  margin-right: 62.5%;
}
.grid .r-21 {
  margin-right: 65.625%;
}
.grid .r-22 {
  margin-right: 68.75%;
}
.grid .r-23 {
  margin-right: 71.875%;
}
.grid .r-24 {
  margin-right: 75%;
}
.grid .r-25 {
  margin-right: 78.125%;
}
.grid .r-26 {
  margin-right: 81.25%;
}
.grid .r-27 {
  margin-right: 84.375%;
}
.grid .r-28 {
  margin-right: 87.5%;
}
.grid .r-29 {
  margin-right: 90.625%;
}
.grid .r-30 {
  margin-right: 93.75%;
}
.grid .r-31 {
  margin-right: 96.875%;
}
.grid .r-32 {
  margin-right: 100%;
}
#tinymce.wp-editor .grid:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-collapse: collapse;
  border: 1px rgba(51, 51, 51, 0.7) dashed;
  z-index: -1;
}
#tinymce.wp-editor .grid > [class|=g]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-collapse: collapse;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  border-right: 1px dashed #bbb;
  z-index: -1;
}
#tinymce.wp-editor .grid > [class|=g]:first-child:before {
  border-left: 1px dashed #bbb;
}
/*
    Created on : 24 janv. 2015, 08:59:05
    Author     : mickael
*/
.page-content.invert {
  color: #fff;
}
.page-content.invert h1,
.page-content.invert h1 a,
.page-content.invert .h1,
.page-content.invert .h1 a {
  color: #fff;
}
.page-content.invert h2,
.page-content.invert h2 a,
.page-content.invert .h2,
.page-content.invert .h2 a {
  color: #fff;
}
.page-content.invert h3,
.page-content.invert h3 a,
.page-content.invert .h3,
.page-content.invert .h3 a {
  color: #fff;
}
.page-content.invert h4,
.page-content.invert h4 a,
.page-content.invert .h4,
.page-content.invert .h4 a {
  color: #fff;
}
.page-content.invert h5,
.page-content.invert h5 a,
.page-content.invert .h5,
.page-content.invert .h5 a {
  color: #fff;
}
.page-content.invert h6,
.page-content.invert h6 a,
.page-content.invert .h6,
.page-content.invert .h6 a {
  color: #fff;
}
.page-content.invert b,
.page-content.invert strong {
  color: #fff;
}
.page-content.invert a {
  color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
h1,
h1 a,
.h1,
.h1 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #0056B8;
  font-size: 58px ;
  font-size: 5.8rem ;
  line-height: 58px ;
  line-height: 5.8rem ;
  margin: 0;
  text-decoration: none;
  font-weight: 700;
}
/* h1 > *,
h1 a > *,
.h1 > *,
.h1 a > * {
  margin: 0 !important;
  line-height: inherit !important;
} */
h2,
h2 a,
.h2,
.h2 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #0056B8; /*2023*/
  font-size: 50px ;
  font-size: 5rem ;
  line-height: 50px ;
  line-height: 5rem ;
  margin-top: 0;
  margin-bottom: 4rem;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 700;
}
/* h2 > *,
h2 a > *,
.h2 > *,
.h2 a > * {
  margin: 0 !important;
  line-height: inherit !important;
} */
h3,
h3 a,
.h3,
.h3 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #0056B8; /*2023*/
  font-size: 26px ;
  font-size: 2.6rem ;
  line-height: 26px ;
  line-height: 2.6rem ;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 700;
}
/* h3 > *,
h3 a > *,
.h3 > *,
.h3 a > * {
  margin: 0 !important;
  line-height: inherit !important;
} */
h4,
h4 a,
.h4,
.h4 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #0056B8;
  font-size: 22px ;
  font-size: 2.2rem ;
  line-height: 22px ;
  line-height: 2.2rem ;
  margin: 16.799999999999997px 0px ;
  margin: 1.68rem 0rem ;
  text-decoration: none;
  font-weight: normal;
}
/* h4 > *,
h4 a > *,
.h4 > *,
.h4 a > * {
  margin: 0 !important;
  line-height: inherit !important;
} */
h5,
h5 a,
.h5,
.h5 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #0056B8;
  font-size: 22px ;
  font-size: 2.2rem ;
  line-height: 30.799999999999997px ;
  line-height: 3.08rem ;
  margin: 15.399999999999999px 0px ;
  margin: 1.54rem 0rem ;
  font-weight: normal;
  text-decoration: none;
}
/* h5 > *,
h5 a > *,
.h5 > *,
.h5 a > * {
  margin: 0 !important;
  line-height: inherit !important;
} */
h6,
h6 a,
.h6,
.h6 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  /*color: #286f5e;*/
  color: #0056B8;
  font-size: 20px ;
  font-size: 2rem ;
  line-height: 28px ;
  line-height: 2.8rem ;
  margin: 14px 0px ;
  margin: 1.4rem 0rem ;
  text-decoration: none;
  font-weight: normal;
}
/* h6 > *,
h6 a > *,
.h6 > *,
.h6 a > * {
  margin: 0 !important;
  line-height: inherit !important;
} */
.p {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #696353;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.p:after,
.p:before {
  display: none;
}
p.text-cols-2,
ul.text-cols-2,
ol.text-cols-2,
li.text-cols-2,
pre.text-cols-2,
address.text-cols-2,
.address.text-cols-2,
.p.text-cols-2 {
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 31.359999999999996px ;
  -webkit-column-gap: 3.136rem ;
  column-gap: 31.359999999999996px ;
  column-gap: 3.136rem ;
}
p.text-cols-3,
ul.text-cols-3,
ol.text-cols-3,
li.text-cols-3,
pre.text-cols-3,
address.text-cols-3,
.address.text-cols-3,
.p.text-cols-3 {
  text-align: justify;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 31.359999999999996px ;
  -webkit-column-gap: 3.136rem ;
  column-gap: 31.359999999999996px ;
  column-gap: 3.136rem ;
}
/* p.first-letter::first-letter,
ul.first-letter::first-letter,
ol.first-letter::first-letter,
li.first-letter::first-letter,
pre.first-letter::first-letter,
address.first-letter::first-letter,
.address.first-letter::first-letter,
.p.first-letter::first-letter {
  float: left;
  font-size: 22.4px ;
  font-size: 2.24rem ;
  line-height: 22.4px ;
  line-height: 2.24rem ;
  text-transform: uppercase;
  font-weight: bold;
} */
p:first-child {
  margin-top: 0;
}
td {
  padding: 22.4px ;
  padding: 2.24rem ;
}
td h1 {
  margin-top: 0;
}
ul {
  overflow: auto;
  list-style-type: none;
}
ul li {
  margin: 0;
}
ul li:before {
  content: ' ';
}
.address {
  padding-bottom: 22.4px ;
  padding-bottom: 2.24rem ;
}
img.alignnone,
a img.alignnone {
  margin: 11.2px ;
  margin: 1.12rem ;
  margin-top: 5.6px ;
  margin-top: 0.56rem ;
  margin-bottom: 0;
}
img.alignright,
a img.alignright {
  margin-bottom: 0;
  margin-left: 11.2px ;
  margin-left: 1.12rem ;
  margin-top: 5.6px ;
  margin-top: 0.56rem ;
}
img.alignleft,
a img.alignleft {
  margin-right: 11.2px ;
  margin-right: 1.12rem ;
  margin-top: 5.6px ;
  margin-top: 0.56rem ;
  margin-bottom: 0;
}
img.img-100,
a img.img-100 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.condensed *,
.condensed *,
.case-icone * {
  line-height: 116% !important;
}
p + .v-space {
  margin-top: -11.2px ;
  margin-top: -1.12rem ;
}
.v-space {
  display: block;
  clear: both;
}
.v-space:before {
  content: ' ';
  display: inline-block;
  line-height: 100%;
}
.v-space + p {
  margin-top: 0;
}
.padd-h {
  padding-left: 22.4px ;
  padding-left: 2.24rem ;
  padding-right: 22.4px ;
  padding-right: 2.24rem ;
}
.color-black,
.color-black * {
  color: #000 !important;
}
.color-vert {
  color: #0056B8 !important;
}
.color-gris {
  color: #999;
}
.color-red {
  color: #BD3D3D;
}
.container.gutter-10,
.container-fluid.gutter-10 {
  margin: 0 -5px;
}
.container.gutter-10 .row > div,
.container-fluid.gutter-10 .row > div {
  padding: 5px;
}
.container.gutter-10 .row > div > .container,
.container-fluid.gutter-10 .row > div > .container,
.container.gutter-10 .row > div > .container-fluid,
.container-fluid.gutter-10 .row > div > .container-fluid {
  margin: 0 -5px;
}
.container.gutter-20,
.container-fluid.gutter-20 {
  margin: 0 -10px;
}
.container.gutter-20 .row > div,
.container-fluid.gutter-20 .row > div {
  padding: 10px;
}
.container.gutter-20 .row > div > .container,
.container-fluid.gutter-20 .row > div > .container,
.container.gutter-20 .row > div > .container-fluid,
.container-fluid.gutter-20 .row > div > .container-fluid {
  margin: 0 -10px;
}
.container.gutter-40,
.container-fluid.gutter-40 {
  margin: 0 -20px;
}
.container.gutter-40 .row > div,
.container-fluid.gutter-40 .row > div {
  padding: 20px;
}
.container.gutter-40 .row > div > .container,
.container-fluid.gutter-40 .row > div > .container,
.container.gutter-40 .row > div > .container-fluid,
.container-fluid.gutter-40 .row > div > .container-fluid {
  margin: 0 -20px;
}
.container.gutter-60,
.container-fluid.gutter-60 {
  margin: 0 -30px;
}
.container.gutter-60 .row > div,
.container-fluid.gutter-60 .row > div {
  padding: 30px;
}
.container.gutter-60 .row > div > .container,
.container-fluid.gutter-60 .row > div > .container,
.container.gutter-60 .row > div > .container-fluid,
.container-fluid.gutter-60 .row > div > .container-fluid {
  margin: 0 -30px;
}
/* .head-slider .page-content {
  font-size: 14px ;
  font-size: 1.4rem ;
} */
.head-slider .page-content h1,
.head-slider .page-content h1 a,
.head-slider .page-content .h1,
.head-slider .page-content .h1 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-size: 50px ;
  font-size: 5rem ;
  line-height: 70px ;
  line-height: 7rem ;
  margin: 13.461538461538462px 0px ;
  margin: 1.346rem 0rem ;
  text-decoration: none;
  font-weight: 700;
}
.head-slider .page-content h1 > *,
.head-slider .page-content h1 a > *,
.head-slider .page-content .h1 > *,
.head-slider .page-content .h1 a > * {
  margin: 0 !important;
  line-height: inherit !important;
}
.head-slider .page-content h2,
.head-slider .page-content h2 a,
.head-slider .page-content .h2,
.head-slider .page-content .h2 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-size: 26px ;
  font-size: 2.6rem ;
  line-height: 36.4px ;
  line-height: 3.64rem ;
  margin: 18.2px 0px ;
  margin: 1.82rem 0rem ;
  text-decoration: none;
  font-weight: 700;
}
.head-slider .page-content h2 > *,
.head-slider .page-content h2 a > *,
.head-slider .page-content .h2 > *,
.head-slider .page-content .h2 a > * {
  margin: 0 !important;
  line-height: inherit !important;
}
/*
.head-slider .page-content h3,
.head-slider .page-content h3 a,
.head-slider .page-content .h3,
.head-slider .page-content .h3 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-size: 26px ;
  font-size: 2.6rem ;
  line-height: 36.4px ;
  line-height: 3.64rem ;
  margin: 18.2px 0px ;
  margin: 1.82rem 0rem ;
  text-decoration: none;
  font-weight: normal;
}
.head-slider .page-content h3 > *,
.head-slider .page-content h3 a > *,
.head-slider .page-content .h3 > *,
.head-slider .page-content .h3 a > * {
  margin: 0 !important;
  line-height: inherit !important;
}
.head-slider .page-content h4,
.head-slider .page-content h4 a,
.head-slider .page-content .h4,
.head-slider .page-content .h4 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-size: 24px ;
  font-size: 2.4rem ;
  line-height: 33.599999999999994px ;
  line-height: 3.36rem ;
  margin: 16.799999999999997px 0px ;
  margin: 1.68rem 0rem ;
  text-decoration: none;
  font-weight: normal;
}
.head-slider .page-content h4 > *,
.head-slider .page-content h4 a > *,
.head-slider .page-content .h4 > *,
.head-slider .page-content .h4 a > * {
  margin: 0 !important;
  line-height: inherit !important;
}
.head-slider .page-content h5,
.head-slider .page-content h5 a,
.head-slider .page-content .h5,
.head-slider .page-content .h5 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-size: 22px ;
  font-size: 2.2rem ;
  line-height: 30.799999999999997px ;
  line-height: 3.08rem ;
  margin: 15.399999999999999px 0px ;
  margin: 1.54rem 0rem ;
  font-weight: normal;
  text-decoration: none;
}
.head-slider .page-content h5 > *,
.head-slider .page-content h5 a > *,
.head-slider .page-content .h5 > *,
.head-slider .page-content .h5 a > * {
  margin: 0 !important;
  line-height: inherit !important;
}
.head-slider .page-content h6,
.head-slider .page-content h6 a,
.head-slider .page-content .h6,
.head-slider .page-content .h6 a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-size: 20px ;
  font-size: 2rem ;
  line-height: 28px ;
  line-height: 2.8rem ;
  margin: 14px 0px ;
  margin: 1.4rem 0rem ;
  text-decoration: none;
  font-weight: normal;
}
.head-slider .page-content h6 > *,
.head-slider .page-content h6 a > *,
.head-slider .page-content .h6 > *,
.head-slider .page-content .h6 a > * {
  margin: 0 !important;
  line-height: inherit !important;
} */
.head-slider .page-content .p {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.head-slider .page-content .p:after,
.head-slider .page-content .p:before {
  display: none;
}
/*.head-slider .page-content p,
.head-slider .page-content ul,
.head-slider .page-content ol,
.head-slider .page-content li,
.head-slider .page-content pre,
.head-slider .page-content address,
.head-slider .page-content .address,
.head-slider .page-content .p {
  font-size: 16px ;
  font-size: 1.6rem ;
  font-size: 17px ;
  font-size: 1.7rem ;
  line-height: 23px ;
  line-height: 2.3rem ;
  margin: 11.2px 0px ;
  margin: 1.12rem 0rem ;
}*/
/* .head-slider .page-content p.text-cols-2,
.head-slider .page-content ul.text-cols-2,
.head-slider .page-content ol.text-cols-2,
.head-slider .page-content li.text-cols-2,
.head-slider .page-content pre.text-cols-2,
.head-slider .page-content address.text-cols-2,
.head-slider .page-content .address.text-cols-2,
.head-slider .page-content .p.text-cols-2 {
  text-align: justify;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 31.359999999999996px ;
  -webkit-column-gap: 3.136rem ;
  -moz-column-gap: 31.359999999999996px ;
  -moz-column-gap: 3.136rem ;
  column-gap: 31.359999999999996px ;
  column-gap: 3.136rem ;
}
.head-slider .page-content p.text-cols-3,
.head-slider .page-content ul.text-cols-3,
.head-slider .page-content ol.text-cols-3,
.head-slider .page-content li.text-cols-3,
.head-slider .page-content pre.text-cols-3,
.head-slider .page-content address.text-cols-3,
.head-slider .page-content .address.text-cols-3,
.head-slider .page-content .p.text-cols-3 {
  text-align: justify;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 31.359999999999996px ;
  -webkit-column-gap: 3.136rem ;
  -moz-column-gap: 31.359999999999996px ;
  -moz-column-gap: 3.136rem ;
  column-gap: 31.359999999999996px ;
  column-gap: 3.136rem ;
} */
/* .head-slider .page-content p.first-letter::first-letter,
.head-slider .page-content ul.first-letter::first-letter,
.head-slider .page-content ol.first-letter::first-letter,
.head-slider .page-content li.first-letter::first-letter,
.head-slider .page-content pre.first-letter::first-letter,
.head-slider .page-content address.first-letter::first-letter,
.head-slider .page-content .address.first-letter::first-letter,
.head-slider .page-content .p.first-letter::first-letter {
  float: left;
  font-size: 22.4px ;
  font-size: 2.24rem ;
  line-height: 22.4px ;
  line-height: 2.24rem ;
  text-transform: uppercase;
  font-weight: bold;
} */
.head-slider .page-content p:first-child {
  margin-top: 0;
}
.head-slider .page-content a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.head-slider .page-content a:hover {
  opacity: 0.8;
}
.head-slider .page-content td {
  padding: 22.4px ;
  padding: 2.24rem ;
}
.head-slider .page-content td h1 {
  margin-top: 0;
}
.head-slider .page-content ul {
  overflow: auto;
  list-style-type: none;
}
.head-slider .page-content ul li {
  margin: 0;
}
.head-slider .page-content ul li:before {
  content: ' ';
}
.head-slider .page-content .address {
  padding-bottom: 22.4px ;
  padding-bottom: 2.24rem ;
}
.head-slider .page-content img.alignnone,
.head-slider .page-content a img.alignnone {
  margin: 11.2px ;
  margin: 1.12rem ;
  margin-top: 5.6px ;
  margin-top: 0.56rem ;
  margin-bottom: 0;
}
.head-slider .page-content img.alignright,
.head-slider .page-content a img.alignright {
  margin-bottom: 0;
  margin-left: 11.2px ;
  margin-left: 1.12rem ;
  margin-top: 5.6px ;
  margin-top: 0.56rem ;
}
.head-slider .page-content img.alignleft,
.head-slider .page-content a img.alignleft {
  margin-right: 11.2px ;
  margin-right: 1.12rem ;
  margin-top: 5.6px ;
  margin-top: 0.56rem ;
  margin-bottom: 0;
}
.head-slider .page-content img.img-100,
.head-slider .page-content a img.img-100 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.head-slider .page-content p + .v-space {
  margin-top: -11.2px ;
  margin-top: -1.12rem ;
}
.head-slider .page-content .v-space {
  display: block;
  clear: both;
}
.head-slider .page-content .v-space:before {
  content: ' ';
  display: inline-block;
  line-height: 100%;
}
.head-slider .page-content .v-space + p {
  margin-top: 0;
}
.head-slider .page-content .padd-h {
  padding-left: 22.4px ;
  padding-left: 2.24rem ;
  padding-right: 22.4px ;
  padding-right: 2.24rem ;
}
/* .head-slider .page-content .font-ralewaybold {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}
.head-slider .page-content .font-ralewaysemibold {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}
.head-slider .page-content .font-ralewayregular {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}
.head-slider .page-content .font-ralewaylight {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}
.head-slider .page-content .font-ralewaythin {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}
.head-slider .page-content .font-oxygenbold {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.head-slider .page-content .font-oxygenregular {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}
.head-slider .page-content .font-oxygenlight {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
} */
.head-slider .page-content .color-black,
.head-slider .page-content .color-black * {
  color: #000 !important;
}
.head-slider .page-content .color-vert {
  color: #2f8464 !important;
}
.head-slider .page-content .color-gris {
  color: #999;
}
.head-slider .page-content .color-red {
  color: #BD3D3D;
}
.head-slider .page-content .container.gutter-10,
.head-slider .page-content .container-fluid.gutter-10 {
  margin: 0 -5px;
}
.head-slider .page-content .container.gutter-10 .row > div,
.head-slider .page-content .container-fluid.gutter-10 .row > div {
  padding: 5px;
}
.head-slider .page-content .container.gutter-10 .row > div > .container,
.head-slider .page-content .container-fluid.gutter-10 .row > div > .container,
.head-slider .page-content .container.gutter-10 .row > div > .container-fluid,
.head-slider .page-content .container-fluid.gutter-10 .row > div > .container-fluid {
  margin: 0 -5px;
}
.head-slider .page-content .container.gutter-20,
.head-slider .page-content .container-fluid.gutter-20 {
  margin: 0 -10px;
}
.head-slider .page-content .container.gutter-20 .row > div,
.head-slider .page-content .container-fluid.gutter-20 .row > div {
  padding: 10px;
}
.head-slider .page-content .container.gutter-20 .row > div > .container,
.head-slider .page-content .container-fluid.gutter-20 .row > div > .container,
.head-slider .page-content .container.gutter-20 .row > div > .container-fluid,
.head-slider .page-content .container-fluid.gutter-20 .row > div > .container-fluid {
  margin: 0 -10px;
}
.head-slider .page-content .container.gutter-40,
.head-slider .page-content .container-fluid.gutter-40 {
  margin: 0 -20px;
}
.head-slider .page-content .container.gutter-40 .row > div,
.head-slider .page-content .container-fluid.gutter-40 .row > div {
  padding: 20px;
}
.head-slider .page-content .container.gutter-40 .row > div > .container,
.head-slider .page-content .container-fluid.gutter-40 .row > div > .container,
.head-slider .page-content .container.gutter-40 .row > div > .container-fluid,
.head-slider .page-content .container-fluid.gutter-40 .row > div > .container-fluid {
  margin: 0 -20px;
}
.head-slider .page-content .container.gutter-60,
.head-slider .page-content .container-fluid.gutter-60 {
  margin: 0 -30px;
}
.head-slider .page-content .container.gutter-60 .row > div,
.head-slider .page-content .container-fluid.gutter-60 .row > div {
  padding: 30px;
}
.head-slider .page-content .container.gutter-60 .row > div > .container,
.head-slider .page-content .container-fluid.gutter-60 .row > div > .container,
.head-slider .page-content .container.gutter-60 .row > div > .container-fluid,
.head-slider .page-content .container-fluid.gutter-60 .row > div > .container-fluid {
  margin: 0 -30px;
}

/* .head-slider .page-content .size-0,
.head-slider .page-content .size-0 * {
  font-size: 52px !important;
  line-height: 52px !important;
}

.head-slider .page-content .size-1,
.head-slider .page-content .size-1 * {
  font-size: 36px !important;
  line-height: 36px !important;
}
.head-slider .page-content .taille-1,
.head-slider .page-content .taille-1 a {
  font-size: 24px !important;
  line-height: 24px;
}
.head-slider .page-content .taille-2,
.head-slider .page-content .taille-2 a {
  font-size: 20px !important;
  line-height: 20px !important;
}
.head-slider .page-content .taille-3,
.head-slider .page-content .taille-3 a {
  font-size: 14px !important;
  line-height: 14px !important;
} */
.head-slider .page-content h1,
.head-slider .page-content h1 a,
.head-slider .page-content .h1,
.head-slider .page-content .h1 a {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.head-slider .page-content h2,
.head-slider .page-content h2 a,
.head-slider .page-content .h2,
.head-slider .page-content .h2 a {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
/* .head-slider .page-content h3,
.head-slider .page-content h3 a,
.head-slider .page-content .h3,
.head-slider .page-content .h3 a {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.head-slider .page-content h4,
.head-slider .page-content h4 a,
.head-slider .page-content .h4,
.head-slider .page-content .h4 a {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.head-slider .page-content h5,
.head-slider .page-content h5 a,
.head-slider .page-content .h5,
.head-slider .page-content .h5 a {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.head-slider .page-content h6,
.head-slider .page-content h6 a,
.head-slider .page-content .h6,
.head-slider .page-content .h6 a {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
} */
.head-slider .page-content h2 + p {
  margin-top: 2px;
}
.head-slider .page-content p,
.head-slider .page-content ul,
.head-slider .page-content ol,
.head-slider .page-content li,
.head-slider .page-content pre,
.head-slider .page-content address,
.head-slider .page-content .address,
.head-slider .page-content .p {
  /*font-size: 18px ;
  font-size: 1.8rem ;*/
    font-size: 22px ;
  font-size: 2.2rem ;
  line-height: 30px ;
  line-height: 3rem ;
  margin: 9.799999999999999px 0px ;
  margin: 0.98rem 0rem ;
}
.head-slider.petit .page-content h2,
.head-slider.normal .page-content h2,
.head-slider.petit .page-content h2 a,
.head-slider.normal .page-content h2 a,
.head-slider.petit .page-content .h2,
.head-slider.normal .page-content .h2,
.head-slider.petit .page-content .h2 a,
.head-slider.normal .page-content .h2 a {
  color: #fff;
  /*
  font-size: 36px;
  line-height: 36px;*/
   font-size: 40px;
  line-height: 40px;
}
.page-content hr,
body#tinymce.wp-editor hr {
  border: 0;
  height: 0;
  display: block;
  clear: both;
  line-height: 1;
  position: relative;
  margin: 20px 0;
  padding-bottom: 5px;
}
.page-content hr:before,
body#tinymce.wp-editor hr:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border-top: 2px #f6f6f6 solid;
}
#tinymce.wp-editor .g-box {
  border-collapse: collapse;
  border: 1px rgba(51, 51, 51, 0.7) dashed;
  border-left: 0;
}
#tinymce.wp-editor .g-box:first-child {
  border-left: 1px rgba(51, 51, 51, 0.7) dashed;
}
#tinymce.wp-editor .g-box div {
  border-collapse: collapse;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  border-right: 1px dashed #bbb;
}
#tinymce.wp-editor .g-box div:first-child {
  border-left: 1px dashed #bbb;
}
#tinymce.wp-editor .container,
#tinymce.wp-editor .container-fluid {
  border: 1px rgba(51, 51, 51, 0.7) dashed;
  border-collapse: collapse;
  margin: 10px 0;
}
#tinymce.wp-editor .container .row,
#tinymce.wp-editor .container-fluid .row {
  border-collapse: collapse;
  border: 1px rgba(153, 153, 153, 0.7) dashed;
}
#tinymce.wp-editor .container .row [class|="col"],
#tinymce.wp-editor .container-fluid .row [class|="col"],
#tinymce.wp-editor .container .row [class^="col-"],
#tinymce.wp-editor .container-fluid .row [class^="col-"] {
  border-collapse: collapse;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  border-right: 1px dashed #bbb;
}
.grid-2-2,
.grid-2-1,
.grid-3,
.grid-4 {
  margin: 20px 0;
  padding: 0px 0 30px 0;
  overflow: hidden;
}
.grid-2-2:after,
.grid-2-1:after,
.grid-3:after,
.grid-4:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.grid-2-2 .g-box,
.grid-2-1 .g-box,
.grid-3 .g-box,
.grid-4 .g-box {
  width: 50%;
  min-width: 320px;
  float: left;
  position: relative;
  min-height: 160px;
  /* suppression bordure */
}
/* .grid-2-2 .g-box a,
.grid-2-1 .g-box a,
.grid-3 .g-box a,
.grid-4 .g-box a {
  position: relative;
  z-index: 9;
}
.grid-2-2 .g-box.sep:before,
.grid-2-1 .g-box.sep:before,
.grid-3 .g-box.sep:before,
.grid-4 .g-box.sep:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -3px;
  right: 0;
  border-left: 3px #000 dotted;
}
.grid-2-1 {
  clear: both;
}
.grid-2-1 .g-box {
  float: none;
  margin: auto;
}
.grid-3 {
  clear: both;
  display: table;
  height: 100%;
}
.grid-3 .g-box {
  display: table-cell;
  height: 100%;
  width: 33%;
  float: none;
  vertical-align: top;
  padding: 0px 20px ;
  padding: 0rem 2rem ;
}
.grid-4 {
  clear: both;
  display: table;
  height: 100%;
}
.grid-4 .g-box {
  display: table-cell;
  height: 100%;
  width: 20%;
  margin: 4px;
  float: none;
  vertical-align: top;
  padding: 0px 10px ;
  padding: 0rem 1rem ;
} */
.row.col-2-gauche .col-md-9 {
  padding-left: 40px;
}
.row.col-2-droite .col-md-6:first-child,
.row.col-2-droite .col-md-9:first-child {
  padding-right: 40px;
}
.container-fluid .padd-arrow,
.container .padd-arrow,
.row .padd-arrow {
  padding-top: 60px !important;
}
.container-fluid .bottom-arrow,
.container .bottom-arrow,
.row .bottom-arrow {
  position: relative;
}
.container-fluid .bottom-arrow:after,
.container .bottom-arrow:after,
.row .bottom-arrow:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 98px;
  height: 66px;
  margin-left: -44px;
  background-repeat: no-repeat;
  background-image: url('img/elements/bottom-arrow-3.png');
}
.container-fluid .bottom-arrow-2,
.container .bottom-arrow-2,
.row .bottom-arrow-2 {
  position: relative;
}
.container-fluid .bottom-arrow-2:after,
.container .bottom-arrow-2:after,
.row .bottom-arrow-2:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 98px;
  height: 66px;
  margin-left: -44px;
  background-repeat: no-repeat;
  background-image: url('img/elements/bottom-arrow-2.png');
}
.container-fluid .bottom-arrow-3,
.container .bottom-arrow-3,
.row .bottom-arrow-3 {
  position: relative;
}
.container-fluid .bottom-arrow-3:after,
.container .bottom-arrow-3:after,
.row .bottom-arrow-3:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 98px;
  height: 66px;
  margin-left: -44px;
  background-repeat: no-repeat;
  background-image: url('img/elements/bottom-arrow-3.png');
}
.container-fluid.bg-gris,
.container.bg-gris,
.row.bg-gris,
.container-fluid.bg-gris-fonce,
.container.bg-gris-fonce,
.row.bg-gris-fonce {
  background-color: #F6F6F6;
  padding: 10px 0;
}
.container-fluid.bg-gris.bg-gris-fonce,
.container.bg-gris.bg-gris-fonce,
.row.bg-gris.bg-gris-fonce,
.container-fluid.bg-gris-fonce.bg-gris-fonce,
.container.bg-gris-fonce.bg-gris-fonce,
.row.bg-gris-fonce.bg-gris-fonce {
  background-color: #E7E7E7;
}
.container-fluid.bg-gris.oblique,
.container.bg-gris.oblique,
.row.bg-gris.oblique,
.container-fluid.bg-gris-fonce.oblique,
.container.bg-gris-fonce.oblique,
.row.bg-gris-fonce.oblique {
  background-color: #FFF;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.container-fluid.bg-gris.oblique:before,
.container.bg-gris.oblique:before,
.row.bg-gris.oblique:before,
.container-fluid.bg-gris-fonce.oblique:before,
.container.bg-gris-fonce.oblique:before,
.row.bg-gris-fonce.oblique:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: -1000px;
  background-color: #F6F6F6;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
  z-index: -10;
}
.container-fluid.bg-gris.oblique > div,
.container.bg-gris.oblique > div,
.row.bg-gris.oblique > div,
.container-fluid.bg-gris-fonce.oblique > div,
.container.bg-gris-fonce.oblique > div,
.row.bg-gris-fonce.oblique > div {
  position: relative;
  z-index: 2;
}
.container-fluid.bg-gris-2,
.container.bg-gris-2,
.row.bg-gris-2 {
  background-color: #ECECEC;
}
.container-fluid.bg-gris-2.oblique,
.container.bg-gris-2.oblique,
.row.bg-gris-2.oblique {
  background-color: #FFF;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.container-fluid.bg-gris-2.oblique:before,
.container.bg-gris-2.oblique:before,
.row.bg-gris-2.oblique:before {
  z-index: -10;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: -1000px;
  background-color: #ECECEC;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
}
.container-fluid.bg-gris-2.oblique > div,
.container.bg-gris-2.oblique > div,
.row.bg-gris-2.oblique > div {
  position: relative;
  z-index: 2;
}
.container-fluid.bg-gris-3,
.container.bg-gris-3,
.row.bg-gris-3 {
  background-color: #E1E1E1;
}
.container-fluid.bg-vert,
.container.bg-vert,
.row.bg-vert {
  background-color: #58d1a7;
  padding: 20px 0;
}
.container-fluid.bg-vert-titre,
.container.bg-vert-titre,
.row.bg-vert-titre,
.container-fluid.bg-vert,
.container.bg-vert,
.row.bg-vert {
  background-color: #58d1a7;
  padding: 2px 0;
}
.container-fluid.bg-vert-titre h1,
.container.bg-vert-titre h1,
.row.bg-vert-titre h1,
.container-fluid.bg-vert h1,
.container.bg-vert h1,
.row.bg-vert h1,
.container-fluid.bg-vert-titre .h1,
.container.bg-vert-titre .h1,
.row.bg-vert-titre .h1,
.container-fluid.bg-vert .h1,
.container.bg-vert .h1,
.row.bg-vert .h1,
.container-fluid.bg-vert-titre h2,
.container.bg-vert-titre h2,
.row.bg-vert-titre h2,
.container-fluid.bg-vert h2,
.container.bg-vert h2,
.row.bg-vert h2,
.container-fluid.bg-vert-titre .h2,
.container.bg-vert-titre .h2,
.row.bg-vert-titre .h2,
.container-fluid.bg-vert .h2,
.container.bg-vert .h2,
.row.bg-vert .h2 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  margin: 18px 0rem;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin: 1.82rem 0rem;
  font-weight: 700;
}
main .section-large:first-child .wrapper-ultra-wide.page-content .container-fluid.bg-vert:first-child {
  background-color: #58d1a7;
  padding: 2px 0;
}
/* main .section-large:first-child .wrapper-ultra-wide.page-content .container-fluid.bg-vert:first-child h1,
main .section-large:first-child .wrapper-ultra-wide.page-content .container-fluid.bg-vert:first-child .h1,
main .section-large:first-child .wrapper-ultra-wide.page-content .container-fluid.bg-vert:first-child h2,
main .section-large:first-child .wrapper-ultra-wide.page-content .container-fluid.bg-vert:first-child .h2 {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  margin: 18px 0rem;
  font-size: 2.6rem;
  line-height: 3.64rem;
  margin: 1.82rem 0rem;
} */
.container-fluid.ancres-services {
  margin: 30px 0 20px 0 !important;
}
.container-fluid.col-vente {
  background-color: #F6F6F6;
  margin: 40px 0 !important;
  padding: 10px;
  min-height: 180px;
}
@media only screen and (max-width: 992px) {
  .container-fluid.col-vente .col-md-5 {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.container-fluid.col-vente .col-md-5 + .col-md-4 {
  text-align: right;
}
.container-fluid.col-vente .col-md-5 + .col-md-4 img {
  margin: -40px 10px -40px 0px;
  height: auto;
}
.container-fluid.col-vente .col-md-5 + .col-md-4 + .col-md-3 {
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  .container-fluid.col-vente .col-md-5 + .col-md-4 {
    text-align: center;
  }
  .container-fluid.col-vente .col-md-5 + .col-md-4 img {
    margin: 10px auto;
    height: auto;
  }
  .container-fluid.col-vente .col-md-5 + .col-md-4 + .col-md-3 {
    padding-top: 10px;
  }
}
.container-fluid.col-vente-2 {
  margin: 40px 0 !important;
  padding: 10px;
  min-height: 180px;
  position: relative;
}
.container-fluid.col-vente-2 .effect {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  top: 54px;
  bottom: auto;
  height: 200px;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 880px) {
  .container-fluid.col-vente-2 .effect {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .container-fluid.col-vente-2 > .row {
    background-color: #F6F6F6;
  }
  .container-fluid.col-vente-2 > .row:after {
    display: none;
  }
}
.container-fluid.col-vente-2 > .row img {
  height: auto;
}
.container-fluid.col-vente-2 > .row .clickit:hover img {
  opacity: 0.8;
}
.case-icone {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 480px;
}
.case-icone .icone,
.case-icone .texte {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  position: relative;
  z-index: 3;
  height: 180px;
}
.case-icone .icone *:first-child,
.case-icone .texte *:first-child {
  margin: 0;
}
.case-icone .texte {
  padding: 0 10px 0 0;
  color: #000;
}
.case-icone .texte p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.case-icone .texte .h5 {
  font-size: 16px ;
  font-size: 1.6rem ;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}
.case-icone .texte a {
  color: #2000FF;
  text-decoration: underline;
}
.case-icone .icone {
  width: 46px;
  min-height: 40px;
  vertical-align: middle;
  z-index: 1;
}
.case-icone .icone:hover img {
  pointer-events: auto;
}
.case-icone .icone img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  height: auto;
  display: block;
  line-height: 1px;
  max-width: 200px;
  opacity: 0.08;
  z-index: 2;
  top: 0px;
}
@media screen and (max-width: 880px) {
  .case-icone .icone img {
    left: 20px !important;
  }
}
.link-services {
  margin-left: -20px;
  margin-top: 10px;
}
.link-services .case-devis {
  position: relative;
  padding: 0 34px;
  max-width: 300px;
}

.case-devis {
  background-image: url("img/background_btn-devis.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.case-devis.or {
  background-image: url("img/background_btn-devis-sur-mesure.png");
}

.case-devis.sized {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.case-devis a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.case-devis a:hover {
  -webkit-transition: opacity .2s ease;
   -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
     -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
}

.case-devis img {
  margin: 15px auto;
}

.case-devis p,
.case-devis span {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
  margin: 0;
  display: block;
}


/* .case-devis {
  width: 100%;
  height: 100%;
  z-index: 0;
  min-height: 120px;
  max-width: 250px;
  margin: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.case-devis:hover {
  opacity: 0.6;
}
.case-devis .icone,
.case-devis .texte {
  height: 16%;
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 3;
  background-color: #000;
}
.case-devis .icone *,
.case-devis .texte * {
  color: #000;
}
.case-devis .icone *:first-child,
.case-devis .texte *:first-child {
  margin: 0;
}
.case-devis .icone {
  background-color: #74DAB2;
  vertical-align: middle;
  z-index: 1;
  vertical-align: center;
  position: relative;
  width: 100%;
}
.case-devis .icone:before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
.case-devis .icone > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.case-devis .icone .icon {
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  text-align: center;
  font-size: 0;
}
.case-devis .icone .icon:before {
  color: #fff;
  font-size: 60px;
  display: block;
}
.case-devis .texte {
  padding: 10px 4px;
  border-top: 1px #fff solid;
  font-size: 18px;
}
.case-devis .texte a {
  color: #fff;
  text-decoration: none;
} */
.devis-grille-tarifaires * {
  font-size: 17px;
}
.devis-grille-tarifaires * .h4,
.devis-grille-tarifaires * .h4 * {
  line-height: 18px !important;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires * {
    font-size: 14px;
  }
}
.devis-grille-tarifaires .devis-particulier,
.devis-grille-tarifaires .devis-pro {
  padding: 10px 12px;
}
.devis-grille-tarifaires .devis-particulier > div,
.devis-grille-tarifaires .devis-pro > div {
  background-color: #ececec;
}
.devis-grille-tarifaires .devis-particulier .bg-gris-4,
.devis-grille-tarifaires .devis-pro .bg-gris-4 {
  background-color: #DEDBDC;
  margin-bottom: 45px;
}
.devis-grille-tarifaires .devis-particulier .bg-gris-4 .bottom-arrow-4,
.devis-grille-tarifaires .devis-pro .bg-gris-4 .bottom-arrow-4 {
  position: relative;
  margin-bottom: 8 0px !important;
}
.devis-grille-tarifaires .devis-particulier .bg-gris-4 .bottom-arrow-4:after,
.devis-grille-tarifaires .devis-pro .bg-gris-4 .bottom-arrow-4:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 30px 0 30px;
  border-color: #DEDBDC transparent transparent transparent;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier,
  .devis-grille-tarifaires .devis-pro {
    padding: 10px 4px;
  }
}
.devis-grille-tarifaires .devis-particulier .padd,
.devis-grille-tarifaires .devis-pro .padd {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 10px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier .padd,
  .devis-grille-tarifaires .devis-pro .padd {
    padding: 8px 3px;
    min-height: 165px;
  }
}
.devis-grille-tarifaires .devis-particulier .padd > .container-fluid,
.devis-grille-tarifaires .devis-pro .padd > .container-fluid {
  padding: 0 34px;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier .padd > .container-fluid,
  .devis-grille-tarifaires .devis-pro .padd > .container-fluid {
    padding: 0 8px;
  }
}
.devis-grille-tarifaires .devis-particulier .padd > p img,
.devis-grille-tarifaires .devis-pro .padd > p img,
.devis-grille-tarifaires .devis-particulier .padd > img,
.devis-grille-tarifaires .devis-pro .padd > img {
  opacity: 0.5;
  max-height: 140px;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier .padd > p img,
  .devis-grille-tarifaires .devis-pro .padd > p img,
  .devis-grille-tarifaires .devis-particulier .padd > img,
  .devis-grille-tarifaires .devis-pro .padd > img {
    max-height: 50px;
  }
}
.devis-grille-tarifaires .devis-particulier .padd h5,
.devis-grille-tarifaires .devis-pro .padd h5 {
  color: #000;
  font-size: 16px ;
  font-size: 1.6rem ;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 540px) {
  .devis-grille-tarifaires .devis-particulier .padd h5,
  .devis-grille-tarifaires .devis-pro .padd h5 {
    font-weight: normal;
  }
}
.devis-grille-tarifaires .devis-particulier .padd .intro,
.devis-grille-tarifaires .devis-pro .padd .intro {
  min-height: 80px;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier .padd .intro,
  .devis-grille-tarifaires .devis-pro .padd .intro {
    min-height: 220px;
  }
  .devis-grille-tarifaires .devis-particulier .padd .intro h4,
  .devis-grille-tarifaires .devis-pro .padd .intro h4 {
    min-height: 86px;
  }
}
@media screen and (max-width: 540px) {
  .devis-grille-tarifaires .devis-particulier .padd .intro h4,
  .devis-grille-tarifaires .devis-pro .padd .intro h4 {
    min-height: 98px;
  }
}
.devis-grille-tarifaires .devis-particulier .padd .case-icone,
.devis-grille-tarifaires .devis-pro .padd .case-icone {
  margin-top: 4px;
  text-align: left;
}
.devis-grille-tarifaires .devis-particulier .padd .case-icone .icone,
.devis-grille-tarifaires .devis-pro .padd .case-icone .icone {
  width: 56px;
  height: 132px;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier .padd .case-icone .icone,
  .devis-grille-tarifaires .devis-pro .padd .case-icone .icone {
    width: 0px;
  }
}
@media screen and (max-width: 540px) {
  .devis-grille-tarifaires .devis-particulier .padd .case-icone .icone,
  .devis-grille-tarifaires .devis-pro .padd .case-icone .icone {
    display: none;
  }
}
.devis-grille-tarifaires .devis-particulier .padd .case-icone .icone img,
.devis-grille-tarifaires .devis-pro .padd .case-icone .icone img {
  margin-top: 0 !important;
}
.devis-grille-tarifaires .devis-particulier .padd .case-icone .texte,
.devis-grille-tarifaires .devis-pro .padd .case-icone .texte {
  padding: 0;
  height: 132px;
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier .padd .case-icone .texte,
  .devis-grille-tarifaires .devis-pro .padd .case-icone .texte {
    height: 165px;
  }
}
@media screen and (max-width: 540px) {
  .devis-grille-tarifaires .devis-particulier .padd .case-icone .texte,
  .devis-grille-tarifaires .devis-pro .padd .case-icone .texte {
    height: 185px;
  }
}
@media screen and (max-width: 880px) {
  .devis-grille-tarifaires .devis-particulier .padd .case-icone,
  .devis-grille-tarifaires .devis-pro .padd .case-icone {
    padding-top: 10px;
  }
}
.devis-grille-tarifaires .devis-particulier .padd .case-devis .texte,
.devis-grille-tarifaires .devis-pro .padd .case-devis .texte {
  padding: 8px 4px;
}
.devis-grille-tarifaires .devis-particulier .padd .case-devis .icone,
.devis-grille-tarifaires .devis-pro .padd .case-devis .icone {
  padding: 10px;
}
.demande-dossier {
  color: #000;
  margin-bottom: 30px;
  background-color: #F3F3F3;
}
.demande-dossier.contact {
  background-color: #fff;
}

.demande-dossier .bottom-arrow-2 {
  margin-bottom: 40px;
}
.demande-dossier .bottom-arrow-3 {
  margin-bottom: 50px;
}
.demande-dossier .wpcf7-form {
  padding-top: 20px;
  background-color: #F6F6F6;
}

.demande-dossier.contact .wpcf7-form {
  padding-top: 20px;
  background-color: #fff;
}

.demande-dossier .wpcf7-form > p {
  display: none;
}
@media screen and (max-width: 880px) {
  .demande-dossier .bottom-arrow-2 {
    margin-bottom: 60px;
  }
  .demande-dossier .bg-gris-2 {
    text-align: center;
  }
  .demande-dossier .case-icone {
    margin: auto;
  }
  .demande-dossier .bg-gris.form {
    padding-top: 16px;
    max-width: 480px;
    margin: auto;
  }
}
.demande-dossier .bg-gris-2 .col-md-3 {
  font-size: 15px;
}
.demande-dossier .bg-gris-2 .col-md-3 br + strong {
  display: block;
}
.demande-dossier .bg-gris-2 .col-xs-12 {
  font-style: italic;
  padding: 8px 0 20px 0 !important;
  font-size: 13px;
  text-align: center;
}
.demande-dossier.devis-particulier .row > div {
  padding: 2px 5px;
}
.demande-dossier.devis-particulier .wpcf7-recaptcha {
  padding-bottom: 10px;
}
.demande-dossier div.case-icone .icone,
.demande-dossier div.case-icone .texte {
  display: table-cell;
  height: 100px;
  position: relative;
  vertical-align: top;
  z-index: 3;
}
/* modified for v1.3.3 */
.demande-dossier button {
  width: 100%;
  padding: 0;
  border: none;
  background-color: #74DAB2;
  display: block;
  position: relative;
  max-width: 320px;
  margin: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.demande-dossier button:hover {
  opacity: 0.8;
}
.demande-dossier button .icone {
  display: inline-block;
  text-align: center;
  padding-bottom: 35px;
  height: auto;
  width: auto;
}
.demande-dossier button .icone img {
  position: relative;
  opacity: 1;
  margin: auto;
}
.demande-dossier button .texte {
  padding: 10px 6px;
  text-align: center;
  background-color: #000;
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.demande-dossier button .texte .h5 {
  color: #fff;
}
/* modified vor v1.3.5.1 */
.demande-dossier button.submit-formules {
  background: #0056B8;
  border-radius: 5px;
  padding: 20px 20px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight:bold;
  text-align: center
}
.demande-dossier .bg-gris-2.bottom-arrow img {
  display: block;
  margin: auto;
}
.demande-dossier .bg-gris-3 {
  padding-top: 30px !important;
}
.demande-dossier .bg-gris-3 .col-xs-12 > p.color-red:first-child {
  padding: 10px 40px 45px 40px !important;
}
div.devis-et-services .col-md-3 {
  width: 24%;
}
div.devis-et-services .col-md-3:first-child {
  width: 28%;
}
@media screen and (max-width: 992px) {
  div.devis-et-services .col-md-3 {
    width: 50%;
    float: left;
  }
  div.devis-et-services .col-md-3:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  div.devis-et-services .col-md-3 {
    width: auto;
  }
  div.devis-et-services .col-md-3:first-child {
    width: auto;
  }
}
div.devis-et-services .col-md-3:hover {
  opacity: 0.8;
}
div.devis-et-services .service {
  padding: 8px 3px 0px 3px;
  margin-bottom: 10px;
}
div.devis-et-services .service > .padd {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #ececec;
  padding: 0 0px 34px 0px;
  text-align: center;
  color: #000;
}
div.devis-et-services .service > .padd .box-arrow {
  background-color: #DDDDDD;
  margin-bottom: 50px;
  padding: 24px 2px 16px 2px;
}
div.devis-et-services .service > .padd .box-arrow img {
  opacity: 0.5;
  max-height: 140px;
}
div.devis-et-services .service > .padd .box-arrow:after {
  background-image: url("img/elements/bottom-arrow-4.png");
  background-repeat: no-repeat;
  content: "";
  height: 40px;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  top: auto;
  bottom: -40px;
  width: 48px;
}
div.devis-et-services .service > .padd > p img,
div.devis-et-services .service > .padd > img {
  opacity: 0.5;
  max-height: 140px;
}
div.devis-et-services .service > .padd h3.p {
  margin: 0;
}
div.devis-et-services .service > .padd h3.p + p {
  margin: 0;
}
div.devis-et-services .service > .padd h3.p + p + p {
  margin: 0;
}
div.devis-et-services .service > .padd h5 {
  color: #000;
  font-size: 16px ;
  font-size: 1.6rem ;
  font-weight: bold;
  margin-bottom: 2px;
}
div.devis-et-services .service > .padd .intro {
  font-size: 15px ;
  font-size: 1.5rem ;
  /* min-height: 160px; */ /* old value after */
  min-height: 80px;
}
div.devis-et-services .service > .padd .intro p {
  margin-bottom: 0;
  font-size: 15px ;
  font-size: 1.5rem ;
}
div.devis-et-services .service > .padd .case-icone {
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
div.devis-et-services .service > .padd .case-icone .icone {
  width: 46px;
  height: 172px;
}
div.devis-et-services .service > .padd .case-icone .icone img {
  top: 28px;
}
div.devis-et-services .service > .padd .case-icone .texte {
  padding: 0;
  height: 172px;
  font-size: 15px ;
  font-size: 1.5rem ;
}
div.devis-et-services .service > .padd .case-devis-service {
  position: relative;
  margin: 12px;
  background-color: #58d1a7;
  text-align: center;
  border-radius: 10px;
}
div.devis-et-services .service > .padd .case-devis-service .texte {
  padding: 2px;
}
div.devis-et-services .service > .padd .case-devis-service a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 400px) {
  .demande-recuperation-donnes .case-devis {
    margin: auto;
  }
  .demande-recuperation-donnes .case-devis .illustration {
    height: 230px !important;
  }
  .demande-recuperation-donnes .case-devis .illustration .produit {
    left: 2px !important;
    -webkit-transform: scale(0.76);
            transform: scale(0.76);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .demande-recuperation-donnes .case-devis .illustration .devis {
    right: 2px !important;
    -webkit-transform: scale(0.76);
            transform: scale(0.76);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.demande-recuperation-donnes > .row > div {
  padding: 4px;
}
.demande-recuperation-donnes .case-devis {
  max-width: 200px;
  margin: auto;
  cursor: auto;
}
.demande-recuperation-donnes .case-devis:hover {
  opacity: 1;
}
.demande-recuperation-donnes .case-devis .illustration {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ccc;
  height: 250px;
}
.demande-recuperation-donnes .case-devis .illustration .content img {
  margin: 0;
}
.demande-recuperation-donnes .case-devis .illustration .content a {
  padding: 0px;
  bottom: 0;
  position: static;
  display: inline;
}
.demande-recuperation-donnes .case-devis .illustration a {
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  bottom: 4px;
  color: #fff;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.demande-recuperation-donnes .case-devis .illustration a:hover {
  opacity: 0.8;
}
.demande-recuperation-donnes .case-devis .illustration .produit {
  left: 5%;
  width: 80px;
  background-color: #0056B8;
}
.demande-recuperation-donnes .case-devis .illustration .devis {
  right: 5%;
  width: 80px;
  background-color: #000;
}
.demande-recuperation-donnes .case-devis .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #000;
}
.container-fluid.demande-recuperation-donnes {
  position: relative;
  margin-bottom: 8 0px !important;
}
.container-fluid.demande-recuperation-donnes:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 40px 0 40px;
  border-color: #F6F6F6 transparent transparent transparent;
}
@media only screen and (max-width: 620px) {
  body .grid-2-2,
  body .grid-2-1 {
    margin: 20px 0;
    padding: 0px 0 30px 0;
  }
  body .grid-2-2 .g-box,
  body .grid-2-1 .g-box {
    width: 100%;
    float: none;
  }
  body .grid-2-2 .g-box > div,
  body .grid-2-1 .g-box > div {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 620px) {
  body .grid-2-2,
  body .grid-2-1 {
    margin: 20px 0;
    padding: 0px 0 30px 0;
  }
  body .grid-2-2 .g-box,
  body .grid-2-1 .g-box {
    width: 100%;
    float: none;
  }
  body .grid-2-2 .g-box > div,
  body .grid-2-1 .g-box > div {
    padding: 10px !important;
  }
}

@media only screen and (max-width: 620px) {
  body .gallery:after {
    width: 100%;
    display: block;
    content: '';
    clear: both;
  }
  body .gallery > br {
    display: none;
  }
  body .gallery > .gallery-item {
    width: 48% !important;
    margin: 1% !important;
    clear: none;
  }
  body .gallery > .gallery-item:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 480px) {
  body .gallery:after {
    width: 100%;
    display: block;
    content: '';
    clear: both;
  }
  body .gallery > br {
    display: none;
  }
  body .gallery > .gallery-item {
    width: 98% !important;
    margin: 1% !important;
    clear: left;
  }
}
/* Divers responsive */
#tinymce.wp-editor .show-phone,
#tinymce.wp-editor .show-tablet {
  display: block;
  border: 1px green dashed !important;
}
#tinymce.wp-editor .hide-phone,
#tinymce.wp-editor .hide-tablet {
  display: block;
  border: 1px blueviolet dashed !important;
}
/* iframe google maps et plugin facebook */
@media only screen and (max-width: 860px) {
  body {
    overflow-x: hidden;
  }
  body iframe {
    /* width: 90%; */
    margin: auto;
    width: 100%;
  }
  body #likebox-wrapper * {
    width: 90% !important;
    margin: auto;
  }
  body #likebox-wrapper * iframe {
    width: auto;
    margin: auto;
  }
}

.slider {
  width: 100%;
  position: relative;
  height: 100%;
}
.slider > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
}
.slider > .content .slider-wrapper,
.slider > .content .item {
  height: 100%;
  margin-bottom: 0px;
}
.slider > .content .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-shadow: 1px 1px 2px black;
}
.slider > .content .item .bg-effect {
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background: linear-gradient(to right, #000000 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=1);
}
.slider > .content .item .tease {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider > .content .item .tease .cell {
  vertical-align: middle;
}
.slider > .content .item .tease .title {
  position: relative;
}
.slider > .content .item .tease .title span {
  font-size: 32px ;
  font-size: 3.2rem ;
  color: #ffffff;
  text-transform: uppercase;
}
.slider > .content .item .tease .text {
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  color: #ffffff;
  -webkit-transform: translate(-200%, 0%);
          transform: translate(-200%, 0%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  min-height: 32px;
}
.slider > .content .item .tease .link {
  margin-top: 16px;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.slider > .content .item .tease .link .plus {
  background-color: transparent;
  border: 2px #fff solid;
  color: #fff;
  float: right;
  padding: 5px 5%;
  font-weight: bold;
  font-size: 20px;
  width: auto !important;
}
.slider > .content .item .tease .link .plus a {
  color: #fff;
}
.slider > .content .item .tease .link .plus:hover {
  background-color: #333333;
}
.slider > .content .item.start-animate .link {
  opacity: 1;
}
.slider > .content .item.start-animate .text {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 1;
}

/* CONTACT FORM */
.wpcf7-form,
.form.devis {
  /* background-color: @color-vert-light;*/
  color: #fff;
  /*
    * case à cocher
    * Utiliser impérativement l'option use_label_element
    * [checkbox the_name use_label_element "value"]
    */
}
.wpcf7-form .wpcf7-recaptcha body,
.form.devis .wpcf7-recaptcha body,
.wpcf7-form .wpcf7-recaptcha iframe,
.form.devis .wpcf7-recaptcha iframe {
  width: 100% !important;
  margin: auto !important;
}
.wpcf7-form .wpcf7-recaptcha > div,
.form.devis .wpcf7-recaptcha > div {
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .wpcf7-form .wpcf7-recaptcha,
  .form.devis .wpcf7-recaptcha {
    margin: auto;
    text-align: center;
    /*transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;*/
  }
  .wpcf7-form #rc-imageselect,
  .form.devis #rc-imageselect,
  .wpcf7-form .g-recaptcha,
  .form.devis .g-recaptcha {
    margin: auto;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -webkit-transform-origin: 28% 0;
            transform-origin: 28% 0;
  }
}
.wpcf7-form .container-fluid:last-child .col-sm-6,
.form.devis .container-fluid:last-child .col-sm-6 {
  padding-top: 10px;
}
.wpcf7-form .container-fluid > p,
.form.devis .container-fluid > p,
.wpcf7-form .row > p,
.form.devis .row > p,
.wpcf7-form .row > div > p:last-child,
.form.devis .row > div > p:last-child {
  margin: 0px !important;
}
.wpcf7-form .row,
.form.devis .row {
  padding: 3px 0;
}
.wpcf7-form .row .col-sm-6,
.form.devis .row .col-sm-6 {
  padding-left: 15px;
}
.wpcf7-form .row .col-sm-6:first-child,
.form.devis .row .col-sm-6:first-child {
  padding-right: 15px;
  padding-left: 0px;
}
@media only screen and (max-width: 880px) {
  .wpcf7-form .row .col-sm-6,
  .form.devis .row .col-sm-6 {
    padding-left: 0px;
    padding-top: 6px;
  }
  .wpcf7-form .row .col-sm-6:first-child,
  .form.devis .row .col-sm-6:first-child {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.wpcf7-form h1.title-form,
.form.devis h1.title-form {
  font-family: 'hl';
  color: #666;
  text-transform: uppercase;
  padding: 4% 0;
}
.wpcf7-form input,
.form.devis input,
.wpcf7-form textarea,
.form.devis textarea {
  border: 1px #fff solid;
  background-color: #fff;
  color: #000;
}
.wpcf7-form input:focus,
.form.devis input:focus,
.wpcf7-form textarea:focus,
.form.devis textarea:focus {
  border: 1px #cccccc solid;
}
.wpcf7-form input::-webkit-input-placeholder,
.form.devis input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.form.devis textarea::-webkit-input-placeholder {
  color: #333;
  font-size: 18px;
}
.wpcf7-form input:-ms-input-placeholder,
.form.devis input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder,
.form.devis textarea:-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}
.wpcf7-form input::-ms-input-placeholder,
.form.devis input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder,
.form.devis textarea::-ms-input-placeholder {
  color: #333;
  font-size: 18px;
}
.wpcf7-form input::placeholder,
.form.devis input::placeholder,
.wpcf7-form textarea::placeholder,
.form.devis textarea::placeholder {
  color: #333;
  font-size: 18px;
}
.wpcf7-form checkbox,
.form.devis checkbox {
  border: 1px #fff solid;
  color: #fff;
}
.wpcf7-form .wpcf7-checkbox label,
.form.devis .wpcf7-checkbox label {
  font-size: 0;
}
.wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
}
.wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label:after,
.form.devis [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form [type="checkbox"]:not(:checked),
.form.devis [type="checkbox"]:not(:checked),
.wpcf7-form [type="checkbox"]:checked,
.form.devis [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label,
.form.devis [type="checkbox"]:checked + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-size: 0px;
  width: 37px;
  height: 37px;
  display: block;
}
.wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label:before,
.form.devis [type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  background: #fff;
}
.wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label:after,
.form.devis [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #58d1a7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  /* on prévoit une animation */
}
.wpcf7-form .label,
.form.devis .label {
  font-size: 24px ;
  font-size: 2.4rem ;
  line-height: 28px ;
  line-height: 2.8rem ;
  text-align: left;
}
.wpcf7-form .line,
.form.devis .line {
  margin: 2rem 0;
}
.wpcf7-form .line .label,
.form.devis .line .label {
  float: left;
  width: 30%;
  font-size: 1.8rem;
  line-height: 2rem;
}
.wpcf7-form .line .field,
.form.devis .line .field {
  float: left;
  width: 70%;
  font-size: 1.8rem;
  line-height: 2rem;
}
.wpcf7-form .line:after,
.form.devis .line:after {
  content: '';
  display: block;
  clear: both;
}
.wpcf7-form .wpcf7-checkbox > span,
.form.devis .wpcf7-checkbox > span {
  display: block;
}
.wpcf7-form input[type=text],
.form.devis input[type=text],
.wpcf7-form input[type=email],
.form.devis input[type=email],
.wpcf7-form input[type=tel],
.form.devis input[type=tel],
.wpcf7-form textarea,
.form.devis textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
/* .wpcf7-form .wpcf7-submit:not(.case-icone, .case-devis),
.form.devis .wpcf7-submit {
  background-color: #000;
  border: medium none;
  color: #fff;
  float: right;
  width: 90%;
  line-height: 76px;
  border-radius: 4px;
  font-size: 22px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.wpcf7-form .wpcf7-submit:not(.case-icone, .case-devis):hover,
.form.devis .wpcf7-submit:hover {
  background-color: #2a9972;
  color: #fff;
}
@media only screen and (max-width: 880px) {
  .wpcf7-form .wpcf7-submit:not(.case-icone, .case-devis),
  .form.devis .wpcf7-submit {
    float: none;
    margin: auto;
    display: block;
  }
} */
.form.devis .btn-black-lg {
  background-color: #000;
  border: medium none;
  color: #fff;
  float: right;
  width: 90%;
  line-height: 76px;
  border-radius: 4px;
  font-size: 22px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.form.devis .btn-black-lg:hover {
  background-color: #2a9972;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .form.devis .btn-black-lg {
    float: none;
    margin: auto;
    display: block;
  }
}
.wpcf7-form .wpcf7-response-output,
.form.devis .wpcf7-response-output {
  border: 1px #58d1a7 solid;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  margin: 10px;
}
.wpcf7-form .contact {
  padding: 0;
}
.wpcf7-form .contact h4 {
  margin: 55px 0 50px 0;
  color: #333333;
}
.demande-dossier .wpcf7-form,
.demande-dossier .form.devis {
  /*background-color: @color-vert-light;*/
  color: #000;
  /*
        * case à cocher
        * Utiliser impérativement l'option use_label_element
        * [checkbox the_name use_label_element "value"]
        */
}
.demande-dossier .wpcf7-form .case-icone .icone img,
.demande-dossier .form.devis .case-icone .icone img {
  left: 0px !important;
}
.demande-dossier .wpcf7-form .row .col-sm-6,
.demande-dossier .form.devis .row .col-sm-6 {
  padding-left: 15px;
}
.demande-dossier .wpcf7-form .row .col-sm-6:first-child,
.demande-dossier .form.devis .row .col-sm-6:first-child {
  padding-right: 15px;
  padding-left: 0px;
}
.demande-dossier .wpcf7-form h1.title-form,
.demande-dossier .form.devis h1.title-form {
  font-family: 'hl';
  color: #666;
  text-transform: uppercase;
  padding: 4% 0;
}

/* .demande-dossier .wpcf7-form input,
.demande-dossier .form.devis input,
.demande-dossier .wpcf7-form textarea,
.demande-dossier .form.devis textarea {
border: 1px #CECECE solid;
background-color: #CECECE;
color: #000;
} */

.demande-dossier .wpcf7-form input,
.demande-dossier .form.devis input,
.demande-dossier .wpcf7-form textarea,
.demande-dossier .form.devis textarea {
  border: 1px #0056B8 solid;
  background-color: #f3f3f3;
  color: #000;
}

::-webkit-input-placeholder {
  color: #5e5f5b !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #5e5f5b !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #5e5f5b !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #5e5f5b !important;
  opacity: 1;
}

.demande-dossier .wpcf7-form input:focus,
.demande-dossier .form.devis input:focus,
.demande-dossier .wpcf7-form textarea:focus,
.demande-dossier .form.devis textarea:focus {
  border: 1px #9b9b9b solid;
}
.demande-dossier .wpcf7-form input::-webkit-input-placeholder,
.demande-dossier .form.devis input::-webkit-input-placeholder,
.demande-dossier .wpcf7-form textarea::-webkit-input-placeholder,
.demande-dossier .form.devis textarea::-webkit-input-placeholder {
  color: #fff;
}
.demande-dossier .wpcf7-form input:-ms-input-placeholder,
.demande-dossier .form.devis input:-ms-input-placeholder,
.demande-dossier .wpcf7-form textarea:-ms-input-placeholder,
.demande-dossier .form.devis textarea:-ms-input-placeholder {
  color: #fff;
}
.demande-dossier .wpcf7-form input::-ms-input-placeholder,
.demande-dossier .form.devis input::-ms-input-placeholder,
.demande-dossier .wpcf7-form textarea::-ms-input-placeholder,
.demande-dossier .form.devis textarea::-ms-input-placeholder {
  color: #fff;
}
.demande-dossier .wpcf7-form input::placeholder,
.demande-dossier .form.devis input::placeholder,
.demande-dossier .wpcf7-form textarea::placeholder,
.demande-dossier .form.devis textarea::placeholder {
  color: #fff;
}
.demande-dossier .wpcf7-form checkbox,
.demande-dossier .form.devis checkbox {
  border: 1px #CECECE solid;
  color: #fff;
}
.demande-dossier .wpcf7-form .wpcf7-checkbox label,
.demande-dossier .form.devis .wpcf7-checkbox label {
  font-size: 0;
}
.demande-dossier .wpcf7-form .wpcf7-checkbox:after,
.demande-dossier .form.devis .wpcf7-checkbox:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.demande-dossier .wpcf7-form .wpcf7-checkbox span.wpcf7-list-item,
.demande-dossier .form.devis .wpcf7-checkbox span.wpcf7-list-item {
  line-height: 0;
  margin-left: 0;
}
.demande-dossier .wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.demande-dossier .form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
}
.demande-dossier .wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label:after,
.demande-dossier .form.devis [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.demande-dossier .wpcf7-form [type="checkbox"]:not(:checked),
.demande-dossier .form.devis [type="checkbox"]:not(:checked),
.demande-dossier .wpcf7-form [type="checkbox"]:checked,
.demande-dossier .form.devis [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.demande-dossier .wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.demande-dossier .form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.demande-dossier .wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label,
.demande-dossier .form.devis [type="checkbox"]:checked + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-size: 0px;
  width: 37px;
  height: 37px;
  display: block;
}
.demande-dossier .wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.demande-dossier .form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.demande-dossier .wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label:before,
.demande-dossier .form.devis [type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  border: 2px solid #9b9b9b;
  background: #CECECE;
}
.demande-dossier .wpcf7-form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.demande-dossier .form.devis [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.demande-dossier .wpcf7-form [type="checkbox"]:checked + .wpcf7-list-item-label:after,
.demande-dossier .form.devis [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #58d1a7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  /* on prévoit une animation */
}
.demande-dossier .wpcf7-form .label,
.demande-dossier .form.devis .label {
  font-size: 20px ;
  font-size: 2rem ;
  line-height: 26px ;
  line-height: 2.6rem ;
}
.demande-dossier .wpcf7-form .line,
.demande-dossier .form.devis .line {
  margin: 2rem 0;
}
.demande-dossier .wpcf7-form .line .label,
.demande-dossier .form.devis .line .label {
  float: left;
  width: 30%;
  font-size: 1.8rem;
  line-height: 2rem;
}
.demande-dossier .wpcf7-form .line .field,
.demande-dossier .form.devis .line .field {
  float: left;
  width: 70%;
  font-size: 1.8rem;
  line-height: 2rem;
}
.demande-dossier .wpcf7-form .line:after,
.demande-dossier .form.devis .line:after {
  content: '';
  display: block;
  clear: both;
}
.demande-dossier .wpcf7-form .wpcf7-checkbox > span,
.demande-dossier .form.devis .wpcf7-checkbox > span {
  display: block;
}
.demande-dossier .wpcf7-form input[type=text],
.demande-dossier .form.devis input[type=text],
.demande-dossier .wpcf7-form input[type=email],
.demande-dossier .form.devis input[type=email],
.demande-dossier .wpcf7-form input[type=tel],
.demande-dossier .form.devis input[type=tel],
.demande-dossier .wpcf7-form textarea,
.demande-dossier .form.devis textarea {
  display: inline-block;
  width: 100%;
  padding: 8px;
}
.demande-dossier .wpcf7-form .wpcf7-submit,
.demande-dossier .form.devis .wpcf7-submit {
  background-color: #000;
  border: medium none;
  color: #fff;
  float: right;
  width: 90%;
  line-height: 76px;
  border-radius: 4px;
  font-size: 22px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.demande-dossier .wpcf7-form .wpcf7-submit:hover,
.demande-dossier .form.devis .wpcf7-submit:hover {
  background-color: #2a9972;
}
.demande-dossier .wpcf7-form .wpcf7-response-output,
.demande-dossier .form.devis .wpcf7-response-output {
  border: 1px #58d1a7 solid;
  border-radius: 3px;
  background-color: #CECECE;
  color: #000;
  font-size: 20px;
  margin: 10px;
}

.clickit {
  cursor: pointer;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 540px) {
  html {
    font-size: 57.5%;
  }
}
body {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #5e5f5b;
  margin: auto;
  max-width: 1920px;
}

.has-link:hover .col-md-3 img {
  opacity: 0.8;
}
a.ic-link {
  color: #9b999a;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  line-height: 20px;
  margin: 12px 0;
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
a.ic-link:hover {
  color: #ffffff; /*   20230303-backup color: #339f7a;*/
}
a.ic-link:before {
  content: '';
  background-image: url('img/ic/lien_min.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}
a.ic-link-help {
  color: #9b999a;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  line-height: 20px;
  margin: 12px 0;
  padding-left: 35px;
  display: inline-block;
  position: relative;
}
a.ic-link-help:hover {
  color: #ffffff; /* 20230303-backup color: #ED4A47; */
}
a.ic-link-help:before {
  content: '';
  background-image: url('img/ic/lien_help_min.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper-body {
  max-width: 2500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* wrapper */
.wrapper-wide,
.wrapper,
.wrapper-tiny,
.wrapper-mini,
.wrapper-md,
.wrapper-lg,
.wrapper-auto {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrapper {
  max-width: 980px;
}

.wrapper-tiny {
  max-width: 620px;
}

.wrapper-mini {
  max-width: 780px;
}

.wrapper-md {
  max-width: 1060px;
}

.wrapper-lg {
  max-width: 1200px;
}

.wrapper-auto {
  width: 100%;
  display: table;
  max-width: 980px;
}
.wrapper-ultra-wide {
  /* max-width: 90%; */
  /* padding-left: 20px;
  padding-right: 20px; */
  margin-left: auto;
  margin-right: auto;
}
.wrapper-almost-wide {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-ultra-wide > .container-fluid > .row {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* section > .wrapper.page-content {
  padding-left: 20px;
  padding-right: 20px;
} */
@media screen and (max-width: 540px) {
  section > .wrapper.page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-large > .wrapper-ultra-wide.page-content > .container-fluid {
  margin-bottom: 10px;
}

.breadcrumbs {
  padding: 0px 4px;
}
#body .cat-menu > ul > li {
  position: relative;
  margin-bottom: 4px;
}
#body .cat-menu > ul > li:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  top: auto;
  height: 1px;
  background-color: #ccc;
  left: 2px;
  right: 20px;
}
#body .cat-item,
#body .page_item {
  padding: 0 4px 0 12px !important;
  font-weight: bold;
  position: relative;
  margin: 4px 0;
}
#body .cat-item ul,
#body .page_item ul {
  margin: 0;
}
#body .cat-item:before,
#body .page_item:before {
  content: '>';
  color: #0057BA; /* backup-20230303   color: #0056B8; */
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 15px;
}
#body .cat-item a,
#body .page_item a {
  display: inline-block;
  padding-right: 10px;
  font-size: 15px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #444;
}
.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.breadcrumbs {
  font-size: 16px;
}
/****
*   HEADER
*
****************/

@media only screen and (max-width: 992px) {
  header.header .logo img {
    max-width: 260px;
  }
}
@media only screen and (max-width: 880px) {
  header.header .logo img {
    max-width: 240px;
  }
}

/* sous menu */
header.header nav.menu {
  position: relative;
}
header.header nav.menu ul {
  display: table;
  padding: 0;
  margin: 0;
  height: 100%;
}
header.header nav.menu ul li {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}
header.header nav.menu ul li img {
  vertical-align: middle;
}
header.header nav.menu ul li a {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #5e5f5b;
  font-weight: 700;
}
header.header nav.menu ul li a br {
  display: block;
  margin: -10px 0 0;
  line-height: 1px;
  content: '';
}
/* premier niveau du menu */
header.header nav.menu > ul > li {
  padding: 2px 26px;
}
@media only screen and (max-width: 1150px) {
  header.header nav.menu > ul > li {
    padding: 2px 8px;
  }
}
/* second way */
header.header nav.menu > ul > li:after {
  content: '|';
  top: 50%;
  margin-top: -9px;
  left: -2px;
  position: absolute;
  color: #0056B8;
  font-size: 30px;
}
header.header nav.menu > ul > li:first-child:after {
  content: none;
}
header.header nav.menu > ul > li > a {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  z-index: 1;
}
header.header nav.menu > ul > li.current a {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  color: #333;
}
header.header nav.menu > ul > li ul,
header.header nav.menu > ul > li div.sub-menu {
  /* désactive le survol pour les éléments masqués par un z-index négatif */
  pointer-events: none;
}
header.header nav.menu > ul > li:hover ul,
header.header nav.menu > ul > li:hover div.sub-menu {
  pointer-events: auto;
  /* active le survol pour les éléments masqués par un z-index négatif */
}
header.header nav.menu > ul > li:hover a {
  color: #0056B8;
}
header.header nav.menu > ul > li.has-icon:hover {
  opacity: 0.5;
}
header.header nav.menu ul > li {
  height: auto !important;
}
header.header nav.menu ul > li:hover > div.sub-menu {
  height: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  z-index: 99999;
  max-height: 500px;
  min-height: 200px;
}
header.header nav.menu ul > li > ul {
  padding-top: 20px;
}
header.header nav.menu ul > li > div.sub-menu {
  z-index: -1;
  opacity: 0;
  padding: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  max-height: 0px;
  top: 100%;
  right: 0;
  position: absolute;
}
header.header nav.menu ul > li > div.sub-menu > .inner > .sub-table {
  margin-top: -18px;
}
header.header nav.menu ul > li div.sub-menu {
  -webkit-transition: opacity 0.3s ease, max-height 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, max-height 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, max-height 0.2s ease, transform 0.4s ease;
  transition: opacity 0.3s ease, max-height 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  /*overflow: hidden;    */
  min-width: 180px;
}
header.header nav.menu ul > li div.sub-menu .inner {
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #0056B8;
  border-radius: 5px;
  -webkit-box-shadow: 1px 4px 15px 1px #000;
          box-shadow: 1px 4px 15px 1px #000;
  display: block;
  /* position: absolute; */
  position: relative;
  width: auto;
  z-index: 1000;
  padding: 40px 0 20px 10px;
}
header.header nav.menu ul > li div.sub-menu .inner:before {
  background: white none repeat scroll 0 0;
  border-left: 1px solid #0056B8;
  border-top: 1px solid #0056B8;
  content: "";
  display: block;
  height: 10px;
  right: 5%;
  position: absolute;
  top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  z-index: 900;
}
header.header nav.menu ul > li div.sub-menu .inner .thumb {
  display: none;
  position: relative;
  width: 100%;
  width: 160px;
  position: absolute;
  left: 20px;
  top: 40px;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px #333 solid;
}
header.header nav.menu ul > li div.sub-menu .inner .thumb:before {
  content: "";
  display: block;
  padding-top: 79.36507937%;
}
header.header nav.menu ul > li div.sub-menu .inner .thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table {
  display: table;
  position: relative;
  width: 100%;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li {
  white-space: nowrap;
  display: block;
  position: relative;
  min-width: 180px;
  text-align: left;
  padding: 1px 0;
  line-height: 20px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li span:before {
  padding-top: 2px;
  display: inline-block;
  font-size: 35px;
  min-width: 40px;
  text-align: center;
  vertical-align: middle;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li span.icon-arrow:before {
  font-size: 20px;
  padding-right: 5px;
  color: #0056B8;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li:hover {
  color: #0056B8;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li:hover a {
  color: #0056B8;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 1px;
  background-color: #fff;
}

header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li:last-child:after {
  display: none;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-transform: none;
  display: inline-block;
  width: 100%;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li.has-child {
  padding: 0;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li.has-child:after {
  display: none;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li.has-child > a {
  font-weight: bold;
  font-size: 16px ;
  font-size: 1.6rem ;
  cursor: default;
  line-height: 43px;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li.has-child > a:before {
  content: '>';
  padding-right: 4px;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li.has-child > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 1px;
  background-color: #fff;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li.has-child .sub-menu .inner .sub-table ul {
  padding-right: 20px;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul li.has-child .sub-menu .inner .sub-table ul:last-child {
  padding-right: 0;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul {
  padding: 0 10px 0 0;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table ul.has-level {
  padding: 0 40px 0 40px;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table .sub-menu {
  position: relative;
  top: 0;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table .sub-menu .inner {
  padding: 0px;
  margin-left: 0px;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table .sub-menu .inner .thumb {
  display: none;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table .sub-menu .inner .sub-table {
  margin-left: 0px;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table .sub-menu .inner .sub-table ul {
  display: table-cell;
  width: 50% ;
  padding: 0;
}
header.header nav.menu ul > li div.sub-menu .inner .sub-table .sub-menu .inner .sub-table ul li {
  text-align: left;
}
/***
* Head Slider
*
*****************/
section.head-slider {
  position: relative;
  z-index: 1;
}
section.head-slider .text-fixed {
  min-height: 413px;
  z-index: 9;
  position: relative;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  padding: 30px 20px;
}
section.head-slider .text-fixed:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: #0056B8;
  background-repeat: repeat-x;
  background-image: url('./img/datalab-fond-slide.png');
  background-size: cover;
}
section.head-slider .text-fixed .presentation {
    /*max-width: 650px;*/
    max-width: 100%;
}
section.head-slider .text-fixed .presentation > *:first-child {
  margin-top: 0;
}
section.head-slider .text-fixed .presentation h1,
section.head-slider .text-fixed .presentation .h1 {
  margin-bottom: 10px;
}
section.head-slider .text-fixed .presentation .case-devis {
  margin-left: 0;
}
section.head-slider .slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section.head-slider .slider .item {
  background-size: cover;
  background-origin: padding-box;
}
section.head-slider .slider .item > img {
  position: relative;
  height: 100%;
  z-index: -1;
  max-width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
section.head-slider .slider .item .tease .text {
  position: relative;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 0;
  text-align: right;
}
section.head-slider .slider .item .tease .text p {
  margin: 0;
}
section.head-slider .slider .item .tease .text:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}
section.head-slider.normal .text-fixed {
  min-height: 300px;
  height: 300px;
}
section.head-slider.normal .slider .item {
  background-position: left center;
  background-size: 50%;
}
section.head-slider.normal .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 50%;
}
section.head-slider.normal .bg > img {
  height: 100%;
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
section.head-slider.petit .text-fixed {
  /*min-height: 240px;
  height: 240px;*/
  min-height: 240px;
  height: auto;
  overflow: hidden;
}
section.head-slider.petit .slider .item {
  background-position: left center;
  background-size: 50%;
}
section.head-slider.petit .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 50%;
}
section.head-slider.petit .bg > img {
  height: 100%;
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
section.head-slider.gris .text-fixed:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: #E6E6E6;
  background-repeat: repeat-x;
  background-image: linear-gradient(135deg, #cdcdcd, #b3b3b3);
}
/****
* Section grise (barre oblique))
*
*****************/
section.section-grise {
  position: relative;
  overflow: hidden;
}
section.section-grise:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #E9E9E9;
  z-index: -1;
  -webkit-transform: skewy(-5deg);
          transform: skewy(-5deg);
  top: -20%;
  bottom: 30%;
}
/****
* Section verte (formulaire))
*
*****************/
section.section-verte {
  background-color: #58d1a7;
}
section.section-verte .wrapper {
  padding: 20px;
}
@media only screen and (max-width: 540px) {
  section.section-verte .wrapper {
    padding: 12px;
  }
}
/****
*    FOOTER
*
**************************/

section.footer-slider .slider .content {
  position: relative;
}
section.footer-slider .slider .content:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
section.footer-slider .slider .content .item {
  position: relative;
  width: 100%;
  float: left;
  max-width: 30%;
  background-position: top;
}
section.footer-slider .slider .content .item:before {
  content: "";
  display: block;
  padding-top: 60%;
}
section.footer-slider .slider .content .item > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section.footer-slider .slider .content .item:nth-child(3) {
  position: relative;
  width: 100%;
  max-width: 40%;
}
section.footer-slider .slider .content .item:nth-child(3):before {
  content: "";
  display: block;
  padding-top: 45%;
}
section.footer-slider .slider .content .item:nth-child(3) > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section.footer-slider .slider .content .item > img {
  position: relative;
  height: 100%;
  z-index: -1;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
footer.footer .h1 {
  color: #D0D0D0 !important;
  font-size: 40px;
  min-height: 94px;
  display: block;
  margin-bottom: 0;
}
footer.footer .h1 img {
  vertical-align: middle;
  padding-right: 10px;
  position: relative;
  top: -8px;
}
footer.footer p {
  margin: 2px 0 !important;
  font-size: 15px;
}
footer.footer a.ic-link {
  color: #D0D0D0;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding-left: 38px;
  min-height: 36px;
  vertical-align: middle;
  margin-left: 30px;
}
footer.footer a.ic-link:hover {
  color: #ffffff; /*   20230303-backup color: #339f7a;*/
}
footer.footer a.ic-link:before {
  background-image: url('img/ic/lien_min_2.png');
  width: 30px;
  height: 31px;
}
footer.footer a.ic-link-help {
  color: #D0D0D0;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding-left: 48px;
  min-height: 36px;
  vertical-align: middle;
  margin-left: 40px;
}
footer.footer a.ic-link-help:hover {
  color: #ffffff; /*   20230303-backup color: #ED4A47;*/
}
footer.footer a.ic-link-help:before {
  background-image: url('img/ic/lien_help_min_2.png');
  width: 40px;
  height: 30px;
}
/*footer.footer {
  margin-top: 16px;
}*/
footer.footer .row > div {
  padding: 4px !important;
}
footer.footer .infos {
  background-color: #545454;
  padding: 20px 0 0 0;
}
footer.footer .mentions {
  background-color: #464646;
}
footer.footer .mentions .table {
  height: 110px;
}
footer.footer .mentions .c-1 {
  vertical-align: middle;
  padding: 4px;
}
footer.footer .mentions .c-2 {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #c6c6c6;
}
footer.footer .mentions .c-2 nav ul {
  text-align: center;
  margin: 0;
}
footer.footer .mentions .c-2 nav ul li {
  margin: 4px 0;
  display: inline-block;
  padding: 0 5px 0 6px;
line-height: 24px;
  position: relative;
  vertical-align: middle;
}
footer.footer .mentions .c-2 nav ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: auto;
  top: 4px;
  left: -1px;
  width: 1px;
  background-color: #939393;
}
footer.footer .mentions .c-2 nav ul li:first-child:after {
  display: none;
}
footer.footer .mentions .c-2 nav ul li a {
  color: #999;
  text-decoration: none;
  font-size: 15px;
}
footer.footer .mentions .c-2 nav ul li a:hover {
  color: #ccc;
}
footer.footer .mentions .c-3 {
  vertical-align: middle;
}
footer.footer .mentions .c-3 a:hover {
  opacity: 0.5;
}
/**
*     ANCIEN STYLES
*
*******************************/
a.menu-service {
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: block;
  margin: auto;
  color: #000;
}
a.menu-service:hover {
  opacity: 0.6;
}
a.menu-service span.icon {
  background: #58d1a7 none repeat scroll 0 0;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 50px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 55px;
}
.bg-turquois {
  background: #58d1a7 none repeat scroll 0 0;
  color: white;
}
/****
* COMMENTAIRES
*
************************/
.comments {
  margin-top: 30px;
  border-top: 1px #ccc solid;
}
.comments .h2 {
  font-size: 24px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.comments ul {
  margin-top: 0;
}
.comments ul li {
  padding-top: 8px;
}
.comments .comment {
  border-top: 1px #ccc solid;
}
.comments .comment:first-child {
  border-top: 0px #ccc solid;
}
.comments .comment-form {
  max-width: 500px;
  margin: auto;
  padding: 0 16px 40px 16px;
}
.comments .comment-form .h3 {
  font-size: 20px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.comments .comment-form .form-submit {
  text-align: right;
}
.comments .comment-form textarea {
  width: 100%;
}
.comments .comment-form input {
  background-color: #0056B8;
  color: #fff;
  padding: 4px 10px;
  border: 1px #0056B8 solid;
}
.list.actualites .thumb {
  margin-top: -10px;
  position: relative;
  width: 100%;
}
.list.actualites .thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list.actualites .thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.list.actualites .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.list.actualites .thumb .content {
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* .list.actualites h2 {
  margin-top: 0;
  line-height: 32px;
  font-size: 30px;
} */
.list.actualites p {
  margin-bottom: 0;
}
.list.actualites .col-md-8 hr {
  margin-top: 10px;
}
.list.actualites .col-md-8 .content {
  min-height: 180px;
}
span.cta {
  display: block;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #58d1a7;
  color: white;
  text-align: center;
  padding: 5px;
  max-width: 200px;
  margin: 5px auto;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  font-size: 14px;
}
.clickit:hover span.cta,
a:hover span.cta,
a:active span.cta,
a:focus i span.cta {
  background: #000;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* à configurer dans fichier bootstrap.less */
/* defaut 480px */
/* defaut 768px */
/* defaut 992px */
/* defaut 768px */
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 992px) {
  body#body .align-md-right {
    margin-left: auto;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  /*body#body footer.footer .infos > .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }*/
  /*body#body footer.footer .infos .row > div {
    text-align: center !important;
    padding-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }*/
  /*
  body#body footer.footer .infos .row > div a.ic-link-help,
  body#body footer.footer .infos .row > div a.ic-link,
  body#body footer.footer .infos .row > div p.ic-text {
    margin: 0 10px;
    display: inline-block;
    width: 300px;
    text-align: left
  }*/

  header.header nav.menu ul li a {
    font-size: 16px;
  }
  body#body footer.footer .c-1,
  body#body footer.footer .c-2,
  body#body footer.footer .c-3 {
    text-align: center;
  }
  body#body footer.footer .c-1 .logo,
  body#body footer.footer .c-2 .logo,
  body#body footer.footer .c-3 .logo {
    display: inline-block;
  }
  body#body footer.footer .c-2 nav ul li::after {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  body#body section.head-slider .text-fixed {
    width: 100%;
    min-height: 0px;
    height: auto !important;
  }
  body#body section.head-slider .text-fixed h1 br {
    display: none;
  }
  body#body section.head-slider .slider {
    height: 280px;
    position: relative;
    /* test */
    display: none;
  }
  body#body section.head-slider .slider .item {
    background-size: cover;
    background-position: center center;
  }
  body#body section.head-slider .slider .item img {
    display: none;
  }
  body#body section.head-slider .slider .item .bg {
    right: 0;
  }
  body#body section.head-slider .slider .item .tease .text {
    right: 0;
    text-align: center;
  }
  body#body .page-content .col-2-gauche > div,
  body#body .page-content .col-2-droite > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  body#body .page-content .col-md-9.col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  body#body .page-content .col-md-9.col-sm-6 h1,
  body#body .page-content .col-md-9.col-sm-6 h1 a,
  body#body .page-content .col-md-9.col-sm-6 .h1,
  body#body .page-content .col-md-9.col-sm-6 .h1 a {
    text-align: center;
  }
  body#body .page-content .col-md-9.col-sm-6 h2,
  body#body .page-content .col-md-9.col-sm-6 h2 a,
  body#body .page-content .col-md-9.col-sm-6 .h2,
  body#body .page-content .col-md-9.col-sm-6 .h2 a {
    text-align: center;
  }
  body#body .page-content h1,
  body#body .page-content h1 a,
  body#body .page-content .h1,
  body#body .page-content .h1 a {
    font-size: 28px;
    line-height: 32px;
  }
  body#body .page-content h2,
  body#body .page-content h2 a,
  body#body .page-content .h2,
  body#body .page-content .h2 a {
    font-size: 28px;
    line-height: 32px;
  }
  .list.actualites h2 {
    font-size: 20px;
  }

  body#body .page-content .link-services {
    margin: 0px;
  }

}
@media only screen and (max-width: 540px) {
  .col-xs-center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 880px) {
  .col-sm-center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .col-lg-center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* high-DPI  (xhdpi, retina)*/
/* règle par défaut à conserver */
.hide-phone {
  display: block;
}
.show-phone {
  display: none;
}
.hide-tablet {
  display: block;
}
.show-tablet {
  display: none;
}
@media only screen and (max-width: 540px) {
  .hide-phone {
    display: none;
  }
  .show-phone {
    display: block;
  }
  header > .wrapper-auto {
    margin: 0 10px;
  }
  header > .wrapper-auto .c-3 {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  #body .head-slider .v-space {
    display: none;
  }

  #body #responsive-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
  }
  #body #responsive-menu ul li a {
    text-decoration: none;
    color: #fff;
  }
  #body #responsive-menu ul li a br {
    display: none;
  }
  #body #rm-additional-content > div {
    margin: 16px 0;
    border-top: 1px solid #fff !important;
  }
  #body #rm-additional-content ul {
    list-style-type: none;
    padding: 0;
  }
  #body #rm-additional-content ul li a {
    text-decoration: none;
    color: #fff;
  }
  #body #rm-additional-content ul li a br {
    display: none;
  }

}
/* 2023 passage de vert à bleu */
.txt_bleu {color:#0056B8 !important}
.bg_bleu {background-color:#0056B8;}
.h1bleu { color:#0056B8;
  font-size: 36px;
  line-height: 36px;
  margin: 18px 0rem;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin: 1.82rem 0rem;
  font-weight: 700;}
  .txt_bouton{font-size: 16px;}
  .pad_v_20{padding-top:20px; padding-bottom: 20px;}


  